/* ==========================================================================
Global Settings
========================================================================== */
/*
* Remove text-shadow in selection highlight.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* Body settings, change it as required
*/
body {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0px;
}

/*
* Links
*/
a,
a:hover {
  text-decoration: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers.
*/
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: none;
}

/*
* Other
*/
*:focus {
  outline: none !important;
}

/* ==========================================================================
Helper classes
========================================================================== */
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0px 10px 10px;
  display: block;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.figure1 {
  margin: 0;
}
.figure1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}

.color1 {
  color: #87CEEB !important;
}

.color2 {
  color: #07A4E6 !important;
}

.color3 {
  color: #0963C4 !important;
}

.bg-color1 {
  background-color: #87CEEB !important;
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}
.bg-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pt-120 {
  padding-top: 120px !important;
}

.py-120 {
  padding: 120px 0 !important;
}

.py-100 {
  padding: 100px 0 !important;
}
  .mb-40 {
    margin-bottom: 40px !important;
  }
.mb-80 {
  margin-bottom: 80px !important;
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 60px !important;
  }
  .py-120 {
    padding: 60px 0 !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .py-100 {
    padding: 40px 0 !important;
  }
}
/*
* Other
*/
.divider {
  border-top: 1px solid #87CEEB;
  margin: 16px 0;
  opacity: 1;
}

.red-hat-display {
  font-family: "Red Hat Display", sans-serif !important;
}

.fw-black {
  font-weight: 900 !important;
}

