@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Cypro+Minoan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@500&family=IBM+Plex+Sans:ital,wght@0,100;1,400&family=Lato:wght@300&family=Roboto+Slab&display=swap');
html {
    scroll-behavior: smooth;
}

.we-hb-section {
    display: block;
    width: 100%;
    position: relative;
    /* padding: 100px 10px; */


}


@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .container1 {
        width: 100%;
        /* max-width: 1200px!important; */
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container1 {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container1 {
        width: 100% !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
    .container1 {
        width: 100% !important;
        
    }
    .we-hb-section {
        display: block;
        width: 100%;
        position: relative;
        padding: 10px 10px;
    
    
    }
    
}


.row1 {
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 10px;
}

.home-overview-flex {
    display: flex;
    align-items: flex-start;
    width: 100%;

}

.home-overview-flex .home-cmn-ttl {
    padding-top: 15px;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .home-cmn-ttl {
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .home-cmn-ttl {
        margin-bottom: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-cmn-ttl {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .we-hb-section .home-cmn-ttl {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-cmn-ttl {
        margin-bottom: 80px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .we-hb-section .home-cmn-ttl {
        margin-bottom: 30px;
    }
}

.home-cmn-ttl {
    display: inline-block;
    width: 100%;
    position: relative;
    /* margin-bottom: 40px; */
}

.cmn-sub-ttl {
    color: #0067ff;
    font-size: 16px;
    letter-spacing: .3em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.owl-prev:hover{
    background-color: #0067ff;

}
@media (min-width: 1366px) and (max-width: 1600px) {
    .cmn-hdng {
        font-size: 35px;
        line-height: 46px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .cmn-hdng {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .cmn-hdng {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cmn-hdng {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .cmn-hdng {
        font-size: 24px;
        line-height: 30px;
    }
}

.cmn-hdng {
    display: block;
    /* font-size: 36px; */
    color: #212121;
    /* line-height: 52px; */
    font-weight: 700;
    margin-top: 8px;
    font-family: 'Lato', sans-serif;
}

.we-hb-section .home-cmn-ttl p {
    padding-right: 40px;
    text-align: justify;
    /* padding: 10px; */
}

.home-cmn-ttl p {
    display: block;
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    letter-spacing: .2px;
    font-family: 'Lato', sans-serif;
    
}


@media (min-width: 1366px) and (max-width: 1600px) {
    .home-cmn-ttl p {
        font-size: 18px;
        line-height: 30px;
        margin: 15px 0 0;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .home-cmn-ttl p {
        font-size: 18px;
        line-height: 30px;
        margin: 15px 0 0;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-cmn-ttl p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-cmn-ttl p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .home-cmn-ttl p {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

.home-cmn-btn {
    display: inline-block;
    min-width: 190px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #0067ff;
    background: #0067ff;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;

}

.home-cmn-btn:hover {
    background: black;
    color: white;
    border-color: black;
    text-decoration: none;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .home-overview-flex .home-cmn-ttl .home-cmn-btn {
        margin-top: 28px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .home-overview-flex .home-cmn-ttl .home-cmn-btn {
        margin-top: 26px;
    }
}

.home-overview-flex .home-cmn-ttl .home-cmn-btn {
    margin-top: 32px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-overview-flex .home-cmn-ttl .home-cmn-btn {
        margin: 30px auto 0;
        float: none;
        display: table;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-cmn-btn {
        min-width: 170px;
        line-height: 50px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .home-overview-flex .home-cmn-ttl .home-cmn-btn {
        bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .home-overview-flex .home-cmn-ttl .home-cmn-btn,
    .industry-section .home-cmn-btn,
    .insight-section .home-cmn-btn {
        /* position: absolute;
    bottom: 50px;
    transform: translateX(-50%);
    left: 50%; */
        margin-top: 70px;
        margin-left: 25%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-cmn-btn {
        min-width: 160px;
        line-height: 50px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .home-cmn-btn {
        min-width: 180px;
        line-height: 50px;
        font-size: 16px;
    }
}

.home-cmn-btn i {
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.overview-blk {
    width: 100%;
    position: relative;
    display: flex;
}

.overview-blk ul {
    width: 294px;
    display: block;
    margin: 0 15px;
    padding: 0;
    float: left;
}



@media (min-width: 1200px) and (max-width: 1500px) {
    .overview-blk ul {
        width: calc(50% - 30px);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .overview-blk ul {
        width: calc(50% - 30px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .overview-blk ul {
        width: 50%;
        margin: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .overview-blk ul {
        width: 50%;
        margin: 0;
        padding: 0 7px;
    }
}

.overview-blk ul li {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    padding: 40px 20px 40px 30px;
    min-height: 320px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, .03);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    left: 0;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .overview-blk ul li {
        padding: 25px;
        min-height: 280px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .overview-blk ul li {
        padding: 25px;
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .overview-blk ul li {
        padding: 30px;
        width: calc(50% - 20px);
        margin: 0 8px;
        padding: 15px;
        vertical-align: top;
        min-height: 230px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .overview-blk ul li {
        padding: 15px;
        min-height: 250px;
    }
}

.overview-blk ul li.yellow:before {
    background: yellow;
}

.overview-blk ul li:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    border-radius: 0 0 8px 8px;
    bottom: 0;
    left: 0;
    /* background: var(--light-grey); */
}

.cmn-sub-ttl {
    color: #0067ff;
    font-size: 16px;
    letter-spacing: .3em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.overview-blk ul li .hb-numbers {
    font-size: 64px;
    margin: 50px 0 55px;
    display: block;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .overview-blk ul li .hb-numbers {
        margin: 26px 0;
        font-size: 46px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .overview-blk ul li .hb-numbers {
        margin: 26px 0;
        font-size: 44px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .overview-blk ul li .hb-numbers {
        margin: 20px 0 40px;
        font-size: 38px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .overview-blk ul li .hb-numbers {
        margin: 10px 0 15px;
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .overview-blk ul li .hb-numbers {
        margin: 20px 0;
        font-size: 40px;
        line-height: 40px;
    }
}

.overview-blk ul li p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .overview-blk ul li p {
        font-size: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .overview-blk ul li p {
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .overview-blk ul li p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .overview-blk ul li p {
        font-size: 14px;
        line-height: 20px;
    }
}

.overview-blk ul li:hover:after {
    width: 100%;
    right: inherit;
    left: 0;
}


.overview-blk ul li.purple:before {
    background: #c65ea6;
}

.overview-blk ul li:after {
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, #fbe484, #b37e0e, #fbe484);
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.overview-blk ul li.sky-blue:before {
    background: #0883c3;
}

.overview-blk ul li.green:before {
    background: #269d38;
}

.overview-blk ul:last-child {
    margin-top: 115px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .overview-blk ul:last-child {
        margin-top: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .overview-blk ul:last-child {
        margin-top: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .overview-blk ul:last-child {
        margin: 0;
    }
}


/* the slider style is starts from here  */
.service-slide {
    width: 100%;
    display: block;
    position: relative;
    min-height: inherit;
    padding-left: 300px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .service-slide {
        padding-left: 230px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .service-slide {
        padding-left: 200px;
        min-height: inherit;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .service-slide {
        padding: 0;
        min-height: initial;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .service-slide {
        padding: 0 0 50px;
        min-height: inherit;
    }
}

.service-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 510px;
    height: 555px;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .service-thumb-img {
        width: 445px;
        height: 525px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .service-thumb-img {
        width: 300px;
        height: 520px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .service-thumb-img {
        display: none;
    }
}


.service-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 510px;
    height: 555px;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
    .service-thumb-img {
        width: 100%;
        height: 250px;
        border-radius: 0;
        display: none;
    }
}

.service-thumb-img i {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

.service-thumb-img picture {
    position: absolute;
}

.picture.active {
    /* Add your desired styles for the active picture */
    border: 2px solid blue;
    /* Example styles */
}

.picture.active img {
    /* Add any styles specific to the active image within the picture */
    opacity: 1;
    /* Example styles */
}

.picture {
    /* Add styles for all pictures (both active and inactive) */
    border: 2px solid gray;
    /* Example styles */
}

.srvice-slide-sec {
    width: 100%;
    position: relative;
}

.srvice-slide-sec .item {
    padding: 18px 15px;
}




.srv-sld-blk {
    width: 100%;
    display: flex;
    padding: 35px;
    min-height: 480px;
    background: white;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-blk:before {
        box-shadow: 0 0 10px 7px rgb(0, 0, 0, .07);
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-blk:before {
        box-shadow: 0 0 10px 7px rgb(0, 0, 0, .07);
    }
}


.srv-sld-blk:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, .03);
    border: 1px solid #eee;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
}

@media (min-width: 320px) and (max-width: 767px) {
    .service-mbl-img:after {
        content: '';
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .service-mbl-img:after {
        content: '';
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-blk:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        background-image: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-blk:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        background-image: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-blk {
        filter: none;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-blk {
        padding: 140px 25px 25px;
        min-height: 460px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-blk {
        padding: 140px 25px 25px;
        min-height: 420px;
    }
}


.service-mbl-img {
    display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .service-mbl-img {
        display: block;
        position: absolute;
        width: 100%;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        left: 0;
        top: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .service-mbl-img {
        display: block;
        position: absolute;
        width: 100%;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        left: 0;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .srv-sld-blk a,
    .srv-sld-blk p {
        position: relative;
        z-index: 1;
    }
}

.srv-sld-icn {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #c1e4f7;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-icn {
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-icn {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-icn {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-icn {
        display: none;
    }
}


.srv-sld-blk a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    color: black;
}

.srv-clr-blue {
    background: #c1e4f7;
}



@media (min-width: 1366px) and (max-width: 1600px) {
    .srv-sld-icn {
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .srv-sld-icn {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .srv-sld-icn {
        margin-bottom: 20px;
    }
}


.srv-sld-blk .service-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    min-height: 80px;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;

}

@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-blk .service-title {

        position: relative;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .srv-sld-blk .service-title {
        position: relative;
        margin-top: 0;
        z-index: 1;
    }
}

.srv-sld-blk p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin: 10px 0 0;
    max-height: 172px;
    font-family: 'Lato', sans-serif;
}


@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-blk p {
        font-size: 15px;
        margin: 15px 0 0;
        min-height: 140px;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .srv-sld-blk a,
    .srv-sld-blk p {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-blk p {
        font-size: 15px;
        margin: 15px 0 0;
        min-height: 140px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .srv-sld-blk p {
        font-size: 15px;
        margin: 15px 0 0;
        min-height: 160px;
        line-height: 23px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .srv-sld-blk p {
        font-size: 16px;
        margin: 15px 0 0;
        min-height: 180px;
        line-height: 24px;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .srv-sld-blk p {
        font-size: 16px;
        margin: 15px 0 0;
        min-height: 180px;
        line-height: 24px;
    }
}

.home-link {
    font-size: 18px;
    color: #0067ff;
    /* font-family: var(--font-family-bold); */
    display: flex;
    align-items: center;
    float: left;
}

.srv-sld-blk .home-link {
    margin-top: 35px;
    justify-content: flex-end;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .srv-sld-blk .home-link {
        margin-top: 15px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .srv-sld-blk .home-link {
        margin-top: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .srv-sld-blk .home-link {
        margin-top: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srv-sld-blk .home-link {
        margin-top: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .srv-sld-blk .home-link {
        margin-top: 15px;
    }
}

.home-link i {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}

.home-link i svg {
    float: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.service-icon1 {
    width: 34px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: 0 0;
}

.service-icon-sprites {
    background: url(../images/service-icon-sprites-new.webp) no-repeat 0 0;
}

.service-icon2 {
    width: 24px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -55px 0;
}

.service-icon3 {
    width: 41px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -99px 0;
}

.service-icon4 {
    width: 36px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -161px 0;
}

.service-icon5 {
    width: 33px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -217px 0;
}

.service-icon6 {
    width: 35px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -270px 0;
}

.service-icon8 {
    width: 37px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -373px 0;
}

.service-icon9 {
    width: 31px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -431px 0;
}

.service-icon10 {
    width: 36px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -482px 0;
}

.srvice-slide-sec .owl-nav {
    display: block;
    position: absolute;
    top: -120px;
    right: 200px;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .srvice-slide-sec .owl-nav {
        top: -100px;
        right: 80px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .srvice-slide-sec .owl-nav {
        top: -100px;
        right: 70px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .srvice-slide-sec .owl-nav {
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srvice-slide-sec .owl-nav {
        position: static;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .srvice-slide-sec .owl-nav {
        display: none;
    }
}


.srvice-slide-sec .owl-nav .owl-prev {
    background: url(https://img.hiddenbrains.com/public/local-cdn/images/arrow-left-hm.svg?v1) no-repeat center;
    filter: brightness(100%);
}

.srvice-slide-sec .owl-nav .owl-next,
.srvice-slide-sec .owl-nav .owl-prev {
    width: 77px;
    height: 20px;
    margin: 0 10px;
    text-indent: -9999px;
    float: left;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    cursor: pointer;
    border: 1px solid #0067ff;
    border-radius: 50%;
    height: 56px;
    width: 56px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .srvice-slide-sec .owl-nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .srvice-slide-sec .owl-nav {
        display: none;
    }
}

.srvice-slide-sec .owl-nav .owl-next {
    background: url(https://img.hiddenbrains.com/public/local-cdn/images/arrow-right-hm.svg) no-repeat center;
    filter: brightness(100%);
}




/*==================== the technology section is starts from here  =======================*/


/* 
.home-techno-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-techno-tabs {
    display: block;
    width: 100%;
    position: relative;
}

.home-techno-tabs .nav-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.home-techno-tabs .nav-tabs .item {
    margin-bottom: -1px;
}

.home-techno-tabs .nav-tabs .item a {
    min-width: 190px;
    line-height: 60px;
    position: relative;
    font-size: 20px;
    color: #121212;
    transition: all .3s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none;
}

.home-techno-tabs .nav-tabs .item.active a,
.home-techno-tabs .nav-tabs .item:hover a {
    color: #0067ff;
}

.home-techno-tabs .nav-tabs .item.active a::after,
.home-techno-tabs .nav-tabs .item:hover a::after {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0067ff;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    content: '';
}

.home-techno-tabs .nav-tabs .item.active a::after {
    background: #0067ff;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .home-techno-tabs .nav-tabs .item a {
        font-size: 20px;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .home-techno-tabs .nav-tabs .item a {
        font-size: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-techno-tabs .nav-tabs .item a {
        min-width: 140px;
        line-height: 54px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-techno-tabs .nav-tabs .item a {
        display: block;
        border: 1px solid #eee !important;
        border-radius: 8px;
        overflow: hidden;
        min-width: inherit;
        width: 100%;
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .home-techno-tabs .nav-tabs .item a {
        display: block;
        border: 1px solid #eee !important;
        border-radius: 8px;
        overflow: hidden;
        min-width: 120px;
        width: 100%;
        font-size: 15px;
    }
} */

.home-techno-section {
    margin-top: 120px;
    margin-bottom: 50px;
}

.home-techno-tabs {
    display: block;
    width: 100%;
    position: relative;
}

.home-techno-tabs .nav-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.home-techno-tabs .nav-tabs .item {
    margin-bottom: -1px;
}

.home-techno-tabs .nav-tabs .item a {
    min-width: 190px;
    line-height: 60px;
    position: relative;
    font-size: 20px;
    color: #121212;
    transition: all .3s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none;
}

.home-techno-tabs .nav-tabs .item.active a,
.home-techno-tabs .nav-tabs .item:hover a {
    color: #0067ff;
}

.home-techno-tabs .nav-tabs .item.active a::after,
.home-techno-tabs .nav-tabs .item:hover a::after {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0067ff;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    content: '';
}

.home-techno-tabs .nav-tabs .item.active a::after {
    background: #0067ff;
}

.home-techno-tabs .nav-tabs .item.active:hover a::after {
    background: #0067ff;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .home-techno-tabs .nav-tabs .item a {
        font-size: 20px;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .home-techno-tabs .nav-tabs .item a {
        font-size: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-techno-tabs .nav-tabs .item a {
        min-width: 140px;
        line-height: 54px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-techno-tabs .nav-tabs .item a {
        display: block;
        border: 1px solid #eee !important;
        border-radius: 8px;
        overflow: hidden;
        min-width: inherit;
        width: 100%;
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .home-techno-tabs .nav-tabs .item a {
        display: block;
        border: 1px solid #eee !important;
        border-radius: 8px;
        overflow: hidden;
        min-width: 120px;
        width: 100%;
        font-size: 15px;
    }
}




.home-techno-tabs .q-t-s-txt .tab_content {
    display: block;
    margin: 0;
    width: 100%;
    padding: 50px 0 0;
}

.tab-pane:active {
    display: block;
}

.tab-pane {
    display: none;
    height: auto !important;
}

.tech-service-link {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: space-evenly;

}

.q-t-s-txt ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'lato';
    list-style-type: none;

}



.tech-service-link li {
    margin: 15px 18px;
}


.tech-service-link li .tech-service-sqr {
    width: 130px;
    height: 130px;
    display: flex;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.tech-ic {
    width: auto;
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-service-link li .tech-service-sqr .web-angularjs-icon {
    background-position: -130px 0;
}

.web-angularjs-icon {
    width: 57px;
    height: 60px;
    /* background-position: 0 -525px; */
}

.web-tech-service-sprite {
    display: block;
    background: url(../images/web-techno-service-sprite.webp) no-repeat;
    flex-shrink: 0;
}

.tech-service-link li .tech-service-sqr span {
    font-size: 20px;
    line-height: 28px;
    display: block;
    margin: 15px 0 0;
}

.tech-service-link li .tech-service-sqr .web-reactjs-icon {
    background-position: -76px -214px;
}

.web-reactjs-icon {
    width: 68px;
    height: 60px;
    /* background-position: -136px -525px; */
}

.tech-service-link li .tech-service-sqr .web-vuejs-icon {
    background-position: 0 -214px;
}

.web-vuejs-icon {
    width: 68px;
    height: 59px;
    /* background-position: -62px -525px; */
}


.tech-service-link li .tech-service-sqr .web-knockout-icon {
    background-position: -160px -214px;
}

.web-knockout-icon {
    width: 60px;
    height: 60px;
    /* background-position: -208px -525px; */
}

.tech-service-link li .tech-service-sqr .web-csharp-icon {
    background-position: -135px -142px;
}

.web-csharp-icon {
    width: 53px;
    height: 60px;
    /* background-position: -275px -525px; */
}

.tech-service-link li .tech-service-sqr .web-netcore-icon {
    background-position: -271px -279px;
}

.web-netcore-icon {
    width: 60px;
    height: 60px;
    /* background-position: -337px -525px; */
}

.tech-service-link li .tech-service-sqr .web-nodejs-icon {
    background-position: -197px 0;
}

.web-nodejs-icon {
    width: 53px;
    height: 60px;
    /* background-position: 0 -585px; */
}

.tech-service-link li .tech-service-sqr .web-php-icon {
    background-position: -260px 0;
}

.web-php-icon {
    width: 74px;
    height: 39px;
    /* background-position: -58px -585px; */
}

.tech-service-link li .tech-service-sqr .web-pythone-icon {
    background-position: -336px -69px;
}

.web-pythone-icon {
    width: 60px;
    height: 60px;
    /* background-position: -137px -585px; */
}

.tech-service-link li .tech-service-sqr .web-javascript-icon {
    background-position: -352px -343px;
}

.web-javascript-icon {
    width: 44px;
    height: 60px;
    /* background-position: -202px -585px; */
}

.tech-service-link li .tech-service-sqr .web-iphone-icon {
    background-position: -56px -897px;
}

.web-iphone-icon {
    width: 40px;
    height: 61px;
    /* background-position: -10px -897px; */
}

.tech-service-link li .tech-service-sqr .web-android-icon {
    background-position: -298px -897px;
}

.web-android-icon {
    width: 52px;
    height: 61px;
    /* background-position: -242px -897px; */
}

.tech-service-link li .tech-service-sqr .web-swift-icon {
    background-position: -128px -280px;
}

.web-swift-icon {
    width: 60px;
    height: 60px;
    /* background-position: -252px -585px; */
}

.tech-service-link li .tech-service-sqr .web-kotlin-icon {
    background-position: -203px -280px;
}

.web-kotlin-icon {
    width: 60px;
    height: 60px;
    /* background-position: -325px -585px; */
}

.tech-service-link li .tech-service-sqr .web-reactjs-icon {
    background-position: -76px -214px;
}

.web-reactjs-icon {
    width: 68px;
    height: 60px;
    /* background-position: -136px -525px; */
}

.tech-service-link li .tech-service-sqr .web-xamarin-icon {
    background-position: -197px -142px;
}

.web-xamarin-icon {
    width: 68px;
    height: 60px;
    /* background-position: -54px -645px; */
}

.tech-service-link li .tech-service-sqr .web-gflutter-icon {
    background-position: -131px -344px;
}

.web-gflutter-icon {
    width: 49px;
    height: 60px;
    /* background-position: 0 -645px; */
}

.tech-service-link li .tech-service-sqr .web-wordpress-icon {
    background-position: -265px -69px;
}

.web-wordpress-icon {
    width: 60px;
    height: 60px;
    /* background-position: -128px -645px; */
}

.tech-service-link li .tech-service-sqr .web-magento-icon {
    background-position: -204px -69px;
}

.web-magento-icon {
    width: 51px;
    height: 60px;
    /* background-position: -192px -645px; */
}

.tech-service-link li .tech-service-sqr .web-shopify-icon {
    background-position: -72px -405px;
}

.web-shopify-icon {
    width: 53px;
    height: 60px;
    /* background-position: -320px -645px; */
}

.tech-service-link li .tech-service-sqr .web-dnn-icon {
    background-position: -200px -405px;
}

.web-dnn-icon {
    width: 60px;
    height: 60px;
    /* background-position: -63px -705px; */
}

.tech-service-link li .tech-service-sqr .web-kentico-icon {
    background-position: -133px -405px;
}

.web-kentico-icon {
    width: 60px;
    height: 60px;
    /* background-position: 0 -705px; */
}

.tech-service-link li .tech-service-sqr .web-woocommerce-icon {
    background-position: 0 -405px;
}

.web-woocommerce-icon {
    width: 66px;
    height: 40px;
    /* background-position: -248px -645px; */
}

.tech-service-link li .tech-service-sqr .web-aws-icon {
    background-position: -272px -405px;
}

.web-aws-icon {
    width: 60px;
    height: 36px;
    /* background-position: -128px -705px; */
}

.tech-service-link li .tech-service-sqr .web-azure-icon {
    background-position: 0 -465px;
}

.web-azure-icon {
    width: 60px;
    height: 45px;
    /* background-position: -256px -704px; */
}

.tech-service-link li .tech-service-sqr .web-gcloud-icon {
    background-position: -340px -405px;
}

.web-gcloud-icon {
    width: 60px;
    height: 48px;
    /* background-position: -192px -705px; */
}

.tech-service-link li .tech-service-sqr .web-doker-icon {
    background-position: -72px -465px;
}

.web-doker-icon {
    width: 70px;
    height: 50px;
    /* background-position: -320px -704px; */
}

.tech-service-link li .tech-service-sqr .web-jenkins-icon {
    background-position: -152px -465px;
}

.web-jenkins-icon {
    width: 43px;
    height: 59px;
    /* background-position: 0 -765px; */
}

.tech-service-link li .tech-service-sqr .web-kubernetes-icon {
    background-position: -204px -465px;
}

.web-kubernetes-icon {
    width: 60px;
    height: 58px;
    /* background-position: -48px -765px; */
}

.tech-service-link li .tech-service-sqr .web-mongodb-icon {
    background-position: 0 0;
}

.web-mongodb-icon {
    width: 55px;
    height: 60px;
    /* background-position: -112px -766px; */
}

.tech-service-link li .tech-service-sqr .web-mysql-icon {
    background-position: -272px -465px;
}

.web-mysql-icon {
    width: 60px;
    height: 58px;
    /* background-position: -176px -766px; */
}

.tech-service-link li .tech-service-sqr .web-sqlserver-icon {
    background-position: -343px -465px;
}

.web-sqlserver-icon {
    width: 60px;
    height: 60px;
    /* background-position: -244px -766px; */
}

.tech-service-link li .tech-service-sqr .web-postgre-icon {
    background-position: -344px -142px;
}

.web-postgre-icon {
    width: 58px;
    height: 60px;
    /* background-position: -304px -766px; */
}

.tech-service-link li .tech-service-sqr .web-mariadb-icon {
    background-position: -64px -344px;
}

.web-mariadb-icon {
    width: 60px;
    height: 40px;
    /* background-position: 0 -826px; */
}

.tech-service-link li .tech-service-sqr .web-dynamodb-icon {
    background-position: -275px -343px;
}

.web-dynamodb-icon {
    width: 53px;
    height: 60px;
    /* background-position: -64px -826px; */
}




