/* RESPONSIVE START */

@media all and (min-width: 992px) {
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }
    /* rotate caret on hover */
    .dropdown-menu>li>a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    }
    header .navbar-nav .nav-link.active {
        color: #1a9ad6 !important;
    }
}

@media screen and (max-width:1300px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width:1450px) {
    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    } */
    .carousel-caption h1 {
        font-size: 3rem;
        margin-bottom: 10px;
    }
    .carousel-item-1 .carousel-caption {
        top: 110px;
    }
    .navbar-brand img {
        max-width: 240px;
    }
    header .navbar-nav .nav-link {
        padding: 0px 18px !important;
        font-size: 16px;
    }
    
}

@media screen and (max-width:992px) {
    .dropdown-toggle::after {
        position: absolute;
        right: 15px;
        top: 25px;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .navbar-toggler svg {
        color: #000;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .dropdown-menu {
        border-radius: 0px;
        box-shadow: none;
        padding: 0px;
    }
    .header-fix-space {
        margin-top: 67px;
    }
    .inner-hero {
        margin-top: 67px;
        padding: 40px 0px;
    }
    header .navbar-nav .nav-link {
        padding: 5px 15px !important;
        color: #fff !important;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }
    .navbar-nav li:last-child a {
        border: none;
    }
    .navbar-nav li.active a,
    .navbar-nav li.active a {
        color: #85afff !important;
    }
    .topbar a {
        font-size: 12px;
        margin-left: 4px;
    }
    .navbar-collapse {
        position: fixed;
        top: 67px;
        right: 0;
        padding: 15px;
        width: 35%;
        height: 100%;
        overflow: auto;
        z-index: 9999999;
        padding: 0px;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }
    .navbar-collapse {
        background: var(--primary-color);
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }
    .navbar-toggler {
        padding: 0px;
        border: none;
        color: #fff !important;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon i {
        font-size: 30px;
        color: #000;
    }
    .page-nav-btn a {
        flex: auto;
    }
}

@media screen and (min-width:767px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1078px) {}

@media screen and (max-width:1200px) {
    .why-choose-items h4 {
        font-size: 15px;
        line-height: 24px;
    }
    .page-nav-btn {
        flex-wrap: wrap;
    }
    .page-nav-btn a {
        flex: 1 1 30%;
        margin: 10px 10px !important;
        max-width: 220px;
    }
    .ofc-location-d-2-img {
        flex: 1 1 150px;
        max-width: 150px;
    }
    .page-news [class*="col-"] {
        width: 32%;
    }
}

@media (max-width: 992px) {
    .home-hero .home-hero-content h1 {
        font-size: 3rem;
    }
    .page-customer-profile-items img {
        max-height: 40px;
        max-width: 100%;
    }
    .page-culture h2 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media screen and (max-width:767px) {
    .inner-hero h1 {
        font-size: 2rem;
    }
    .inner-hero p {
        font-size: 15px;
    }
    .call-to-action {
        padding: 60px 0px;
    }
    .call-to-action h1 {
        font-size: 2rem;
        margin-top: 40px;
    }
    .home-services {
        padding: 40px 0px 20px 0px;
    }
    .home-services .home-services-heading h1 {
        font-size: 3rem;
    }
    .home-about {
        padding: 40px 0px;
        background: #fff;
    }
    .home-about h1 {
        font-size: 2.5rem;
    }
    .home-about h2 {
        font-size: 2rem;
    }
    .client-logo-items img {
        max-width: 100%;
    }
    .home-hero .home-hero-content p {
        font-size: 20px;
    }
    .home-hero .home-hero-content h1 {
        font-size: 2.5rem;
    }
    .navbar-collapse {
        width: 50%;
    }
    footer h4 {
        margin-top: 30px;
    }
    footer {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
    footer .container {
        padding-top: 0px;
    }
    .footer-contact ul li a {
        justify-content: center;
    }
    .page-nav-btn {
        flex-wrap: wrap;
    }
    .page-nav-btn a {
        flex: 1 1 45%;
        margin: 10px 10px !important;
    }
    .page-news [class*="col-"] {
        width: 49%;
    }
    .footer-images.img-ver {
        max-width: 200px;
        margin-left: auto !important;
        margin-right: auto;
    }
}

@media screen and (max-width:575px) {
    .navbar-collapse {
        width: 75%;
    }
    .nav-pills li.nav-item {
        flex: 1 1 100%;
    }
    .nav-pills .nav-link {
        width: 100%;
    }
    .page-office .row .col-xl-3:nth-child(2) .card-office-location,
    .page-office .row .col-xl-3:nth-child(4) .card-office-location {
        position: relative;
        top: auto;
    }
    .home-product-2-items-caption {
        font-size: 16px;
    }
    section.home-product-2 {
        padding-bottom: 0px;
    }
    .section-title,
    .home-services .home-services-heading h1,
    .home-about h1 {
        font-size: 2rem;
    }
    .home-services-items-info h3 {
        font-size: 1.3rem;
        word-break: break-all;
    }
    .home-services-items {
        padding: 5px;
    }
    .page-customer-profile-items img {
        max-height: 35px;
    }
    .page-news [class*="col-"] {
        width: 100%;
    }
    .page-nav-btn a {
        max-width: 100%;
    }
    .client-logo-items img
    {
        max-width:100%;
        max-height: 30px;
    }
}


/* RESPONSIVE END */