/* Main Slider Css Start*/
    .ptb-100{
        background: rgb(9, 72, 179);
        padding: 110px 40px 50px 40px;
    }
    
    .hero-slider-content h1{
        font-size: 48px;
        line-height: 50px;
        font-weight: 700;
    }
    
    .headline {
        background-color: rgba(255, 255, 255, .15);
        border-radius: 30px;
        padding: 0px 15px 0px 0px;
        display: inline-block;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        font-size: 14px;
    }
    
    .headline p i{
        color:#fff;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #1a69fe;
        -webkit-animation: ripple-white 1s linear infinite;
        animation: ripple-white 1s linear infinite;
        -webkit-transition: .5s;
    }
    
    .fas{
            -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-top: 0px;
}
    
    .mb-0{
        margin-top: 0px !important;
    }
    
    .fw-bold{
        color: #fff;
    }
    
    .hero-slider-content p{
        color: #fff;
    }

    .btn{
      background-color: #ea550b;
      color: #fff;
      border-radius: 4px;
    }
    
    .btn:hover{
       color:#fff;
       background:#073a8f !important;
    }

    #slider-image{
      width: 100%;
    }
    
    /*main slider css end*/
    
    .promo-section{
        padding: 50px 90px;
    }
    
    .section-heading h2{
        font-weight: 700;
        line-height: 1.25;
        font-family: Inter, sans-serif;
        color: rgb(54, 54, 54);
    }
    
    .section-heading p{
        color: #475569;
    }
    
    .card-1{
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
        --bs-card-title-spacer-y: 0.5rem;
        background-clip: border-box;
        border: 1px solid #465569;
        border-radius: 7px;
    }
    
    .single-promo-card.single-promo-hover:before {
    content: "";
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    bottom: -50px;
    border-radius: 35px;
    background-color: #0948b3;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}


.single-promo-card.single-promo-hover:hover:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #0948b3
}

.single-promo-card.single-promo-hover-2:hover {
    background-color: #0948b3;
    color: #fff;
}

.single-promo-card.single-promo-hover:hover span,
.single-promo-card.single-promo-hover:hover h5,
.single-promo-card.single-promo-hover:hover p {
    color: #fff !important
}

.single-promo-hover {
    overflow: hidden;
    z-index: 1;
}

.icon-size-lg{
    font-size: 46px;
    color: rgb(9, 72, 179) !important;
}

.card-body h5{
    font-weight: 700;
    line-height: 1.25;
    font-family: Inter, sans-serif;
    color: rgb(54, 54, 54);
}

.card-body p{
        color: #475569;
    }
    
.ptb-60{
        background: rgb(9, 72, 179);
        padding:35px 0px;
    }
    
.cta-content-wrap h2{
    font-weight: 700;
    line-height: 1.25;
    font-family: Inter, sans-serif;
} 

.cta-content-wrap p{
    color: #fff;
}

.ptb-10{
        padding:50px 0px;
    }
    
.single-pricing-pack-2 {
    padding: 45px 32px;
    box-shadow: 0px 0px 10px 4px #f9f9f9;
}

.single-pricing-pack-2 .pricing-price:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    height: 2px;
    width: 32px;
    margin-left: -16px;
    background: #0948b3;
}

.single-pricing-pack-2 .pricing-price {
    position: relative;
}

.single-pricing-pack-2 ul{
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
}

.single-pricing-pack-2 ul li{
    margin-top: 10px;
}

.pricing-bottom-chat{
    background: #0948b3 !important;
    padding: 15px 0px 60px 0px;
}

.pricing-bottom-chat h5{
    color:#fff !important;
    font-size: 36px;
}

.pricing-bottom-chat h5 span{
    color: #fff !important;
}

.pricing-bottom-chat p{
    color: #d3d3d3 !important;
    font-size: 18px;
}

.pricing-bottom-chat p a{
    color: #ffb100 !important;
}


.ptb-20{
    background: rgb(250, 250, 250) !important;
    padding:50px 0px;
}

.ptb-30{
    padding:50px 50px;
}

.m-3{
    border-radius: 10px;
}

.mb-lg-0 p{
    color: #fff;
}

.list-inline-item i{
    color: rgb(9, 72, 179) !important;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
}

.mb-lg-0 h6{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.mb-lg-0 ul{
    padding-inline-start: 0;
}

.mb-lg-0 ul li{
    list-style: none;
    padding-top: 10px;
    font-size: 14px;
}

.mb-lg-0 ul li a{
    color: #f3f3f3;
}

.back-area{
    background-color: #0948b3;
    text-align: center;
    padding: 80px 0px;
}

.footer-bottom a{
    color: #ffd400 !important;
}

.footer-bottom{
    background: rgb(22 42 52) !important;
}



@media only screen and (max-widt: 768px){
    
    .promo-section{
        padding: 50px 20px;
    }
    
    
}  
    

@media only screen and (max-width: 480px){
  /*mobile main slider css start*/  

      .ptb-100{
          padding: 40px 20px;
      }
      
      .hero-slider-content h1{
          font-size: 40px;
      }
      
      .hero-slider-content p{
          font-size: 16px;
      }
      
      /*mobile main slider css end*/
      
      
      .promo-section{
        padding: 30px 10px;
      }
    
      .section-heading h2{
          font-size: 27px;
      }
}