.border-bottom1 {
  border-bottom: 0.5px solid #1D1D1B;
  padding-bottom: 28px;
  margin-bottom: 24px;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Common Functionalities & UI Elements
========================================================================== */
@media (min-width: 1400px) {
  .container {
    max-width: 1624px;
  }
  .container2 {
    max-width: 1684px;
  }
  .container3 {
    max-width: 1428px;
  }
}
/*
* Typography
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 400;
  display: block;
}
h1 .small2,
h2 .small2,
h3 .small2,
h4 .small2,
h5 .small2,
h6 .small2 {
  font-size: 19px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
}

.display-1 {
  font-size: clamp(30px, 5vw, 65px);
  color: #000;
  font-weight: 600;
}

.display-2 {
  font-size: clamp(30px, 4.9vw, 63px);
  color: #000;
  font-weight: 600;
}

h1,
.h1 {
  font-size: clamp(22px, 2.8vw, 44px);
  margin-bottom: 16px;
  color: #000;
}

h2,
.h2 {
  font-size: clamp(20px, 2.8vw, 38px);
  margin-bottom: 16px;
  color: #000;
}

h3,
.h3 {
  font-size: clamp(17px, 2.5vw, 27px);
  margin-bottom: 16px;
  color: #000;
}

h4,
.h4 {
  font-size: clamp(17px, 2.4vw, 25px);
  margin-bottom: 16px;
  color: #000;
}

h5 {
  font-size: clamp(16px, 2vw, 17px);
  margin-bottom: 16px;
  color: #000;
}

h6 {
  font-size: 14px;
  margin-bottom: 16px;
  color: #000;
}

p {
  line-height: 1.25;
  margin-bottom: 16px;
}
p a {
  color: inherit;
}

p.lead {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
}

.text-lg {
  font-size: clamp(16px, 2vw, 17px);
  line-height: 30px;
  font-weight: 300;
}
.text-lg p {
  line-height: inherit;
}

.text1 {
  font-size: clamp(19px, 2.5vw, 30px);
}

.text2 {
  font-size: clamp(18px, 2.5vw, 21px);
}

.link2 {
  color: #07A4E6;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

/* Lists ---------------------- */
ul,
ol {
  margin-bottom: 16px;
  list-style-position: outside;
}

ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

ol {
  margin-left: 20px;
}

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

.sociables {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.sociables li {
  font-size: 20px;
}
.sociables li a {
  transition-duration: 0.3s;
}
.sociables li a:hover {
  opacity: 0.7;
}

.list1 {
  list-style: none;
  padding-left: 0;
}
.list1 li {
  margin-bottom: 16px;
}

.list2 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list2 li {
  border-bottom: 0.25px solid #1A1A1A;
  display: grid;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 120px;
       column-gap: 120px;
  padding: 62px 0 46px;
}
.list2 li:first-child {
  padding-top: 40px;
}
.list2 li:last-child {
  border-bottom: none;
}
.list2 li .right-column {
  flex: 1;
}
.list2 li .left-column {
  flex-shrink: 0;
  text-align: left;
}
.list2 li .left-column .color1 {
  color: #0963C4 !important;
}
.list2 li .left-column .heading1 {
  display: flex;
  align-items: flex-start;
  padding: 0;
  flex-direction: row-reverse;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: flex-end;
}
.list2 li .left-column .heading1::after {
  position: static;
  transform: none;
  width: 60px;
  height: 23px;
  min-width: auto;
  flex-shrink: 0;
}

@media (max-width: 1399px) {
  .list2 li {
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .list2 li .right-column {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 1199px) {
  .list2 li {
    grid-template-columns: 1fr 1.5fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 991px) {
  .list2 li {
    grid-template-columns: 1fr;
    row-gap: 20px;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 30px 0;
  }
  .list2 li:first-child {
    padding-top: 0px;
  }
  .list2 li .left-column {
    text-align: center;
  }
  .list2 li .left-column .heading1 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .list2 li .left-column .heading1::after {
    margin-top: 8px;
  }
  .list2 li .right-column {
    width: 100%;
    flex: none;
    text-align: center;
  }
}
.list3 {
  padding-left: 16px;
}
.list3 li {
  color: #0963C4;
  font-weight: 500;
}
.list3 li::marker {
  color: #0963C4;
  font-size: 14px;
}
.list3 li p {
  color: #000;
  font-weight: 300;
}

.list4 {
  padding-left: 60px;
}
.list4 li {
  list-style-image: url("../images/pattern4.svg");
  padding-left: 9px;
  margin-bottom: 52px;
}
.list4 li ul {
  padding-left: 16px;
  margin: 0;
}
.list4 li ul li {
  list-style: disc;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .list4 {
    padding-left: 0;
  }
  .list4 li {
    list-style-position: inside;
    padding-left: 0;
    margin-bottom: 24px;
  }
}
#header {
  padding: 29px 0 50px;
}
#header .logo {
  display: inline-block;
  z-index: 99;
  position: relative;
}
#header .logo img {
  max-width: clamp(120px, 12vw, 230px);
}

#menu-btn {
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 99;
  position: relative;
}
#menu-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  background-color: rgb(26, 26, 26);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
#menu-btn span:last-child {
  margin-bottom: 0;
}
#menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
#menu-btn.active span:nth-child(2) {
  opacity: 0;
}
#menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

.menu-open {
  overflow: hidden !important;
}

#main-navigation .menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -moz-column-gap: clamp(15px, 2.4vw, 36px);
       column-gap: clamp(15px, 2.4vw, 36px);
}
#main-navigation .menu li {
  font-size: 16px;
  font-weight: 300;
  color: rgb(26, 26, 26);
}
#main-navigation .menu li.active {
  font-weight: 500;
}
#main-navigation .menu li a {
  color: inherit;
  transition-duration: 0.3s;
}
#main-navigation .menu li a:hover {
  opacity: 0.8;
}
#main-navigation .sociables {
  justify-content: center;
  padding-top: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
#main-navigation .scrollabel-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 1199px) {
  #main-navigation .menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #main-navigation .menu li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #header {
    padding: 18px 0;
  }
  #main-navigation {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 80px;
    padding-top: 100px;
    display: none;
  }
  #main-navigation .menu {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  #main-navigation .menu li {
    font-size: 14px;
  }
}
body:has(#banner) #header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
body:has(#banner) #header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 74.7%);
  opacity: 0.7;
  z-index: -1;
}

.home #banner {
  height: 100vh;
}

