/* costom home css */
.hlp-training-box{
    background: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #424243;
    padding: 20px;
    text-align: center;
    border-top:3px solid blue;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
     
  }

/* home page */
  
  .courses_card{
    transition: transform 0.6s ease-in-out;
    }
    .courses_card:hover{
    background-color: #1e3fff;
    transform: scale(1.06);
    color: #fff;
    }


    .counter_text{
    color: #f2f3f6;
    
    }
    .counter_text .counter_text-icon{
        
        font-size: 40px;
        text-align: center;
        line-height: 26px;
        text-shadow: -3px -3px rgba(0,0,0,0.1);
        margin: 0 10px 0 0;
        display: inline-block;
        vertical-align: top;
    }
    .counter_text .counter_text-content{
        width: calc(100% - 80px);
        display: inline-block;
    }
    .counter_text .counter_text-value{
        font-size: 30px;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 10px;
        display: block;
    }
    .counter_text h3{
    
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 12px;
    }

    @media screen and (max-width:990px){
        .counter_text{ margin-bottom: 40px; }
    }   
    .hlp-service-Box{
        color: #4a4a4b;   
        text-align: center;
        padding: 35px 28px 25px;
        position: relative;
        z-index: 1;
    }
    .hlp-service-Box:before,
    .hlp-service-Box:after{
        content: "";
        border-radius: 25px;
        border: 10px solid #0527eab7;
        clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .hlp-service-Box:after{
        border-width: 3px;
        clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
        top: 3px;
        bottom: 3px;
        right: 3px;
        left: 3px;
    }
    .hlp-service-Box .service-icon{
        font-size: 30px;
        color: #1e3fff;   
        
    }
    .hlp-service-Box .title{
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin: 0 0 10px;
        color: #1e3fff; 
    }
    
    .price-value{
        font-size: 25px;    
        line-height: 10px;
        font-weight: bold;
        
        
    }
    .Brochour{
        margin-top: 25px; 
        margin-bottom: 10px; 
    }
    .Brochour a{
        color: #160253;
        padding: 6px 12px;
        border-radius: 5px;
        border: 1px solid  #2a3fdd66;   
        font-size: 14px;
       
    }
    .Brochour a:hover{
        color: #fff;   
        background-color: #1e3fff;
    
    }
    
   
    /* @media only screen and (max-width: 990px){
        .pricingTable{ margin: 0 0 30px; }
    } */
    @media only screen and (max-width: 1199px){
        .hlp-service-Box{ margin: 0 0 30px; }
    }

    /* sticky navbar */
    .hlp-Header {
        min-height: 25px;
        border-bottom: 1px solid #efefef;
        color: white;
        font-size: 12px;
        padding: 3PX 0PX;
    }
    .hlp-Header .textContent {
        line-height: 25px;
        display: inline-block;
        margin: 0px 3px;
    }
    .hlp-Header .textContent a {
        display: inline-block;
        margin: 0px 5px;
        color: #777;
        text-decoration: none;
        transition: .4s;
    }
    .hlp-Header .textContent a i {
        height: 23px;
        width: 23px;
        line-height: 23px;
        font-size: 12px;
        text-align: center;
        background: white;
        color: white;
        margin: 2px 0px;
        border: 1px solid #0037ff;
        color: #1e40ff;
    }
    .hlp-Header .textContent i {
        border: 1px solid transparent;
        line-height: 23px;
        font-size: 12px;
    }
    @keyframes btnblink {
      0% {
            opacity: 1;
            background-color: #1e3fff;  
        }
        100% {
            opacity: 1;
            background-color: #000000;  
        }
    }
    
    /* training logo */
    .hlp-section_logo {
        padding: 50px 0;
        }
        .hlp-section_logo ul {
            padding: 1rem 0;
            padding-bottom: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            list-style: none;
        }
        
        .hlp-section_logo ul li img {
            height: 100px;
            width: 100px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
    }
    /* preloader */
    #loader {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        height: 100vh;
        width: 100%;
        z-index: 99999;
    }
    #loader .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 10px;
        transform: translate(-50%, -50%);
        z-index: 99;
    }
     
    #loader .logo .name {
        margin: 20px 0px;
        position: relative;
        width: 280px;
        height: 40px;
        display: block;
        
    }
    #loader .logo .name .companyName.bg {
        color: rgba(174, 174, 174, 0.741);
    }
     
    #loader .logo .name .companyName span {
        display: inline-block;
    }
    #loader .logo .name .companyName {
        font-size: 36px;
        font-weight: 700;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    @keyframes rtName {
        0% {
            transform: rotateY(-90deg);
        }
        50% {
            transform: rotateY(0deg);
        }
        100% {
            transform: rotateY(90deg);
        }
    }
    #loader .logo .name .companyName.rt span {
        color: #1e3fff;
        -webkit-animation: rtName 4.4s linear infinite;
        -o-animation: rtName 4.4s linear infinite;
        animation: rtName 2.4s linear infinite;
        transform: rotateY(-90deg);
        animation-delay: .4s;
    }
    #loader .logo .loading {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 12px;
        letter-spacing: 5px;
        font-family: sans-serif;
    }
    @keyframes slideStrip {
        0% {
            transform: scaleY(1);
        }
        100% {
            transform: scaleY(0);
        }
    }
    #loader .hlp-strips {
        position: fixed;
        height: 100vh;
        width: 100%;
        display: block;
    }
    #loader .hlp-strips span {
        display: block;
        height: 100vh;
        background: #fff;
        background-image: url();
        background-repeat: repeat;
        background-size: 3px 3px;
        width: 25%;
        float: left;
    }
    #loader .hlp-strips.hideStrip span:nth-child(odd) {
        transform-origin: bottom;
        -webkit-animation: slideStrip .5s linear forwards;
        -o-animation: slideStrip .5s linear forwards;
        animation: slideStrip .5s linear forwards;
        animation-delay: .2s;
    }
    #loader .hlp-strips.hideStrip span:nth-child(even) {
        transform-origin: top;
        -webkit-animation: slideStrip .5s linear forwards;
        -o-animation: slideStrip .5s linear forwards;
        animation: slideStrip .5s linear forwards;
        animation-delay: .2s;
    }
