body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  padding: 0;
}

@media (min-width: 2000px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1800px;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 18px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 85vw;
  }
}
.primary-text {
  color: #2397C8;
}

header {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  header .header-logo {
    max-width: 100px;
  }
}
header .contact-link {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
}
header .contact-link:hover {
  text-decoration: underline;
}
header .contact-link i {
  width: 22px;
}
@media (max-width: 767px) {
  header .contact-link i {
    width: 30px;
  }
}
@media (max-width: 1499px) {
  header .contact-link {
    font-size: 18px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.title-text {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.hd-type1 {
  font-size: 2.5vmax;
  font-weight: 600;
}
@media (min-width: 1500px) {
  .hd-type1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .hd-type1 {
    font-size: 3vmax;
  }
}

.btn-type1 {
  color: #ffffff;
  background-color: #2397C8;
}
.btn-type1:hover {
  background-color: #1C79A0;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .btn-type1 {
    height: 50px;
  }
}

.btn-type2 {
  color: #2397C8;
  background-color: #ffffff;
}
.btn-type2:hover {
  background-color: #1C79A0;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .btn-type2 {
    height: 50px;
  }
}

.link-type1 {
  text-decoration: none;
}
.link-type1:hover {
  text-decoration: underline;
}

.light-grey {
  background-color: #FBFBFB;
}

.fs-7 {
  font-size: 17px;
}
@media (min-width: 1500px) {
  .fs-7 {
    font-size: 20px;
  }
}

.fs-8 {
  font-size: 15px;
}
@media (max-width: 991px) {
  .fs-8 {
    font-size: 14px;
  }
}

.logo-wrp {
  max-width: 50%;
}

.banner-text-wrapper {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 1500px) {
  .banner-section h5 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-section h5 {
    font-size: 2vmax;
  }
}
.banner-section .top-banner-carousel .item {
  max-height: 81vh;
}
.banner-section .top-banner-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.banner-section .top-banner-carousel .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #2397C8;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .banner-section .top-banner-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
.banner-section .top-banner-carousel .owl-dots .owl-dot.active span {
  background-color: #1C79A0;
}

.get-in-touch-section .sub-hd-type1 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .get-in-touch-section .sub-hd-type1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .get-in-touch-section .sub-hd-type1 {
    font-size: 18px;
  }
}

.service-section {
  background-color: #F6F6F6;
}

.srvc-bx {
  background-color: #2397C8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
@media (min-width: 992px) {
  .srvc-bx {
    aspect-ratio: 9/9.3;
  }
}
@media (max-width: 991px) {
  .srvc-bx {
    height: 100%;
  }
}
.srvc-bx .icon-wrp {
  width: 50%;
  margin-bottom: 20px;
}
.srvc-bx h3 {
  font-size: 1rem;
}
@media (min-width: 1500px) {
  .srvc-bx h3 {
    font-size: 23px;
  }
}

.exp-bx {
  background-color: #F6F6F6;
  position: relative;
}
.exp-bx h3 {
  font-size: 1.25rem;
}
@media (min-width: 1500px) {
  .exp-bx h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .exp-bx .exp-text-info {
    position: absolute;
    width: auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
  }
  .exp-bx .exp-text-info h3 {
    font-size: 2.5vmax;
  }
  .exp-bx .exp-text-info p {
    font-size: 14px;
  }
}

.testimonials .test-wrp {
  min-height: 365px;
}
@media (max-width: 1499px) {
  .testimonials .test-wrp {
    min-height: 340px;
  }
}
@media (max-width: 1199px) {
  .testimonials .test-wrp {
    min-height: 370px;
  }
}
@media (max-width: 991px) {
  .testimonials .test-wrp {
    min-height: 314px;
  }
}
@media (max-width: 767px) {
  .testimonials .test-wrp {
    min-height: 50svh;
  }
}
.testimonials p {
  font-weight: 400;
}
.testimonials .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #2397C8;
  width: 8px;
  height: 8px;
}
.testimonials .owl-dots .owl-dot.active span {
  background-color: #1C79A0;
}

.tstmnl-info {
  margin-top: 2vmax;
  font-size: 14px;
  font-weight: 400;
}
.tstmnl-info strong {
  font-size: 15px;
}

