@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
*{
margin: 0;
padding: 0;
}
/* body{
    font-family: 'Poppins', sans-serif !important; 
} */
a{
text-decoration: none !important;
}
li{
list-style:none;
}
.custom-btn-banner {
    /* background: linear-gradient(to bottom right, #2b3796, #cd4149); */
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    outline: transparent;
    padding: 0 2rem;
    text-align: center;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    background-color: #f44556;
  }
  .custom-btn-banner:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
  }
  .custom-btn-banner:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
  }

  .custom-btn {
    /* background: linear-gradient(to bottom right, #2b3796, #cd4149); */
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    outline: transparent;
    padding: 10px 28px;
    text-align: center;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    background-color: #f44556;
  }
  .custom-btn:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
  }
  .custom-btn:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
  }
  .bg-blue{
    background: #f4f9ff;
  }
/* --------------- Navbar ----------------- */
.custom-shadow{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: #ffffff;
box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
border-radius: 0 0 45px 45px;
}
.navbar{
    padding: 0px 1rem !important;
}
/* menu css  */
li.menu_has_children:after {
position: absolute;
content: "\f0d8";
top: 1px;
right: 3px;
color: #333745;
font-family: 'FontAwesome';
z-index: -10;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 2;
}
li.menu_has_children:hover:after {
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.main-menu li {
position: relative;
}
.main-menu li a {
padding: 0px 14px;
display: inline-block;
font-size: 15px;
font-weight: 600;
color: #000;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.main-menu > li:last-child a {
padding-right: 0;
}
.sub-menu {
position: absolute;
left: -20px;
top: 35px !important;
background-color: #ffffff;
-webkit-box-shadow: 0px 18px 54px -8px rgba(0,0,0,0.15);
box-shadow: 0px 18px 54px -8px rgba(0,0,0,0.15);
width: 190px;
z-index: 999;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
opacity: 0;
visibility: hidden;
border-top: 2px solid var(--main-color);
border-radius: 5px;
}
.main-menu li:hover > .sub-menu {
top: 100%;
opacity: 1;
visibility: visible;
}
.sub-menu li + li {
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.sub-menu li a {
padding: 10px 20px;
display: block;
color: #F06D70;
font-size: 16px;
text-transform: capitalize;
}
.sub-menu li a:hover {
background-color: rgba(40, 125, 253,0.08);
}
.transparent--header .sub-menu li a {
color: #ffffff;
}
.sub-menu li.menu_has_children:after {
position: absolute;
content: "\f105";
top: 6px;
right: 30px;
}
.sub-menu li:hover .sub-menu {
opacity: 1;
visibility: visible;
left: 100%;
top: 0;
}
.main-menu ul{
padding-left: 0 !important;
}
/* --------------- Footer ----------------- */
.bg-footer {
background: #e0e9fb!important;
}
.footer-shadow {
border-width: 4px;
box-shadow: var(--bs-ring-offset-shadow,0 0 #0000),var(--bs-ring-shadow,0 0 #0000),var(--bs-shadow);
border-color: rgba(255,255,255);
padding: 15px 40px;
opacity: 1;
--bs-shadow: 0px 3px 5px #505c6227 inset,0px 3px 5px #505c6227;
--bs-border-opacity: 1;
--bg-opacity: 1;
}
.text-footer {
font-weight: 500;
font-size: 14px;
color: #000;
}
.text-footer p a:hover {
color: #F06D70;
transition: 0.5s ease;
}
.footer-social {
display: inline-flex;
text-align: center;
list-style-type: none;
}
.footer-social .social-icon {
max-width: 54px;
padding-right: 24px;
}
.footer-logo img{
max-width: 250px;
position: relative;
bottom: 12px;
}
.social-icon a img{
transition: 1.5s;
}
.social-icon a img:hover{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
transition: 1s ease;
}
/* --------------- Home Banner ----------------- */

.banner-bg{
    background-image: url(../img/6.png);
    background-color: #fff7e4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 530px;
    width: 100%;
}
.banner-caption h1{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 65px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
    color: #0c2e8a;
}

.banner-caption p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    max-width: 480px;
    text-align: justify;
}
.banner-subtext p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 24px;
}
.banner-subtext{
    /* box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    padding: 7px 15px;
    max-width: 340px; */
}

.text-red{
    color: #cf424b;
}

/* --------------- Banner Form ----------------- */
.form-title p{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    

}

.home-form form .form-control{
    background-color: #f2f6f8;
    border-radius: 2rem;
    border: 1px solid #f44556;
    box-shadow: 0px 7px 5px rgb(0 0 0 / 11%);
    padding: 0 0 0 42px;
}
.home-form form label{
    left: 30px;
    top: 7px;
    position:absolute;
    color: #0c2e8a;
}
.home-form {
    position: relative;
    bottom:22px;
}

.klf-caption h3{
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: #fff;
}
.klf-caption h2{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: #dc3545;
    text-transform: uppercase;
    font-size: 36px;
}
.klf-caption p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    max-width: 570px;
    text-align: justify;
    color: #fff;
    margin-bottom: 24px;
}
.klf{
    background-image: linear-gradient(to bottom, rgb(14 14 14 / 82%), rgb(0 0 0 / 76%)),url(../img/klf/klf-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    left: 0;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    padding: 80px 0px 60px 0px;
    display: block;

}
.klf .klf-icon_box{
    border-radius: 15px;
    background-color: #dc3545;
    display: block;
    height: 115px;
    width: 115px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 9px;
    padding-top: 16px;
    transition: ease-in 0.5s;
}
.klf .klf-icon_box img{
    width: 48px;
}
.klf .klf-icon_box p{
    color: #fff;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 500;
}
.klf .klf-icon_box:hover{
    transition: ease-in 0.5s;
    background: #2d3795;
    box-shadow: 0px 7px 5px rgb(0 0 0 / 11%);
}


.home-about{
    padding: 60px 0px;
}

.home-about .home-about-caption h2{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
    color: #0c2e8a;
}

.home-about .home-about-caption p {
font-size: 16px;
font-weight: 500;
line-height: 26px;
text-align: justify;
margin-bottom: 24px;
max-width: 570px;
}

.home-service-info{
    padding: 16px 8px 12px 11px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px; 
    background: #e0e9fb;
}
.home-service-info img{
width: 65px;
}

.home-service-info p{
font-size: 15px;
font-weight: 500;
padding-top: 24px;
}

.matrix-title h2{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
    color: #0c2e8a;
}
.matrix-title p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
    margin-top: 24px;
    padding: 0px 150px;
}