/* home page price design */

 
.offer-container {
    background-color: #1e3fff;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;           
    border: 2px solid #ffffff;
}
.discount-badge {
    position: absolute;
    top: -25px;
    right: 20px;
    background-color: #ff0000;
    color: #ffffff;
    padding:  10px 12px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;           
    border: 2px solid #ffffff;
}
.price-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}
.was-price, .now-price {
    background-color: #ffffff;
    color: #0000ff;
    padding: 2px 18px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #f30909;
}
.was-price {            
    color: #ff0000;
    font-size: 14px;          
}
.crossed-price{
    color: #ff0000;
    text-decoration: line-through;
}
.now-price {
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.exclusive-offer {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.offer{
    font-size: 10px;
    font-weight: 600;
}
.terms-container {
    background-color: #ffffff;
    color: #ff0000;
    padding: 2px 18px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f30909;
}
.terms {
    font-size: 13px;
    font-weight: bold;
}
 .students-offer{
    color: #0000ff;
    font-size: 13px;
 }
 .underline-red {
    text-decoration: underline;
    color: red;
}
.terms-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


/* Media Query for Responsive Design */
@media only screen and (max-width: 767px) {

    .discount-badge {           
        top: -30px;           
    }
    
    .was-price, .now-price {         
        padding: 2px 10px;          
    }     
    .was-pric {
        font-size: 12px;        
    }
    .now-price {
        font-size: 12px;        
    }       
    .terms-container {            
        padding: 0px 5px;  
        background-color: #1e3fff;   
        color: #ffff;   
        border: 1px solid #1e3fff;  
    }
    .terms {
        font-size: 12px;           
    }
    .students-offer{
        color: #ffff;
        font-size: 10px;
    }   
    .underline-red {             
        color: #ffff;
    } 
    .exclusive-offer {
    font-size: 14px;
     
    }
    .offer{
        font-size: 10px;
        font-weight: 600;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-badge {           
        top: -30px;           
    }
    
    .was-price, .now-price {         
        padding: 2px 10px;          
    }     
    .was-pric {
        font-size: 12px;        
    }
    .now-price {
        font-size: 12px;        
    }       
    .terms-container {            
        padding: 0px 5px;  
        background-color: #1e3fff;   
        color: #ffff;   
        border: 1px solid #1e3fff;  
    }
    .terms {
        font-size: 12px;           
    }
    .students-offer{
        color: #ffff;
        font-size: 10px;
    }   
    .underline-red {             
        color: #ffff;
    } 
    .exclusive-offer {
    font-size: 14px;
     
    }
    .offer{
        font-size: 10px;
        font-weight: 600;
    }
        
}
 