body:not(.home) #banner::after {
  opacity: 0;
}

#banner {
  position: relative;
  height: auto;
  min-height: 550px;
  padding-top: 180px;
  padding-bottom: 60px;
}
#banner:has(.bg-image) {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner:has(.bg-image)::after {
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(75, 92, 93, 0.49) 23%, rgb(0, 15, 96) 55%, rgb(6, 8, 8) 83%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
}
#banner .display-1 {
  color: inherit;
}

@media (max-width: 767px) {
  .home #banner {
    height: auto;
    min-height: 350px;
  }
  #banner {
    padding-top: 100px;
    padding-bottom: 30px;
    height: auto;
    min-height: 250px;
  }
  #banner .display-1 {
    font-size: 20px;
  }
}
body:has(.contact-box) .section:last-child .bg-image {
  height: calc(100% + 214px);
}

#footer {
  padding-top: 216px;
  background-color: #0C3D7D;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer::before {
  content: "";
  background: url("../images/map-pattern.png") no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#footer h6 {
  font-size: 17px;
  font-weight: 600;
  color: #87CEEB;
  margin-bottom: 24px;
}
#footer .footer-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-menu li {
  margin-bottom: 24px;
  font-weight: 400;
}
#footer .footer-menu li a {
  color: inherit;
  transition-duration: 0.3s;
}
#footer .footer-menu li a:hover {
  opacity: 0.8;
}
#footer .footer-logo {
  display: inline-block;
  margin-bottom: 34px;
}
#footer .footer-logo img {
  max-width: clamp(160px, 12vw, 230px);
}
#footer .footer-dashboard {
  padding-bottom: 56px;
}
#footer .footer-dashboard p.text-lg {
  font-weight: 300;
}
#footer .footer-dashboard .link1 {
  color: inherit;
  font-weight: 500;
  font-size: 18px;
  transition-duration: 0.3s;
}
#footer .footer-dashboard .link1:hover {
  opacity: 0.8;
}
#footer .footer-dashboard address {
  font-weight: 500;
  font-size: 18px;
}
#footer .footer-bottom {
  padding: 24px 0;
  padding-bottom: 28px;
  border-top: 1px solid #fff;
  font-size: 15px;
  font-weight: 400;
}
#footer .links-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
#footer .links-list li {
  margin-right: 12px;
  position: relative;
}
#footer .links-list li::after {
  content: " | ";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#footer .links-list li:last-child {
  margin-right: 0;
}
#footer .links-list li:last-child::after {
  display: none;
}
#footer .links-list li a {
  color: inherit;
  transition-duration: 0.3s;
}
#footer .links-list li a:hover {
  opacity: 0.8;
}
#footer .sociables {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#footer .sociables li img {
  filter: brightness(0) invert(1);
}
#footer .copyright {
  margin: 0;
}

@media (max-width: 767px) {
  #footer {
    text-align: center;
    padding-top: 180px;
  }
  #footer::before {
    width: 100%;
    height: 450px;
  }
  #footer .footer-logo {
    margin-bottom: 20px;
  }
  #footer .links-list {
    justify-content: center;
  }
  #footer .sociables {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  #footer .footer-dashboard {
    padding-bottom: 12px;
  }
  #footer .footer-dashboard address {
    font-size: 17px;
  }
  #footer .footer-dashboard .fs-4 {
    font-size: 18px !important;
  }
  #footer .footer-dashboard .link1 {
    font-size: 16px;
  }
  #footer .footer-menu li {
    margin-bottom: 16px;
  }
  #footer h6 {
    font-size: 16px;
  }
}
.form .form-group {
  margin-bottom: 21px;
}
.form .form-group .form-label {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 14px;
  display: inline-block;
  transition-duration: 0.3s;
}
.form .form-group:has(.form-control:focus) .form-label {
  color: #87CEEB;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
}
.form .form-group .form-control {
  padding: 20px;
  border-radius: 4px;
  background-color: #F4F5F7;
  border: 1.5px solid #F4F5F7;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  color: rgba(26, 26, 26, 0.65);
  transition-duration: 0.3s;
}
.form .form-group .form-control:focus {
  border-color: #87CEEB;
  box-shadow: none;
  background-color: #fff;
}
.form .form-group textarea.form-control {
  min-height: 248px;
  margin-bottom: 34px;
}
.form .form-group p {
  margin: 0;
}

