/*@media (min-width:1800px) {*/
/*    .banner-section .container {*/
/*        max-width: 1700px;*/
/*    }*/

/*}*/

@media (max-width:1500px) {
    .banner-section .banner-content h1 {
    font-size: 35px;
    margin-bottom: 0;
}
.together-sec h3 {
    font-size: 33px;
    line-height: 43px;
}
.frm-inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.getin-touch-content h4 {
    font-size: 32px;
}
.getin-touch-content {
    padding: 30px 20px;
}
.nw-abt-content-bg h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
}
@media screen and (max-width:991px) {
    .portfolio-h.space{
        padding-top: 10px;
    padding-bottom: 10px;
    }
    #preloader span {
        font-size: 60px;
    }
    .space {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .theme-header .custom-navbar {
        background: #fff;
    }

    .theme-header .custom-navbar .navbar-toggler:focus {
        box-shadow: none;
    }

    .theme-header .custom-navbar .navbar-toggler {
        position: fixed;
        top: 16px;
        right: 10px;
        width: 46px;
        height: 44px;
        padding: 0 10px;
        background: linear-gradient(45deg, hsla(214, 90%, 51%, 1) 0%, hsla(216, 91%, 42%, 1) 100%);
        border-radius: 4px;
        text-align: center;
        border: none;
        outline: none;
        z-index: 110;
    }

    .theme-header .custom-navbar .navbar-toggler span {
        width: 29px;
        height: 3px;
        background: #ffffff;
        display: block;
        margin: 3px auto 3px auto;
        position: relative;
        top: 0;
        opacity: 1;
        float: right;
        transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
        border-radius: 10px;
    }

    .theme-header .custom-navbar .navbar-toggler span:nth-child(2) {
        width: 25px;
    }

    .theme-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -9px;
    }

    .theme-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .theme-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }

    .theme-header .custom-navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: -400px;
        width: 320px;
        height: 100vh;
        max-height: 100vh;
        background: linear-gradient(45deg, hsla(214, 90%, 51%, 1) 0%, hsla(216, 91%, 42%, 1) 100%);
        text-align: center;
        padding: 60px 0px;
        box-shadow: -30px 0 30px rgb(0 0 0 / 10%);
        transition: 0.5s;
        opacity: 0;
        z-index: 100;
        overflow: hidden;
        overflow-y: auto;
    }

    .theme-header .custom-navbar .navbar-collapse {
        width: 264px;
    }

    .theme-header .custom-navbar .navbar-collapse.show {
        right: 0;
        opacity: 1;
        z-index: 100;
    }

    .theme-header .custom-navbar .navbar-collapse.show ul li a.nav-link {
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
        margin: 0px 0px;
        position: relative;
    }

    .theme-header .custom-navbar .navbar-collapse.show ul li .nav-link {
        text-align: left;
        border-bottom: solid 1px rgb(225 225 225 / 49%);
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.4s;
    }

    .theme-header .custom-navbar .nav-link {
        display: block;
        padding: 15px 40px 15px 25px;
        opacity: 0;
        transition: 0.5s;
    }

    .theme-header .custom-navbar .megamenu {
        background: linear-gradient(45deg, hsla(214, 90%, 51%, 1) 0%, hsla(216, 91%, 42%, 1) 100%);
        border-color: transparent;
        box-shadow: none;
    }

    .theme-header .custom-navbar .megamenu .menu-inner h6 a {
        color: #fff;
        border-color: #fff;
    }

    .theme-header .custom-navbar .megamenu .menu-inner ul li a {
        color: #fff;
        border-bottom: solid 1px rgb(225 225 225 / 49%);
    }

    .theme-header .custom-navbar .megamenu .menu-inner {
        border-color: transparent;
    }

    .theme-header .custom-navbar .sub-menu {
        background: linear-gradient(45deg, hsla(214, 90%, 51%, 1) 0%, hsla(216, 91%, 42%, 1) 100%);
        border-color: transparent;
        box-shadow: none;
    }

    .theme-header .custom-navbar .sub-menu .dropdown-item {
        color: #fff;
        border-bottom: 1px solid rgb(225 225 225 / 49%);
    }
    .theme-header .custom-navbar .nav-link.dropdown-toggle::after{
        right: 0;
    }

    .banner-section .banner-content h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .banner-section .banner-content p {
        color: #fff;
    }

    #text-slider .item h3 span {
        padding: 10px 15px;
        font-size: 20px;
        margin: 30px 0;
    }

    .counter-list li:nth-child(2) .counter-inner, .counter-list li:nth-child(3) .counter-inner {
        margin-top: 0;
    }

    .counter-list li .counter-inner h3 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .counter-list li .counter-inner h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .counter-list li .counter-inner h6 {
        font-size: 28px;
    }

    .featured-sec .item ul li {
        border-right: 1px solid transparent;
    }

    .timeline {
        width: 100%;
    }

    .new-abt-img img {
        width: 100%;
        margin-top: 10px;
    }

    .new-abt-counter {
        margin-top: 10px;
    }

    .timeline-content {
        border-color: transparent;
        padding: 0;
    }
     .obj-shape {
        display: none;
    }
    .timeline-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.timeline-img.bordr-img{
    border-color: transparent;
}
.obj_lyf_innr_thumb img {
    height: 300px;
}
.obj_lyf_innr_img img {
    height: 100px;
}
.nw-abt-content-bg h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.services-section-h li .services-section-inner:hover{
    transform: scale(1.0)
}
.counter .counter-value, .counter .counter-icon {
    font-size: 15px;
    line-height: 50px;
    width: 50px;
    height: 50px;
}
.counter h3 {
    font-size: 13px;
}
}

