html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}
body:lang(en) {
  direction: ltr;
  font-family: "Roboto", sans-serif;
}
body:lang(ar) {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

* {
  box-sizing: border-box;
}

.fade-bottom-up {
  animation: fadeBottomUp 1.5s linear forwards;
}

.ar-display:lang(en) {
  display: none;
}

.en-display:lang(ar) {
  display: none;
}

@keyframes fadeBottomUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.brightness-100 {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.section-std-head {
  font-weight: 700;
}
.section-std-head span {
  font-size: 2rem;
  color: #001ea3;
  font-weight: 900;
}

body {
  overflow: hidden;
}

.top-nav {
  background-color: #000000;
  color: #9cc8f5;
  font-size: 0.825rem;
}
.top-nav a {
  color: #9cc8f5;
  text-decoration: none;
  font-size: 0.825rem;
}
.top-nav .wrapper a {
  display: inline-block;
  color: #ffffff;
  transition: all 0.4s;
}
.top-nav .wrapper a:hover {
  -webkit-transform: skew(5deg) scale(1.2);
  transform: skew(5deg) scale(1.2);
}
.top-nav .wrapper a i {
  font-size: 1.5rem;
}
.top-nav .pricing-link,
.top-nav .contact-link {
  display: inline-block;
  color: #ffffff;
  font-size: 0.825rem;
  border-radius: 5px;
  transition: all 0.4s;
  padding: 0.425rem;
  text-align: center;
}
.top-nav .pricing-link span,
.top-nav .contact-link span {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .top-nav .pricing-link,
.top-nav .contact-link {
    width: 150px;
    background-color: #04a52c;
  }
  .top-nav .pricing-link:hover,
.top-nav .contact-link:hover {
    background-color: #07c436;
  }
  .top-nav .pricing-link span,
.top-nav .contact-link span {
    display: inline-block;
  }
}
.top-nav .contact-link {
  position: relative;
  background-color: transparent;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) {
  .top-nav .contact-link {
    width: 150px;
    border: 1px solid #ffffff;
  }
  .top-nav .contact-link span {
    display: inline-block;
  }
}
.top-nav .contact-link:hover {
  color: #000000;
  background-color: #ffffff;
}

.main-section {
  position: relative;
  background: url("../images/bg-main.jpg");
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-height: 850px) {
  .main-section {
    min-height: 90vh;
  }
}
.main-section .navbar {
  background-color: transparent;
}
.main-section .navbar .navbar-brand img {
  width: 110px;
}
@media only screen and (min-width: 350px) {
  .main-section .navbar .navbar-brand img {
    width: 150px;
  }
}
.main-section .navbar .navbar-toggler {
  color: #ffffff;
  border: 1px solid #efefef;
  outline: none;
  box-shadow: none;
  line-height: 1.5;
}
.main-section .navbar .navbar-nav:lang(ar) {
  margin-right: auto;
}
.main-section .navbar .navbar-nav:lang(en) {
  margin-left: auto;
}
.main-section .navbar .nav-link {
  color: #ffffff;
  font-size: 1rem;
  padding-bottom: 1rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 1023px) {
  .main-section .navbar .nav-link {
    margin: 0 1rem 1rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main-section .navbar .nav-link {
    margin: 0 1.2rem 1.2rem 1.2rem;
  }
}
.main-section .navbar .nav-link:hover {
  border-bottom: 1px solid #ffffff;
}
.main-section .navbar .nav-link.active {
  border-bottom: 1px solid #ffffff;
}
.main-section .callback-container {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
@media only screen and (max-width: 575px) {
  .main-section .callback-container {
    bottom: 45px;
  }
}
.main-section .callback-container i {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0.325rem;
}
.main-section .callback-container .phone {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0.325rem;
  text-decoration: none;
  transition: all 0.6s;
}
.main-section .callback-container .request {
  text-decoration: none;
  color: #f0e336;
  transition: all 0.6s;
}
.main-section .callback-container .request:hover {
  color: #f0ba24;
}

.main-swiper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .main-swiper {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) {
  .main-swiper {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .main-swiper {
    height: 420px;
  }
}
@media only screen and (min-width: 1550px) {
  .main-swiper {
    padding-left: 250px !important;
  }
}
.main-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-swiper .swiper-slide .text {
  color: #ffffff;
  margin-bottom: 1.5rem;
  max-width: 500px;
  font-weight: 500;
  line-height: 60px;
}
@media only screen and (max-width: 768px) {
  .main-swiper .swiper-slide .text {
    max-width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .main-swiper .swiper-slide .text {
    position: relative;
    top: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 1.3rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 320px) {
  .main-swiper .swiper-slide .text {
    position: relative;
    top: 10px;
  }
}
.main-swiper .swiper-slide .text span {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.main-swiper .swiper-slide .link {
  display: inline-block;
  max-width: 200px;
  text-align: center;
  background: linear-gradient(to right, #000000, #00146d);
  border: 1px solid #b3b3b3;
  color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all 1s;
}
.main-swiper .swiper-slide .link:hover {
  background: linear-gradient(to right, #00146d, #000000);
}
@media only screen and (max-width: 575px) {
  .main-swiper .swiper-slide .link {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    position: relative;
    top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 320px) {
  .main-swiper .swiper-slide .link {
    position: relative;
    top: 10px;
  }
}
.main-swiper .swiper-pagination {
  max-width: 20px;
}
.main-swiper .swiper-pagination:lang(ar) {
  left: 10px;
  right: auto;
}
.main-swiper .swiper-pagination:lang(en) {
  right: 10px;
  left: auto;
}
@media only screen and (max-width: 575px) {
  .main-swiper .swiper-pagination {
    display: none;
  }
}
.main-swiper .swiper-pagination .swiper-pagination-bullet {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 10px;
  height: 10px;
  background: #d1aff8;
  transition: all 0.6s;
}
.main-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.main-swiper .abs-image {
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .main-swiper .abs-image {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    max-width: 260px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 50%;
  }
  .main-swiper .abs-image:lang(en) {
    right: 50%;
  }
}
@media only screen and (min-width: 576px) {
  .main-swiper .abs-image {
    top: 50%;
    max-width: 230px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 10%;
  }
  .main-swiper .abs-image:lang(en) {
    right: 10%;
  }
}
@media only screen and (min-width: 600px) {
  .main-swiper .abs-image {
    top: 40%;
    max-width: 180px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 10%;
  }
  .main-swiper .abs-image:lang(en) {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .main-swiper .abs-image {
    top: 120px;
    max-width: 280px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 50px;
  }
  .main-swiper .abs-image:lang(en) {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .main-swiper .abs-image {
    top: 120px;
    max-width: 330px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 50px;
  }
  .main-swiper .abs-image:lang(en) {
    right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-swiper .abs-image {
    top: 120px;
    max-width: 340px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 60px;
  }
  .main-swiper .abs-image:lang(en) {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-swiper .abs-image {
    top: 40px;
    max-width: 500px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 60px;
  }
  .main-swiper .abs-image:lang(en) {
    right: 60px;
  }
}
@media only screen and (min-width: 1300px) {
  .main-swiper .abs-image {
    top: 40px;
    max-width: 550px;
  }
  .main-swiper .abs-image:lang(ar) {
    left: 80px;
  }
  .main-swiper .abs-image:lang(en) {
    right: 80px;
  }
}
@media only screen and (min-width: 1550px) {
  .main-swiper .abs-image:lang(ar) {
    left: 120px;
  }
  .main-swiper .abs-image:lang(en) {
    right: 120px;
  }
}

.features-section {
  overflow: hidden;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.features-section .header {
  margin-bottom: 3rem;
}
.features-section .header .sub-head {
  font-size: 1rem;
  color: #757575;
}
.features-section .content {
  overflow: hidden;
}
.features-section .content .row [class*=col-] {
  position: relative;
  left: -100px;
  opacity: 0;
}
.features-section .content .item .icon {
  position: relative;
  display: inline-block;
  height: 0;
}
.features-section .content .item .icon::before {
  background: linear-gradient(90deg, #cf00af, #ffea00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  font-weight: 400;
}
.features-section .content .item .icon::after {
  content: "";
  position: absolute;
  top: 20px;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ececec;
}
.features-section .content .item .icon:lang(ar)::after {
  left: 30px;
}
.features-section .content .item .icon:lang(en)::after {
  right: 30px;
}
.features-section .content .item .title {
  margin-top: 1rem;
  margin-bottom: 0.825rem;
}
.features-section .content .item .title h5 {
  font-weight: 600;
}
.features-section .content .item .desc p {
  color: #979696;
  padding: 0 1rem;
}

.about-section {
  background-color: #f5f5f7;
}
.about-section .header {
  margin-bottom: 70px;
}
.about-section .header .head {
  position: relative;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.about-section .header .sub-head {
  color: #757575;
}
.about-section .row:lang(ar) [class*=col-]:nth-child(1) {
  position: relative;
  opacity: 0;
  right: -50px;
}
.about-section .row:lang(ar) [class*=col-]:nth-child(2) {
  position: relative;
  opacity: 0;
  left: -50px;
}
.about-section .row:lang(en) [class*=col-]:nth-child(1) {
  position: relative;
  opacity: 0;
  left: -50px;
}
.about-section .row:lang(en) [class*=col-]:nth-child(2) {
  position: relative;
  opacity: 0;
  right: -50px;
}
.about-section .desc {
  color: #8b8686;
  margin-bottom: 2rem;
}
.about-section .link {
  display: inline-block;
  width: 200px;
  margin-top: 1rem;
  text-align: center;
  background: linear-gradient(to right, #1e47b1, #1e47b1);
  color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all 1s;
}
.about-section .link:hover {
  background: linear-gradient(to right, #1e47b1, #1e47b1);
}

.values-section .header {
  margin-bottom: 2rem;
}
.values-section .header .sub-head {
  font-size: 1rem;
}
.values-section .content {
  overflow: hidden;
}
.values-section .content .row [class*=col-] {
  position: relative;
  left: -70px;
  opacity: 0;
}
.values-section .content .item .icon {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.values-section .content .item .title {
  margin-top: 1.8rem;
  margin-bottom: 0.825rem;
}
.values-section .content .item .title h5 {
  font-weight: 600;
}
.values-section .content .item .desc p {
  color: #979696;
  padding: 0 1rem;
}

.team-section {
  background-color: #451288;
}
.team-section .header {
  margin-bottom: 2rem;
  color: #ffffff;
}
.team-section .header .head {
  font-size: 2.1rem;
}
.team-section .header .sub-head {
  font-size: 1rem;
}
.team-section .content {
  overflow: hidden;
}
.team-section .content .row [class*=col-] {
  position: relative;
}
.team-section .content .quote .icon {
  color: #ffffff;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.team-section .content .quote .text {
  color: #ffffff;
  font-size: 0.925rem;
  line-height: 32px;
}
.team-section .content .quote .owner .owner {
  display: block;
  color: #f0e336;
  text-decoration: none;
  margin-bottom: 0.225rem;
}
.team-section .content .quote .owner .title {
  font-size: 0.925rem;
  color: #d3d2d29c;
}
.team-section .content .desc .text {
  color: #ffffff;
}
.team-section .content .desc .linear-progress .label,
.team-section .content .desc .linear-progress .precent {
  color: #ffffff;
}
.team-section .content .more-info {
  color: #ffffff;
}
.team-section .content .more-info p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.team-section .content .more-info a {
  display: inline-block;
  width: 200px;
  text-align: center;
  background: linear-gradient(to right, #28b60b, #f18c2d);
  color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 1.5s;
}
.team-section .content .more-info a:hover {
  background: linear-gradient(to right, #f0943f, #28b60b);
}

.testonomial-section {
  background-color: #f5f5f7;
}
.testonomial-section .sub-head {
  color: #414040a8;
}
.testonomial-section .swiper-slide-active .item {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.testonomial-section .item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2rem 1.5rem;
  transition: all 0.6s;
}
.testonomial-section .item .meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .testonomial-section .item .meta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
}
.testonomial-section .item .meta .rating {
  margin-bottom: 0.15rem;
}
.testonomial-section .item .meta .rating i.active {
  color: #f36d14;
}
.testonomial-section .item .meta .time {
  color: #8d8c8c;
}
.testonomial-section .item .quote {
  color: #000000ad;
}
.testonomial-section .item .writer {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.testonomial-section .item .writer .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testonomial-section .item .writer .wrapper:lang(ar) {
  margin-right: 0.6rem;
}
.testonomial-section .item .writer .wrapper:lang(en) {
  margin-left: 0.6rem;
}
.testonomial-section .item .writer .name {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  color: #072870;
  font-weight: 600;
}
.testonomial-section .item .writer .title {
  margin-bottom: 0.2rem;
  font-size: 0.825rem;
  color: #767777;
}

.linear-progress {
  width: 100%;
  margin-bottom: 1rem;
}
.linear-progress .meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.linear-progress .meta span {
  color: #000000;
  font-size: 0.825rem;
}
.linear-progress .bar {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 3px;
}
.linear-progress .bar span {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #5f1b8d;
}

.swiper-button-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #05408f;
}
.swiper-button-next::after {
  font-size: 0.925rem;
  color: #ffffff;
}

.swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #05408f;
}
.swiper-button-prev::after {
  font-size: 0.925rem;
  color: #ffffff;
}

.home-contact-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-swiper .item {
  box-shadow: 0 0 5px #efefef;
  border-radius: 8px;
}
.gallery-section .gallery-swiper .item a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
}
.gallery-section .gallery-swiper .item .image {
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
  max-height: 300px;
}
.gallery-section .gallery-swiper .item .image:hover .buy-link {
  right: 0;
  bottom: 0;
}
.gallery-section .gallery-swiper .item .image:hover .overlay {
  left: 0;
  top: 0;
}
.gallery-section .gallery-swiper .item .image .overlay {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: #070255c2;
  border-radius: 7px;
  transition: all 0.4s;
}
.gallery-section .gallery-swiper .item .image .overlay span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.725rem;
}
.gallery-section .gallery-swiper .item .image .overlay .android {
  display: inline-block;
  background-color: #28b60b;
  color: #ffffff;
  padding: 0.5rem;
}
.gallery-section .gallery-swiper .item .image .overlay .ios {
  display: inline-block;
  background-color: #28b60b;
  color: #ffffff;
  padding: 0.5rem;
}
.gallery-section .gallery-swiper .item .image img {
  border-radius: 8px;
}
.gallery-section .gallery-swiper .item .image .buy-link {
  position: absolute;
  right: -100px;
  bottom: -100px;
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  max-width: 80px;
  text-align: center;
  background: linear-gradient(to right, #28b60b, #f18c2d);
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.6s;
  z-index: 100;
}
.gallery-section .gallery-swiper .item .image .buy-link:hover {
  background: linear-gradient(to right, #f0943f, #28b60b);
}

.articles-section {
  background-color: #f5f5f7;
  overflow: hidden;
  padding-bottom: 90px !important;
}
.articles-section .item {
  position: relative;
  opacity: 0;
  left: -100px;
  background-color: #ffffff;
  height: 100%;
}
.articles-section .item .image {
  margin-bottom: 0.825rem;
}
.articles-section .item .image img {
  width: 100%;
}
.articles-section .item .by {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0.4rem;
  padding: 0 1rem;
}
.articles-section .item .by .label {
  background-color: #28b60b;
  color: #ffffff;
  padding: 0.125rem 1rem;
  border-radius: 5px;
}
.articles-section .item .by .author {
  color: #01073b;
  font-weight: 600;
  font-size: 0.8rem;
}
.articles-section .item .by .author span {
  color: #757474;
}
@media only screen and (max-width: 500px) {
  .articles-section .item .by .author {
    display: none;
  }
}
.articles-section .item .title {
  padding: 0 1rem;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.articles-section .item .title a {
  color: #451288;
  font-weight: 600;
  text-decoration: none;
}
.articles-section .item .text {
  color: #979696;
  font-size: 0.825rem;
  padding: 0 1rem;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.articles-section .item .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.articles-section .item .meta .time {
  font-size: 0.825rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 320px) {
  .articles-section .item .meta .time {
    display: none;
  }
}
.articles-section .item .meta .rate .active {
  color: #f3c33e;
}
.articles-section .all-link {
  display: block;
  max-width: 200px;
  text-align: center;
  background: linear-gradient(to right, #132d81, #275ad9);
  color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 7px;
  text-decoration: none;
  transition: all 1s;
  margin-top: 1.4rem;
  margin-right: auto;
  margin-left: auto;
}
.articles-section .all-link:hover {
  background: linear-gradient(to right, #275ad9, #132d81);
}

.pricing-section .header {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .pricing-section .header {
    margin-bottom: 5rem;
  }
}
.pricing-section .row [class*=col-] {
  opacity: 0;
  position: relative;
  top: 100px;
}
.pricing-section .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background-color: #f5f5f7;
  border: none;
  padding: 1rem 1.5rem;
  text-align: center;
  border-radius: 10px;
}
.pricing-section .card .title {
  margin-bottom: 1.5rem;
}
.pricing-section .card .title h5 {
  color: #000000;
  font-weight: 700;
}
.pricing-section .card .text {
  color: #8d8d8d;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.pricing-section .card .price {
  font-size: 1.7rem;
  margin-bottom: 1.7rem;
}
.pricing-section .card .link {
  display: inline-block;
  width: 200px;
  text-align: center;
  background: linear-gradient(to right, #1c36ad, #92a6ff);
  color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #ffffff;
  transition: all 1s;
}
.pricing-section .card .link:hover {
  background: linear-gradient(to right, #92a6ff, #1c36ad);
}
.pricing-section .card.best {
  z-index: 100;
  color: #ffffff;
  background: linear-gradient(to bottom right, #00146d, #1c36ad);
}
.pricing-section .card.best .title h5 {
  color: #ffffff;
}
.pricing-section .card.best .text {
  color: #dfdede;
}

.contact-form-section {
  background-image: url("../images/bg-main.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}
.contact-form-section .about-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-form-section #contactSectionFormContainer .header {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .contact-form-section #contactSectionFormContainer .header {
    text-align: center;
  }
}
.contact-form-section #contactSectionFormContainer .header h3 {
  font-weight: 700;
}
.contact-form-section #contactSectionFormContainer #contactSectionForm {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .contact-form-section #contactSectionFormContainer #contactSectionForm {
    margin-right: auto;
    margin-left: auto;
  }
}
.contact-form-section #contactSectionFormContainer #contactSectionForm label {
  color: #e4fad2;
  font-size: 0.925rem;
}
.contact-form-section #contactSectionFormContainer #contactSectionForm input {
  border: 1px solid #a7a1a1 !important;
}
.contact-form-section #contactSectionFormContainer #contactSectionForm #contactSendBtn {
  display: inline-block;
  width: 200px;
  text-align: center;
  background: linear-gradient(to right, #00146d, #05408f);
  color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 7px;
  text-decoration: none;
  transition: all 1s;
}
.contact-form-section #contactSectionFormContainer #contactSectionForm #contactSendBtn:hover {
  background: linear-gradient(to right, #05408f, #00146d);
}

.footer {
  background-color: #070742;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.footer p a {
  color: #faf5b7;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
