@font-face {
  font-family: 'Gotham Book';
  src: url('./fonts/gotham-book.woff2') format('woff2'),
      url('./fonts/gotham-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamblack';
  src: url('./fonts/gotham-black.woff2') format('woff2'),
      url('./fonts/gotham-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Gotham Book';
  color: #005F83;
  max-width: 1920px;
  margin: auto;
}
.info {
  padding: 50px 0;
}
.info-fw-bold {
  font-family: 'gothamblack';
}
.info-bg-brand{
  background-color: #005F83 !important;
}
.info-bg-brand-light{
  background-color: #00BFFF !important;
}
.info-bg-light{
  background-color: #f5f8fa !important;
}
.info-bg-gradient{
  background: linear-gradient(96.14deg, #02C0FF 11.02%, #55DC4A 85%);
}
.info-bg-yellow{
  background-color: #ffe102 !important;
}
.text-brand {
  color: #005F83;
}
.text-brand-dark {
  color: #003E55;
}
.text-brand-light {
  color: #2898c0;
}
.text-brand-yellow {
  color: #FFE102;
}
.text-light{
  color: #c8e6f0 !important;
}
.text-gradient {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
.info-gradient-btn {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  color: #fff !important;
  border: 0;
  transition: .3s ease-in-out;
}
.info-gradient-bg {
  background: linear-gradient(99.4deg, #00BFFF 7.17%, #45DB33 89.85%);
}
.info-btn-brand{
  background: #005F83;
  color: #fff !important;
  border: 1px solid #005F83 !important;
  transition: 0.3s ease;
}
.info-btn-brand:hover{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-outline{
  background: #ffffff00;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.info-btn-outline:hover{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-white{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-white:hover{
  background: #005F83;
  color: #fff !important;
  border: 1px solid #005F83 !important;
}
.info-tab-bg .info-btn-white:hover{
  border: 1px solid #ffffff !important;
}
.info-btn-quote {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0); 
  z-index: 1;
}
.info-btn-quote:hover {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  color: #005373;
  background: #fff;
  z-index: 1;
}

.info-btn-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 50px;
  background: linear-gradient(180deg, #00BFFF 0%, #45DB33 100%);
  -webkit-mask: linear-gradient(white 0 0) content-box, 
    linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.info-btn-quote:hover::before{
  padding: 0px;
}

.hero-bg {
  position: relative;
  background: url("../img/hero-banner-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainHeader {
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s;
  font-size: small;
}
#mainHeader.bg {
  background: #fff !important;
}
.info-bg-overlay{
  position: relative;
}
.info-bg-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #36363682;
  left: 0;
  top: 0;
}
.info-img-overlay{
  position: relative;
}
.info-img-overlay::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #005F834D;
  left: 0;
  top: 0;
}

p{
  margin-bottom: 0 !important;
}

.info-media-content{
  overflow: hidden;
  border-radius: 18px;
}
.info-media-overlay{
  position: relative;
}
.info-media-overlay::before{
  position: absolute;
  background: linear-gradient(0deg, #000000 0, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
}
.info-media-footer{
  position: absolute;
  bottom: 35px;
  left: 25px;
  transition: .3s ease-in-out;
  width: 80%;
}
.info-media-body{
  padding: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 18px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}
.info-media-body ul {
  padding-left: 12px;
}
.info-media-body ul li:not(:last-child){
  margin-bottom: 15px;
}

.info-media-content:hover .info-media-footer, .info-media-mobile-slider .slick-active .info-media-footer{
  opacity: 0;
}
.info-media-content:hover .info-media-body, .info-media-mobile-slider .slick-active .info-media-body{
  opacity: 1;
}
.info-media-content:hover.info-media-overlay::before{
  position: absolute;
  background: #000000c6;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
}
.info-media-content-border{
  overflow: hidden;
  border-radius: 18px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.info-card{
  background: #fff;
  padding: 20px;
}
.info-tick-mark li:not(:last-child){
  margin-bottom: 10px;
}
.info-tick-mark li{
  position: relative;
  padding-left: 30px;
}
.info-tick-mark li::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  top: 2px;
  left: 0;
}
.info-tick-mark li::before{
  position: absolute;
  content: '\f00c';
  left: 0;
  color: #22C55E;
}
.info-card:hover{
  background: linear-gradient(158.52deg, #00BFFF -34.51%, #56DB46 127.63%);
  color: #fff !important;
}
.info-card:hover .info-list, .info-card:hover p{
  color: #fff !important;
}
.info-card:hover .info-tick-mark li::before{
  color: #fff;
}

.table>:not(caption)>*>*{
  padding: 1rem 0.8rem !important;
}
.table{
  --bs-table-striped-bg: #E8F9FF !important;
  --bs-table-border-color: #EAECF0 !important;
}
th{
  color: #005F83 !important;
}
td{
  font-size: 0.9rem;
}
.text-blue{
  color: #005F83 !important;

}
ul.small-bullets li::marker {
    font-size: 0.6em;
}

.info-media-card{
  background: #FFE102;
}


.info-tab-element{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 440px;
}
@media (max-width: 1199px) {
  .info-tab-element {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .info-tab-element {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 320px;
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .info-tab-element {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 320px;
  }
}
@media (max-width: 576px) {
  .info-tab-element {
    position: absolute;
    right: 0;
    top: 40%;
    bottom: 0;
    margin: auto;
  }
}

.info-projects-bg{
  background: #F3F3F3;
}
.info-project-card{
  position: relative;
  background: #fff;
  padding: 15px;
}

.info-project-list li:not(:last-child){
  margin-bottom: 10px;
}

.info-project-card .info-project-content-hover{
  padding: 25px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.info-project-card{
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.info-project-01:hover{
  background: url('../img/info-project-bg-img-01.webp');
}
.info-project-02:hover{
  background: url('../img/info-project-bg-img-02.webp');
}
.info-project-03:hover{
  background: url('../img/info-project-bg-img-03.webp');
}
.info-project-04:hover{
  background: url('../img/info-project-bg-img-04.webp');
}
.info-project-05:hover{
  background: url('../img/info-project-bg-img-05.webp');
}
.info-project-06:hover{
  background: url('../img/info-project-bg-img-06.webp');
}
.info-project-07:hover{
  background: url('../img/info-project-bg-img-07.webp');
}
.info-project-08:hover{
  background: url('../img/info-project-bg-img-08.webp');
}
.info-project-09:hover{
  background: url('../img/info-project-bg-img-09.webp');
}
.info-project-card:hover .info-hover-opacity{
  opacity: 0;
}
.info-project-card:hover .info-project-content-hover{
  opacity: 1;
}

.info-project-card:hover.info-project-overlay::before{
  position: absolute;
  background: #00000099;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
}

.info-expo-card{
  position: relative;
  background: #fff;
  padding: 15px;
}
.info-expo-card:hover{
  background: linear-gradient(275.57deg, #45DB33 -2.41%, #009EDA 65.01%);
}
.info-expo-card:hover h5{
  color: #fff !important;
}

.info-vision-bg{
  background: url('../img/info-vision-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-blue-overlay{
  position: relative;
}
.info-blue-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 95, 131, 0.6) 0%, #005F83 83.47%);
  left: 0;
  top: 0;
}

.info-white-bg{
  position: relative;
}
.info-white-bg::after{
  position: absolute;
  content: '';
  height: 50%;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
}
.info-partner-bg{
  background: #FFE102;
  padding: 50px;
}
.info-list li{
    position: relative;
}
.info-list li:not(:last-child){
   margin-bottom: 30px;
}
.info-list li:not(:last-child)::after{
   position: absolute;
   content: '';
   height: 1px;
   width: 100%;
   background: #0D7298;
   bottom: -6px;
   left: 0;
}

.info-counter-card{
  background: #006C96;
  padding: 35px 20px;
}






.info-list-icon li {
  position: relative;
  padding-left: 30px
}
.info-list-icon li::before {
  position: absolute;
  content: '';
  background: url('../img/li-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 14px;
  left: 0;
  top: 3px;
}
.info-list-icon li:not(:last-child){
    margin-bottom: 10px;
}

.faq-accordion .accordion{
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}
.faq-accordion .accordion-item{
  background: #F5F5F5;
  border-radius: 10px !important;
  border: 0 !important;
  border: 1px solid #D9D9D9 !important;
  overflow: hidden !important;
  padding: 8px 18px;
}
.faq-accordion .accordion-button{
  background: #F5F5F5 !important;
  color: #000 !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}
.accordion-collapse{
  color: #595959 !important;
}
.faq-accordion .accordion-button.collapsed{
    background: #F5F5F5 !important;
}
.faq-accordion .accordion-item:not(:last-child){
  margin-bottom: 20px;
}
.faq-accordion .accordion-button:not(.collapsed){
  background: #F5F5F5 !important;
  box-shadow: none;
}
/* .faq-accordion .accordion-button::after{
  background-image: url("../img/white-plus.png");
}
.faq-accordion .accordion-button:not(.collapsed)::after{
  background-image: url("../img/white-minus.png");
} */



.info-footer-bg {
  background-color: #035970 !important;
}
.info-footer .info-content{
  text-align: end;
}
.info-footer * {
  font-size: .8rem;
}

@media (max-width: 767px) {
  .info-footer * {
    font-size: .8rem;
    text-align: center !important;
  }
}



/* Form Color */
.hbspt-form .hs-richtext h1{
    font-size: 32px !important;
    font-weight: bold !important;
    color: #005373 !important;
}
.hbspt-form input::placeholder,.hbspt-form textarea::placeholder {
  color: #2898C0;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form select{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2898C0 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #2898C0;
  width: 100% !important;
  height: 40px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2898C0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #2898C0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.hbspt-form fieldset, .hbspt-form .hs-input {
  margin: 0 !important;
  width: 100% !important;
}
.hbspt-form .hs-button {
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  background: linear-gradient(to right, #02C0FA, #43DA38) !important;
  border: 0 !important;
  min-width: 175px;
  color: #fff;
  font-family: 'Gotham Book';
  font-size: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hs_submit {
  margin-top: 25px !important;
  display: flex;
  justify-content: center;
}
.hbspt-form .inputs-list label p, .hbspt-form .inputs-list label a {
  color: #2898C0;
  font-size: 0.8rem;
}
.hbspt-form .inputs-list label {
  color: #ff4444;
  font-size: 0.8rem;
}
.inputs-list{
  padding: 0;
  list-style: none;
}
.hs-form-booleancheckbox-display{
  position: relative;
  padding: 0.375rem 0.75rem;
  margin-top: 10px;
}
.hs-form-booleancheckbox-display .hs-input{
  position: absolute;
  content: '';
  left: 0 !important;
  width: auto !important;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}


@media (max-width: 767px) {
  .info, .hero-bg{
    padding: 30px 15px;
  }
  
}



/* SLICK CSS */
.slick-dots{
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 20px;
  list-style: none;
  text-align: center !important;
}
.slick-dots li{
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50rem;
  background-color: #c9c9c9;
  text-indent: -999999px;
}
.slick-dots li.slick-active button{
  background-color:  #02C0FA;
}