@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap");
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  font-size: 18px;
  line-height: 26px;
  color: #131a2f;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 1366px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

.page {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1325px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .row {
    margin: 0;
  }
}

a {
  font-weight: 600;
  text-decoration: none;
  color: #131a2f;
  display: inline-block;
  line-height: normal;
}
a:hover {
  opacity: 0.8;
}
a:visited {
  color: inherit;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  line-height: 60px;
  font-weight: bold;
  margin: 0 0 45px 0;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 55px;
    line-height: 57px;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 43px;
    line-height: 45px;
    margin: 0 0 25px 0;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 37px;
  line-height: 56px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media (max-width: 960px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media (max-width: 960px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media (max-width: 960px) {
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media (max-width: 960px) {
  h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

p {
  margin: 0 0 25px 0;
  letter-spacing: -0.1px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.allBtn {
  padding: 13px 40px;
  display: inline-block;
  background-color: white;
  border: 1px solid white;
}
.allBtn:hover {
  background-color: transparent;
  color: white;
}

.borderTitle {
  position: relative;
  padding: 13px 0 0 0;
  width: 100%;
}
.borderTitle::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 5px;
  background-color: #11a2d7;
  top: 0;
}

body .slick-dots {
  bottom: -45px;
}
body .slick-dots li button::before {
  font-size: 15px;
  color: #253d7b !important;
}
body .slick-dots li.slick-active button::before {
  opacity: 1 !important;
}
body .slick-dots li:not(.slick-active) button:hover:before,
body .slick-dots li:not(.slick-active) button:focus:before {
  opacity: 0.25 !important;
}

.mainHeader {
  position: relative;
}
.mainHeader .topHeader {
  background-color: #253d7b;
  padding: 19px 0;
}
.mainHeader .topHeader .row {
  justify-content: end;
}
.mainHeader .topHeader a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mainHeader .bottomHeader {
  padding: 41px 0;
}
@media (max-width: 960px) {
  .mainHeader .bottomHeader {
    padding: 20px 0;
  }
}
.mainHeader .bottomHeader .row {
  justify-content: space-between;
  align-items: center;
}
.mainHeader .bottomHeader .row .mainLogo {
  width: 25%;
  position: relative;
  top: 5px;
}
@media (max-width: 960px) {
  .mainHeader .bottomHeader .row .mainLogo {
    width: 50%;
  }
}
.mainHeader .bottomHeader .row .mainMenu {
  width: 75%;
}
@media (max-width: 960px) {
  .mainHeader .bottomHeader .row .mainMenu {
    width: 50%;
  }
}
.mainHeader .bottomHeader .row .mainMenu .main-navigation.toggled .menu-toggle {
  position: absolute;
  z-index: 999;
  top: 15px;
  right: 15px;
}
.mainHeader .bottomHeader .row .mainMenu .main-navigation.toggled .menu-toggle .show {
  display: none;
}
.mainHeader .bottomHeader .row .mainMenu .main-navigation.toggled .menu-toggle .close {
  display: block;
}
@media (max-width: 1023px) {
  .mainHeader .bottomHeader .row .mainMenu .main-navigation.toggled ul {
    display: block;
    position: fixed;
    background: #253d7b;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 99;
    top: 0;
    padding: 100px 50px;
  }
  .mainHeader .bottomHeader .row .mainMenu .main-navigation.toggled ul li a {
    color: white;
    font-size: 20px;
    margin: 0 0 25px 0;
  }
}
.mainHeader .bottomHeader .row .mainMenu .main-navigation .menu-toggle {
  float: right;
  display: block;
  background: transparent;
  padding: 0;
  border: none;
  width: 35px;
  height: 35px;
}
@media (min-width: 1023px) {
  .mainHeader .bottomHeader .row .mainMenu .main-navigation .menu-toggle {
    display: none;
  }
}
.mainHeader .bottomHeader .row .mainMenu .main-navigation .menu-toggle .close {
  display: none;
}
.mainHeader .bottomHeader .row .mainMenu .main-navigation ul {
  gap: 60px;
  justify-content: end;
}
@media (max-width: 1023px) {
  .mainHeader .bottomHeader .row .mainMenu .main-navigation ul {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mainHeader .bottomHeader .row .mainMenu .main-navigation ul {
    gap: 35px;
  }
}

.mainSlider {
  padding: 130px 0 60px;
  position: relative;
  min-height: 680px;
  overflow: hidden;
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
  .mainSlider {
    padding: 125px 0;
  }
}
@media (max-width: 960px) {
  .mainSlider {
    min-height: auto;
    padding: 30px 0 0;
  }
}
.mainSlider .sliderOverlay > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainSlider .sliderOverlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(37, 61, 123);
  background: linear-gradient(75deg, rgb(37, 61, 123) 0%, rgba(255, 255, 255, 0) 100%);
}
.mainSlider .container {
  position: relative;
}
.mainSlider .container .row {
  justify-content: space-between;
}
.mainSlider .container .row .sliderBox {
  width: 55%;
}
@media (max-width: 960px) {
  .mainSlider .container .row .sliderBox {
    width: 565px;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 90%;
  }
}
.mainSlider .container .row .sliderBox h2 {
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: -0.5px;
  color: white;
}
.mainSlider .container .row .sliderBox h1 {
  color: white;
}
.mainSlider .container .row .sliderBox p {
  color: white;
  margin-bottom: 37px;
  padding: 0 120px 0 0;
}
@media (max-width: 1200px) {
  .mainSlider .container .row .sliderBox p {
    margin-bottom: 20px;
    padding: 0;
  }
}
.mainSlider .container .row .sliderImg {
  width: 42%;
}
@media (max-width: 960px) {
  .mainSlider .container .row .sliderImg {
    width: 100%;
    text-align: center;
  }
}
.mainSlider .container .row .sliderImg img {
  position: absolute;
  top: -90px;
  width: 785px;
  height: 677px;
  margin: 0 0 0 40px;
  max-width: 100%;
}
@media (max-width: 1366px) {
  .mainSlider .container .row .sliderImg img {
    top: 0;
    width: 575px;
    height: auto;
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .mainSlider .container .row .sliderImg img {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .mainSlider .container .row .sliderImg img {
    max-width: 100%;
  }
}

.aboutBoxes {
  position: relative;
}
.aboutBoxes::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: white;
  -webkit-clip-path: polygon(0% 175%, 0% 0%, 30% 100%, 0% 100%, 70% 100%, 100% 0%, 175% 50%);
  clip-path: polygon(0% 175%, 0% 0%, 30% 100%, 0% 100%, 70% 100%, 100% 0%, 175% 50%);
  position: absolute;
  top: -137px;
}
@media (max-width: 960px) {
  .aboutBoxes::after {
    top: -90px;
  }
}
.aboutBoxes .innerBox {
  background-color: #253d7b;
  width: 85%;
  margin: -60px auto 0;
  position: relative;
  z-index: 9;
}
.aboutBoxes .innerBox ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.aboutBoxes .innerBox ul li {
  color: white;
  font-size: 50px;
  font-weight: bold;
  line-height: 45px;
  position: relative;
  padding: 70px 0;
  flex: 0 0 25%;
  text-align: center;
}
@media (max-width: 960px) {
  .aboutBoxes .innerBox ul li {
    line-height: 25px;
    font-size: 25px;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .aboutBoxes .innerBox ul li {
    flex: 0 0 50%;
  }
}
.aboutBoxes .innerBox ul li::before {
  content: "";
  background-color: white;
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media (max-width: 960px) {
  .aboutBoxes .innerBox ul li::before {
    height: 30%;
  }
}
@media (max-width: 480px) {
  .aboutBoxes .innerBox ul li:nth-of-type(2)::before {
    display: none;
  }
}
.aboutBoxes .innerBox ul li:last-child::before {
  display: none;
}

.aboutInfo {
  padding: 137px 0 111px;
}
@media (max-width: 960px) {
  .aboutInfo {
    padding: 75px 0;
  }
}

.mainGallery {
  background-color: #e5f4fb;
  padding: 95px 0 75px;
}
@media (max-width: 960px) {
  .mainGallery {
    padding: 75px 0;
  }
}
.mainGallery .galleryInner {
  margin: 17px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
  width: 100%;
}
@media (max-width: 960px) {
  .mainGallery .galleryInner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .mainGallery .galleryInner {
    grid-template-columns: 1fr;
    display: block;
  }
}
.mainGallery .galleryInner .galleryBox {
  text-align: center;
}
.mainGallery .galleryInner .galleryBox img {
  border-bottom: 8px solid #253d7b;
  width: 100%;
  max-height: 265px;
  margin-bottom: 15px;
}

.mainLogos {
  padding: 135px 0 117px;
}
@media (max-width: 960px) {
  .mainLogos {
    padding: 75px 0;
  }
}
.mainLogos .logosInner {
  margin: 27px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 57px;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .mainLogos .logosInner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .mainLogos .logosInner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .mainLogos .logosInner {
    grid-template-columns: 1fr;
    display: block;
  }
}
.mainLogos .logosInner .logoBox {
  text-align: center;
}
.mainLogos .logosInner .logoBox img {
  max-height: 75px;
  margin-bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  .mainLogos .logosInner .logoBox img {
    padding: 0 20px;
  }
}

.locationMain {
  padding: 0 0 137px 0;
}
@media (max-width: 960px) {
  .locationMain {
    padding: 0 0 75px 0;
  }
}
.locationMain .locationInner {
  margin: 17px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 480px) {
  .locationMain .locationInner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.locationMain .locationInner .locationBox {
  background-color: #e5f4fb;
  padding: 38px 47px 50px 47px;
  border-bottom: 8px solid #253d7b;
}
.locationMain .locationInner .locationBox h4 {
  margin-bottom: 27px;
}
.locationMain .locationInner .locationBox p {
  margin-bottom: 13px;
  padding: 0 0 0 32px;
  position: relative;
}
.locationMain .locationInner .locationBox p::before {
  content: "";
  background-image: url("../images/phone.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
}
.locationMain .locationInner .locationBox p.mail::before {
  background-image: url("../images/location-sign.svg");
}

.mainTestimonial {
  background-color: #e5f4fb;
  padding: 95px 0;
}
@media (max-width: 960px) {
  .mainTestimonial {
    padding: 75px 0;
  }
}
.mainTestimonial .testimonialInner {
  margin: 17px 0 0 0;
  width: 100%;
}
.mainTestimonial .testimonialInner .slick-track {
  display: flex;
}
.mainTestimonial .testimonialInner .slick-list {
  margin: 0 -20px;
}
.mainTestimonial .testimonialInner .slick-list .slick-slide {
  margin: 0 20px;
  border-bottom: 8px solid #253d7b;
  background: white;
  padding: 40px;
  height: auto !important;
}
.mainTestimonial .testimonialInner .testimonialBox h4 {
  margin: 34px 0 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.mainTestimonial .testimonialInner .testimonialBox h4::before {
  content: "-";
  left: 0;
  position: absolute;
}

.mainContactForm {
  padding: 140px 0 134px;
}
@media (max-width: 960px) {
  .mainContactForm {
    padding: 75px 0;
  }
}
.mainContactForm .formInner {
  background-color: #e5f4fb;
  width: 100%;
  padding: 62px 70px 50px 70px;
  border-bottom: 8px solid #253d7b;
}
@media (max-width: 960px) {
  .mainContactForm .formInner {
    padding: 30px;
  }
}
.mainContactForm .formInner h2 {
  margin-bottom: 36px;
}
.mainContactForm .formInner form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  .mainContactForm .formInner form {
    display: block;
  }
}
.mainContactForm .formInner .formHalf p {
  margin: 0;
}
.mainContactForm .formInner .formHalf br {
  display: none;
}
.mainContactForm .formInner .formHalf .filedBox {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .mainContactForm .formInner .formHalf .filedBox {
    margin-bottom: 20px;
  }
}
.mainContactForm .formInner .formHalf .filedBox label {
  font-weight: bold;
  display: block;
  margin: 0 0 13px 0;
}
.mainContactForm .formInner .formHalf .filedBox input,
.mainContactForm .formInner .formHalf .filedBox textarea {
  border: none;
  font-size: 19px;
  padding: 10px 22px;
  width: 100%;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .mainContactForm .formInner .formHalf .filedBox input,
  .mainContactForm .formInner .formHalf .filedBox textarea {
    font-size: 14px;
  }
}
.mainContactForm .formInner .formHalf .filedBox textarea {
  height: 408px;
  resize: none;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .mainContactForm .formInner .formHalf .filedBox textarea {
    height: 150px;
  }
}
.mainContactForm .formInner .filedBoxBtn {
  grid-column: 1/3;
}
.mainContactForm .formInner .filedBoxBtn input {
  float: right;
  padding: 20px 50px;
  display: inline-block;
  background-color: #253d7b;
  border: 1px solid #253d7b;
  color: white;
  font-weight: bold;
  border-radius: 0px;
  font-size: 17px;
  cursor: pointer;
}
.mainContactForm .formInner .filedBoxBtn input:hover {
  background-color: transparent;
  color: #253d7b;
}

.mainFooter {
  padding: 82px 0;
  position: relative;
}
@media (max-width: 960px) {
  .mainFooter {
    padding: 75px 0;
  }
}
.mainFooter .container {
  position: relative;
  z-index: 9;
}
.mainFooter .footerLogo {
  width: 100%;
  border-bottom: 1px solid white;
  padding-bottom: 30px;
  margin-bottom: 37px;
}
@media (max-width: 1023px) {
  .mainFooter .footerLogo {
    text-align: center;
  }
}
.mainFooter .footerLinks {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .mainFooter .footerLinks {
    flex-direction: column;
  }
}
.mainFooter .footerLinks p,
.mainFooter .footerLinks a {
  color: white;
  font-weight: normal;
  font-family: "Inter";
  margin: 0;
}
.mainFooter .footerLinks .innerLink {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 960px) {
  .mainFooter .footerLinks .innerLink {
    -moz-column-gap: 25px;
         column-gap: 25px;
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .mainFooter .footerLinks .byLink {
    text-align: center;
    margin: 15px 0 0 0;
  }
}
.mainFooter .footerLinks .byLink a {
  text-decoration: underline;
}
.mainFooter:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 305px;
  background-color: #253d7b;
  -webkit-clip-path: polygon(13% 0%, 87% 0%, 133% 100%, -33% 100%);
  clip-path: polygon(13% 0%, 87% 0%, 133% 100%, -33% 100%);
  bottom: 0;
}

.wpcf7-response-output {
  width: 100%;
  float: left;
}
@media (max-width: 1200px) {
  .wpcf7-response-output {
    grid-column: 1/3;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

body:has(.toggled) {
  overflow: hidden;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */