@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 1920px;
    margin: auto;
}
.info {
    padding: 60px 0;
}
.info-fw-bold{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.bg-brand{
    background: #f96706 !important;
}
.bg-brand-dark{
    background: #141414 !important;
}
.info-dark-bg{
    background: #0d0d0d !important;
}
.bg-brand-light{
    background: #f4f7fa !important;
}
.bg-brand-blue{
    background: #103060 !important;
}
.bg-gradient{
    background: linear-gradient(140deg, #2065fa, #fa3267) !important;
}
.text-brand{
    color: #f96706 !important;
}
.text-brand-light{
    color: #6e6e6e !important;
}
.text-brand-dark{
    color: #103060 !important;
}

.btn{
    transition: .3s all ease-in-out;
}
.btn-brand{
    background: #f96706 !important;
    color: #fff !important;
    border: 2px solid #f96706 !important;
}
.btn-brand:hover{
    background: #fff !important;
    color: #f96706 !important;
    border: 2px solid #f96706 !important;
}
.btn-brand-blue{
    background: #103060;
    color: #fff;
    border: 2px solid #103060;
}
.btn-brand-blue:hover{
    background: #fff;
    color: #103060;
    border: 2px solid #103060;
}
.btn-gradient{
    background: linear-gradient(to right, #1564fc, #fc3066) !important;
    color: #fff;
    font-weight: bold;
}
.btn-gradient:hover{
    background: linear-gradient(to right, #fc3066, #1564fc) !important;
    color: #fff;
}
.btn-brand-glass{
    background: #ffffff00;
    color: #ffffff;
    border: 2px solid #ffffff;
    backdrop-filter: blur(8px);
}
.btn-brand-glass:hover{
    background: #f96706 !important;
    color: #fff !important;
    border: 2px solid #f96706 !important;
}
.bg-brand .btn-brand-glass{
    background: #ffffff29;
    color: #fff;
    border: 2px solid #ffffff78;
    backdrop-filter: blur(8px);
}
.btn-learn-more{
    color: #0064ff;
    text-decoration: none;
    position: relative;
}
.font-icon{
    position: relative;
}
.font-icon::after{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.btn-learn-more::after{
    position: absolute;
    content: '\f061';
    color: #0064ff;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s all ease;
}
.btn-learn-more:hover::after{
    right: -30px;
}
.badge {
    background: #f4eae3 !important;
}
.hero-bg .badge, .badge.bg-brand {
    background: #e96304 !important;
}
.bg-brand-dark .badge {
    background: #422511 !important;
}
.badge svg, .img-brand{
    filter: brightness(0) saturate(100%) invert(57%) sepia(40%) saturate(5707%) hue-rotate(353deg) brightness(95%) contrast(106%);
}
.btn img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(5deg) brightness(116%) contrast(116%);
}
.info-hero-logo{
    width: fit-content !important;
}
/* #mainHeader {
	width: 100%;
	background-color: transparent;
	transition: background-color .3s;
	font-size: small
}
#mainHeader.bg {
	background-color: #ffffffd4 !important;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important;
    backdrop-filter: blur(12px);
} */
.navbar-brand img {
    width: 150px;
}
.nav-link{
    position: relative;
    padding: 0 !important;
}
.navbar-nav .nav-link{
    font-size: .975rem;
    color: #ffffff;
}
.navbar-nav .nav-link.active{
    color: #f96706;
}
.navbar-nav .nav-link:hover{
    color: #f96706;
}
.nav-link.active::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #f96706 !important;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
}
/* .navbar-nav .nav-link{
    padding-bottom: 10px !important;
} */
.navbar-nav li:not(:last-child){
    margin-right: 15px;
}
.menu-bar{
    color: #fff;
}



.hero-bg{
    background: url('../img/hero-banner-img.webp');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-overlay, .img-overlay{
    position: relative;
}
.hero-overlay::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, #091a35d9, #103060b3);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.img-overlay::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #141414c9, #e04d8200);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}


.info-ul-list li{
    background: #2c2c2c;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ffffff1a;
    position: relative;
    padding-left: 50px;
}
.info-ul-list li:hover{
    border: 1px solid #f9670694;
}
.info-ul-list li::before{
    position: absolute;
    content: '';
    background: url('../img/alert-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    left: 15px;
    top: 22px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(40%) saturate(5707%) hue-rotate(353deg) brightness(95%) contrast(106%);
}
.info-ul-list li:not(:last-child){
    margin-bottom: 15px;
}


.info-card{
    border: 1px solid #0000001a;
    border-radius: 15px;
    padding: 20px;
    transition: .3s all ease-in;
}
.info-icon{
    padding: 15px;
    background: #fff7f0;
    width: fit-content;
    border-radius: 10px;
    transition: .3s all ease-in;
}
.info-icon img{
    filter: brightness(0) saturate(100%) invert(57%) sepia(40%) saturate(5707%) hue-rotate(353deg) brightness(95%) contrast(106%);
}
.info-card:hover{
    border: 1px solid #f9670694;
}
.info-card:hover .info-icon{
    background: #f96706;
}
.info-card:hover .info-icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(72deg) brightness(102%) contrast(104%);
}

.info-circle-grid .info-icon{
    padding: 15px;
    background: #fdecec;
    width: fit-content;
    border-radius: 50%;
    transition: .3s all ease-in;
}
.info-circle-grid .info-icon img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(58%) saturate(5188%) hue-rotate(341deg) brightness(106%) contrast(87%);
}
.info-circle-grid .info-card:hover{
    border: 1px solid #ef434397;
}
.info-circle-grid .info-card:hover .info-icon{
    background: #ef4343;
}


.info-bg.bg-brand-light{
    background: #f3f4f7 !important;
    width: fit-content;
}
.info-icon-blue{
    padding: 15px;
    background: #e7eaef;
    width: fit-content;
    border-radius: 10px;
    transition: .3s all ease-in;
}
.info-icon-blue img, .info-prime-grid img{
    filter: brightness(0) saturate(100%) invert(16%) sepia(53%) saturate(1336%) hue-rotate(187deg) brightness(96%) contrast(100%);
}
.info-card.active{
    border: 1px solid #f96706;
}

.bg-brand-light .info-card.bg-white{
    padding: 40px 20px;
}
.badge.bg-brand{
    padding: 10px;
    width: fit-content !important;
}
.badge-top{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.info-prime-grid .info-card{
    background: #ffffff;
}

.info-call-card{
    position: relative;
}
.info-call-card .info-text{
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.info-footer-bg{
    background: #103060;
}

.info-warm-bg{
    background: #faf7f5;
}
.info-form-bg{
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
}

















@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .info-icon-list{
        display: block;
        text-align: center;
    }
    .info-icon-list li:not(:last-child){
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .info {
        padding: 30px 15px;
    }
    .hero-bg{
        padding: 50px 15px;
    }
}
@media (max-width: 576px) {
    .btn-wide {
        font-size: 0.8rem;
        width: 100%;
    }
    .badge p{
        font-size: 0.675rem  !important;
    }
    .badge .ex-small{
        font-size: 0.575rem  !important;
    }
    .badge svg{
        width: 20px;
    }
}


.iti__selected-flag {
    height: 36px !important;
  }
  .iti {
    width: 100%;
  }
  .intl-tel-input .selected-flag {
    height: auto;
    top: 15px;
    padding: 0;
    width: 36px;
  }
  .iti__selected-flag {
    height: 36px;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: .9rem;
  }
  .parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .parsley-errors-list li {
    font-size: .8rem;
    color: #e10d0d;
  }
  .parsley-required {
    color: #e10d0d;
  }


/* 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: #66bc46;
}