/************************************/
/***      32. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1600px) {
    .main-footer {
        margin-bottom: 20px;
    }

    .section-bg {
        max-width: calc(100% - 40px);
        margin: 0 20px;
    }

}

@media only screen and (max-width: 1440px) {

    .hero::before {
        left: 30px;
    }

    .hero::after {
        right: 30px;
    }

    .hero-content::before {
        left: -20%;
    }

    .hero-content::after {
        right: -20%;
    }

    .page-header::before {
        left: 30px;
    }

    .page-header::after {
        right: 30px;
    }


    .hero-counter-image {
        width: calc(41% - 10px);
    }

    .hero-counter-image figure,
    .hero-counter-image figure img {
        border-radius: 12px;
    }
}

@media only screen and (max-width: 1024px) {

    .hero-content::before {
        left: -5%;
    }

    .hero-content::after {
        right: -5%;
    }
}

@media only screen and (max-width: 991px) {
    .section-bg {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .navbar {
        padding: 20px 0;
    }

    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }

    .responsive-menu,
    .navbar-toggle {
        display: block;
    }

    .header-btn {
        display: none;
    }

    .btn-default {
        padding: 14px 20px;
    }

    .btn-default.btn-highlighted {
        padding: 13px 20px;
    }





    .section-row {
        margin-bottom: 40px;
    }

    .section-title.section-title-center {
        max-width: 100%;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h3 {
        padding: 10px 30px;
        margin-bottom: 15px;
    }

    .section-title h3::before {
        left: 10px;
    }

    .section-title h3::after {
        right: 10px;
    }

    .section-title h1 {
        font-size: 50px;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .section-title p {
        margin-top: 15px;
    }

    .section-title p span {
        font-size: 18px;
    }

    .section-title-content {
        margin-top: 15px;
    }

    .section-btn {
        text-align: left;
        margin-top: 15px;
    }

    .section-content-btn .section-btn {
        margin-top: 15px;
    }





    /** HERO */

    .hero {
        background-size: 165% auto;
        padding: 150px 0 40px;
    }

    .hero::before {
        width: 80px;
        height: 77px;
        opacity: 30%;
    }

    .hero::after {
        width: 52px;
        height: 80px;
        opacity: 30%;
    }

    .hero-content::before {
        left: 5%;
        width: 51px;
        height: 55px;
        opacity: 30%;
    }

    .hero-content::after {
        right: 5%;
        width: 72px;
        height: 76px;
        opacity: 30%;
    }

    .hero-btn {
        margin-top: 30px;
    }


    .hero-company-slider {
        margin-top: 40px;
    }

    .hero-company-slider p {
        margin-bottom: 20px;
    }




    /** ABOUT US  */
    .about-us {
        padding: 40px 0 10px;
    }

    .about-us-box {
        padding: 20px;
    }

    .about-us-item {
        gap: 20px;
        margin-bottom: 30px;
    }

    .about-item-content {
        width: calc(100% - 60px);
    }

    .about-item-content h3 {
        margin-bottom: 20px;
    }

    .about-item-content h2 {
        font-size: 38px;
    }





    /** SERVICES  */
    .our-services {
        padding: 40px 0;
    }

    .service-item {
        padding: 30px;
    }

    .service-item .icon-box {
        margin-right: 20px;
    }

    .service-item-content {
        width: calc(100% - 60px);
    }

    .service-item-content h3 {
        margin-bottom: 15px;
    }

    .service-item-content p {
        margin-bottom: 20px;
    }

    .section-footer-text {
        margin-top: 30px;
    }

    .section-footer-text p span {
        font-size: 14px;
        margin-right: 5px;
    }


    /** Media  */
    .see-more-media-box {
        padding: 30px;
    }

    .see-more-media-box .icon-box {
        margin-bottom: 20px;
    }



    /** Why Choose Us */

    .why-choose-us {
        padding: 80px 0 0;
    }

    .why-choose-content {
        margin-bottom: 30px;
    }

    .why-choose-list ul {
        gap: 15px 30px;
    }

    .why-choose-list ul li {
        padding-left: 25px;
    }

    .why-choose-list ul li::before {
        font-size: 16px;
    }

    .why-choose-body {
        gap: 30px 100px;
        margin-top: 30px;
    }

    .why-choose-item-list {
        width: calc(100% - 220px);
    }

    .why-choose-item {
        margin-bottom: 20px;
    }

    .why-choose-item .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .why-choose-item .icon-box img {
        max-width: 24px;
    }

    .why-choose-item-content {
        width: calc(100% - 65px);
    }

    .get-started-circle a figure img {
        max-width: 120px;
    }

    .get-started-circle .circle-arrow img {
        max-width: 45px;
    }

    .why-choose-image {
        max-width: 60%;
        margin: 0 auto;
    }

    .why-choose-image::before {
        top: -15%;
    }

    .why-choose-image img {
        margin-bottom: 0;
    }




    /** contact us */
    .contact-us-content {
        margin: 0 0 30px;
    }

    .contact-info-body {
        gap: 30px;
    }

    .contact-info-item .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .contact-info-item .icon-box img {
        max-width: 24px;
    }

    .contact-item-content {
        width: calc(100% - 65px);
    }

    .contact-info-item.location-item {
        padding-top: 30px;
    }

    .contact-us-form {
        padding: 30px;
    }

    .contact-form form .form-control {
        padding: 12px 15px;
    }

    .contact-form form .btn-default {
        padding: 14px;
    }


    /** footer  */

    .main-footer {
        padding: 50px 0 0;
    }

    .footer-btn .btn-default {
        height: 80px;
        width: 80px;
    }

    .footer-btn .btn-default img {
        max-width: 40px;
    }

    .footer-header {
        padding: 25px;
        margin-bottom: 40px;
    }

    .footer-header-title h2 {
        font-size: 50px;
    }

    .footer-header .hero-btn .btn-default {
        height: 70px;
        width: 70px;
    }

    .footer-header .hero-btn .btn-default img {
        max-width: 40px;
    }

    .footer-contact-box {
        margin-right: 0;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .footer-links h3 {
        margin-bottom: 15px;
    }

    .footer-links ul li b {
        font-size: 22px;
    }

    .footer-copyright {
        padding: 30px 0;
        margin-top: 0;
    }

    /** INTERIOR PAGES */



    /* INTERIOR-PAGE-HEADER */
    .page-header {
        padding: 170px 0 40px;
    }

    .page-header::before {
        width: 80px;
        height: 77px;
        opacity: 30%;
    }

    .page-header::after {
        width: 52px;
        height: 80px;
        opacity: 30%;
    }

    .page-header-box h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }


    /* 404 error page */
    .error-page {
        padding: 40px 0 80px;
    }

    .error-page-image {
        margin-bottom: 20px;
    }

    .error-page-image img {
        max-width: 80%;
    }






    /* MEDIA  */
    .media {
        padding: 80px 0;
    }

    .media-list-box-1 {
        margin: 0;
    }

    .media-list-box-2 {
        margin-top: 40px;
        margin-left: 0;
    }

    .media-item {
        gap: 30px;
        padding: 20px;
        margin-bottom: 40px;
    }

    .media-content p {
        font-size: 12px;
        padding: 6px 16px;
        margin-bottom: 15px;
    }

    .media-content h3 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 767px) {

    .section-row {
        margin-bottom: 30px;
    }

    .section-title h1 {
        font-size: 30px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title h3 {
        font-size: 12px;
    }

    .section-title p {
        margin-top: 10px;
    }

    .section-title p span {
        font-size: 16px;
    }

    .section-title-content {
        margin-top: 10px;
    }

    .hero-company-slider p {
        font-size: 18px;
    }

    .about-item-content h2 {
        font-size: 26px;
    }

    .service-item-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-list ul {
        gap: 10px;
    }

    .service-list ul li {
        background-position: left 10px top 10px;
        background-size: 16px auto;
        padding: 8px 10px 8px 30px;
    }

    .why-choose-list ul {
        gap: 10px;
    }

    .why-choose-list ul li {
        width: 100%;
    }

    .why-choose-body {
        gap: 20px;
    }

    .why-choose-item-list {
        width: calc(100% - 120px);
    }

    .why-choose-item {
        margin-bottom: 20px;
    }

    .why-choose-item-content h3 {
        font-size: 18px;
    }

    .get-started-circle a figure img {
        max-width: 100px;
    }

    .get-started-circle .circle-arrow img {
        max-width: 40px;
    }

    .why-choose-image {
        padding: 0 10px;
        max-width: 75%;
    }

    .how-work-item {
        display: block;
        padding: 20px;
        margin-bottom: 20px;
    }

    .how-work-header {
        border-right: none;
        border-bottom: 1px solid var(--divider-color);
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }

    .how-work-step-no {
        text-align: left;
        margin-top: 10px;
    }

    .how-work-item-content {
        width: 100%;
    }

    .how-work-item-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .how-work-video video {
        height: 350px;
    }

    .how-work-video-content .section-footer-text {
        margin: 20px 0px 0 0px;
    }

    .facts-item {
        padding: 20px;
    }

    .facts-item-counter,
    .facts-item-title {
        margin-bottom: 30px;
    }

    .facts-item-title h3 {
        font-size: 18px;
    }

    .facts-item-counter h2 {
        font-size: 26px;
    }

    .facts-item-content {
        border-radius: 12px;
        padding: 10px;
    }

    .section-footer-text span {
        margin-right: 5px;
    }

    .project-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .real-impact-image {
        padding: 20px;
        margin-bottom: 15px;
    }

    .real-impact-image h3 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .real-impact-content.highlighted-content {
        border-radius: 12px;
        padding: 15px;
    }

    .what-we-box {
        padding: 25px 15px;
    }

    .what-we-box h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .what-we-img-list ul {
        gap: 15px;
    }

    .what-we-img-list ul li {
        font-size: 14px;
        background-position: left 10px center;
        background-size: 18px auto;
        padding: 8px 15px 8px 35px;
    }

    .what-we-img-list ul li img {
        max-width: 16px;
    }

    .what-we-do-body ul {
        gap: 15px;
    }

    .what-we-do-body ul li {
        font-size: 14px;
        padding: 8px 15px 8px 30px;
    }

    .what-we-do-body ul li::before {
        font-size: 14px;
        left: 10px;
    }

    .testimonials-body {
        gap: 20px;
    }

    .testimonials-counter-item h2 {
        font-size: 26px;
    }

    .testimonials-counter-item p {
        font-size: 14px;
    }

    .testimonial-slider {
        margin: 10px 0;
    }

    .testimonial-slider::before {
        transform: rotate(-6deg);
    }

    .testimonial-slider .swiper {
        padding: 20px 20px 50px 20px;
    }

    .author-image {
        margin-right: 10px;
    }

    .author-content h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .author-content p {
        font-size: 14px;
    }

    .testimonial-quotes-img img {
        max-width: 25px;
    }

    .testimonial-slider .testimonial-pagination {
        bottom: 20px;
        left: 20px;
    }

    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
        padding: 12px 40px 12px 12px;
    }

    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        font-size: 18px;
        right: 12px;
    }

    .faq-accordion .accordion-item .accordion-body {
        padding: 12px;
    }

    .post-item {
        padding: 20px;
    }

    .post-meta {
        margin-bottom: 15px;
    }

    .post-meta ul li i {
        font-size: 16px;
    }

    .post-item-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .main-footer .section-row {
        padding-bottom: 30px;
    }

    .about-footer {
        margin-bottom: 30px;
    }

    .footer-contact-box .footer-links {
        width: 100%;
    }

    .footer-links h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-newsletter-form .form-group .newsletter-btn {
        width: 35%;
    }

    .footer-copyright-text {
        margin-top: 30px;
        padding: 15px 0;
    }

    .page-header-box h1 {
        font-size: 30px;
    }

    .approach-item {
        margin-bottom: 30px;
    }

    .approach-item:after {
        left: 25px;
        bottom: -50px;
    }

    .approach-item .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .approach-item .icon-box img {
        max-width: 26px;
    }

    .approach-item-content {
        width: calc(100% - 65px);
    }

    .approach-item-content h3 {
        font-size: 18px;
    }

    .approach-image img {
        aspect-ratio: 1 / 0.8;
    }

    .approach-counter-box {
        left: 15px;
        bottom: 15px;
        border-radius: 14px;
        padding: 15px;
    }

    .approach-counter-item h2 {
        font-size: 26px;
    }

    .approach-counter-item p {
        font-size: 14px;
    }

    .solution-item-list {
        gap: 20px;
    }

    .solution-item:nth-child(4n - 1) {
        background: url('../images/solution-item-bg.svg') no-repeat;
        background-size: cover;
        background-position: center center;
        border: 1px solid var(--divider-color);
        border-radius: 20px;
    }

    .solution-item:nth-child(4n - 4) {
        background: transparent;
        border: none;
        border-radius: 0;
    }

    .solution-item {
        width: 100%;
    }

    .page-catagery-list h3 {
        font-size: 18px;
    }

    .sidebar-cta-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sidebar-cta-content {
        margin-bottom: 20px;
    }

    .sidebar-cta-contact ul li {
        margin-bottom: 15px;
    }

    .sidebar-cta-contact ul li a {
        padding: 6px 14px;
    }

    .sidebar-cta-contact ul li a img {
        max-width: 16px;
    }

    .page-single-image {
        margin-bottom: 20px;
    }

    .service-entry h2 {
        font-size: 26px;
    }

    .service-entry ul li {
        width: auto;
    }

    .service-impact-list {
        padding: 20px;
    }

    .service-impact-item {
        width: 100%;
    }

    .service-impact-item .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .service-impact-item .icon-box img {
        max-width: 26px;
    }

    .service-impact-item-content h3 {
        font-size: 18px;
    }

    .building-smarter-steps,
    .building-smarter-image {
        width: 100%;
    }

    .building-step-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .building-step-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .building-smarter-image figure {
        height: auto;
    }

    .post-single-meta ol li {
        font-size: 16px;
    }

    .post-single-meta ol li i {
        font-size: 16px;
    }

    .post-image img {
        aspect-ratio: 1 / 0.7;
    }

    .post-entry blockquote {
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }

    .post-entry blockquote p {
        font-size: 18px;
    }

    .post-entry h2 {
        font-size: 26px;
    }

    .tag-links {
        font-size: 18px;
    }

    .project-category-list ul li,
    .category-social-link h3 {
        font-size: 18px;
    }


    .project-entry h2 {
        font-size: 26px;
    }

    .project-challenge-list {
        padding: 12px;
        border-radius: 12px;
    }

    .solution-counter-item {
        width: calc(50% - 20px);
    }

    .solution-counter-item h2 {
        font-size: 30px;
    }

    .team-single-image img {
        aspect-ratio: 1 / 1.15;
        object-position: center center;
    }

    .member-info-box,
    .member-contact-list {
        width: 100%;
    }

    .member-info-box::before {
        width: 100%;
        height: 1px;
        top: auto;
        right: auto;
        left: 0;
        bottom: -20px;
    }

    .member-contact-item {
        margin-bottom: 20px;
    }

    .member-contact-item h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .skills-progress-bar {
        width: 100%;
    }

    .skills-progress-bar .skill-data {
        margin-bottom: 10px;
    }

    .skills-progress-bar .skill-data .skill-title,
    .skills-progress-bar .skill-data .skill-no {
        font-size: 18px;
    }

    .team-guideline-list ul li {
        width: 100%;
        padding: 8px 10px 8px 30px;
    }

    .team-guideline-list ul li::before {
        font-size: 14px;
        left: 10px;
        top: 9px;
    }

    .contact-form {
        padding: 30px 0;
    }

    .google-map-iframe iframe {
        height: 350px;
    }


    .contact-info-item {
        width: 100%;
    }

    .contact-info-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }


    /** MEDIA  */
    .see-more-media-box {
        padding: 20px;
    }

    .see-more-media-content h3 {
        font-size: 18px;
    }
}