@media screen and (min-width:200px) and (max-width:683px) {
    body {
        font-size: 85%;
    }
    :root {
        --btnradius: 80px;
        --radius: 30px;
        --small-radius: 30px;
        --sm-radius: 30px;
    }
    .container {
        width: 85%;
    }
    .bgcolor .home-only {
    display: none;
}
    ul.sub {
        padding: 0 0 0 20px;
    }
    .bgcolor header {
        padding: 0;
    }
    .mobile-only {
        display: block;
    }
    .menu-toggle {
        color: #000;
        width: 20px;
    }
    .second-header .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1700px;
  }
    .desktop {
        display: none;
    }
    .flex {
        display: flex;
        flex-wrap: wrap
    }
    .logo {
        width: 100%;
        margin: 130px 0 20px 22px;
    }
    .mobile-only a.btn {
        font-size: 1em;
        border: 1px solid #000;
        border-radius: var(--btnradius);
        padding: 7px 20px;
        color: var(--basecolor);
    }
    .flex {
        flex-wrap: wrap;
    }
    .logo img {
        width: 55%;
    }
    .header.bgcolor .logo img {
        max-width: 100px;
    }
    h1 {
        font-size: 2em;
    }
    header {
        padding: 30px 0;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 2em;
    }
    .header header nav li ul li:nth-child(odd) a {
        background: transparent;
    }
    .header header nav li ul li:nth-child(even) a {
        background: transparent;
    }
    .mobile-only-logo {
    display: block;
}
    .hamburger-menu {
        display: none;
    }
    .menu li a {
    text-decoration: none;
    font-size: 1em; 
}
    .inner-logo {
        display: none;
}
    h4 {
        font-size: 1.6em;
    }
    .logo svg {
        max-width: 80px;
    }
    .subnav-content {
        position: relative;
        left: 0;
        top: 0;
    }
    .header.bgcolor .logo svg {
        max-width: 60px;
    }
    /*Banner section start*/
    .banner-img {
        width: 100%;
        height: 250px;
        min-height: 250px;
    }
    /*Banner section start*/
    /*Small content section start*/
    .small-content {
        width: 100%;
        padding: 50px 0;
    }
    /*Small content section end*/
    /*Slider section start*/
    .slider {
        padding: 0 0 0 20px;
    }
    .slider-head {
        margin: 0 0 22px 0;
    }
    .slider-head a {
        font-size: 1.5em;
        font-weight: 500;
    }
    .slider-head .arrow {
        margin: 10px 0 0 0;
        padding: 0;
        width: 180px;
        height: 7px;
    }
    .carousel-cell {
        width: 80%;
        margin-right: 20px;
    }
    .carousel-cell img {
        width: 100%;
        height: 200px;
    }
    .see-all {
        margin: 20px 0 50px 0;
    }
    .see-all a {
        color: #ADADAD;
        font-size: 1.1em;
    }
    /*Slider section end*/
    /*Services section start*/
    .services {
        padding: 60px 0;
    }
    .services-flex {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        gap: 0em;
    }
    .left-text {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    .left-text b {
        font-size: 1.1em;
        font-weight: 500;
    }
    .bg-black .small-content a {

    font-size: 1.1em; 
}
    .left-text p {
        font-size: 1.9em;
        max-width: 350px;
    }
    .left-text .see-all {
        margin: 25px 0 35px 0;
    }
    .right-gallery {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        gap: 1em;
    }
    .each-service {
        width: 47%;
    }
    .slider-head .arrow {
        display: none;
    }
    .each-service img {
        width: 100%;
        height: 100px;
    }
    .each-service .text {
        font-size: 1.2em;
    }
    /*Services section end*/
    /*Black section start*/
    /*Small content section start*/
    .bg-black {
        padding: 40px 0;
    }
    .bg-black .small-content h1 {
        font-size: 1.4em;
    }
    .bg-black .small-content h2 {
    font-size: 1.4em;
    }
    /*Small content section end*/
    /*Content-block section start */
    .content-block {
        width: 100%;
        justify-content: space-between;
        padding: 0 20px;
    }
    .left-content-block {
        width: 100%;
    }
    .left-content-block img {
        width: 100%;
        height: 250px;
        border-radius: var(--div-radius);
    }
    .vertical-line {
        width: 55%;
        height: 60px;
        margin: 25px 0 20px 0;
    }
    .right-content-block {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .right-top-content {
        padding: 0 0 60px 0;
    }
    .right-content-block p {
        max-width: 350px;
        padding: 0 0 30px 0;
    }
    .right-content-block img {
        width: 100%;
        height: 250px;
        border-radius: var(--div-radius);
    }
    /*Content-block section end */
    /*Slider section start*/
    .bg-black .slider {
        padding: 0 0;
        width: 90%;
        margin: 0 auto;
    }
    .bg-black .carousel-cell img {
        width: 100%;
        height: 250px;
    }
    /*Slider section end*/
    /*Text-block section start*/
    .text-block {
        width: 100%;
        margin: 50px 0;
    }
    .text-block-flex {
        gap: 2em;
    }
    .block {
        width: 100%;
    }
    .text-block p {
        max-width: 350px;
        padding: 0 0 20px 0;
    }
    /*Text-block section end*/
    /*Black section end*/
    /*Footer section start*/
    .footer {
        padding: 50px 0;
    }
    .foot-logo img {
        width: 45%;
    }
    .copyright a {
        font-size: 1.3em;
    }
    .border {
        display: none;
    }
    .copyright {
        gap: 1em;
        margin: 15px 0;
    }
    .foot-right {
        padding: 0 0 0 0;
    }
    .foot-right ul a {
        font-size: 1.3em;
    }
    /*Footer section end*/
    /*Footer image section start*/
    .foot-img {
        height: 10vh;
        min-height: 100px;
    }
    /*Footer image section start*/
    /*Detailed section start*/
    .detailed .content {
        justify-content: space-around;
        align-items: flex-start;
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .detailed .content-head {
        width: 100%;
    }
    .detailed .sub-text {
        width: 100%;
        text-align: left;
    }
    .logo .container {
        width: 100%;
    }
    .detailed .small-container {
    width: 85%;
    margin: 0 auto;
    max-width: 1440px;
}
    
    .detailed .small-content {
    width: 100%;
    padding: 20px 0 20px 0;
}
    .detailed .info-flex {
        flex-direction: column;
        gap: 2em;
    }
    .left {
        width: 100%;
        text-align: left;
    }
    .right {
        width: 100%;
    }
   
    .info {
        margin: 30px 0;
    }
    .info .item span {
        font-size: 1.1em;
    }
    .three-block {
        padding: 20px 0 65px 0;
    }
    .three-card {
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 4em;
    }
    .header-btn {
    width: 21%;
    display: flex;
    justify-content: flex-end;
}
    header ul {
    display: flex;
    gap: 10px;
    align-items: center;
}
    
    .right-gallery {
        padding: 30px 0;
    }
    .header-btn a {
        padding: 10px;
    }
    .header.bgcolor header {
        padding: 0 5px;
    }
    .card-content h2 {
        font-size: 2.5em;
    }
    .card-content {
        padding: 0;
    }
    .info p {
        font-size: 1.5em;
    }
    .top-img { 
        height: 250px; 
    }
    .btm-img {
        width: 100%;
        height: 250px;
    }
    .detailed .carousel-cell img {
        border-radius: 30px;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    .detailed .slider {
        padding: 0 0 43px 0;
        width: 92%;
        margin: 0 auto;
    }
    .detailed .text-block-flex {
        gap: 2em;
        justify-content: space-between;
    }
    .detailed .banner-img {
        width: 100%;
        height: 250px;
        min-height: 250px;
    }
    .block-flex {
        gap: 2em;
    }
    .detailed .block {
        width: 100%;
        flex-direction: column;
    }
    .detailed .block p {
        max-width: 575px;
        font-size: 2em;
    }
    /*Detailed section end*/
    /*Listing section start*/
    .projects .small-content {
        width: 90%;
        margin: 30px auto 0;
        padding: 0 0 0 0;
    }
    .menu {
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .menu li {
        margin-right: 15px;
    }
    .gallery {
    margin: 0 0 60px 0;
}
    .card {
        width: 100%;
        margin: 0;
    }
    .card img {
        height: 200px;
    }
    .projects .small-content .container {
        padding: 0 0 30px 0;
    }
    .card-text a {
        font-size: 1.5em;
    }
    .sub-text a {
        font-size: 1.1em;
        margin: 0 0 5px 0;
    }
    .sub-text {
        margin: 5px 0 0 0;
    }
    .gallery .see-all {
        margin: 35px 0;
    }
    .bg-black .slider {
        padding: 0 0;
        width: 100%;
        margin: 0 auto;
    }
    /*Listing seciton end*/
}

@media screen and (min-width:684px) and (max-width:1024px) {
    body {
        font-size: 85%;
    }
    .container {
        width: 90%;
    }
        .logo .container {
        width: 100%;
    }
    .detailed .small-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
}
    
    .detailed .small-content {
    width: 100%;
    padding: 20px 0 20px 0;
}
 
    
    .bgcolor header {
        padding: 0;
    }
    .header header nav li ul li a {
        padding: 0 0 15px 0;
        font-size: 1.5em;
    }
    ul.sub {
        padding: 10px 0;
    }
    .header header nav li > ul {
        display: block;
    }
    .flex {
        display: flex;
    }
    h1 {
        font-size: 3.3em;
    }
    .header {
        padding: 20px 0;
    }
    .header.bgcolor {
        padding: 20px 0;
    }
    .menu-toggle {
        color: #000;
        width: 20px;
    }
    .desktop-menu {
        display: none;
    }
    .hamburger .line {
        width: 20px;
        height: 2px;
        background-color: var(--basecolor);
        display: block;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .hamburger span.line:nth-child(2) {
        width: 15px;
    }
    header nav {
        padding: 100px 0 0 0;
    }
    .header header nav ul li a {
        text-align: center;
        font-size: 3em;
    }
    .header {
        padding: 0 0 0;
    }
    .header.bgcolor {
        padding: 25px 0;
    }
    .mobile-only {
        display: block;
        text-align: center;
        width: 30%;
    }
    .mobile-only a.btn {
        font-size: 1.7em;
        font-weight: 500;
        color: var(--basecolor);
        border: 1px solid var(--basecolor);
        border-radius: var(--btnradius);
        padding: 7px 20px;
    }
    .logo {
        width: 85%;
        margin: 235px 0 40px 45px;
    }
    header {
        padding: 45px 0;
    }
    .header header nav li ul li:nth-child(even) a {
        background-color: transparent;
    }
    .header header nav li ul li:nth-child(odd) a {
        background-color: transparent;
    }
    .subnav-content {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        margin: 0 auto;
    }
    .header.bgcolor li.subnav::after {
        display: none;
    }
    /*Banner section start*/
    .banner-img {
        width: 100%;
        height: 40vh;
        min-height: 490px;
    }
    /*Banner section start*/
    /*Small content section start*/
    .small-content {
        width: 100%;
        padding: 60px 40px;
    }
    /*Small content section end*/
    /*Slider section start*/
    .slider {
        padding: 0 0 0 40px;
    }
    .slider-head .arrow {
        margin: 0 15px;
        width: 110px;
        height: 7px;
    }
    .carousel-cell {
        width: 65%;
        margin-right: 40px;
    }
    .carousel-cell img {
        width: 100%;
        height: 350px;
    }
    .see-all {
        margin: 30px 0;
    }
    /*Slider section end*/
    /*Services section start*/
    .services-flex {
        gap: 4em;
        justify-content: space-between;
        flex-direction: column;
    }
    .detailed .banner-img { 
    width: 100%;
    
}
    .detailed .carousel-cell img {
    border-radius: 30px;
    width: 100%;
    height: 630px;
    object-fit: cover;
}
    .left-text {
        width: 100%;
    }
    .top-txt p {
        font-size: 2.8em;
        /* max-width: 280px; */
        padding: 10px 0 25px 0;
    }
    .right-gallery {
        width: 100%;
    }
    /*Services section end*/
    /*Black section start*/
    /*Small content section start*/
    .bg-black .small-content h1 {
        font-size: 3em;
    }
    .left-content-block img {
        width: 100%;
        height: 510px;
    }
    .right-top-content {
        flex-direction: column;
        justify-content: center;
        padding: 40px;
    }
    .read-more {
        font-size: 1.2em;
    }
    .right-content-block p {
        font-size: 1.6em;
    }
    .right-content-block img {
        width: 100%;
        height: 355px;
    }
    .text-block {
        width: 100%;
        margin: 40px 0;
    }
    /*Small content section end*/
    /*Black section end*/
    /*Footer section start*/
    .footer {
        padding: 50px 0;
    }
    .foot-flex {
        justify-content: space-between;
        flex-direction: column;
    }
    .foot-logo img {
        width: 30%;
    }
    .copyright a {
        font-size: 1.5em;
    }
    .border {}
    .copyright {
        gap: .9em;
        margin: 15px 0;
    }
    .copyright .border {
        width: 30px;
    }
    .foot-right {
        padding: 0 0 0 0;
    }
    .foot-right ul a {
        font-size: 1.5em;
    }
    /*Footer section end*/
    /*Footer image section start*/
    .foot-img {
        height: 10vh;
        min-height: 110px;
    }
    /*Footer image section end*/
    /*Detailed section start*/
    .services {
        padding: 75px 0;
    }
    .hamburger-menu {
        display: none;
    }
    .bg-black .carousel-cell img {
        width: 100%;
        height: 520px;
    }
    .text-block p {
        font-size: 1.9em;
        max-width: 100%;
    }
    .text-block-flex {
        justify-content: space-around;
        flex-direction: column;
    }
    .block {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .read-more {
        font-size: 1.5em;
    }
    /*Detailed section end*/
    /*Listing section start*/
    .gallery {
    margin: 0 0 60px 0;
}
    .card {
        width: 100%;
        margin: 0;
    }
    
    .card img {
        width: 100%;
        height: 400px;
    }
    .see-all a {
        color: #ADADAD;
        font-size: 1.4em;
    }
    /*Listing section end*/
    .logo img {
        max-width: 620px;
    }
    .second-header .container {
    margin: 0 auto;
    width:90%;
    max-width: 1700px;
  }
     .mobile-only-logo {
    display: none;
}
    
}

@media screen and (min-width:1024px) and (max-width:1550px) {
    body {
        font-size: 85%;
    }
    .banner-text {
        max-width: 1100px;
    }
    /*.container {
        margin: 0 auto;
        width: 90%;
        max-width: 1700px;
    }*/
}