@media screen and (min-width: 1921px) {

    .container,
    .testimonial-block {
        max-width: 70%;
        margin: 0 auto;
    }

    .hero-img {
        width: 139%;
    }

    .sec-head {
        max-width: 68%;
    }

    .default-btn,
    .solidbtn,
    .solidbtn button {
        margin-top: 40px;
    }

    .ourspeak-left {
        padding: 80px 90px 80px 80px;
    }

    .banner-content {
        padding-right: 95px;
    }

    .hero-content {
        max-width: 100%;
    }
    .herobanner {
        height: 85vh;
    }
}

@media screen and (max-width: 1920px) {

    .container,
    .testimonial-block {
        max-width: 88%;
        margin: 0 auto;
    }

    .hero-img {
        width: 139%;
    }

    .herobanner {
        height: 85vh;
    }
}

@media screen and (max-width: 1680px) {

    /* .container, */
    .testimonial-block {
        max-width: 92%;
    }

    .herobanner {
        height: 85vh;
    }
}

@media screen and (max-width: 1440px) {

    /*.container,
    .testimonial-block {
        max-width: 1340px;
        margin: 0 auto;
    }*/
    .herobanner {
        height: 95vh;
    }

    .propositions-icon {
        padding: 25px;
    }

    .propositions-title h4 {
        font-size: var(--font16);
    }

    .propositions-icon img {
        width: 50px;
        height: 50px;
    }

    .values-card {
        padding-right: 80px;
    }
    .services-card {
        padding: 35px;
    }
    .services-title {
        font-size: 120px;
    }
    .real-estate-countries ul li {
        font-size: 15px;
    }
    .industries-title h3 {
        font-size: 18px;
    }
    .industries-title {
        margin-bottom: 26px;
        padding: 0 8px 26px 8px;
    }
    .content-right.pl100{
        padding-left: 60px;
    }
    .form-container {
        padding: 3rem;
        margin-left: 3rem;
    }
    .banner-content {
        padding-right: 3rem;
    }
    .success-msg {
        padding: 3rem 0;
    }
}

