@media (min-width: 1920px){
    .banner .slider-nav{
        bottom: 36% !important;
    }
}
@media (min-width: 1600px){
    .banner .slider-nav{
        bottom: 25%;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
    .header .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
    }
    .header .navbar-light .navbar-nav .nav-item:not(:last-child) {
        margin-right: 30px;
    }
    /* .unabaling .unabaling_img {
        margin-left: 0 !important;
    }
    .adopting .unabaling_img {
        margin-right: 0 !important;
    } */
    .banner .slider-nav {
        bottom: 129px !important;
    }
}
@media (min-width: 1300px){
.unabaling .unabaling_img{
    margin-left: -40px !important;
}
.adopting .unabaling_img{
    margin-right: -100px !important;
}
}
@media (min-width: 1200px){
    .unabaling .unabaling_img{
        margin-left: 61px;
    }
    .adopting .unabaling_img{
        margin-right: 0px;
    }
    /* .banner .slider-nav{
        bottom: 40px;
    } */
}
@media(max-width:1499px) { 

}

@media(max-width:1199px) {
    /* home page */
    .header .navbar-light .navbar-nav .nav-item{
        margin-right: 25px;
    }
    .header .navbar-brand img{
        max-width: 150px;
    }
    .header .ctn_btn {
        margin-left: 30px;
    }
    h1{
        font-size: 40px;
        line-height: 55px;
    }
    .banner .slider-nav{
        max-width: 940px;
        bottom: 15%;
    }
    .adopting .unabaling_img{
        margin-right: 0;
    }
    .unabaling_img{
        margin-left: 20px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .unabaling_txt p{
        padding: 25px 0 30px 0;
        max-width: inherit;
    }
    .ccube {
        padding: 100px 0 150px;
    }
    .adopting {
        padding: 80px 0 95px;
    }
    .unabaling {
        padding: 92px 0 99px;
    }   
    .ccube_txt h2 {
        padding-bottom: 20px;
    } 
    .ccube_txt .f_p{
        padding-bottom: 25px;
    }
    .ccube_hdng{
        max-width: initial;
    }
    .cube_countr label{
        font-size: 50px;
        margin-bottom: 10px;
    }
    .crd_cnct{
        padding: 30px 26px 35px 26px;
    }
    .crd_cnct h6{
        font-size: 16px;
        line-height: 29px;
    }
    .news_slider .slick-arrow.slick-prev{
        left: 0;
    }
    
.news_slider .slick-arrow.slick-next {
    right: 0;
}
/* how we work page start */
.boxheadingsect h3{
    font-size: 20px;
    line-height: 35px;
}
.unabaling_bg_img img{
    max-width: 200px;
}
.how_we_wrk_whitebox {
    padding: 0px 0 70px;
}
.digital_journey{
    padding: 72px 0 55px;
}
/* how we work page end */
.edmsboxsect{
    padding: 100px 0 80px;
}
}

@media(max-width:991px) {

    /* mobile menu start */

    .header .navbar-collapse {
        background-color: rgb(255, 255, 255);
        padding: 50px 20px;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        transform: translateX(100%);
        transition: 300ms all ease-in-out;
        box-shadow: 0px 12px 14px rgb(23 124 180 / 14%);
        display: block;
        height: 100vh;
        z-index: 9;
		overflow-y: auto;
    }

    .header .navbar-collapse.collapse.show {
        transform: translateX(0);
    }

    .header .navbar-collapse.collapse.show~.navbar-toggler {
        z-index: 99;
        position: fixed;
        right: 20px;
        top: 20px;
    }
    .bnr_cnt h1 {
        max-width: 490px;
        padding-bottom: 15px;
        color: #fff;
    }
    
    .bg_img img{
        min-height: 300px;
        object-fit: cover;
    }
    .header .ctn_btn{
        margin-left: auto;
    margin-right: 20px;
    }
    h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .banner_slider .bnr_cnt{
        padding: 50px 0 80px;
    }
    .banner .slider-nav {
        max-width: 694px;
        bottom: 84px;
    }
    h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .unabaling .col-md-6{
        width: 100%;
    }
    .unabaling_txt{
        margin-top: 40px;
    }
    .unabaling {
        padding: 80px 0;
    }
    .ccube {
        padding: 80px 0 100px;
        background-position: unset;
    }
    .cube_countr li::after{
        right: 0;
    }
    .scl_icon li a{
        font-size: 14px;
    line-height: 22px;
    }
    .scl_icon li:not(:last-child) {
        margin-right: 20px;
    }
    /* 06.06.23 start */
    /* .bg_img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 60%);
        height: 100%;
        width: 100%;
    } */
    .banner .slider-nav .slick-arrow{
        border: 1px solid #fff;
    }
    .banner .slider-nav .slick-arrow i{
        color: #fff;
    }
    /* 06.06.23 end */
        /* contact_page */
        .frm_sec_conct_wrp a{
            margin: 0 10px;
        }
        .frm_sec_conct_wrp .img_wrp{
            width: 60px;
            min-width: 60px;
            height: 60px;
        }
        .frm_sec_conct_wrp .img_wrp img{
            max-width: 20px;
        }
        /* how we work start */
        .how_we_txt {
            padding: 30px 0 0 25px;
        }
        .how_we_txt h2 {
            max-width: inherit;
            margin-bottom: 15px;
        }
        .edms_text p{
            max-width: inherit;
            margin-bottom: 20px;
        }
        .digital_journey::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgb(0 0 0 / 60%);
            height: 100%;
            width: 100%;
        }
        .digitl_jounrey_cnt h2 {
            margin-bottom: 20px;
            color: #fff;
        }
        .digitl_jounrey_cnt{
            position: relative;
            z-index: 2;
        }
        .digitl_jounrey_cnt p{
            color: #fff;
        }
        .digitl_jounrey_cnt {
            max-width: initial;
        }
        .hwrk_whitebox_wrap {
            column-count: 1;
        }
        .reliable_wrap{
            flex-direction: column;
        }
        .reliable_item {
            width: 100%;
        }
        .reliable_txt{
            position: relative;
            z-index: 2;
            padding: 50px 0 60px 14px;
        }
        .relible_img{
            width: 100%;
        }
        .reliable::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgb(0 0 0 / 60%);
            height: 100%;
            width: 100%;
        }
        .reliable_txt h2 {
            padding-bottom: 25px;
            color: #fff;
        }
        .reliable_txt p:not(:last-child) {
            padding-bottom: 20px;
        }
        .reliable_txt p{
            color: #ffff;
        }
        .how_we_wrk_whitebox{
            padding-bottom: 40px;
        }
        .boxheadingsect .roundiconbox{
            width: 115px;
            height: 115px;
        }
        .boxheadingsect{
            padding-left: 140px;
        }
        .how_we_wrk_whitebox .whitcontbox p:not(:last-child) {
            padding-bottom: 15px;
        }
        .boxheadingsect .roundiconbox img{
            max-width: 50px;
        }
        /* how we work end */
        /* edms start */
        .edms_text {
            padding-left: 24px;
            padding-top: 30px;
        }
        .edms_text h2 {
            margin-bottom: 20px;
        }
        .unabaling.edms_section h4{
            margin-bottom: 20px;
        }
        .unabaling.edms_section {
            padding: 68px 0px 60px;
        }
        /* edms end */
        /* our team start */
        .our_team{
            padding: 70px 0 90px;
        }
        /* our team end */
}

