body,html{
  font-family: "Gotham";
}
.container {
    padding: initial !important;
}
.info-fw-black{
    font-weight: 900;
}
.info-fw-bold{
    font-weight: bold;
}
.info-fw-book{
    font-weight: 500;
}

.info {
  padding: 50px 0;
}
.info-fw-bold {
  font-family: 'Gotham';
}
.info-bg-brand{
  background-color: #005F83 !important;
}
.info-bg-light{
  background-color: #f5f8fa !important;
}
.info-bg-yellow{
  background-color: #ffe102 !important;
}
.text-brand {
  color: #005F83;
}
.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;
}
.btn{
  font-weight: 700;
}
.info-gradient-btn {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  color: #fff !important;
  border: 0;
  transition: .3s ease-in-out;
  font-weight: 700;
}
.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("../images/home/hero-banner-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 100vh; */
}
.hero-ul-list li a:hover, .hero-ul-list li a:hover::before{
  color: #FFE102 !important;
}
.info-bg-overlay{
  position: relative;
}
.info-bg-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(0deg, rgba(0, 95, 131, 0.4), rgba(0, 95, 131, 0.4));
  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;
}
.hero-accordion .accordion{
  --bs-accordion-btn-icon-width: 30px;
}
.hero-accordion{
  min-height: 400px;
}
.hero-accordion .accordion-button::after{
  background-image: url("../images/home/plus.png");
}
.hero-accordion .accordion-button:not(.collapsed)::after{
  background-image: url("../images/home/minus.png");
}

.hero-accordion .accordion-button:not(.collapsed){
  background: #ffffff00;
  box-shadow : inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e600;

}
.hero-accordion .accordion-item{
  position: relative;
  background: #005f83;
  border: 0;
  overflow: hidden;
}
.hero-accordion .accordion-item:hover{
    background: #02C0FC;
}
.hero-accordion .accordion-button{
  background: #ffffff00;
}

.hero-ul-list li a{
  position: relative;
}
.hero-ul-list li a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  top: 0;
  right: 0;
}
.hero-ul-list li a::before {
  position: absolute;
  content: '\f054';
  color: #ffffff
}
.hero-ul-list li:not(:last-child){
  margin-bottom: 10px;
}

