* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "AvenirLTStd";
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("./font/AvenirLTStd-Black.otf");
  src: url("./font/AvenirLTStd-Book.otf");
  src: url("./font/AvenirLTStd-Roman.otf");
  src: url("./font/AvenirNextLTPro-Bold.otf");
  src: url("./font/AvenirNextLTPro-BoldCn.otf");
  src: url("./font/AvenirNextLTPro-Demi.otf");
  src: url("./font/AvenirNextLTPro-DemiCn.otf");
  src: url("./font/AvenirNextLTPro-It.otf");
  src: url("./font/AvenirNextLTPro-Regular.otf");
}

body .container {
  max-width: 1200px !important;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 150px;
}

.nav-font-size {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.nav-active {
  background-color: #0d1a47;
  color: white !important;
}

.dropdown-menu {
  position: absolute;
  background-color: white;
  width: 200px;
  border-radius: 2px;
}

.dropdown-menu a {
  color: #0d1a47 !important;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 10px !important;
}

.dropdown .dropdown-menu a:hover {
  color: #46b175 !important;
  background-color: rgba(128, 128, 128, 0.094);
}

header {
  width: 100%;
  /* height: 70vh; */
  /* background: transparent radial-gradient(closest-side at 16% 28%, #2764C3 0%, #042E70 250%) 0% 0% no-repeat padding-box; */
  opacity: 1;
  position: relative;
}

/* about-section */
.about-section {
  padding: 40px 0px;
  width: 100%;
  background: url(./images/header-banner2.jpg) no-repeat top/cover;
  opacity: 1;
  position: relative;
}

.about-section h1 {
  padding: 50px 30px;
  background: #154a9b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 44px #00000029;
  border-radius: 18px;
  opacity: 0.7;
  color: white;
  text-align: center;
  border-radius: 15px;
  font-family: "AvenirLTStd";
  font-weight: 800;
}

.about-section p {
  color: white;
  z-index: 10;
}

.about-section ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: white;
}

.about-section ul li {
  margin-left: -20px;
}

/*section 1 */
.section1 {
  width: 100%;
  margin: auto;
  padding: 40px 0px;
}

.section1-div1 h1 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  line-height: 48px;
  padding: 10px 0px;
}

/* share button  */

.section1 .popup {
  position: absolute;
  left: 50%;
}

.view-modal {
  color: #7d2ae8;
  font-size: 18px;
  padding: 10px 25px;
}

.section1 .popup {
  right: 0;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.section1 .popup.show {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.section1 .popup :is(header, .icons, .field) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section1 .popup .close-div span {
  font-size: 21px;
  font-weight: 600;
}

.section1 .popup .close-div .close,
.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.section1 .popup .close-div .close {
  color: #000000;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}

.section1 .popup .close-div .close:hover {
  background: #ebedf9;
}

.section1 .popup .content {
  margin: 20px 0;
}

.section1 .popup .icons {
  margin: 15px 0 20px 0;
}

.section1 .popup .content p {
  font-size: 16px;
}

.section1 .popup .content .icons a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}

.section1 .popup .content .icons a i {
  transition: transform 0.3s ease-in-out;
}

.section1 .popup .content .icons a:nth-child(1) {
  color: #1877f2;
  border-color: #b7d4fb;
}

.section1 .popup .content .icons a:nth-child(1):hover {
  background: #1877f2;
}

.section1 .popup .content .icons a:nth-child(2) {
  color: #46c1f6;
  border-color: #b6e7fc;
}

.section1 .popup .content .icons a:nth-child(2):hover {
  background: #46c1f6;
}

.section1 .popup .content .icons a:nth-child(3) {
  color: #0a66c2;
  border-color: #86baee;
}

.section1 .popup .content .icons a:nth-child(3):hover {
  background: #0a66c2;
}

.section1 .popup .content .icons a:nth-child(4) {
  color: #25d366;
  border-color: #bef4d2;
}

.section1 .popup .content .icons a:nth-child(4):hover {
  background: #25d366;
}

.section1 .popup .content .icons a:nth-child(5) {
  color: #0088cc;
  border-color: #b3e6ff;
}

.section1 .popup .content .icons a:nth-child(5):hover {
  background: #0088cc;
}

.section1 .popup .content .icons a:hover {
  color: #fff;
  border-color: transparent;
}

.section1 .popup .content .icons a:hover i {
  transform: scale(1.2);
}

.section1 .popup .content .field {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}

.section1 .field.active {
  border-color: #7d2ae8;
}

.section1 .field i {
  width: 50px;
  font-size: 18px;
  text-align: center;
}

.section1 .field.active i {
  color: #7d2ae8;
}

.section1 .field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}

.section1 .field a {
  color: #fff;
  padding: 5px 18px;
  background: #042e70;
}

.section1 .field a:hover {
  text-decoration: none;
  color: white;
}

.section1-div1 p {
  text-align: justify;
  font-family: "AvenirLTStd";
}

.para-with-image {
  width: 100%;
  max-width: 720px;
}

.ffm-image img {
  width: 100%;
  max-width: 400px;
  margin: 10px 0px;
  border: 3px solid #46b175;
}

.section1-div1 h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.section1-div1 ul {
  padding-left: 15px;
}

/* section2 */
/* INFO CORNER */

.section2 {
  padding: 50px 0px;
  background: transparent
    radial-gradient(closest-side at 8% 9%, #1e0d51e8 0%, #0d1a47 100%) 0% 0%
    no-repeat padding-box;
}

.section2 h1 {
  font-size: 30px;
  font-weight: 600;
  color: white;
  text-align: center;
}

.shadow-effect {
  width: 100%;
  /* height: 370px; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: transparent;
  padding: 10px;
  margin: auto;
  border-radius: 10px;
  text-align: start;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-infocorner .shadow-effect h6 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 17px 0;
  font-weight: 600;
  color: white;
}

#customers-infocorner .shadow-effect p {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 17px 0;
  font-weight: 300;
  text-align: start;
  color: white;
}

.infocorner-readMore {
  /* margin: -17px auto 0; */
  display: table;
  width: auto;
  background: #4fb57c;
  padding: 5px 15px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.infocorner-readMore:hover {
  outline-offset: white;
  text-decoration: none !important;
  color: white;
}

#customers-infocorner .item {
  text-align: center;
  padding: 0px;
  margin-bottom: 10px;
  opacity: 0.8;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-infocorner .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 2px groove #46b175;
  border-radius: 5px;
}

#customers-infocorner.owl-carousel .owl-dots .owl-dot.active span,
#customers-infocorner.owl-carousel .owl-dots .owl-dot:hover span {
  background: #4fb57c;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-infocorner.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

#customers-infocorner.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-infocorner.owl-carousel .owl-dots .owl-dot span {
  background: #4fb57c;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 40px 0px 10px;
}

.footer-section .container p {
  font-size: 14px;
  margin-bottom: 1rem;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  /* font-family: 'AvenirLTStd' !important; */
}

/* top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

@media (max-width: 430px) {
  .navigation {
    background-color: #161850;
  }

  .navbar-toggler {
    padding: 0px !important;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.2em !important;
    height: 1em !important;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 100px;
  }

  .nav-font-size {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container .div2 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navigation {
    background-color: #0d1a47;
  }

  /* footer section */

  .footer-section .container {
    padding: 40px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    font-size: 13px;
  }
}