@media(max-width:767px) {
    /* home page */
    h1 {
        font-size: 25px;
        line-height: 40px;
    }
    .banner_slider .item {
        height: 300px;
    }
    .banner .slider-nav {
        max-width: 515px;
        bottom: 67px;
    }
    .bnr_cnt h1 {
        max-width: initial;
    }
    /* h2 {
        font-size: 20px;
        line-height: 30px;
    } */
    .unabaling_txt {
        margin-top: 25px;
    }
    .unabaling_txt p{
        padding: 15px 0 25px 0;
    }
    .side_bar a{
        font-size: 18px;
        padding: 50px 5px;
    }
    .ftr_logo{
        text-align: center;
        padding-bottom: 30px;
    }
    .unabaling {
        padding: 60px 0;
    }
    .btm_ftr{
        flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    }
    .cpy_txt p{
        padding-bottom: 15px;
        font-size: 16px;
    }
    .plcy_txt ul li a{
        font-size: 16px;
    }
    .plcy_txt ul li:not(:last-child) {
        padding-right: 25px;
    }
    .ccube::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(255 255 255 / 40%);
        height: 100%;
        width: 100%;
    }
    .ccube_txt{
        position: relative;
    z-index: 2;
    }
    /* resource page */
    .crd_cnct{
        min-height: 180px;
    }
    .news_slider .slick-arrow.slick-prev {
        left: 50%;
        transform: translate(-100%, 0px);
        bottom: -25px;
        top: unset;
    }
    .news_slider .slick-arrow.slick-next {
        right: 50%;
        transform: translate(100%, 0px);
        top: unset;
        bottom: -25px;
    }
    .news_slider .slick-arrow{
        margin: 0 -6px;
    }
    .sec_ttle{
        padding: 0 0 25px 0;
    }
    h3{
        font-size: 35px;
        line-height: 40px;
    }
    .news_sec{
        padding: 55px 0;
    }
    .rsrce_bnr {
        padding: 150px 0;
    }
    .study_itm_wrp > li{
        width: 100%;
    }
    .sty_cnct_wrp .cnct_dtls {
        padding: 30px 40px 0 33px;
    }
    .news_sec .ctn_btn{
        padding-top: 40px;
    }
    .news_sec .ctn_btn{
        margin-right: 0;
    }
        /* conatct_page */
        .frm_sec_conct_wrp{
            align-items: flex-start;
            flex-direction: column;
        }
        .frm_sec_conct_wrp a{
            margin: 0 0 10px;
        }
        .frm_sec_ttle h1 {
            margin-bottom: 15px;
        }
        .frm_sec_ttle p{
            font-size: 18px;
            line-height: 30px;
        }
        .frm_sec_conct_wrp a{
            font-size: 18px;
            line-height: 30px;
        }
        /* how we work start */
        .unabaling.edms_section {
            padding: 68px 0px 65px;
        }
        /* how we work end */
        /* cloud page start */
        .edmsboxsect {
            padding: 70px 0 50px;
        }
        /* cloud page end */
        /* about_page */
        .abt_bnr {
            padding: 150px 0;
        }
        .abt_pg_cnct {
            padding: 60px 0;
        }
        .abt_cnct_wrp p {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 25px;
        }
        .rsrce_bnr .rsrce_bnr_cnct p {
            margin-top: 20px;
            font-size: 16px;
            line-height: 25px;
        }
        .news_list .crd_cnct {
            min-height: unset;
        }
        .news_list {
            padding: 60px 0;
        }
        .pagination{
            padding-top: 20px;
        }
        .news_details_sec {
            padding: 60px 0;
        }
        .nws_dtl_hdr {
            padding: 0 0 30px 0px;
        }
        .nws_dtl_bnr {
            padding-bottom: 30px;
        }
        .nws_dtl_cnct p {
            font-size: 15px;
            line-height: 26px;
            margin-bottom: 20px;
        }
        .nws_dtl_cnct p b {
            font-size: 16px;
        }
        .nws_dtl_cnct ul{
            font-size: 15px;
            line-height: 26px;
            margin-bottom: 25px;
        }
        .nws_dtl_cnct h6{
            font-size: 22px;
            margin-bottom: 15px;
        }
        /* our team start */
        .our_team .crd_cnct{
            text-align: center;
        }
        .our_team .crd_img img{
            height: auto;
        }
        /* our team end */
        /* terms and condition start */
        .privacy_plcy {
            padding: 50px 0;
        }
        .privacy_list ul li{
            flex-wrap: wrap;
        }
        .prvcy_cnt li{
            flex-wrap: wrap;
        }
        /* terms and condition end*/
        .privacy_bnr{
            padding: 80px 0;        
        }
}
@media(max-width: 575px){
    .banner .slider-nav {
        max-width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .unabaling_img::before{
        display: none;
    }
    .unabaling_img::after{
        display: none;
    }
    .unabaling_img {
        margin-left: 0;
        padding-right: 0;
    }
    .adopting .unabaling_img{
        padding-left: 0;
    }
    .cube_countr{
        flex-direction: column;
    }
    .cube_countr li{
        max-width: initial;
    }
    .cube_countr li:not(:last-child){
        margin-bottom: 20px;
    }
    .cube_countr li::after{
        display: none;
    }
    .ccube_txt h2 {
        padding-bottom: 10px;
    }
    .ccube_txt .f_p {
        padding-bottom: 15px;
    }
    .ccube_txt .s_p{
        padding-bottom: 30px;
    }
    .ccube {
        padding: 60px 0;
    }
    .scl_icon{
        flex-direction: column;
    }
    .scl_icon li:not(:last-child){
        margin-bottom: 20px;
    }
    .ftr_logo img{
        max-width: 150px;
    }
    /* resourse page */
    .crd_cnct {
        min-height: 150px;
    }
    h3{
        font-size: 30px;
    }
    .cse_stdy_sec {
        padding: 40px 0;
    }
     /* contact_page */
     .check_box{
        max-width: 90%;
    }

    .input_wrap .input_itm{
        height: 55px;
        padding: 0 15px;
        font-size: 16px;
    }
    .input_wrap .input_itm::placeholder{
        font-size: 14px;
    }
    .sbmt_btn input[type="submit"] {
        min-width: 235px;
        height: 50px;
        font-size: 18px;
    }
    .input_wrap textarea.input_itm {
        height: 160px;
        padding-top: 15px;
    }
    /* how we work start */
    .digital_journey {
        padding: 50px 0 40px;
    }
    /* how we work end */
    .edms_text {
        padding-left: 0;
    }
}

@media(max-width:480px) {
    .header .navbar-brand {
        max-width: 120px;
    }
    .header .navbar-brand img {
        max-width: 100px;
    }
    .header .ctn_btn a{
        min-width: 115px;
    }
    h1 {
        font-size: 20px;
        line-height: 32px;
    }
    /* resourse page */
    .sty_cnct_wrp h6 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .rsrce_bnr {
        padding: 80px 0;
    }
    
    /* contact_page */
    .frm_sec_ttle p{
        font-size: 16px;
        line-height: 24px;
    }
    .frm_sec_conct_wrp a{
        font-size: 16px;
        line-height: 24px;
    }
    /* how we work start */
    .boxheadingsect .roundiconbox {
        width: 100px;
        height: 100px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .boxheadingsect {
        padding-left: 0;
        justify-content: center;
        padding-top: 29px;
        margin-bottom: 15px;
    }
    .boxheadingsect .roundiconbox img {
        max-width: 40px;
    }
    .whitcontbox{
        padding: 50px 25px 30px;
    }
    .how_we_wrk_whitebox {
        padding-bottom: 20px;
    }
    .how_we_wrk_whitebox .whitcontbox p{
        font-size: 16px;
    }
    .digitl_jounrey_cnt p {
        font-size: 16px;
        line-height: 26px;
    }
    /* how we work end */
    /* edms start */
    .unabaling.edms_section {
        padding: 68px 0px 40px;
    }
    /* edms end */
    .hwrk_whitebox_wrap li{
        padding: 0;
    }
    /* our team */
    .our_team{
        padding: 50px 0 60px;
    }
    .our_team .news_item {
        padding: 0 0 20px;
    }
    .privacy_plcy {
        padding: 50px 0 25px;
    }

}

@media(max-width:420px) {

    .header .navbar-brand {
        max-width: 80px;
    }
    .banner .slider-nav{
        bottom: 40px;
    }
    .bg_img img{
        min-height: 250px;
    }
    .banner_slider .item {
        height: 250px;
    }    
    .cpy_txt p{
        font-size: 15px;
        padding-bottom: 10px;
    }
    .plcy_txt ul li a {
        font-size: 15px;
    }
    .plcy_txt ul li:not(:last-child) {
        padding-right: 15px;
    }
    h3 {
        font-size: 25px;
    }
    .news_sec .sec_ttle{
        padding-bottom: 0;
    }
    /* how we work start */
    /* .boxheadingsect h3 {
        font-size: 16px;
        line-height: 25px;
    } */
    .edmsboxsect .whitcontbox p + p {
        margin-top: 15px;
    }
    /* how we work end */
}
@media(max-width:360px){
    .banner .slider-nav {
        bottom: 20px;
    }
}