@media screen and (max-width:991px) and (min-width:768px) {
    .featured-sec .item ul li {
        width: 49%;
    }

    .together-sec h3 {
        font-size: 27px;
        line-height: 35px;
    }

    .choose-us-content .chs-icon i {
        font-size: 20px;
        height: 45px;
        width: 45px;
        line-height: 45px;
    }

    .choose-us-content li h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    


}

@media screen and (max-width:767px) and (min-width:575px) {
   
    .banner-section .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-section .banner-content {
        text-align: center;
    }

    .featured-sec .item ul li {
        width: 100%;
    }

    .together-sec h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .frm-inner h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .frm-inner {
        padding: 10px 20px 10px 20px;
    }

    .inner-head {
        font-size: 20px;
    }

}

@media screen and (max-width:480px) and (min-width:360px) {
    .banner-section {
        border-bottom: 1px solid rgb(109 109 148 / 24%);
        text-align: center;
    }
    .banner-section .banner-content h1{
        color: #fff;
    }

    .banner-section .banner-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .services-section-h li:nth-child(even) .services-section-inner {
        margin-top: 10px;
    }

    .featured-sec .item ul li {
        width: 100%;
    }

    .together-sec h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .frm-inner h2 {
        font-size: 22px;
        color: #1476f2;
        line-height: 30px;
    }

    .cst-footer .footer-cnt li i {
        left: -8px;
    }

    .cst-footer .footer-cnt li {
        padding-left: 16px;
    }

    .banner-inner h1 {
        font-size: 30px;
    }

    .inner-head {
        font-size: 18px;
    }

    .about-service-inner h3 {
        font-size: 18px;
    }

    .subheading {
        font-size: 22px;
    }

    .carrers-sec ul li {
        display: block;
    }

    .carrie-details-inner p.d-flex {
        font-size: 12px;
    }

    .banner-inner {
        padding-top: 110px;
        padding-bottom: 30px;
    }

    .timeline-process .timeline-component {
        margin: 0px 0px 20px 0px;
    }
    .choose-us-content .chs-icon i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.choose-us-content li h4 {
    font-size: 20px;
}

}
