
.info-bg-brand{
  background-color: #005F83 !important;
}
.info-bg-light{
  background-color: #eefaff !important;
}
.text-brand {
  color: #005F83;
}
.text-brand-light {
  color: #41B6E9;
}
.text-brand-yellow {
  color: #ffe102;
}
.text-brand-green {
  color: #20C85A;
}
.text-brand-red {
  color: #E7000B;
}
.text-light{
  color: #B1C3CE !important;
}
.text-brand-grey{
  color: #6b7280 !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;
}
.btn-brand-light-gradient-green {
  background: linear-gradient(90.4deg, #E3F4EB, #E2EDF7);
  color: #30D04B !important;
  border: 1px solid #30d04ba3;
  transition: .3s ease-in-out;
}
.btn-brand-light-gradient-blue {
  background: linear-gradient(90.4deg, #E3F4EB, #E2EDF7);
  color: #005F83 !important;
  border: 1px solid #006083a9;
  transition: .3s ease-in-out;
}
.btn-brand-light-gradient-red {
  background: linear-gradient(90.4deg, #F9E6E8, #FBEDE3);
  color: #E7000B !important;
  border: 1px solid #FBB1B2;
  transition: .3s ease-in-out;
}
.info-bg-brand-red{
  background: linear-gradient(90.4deg, #F9E6E8, #FBEDE3);
  border: 1px solid #FBB1B2;
}
.info-bg-brand-light-red{
  background: #FEF2F2;
  border: 1px solid #FFE2E2;
}
.info-bg-brand-light-green{
  background: #F0FDF4;
  border: 1px solid #DBFCE7;
}
.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;
}
.btn-brand-green{
  background: #133330;
  color: #33d247 !important;
  border: 1px solid #33d247 !important;
  width: fit-content;
}
.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 thickness */
  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;
}
.badge{
  background: #e4f2f7 !important;
}
.badge.badge-white{
  background: #ffffff !important;
}

.hero-fullscreen{
    min-height: 100vh;
}
.tv {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.tv .screen {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 177.77vh; /* 16:9 ratio */
  height: 100vh;
  min-width: 100vw;
  min-height: 56.25vw;
  opacity: 0;
  transition: opacity .5s;
}

.tv .screen iframe {
  width: 100%;
  height: 100%;
}
.tv .screen.show.active {
    opacity: 1;
  }
.hero-bg{
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-bg-overlay{
    position: relative;
}
.hero-bg-overlay::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 95, 131, 0.8);
    z-index: 1;
}

.hero-bg{
  position: relative;
  /* background: url("../img/hero-banner-bg.webp"); */
  background: #005F83;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-bg-overlay{
  position: relative;
}
.info-bg-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000000aa;
  left: 0;
  top: 0;
}
.info-bg-yellow {
    background-color: #ffe102 !important;
}
.count-plus-text::after {
    content: '+';
}
.count-text::after {
    content: ' Years';
}

.hero-text{
  position: relative;
}
.info-hero-content .hero-text::after{
  position: absolute;
  content: '';
  height: 4px;
  width: 100px;
  background: linear-gradient(90deg, #00BFFF 0%, #45DB33 100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}
.hero-text::after{
  position: absolute;
  content: '';
  height: 4px;
  width: 100px;
  background: linear-gradient(90deg, #00BFFF 0%, #45DB33 100%);
  bottom: 0;
  left: 0;
  border-radius: 10px;
}

.hero-card{
  padding: 20px;
  border: 1px solid #ffffff43;
  border-radius: 20px;
  backdrop-filter: blur(34px);
  position: relative;
}
.hero-card .hero-text::after{
  height: 2px;
  width: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
hr{
  color: #8e8e8e !important;
}

.info-icon-card {
  background: #F5F7FA;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e5e7ebcb;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.info-icon-bg{
  background: linear-gradient(135deg, #00BFFF 0%, #45DB33 100%);
  width: fit-content;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.info-icon-card img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.info-before-card{
  border: 2px solid #cad5e2;
  padding: 20px;
  border-radius: 10px;
}
.info-before-card .badge {
    background: #f1f5f9 !important;
}
.info-before-icon{
    background: #e2e8f0;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    border-radius: 10px;
}
.info-before-icon svg{
    width: 20px;
    filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(977%) hue-rotate(175deg) brightness(91%) contrast(88%);
}
.info-before-left{
    padding-left: 50px;
}
.info-before-icon{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-before-list li:not(:last-child){
  margin-bottom: 40px;
}
.info-before-list li:last-child .info-before-card{
  border: 2px solid #ffa2a2;
  background: #fef2f2;
}
.info-before-list li:last-child .info-before-icon{
  background: #ffc9c9;
}
.info-before-list li:last-child .info-before-icon svg{
  width: 20px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(65%) saturate(579%) hue-rotate(308deg) brightness(90%) contrast(103%);
}
.info-before-list li{
  position: relative;
}
.info-before-list li:not(:last-child):after{
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  content: '\f063';
  height: 10px;
  width: 10px;
  color: #cad5e2;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.info-center-card{
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    );
  background-size: 20px 20px;
  padding: 20px;
  border-radius: 10px;
}
.info-center-card .badge{
  background: #337f9c !important;
}
.info-center-left{
    padding-left: 50px;
}
.info-center-icon{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-center-icon{
    background: #337f9c;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-center-icon svg{
    width: 20px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(778%) hue-rotate(278deg) brightness(114%) contrast(100%);
}



.info-after-card{
  border: 2px solid #00bfff;
  padding: 20px;
  border-radius: 10px;
}
.info-after-content-card{
  border: 2px solid #a8ecf7;
  padding: 20px;
  border-radius: 10px;
}
.info-after-card .badge {
    background: #f1f5f9 !important;
}
.info-after-icon{
    background: linear-gradient(135deg, #00BFFF 0%, #45DB33 100%);
    width: fit-content;
    height: fit-content;
    padding: 10px;
    border-radius: 10px;
}
.info-after-icon svg{
    width: 20px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(778%) hue-rotate(278deg) brightness(114%) contrast(100%);
}
.info-after-left{
    padding-left: 50px;
}
.info-after-icon{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-after-list li:not(:last-child){
  margin-bottom: 40px;
}
.info-after-list li:last-child .info-after-content-card{
  border: 2px solid #56db46;
  background: #effdf6;
}

.info-after-list li{
  position: relative;
}
.info-after-list li:not(:last-child):after{
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  content: '\f063';
  height: 10px;
  width: 10px;
  color: #00BFFF;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}


.info-execution-card {
  border: 2px solid transparent;
  border-radius: 12px;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 150px;

  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(99.4deg, rgb(0, 191, 255, .5) 7.17%, rgb(69, 219, 51, .5) 89.85%) border-box;
}
.execution-brand-card{
  background: #005F83;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-execution-content-card{
  width: 400px;
  border: 2px solid #00BFFF;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.info-note-list li{
    position: relative;
    padding-left: 30px;
}
.info-note-list li::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    content: '\f058';
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    color: #00bfff !important;
}
.info-note-list li:not(:last-child){
    margin-bottom: 8px;
}
.info-content-card{
  position: relative;
}
.info-content-card .info-gradient-icon{
  background: linear-gradient(135deg, #00BFFF 0%, #45DB33 100%);
  width: fit-content;
  height: fit-content;
  padding: 10px;
  border-radius: 10px;
}
.info-gradient-icon svg{
  width: 20px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(778%) hue-rotate(278deg) brightness(114%) contrast(100%);
}
.info-content-left{
  padding-left: 50px;
}
.info-gradient-icon{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info-execution-card-left{
  position: absolute;
  left: 2%;
  top: -5%;
}
.info-execution-card-right{
  position: absolute;
  right: 2%;
  top: -5%;
}
/* @media (max-width: 1240px) {
  .info-execution-card-left {
    left: -60%;
  }
  .info-execution-card-right {
    right: -60%;
  }
} */
.info-execution-content-card-green{
  width: 400px;
  border: 2px solid #45DB33;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.info-execution-card-center{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30%;
  margin: auto;
}
.info-execution-content-card-green .info-note-list li::before{
    color: #45DB33 !important;
}
@media (max-width: 1199px) {
  .info-execution-card-left, .info-execution-card-right{
    position: relative;
    left: 0;
  }
  .info-execution-card-center{
    position: relative;
  }
  .info-execution-card-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .info-execution-card {
    margin-bottom: 50px;
  }
  .info-execution-content-card, .info-execution-content-card-green{
    margin-bottom: 20px;
    width: auto;
  }
  .info-execution-card::after{
    position: absolute;
    content: '';
    height: 100px;
    width: 2px;
    background: linear-gradient(135deg, #00BFFF 0%, #45DB33 100%);
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .info-execution-card {
    height: 400px !important;
    width: 400px !important;
  }

}
@media (max-width: 576px) {
  .info-execution-card {
      height: 300px !important;
      width: 300px !important;
  }
}

.info-logo-card{
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #fff;
  transition: .3s all ease-in-out;
}
.info-logo-card:hover{
  border: 1px solid rgb(0, 191, 255, 0.4);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}




.tab-slider-wrapper .nav-pills .nav-link.active, .tab-slider-wrapper .nav-pills .show>.nav-link {
  color: #005f83;
  background-color: rgb(255, 225, 2);
  box-shadow: 0 0.5rem 1rem rgba(255, 225, 2, 0.5) !important;
}

.tab-slider-wrapper .nav-pills .nav-link {
  background: #1a617e;
  color: #ffffff;
  font-size: 0.9rem;
  border: 1px solid #ffffff20 !important;
}
.info-nav-tabs li:not(:last-child){
  margin-right: 10px;
}
.info-tab-card{
  background: #1a617e;
  border: 1px solid #ffffff20;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-icon{
  background: #ffe102;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon svg{
  width: 20px;
}
.info-icon{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tab-slider-wrapper .info-content-card{
  width: fit-content;
}

.info-tab-card .info-icon  svg{
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(2936%) hue-rotate(181deg) brightness(89%) contrast(102%);
}

.info-card{
  background: #eefaff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgb(0, 191, 255, 0.4);
}
.info-card .info-icon-bg svg{
  width: 30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(90%) hue-rotate(198deg) brightness(115%) contrast(98%);
}

.tab-slider-wrapper.brand-ecosysytem .nav-pills .nav-link.active, .tab-slider-wrapper.brand-ecosysytem .nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #005f83;
  border: 1px solid #005F83;
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.5) !important;
}
.tab-slider-wrapper.brand-ecosysytem .nav-pills .nav-link {
  background: #f1f5f9;
  color: #005f83;
  font-size: 0.9rem;
  border: 1px solid #00000020 !important;
}
.tab-slider-wrapper.brand-ecosysytem .info-nav-tabs li::before{
  color: #005f83;
}

.brand-ecosysytem .tab-content{
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #00000020 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.info-list-card{
  background: #eefaff;
  border: 1px solid rgb(0, 191, 255, 0.4);
  padding: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0079a5;
}
.nav-pills .nav-link {
  color: #000000;
}

.nav-link{
  margin-bottom: 10px;
}

.info-img-content{
  position: absolute;
  left: 20px;
  bottom: 20px;
}


.info-content-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00bfff00 0%, #0075a0e1 100%);
  left: 0;
  top: 0;
}
.info-img-content .info-icon-bg {
  background: #9797978a;
}
.info-img-content .info-icon-bg img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(90%) hue-rotate(198deg) brightness(115%) contrast(98%);
}
.info-card.bg-white, .info-card.bg-white .info-icon-bg{
  transition: 0.3s all ease-in-out;
  border: 1px solid rgb(225, 225, 225);
}
.info-card.bg-white:hover{
  border: 1px solid rgb(0, 191, 255, 0.4);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.info-card.bg-white:hover .info-icon-bg{
  transform: scale(1.1);
}

.info-card-icon .info-icon-bg{
  background: #ecfbf6;
  border: 1px solid rgb(0, 191, 255, 0.4) !important;
}
.info-card-icon .info-icon-bg svg{
  filter: brightness(0) saturate(100%) invert(74%) sepia(64%) saturate(5671%) hue-rotate(158deg) brightness(105%) contrast(99%);
}
.info-card-icon:hover .info-icon-bg{
  background: linear-gradient(140deg, #cdf3fc 0%, #dcf8e0 100%);
}
.info-card-icon h5{
  position: relative;
}
.info-card-icon h5::before{
  position: absolute;
  content: '';
  width: 20%;
  height: 5px;
  background: linear-gradient(135deg, #00BFFF 0%, #45DB33 100%);
  left: 0;
  bottom: 0;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
}
.info-card-icon:hover h5::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #00BFFF 0%, #45DB33 100%);
  left: 0;
  bottom: 0;
  border-radius: 20px;
}

.info-client-card{
  padding: 20px;
  border: 1px solid #e5e7ebcb;
  border-radius: 15px;
  transition: 0.3s all ease-in-out;
}
.info-icon-brand svg{
  width: 35px;
  filter: brightness(0) saturate(100%) invert(74%) sepia(64%) saturate(5671%) hue-rotate(158deg) brightness(105%) contrast(99%);
}

.info-client-card:hover{
  border: 1px solid rgb(0, 191, 255, 0.4);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.fa-star{
  color: #20C85A;
  font-size: 0.675rem;
}

.info-testmonial-card .btn-brand-blue{
  background: #E5F6EC;
  color: #33d247 !important;
  border: 1px solid #33d247 !important;
  width: fit-content;
  font-size: 0.675rem !important;
}

.info-testmonial-card{
  padding: 20px;
  border: 1px solid #e5e7ebcb;
  border-radius: 15px;
}

.info-award-card{
  padding: 20px;
  border: 1px solid #e5e7ebcb;
  border-radius: 15px;
}
.info-award-content{
  position: relative;
}
.info-icon-bg.bg-yellow{
  background: #ffcb00;
}
.info-icon-bg.bg-yellow svg{
  width: 40px;
}

.info-content-bg{
  background: url('../images/home/info-form-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.info-content-bg::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #005f83db;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.info-form-bg{
  background: #006083;
  padding: 20px;
  border-radius: 20px;
}



.case-slider .slick-slide{
    padding:0 12px;
}

.case-card{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  height:420px;
}

.case-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,130,170,0.6), rgba(0,80,120,0.95));
}

.card-content{
  position:absolute;
  top:25px;
  left:25px;
  right:25px;
  color:#fff;
  z-index:2;
}

.category{
  font-size:14px;
  color:#ffc107;
  font-weight:600;
}

.card-content h4{
  /* margin-top:10px; */
  font-size:22px;
  font-weight:600;
  line-height:1.4;
}

.plus-btn{
  position:absolute;
  bottom:20px;
  right:20px;
  width:40px;
  height:40px;
  background:rgba(255,255,255,0.25);
  backdrop-filter: blur(4px);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:22px;
  z-index:2;
}


.modal-header-image{
height:260px;
position:relative;
overflow:hidden;
}

.modal-header-image img{
height:100%;
object-fit:cover;
}
.modal-outcome{
  padding: 15px;
  background-color: #005373;
  border-left: 2px solid #FFE100;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-overlay{
position:absolute;
inset:0;
background:linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 88%));
}

.modal-title-content{
position:absolute;
bottom:30px;
left:40px;
color:#fff;
max-width:700px;
}

.modal-title-content h2{
font-size:32px;
font-weight:600;
}

.category{
color:#ffc107;
font-weight:600;
font-size:14px;
}
.metrics-title{
font-size:14px;
font-weight:700;
color:#0ea5e9;
margin-bottom:15px;
}

.overlay{
pointer-events:none;
}

.case-card{
cursor:pointer;
}
.metric-item{
display:flex;
align-items:flex-start;
gap:8px;
background:#f3f6f9;
padding:14px 18px;
border-radius:10px;
font-size:14px;
}

.metric-item i{
color:#00BFFF;
font-size:16px;
flex-shrink:0;
}
.modal-close{
position:absolute;
top:20px;
right:20px;
z-index:5;
}

.stat-box{
background:#e8f1f6;
padding:15px;
border-radius:12px;
}

.stat-box h5{
font-weight:700;
color:#0b5c7a;
}

.stat-box p{
font-size:12px;
letter-spacing:1px;
}

.section-title{
color:#0aa3e4;
font-weight:700;
font-size:14px;
letter-spacing:1px;
}

/* Form Color */
.hbspt-form input::placeholder,.hbspt-form textarea::placeholder {
  color: #ffffff;
}
.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: #ffffff !important;
  background-color: #387e96;
  background-clip: padding-box;
  border: 1px solid #ffffff7c;
  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: #ffffff;
  background-color: #387e96;
  background-clip: padding-box;
  border: 1px solid #ffffff7c;
  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;
}

.modal-body .hbspt-form input::placeholder, .modal-body .hbspt-form textarea::placeholder {
  color: #000000;
}
.modal-body .hbspt-form input[type="text"], .modal-body .hbspt-form input[type="email"], .modal-body .hbspt-form input[type="tel"], .modal-body .hbspt-form select{
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.modal-body textarea {
  color: #000000;
  background-color: #ffffff;
}


@media (max-width: 991px) {
  .info-nav-tabs li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .info{
    padding: 30px 15px;
  }
  .info-nav-tabs .nav-item {
      width: 100%;
  }
  .info-nav-tabs li .nav-link{
    width: 100%;
  }
  .info-nav-tabs li:not(:last-child) {
      margin-right: 0 !important;
      margin-bottom: 20px;
  }
  .info-nav-tabs {
    counter-reset: step;
  } 
  .info-nav-tabs li {
    counter-increment: step;
    position: relative;
    padding-left: 20px; /* space for number */
  }
  .info-nav-tabs li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 600;
    color: #fff; /* change if needed */
  }
}



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