.info {
  padding: 50px 0;
}

.bg-brand{
  background-color: #005F83 !important;
}
.bg-brand-dark{
  background-color: #05516E !important;
}
.bg-light{
  background-color: #F3F7F9 !important;
}
.bg-brand-yellow{
  background: #FFE102 !important;
}
.gradient-bg {
  background: linear-gradient(99.4deg, #00BFFF 7.17%, #45DB33 89.85%);
}
.gradient-bg-bottom {
  background: linear-gradient(180deg, #00BFFF 7.17%, #45DB33 89.85%);
}
.bg-gradient-blue{
  background: linear-gradient(109.55deg, #00BFFF -0.87%, #005F83 77.55%);

}
.text-brand {
  color: #005F83;
}
.text-brand-blue {
  color: #41B6E9;
}
.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;
}
.bg-brand .badge{
  background: #ffffff30 !important;
}
.hero-bg .badge{
  background: #ffffff30 !important;
}

.hero-bg{
  position: relative;
  /* background: url("../img/infrastructure-banner.webp"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-banner-overlay{
  position: relative;
}
.hero-banner-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(89.28deg, #005F83 -38.94%, #005F83 31.09%, rgba(42, 46, 53, 0.4) 78.1%);
  left: 0;
  top: 0;
}

.info-img-content-center{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  text-align: center;
}

.img-brand-right{
  position: absolute;
  top: 5%;
  right: 5%;
  width: 60px;
}


.info-media-content{
  overflow: hidden;
  border-radius: 18px;
}
.info-img-overlay{
  position: relative;
}
.info-img-overlay::before{
  position: absolute;
  /* background: linear-gradient(180deg, rgba(16, 3, 47, 0) 0%, #10032F 100%); */
  background: linear-gradient(180deg, rgba(0, 95, 131, 0) 0%, #005F83 100%);
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  content: '';
}
.info-media-footer{
  position: absolute;
  bottom: 35px;
  left: 25px;
  transition: .3s ease-in-out;
}
.info-media-body{
  background: #FFFFFFE5;
  padding: 20px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 18px;
  opacity: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  transition: .3s ease-in-out;
}

.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-border{
  overflow: hidden;
  border-radius: 18px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.info-work-content{
  position: relative;
}
.info-work-content::before{
  position: absolute;
  content: '';
  top: 0;
  left: 45px;
  height: 100%;
  width: 1px;
  background-color: #F0E7F2;
}

.w-80{
  width: 80%;
}

.vector-top-left{
  position: absolute;
  left: 5%;
  top: 5%;
}
.vector-top-right{
  position: absolute;
  right: 3%;
  top: 5%;
}

.vector-bottom-left{
  position: absolute;
  left: 20%;
  bottom: 20%;
}
.vector-bottom-right{
  position: absolute;
  right: 20%;
  bottom: 20%;
}












.accordion-item{
  background: linear-gradient(99.4deg, #00BFFF 7.17%, #45DB33 89.85%);
  border-radius: 20px !important;
  border: 1px solid #D9D9D9 !important;
}
.accordion-button{
  color: #005F83 !important;
  font-weight: bold !important;
  border-radius: 18px !important;
}
.accordion-button.collapsed{
  background: #fff !important;
}
.accordion-item:not(:last-child){
  margin-bottom: 20px;

}
.accordion-button:not(.collapsed){
  color: #fff !important;
  background: linear-gradient(99.4deg, #00BFFF 7.17%, #45DB33 89.85%);
  box-shadow: none;
}
.accordion-body{
  color: #fff;
}

.info-content-right{
  padding-left: 30px;
}
.info-icon-left{
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}



.tech-accordion .accordion-item{
  background: #00000000;
  border-radius: 0 !important;
  border: 1px solid #00000000 !important;
  border-bottom: 1px solid #ffffff !important;
}
.tech-accordion .accordion-button{
  color: #FFE103 !important;
  background: #ffffff00 !important;
  box-shadow: none;
  padding-left: 0;
}
.tech-accordion .accordion-button:not(.collapsed) {
  color: #FFE103 !important;
  background: #ffffff00;
  box-shadow: none;
  padding-left: 0;
}
.tech-accordion .accordion-body{
  color: #fff;
  padding: 0;
  padding-bottom: 15px;
}
.tech-accordion .accordion-button::after{
  background-image: url("../images/specialisations/it-infrastructure-and-cybersecurity/plus.png");
}
.tech-accordion .accordion-button:not(.collapsed)::after{
  background-image: url("../images/specialisations/it-infrastructure-and-cybersecurity/minus.png");
}



/* Form Color */
.hbspt-form input::placeholder,.hbspt-form textarea::placeholder {
  color: #000000;
}
.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: #000000 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #00000000;
  border-bottom: 1px solid #0000004f;
  width: 100% !important;
  height: 40px !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #00000000;
  border-bottom: 1px solid #0000004f;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.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-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: 1199px) {
  .vector-top-left, .vector-top-right{
    opacity: 0.5;
  }
  .small{
    font-size: 0.675rem !important;
  }
}
@media (max-width: 1024px) {
  .small{
    font-size: 0.775rem !important;
  }
}
@media (max-width: 767px) {
  .info{
    padding: 30px 15px;
  }
  .vector-top-left, .vector-top-right, .vector-bottom-left, .vector-bottom-right{
    opacity: 0.2;
  }
}
@media (max-width: 576px) {
  .btn-wide{
    font-size: 0.8rem;
    width: 100%;
  }
  .info-ul li:not(:last-child)::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    background: #337f9c;
    right: 0;
    top: initial;
    bottom: -10px;
    left: 0;
    margin: auto;
  }
}



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