@media(max-width: 1500px){
    body {
        font-size: 14px;
    }
}
@media(max-width: 1400px){
    .mxw-650 {
        max-width: 520px;
    }
    .service-images {
        max-width: 100%;
    }
    .service-images:before {
        right: -30px;
        bottom: -30px;
        width: 265px;
        height: 290px;
    }
}
@media(max-width: 1280px){
    .brand-logo img {
        max-width: 80%;
    }
    .industry-icon {
        width: 48px;
        height: 48px;
    }
    .industry-box {
        height: 166px;
    }
    .xl-title {
        font-size: 3em;
    }
    .font-1-2em {
        font-size: 1.1em !important;
    }
    .mxw-750 {
        max-width: 620px;
    }
    .bsn-text {
        padding-bottom: 12px;
    }
    .wwa-subtitle p {
        font-size: 1.4em;
        max-width: 90%;
        margin: 0 auto;
    }
    .wwa-subtitle img {
        max-height: 40px;
    }
    .font-2em {
        font-size: 1.6em !important;
    }
    .wwa-box {
        padding: 20px;
    }
    .wwa-box .font-1-2em {
        font-size: 1em !important;
    }
    .mxw-650 {
        max-width: 90%;
    }
    .service-images:before {
        right: -20px;
        bottom: -20px;
        width: 45%;
        height: 90%;
    }
    .industries-wrap .lg-title {
        font-size: 2.4em;
    }
    .industries-wrap .sm-title {
        font-size: 1.1em;
    }
    .industry-icon {
        width: 40px;
        height: 40px;
    }
    .industries-wrap .xs-title {
        font-size: 1em;
        padding: 0 10px;
    }
    .industry-box {
        height: 136px;
    }
    .home-blog-box .xs-title {
        font-size: 0.95em;
    }
    .home-blog-box .font-1-7em {
        font-size: 1.4em !important;
    }
    .footer-menu li a {
        font-size: 14px;
        padding: 7px 7px;
    }
    .header-wrap .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .bsn-text {
        font-size: 0.8em !important;
    }
    .service-tabs.nav-tabs .nav-link {
        font-size: 1.5em;
    }
    /* Mobile menu */
    .mobile-inner-header {
        display: block;
        margin-top: 13px;
        margin-left: 10px;
        width: 40px;
        height: 24px;
        position: relative;
        margin-right: 0;
    }
    .mobile-inner-header-icon {
        color: #fff;
        font-size: 25px;
        text-align: center;
        float: right;
        position: relative;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        margin-top: 6px
    }
    .mobile-inner-header-icon {
        color: #fff;
        height: 20px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 40px;
        position: relative;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        z-index: 99;
        margin-top: 4px
    }
    .mobile-inner-header-icon:hover {
        cursor: pointer
    }
    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 20px)/ 2);
        top: calc((100% - 21px)/ 2);
        width: 25px;
        height: 2px;
        background-color: #fff;
    }
    .white-header .mobile-inner-header-icon span {
        background-color: #fff;
    }
    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0)
    }
    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0)
    }
    .mobile-inner-header-icon span:nth-child(3) {
        display: none
    }
    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clickfirst
    }
    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clicksecond
    }
    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(45deg)
        }
    }
    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(-45deg)
        }
    }
    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outfirst
    }
    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outsecond;
        margin-top: 3px;
        top: calc((100% - 19px)/ 2)
    }
    .mobile-inner-header-icon-out span:nth-child(3) {
        display: block;
        top: calc((100% - 17px)/ 2)
    }
    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg)
        }
        100% {
            transform: translateY(-4px) rotate(0)
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg)
        }
        100% {
            transform: translateY(4px) rotate(0)
        }
    }
    .mobile-inner-header-icon {
        right: 0;
        position: relative;
        transition: all 0.5s ease-in-out 0s;
    }
    .mobile-inner-header-icon.mobile-inner-header-icon-click {
        z-index: 10;
    }
    .mobile-inner-header-icon.mobile-inner-header-icon-click span {
        background-color: #fff;
    }
    .main-menu {
        background: #1e1e1e;
        position: fixed;
        z-index: 9;
        top: 0;
        right: -100%;
        width: 350px;
        transition: all .5s ease-in-out 0s;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 20px;
        border-top: solid 1px #dedede;
        overflow-y: auto;
        height: 100vh;
    }
    .main-menu.active {
        right: 0;
    }
    .main-menu ul {
        margin: 0;
        width: 100%;
        text-align: left;
        display: block !important;
        padding: 60px 0 0 20px;
    }
    .main-menu ul li {
        display: block;
        padding: 0;
        border-bottom: solid 1px #393939;
    }
    .main-menu ul li a {
        display: block;
        padding: 14px 15px;
        font-size: 1.1em;
        font-weight: 500;
        color: #ffffff;
    }
    .main-menu li a.active {
        background: #ffffff;
        color: #333;
    }
    .overlay-bg {
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: none;
    }
    .overlay-bg.active {
        z-index: 1;
        display: block;
    }
}
@media(max-width: 992px) {
    .wwa-subtitle p {
        font-size: 1.4em;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .solution-box>img {
        height: 220px;
        object-fit: cover;
    }
    .lg-title {
        font-size: 2em;
    }
    .wwa-box .font-1-2em {
        font-size: 0.9em !important;
    }
    .wcs-image img {
        height: 450px;
        object-fit: cover;
    }
    .py-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ps-115 {
        padding-left: 0 !important;
    }
    .pb-100 {
        padding-bottom: 50px !important;
    }
    .xl-title {
        font-size: 2.2em;
    }
    .banner-slider.owl-carousel .owl-item img {
        height: 400px;
        object-fit: cover;
    }
    .explore-life-slider.owl-carousel .owl-stage {
        padding-left: 70px !important;
    }
    .blog-slider.owl-carousel .owl-stage {
        padding-left: 60px !important;
    }
    .custom-accordion .accordion-button {
        font-size: 14px;
        padding: 14px 20px;
    }
}
@media(max-width: 767px) {
    .container, .container-sm {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .brand-wrap {
        padding: 50px 0 50px;
    }
    .wwa-wrap {
        padding: 50px 0 40px;
    }
    .wwa-subtitle p {
        font-size: 1.2em;
    }
    .service-tabs.nav-tabs .nav-link {
        padding: 10px 0;
        font-size: 1.2em;
    }
    .mxw-650 {
        max-width: 100%;
    }
    .service-images {
        max-width: calc(100% - 20px);
    }
    .service-images img {
        width: 100%;
    }
    .explore-life-slider.owl-carousel .owl-stage {
        padding-left: 20px !important;
    }
    .blog-slider.owl-carousel .owl-stage {
        padding-left: 20px !important;
    }
    .custom-form .black-btn {
        width: 100%;
    }
    .contact-info-box .font-1-2em {
        font-size: 1em !important;
    }
    .contact-info-box .sm-title {
        font-size: 1.1em;
    }
    .custom-accordion .accordion-button::after {
        width: 20px;
        height: 20px;
    }
    .brand-logos {
        flex-wrap: wrap;
    }
    .brand-logo {
        width: 50%;
    }
    .banner-slider-nav .owl-stage {
        padding-left: 0 !important;
    }
    .header-wrap .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-wrap .green-btn {
        font-size: 0.8em;
        padding: 8px 12px;
    }
    .xl-title br {
        display: none;
    }
}
@media(max-width: 380px) {
    .main-logo img {
        max-width: 140px;
    }
    .main-menu {
        width: 280px;
    }
}