.hidden {
            display: none;
        }

p a{
    font-weight: 600;
}
#toggle-button{
    display: block; 
    /*color: #c9a43d;*/
    color: #000;
    font-family: "Besley", serif;
}
    .maindiv{
        display: none !important;
    }
    .ser-bn{
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        padding: 60px;
        z-index: 1;
    }
    .ser-bn:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(280deg, transparent 5%, #0370b6 82%);
        z-index: -1;
    }
    .bn-hd-1 h1{
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 25px;
        text-transform: capitalize;
    }
    .bn-hd-1 p{
        color: #fff;
        font-weight: 500;
        margin-bottom: 25px;
        line-height: 26px;
        font-size: 16px;
    }
    .bn-form{
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.5);
        text-align: center;
    }
    .bn-form input{
        width: 100%;
        margin: 8px 0;
        border: 0;
        border-radius: 10px;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #c4c4c4;
    }
    .bn-form textarea{
        width: -webkit-fill-available;
        border-radius: 10px;
        border: 0;
        padding: 10px;
        margin: 8px 0;
        width: 100%;
         font-size: 14px;
         border: 1px solid #c4c4c4;
    }
    .bn-form h4{
        font-size: 19px;
        margin-bottom: 0;
    }
    .bn-form h4 span{
        color: #1353b0;
        font-weight: 600;
        font-size: 22px;
    }
    .bn-form p{
        color: #959595;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .bn-form .mainbutton .commanbutton{
        background-color: #1387cb;
        color: #fff;
    }
    .mainbutton a{
        text-decoration: none;
        color: #fff;
        background-color: #c08a0c;
        padding: 11px 35px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 5px;
    }
    .brd-pad {
        padding: 12px 0;
        background: #f5c05ff7;
        color: #fff;
        margin-bottom: 40px;
    }
    .brd-crmb h5 {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 0;
    }
    .brd-crmb h5 a{
        color: #1387cb;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0;
    }
    .brd-crmb h5 span{
        color: #000;
        padding-left: 4px;
        padding-right: 4px;
    }
    .sec-cont-1 p{
        color: #212529;
    }
    .sec-cont-items{
        margin-top: 15px;
    }
    .sec-cont-items ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
    }
    .sec-cont-items ul li{
        color: #212529;
        margin-bottom: 10px;
        font-size: 15px;
        width: 49%;
        display: flex;
        align-items: center;
    }
    .sec-cont-items ul li i{
        font-size: 11px;
        border-radius: 50%;
        background-color: #1076d8;
        color: #fff;
        padding: 4px;
        align-content: center;
        text-align: center;
        margin-right: 10px;
    }
    .bus-sc-1 img{
        max-width: 66px;
        padding: 15px;
        border-radius: 15px;
    }
    .bus-sc-1{
        margin-bottom: 50px;
        padding: 15px;
        border-radius: 15px;
        background-color: #fff;
        min-height: 285px;
    }
    .col-md-4:nth-child(even) .bus-sc-1{
        box-shadow: 0px 4px 6px -2px rgb(19 83 176 / 30%);
    }
    .bus-sc-1:hover{
         box-shadow: 0px 4px 6px -2px rgb(19 83 176 / 30%);
         transition: all 0.5s;
    }
    .bus-sc-1 h4{
        font-size: 18px;
        color: #1303b0;
        display: block;
        margin: 14px 0;
        font-weight: 600;
    }
    .col-md-4:nth-child(1) .bus-sc-1 img{
        background-color: #ff00001f;
    }
    .col-md-4:nth-child(2) .bus-sc-1 img{
        background-color: #7ea56529;
    }
    .col-md-4:nth-child(3) .bus-sc-1 img{
        background-color: #ffa50021;
    }
    .bus-sc-1 i{
        padding: 20px;
        border-radius: 15px;
        font-size: 25px;
    }
    .col-md-4:nth-child(1) .bus-sc-1 i{
        background-color: #7ea56529;
        color: #7ea565;
    }
    .col-md-4:nth-child(2) .bus-sc-1 i{
        background-color: #21759b1c;
        color: #21759b;
    }
    .col-md-4:nth-child(3) .bus-sc-1 i{
        background-color: #26b49f24;
        color: #26b49f;
    }
    .col-md-4:nth-child(4) .bus-sc-1 i{
        background-color: #a8c21a1f;
        color: #a8c21a;
    }
    .col-md-4:nth-child(5) .bus-sc-1 i{
        background-color: #ffa50021;
        color: #ffa500;
    }
    .col-md-4:nth-child(6) .bus-sc-1 i{
        background-color: #ff000024;
        color: #ff0000;
    }
    .bg-img-1{
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bg-img-1:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #9c680da8;
        opacity: 0.8;
        top: 0;
    }
    .cta-cont{
        position: relative;
        color: #fff;
        z-index: 1;
    }
    .des-sec-ct{
        padding-right: 10px;
    }
    .des-sec-ct h3{
        margin-bottom: 20px;
        font-size: 1.5rem;
        text-transform: capitalize;
    }
    .des-sec-ct p{
        margin-bottom: 15px;
    }
    .owl-test-service .item{
       padding: 20px;
      margin: 10px;
/*      border: 1px solid #E6E6E6;*/
      background: #fff;
      position: relative;
      margin-top: 20px;
      padding-top: 40px;
      box-shadow: 1px 4px 6px -2px rgba(19, 83, 176, 0.3);
     border-radius: 14px;
    }
    .owl-test-service .item i.quote{
        position: absolute;
          top: -20px;
          left: 30px;
          background: #1303B0;
          color: #fff;
          width: 45px;
          height: 45px;
          text-align: center;
          font-size: 19px;
          border-radius: 50%;
          line-height: 43px;
    }
    .owl-test-service .item .rating{margin-bottom: 15px;}
     .owl-test-service .item .rating i{
        color: #FFD636;
     }
     .owl-test-service .item h5{
        font-size: 16px;
          font-style: italic;
     }
     .item-1{
        padding: 0 20px;
     }
    .blog-sec-1{
        box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .blog-sec-1 img{
        border-radius: 10px 10px 0 0;
    }
    .blog-sec-2{
        padding: 20px 15px;
    }
    .blog-sec-2 h4{
        font-size: 17.5px;
        font-weight: 600;
        margin: 15px 0;
    }
    .blog-sec-2 p{
        color: #212529;
        line-height: 21px;
    }
    .blog-sec-2 a{
        font-size: 13px;
        color: #000;
        font-weight: 600;
    }
    .grid-dv{
        display: grid;
        grid-template-columns: auto;
    }
    .img{
        position: relative; 
        max-width: 250px;
        padding: 0 20px;
        margin-left: 0;
        border-left: 2px dashed #c4c4c4;
    }
    .plan-img .img:before{
        position: absolute;
        content: "";
        top: 8px;
        left: -5px;
        width: 8px;
        height: 8px;
        z-index: 1;
        border-radius: 50%;
        background-color: #1353b0;
    }
    .plan-img .img:after{
        position: absolute;
        content: "";
        top: -2px;
        left: -15px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        padding: 13px;
        background-color: #fff;
        border: 2px dashed #1387cb;
    }
    .plan-img:nth-child(even) .img{
        margin-left: 0;
        margin-right: auto;
    }
    .plan-txt:nth-child(even){
        padding-left: 30px;
    }
    .plan-txt:nth-child(odd){
        padding-right: 30px;
    }
    .plan-img:nth-child(even) .img{
        border-left: 2px dashed #c4c4c4;
        border-right: 0;
    }
    .plan-img:nth-child(even) .img:before{
        left: -5px;
    }
    .plan-img:nth-child(even) .img:after{
        left: -15px;
    }
    .img.visible1 {
        border-right: 2px dashed #1387cb; /* New color when visible */
        transition: all 2.5s;
    }
    .plan-img:nth-child(even) .img.visible1{
        border-left: 2px dashed #1387cb;
        border-right: 0;
        transition: all 2.5s;
    }
    .choose-sec{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 10px 10px 20px;
        box-shadow: 0 1px 1px 0 #1387cb80;
        margin-bottom: 30px;
    }
    .choose-sec-1{
        padding-left: 10px;
    }
    .choose-sec-1 h3{
        font-size: 18px;
        font-size: 600;
        margin-bottom: 10px;
    }
    .choose-sec-1 p{
        color: #212529;
        margin-bottom: 0px;
        line-height: 21px;
    }
    .choose-sec img{
        max-width: 60px;
        padding: 4px;
    }
    .owl-test-service .item a{color: #000; font-size: 13px; font-weight: 500;}
    .text-container{
        min-height: 91px;
    }
    .gle-icon{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 17px;
        border-top: 1px solid #F0F0F0;
    }
    .gle-icon img{
        width: 20px !important;
        height: 20px;
    }
    .read-btn{
        display: flex;
        align-items: center;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .read-btn i{
        padding-left: 10px;
        font-weight: 600;
        font-size: 13px;
    }
    .b-check{
        color: #1076d8 !important;
        margin-left: 5px;
    }
    footer{
        padding-bottom: 0;
    }
    .owl-test-service .owl-nav .owl-next{
        position: absolute;
        top: 44%;
        left: -12px;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    .owl-test-service .owl-nav button:hover span i{
        color: #000;
    }
    .owl-test-service .owl-nav .owl-prev{
        position: absolute;
        top: 44%;
        right: -12px;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    .rev-sec-1 h6{
        font-size: 24px;
        margin-bottom: 8px;
        font-weight: 600;
    }
    .rev-sec-1 .rating i{
        color: #FFD636;
        font-size: 23px;
    }
    .rev-sec-1 img{
        width: 110px;
        height: 35px;
    }
    .popover .popover-body{
        color: #fff;
        background-color: #030303bf;
        border: 1px solid #fff;
        position: absolute;
        left: 20px;
        border-radius: 10px;
        width: 87px;
        top: -38px;
        font-size: 12px;
        padding: 7px;
        font-weight: 500;
    }
    .popover .popover-arrow:before{
        transform: rotate(-90deg);
        left: 7px;
        top: -14px !important;
        display: none;
    }
    .owl-test-blog .owl-nav .owl-next{
        position: absolute;
        top: 44%;
        left: 9px;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    .owl-test-blog .owl-nav button:hover span i{
        color: #000;
    }
    .owl-test-blog .owl-nav .owl-prev{
        position: absolute;
        top: 44%;
        right: 9px;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
        .serv-title-1{
            line-height: 40px;
            font-size: 25px;
            text-transform: capitalize;
        }
        .cta-cont .serv-title-1{
            font-weight: 500;
            font-size: 1.75rem;
            line-height: 1.2;
        }
        .counter-sec-1{
            display: flex;
            justify-content: start;
            align-items: start;
            padding: 20px;
        }
        .counter-sec-1 img{
            width: 40px;
        }
        .counter-cont p{
            color: #fff;
            margin-bottom: 0;
        }
        .counter-dv{
            background-image: linear-gradient(to right,rgb(8 121 199 / 87%) 0%,rgb(112 80 8 / 69%) 100%);
            padding: 10px;
        }
        .counter-cont h3{
            color: #fff;
            margin-bottom: 0;
        }
        .counter-cont{
            padding-left: 15px;
        }
        .counter-cont .counter{
            font-size: 28px;
        }
        .mt1{
            margin-top: 3rem !important;
        }
        .ban-post{
            position: relative;
        }
    .read-btn button{
        color: #000;
        font-size: 13px;
        font-weight: 500;
        border: 0;
        background-color: transparent;
    }
    .rating div button{
        color: #000;
        font-size: 13px;
        font-weight: 500;
        border: 0;
        background-color: transparent;
    }





.prcs-sec-1{
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .prcs-img img{
        background-color: #fff;
        padding: 6px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
    .prcs-cont{
        width: 65%;
    }
    .prcs-img{
        background-image: linear-gradient(270deg, #ff4a9f 0%, #ffceec 100%);
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .prcs-sec-1 .prcs-img:after{
        content: '';
        position: absolute;
        top: 50%;
        right: -17px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #ff4a9f;
        opacity: 0.9;
    }
    .prcs-cont h4{
        font-size: 24px;
        margin-bottom: 10px;
        position: relative;
        font-weight: 700;
        color: #1a0b60;
    }
    .prcs-cont h4:after{
        content: '';
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 2px;
        border-bottom: 2px dashed #ff4a9f;
    }
    .prcs-cont span{
        color: #1a0b60;
        font-weight: 700;
        text-transform: capitalize;
        font-size: 15px;
    }
    .prcs-btcont{
        margin: 10px 0 20px;
    }
    .prcs-btcont p{
        margin-bottom: 0;
    }    
    .prcs-img-2 .prcs-img{
        background-image: linear-gradient(270deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
    }
    .prcs-img-2 .prcs-img:after{
        border-left: 20px solid #ff5728;
    }
    .prcs-img-2 .prcs-cont h4:after{
        border-bottom: 2px dashed #ff5728;
    }
    .prcs-img-3 .prcs-img{
        background-image: linear-gradient(270deg, #2899ff 11%, #a9e0ff 100%, #ffc587 100%);
    }
    .prcs-img-3 .prcs-img:after{
        border-left: 20px solid #2899ff;
    }
    .prcs-img-3 .prcs-img:after{
        border-left: 20px solid #2899ff;
    }
    .prcs-img-3 .prcs-cont h4:after{
        border-bottom: 2px dashed #2899ff;
    }
    .prcs-img-4 .prcs-img{
        background-image: linear-gradient(270deg, #01ce92 0%, #58ff83 100%);
    }
    .prcs-img-4 .prcs-img:after{
        border-left: 20px solid #01ce92;
    }
    .prcs-img-4 .prcs-img:after{
        border-left: 20px solid #01ce92;
    }
    .prcs-img-4 .prcs-cont h4:after{
        border-bottom: 2px dashed #01ce92;
    }


/*===============ranking=======================*/
.ser-bn picture img{
    width: 100%;
}

.seo-ser{
    padding: 30px 20px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 10px;
    min-height: 328px;
}
.seo-ser:hover::after{
    left: 0;
    right: 0;
}
.seo-ser:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 4px;
    background-color: #1076d8;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    transition-property: left, right;
}

.seo-ser svg{
    margin: 5px 5px 20px;
    width: 45px;
}
.seo-ser h3{
    font-size: 18px;
    font-weight: 600;
}
.seo-ser p{
    margin-bottom: 0;
}
    

/*===========================*/

.main-seodv{
    border-radius: 20px;
    background-color: #fff;
    padding: 16px 10px;
    margin: 10px;
}
.main-seodv:hover{
    background-color: #1353b0;
}
.main-seodv:hover i{
    background-color: #fff;
    color: #1353b0;
}
.main-seodv:hover p{
    color: #fff;
}
.main-seodv img{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
}
 .main-seodv p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1353b0;
    padding: 10px 0;
 }
 .seo-ser i{
    color: #0c32c0;
  font-size: 34px;
  margin-bottom: 30px;
 }

/* ==============fixed section===============*/

.fix-sec-2{
    position: sticky;
    top: 200px;
    left: 0;
}

.fix-sec-1{
    padding: 15px 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
    background-color: #fff;
}
.fix-sec-1:hover{
    box-shadow: 0 0 13px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    transition: all 0.5s;
}
.fix-sec-1 h3{
    font-size: 30px;
    margin: 10px 0 20px;
    background-image: linear-gradient(to right,#0793c8,#e0a40f,#a47707);
    background-clip: text;
    color: transparent;
    font-weight: 600;
}
.fix-sec-1 p{
    margin-bottom: 10px;
}




.sec-cont-items-1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
}
.sec-cont-items-1 ul li{
    color: #212529;
    margin-bottom: 10px;
    font-size: 15px;
    /*width: 49%;*/
    display: flex;
    align-items: first baseline;
}
.sec-cont-items-1 ul li a{font-weight: 600;}
.sec-cont-items-1 ul li i{
    font-size: 11px;
    border-radius: 50%;
    background-color: #1076d8;
    color: #fff;
    padding: 4px;
    align-content: center;
    text-align: center;
    margin-right: 10px;
}

.ban-count i{
    color: #fff;
    background-color: #1353b0;
    padding: 12px;
    border-radius: 10px;
    margin: 10px 0 20px;
    font-size: 35px;
}
.ban-count .counter-cont{
    padding-left: 0;
}
.ban-count .counter-cont .counter{
    font-size: 31px;
}
.ban-count .counter-cont h3{
    color: #1353b0;
}
.ban-count .counter-cont p{
    color: #000;
}
.ban-count{
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    padding: 10px 20px;
    width: 45%;
    margin: 7px;
}
.ban-count-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/*===========section-2=================*/


/*.service-sec-1{
    text-align: center;
    position: relative;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0;
    background: url(front/assets/images/nerservice/shape-bg.webp) top center no-repeat #fff;
}
.service-sec-1 h4{
    margin-bottom: 15px;
    font-size: 18px;
  font-weight: 509;
}

.tools-sec .row .col-md-3:nth-child(even) .service-sec-1{
   color: #fff;
    background-color: #1076d8 !important;
    border-color: #1076d8 !important;
}
.tools-sec .row .col-md-3:nth-child(odd) .service-sec-1{
    color: #fff !important;
    background-color: #1353b0 !important;
    border-color: #1353b0 !important;
}
.service-sec-2{
    background: #ffffff;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #b1b1b1;
}*/
.cont .service-sec-2{
    display: flex;
  align-items: center;
  justify-content: center;
}
.cont .service-sec-2 i{
    color: #1387cb;
  font-size: 35px;
}



/*============section-2=================*/
/*.featured-section{
    position: relative;
    background-image: linear-gradient(-90deg, #0c32c0 0%, #12225d 100%);
}
.featured-section .sechead h2,
.featured-section .sechead p{
    color: #fff;
}
.process-line {
    position: absolute;
    left: 0;
    bottom: 93px;
    transform: translate(0, 0);
    text-align: center;
    z-index: 0;
}
.process-line img{
    width: 100%;
}
.featured-item{
    position: relative;
    transition: all 0.5s;
    box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    z-index: 1;
}*/
/*.mb1-5{
    margin-bottom: 2.5rem;
}
*/
/*.featured-content{
    background-color: #fff;
    padding: 40px 10px 10px;
    border-radius: 10px;
    text-align: center;
}*/
/*.featured-content h2{
    font-size: 18px;
    font-weight: 609;
    margin-bottom: 10px;
}*/
/*.cl-red p{
    color: #c61ccb;
}
.cl-green p{
    color: green;
}
.cl-orange p{
    color: #1387cb;
}
.cl-blue{
    color: #1353b0;
}
.featured-section .col-md-3:nth-child(odd){
    margin-top: 40px;
}
.featured-item:hover .featured-number p{
    animation: flipy;
    animation-duration: 0.5s;
}
.featured-item:hover{
    transform: translateY(-10px);
    transition: all 0.5s;
}
@keyframes flipy{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotateY(180deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}*/
/*.featured-number p{
    font-size: 32px !important;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 50%;
    line-height: 43px;
}*/
/*.featured-number{
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: -28px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: rgb(255 255 255 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 18%) 0px -2px 6px 0px inset;
    background-color: #fff;
}*/

/*=================section-3====================*/

/*.service-section{
    position: relative;
    overflow: hidden;
    padding: 36px 28px;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 25px;
}
.service-section h4{
    font-size: 20px;
  font-weight: 509;
}
.service-section p{margin-bottom: 0;}
.service-section:hover::before{
    height: 100%;
    opacity: 1;
     transition: all 0.5s;
}*/
/*.service-section .icon img{
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}
.service-section:hover h4{
    color: #fff;
    position: relative;
    z-index: 1;
}
.service-section:hover p{
    color: #fff;
    position: relative;
    z-index: 1;
}
.service-section:before{
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
     transition: all 0.5s;
    background-color: #1353b0;
}*/
/*.service-section:hover .shape-two{
    transform: scale(1);
    transition: all 600ms ease;;
}
.service-section:hover .shape-one{
    transform: scale(1);
    transition: all 600ms ease;;
}
.service-section:hover .icon .image-1{
    filter: brightness(0) invert(1);
}
.service-section .shape-one{
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 0.4;
    right: -120px;
    transform: scale(0);
    background-color: #1376d8;
    transition: all 600ms ease;
}*/
/*.service-section .shape-two{
    content: "";
    width: 373px;
    height: 373px;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
    opacity: 0.6;
    transform: scale(0);
    background-color: #1376d8;
    transition: all 600ms ease;
}*/

/*=============CTA============*/

/*.cta-btn{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cta-btn h4,
.cta-btn p{
    color: #fff;
}*/


































@media (max-width: 767px){
    .featured-section .col-md-3:nth-child(odd){
        margin-top: 0 !important;
    }
    .mb1-5{
        margin-bottom: 1rem;
    }
    .featured-item{
     margin-bottom: 40px;
    }
    .process-line{
        display: none;
    }
    .ban-count{
        min-height: 190px;
    }
}
@media (max-width: 768px){
        .plan-txt{
            border-left: 2px dashed #c4c4c4;
            text-align: left !important;
        }
        .counter-sec-1{
            padding: 8px;
            margin-bottom: 15px;
        }
        .owl-test-service .owl-nav .owl-next{
            border-radius: 50% !important;
        }
        .owl-test-service .owl-nav .owl-prev{
            border-radius: 50% !important;
        }
        .counter-cont p{
            line-height: 22px;
        }
        .mt1{
            margin-top: 1rem !important;
        }
        .des-sec-im{
            margin-bottom: 10px;
        }
        .choose-sec-1 h3{
            font-size: 18px !important;
        }
        .des-sec-ct h3{
            margin-bottom: 10px;
            margin-top: 20px;
            font-size: 23px !important;
        }
        footer{
            margin-top: 20px;
        }
        .bus-sc-1{
            margin-bottom: 20px;
        }
        .ord-1{
            order: 1;
        }
        .ord-2{
            order: 2;
        }
        .ord-3{
            order: 3;
        }
        .ord-4{
            order: 4;
        }
        .ord-5{
            order: 5;
        }
        .ord-6{
            order: 6;
        }
        .order1{
            order: 2;
        }
        .img.visible1{
            border-right: 0;
        }
        .plan-img:nth-child(even) .img.visible1{
            border-right: 0;
            border-left: 2px dashed #c4c4c4;
        }
        .bn-hd-1 h1{
            font-size: 21px;
            text-align: center;
            line-height: 27px;
        }
        .ser-bn{
            padding: 35px 10px;
        }
        .ser-bn:before{
            background: linear-gradient(1deg, transparent 5%, #0c32c0 82%);
        }
        .bn-hd-1 p{
            display: none;
        }
        .bn-hd-1 .mainbutton{
            display: none;
        }
        .plan-txt:nth-child(odd){
            padding-right: 0;
            padding-left: 30px;
            text-align: start !important;
        }
        .ser-bn picture img{
            display: none;
        }
        .ser-bn:before {
            background: linear-gradient(1deg, #1353b01a 5%, #0c32c0 82%);
        }
        .fix-sec-2{
            margin-bottom: 25px;
        }
    }
@media (min-width: 768px) and (max-width: 992px){
        .ser-bn picture img{
            min-height: 550px;
        }
    }
@media (min-width: 767px){

         .prcs-cont{
                width: 58%;
            }

            .ban-post{
                position: absolute;
                top: 60px;
                left: 65px;
            }
            .ser-bn:before{
                z-index: 0;
            }
            .ser-bn{
                padding: 0 !important;
            }
        .sec-cont-items ul li{
            width: 25%;
        }
        .owl-test-blog .owl-nav{
            display: block !important;
        }
        .grid-dv{
            grid-template-columns: auto auto;
        }
        .plan-img .img:before{
            right: -5px;
            left: 99%;
        }
        .plan-img .img:after{
            right: -15px;
            left: 95%;
        }
        .img{
            margin-left: auto;
            border-left: 0;
            border-right: 2px dashed #c4c4c4;
        }
        .plan-img .img{
            padding-bottom: 30px;
        }
        .plan-txt{
            padding-bottom: 30px;
        }
        .serv-title-1{
            font-size: 34px;
            line-height: 49px;
            font-weight: 600;
        }
    }
@media (min-width: 1400px){
        .plan-img .img{
            padding-bottom: 40px;
        }
        .plan-txt{
            padding-bottom: 40px;
        }
        .ban-post{
            margin: 0 auto;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        .ser-bn picture img{
            max-height: 600px;
            object-fit: cover;
        }
        .process-line{
            left: 10%;
            bottom: 93px;
            width: 100%;
            transform: translate(-10%, 0);
        }
    }

@media(min-width: 992px){
        .choose-sec{
            min-height: 166px;
        }
    }



/*=============website development================*/


.ban-count i{
    color: #fff;
    background-color: #1353b0;
    padding: 12px;
    border-radius: 10px;
    margin: 10px 0 20px;
    font-size: 35px;
}
.ban-count .counter-cont{
    padding-left: 0;
}
.ban-count .counter-cont .counter{
    font-size: 31px;
}
.ban-count .counter-cont h3{
    color: #1353b0;
}
.ban-count .counter-cont p{
    color: #000;
}
.ban-count{
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    padding: 10px 20px;
    width: 45%;
    margin: 7px;
}
.ban-count-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/*===========section-2=================*/


.service-sec-1{
    text-align: center;
    position: relative;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0;
    background: url(../images/shape-bg.webp) top center no-repeat #fff;
}
.service-sec-1 h4{
    margin-bottom: 15px;
    font-size: 18px;
  font-weight: 509;
}

.tools-sec .row .col-md-3:nth-child(even) .service-sec-1{
   color: #fff;
    background-color: #1076d8 !important;
    border-color: #1076d8 !important;
}
.tools-sec .row .col-md-3:nth-child(odd) .service-sec-1{
    color: #fff !important;
    background-color: #1353b0 !important;
    border-color: #1353b0 !important;
}
.service-sec-2{
    background: #ffffff;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #b1b1b1;
}

/*============section-2=================*/
.featured-section{
    position: relative;
    background-image: linear-gradient(-90deg, #0c32c0 0%, #12225d 100%);
}
.featured-section .sechead h2,
.featured-section .sechead p{
    color: #fff;
}
.process-line {
    position: absolute;
    left: 0;
    bottom: 93px;
    transform: translate(0, 0);
    text-align: center;
    z-index: 0;
}
.process-line img{
    width: 100%;
}
.featured-item{
    position: relative;
    transition: all 0.5s;
    box-shadow: 0 12px 55px 0 rgba(0, 0, 0, .05) !important;
    z-index: 1;
}
.mb1-5{
    margin-bottom: 2.5rem;
}
@media (min-width: 1400px){
    .process-line{
        left: 10%;
        bottom: 93px;
        width: 100%;
        transform: translate(-10%, 0);
    }
}
@media (max-width: 767px){
    .featured-section .col-md-3:nth-child(odd){
        margin-top: 0 !important;
    }
    .mb1-5{
        margin-bottom: 1rem;
    }
    .featured-item{
     margin-bottom: 40px;
    }
    .process-line{
        display: none;
    }
    .ban-count{
        min-height: 190px;
    }
}
.featured-content{
    background-color: #fff;
    padding: 40px 10px 10px;
    border-radius: 10px;
    text-align: center;
}
.featured-content h2{
    font-size: 18px;
    font-weight: 609;
    margin-bottom: 10px;
}
.cl-red p{
    color: #c61ccb;
}
.cl-green p{
    color: green;
}
.cl-orange p{
    color: #1387cb;
}
.cl-blue{
    color: #1353b0;
}
.featured-section .col-md-3:nth-child(odd){
    margin-top: 40px;
}
.featured-item:hover .featured-number p{
    animation: flipy;
    animation-duration: 0.5s;
}
.featured-item:hover{
    transform: translateY(-10px);
    transition: all 0.5s;
}
@keyframes flipy{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotateY(180deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}
.featured-number p{
    font-size: 32px !important;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 50%;
    line-height: 43px;
}
.featured-number{
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: -28px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: rgb(255 255 255 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 18%) 0px -2px 6px 0px inset;
    background-color: #fff;
}

/*=================section-3====================*/

.service-section{
    position: relative;
    overflow: hidden;
    padding: 36px 28px;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 25px;
}
.service-section h4{
    font-size: 20px;
  font-weight: 509;
}
.service-section p{margin-bottom: 0;}
.service-section:hover::before{
    height: 100%;
    opacity: 1;
     transition: all 0.5s;
}
.service-section .icon img{
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}
.service-section:hover h4{
    color: #fff;
    position: relative;
    z-index: 1;
}
.service-section:hover p{
    color: #fff;
    position: relative;
    z-index: 1;
}
.service-section:before{
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
     transition: all 0.5s;
/*    background-color: #141d38;*/
    background-color: #1353b0;
}
.service-section:hover .shape-two{
    transform: scale(1);
    transition: all 600ms ease;;
}
.service-section:hover .shape-one{
    transform: scale(1);
    transition: all 600ms ease;;
}
.service-section:hover .icon .image-1{
    filter: brightness(0) invert(1);
}
.service-section .shape-one{
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 0.4;
    right: -120px;
    transform: scale(0);
    background-color: #1376d8;
    transition: all 600ms ease;
}
.service-section .shape-two{
    content: "";
    width: 373px;
    height: 373px;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
    opacity: 0.6;
    transform: scale(0);
/*    background-color: #2f4569;*/
    background-color: #1376d8;
    transition: all 600ms ease;
}

/*=============CTA============*/

.cta-btn{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cta-btn h4,
.cta-btn p{
    color: #fff;
}


/*================web-development==================*/

.dig-ard-1{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.dig-ard-2{
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ccd4ff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.dig-ard-1 p{
    margin-bottom: 0;
}
.dig-ard-1:hover::after,
.dig-ard-1:hover::before{
    bottom: 0;
    transition: all 0.5s;
}
.dig-ard-1:hover .icon:before{
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.dig-ard-1:after{
    position: absolute;
    content: "";
    bottom: -6px;
    left: 9px;
    transform: translateX(-5px);
    width: 98%;
    height: 50px;
    border-radius: 15px;
    border: 1px solid #1353b04a;
    background-color: #1353b0c7;
    z-index: -1;
    transition: all 0.5s;
}
.dig-ard-1:before{
    position: absolute;
    content: "";
    bottom: -12px;
    left: 17px;
    transform: translateX(-7px);
    width: 95%;
    height: 50px;
    border-radius: 15px;
    border: 1px solid #1353b042;
    background-color: #1353b042;
    z-index: -1;
    transition: all 0.5s;
}
.top-content{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}
.top-content .icon{
    width: 70px;
    height: 70px;
    padding: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
.top-content .icon:before{
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    background-color: #1353b04a;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s;
}
.top-content h4{
    margin-bottom: 0;
}


/*============section==============*/

.br-srd{
    text-align: center;
    background-color: #fff;
    border: 1px solid #bfebff;
    padding: 0px 25px 24px;
    border-radius: 24px;
    margin-bottom: 60px;
    position: relative;
}
.br-srd:before{
    position: absolute;
    content: "";
    top: -48px;
    left: 0;
    right: 0;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    border: 1px dashed #439bc2;
    border-radius: 50%;
    z-index: -1;
}
.br-srd h4{font-size: 18px;font-weight: 509;}
.br-srd p{
    font-size: 13px;
    margin-bottom: 0;
}
.br-srd .icon i{
    font-size: 30px;
}
.br-srd .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    margin: -40px auto 24px;
    border: 4px solid #fff;
    background-color: #c7eeff;
    padding: 8px;
    border-radius: 50%;
    font-size: 40px;
    color: #439bc2;
    box-shadow: 0px 8px 40px 0px rgba(67, 155, 194, .3019607843);
}

/*====================tabbing================*/
.process-tab .nav-tabs{
    border-bottom: 0;
    justify-content: center;
}
.process-tab .nav-tabs .nav-link.active{
    background-color: #1076d8 !important;
    box-shadow: none !important;
}
.process-tab .nav-tabs .nav-link.active img{
    filter: brightness(0) invert(1);;
}
.process-tab .nav-tabs .nav-link.active{
color: #fff;
}
.process-tab .nav-tabs .nav-link{
    font-size: 30px;
}

.tabimgg img{max-height: 300px;}
.process-tab .nav-tabs .nav-link.active,
.process-tab .nav-tabs .nav-link{
    border: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    text-align: center;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-tab .nav-tabs .nav-link:hover{
    border: 0;
}
.process-tab .nav-tabs .nav-item{
    margin: 0 10px;
    position: relative;
}
.process-tab .nav-tabs .nav-item:before{
    position: absolute;
    content: "";
    background-color: #d3d3d3;
    width: 50px;
    height: 3px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.process-tab .nav-tabs .nav-item:after{
    position: absolute;
    content: "";
    background-color: #d3d3d3;
    width: 50px;
    height: 3px;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
.process-tab .nav-tabs .nav-item:nth-last-child(1)::after,
.process-tab .nav-tabs .nav-item:nth-child(1):before{
    display: none;
}
.skill-tab-1 ul{
    padding-left: 0;
}
.skill-tab-1 ul li{
    list-style: none !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    margin-bottom: 5px;
}
.skill-tab-1 ul li i{
    color: #fff;
    background-color: #1353b0;
    padding: 3px;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 10px;
}
@media(max-width: 576px){
    .process-tab .nav-tabs .nav-item{
        justify-content: center;
        display: flex;
        width: 20%;
        margin: 0;
    }
    .process-tab .nav-tabs .nav-link.active, .process-tab .nav-tabs .nav-link{
        width: 60px;
        height: 60px;
        margin: 0;
    }
    .process-tab .nav-tabs .nav-link i{
        font-size: 24px;
    }
    .process-tab .nav-tabs .nav-item::after{
        right: -44px;
    }
    .process-tab .nav-tabs .nav-item::before{
        display: none;
    }
}
@media (min-width: 420px) and (max-width: 577px){
    .process-tab .nav-tabs .nav-item::after{
        right: -29px;
    }
}
@media (min-width: 576px) and (max-width: 769px){
    .process-tab .nav-tabs .nav-link.active, .process-tab .nav-tabs .nav-link{
        margin: 0 10px;
    }
    .process-tab .nav-tabs .nav-item::after,
    .process-tab .nav-tabs .nav-item::before{
        width: 30px;
    }
}

@media(max-width: 766px){
    .skill-tab-1{
        margin-top: 10px;
    }
    .technology{
        margin-top: 40px;
    }
    .technology-list{
        width: 33%;
    }
    .technology-list:nth-child(1),
    .technology-list:nth-child(2),
    .technology-list:nth-child(3),
    .technology-list:nth-child(4){
        border-top: 0;
    }
    .technology-list:nth-child(1),
    .technology-list:nth-child(4),
    .technology-list:nth-child(7),
    .technology-list:nth-child(10),
    .technology-list:nth-child(13)
    {
        border-left: 0;
    }
    .technology-list:nth-child(3),
    .technology-list:nth-child(6),
    .technology-list:nth-child(9),
    .technology-list:nth-child(12),
    .technology-list:nth-child(15)
    {
        border-right: 0;
    }
}
/*===============technology grid========================*/


.technology{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.technology-list img{
    width: 80px;
    height: 80px;
}
.technology-list{
    padding: 10px;
    border: 1px solid #eee;
        text-align: center;
}
.grid-head h3{
    font-size: 17px !important;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.banner-count-1{
    margin-top: 50px;
}
.banner-count-1 .counter-sec-1{
    background-image: linear-gradient(to right,rgb(8 133 179) 0%,rgb(5 81 160) 100%);
    width: 48%;
    position: relative;
}
.banner-count-1 .counter-sec-1:before{
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}
@media(min-width: 767px){
    .br-srd{min-height: 266px;}
    .technology-list{
        width: 25%;
    }
    .banner-count-1 .counter-sec-1{
        width: 24%;
        align-items: center;
    }
    .technology-list:nth-child(1),
    .technology-list:nth-child(2),
    .technology-list:nth-child(3),
    .technology-list:nth-child(4){
        border-top: 0;
    }

    .technology-list:nth-child(1),
    .technology-list:nth-child(5),
    .technology-list:nth-child(9),
    .technology-list:nth-child(13){
        border-left: 0;
    }

    .technology-list:nth-child(14),
    .technology-list:nth-child(15),
    .technology-list:nth-child(16),
    .technology-list:nth-child(13){
        border-bottom: 0;
    }

    .technology-list:nth-child(4),
    .technology-list:nth-child(8),
    .technology-list:nth-child(12),
    .technology-list:nth-child(16){
        border-right: 0;
    }
}

/*=======================social-media-marketing===================*/

.banner-usb{
        padding: 20px 30px;
        border-radius: 10px;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
    }
    .banner-usb img{
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    .banner-usb i{
        color: #1353b0;
  font-size: 46px;
  margin-bottom: 14px;
    }
    .banner-usb h5{
        font-size: 17px;
        font-weight: 609;
        margin: 10px 0;
    }
    .banner-usb p{
        margin-bottom: 0;
    }
    .sm-section-1{
        position: relative;
        overflow: hidden;
        transition: all 0.5s;
        margin-bottom: 15px;
    }
    .sm-section-2{
        position: relative;
        padding: 45px 25px;
        background-color: #fff;
        z-index: 1;
    }
    .sm-section-2:before{
        position: absolute;
        content: "";
        bottom: -1px;
        right: -43px;
        width: 80px;
        height: 80px;
        background-color: #1353b0;
        border-radius: 50%;
        opacity: 0.7;
        z-index: -1;
    }
    .sm-section-2:after{
        position: absolute;
        content: "";
        bottom: -45px;
        right: -2px;
        width: 80px;
        height: 80px;
        background-color: #1353b0;
        border-radius: 50%;
        opacity: 0.7;
        z-index: -1;
    }
    .sm-section-2 h6{
        position: absolute;
        top: -3px;
        right: 10px;
        color: #1076d8;
        opacity: 0.1;
        font-size: 70px;
        font-weight: 700;
    }
    .sm-section-2 h5{
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 13px;
    }
    .sm-section-1:hover{
        transform: translateY(-10px);
        transition: all 0.5s;
        margin-bottom: 10px;
    }
    .bgimage-cta{
        background-image: linear-gradient(to right,rgb(6 137 181) 0%,rgb(13 87 187 / 96%) 100%);
        border-radius: 20px;
        padding: 50px;
    }
    .bgimage-cont h2{
        font-size: 26px;
  margin-bottom: 15px;
  font-weight: 509;
    }
    .bgimage-cont h2,
    .bgimage-cont p{
        color: #fff;
    }
    .bgimage-im{
        border-radius: 60px 0 60px 0;
    }
    .bgimage-im img{
        border-radius: 60px 0 60px 0;
    }
    .smd-sect{
        padding: 20px;
        margin-bottom: 10px;
        border: 1px solid #1353b0;
        border-radius: 30px;
        background-color: #1353b005;
    }
    .smd-sect-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .smd-sect-1 i{
        font-size: 32px;
        transform: rotate(45deg);
        color: #1076d8;
    }
    .smd-sect-1 h2{
        font-size: 22px;
        color: #1353b0;
        margin: 20px 0 20px;
        font-weight: 509;
    }
    .ind-sect .col-md-3:nth-child(2) .smd-sect{
        background-image: linear-gradient(to right,#0793c8,#e0a40f,#a47707);
        border: none;
    }
    .ind-sect .col-md-3:nth-child(2) .smd-sect .smd-sect-1 h2{
        color: #f4f4f4;
    }
    .ind-sect .col-md-3:nth-child(2) .smd-sect p{
        color: #fff;
    }
    .ind-sect .col-md-3:nth-child(2) .smd-sect .smd-sect-1 i{
        color: #eee;
    }
    @media (max-width: 767px){
        .bgimage-cta{
            padding: 35px 20px;
        }
        .bgimage-im{
            margin-bottom: 15px;
        }
        .basic-head h3{
            font-size: 45px !important;
        }
    }


/*====================mobile-app-development=================*/



    .why-choose-us .why-choose-us-box{
        position: relative;
        margin-top: 30px;
    }
    .why-choose-box-1{
        background-color: #005aa32e;
        border-radius: 30px 0 0 30px;
    }
    .why-choose-item{
        border-bottom: 2px solid #153c331a;
        display: flex;
        align-items: center;
        padding: 40px;
    }
    .why-choose-item .icon-box{
        background-color: #fff;
        height: 52px;
        width: 52px;
        border-radius: 10px;
        display: flex    ;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .why-choose-item .icon-box::before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 10px;
        background-color: #1353b0;
        transform: scale(0);
        transition: all 0.4s ease-in-out;
        height: 100%;
    }
    .why-choose-item .icon-box img{
        position: relative;
        z-index: 1;
        max-width: 30px;
        transition: all 0.3s ease-in-out;
    }
    .why-choose-content{
        width: calc(100% - 72px);
        position: relative;
        z-index: 1;
        max-width: 300px;
    }
    .why-choose-content h3{
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 10px;
        transition: all 0.3s ease-in-out;
    }
    .why-choose-content p{
        margin: 0;
        transition: all 0.3s ease-in-out;
        color: #000;
    }
    .why-choose-box-2 .why-choose-item{
        border-color: #ffffff26;
        flex-direction: row-reverse;
        text-align: right;
    }
    .why-choose-box-2{
        background-color: #097bb8 ;
        border-radius: 0 30px 30px 0;
    }
    .why-choose-box-2 .why-choose-content h3{
        color: #fff;
    }
    .why-choose-box-2 .why-choose-content p{
        color: #fff;
    }
    .why-choose-box-2 .why-choose-item .icon-box{
        margin-right: 0;
        margin-left: 20px;
    }
    .why-choose-item:hover .icon-box::before{
        transform: scale(1);
    }
    .why-choose-box-2 .why-choose-item .icon-box::before{
        background-color: #1353b02e;
    }
    .why-choose-item:hover .icon-box img{
        filter: brightness(0) invert(1);
    }
    .why-choose-image img{
        width: 44%;
    }
    .why-choose-image{
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        text-align: center;
    }
    .why-choose-box-1 .icon-box{
        color: #1353b0;
        font-size: 23px;
    }
    .why-choose-box-1 .why-choose-item:hover .icon-box i{color: #fff;position: relative;
  z-index: 1;}
  .why-choose-box-2 .icon-box{
        color: #1353b0;
        font-size: 23px;
    }
    .why-choose-box-2 .why-choose-item:hover .icon-box i{color: #1353b0;position: relative;
  z-index: 1;}
    .mobile-sec-1{
        text-align: center;
        padding: 20px 10px;
        border: 1px solid #eee;
        margin-bottom: 15px;
    }
    .mobile-sec-1 img{
        width: 60px;
        height: 60px;
        margin-bottom: 25px;
        transition: all 0.5s;
    }
    .mobile-sec-2 h3{
        position: relative;
        display: inline-block;
        font-size: 19px;
        font-weight: 509;
    }
    .mobile-sec-1.green:hover{
        background-color: #a6d8642e;
    }
    .mobile-sec-1.green:hover .mobile-sec-2 h3::before{
        background-color: #a6d864;
    }
    .mobile-sec-1.green:hover .mobile-sec-2 h3{
        color: #a6d864;
    }
    .mobile-sec-1.blue:hover{
        background-color: #1353b02e;
    }
    .mobile-sec-1.blue:hover .mobile-sec-2 h3::before{
        background-color: #1353b0;
    }
    .mobile-sec-1.blue:hover .mobile-sec-2 h3{
        color: #1353b0;
    }
    .mobile-sec-1.lightblue:hover{
        background-color: #1076d82e;
    }
    .mobile-sec-1.lightblue:hover .mobile-sec-2 h3::before{
        background-color: #1076d8;
    }
    .mobile-sec-1.lightblue:hover .mobile-sec-2 h3{
        color: #1076d8;
    }
    .mobile-sec-2 h3:before{
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: -webkit-fill-available;
        height: 2px;
        transition: all 0.5s;
        display: none;
        background-color: #000;
    }
    .mobile-sec-1:hover .mobile-sec-2 h3::before{
        display: block;
        transition: all 0.5s;
    }
    .mobile-sec-2 p{
        margin-bottom: 0;
    }
    .mobile-sec-1:hover img{
        transform: scale(1.1);
        transition: all 0.5s;
    }
    .mobile-sec-1:hover{
        background-color: #eee;
    }
    .app-sec-img{
        text-align: center;
    }
    @media (min-width: 767px){
        .no-gutters .col-lg-6{
            padding: 0;
        }
    }
    @media (max-width: 991px){
        .why-choose-item {
            padding: 20px 15px;
        }
        .why-choose-box-1{
            border-radius: 30px 30px 0 0px;
        }
        .why-choose-box-2{
            border-radius: 0 0 30px 30px;
        }
        .why-choose-image{
            display: none;
        }
    }   

/*===========package section===============*/


    .package-sec .col-md-3:nth-child(3) .basic-head,
    .package-sec .col-md-3:nth-child(1) .basic-head{
        background-color: #1387cb;
    }
    .basic-head{
        text-align: center;
    padding: 15px 0;
    color: #fff;
    background-color: #1352b0;
    border-radius: 15px 15px 0 0;
    }
    .basic-head span{
        font-size: 12px;
        font-weight: 500;
    }
    .basic-head h3{
        font-size: 55px;
        margin-bottom: 0;
    }
    .basic-head p{
        font-weight: 600;
        margin-bottom: 0;
        font-size: 14px;
    }
    .basic-dv{
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .basic-list{
        border-radius: 0 0 15px 15px;
        padding: 10px 20px;
    }
    .basic-list ul{
        list-style: none;
        padding-left: 0;
    }
    .basic-list ul li{
        color: #6a6b6a;
        font-weight: 500;
        font-size: 13px;
        padding: 11px 0px;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
    }
    .basic-list ul li:nth-last-child(1){
        border-bottom: 0;
    }
    .pack-btn{
        padding: 10px;
        text-align: center;
        padding-bottom: 35px;
    }
    .checked1{
        background-color: #61ce70;
        color: #fff;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 11px;
        padding: 3px;
        line-height: 10px;
        align-content: center;
        text-align: center;
    }

    @media (min-width: 577px) and (max-width: 993px){
        .mainbutton.pack-btn a{
            padding: 11px 15px;
            font-size: 11px;
        }
    }
    .demo-cls-cont{
        margin-top: 25px;
    }

.dig-ard-1.blogbox img{border-radius: 15px;transition: all 0.5s;transform: scale(1.0);}
.dig-ard-1.blogbox:hover img{transform: scale(1.3);border-radius: 15px;}
.dig-ard-1.blogbox .dig-ard-2{padding: 17px;}
.dig-ard-1.blogbox .dig-ard-2 .top-content{overflow: hidden;border-radius: 15px;}
.dig-ard-1.blogbox .dig-ard-2 .info .date{
    padding: 4px 18px;
    color: #1303B0;
    border: 1px solid #1303B0;
    width: fit-content;
    border-radius: 32px;
    font-size: 15px;
    margin: 19px 0 10px;
    font-weight: 509;
}
.dig-ard-1.blogbox .dig-ard-2 .info h4{font-size: 22px;}
.dig-ard-1.blogbox .dig-ard-2 .info .date i{
    margin-right: 6px;
}
.dig-ard-1.blogbox .dig-ard-2 .info p{
    margin-bottom: 12px;    
}
.dig-ard-1.blogbox .dig-ard-2 .info a{
     color: #1303B0;
    font-size: 15px;
    font-weight: 509;
}
.dig-ard-1.blogbox .dig-ard-2 .info a i{
     padding-left: 6px;
}
.dig-ard-1.blogbox{
    margin: 0px 10px 20px;
}
.blog-itemsec .dig-ard-1.blogbox .dig-ard-2{min-height: 530px;}
.blog-itemsec .dig-ard-1.blogbox{min-height: 530px;}