@media screen and (max-width: 1366px) {

    /*.container,
    .testimonial-block {
        max-width: 1240px;
        margin: 0 auto;
    }*/
    .testimonial-block {
        max-width: 100%;
    }

    .herobanner {
        height: 100vh;
    }

    .sec-head {
        max-width: 800px;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        max-width: 90%;
    }

    .ftr-col-right {
        grid-template-columns: repeat(3, 1fr);
    }

    .ftr-container {
        grid-template-columns: 33% 62%;
    }

    .ftr-col {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .client-logos-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .values-card {
        padding-right: 85px;
    }
    .real-estate-countries {
        padding: 45px 35px;
    }
    .industries-title h3 {
        font-size: 16px;
    }
    .industries-title {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .industries-title img {
        width: 30px;
    }
    /* .about-banner .counter-wrap {
        max-width: 85%;
    } */
    .divider {
        margin-top: 5px;
    }
    .herobanner {
        height: 85vh;
    }
    .hero-img {
        width: 165%;
    }
    /* home page */
    .hero-nav-buttons {
        display: none;
    }
    .hero-img {
        height: 165%;
    }
    .hero-content p {
        line-height: 1.4;
    }
    .news-events-row {
        row-gap: 2rem;
    }
    
    /* service pages */
    .plan-col{
        margin-bottom: 50px;
    }
    .banner-img {
        aspect-ratio: 9 / 15;
    }
    .banner-img img {
        height: 100%;
    }
    .banner-content {
        padding-right: 1rem;
    } 
    .form-container {
        padding: 2.5rem;
        margin-left: 0rem;
    }
    .solidbtn a, .solidbtn button {
        font-size: 14px;
    }
}

@media screen and (max-width: 1080px) {
    .content-right.pl100{
        padding-left: 40px;
    }
    
}
@media screen and (max-width: 991px) {
    .navbar-toggler {
        border: 0;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 0;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: var(--red);
        display: block !important;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        z-index: 998;
        height: 100vh;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .navbar-toggler {
        position: absolute;
        z-index: 999;
        top: 42%;
        right: 20px;
        transform: translateY(-50%);
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0rem;
    }
    header nav {
        margin-right: 0;
    }
    header nav ul li a, .contact-btn a {
        padding: 10px 0;
        font-size: 28px;
    }
    header nav ul li a {
        display: inline-flex;
        text-align: center;
        align-items: center;
    }

    header nav ul li {
        width: 100%;
        text-align: center;
    }
    .submenucol ul li a, .submenucol ul li span.navtitle {
        font-size: var(--font18);
    }
    .navbar-nav {
        align-items: flex-start;
        justify-content: flex-end;
        padding-top: 90px;
        padding-right: 0;
        padding-bottom: 20px;
        gap: 15px;
    }
    .contact-btn {
        text-align: center;
    }
    .contact-btn a {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        color: #fff;
        text-transform: capitalize;
}

    .navbar-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .animated-icon2 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .animated-icon2 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon2 span {
        background: #fff;
    }

    .animated-icon2 span:nth-child(1) {
        top: 5px;
    }

    .animated-icon2 span:nth-child(2),
    .animated-icon2 span:nth-child(3) {
        top: 12px;
    }

    .animated-icon2 span:nth-child(4) {
        top: 19px;
    }

    .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        min-width: 100%;
        top: 0;
        padding: 30px;
        border-radius: 0;
        transform: translateX(0%);
        height: auto;
        overflow-y: scroll;
    }

    .navbar-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .navbar-brand {
        padding: 0px;
        height: auto;
    }

    .ftr-container {
        grid-template-columns: 100%;
    }

    .ftr-col-left {
        padding-bottom: 50px;
    }

    .client-logos-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .contactus .banner-content h1 {
        margin-top: 0;
    }

    .herobanner .container {
        grid-template-columns: 100%;
    }

    .heroimgwrap {
        display: none;
    }

    .introcol {
        margin-top: 50px;
    }

    .service-col,
    .expertise-col,
    .newscard-col {
        margin-bottom: 40px;
    }

    .whychoose-block {
        padding: 80px 0px 0;
    }

    .aboutcol,
    .our-clients-left,
    .banner-content,
    .plan-col,
    .faqs-left,
    .contact-col,
    .testimo-left {
        margin-bottom: 50px;
    }
    .aboutcol{
        margin-bottom: 20px;
    }
    .service-single-content .row {
        gap: 15px;
    }
    .content-left, .content-right{
        margin-bottom: 0;
    }
    .our-clients-left {
        padding-right: 0;
    }

    .aboutcol {
        padding-right: 0px;
    }

    .counter-wrap {
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .counter-col {
        border-bottom: 1px solid rgb(255 255 255 / 32%);
        padding: 0 0 30px;
    }

    .counter-col.single-counter {
        padding: 46px 24px;
    }

    .counter-col:last-child {
        border-bottom: 0;
    }

    .pl100 {
        padding-left: 0px;
    }

    .pr100 {
        padding-right: 0px;
    }

    .bg-panel .container {
        max-width: 96%;
    }

    .banner-content {
        padding-right: 0;
    }

    .expertise-col {
        padding-right: 15px;
    }

    .service-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .values-card .values-body img {
        right: -24px;
    }
    .values-card {
        padding-right: 100px;
    }
    .services-card .wwd-icon img {
        width: 25%;
        margin-bottom: 45px;
    }
    .services-title {
        font-size: 100px;
    }
    .services-list h4 {
        font-size: 22px;
    }
    .chooseUs-title h2 {
        font-size: 22px;
    }
    .chooseUs-card p {
        font-size: 15px;
    }
    .real-estate-countries {
        background-size: cover;
    }
    .real-estate-countries {
        padding: 55px 45px 45px;
    }
    .industries-list {
        margin-top: 40px;
    }
    .industries-title h3 {
        font-size: 18px;
    }
    .industries-title {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .counter-col b {
        position: initial;
    }
    .service-img-border-radius{
        aspect-ratio: 16/10;
    }
    .banner-img {
        aspect-ratio: 13 / 9;
    }
    .content-left img, .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .content-right.pl100{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .single-leftimages {margin: 0;}
    .chooseUs-icon:before {display: none;}
    .banner-img {max-width: 750px; margin: auto;}
    .service-mob-img{display: block; aspect-ratio: 16/9; margin-bottom: 35px;}
    .service-mob-img img {width: 100%; height: 91vw; object-fit: cover; object-position: center;}
    .services-section .right {display: none;}
    .details {height: auto;}
    .details + .details {padding-top: 30px;}

    /* home page */
    .discover-bg-circle-anim svg {
        aspect-ratio: 16 / 10;
    }
    .discover-bg img {
        aspect-ratio: 9 / 8;
    }
    .we-do-row {
        padding: 0px 0 20px;
    }
    .whychoose-row .icon {
        margin-bottom: 30px;
    }
    .testimonial-block .testimo-left {
        margin-bottom: 0;
    }
    /* service page */
    .rounded-corner-banner-img {
        border-radius: 25px;
    }
    .service-img-border-radius {
        border-radius: 25px;
    }
    .banner-img {
        aspect-ratio: 13 / 7;
    }
    .icons-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .pay-plan-row{
        padding:  0;
    }
    .faqs-panel {
        padding-top: 80px;
    }
    .icons-panel h2{
        margin-bottom: 0;
    }
    .web-deve-accordian-head{
        margin-bottom: -3rem;
    }
    .ui-sec.secpadding{
        padding-top: 80px;
        padding-bottom: 0;
    }
    .call-action {
        margin-bottom: 0;    
    }
    .range-host-sec,
    .brand-design-sec,
    .copywriting-sec {
        padding-top: 3rem;
    }
    .list-hygiene-scroll {
        padding-bottom: 5rem;
    }
    /* about page */
    .counter-wrap {
        grid-template-columns: repeat(3, 1fr);
        padding-top: 0;
    }
    .counter-col {
        border-bottom: 0;
    }
    .about-banner .banner-img {
        border-radius: 25px 25px 25px 0;
        margin-top: 1rem;
    }
    .single-counter {
        border-radius: 0px 25px 0px 0px;
    }
    /* contact */
    .secpadding-sm {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .ourspeak-right img {
        aspect-ratio: 16 / 12;
        object-position: 0 -60px;
    }
    .ourspeak-right .socialink img {
        aspect-ratio: initial;
        object-position: 0;
    }
    .light-bg-panel {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .copyright-container {
        grid-template-columns: 100%;
        text-align: center;
    }

    .socialnav {
        margin: 20px auto 0;
    }

    .banner-content {
        padding-right: 0;
    }
    .client-logos-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .ftr-col-right {
        grid-template-columns: repeat(2, 1fr);
    }

    .logo img,
    .navbar-brand img {
        width: 125px;
    }

    #stickyheaders:before {
        height: 86px;
        top: -86px;
    }

    .ftr-logo img {
        width: 150px;
    }

    .testimo-col {
        border-right: 0;
    }

    .cl-logo {
        padding: 15px 10px;
    }

    .sec-head {
        max-width: 100%;
    }

    .light-bg-panel {
        padding: 50px 25px;
    }

    .testimo-col {
        padding: 14px;
    }

    .container {
        max-width: 92%;
    }

    .column3swiper .swiper-wrapper {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .secpadding {
        padding: 80px 0 55px;
    }

    .counter-wrap {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .counter-col:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
        display: grid;
    }
    /* .counter-col {
        border-bottom: 0;
        padding: 0px 0;
    } */

    .counter-col.single-counter {
        padding: 46px 24px;
    }

    .banner-content h1 br {
        display: none;
    }

    header .container {
        padding: 0;
    }

    .we-do-block,
    .news-events-block {
        padding: 80px 25px;
    }
    .services-card {
        padding: 30px;
    }
    .services-list ul {
        margin-left: 20px;
    }
    .services-list ul li a {
        font-size: 14px;
    }
    .services-list h4 {
        font-size: 20px;
    }
    .services-title {
        font-size: 85px;
    }
    .services-card .wwd-icon img {
        width: 35%;
    }
    .chooseUs-icon img {
        margin: 0;
    }
    .chooseUs-head-wrap {
        row-gap: 15px;
    }
    .chooseUs-head-wrap div[class*=col-] {
        width: auto;
    }
    .chooseUs-no {
        margin-bottom: 20px;
    }
    .chooseUs-card p {
        margin-top: 20px;
    }
    .counter-col span, .counter-col b {
        font-size: 50px;
    }
    .aboutcol {
        margin-bottom: 0;
    }
    .about-block {
        padding-bottom: 40px;
    }
    .ftr-logo {
        margin-bottom: 30px;
    }
    /* home page */
    #swiper1 .swiper-slide.swiper-slide-active {
        border-right: 0;
    }
    .news-events-row {
        row-gap: 0;
    }
    .mb-service{
        margin-bottom: 0;
    }
    .markrting-col.m-col {
        margin-bottom: 0;
    }
    .markrting-col.m-col p{
        margin-bottom: 0;
    }
    .aboutcol, .our-clients-left, .banner-content, .plan-col, .faqs-left, .contact-col, .testimo-left {
        margin-bottom: 20px;
    }
    .cl-logo {
        aspect-ratio: 16 / 6;
    }
    .cl-logo img {
        width: 55%;
    }
    .service-col {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 680px) {

    .service-wrap,
    .marketing-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    /* home page */
    .discover-bg-circle-anim svg {
        aspect-ratio: 16 / 14;
    }
    .discover-bg img {
        aspect-ratio: 9 / 8;
    }
    .testimo-left {
        margin-bottom: 15px;
    }
    /* about page */
    .counter-col.single-counter {
        padding: 25px 24px;
    }
    .map-block img {
        height: 46vw;
    }
    .markrting-col.m-col {
        margin-bottom: 2.4rem;
    }
    .service-wrapper .solidbtn {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .icons-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-banner .counter-wrap {
        display: block;
    }
    .counter-col {
        border-bottom: 1px solid rgb(255 255 255 / 32%);
        padding: 20px 0;
    }
    .offcanvas-collapse {
        position: fixed;
        top: 0;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
    }

    .solutions-card {
        width: 100%;
    }

    .speak-col {
        display: block;
    }

    .speak-quote {
        margin-right: 0;
        margin-bottom: 20px;
        display: block;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 30px 20px;
    }
    .values-card {
        padding-right: 32px;
        padding-left: 32px;
    }
    .values-card .values-body img {
        top: auto;
        bottom: -35px;
        opacity: .09;
    }
    .services-card .wwd-icon img {
        width: 20%;
    }
    .services-card:hover .services-title {
        left: 5%;
    }
    .industries-title h3 {
        font-size: 16px;
    }
    .real-estate-countries ul li {
        font-size: 14px;
    }
    .rounded-corner-banner-img{
        aspect-ratio: 1/1;
        border-radius: 50%;
    }
    .service-mob-img{
        aspect-ratio: 16/13;
    }
    .about-banner .banner-img {
        aspect-ratio: 13 / 9;
    }
    .contactus .form-container .solidbtn button{
        padding: 18px 25px;
        font-size: 15px;
    }
    .pb-para{
        margin-bottom: 1rem;
    }
    .copywriting-sec .marketing-wrap .markrting-col:last-child{
        margin-bottom: 0;
    }
    .cl-logo img {
        width: 65%;
    }
    .service-img-border-radius {
        aspect-ratio: 16 / 14;
    }
    .form-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 480px) {
    
    .counter-wrap {
        text-align: center;
        margin: 0 auto;
    }
    .services-card .wwd-icon img {
        width: 20%;
        margin-bottom: 30px;
    }
    .industries-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .industries-title {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .real-estate-countries {
        padding: 45px 35px 35px;
    }
    .counter-wrap {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
        column-gap: 30px;
    }
    .ftr-col-right {
        grid-template-columns: 100%;
    }
    /* home page */
    .hero-content h2 {
        font-size: var(--font38);
    }
    .solidbtn a{
        padding: 18px 25px;
    }
    .transparentbtn a {
        padding: 5px 50px 5px 24px;
    }
    .default-btn a, .solidbtn a{
        font-size: 14px;
    }
     .discover-bg-circle-anim svg {
        aspect-ratio: 16 / 16;
    }
    .discover-bg img {
        aspect-ratio: 9 / 9;
    }
    .clients-swiper img {
        width: 75%;
    }
    /* service pages */
    .icons-wrap {
        grid-template-columns: 100%;
    }
    .accordion-button {
        font-size: var(--font18);
    }
    .service-img-border-radius {
        aspect-ratio: 16 / 15;
    }
    .plan-price {
        font-size: 35px;
    }
    
    /* about page */
    .about-banner .banner-img{
        aspect-ratio: 9 / 8;
    }
    .values-card .values-body img {
        width: 80px;
    }
    .ourspeak-left {
        padding: 50px 40px 50px 40px;
    }
    .ourspeak-right img {
        aspect-ratio: 16 / 14;
        object-position: 0 -30px;
    }
    .ourspeak-right .socialink img {
        width: 30px;
    }
    .client-logos-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .cl-logo img {
        width: 52%;
    }
    .cl-logo {
        aspect-ratio: 16 / 5;
    }
    .darkbg-panel {
        padding-left: 30px;
        padding-right: 30px;
    }

}
@media screen and (max-width: 380px) {
    .services-card .wwd-icon img {
        width: 30%;
    }
    .real-estate-countries ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .real-estate-countries {
        padding: 35px 28px 25px;
    }
    .counter-col span, .counter-col b {
        font-size: 45px;
    }
    /* home page */
    .hero-content h2 {
        font-size: 32px;
    }
    .btnrow {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .nextbtn a {
        width: 35px;
        height: 35px;
    }
    .default-btn a {
        padding: 5px 45px 5px 13px;
    }
    /* service pages */
    .planlist ul li {
        font-size: var(--font15);
    }
    .service-img-border-radius {
        aspect-ratio: 16 / 15;
    }
    .accordion-button {
        font-size: var(--font16);
        padding: 15px 10px;
    }
    .plan-price {
        font-size: 30px;
    }
    .secpadding {
        padding: 70px 0 55px;
    }
    .content-left img {
        object-position: 0;
    }
    .accordion-body {
        font-size: var(--font16);
    }
    /* about page */
    .about-banner .banner-img {
        aspect-ratio: 9 / 9;
    }
    .counter-col.single-counter {
        padding: 20px 18px;
    }
    .client-logos-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .cl-logo img {
        width: 50%;
    }
    .speak-quote img {
        width: 50px;
    }
    /* contact */
    .map-block img {
        height: 60vw;
    }
    .ourspeak-right img {
        aspect-ratio: 16 / 16;
        object-position: 0 -10px;
    }
    
}