.hero-accordion .accordion-item::before{
  position: absolute;
  content: '';
  background: url('../images/home/vector-1.png');
  width: 150px;
  height: 210px;
  top: -45px;
  right: -15px;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-accordion .accordion-collapse{
  position: relative;
}
.hero-accordion .accordion-collapse::after{
  position: absolute;
  content: '';
  background: url('../images/home/vector-2.png');
  width: 150px;
  height: 220px;
  bottom: -60px;
  right: 0;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.count-plus-text::after {
    content: '+';
}
.count-text::after {
    content: ' Years';
}
.badge{
  background: #e4f2f7 !important;
}

.nav-pills{
  background: #fff;
  border: 1px solid #c8e6f0;
  width: fit-content;
  padding: 10px;
}
.nav-pills li:not(:last-child) {
  margin-right: 10px;
}
.nav-pills .nav-link{
  background: #ffffff;
  color: #2898c0;
  font-size: 0.9rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #005f83;
}
@media (max-width: 767px) {
  .nav-pills{
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-radius: 10px !important;
    background-color: #ffffff6b;
  }
  .nav-pills li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .nav-item{
    width: 100%;
  }
  .nav-pills .nav-link {
    width: 100%;
    font-size: 0.8rem;
  }
}

.info-card-content-bg{
  border: 1px solid #c8e6f0;
  transition: 0.3s ease-in-out;
}
.info-card-content{
  padding: 20px;
  padding-bottom: 0;
}
.info-card-footer{
  padding: 20px;
}
.info-card-footer a{
  padding-bottom: 6px;
  border-bottom: 1px solid #005f83;
}

.info-card-content-bg:hover{
  border: 1px solid #c8e6f000;
  box-shadow: 0px 0px 10px 0px #0000001A;
}
.info-card-content-grid .info-card-content-bg{
  margin-right: 20px;
}
@media (max-width: 767px) {
  .info-card-content-grid .info-card-content-bg{
    margin-right: 10px;
  }
}
.slick-arrow{
  border: 1px solid #2898c0;
  color: #2898c0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  margin-top: 30px;
}
.slick-arrow:hover{
  border: 1px solid #005f83;
  color: #005f83;
}
.info-card-content-slider .slick-prev::before, .nav-pills-mobile-slider .slick-prev::before {
  content: '\f060';
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 16px;
}
.info-card-content-slider .slick-next::before, .nav-pills-mobile-slider .slick-next::before {
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 16px;
}
.info-card-content-slider .slick-prev{
  position: absolute;
  left: 45%;
  bottom: -60px;
}
.info-card-content-slider .slick-next{
  position: absolute;
  right: 45%;
  bottom: -60px;
}
.nav-pills-mobile-slider .slick-prev{
  position: absolute;
  left: -25px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.nav-pills-mobile-slider .slick-next{
  position: absolute;
  right: -25px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.tab-pane {
  display: none;
}
.tab-pane.active.show {
  display: block;
}


@media (max-width: 992px) {
  .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .info-card-content-slider .slick-prev{
    position: absolute;
    left: 44% !important;
  }
  .info-card-content-slider .slick-next{
    position: absolute;
    right: 44% !important;
  }
}
.tab-pane{
  position: relative;
}
.tab-loader{
  display: none;
  position: absolute;
  top: -20px;
  left: -20px;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.794);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-primary{
  border: var(--bs-border-width)
  var(--bs-border-style)
  #c8e6f0 !important;
}
.info-tab-footer a{
  position: relative;
  padding-bottom: 6px;
}
.info-tab-footer a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px; /* thickness of the border */
  width: 100%;
  background: linear-gradient(180deg, #00BFFF 0%, #45DB33 100%);
}

.checklist-bg{
  background: url('../images/home/checklist-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.checklist-bg::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000000B2;
  left: 0;
  top: 0;
}
.info-checklist ol li:not(:last-child){
  margin-bottom: 20px;
}

.hero-accordion .accordion-button:not(.collapsed), .accordion-item:last-of-type .accordion-button.collapsed{
  align-items: start !important;
}
.growth-accordion .accordion-item{
  background: #fff;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #E5F3F8 !important;
}
.growth-accordion .accordion-button{
  color: #00BFFF !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}
.growth-accordion  .accordion-button.collapsed{
  background: #fff !important;
}
.growth-accordion  .accordion-item:not(:last-child){
  margin-bottom: 20px;
}
.growth-accordion  .accordion-button:not(.collapsed){
  background: #fff;
  box-shadow: none;
}
.growth-accordion .accordion-button::after{
  background-image: url("../images/home/closed.png");
}
.growth-accordion .accordion-button:not(.collapsed)::after{
  background-image: url("../images/home/closed.png");
}
.growth-accordion .accordion-body p{
  margin-bottom: 15px !important;
}
.info-icon-bg{
  background: #F3F7F9;
  padding: 25px;
  border-radius: 20px;
}
@media (max-width: 767px) {
    .info-icons-mobile-slider .info-icon-bg{
      margin-right: 20px;
    }
}.info-icon-bg{
  background: #F3F7F9;
  padding: 25px;
  border-radius: 20px;
}
@media (max-width: 767px) {
    .info-icons-mobile-slider .info-icon-bg{
      margin-right: 20px;
    }
}
.faq-content .accordion-button{
  color: #005F83 !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}
.info-icon-bg{
  background: #F3F7F9;
  padding: 25px;
  border-radius: 20px;
}
@media (max-width: 767px) {
    .info-icons-mobile-slider .info-icon-bg{
      margin-right: 20px;
    }
}
.info-list-icon li {
  position: relative;
  padding-left: 30px
}
.info-list-icon li::before {
  position: absolute;
  content: '';
  background: url('../images/home/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: #fff;
  border-radius: 10px !important;
  border: 0 !important;
  border: 1px solid #c8e6f0 !important;
  overflow: hidden !important;
  padding: 8px 18px;
}
.faq-accordion .accordion-button{
  color: #005f83 !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}
.faq-accordion .accordion-button.collapsed{
  background: #fff !important;
}
.faq-accordion .accordion-item:not(:last-child){
  margin-bottom: 20px;
}
.faq-accordion .accordion-button:not(.collapsed){
  background: #fff;
  box-shadow: none;
}
.faq-accordion .accordion-button::after{
  background-image: url("../images/home/white-plus.png");
}
.faq-accordion .accordion-button:not(.collapsed)::after{
  background-image: url("../images/home/white-minus.png");
}






/* Form Color */
.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 25px;
  }

}

/* 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;
}

.info-vision-slider .info-img{
  margin-right: 15px;
}

.info-vision-slider .slick-dots{
  position: absolute;
  bottom: 0;
}
.info-vision-slider .slick-dots li button{
	opacity: 1;
  height: 4px;
  transition: all 500ms ease-in-out;
	background: #c8e6f0;
}
.info-vision-slider .slick-dots li.slick-active button{
	opacity: 1;
	background: #fff;
	width: 50px;
}
.info-testmonial-slider .slick-dots{
  text-align: end !important;
}
.info-testmonial-slider .slick-dots{
  position: absolute;
  bottom: -20px;
  right: 0;
}
.info-testmonial-slider .slick-dots li button{
	opacity: 1;
  height: 4px;
  transition: all 500ms ease-in-out;
	background: #c8e6f0;
}
.info-testmonial-slider .slick-dots li.slick-active button{
	opacity: 1;
	background: #005f83;
	width: 50px;
  height: 4px;
}