

h1,h2,h3,h4,h5,h6{
    text-transform:capitalize;
}

.hero-style-2 .swiper-button-prev,.swiper-button-next{
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.ds-bg {
    background: #fffef9;
}

.logo {
    max-width: 221px;
}

.sticky-header.header-two {
    background-color: #001042;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   content: "prev";
    font-size: 18px;
     color:#000;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 18px;
    color:#000;
}

.hm2-feature-card .icon-wrapper{
    padding:8px;
}

.hm2-feature-card:hover .icon-wrapper {
    background-color: #c2ccff;
    color: #fff;
}
.hm2-app-item {
    padding: 40px 20px;
    height: 100%;
}
.hm2-applications {
     margin-top: 10px; 
    position: relative;
    z-index: 10;
}

.feagure-img img{
    width:64px;
}

.bg-primary-gradient {
    /*background: linear-gradient(278.54deg, #001042 15.93%, #000F57 98.7%);*/
        background: linear-gradient(278.54deg, #000000 15.93%, #000F57 98.7%);
}

.hm2-feature-card h3{
    color:#001042;
}

.hm2-server-tab-control li button::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #001042;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
}

.hm-contact-form .input-field input, .hm-contact-form .input-field textarea {
    width: 100%;
    padding: 22px 20px 18px 20px;
    font-size: 14px;
    color: #656565;
    border: 1px solid #6c6c6c;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
}
.breadcrumb-area {
    padding: 150px 0 90px 0;
    margin-top: -78px;
    /*height:350px;*/
       
} 

.breadbg li a{
    color:#fff;
}

.contmr{
    margin-top: -78px;
}


.app-content a{
    color:#000;
}

.breadbg li:last-child{
    color:#fff89c;
}


.img-wrp img {border-radius:20px;}

.hm2-pricing-single > h3 {
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    -webkit-background-clip: text;
    color:#0000;
        font-size: 20px;
    }
   
    .pricing-amount .price-title{
        color:#001862;
        font-size: 35px;
    }
    
    .pricing-amount .price-title span{
        font-size:10px;
    }
    
    .hm2-pricing-single {
    padding: 40px 25px 30px;
     /*background: linear-gradient(26deg, #cbf0fb00 30%, #b541ff21 50%);*/
     background: linear-gradient(340deg, #cbf0fb00 30%, #b541ff21 50%);
}
.bg-gray-c{
    background-color:#fff;
}
.icon-wrapper img{
    width:64px;
}

.title-area mark{
     background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    -webkit-background-clip: text;
    color:#0000; 
}

.h5-service-box {
    padding: 40px 25px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: linear-gradient(316deg, #bbefff00 50%, #0248f836 95.32%);
    height:100%;
}
.h5-service-box p{
    text-align:justify;
}

.ulwrp ul li{
      border-bottom: 1px solid #0000002e;
    padding: 8px 7px;
   
    font-weight: 600;
}

.ulwrp ul li::marker {
    content: "⭕"; /* Custom marker */
    font-size: 12px;
    color: gold;
    width:8px;
    height:8px; 
}

.section-title p{
    text-align:justify;
}




.ulwrp ul li p{
    margin-bottom:0px;
}

.h5-service-boxx {
    padding: 40px 25px;
    height:100%;}
.h5-service-boxx p{text-align:justify;}

.hm2-pricing-single-1{
     padding: 40px 25px;
    height:100%;
}
.hm2-pricing-single-1 p{
   text-align: justify;
}

.hm2-pricing-single .pricing-feature-list li {
    color: #001042;
    list-style: none;
}

.reseller .h5-about-right img{
    width:64px;
    margin-bottom:10px;
}
.hm2-footer {
    background: #001042;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.newplans .hm2-pricing-single .popular-badge {
   width: 80px;
    font-size: 14px;
    color: #fff;
    padding: 7px 0;
    left: -11px;
    top: 12px;
    text-align: center;
    background: url(../img/home2/badge.);
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg);
    transform: rotate(0deg);
    background-color: #00c500;
    border-radius: 10px;
}

.conwrp p{
    text-align:justify;
}




.hm2-pricing-single .pricing-feature-list li {
    margin-top: 8px;
    margin-left: 9px;
    list-style:disc;
}
.hm2-pricing-single  h3{
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    -webkit-background-clip: text;
    color: #0000;
    font-size: 20px;
}


@media screen and (max-width:767px){
    .hero-style-2 .hero-right{
        display:block;
    }
    
      .hero-style-2 .hero-right img{
        width:400px;
    }
}