@media (max-width: 767px) {
  .form .form-group {
    margin-bottom: 18px;
  }
  .form .form-group:has(.form-label) {
    text-align: left;
  }
  .form .form-group textarea.form-control {
    min-height: 148px;
    margin-bottom: 26px;
  }
  .form .form-group .form-control {
    font-size: 16px;
    padding: 16px;
  }
}
.newsletter-form .form-control {
  border-radius: 0;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 300;
}
.newsletter-form .form-control::-moz-placeholder {
  color: #A3A4A4;
  font-size: 15px;
}
.newsletter-form .form-control::placeholder {
  color: #A3A4A4;
  font-size: 15px;
}
.newsletter-form .btn-primary-light {
  font-weight: 400;
  min-width: 200px;
  width: 100%;
}

@media (max-width: 1399px) {
  .newsletter-form .btn-primary-light {
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .newsletter-form .btn-primary-light {
    padding: 14px 25px;
  }
}
@media (max-width: 575px) {
  .newsletter-form .form-group:first-child {
    margin-bottom: 16px;
  }
}
.btn {
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 14px 26px;
  min-width: 180px;
  background-color: #fff;
}
.btn:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.btn.btn-primary-light {
  background-color: #87CEEB;
  color: #fff;
  border: 2px solid #87CEEB;
}
.btn.btn-primary-light:hover {
  background-color: #07A4E6;
  border-color: #07A4E6;
}
.btn.btn-primary {
  background-color: #0963C4;
  color: #fff;
  border: 2px solid #0963C4;
}
.btn.btn-primary:hover {
  background-color: #07A4E6;
  border-color: #07A4E6;
}
.btn.btn-lg {
  min-width: 240px;
  padding: 18px 26px;
}

@media (max-width: 767px) {
  .btn {
    min-width: auto;
    padding: 12px 25px;
  }
  .btn.btn-lg {
    min-width: auto;
    padding: 12px 25px;
  }
}
.contact-box {
  margin-bottom: -130px;
  position: relative;
  z-index: 2;
}
.contact-box .box {
  padding: 56px 32px;
  border-radius: 40px;
  background: #fff;
}
.contact-box .box h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contact-box .box {
    padding: 35px 20px;
    border-radius: 25px;
  }
  .contact-box .box h2 {
    margin-bottom: 24px;
  }
}
.box .icon {
  display: inline-block;
  margin-bottom: 8px;
}
.box .num {
  display: block;
  font-size: clamp(30px, 4.9vw, 58px);
  font-weight: 600;
  color: #87CEEB;
  margin-bottom: 4px;
}
.box p {
  font-size: clamp(16px, 2vw, 19px);
}
.box.alt .icon {
  margin-bottom: 44px;
}
.box.alt .icon img {
  max-width: 132px;
}
.box.alt p {
  font-size: 17px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .box {
    text-align: center;
  }
  .box.alt .icon img {
    max-width: 90px;
  }
}
.section {
  padding: 60px 0;
}
.section:has(.bg-image) {
  position: relative;
}
.section:has(.two-column-layout, .gx-lg-5) {
  overflow-x: clip;
}