.career-section {
  background-color: #2397C8;
}
.career-section h2 {
  font-size: 1.75rem;
  max-width: 90%;
}
@media (min-width: 1500px) {
  .career-section h2 {
    font-size: 35px;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .career-section h2 {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
.career-section .link-type1 {
  font-size: 20px;
}
@media (min-width: 1500px) {
  .career-section .link-type1 {
    font-size: 30px;
  }
}

.contact-section .form-control {
  border-color: #BDBDBD;
}
.contact-section .form-control::-moz-placeholder {
  color: #757576;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  /* Firefox */
}
.contact-section .form-control::placeholder {
  color: #757576;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  /* Firefox */
}
.contact-section .form-control::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #757576;
  font-size: 16px;
  line-height: 1;
}
.contact-section .form-control:focus, .contact-section .form-control:active {
  border-color: #2397C8;
}

.nav-link.box-link:hover {
  border-color: #2397C8 !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.051);
}

.innerpage-bg {
  background: linear-gradient(90deg, #4DC6E2 0%, #248ED8 100%);
}

.text-content {
  color: #757576;
}

.text-justify {
  text-align: justify;
}

.form-bg-left {
  background-image: url("../images/apply-form-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.select-services .form-check {
  padding-left: 0;
}
.select-services .form-check input[type=checkbox] {
  opacity: 0;
  width: 0;
}
.select-services .form-check input[type=checkbox] ~ .form-check-label {
  border: 1px solid #BDBDBD;
  padding: 8px 13px;
  font-size: 13px;
  color: #757576;
  cursor: pointer;
}
.select-services .form-check input[type=checkbox] ~ .form-check-label:hover {
  background-color: #F6F6F6;
}
.select-services .form-check input[type=checkbox]:checked ~ .form-check-label {
  background-color: #084C69;
  border-color: #084C69;
  color: #ffffff;
}

.contact-section .contact-link {
  display: flex;
  align-items: start;
}
.contact-section .contact-link i {
  min-width: 25px;
}
.contact-section .contact-link .info-wrp {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
}
.contact-section .contact-link .info-wrp a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.contact-section .contact-link .info-wrp a:hover {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .contact-section .contact-link .info-wrp {
    font-size: 22px;
  }
}

.privacy-policy-section p {
  line-height: 1.4;
}
.privacy-policy-section .link-type1 {
  color: #2397C8;
}
.privacy-policy-section h4,
.privacy-policy-section h3 {
  margin-top: 2rem;
}

.inner-banner-section {
  background: linear-gradient(90deg, #4DC6E2 0%, #248ED8 100%);
}

footer p {
  color: #565656;
}
@media (min-width: 1200px) {
  footer .left-border-xl {
    border-left: 1px solid #A8A8A8;
  }
}
footer .copyright .link-type1 {
  color: #2397C8;
}

@media (max-width: 767px) {
  .logo-footer {
    max-width: 150px;
  }
}

.snows span {
  position: absolute;
  top: -10%;
  left: 0;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.8;
  animation: snow-anim 10s 0s linear infinite;
  text-shadow: 0 0 1vw 0.5vw rgba(255, 255, 255, 0.4);
  -webkit-animation: snow-anim 10s 0s linear infinite;
}

/* Side position */
.snows span:nth-child(1) {
  left: 0%;
}

.snows span:nth-child(2) {
  left: 2%;
}

.snows span:nth-child(3) {
  left: 4%;
}

.snows span:nth-child(4) {
  left: 6%;
}

.snows span:nth-child(5) {
  left: 8%;
}

.snows span:nth-child(6) {
  left: 10%;
}

.snows span:nth-child(7) {
  left: 12%;
}

.snows span:nth-child(8) {
  left: 14%;
}

.snows span:nth-child(9) {
  left: 16%;
}

.snows span:nth-child(10) {
  left: 18%;
}

.snows span:nth-child(11) {
  left: 20%;
}

.snows span:nth-child(12) {
  left: 22%;
}

.snows span:nth-child(13) {
  left: 24%;
}

.snows span:nth-child(14) {
  left: 26%;
}

.snows span:nth-child(15) {
  left: 28%;
}

.snows span:nth-child(16) {
  left: 30%;
}

.snows span:nth-child(17) {
  left: 32%;
}

.snows span:nth-child(18) {
  left: 34%;
}

.snows span:nth-child(19) {
  left: 36%;
}

.snows span:nth-child(20) {
  left: 38%;
}

.snows span:nth-child(21) {
  left: 40%;
}

.snows span:nth-child(22) {
  left: 42%;
}

.snows span:nth-child(23) {
  left: 44%;
}

.snows span:nth-child(24) {
  left: 46%;
}

.snows span:nth-child(25) {
  left: 48%;
}

.snows span:nth-child(26) {
  left: 50%;
}

.snows span:nth-child(27) {
  left: 52%;
}

.snows span:nth-child(28) {
  left: 54%;
}

.snows span:nth-child(29) {
  left: 56%;
}

.snows span:nth-child(30) {
  left: 58%;
}

.snows span:nth-child(31) {
  left: 60%;
}

.snows span:nth-child(32) {
  left: 62%;
}

.snows span:nth-child(33) {
  left: 64%;
}

.snows span:nth-child(34) {
  left: 66%;
}

.snows span:nth-child(35) {
  left: 68%;
}

.snows span:nth-child(36) {
  left: 70%;
}

.snows span:nth-child(37) {
  left: 72%;
}

.snows span:nth-child(38) {
  left: 74%;
}

.snows span:nth-child(39) {
  left: 76%;
}

.snows span:nth-child(40) {
  left: 78%;
}

.snows span:nth-child(41) {
  left: 80%;
}

.snows span:nth-child(42) {
  left: 82%;
}

.snows span:nth-child(43) {
  left: 84%;
}

.snows span:nth-child(44) {
  left: 86%;
}

.snows span:nth-child(45) {
  left: 88%;
}

.snows span:nth-child(46) {
  left: 90%;
}

.snows span:nth-child(47) {
  left: 92%;
}

.snows span:nth-child(48) {
  left: 94%;
}

.snows span:nth-child(49) {
  left: 96%;
}

.snows span:nth-child(50) {
  left: 98%;
}

/* snow size */
.snows span:nth-child(4n+1) {
  font-size: 12px;
  opacity: 0.7;
}

.snows span:nth-child(4n+2) {
  font-size: 25px;
  opacity: 1;
  z-index: 9;
}

.snows span:nth-child(4n+3) {
  font-size: 13px;
  opacity: 0.8;
}

.snows span:nth-child(4n+4) {
  font-size: 14px;
  opacity: 0.9;
}

/* animation-duration */
.snows span:nth-child(6n+1) {
  animation-duration: 20s;
}

.snows span:nth-child(6n+2) {
  animation-duration: 15s;
}

.snows span:nth-child(6n+3) {
  animation-duration: 7s;
}

.snows span:nth-child(6n+4) {
  animation-duration: 30s;
}

.snows span:nth-child(6n+5) {
  animation-duration: 20s;
}

.snows span:nth-child(6n+6) {
  animation-duration: 40s;
}

/* animation-delay */
.snows span:nth-child(5n+1) {
  animation-delay: 0s;
}

.snows span:nth-child(5n+2) {
  animation-delay: 12s;
}

.snows span:nth-child(5n+3) {
  animation-delay: 7s;
}

.snows span:nth-child(5n+4) {
  animation-delay: 4s;
}

.snows span:nth-child(5n+5) {
  animation-delay: 10s;
}

/* snow animation */
@keyframes snow-anim {
  0% {
    top: -10%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  35% {
    transform: translateX(3vw) rotate(180deg);
    -webkit-transform: translateX(3vw) rotate(180deg);
    -moz-transform: translateX(3vw) rotate(180deg);
    -ms-transform: translateX(3vw) rotate(180deg);
    -o-transform: translateX(3vw) rotate(180deg);
  }
  65% {
    transform: translateX(-3vw) rotate(-90deg);
    -webkit-transform: translateX(-3vw) rotate(-90deg);
    -moz-transform: translateX(-3vw) rotate(-90deg);
    -ms-transform: translateX(-3vw) rotate(-90deg);
    -o-transform: translateX(-3vw) rotate(-90deg);
  }
  100% {
    top: 100%;
    transform: translateX(0) rotate(30deg);
    -webkit-transform: translateX(0) rotate(30deg);
    -moz-transform: translateX(0) rotate(30deg);
    -ms-transform: translateX(0) rotate(30deg);
    -o-transform: translateX(0) rotate(30deg);
  }
}/*# sourceMappingURL=style.css.map */