.main-timeline{
    overflow: hidden;
    position: relative;
}
.main-timeline  .timeline{
    position: relative;
    margin-top: -115px;
    display: flow-root;
    
}
.main-timeline .timeline:first-child{ margin-top: 0; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline  .timeline:before{
    content: "";
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
}
.main-timeline .timeline-icon{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f44556;
    border-right-color: #f44556;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}
.main-timeline .year{
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #f44556;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.main-timeline .timeline-content{
    width: 35%;
    float: right;
    background: #f44556;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    border-radius: 14px;
}
.main-timeline  .timeline-content:before{
    content: "";
    width: 20%;
    height: 15px;
    background: #f44556;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}
.main-timeline .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}
.main-timeline .description{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.main-timeline .timeline:nth-child(2n):before{ position: relative; } 
.main-timeline .timeline:nth-child(2n) .timeline-icon{ transform: rotate(-135deg); }
.main-timeline .timeline:nth-child(2n) .year{ transform: rotate(135deg); }
.main-timeline .timeline:nth-child(2n) .timeline-content{ float: left; }
.main-timeline .timeline:nth-child(2n) .timeline-content:before{
    left: auto;
    right: -20%;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    border-top-color: #e97e2e;
    border-right-color: #e97e2e;
}
.main-timeline .timeline:nth-child(2n) .year{ color: #e97e2e; }
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ background: #e97e2e; }
.main-timeline .timeline:nth-child(3n) .timeline-icon{
    border-top-color: #13afae;
    border-right-color: #13afae;
}
.main-timeline .timeline:nth-child(3n) .year{ color: #13afae; }
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before{ background: #13afae; }
.main-timeline .timeline:nth-child(4n) .timeline-icon{
    border-top-color: #105572;
    border-right-color: #105572;
}
.main-timeline .timeline:nth-child(4n) .year{ color: #105572; }
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before{ background: #105572; }
@media only screen and (max-width: 1199px){
    .main-timeline .timeline{ margin-top: -103px; }
    .main-timeline .timeline-content:before{ left: -18%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -18%; }
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{ margin-top: -127px; }
    .main-timeline .timeline-content:before{ left: -2%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -2%; }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline{
        margin-top: 0;
        overflow: hidden;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{
        box-shadow: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg);
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{ transform: rotate(-135deg); }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%,0);
    }
}

.main-timeline span img{
    width: 90px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.read-more-link{
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0rem;
}
.home-whyus {
    padding: 60px 0px;
}
.home-whyus-info{
    padding: 16px 8px 12px 11px;
    backdrop-filter: blur(8px);
    background: rgb(255 255 255/5%);
    border: 1px solid #050748;
    border-radius: 8px 40px;
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    text-align: justify;
}
.home-whyus-info img{
width: 65px;
}

.home-whyus-info p{
font-size: 15px;
font-weight: 500;
}
.home-whyus-info h5{
    font-weight: 500;
    padding-top: 24px;
    color: #0c2e8a;
    }
    .home-whyus-caption h2{
        font-size: 32px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 15px;
        text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
        color: #0c2e8a;
    }
    .home-whyus-caption p{
font-size: 16px;
font-weight: 500;
line-height: 26px;
text-align: justify;
margin-bottom: 24px;
max-width: 400px;
    }
    .bg-rating {
        color: #ffc201;
        padding-right: 8px;
    }
    .quote-img img{
        max-width: 65px;
    }
    .user-img img{
        max-width: 90px;
    }
.user-name{
    padding-left: 40px;
}
.user-name h5{
    font-size: 18px;
    text-align: start;
}
.testimonial-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 40px;
}
.testimonial .carousel .control-dots .dot{
    background:#F06D70;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    }
    
    .testimonial .carousel .slide{
        height: 350px !important;
        }

        .home-testimonial-caption h3{
        font-size: 32px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 15px;
        text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
        color: #0c2e8a;
        margin-top: 20px;
        }
        .home-testimonial-caption h2{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            margin-bottom: 15px;
            text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
            color: #0c2e8a;
            margin-top: 20px;
            }
        .home-testimonial-caption p{
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
            text-align: justify;
            margin-bottom: 40px;
            margin-top: 20px;
            max-width: 400px;
        }
        .testimonial{
            padding: 60px 0px;
        }
        .testimonial .carousel.carousel-slider{
            background: #fff;
            box-shadow: 0 11px 20px rgb(123 149 162 / 15%);
            padding: 16px 16px;
            border-radius: 40px 8px 8px;
        }

        .home-distribution h2{
            font-size: 32px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            margin-bottom: 15px;
            text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
            color: #0c2e8a;
            }
    .distribution-logo{
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #f44556;
    border-radius: 8px;
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    }
    .distribution-logo img{
        max-width: 150px;
       
    }
   

.distribution-platforms .carousel .control-dots .dot{
    background:#F06D70;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    }
    
    .distribution-platforms .carousel .slide{
        height: 210px !important;
        }
.packages-title h5{
    font-size: 17px;
    font-weight: 600;
}
.packages-title h4{
    font-size: 18px;
    font-weight: 700;
}
.packages-title{
    background: linear-gradient(0deg, #ed6b71 0%, #393d95 100%);
    color: #fff;
    padding: 10px 7px; 
}
.packages-title-bg{
    background: #e0e9fb;
    padding: 4px 8px; 
    color: #cd4149;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d8;
}
.packages-title-bg h5{
    font-size: 16px;
    font-weight: 700;
}
.packages-info p{
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d8;
}
.packages-sticky{
    position: sticky;
    top: 114px;
    z-index: 1;
}

  .pricing-table{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: min(1600px, 100%);
    margin: auto;
  }
  
  .pricing-card{
    flex: 1;
    max-width: 360px;
    background-color: #fff;
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #2d2d2d;
    transition: .3s linear;
  }
  
  .pricing-card-header{
    background-color: #0c2e8a;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
    box-shadow: rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
  }
  
  .pricing-card:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }
  
  .price{
    font-size: 16px;
    color: #f44556;
    margin: 20px 0 30px 0;
    transition: .2s linear;
    font-weight: 600;
    border-bottom: 3px solid;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  
  .price sup, .price span{
    font-size: 30px;
    font-weight: 700;
  }
    
  .pricing-card li{
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #0fbcf9;
    font-weight: 500;
    font-family: 'Poppins';
  }
  
  .packages .custom-btn{
    margin-bottom: 20px;
    margin-top: 20px; 
  }
  .packages a:hover{
    color: #fff;
  }

  @media screen and (max-width:1100px){
    .pricing-card{
      flex: 50%;
    }
  }
.package{
    min-height: 45px;
}
.package-title{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #f44556;
   
}
.bg-packages{
    background: #e0e9fb;
}
.paperback-wd{
    min-width: 265px;
}
.p-20{
    padding: 21px 0px !important; 
}
.ebook-wd{
    min-width: 320px;
}

.react-tabs__tab--selected {
    background: #cd3f48 !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 8px 30px !important;
    border-color: #cd3f48 !important;
}

.react-tabs__tab {
    display: inline-block !important;
    list-style: none !important;
    cursor: pointer  !important;
    padding: 8px 41px !important;
    font-weight: 500;
}
.react-tabs__tab-list {
    padding: 6px 8px !important;
    border: 1px solid #aaa !important;
    border-radius: 50px !important;
}
.packages h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
    color: #0c2e8a;
}
.about{
    padding: 60px 0px;
}

.about .about-title h2{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
    color: #0c2e8a;
}
.about .about-title p{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: #0c2e8a;
}

.about-desc p{
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}

.about-bg{
    background-image: url(../img/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.single-counter{
    text-align: center;
}
.single-counter img{
    max-width: 75px;
}
.single-counter h3{
    padding-top: 15px;
    font-size: 30px;
    font-weight: 700;
}

.company-info,.bfcteam{
    padding: 80px 0px;
}

.counter{
    color: #333;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}
.counter:before{
    content: '';
    /* background: linear-gradient(to right bottom,#CA0034,#EA0094); */
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: -1;
    background: #b6cefd;
}
.counter img{
    max-width: 55px;
}
.counter .counter-icon{
    background-color: #fff;
    font-size: 35px;
    line-height: 82px;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4) inset;
    border-radius: 50%;    
}
.counter .counter-value{
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 50px;
    display: block;
}
.counter h3{
    color: #CA0034;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}  

.about-info{
padding-left: 30px;
}
.bfcteam-title h3{
    color: #0161ff;
}
.bfcteam-title .profile-desc{
    font-size: 20px;
    color: #000;
}
.bfcteam-desc p{
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    color: #464143;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

.team-card {
    background: #fff;
    box-shadow: 2px 3px 15px 0 rgb(0 0 0 / 16%);
    border-radius: 8px;
    padding: 0;
}
.team-content {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.team-content .team-content-overlay {
    background: rgba(0,0,0,.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
 .team-descrition {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-overlay-text {
    padding: 20px;
}
.team-content:hover .team-content-overlay{
    opacity:.8;
}
.team-overlay-text p {
    font-weight: 500;
    color: #f5f5f5;
    text-align: justify;
    line-height: 1.6;
    font-size: 14px;
}
.team-content:hover .team-descrition{
    top:50%;
    left:50%;
    opacity:1
}
.team-card h2{
    font-size: 22px;
    font-weight: 700;
    color: #0161ff;
}
.bfcteam-text h2{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    text-shadow: 0 13.36px 8.896px #c4b59d, 0 -2px 1px #fff;
    color: #0c2e8a;
}
.packages .custom-btn {
    margin-bottom: 20px;
    margin-top: 20px;
}