@media (max-width: 576px) {}
@media (min-width: 577px) and (max-width: 767px) {}
@media (max-width: 767px) {
    :root {
        --fs-h1: 3rem;
        --fs-h2: 2.5rem;
    }

    .container-fluid {
        padding: 25px;
    }
    .container-fluid-x {
        padding: 25px 25px;
    }
    .container-fluid-y {
        padding: 25px 25px;
    }
    .container-fluid-half {
        padding: 25px;
    }
    .container-fluid-half-top {
        padding-top: 25px;
    }
    .container-fluid-half-bottom {
        padding-bottom: 25px;
    }
    .container-fluid-half-left {
        padding-left: 25px;
    }
    .container-fluid-half-right {
        padding-right: 25px;
    }
    .container-fluid-half-x {
        padding-left: 25px;
        padding-right: 25px;
    }
    .container-fluid-half-y {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .only-mobile-flex {
        display: flex;
    }
    .only-desktop-flex {
        display: none;
    }
    .service-swiper-y-lg {
        height: 100%;
    }
    .service-swiper-y-sm {
        height: 100%;
    }

    /* header */
    header {
        padding: 0 25px;
    }
    .toggle-menu, .close-menu {
        display: block;
    }
    .toggle-menu i:hover {
        color: var(--primary-color);
    }
    /* header */

    /* footer starts */
    .footer-icon {
        float: left;
    }
    .footer-last-2, .footer-last-3 {
        text-align: left;
    }
    .footer-nav {
        flex-wrap: wrap;
        justify-content: initial;
    }
    .footer-middle-padding-bottom {
        padding-bottom: 20px;
    }
    /* footer ends */

    /* home hero section */
    .home-hero-text {
        padding: 25px;
    }
    .cloud-1 {
        width: 80px;
    }
    .prop-2 {
        width: 50px;
    }
    .prop-1 {
        left: 15%;
        width: 60px;
    }
    .prop-3 {
        top: 45%;
        width: 100px;
    }
    .prop-4 {
        width: 80px;
    }
    .prop-5 {
        bottom: -3%;
        width: 180px;
    }
    /* home hero section */

    /* second section */
    .home-welcome-container {
        padding-top: 20px;
    }
    .home-welcome-container {
        flex-direction: column;
    }
    .home-welcome-title {
        border-right: none;
        border-bottom: 2px solid var(--white-color);
        text-align: left;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .home-welcome-pera {
        margin-left: 0px;
        margin-top: 20px;
    }
    /* second section */
    /* 3 sec */
    .home-sec-3 {
        height: 50vh;
    }
    /* 3 sec */
    .footer1-prop {
        width: 150px;
        bottom: -14%;
    }

    /* home testimonial swiper */
    .home-testimonial-wrap-bg {
        bottom: -17%;
        left: 0%;
        height: 80px;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(255, 0, 0, 0) 100%);
    }
    .home-testimonial-quote-svg svg {
        width: 60px;
    }
    .home-testimonial-text {
        margin-left: 15px;
    }
    .testimonial .testimonial-swiper-pagination {
        bottom: -8px !important;
    }
    /* home testimonial swiper */
    
    /* home service swiper */
    .homeService {
        padding-top: 100px;
    }
    .service-prop-1 {
        width: 60px;
        top: 24%;
    }
    .service-prop-2 {
        width: 70px;
        top: 21%;
    }
    .service-swiper-y {
        height: auto;
    }
    /* home service swiper */
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer1-bg {
        height: calc(100vh - 60vh);
    }
    /* 3 sec */
    .home-sec-3 {
        height: 50vh;
    }
    /* 3 sec */
    .only-mobile-flex {
        display: flex;
    }
    .only-desktop-flex {
        display: none;
    }
    .service-swiper-y {
        height: auto;
    }
    .service-swiper-y-lg {
        height: auto;
    }
    .homeService {
        padding-top: 150px;
    }
    .service-swiper-y-sm {
        height: 100%;
    }
    .service-prop-1 {
        top: 15%;
    }
    .service-swiper-w-sm img {
        height: 100%;
    }
    .service-swiper-w img {
        height: 100%;
    }
    .service-swiper-w-lg img {
        height: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .footer1-bg {
        height: calc(100vh - 45vh);
    }
    /* 3 sec */
    .home-sec-3 {
        height: 60vh;
    }
    /* 3 sec */
    .homeService {
        padding-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .prop-5 {
        bottom: -6%;
    }
    .cloud-1 {
        width: 150px;
    }
    .toggle-menu, .close-menu {
        display: block;
    }
    .toggle-menu i:hover {
        color: var(--primary-color);
    }
}

@media screen and (max-width: 1023px) {
    .megamenu {
        flex-direction: column;
        position: static;
        box-shadow: none;
        border-radius: 0;
        height: 0;
        max-width: 350px;
        overflow: hidden;
        padding: 0 25px;
        transition: all 0.5s ease;
    }
    .c-dropdown {
        position: static;
    }
    .navmenu-ul {
        position: absolute;
        height: 100vh;
        width: 100%;
        right: -100%;
        max-width: 100%;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        overflow-x: hidden;
        display: flex;
        transition: 0.3s;
        padding-top: 10px;
        align-items: center;
    }
    .sub-nav-list {
        position: absolute;
        height: 100vh;
        width: 350px;
        right: -100%;
        max-width: 100%;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        overflow-x: hidden;
        display: block;
        transition: 0.3s;
        padding-top: 10px;
    }
    .nav-list {
        position: absolute;
        height: 100vh;
        width: 100%;
        right: -100%;
        max-width: 100%;
        top: 0;
        background-color: #000;
        flex-direction: column;
        overflow-x: hidden;
        display: flex;
        transition: 0.3s;
        padding-top: 10px;
        align-items: center;
    }

    .megamenu .content {
        padding: 1rem 1rem 1rem 1rem;
        margin: 0;
    }
    .content-padding {
        padding: 0rem 1rem 1rem 1rem !important;
    }
    .dropdown-active {
        height: 100%;
        color: #000;
        visibility: visible;
        transition: all 0.5s ease;
        opacity: 1;
    }
    .close-menu {
        margin: 1rem 1rem 1rem auto;
        /* background-color: var(--primary-color); */
        /* border-radius: 50%; */
        /* width: 32px;
        height: 32px; */
        text-align: center;
    }
    .navmenu-ul li {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .back-menu {
        margin: 1rem 1rem 1rem auto;
        background-color: var(--primary-color);
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center;
    }
    .sub-back-menu {
        display: block;
        margin: 1rem 1rem 1rem auto;
        background-color: var(--primary-color);
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center;
    }
    .close-menu:hover {
        color: var(--primary-color);
    }
    .back-menu:hover {
        color: var(--primary-color);
    }
    .close-menu i {
        line-height: 32px;
        color: #fff;
        font-size: 22px;
    }
    .back-menu i {
        line-height: 32px;
        color: #fff;
        font-size: 22px;
    }
    .sub-back-menu i {
        line-height: 32px;
        color: #fff;
        font-size: 22px;
    }
    .show-menu {
        right: 0%;
    }
    .sub-show-menu {
        right: 0%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {}
@media (min-width: 1200px) and (max-width: 1365px) {}
@media (min-width: 1366px) and (max-width: 1400px) {}
@media (min-width: 1401px) and (max-width: 1599px) {}
@media (min-width: 1600px) and (max-width: 1899px) {}

@media (min-width: 1900px) {
    :root {
        --fs-h1: 6rem;
    }
    .prop-5 {
        bottom: -10%;
        width: 330px;
    }
    .prop-4 {
        width: 200px;
    }
    .prop-3 {
        width: 250px;
    }
    .prop-2 {
        top: 18%;
        width: 120px;
    }
    .prop-1 {
        width: 120px;
    }
    .cloud-1 {
        width: 250px;
    }
    .cloud-2 {
        top: 15%;
        width: 150px;
    }
    .footer1-bg {
        height: calc(100vh - 60vh);
    }
    .home-testimonial-wrap-bg {
        right: -6%;
    }
}