@media (max-width: 767px) {
  .section {
    padding: 35px 0;
  }
}
.pattern1 {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.pattern1::after {
  content: "";
  background: url("../images/pattern1.svg") no-repeat;
  background-size: 100% 100%;
  width: 96px;
  height: 345px;
  display: inline-block;
}

.pattern2,
.heading1 {
  position: relative;
}
.pattern2::after,
.heading1::after {
  content: "";
  background: url("../images/pattern2.svg") no-repeat;
  background-size: 100% 100%;
  width: 50vw;
  max-width: 705px;
  min-width: 300px;
  height: 275px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: -1;
}

.heading1 {
  padding-bottom: 30px;
}
.heading1::after {
  background: url("../images/pattern3.svg") no-repeat;
  background-size: 100% 100%;
  width: 75px;
  height: 30px;
  bottom: 0;
}

.two-column-layout {
  --bs-gutter-x: 144px;
  align-items: center;
}
.two-column-layout .column p.text-lg {
  font-weight: 300;
  margin-bottom: 50px;
}
.two-column-layout .column .small-image {
  width: 68.6%;
  border: 10px solid #fff;
  margin-left: auto;
  margin-top: -75px;
  position: relative;
}
.two-column-layout .column figure figcaption {
  font-size: 12px;
}
.two-column-layout .column figure:has(figcaption) img {
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .two-column-layout {
    --bs-gutter-x: 80px;
  }
}
@media (max-width: 1199px) {
  .two-column-layout {
    --bs-gutter-x: 36px;
  }
}
@media (max-width: 991px) {
  .column {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .two-column-layout {
    --bs-gutter-x: 24px;
    text-align: center;
  }
  .two-column-layout .pattern1::after {
    display: none;
  }
  .two-column-layout .column:last-child {
    margin-bottom: 0;
  }
}
.grid-layout1 {
  display: flex;
  gap: 8px;
}
.grid-layout1 .column {
  width: calc(25% - 8px);
}

@media (max-width: 1199px) {
  .grid-layout1 {
    flex-wrap: wrap;
  }
  .grid-layout1 .column {
    width: calc(50% - 8px);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .grid-layout1 .column {
    width: calc(100% - 8px);
  }
}
.card1 {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  color: #1a1a1a;
  transition-duration: 0.3s;
}
.card1 .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 103px;
  height: 103px;
  border-radius: 100px;
  background-color: #87CEEB;
  border: 2px solid #87CEEB;
  margin-bottom: 24px;
  transition-duration: 0.3s;
}
.card1 .icon img {
  filter: brightness(0) invert(1);
  max-width: 60px;
}
.card1 .text1 {
  margin-bottom: 32px;
}
.card1 .text-lg {
  font-weight: 300;
  margin-bottom: 44px;
}
.card1 .list1 {
  font-size: 17px;
  font-weight: 300;
}
.card1 .list1 li {
  margin-bottom: 44px;
}
.card1:hover .icon {
  background-color: #fff;
}
.card1:hover .icon img {
  filter: none;
}

.column:has(.card1) {
  transition-duration: 0.3s;
}
.column:has(.card1):hover {
  transform: scale(1.1);
  margin: 0 20px;
}

@media (max-width: 1199px) {
  .column:has(.card1):hover {
    transform: scale(1);
    margin: 0;
  }
}
@media (max-width: 991px) {
  .card1 .list1 li {
    margin-bottom: 20px;
  }
  .card1 .text-lg {
    margin-bottom: 20px;
  }
  .card1 .text1 {
    margin-bottom: 18px;
  }
}
.blockquote1 {
  margin: 0;
}
.blockquote1 p {
  margin-bottom: 84px;
}

@media (max-width: 767px) {
  .blockquote1 p {
    margin-bottom: 54px;
  }
}
.slick-slider:has(.slick-dots) {
  padding-bottom: 90px;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
  -moz-column-gap: 29px;
       column-gap: 29px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slider .slick-dots li button {
  border: none;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background-color: #87CEEB;
  font-size: 0;
  transition-duration: 0.3s;
}
.slick-slider .slick-dots li.slick-active button {
  width: 25px;
  height: 25px;
  background-color: #07A4E6;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .slick-slider:has(.slick-dots) {
    padding-bottom: 70px;
  }
  .slick-slider .slick-dots {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.slider1 .slide .lh-lg p {
  line-height: inherit;
}/*# sourceMappingURL=main.css.map */