@media screen and (max-width: 1599px) and (min-width: 1440px) {
    .services-img img {
        width: 500px;
    }

    .content3 {
        width: 30%;
    }

    .agency-parallax-area .parallax-slide {
        background-size: 450px;
    }

    .shuufle-letter-title {
        font-size: 9.5625rem;
    }
    .home-page .swiper-container {
        height: 570px;
    }
    .cycle-rotate {
        width: 400px;
        position: absolute;
        top: 22%;
        right: -35%;
        z-index: 9;
        -moz-animation: cycle-rotate 18s linear infinite 3.2s;
        -webkit-animation: cycle-rotate 18s linear infinite 3.2s;
    }
}

@media screen and (max-width: 1439px) and (min-width: 1200px) {
    .cycle-rotate {
        width: 300px;
        position: absolute;
        top: 25%;
        right: -35%;
        z-index: 9;
        -moz-animation: cycle-rotate 18s linear infinite 3.2s;
        -webkit-animation: cycle-rotate 18s linear infinite 3.2s;
    }
    .cycle-rotate .cycle-tyre.tyre2 {
        right: 21px;
    }

    .cycle-rotate .cycle-tyre {
        width: 104px;
        display: inline-block;
        position: absolute;
        bottom: -44px;
        -moz-animation: cycle-tyre2 4.5s linear infinite;
        -webkit-animation: cycle-tyre2 4.5s linear infinite;
    }
    .services-img img {
        width: 500px;
    }

    .content3 {
        width: 30%;
    }

    .shuufle-letter-title {
        font-size: 9.5625rem;
    }

    .agency-parallax-area .parallax-slide {
        background-size: 400px;
    }

    .swiper-container {
        height: 500px;
    }
    .swiper-slide {
        background: transparent;
    }
    .event-gallery .swiper-container {
        height: 500px;
    }
    .event-gallery .swiper-pagination {
        padding: 0;
    }
    .event-gallery .swiper-wrapper {
        margin-top: 0;
    }
    .event-gallery .swiper-slide {
        height: 450px;
    }
}


@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .swiper-container {
        height: 450px;
    }
    .tile {
    width: 295px;
    height: 110px;
    }
    .car.car2 {
    top: 69%;
    }

    .car2 .bus-img {
        width: 300px;
        height: 114px;
        top: -70px;
    }
    .car.car2 .tyre {
        width:40px;
        height: 40px;
        border-radius: 50%;
        background: #3f3f40;
        position: absolute;
        z-index: 2;
        left:-179px;
        top:20px;
        -moz-animation: tyre-rotate 1s linear infinite; 
        -webkit-animation: tyre-rotate 1s linear infinite;
    }
    .car.car2 .tyre:before {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #bdc2bd;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .car.car2 .tyre.front {
        left: -335px;
    }
    .car.car2 .car-shadow {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: -50px;
        box-shadow: -5px 10px 24px 3px #000000;
        left: -360px;
        position: absolute;
        width: 262px;
    }
    .car.car2 .gap {
        background: #3f3f40;
        width: 2px;
        height: 6px;
        position: absolute;
        left: 50%;
        top: 40%;
        box-shadow: 0 9px 0 #3f3f40;
        transform: translate(-50%, -50%);
    }
    .car.car2 .gap:before {
        content: '';
        display: block;
        width: 2px;
        height: 6px;
        position: absolute;
        background: #3f3f40;
        box-shadow: 0 12px 0 #3f3f40;
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: 0 7px;
        -moz-transform: rotate(-90deg);
        -moz-transform-origin: 0 7px;
        z-index: 3;
        left: -1px;
        top: 43%;
    }

    .car .truck-img {
        width: 240px;
        height: 97px;
        top: -60px;
    }
    .car .tyre {
    width:30px;
    height:30px;
    border-radius:50%;
    background:#3f3f40;
    position:absolute;
    z-index:2;
    left:26px;
    top:20px;
-moz-animation:tyre-rotate 1s infinite linear;
  -webkit-animation:tyre-rotate 1s infinite linear;
}
.car .tyre:before {
    content:'';
    width:20px;
    height:20px;
    border-radius:50%;
    background:#bdc2bd;
    position:absolute;
    top:5px;
    left:5px;
}
.car .tyre.front {
    left: 183px;
}
.car .car-shadow {
    width: 210px;
}
.car .gap {
    background:#3f3f40;
    width:2px;
    height:4px;
    position:absolute;
    left:14px;
    top:8px;
    box-shadow:0 9px 0 #3f3f40;
    transform: none;
}
.car .gap:before {
    content:'';
    display:block;
    width:2px;
    height:4px;
    position:absolute;
    background:#3f3f40;
    box-shadow:0 12px 0 #3f3f40;
    -webkit-transform:rotate(-90deg);
    -webkit-transform-origin:0 7px;
    -moz-transform:rotate(-90deg);
    -moz-transform-origin:0 7px;
    z-index:3;
}
.car {
    position: absolute;
    top: 88%;
}
    .car img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .shuufle-letter-title {
        font-size: 8.5625rem;
    }

    .subscribe .images-block img.mail {
        width: 35%;
    }

    .services-img img {
        width: 350px;
    }

    .content1 {
        left: 5%;
    }

    .content2 {
        right: 5%;
    }

    .content3 {
        bottom: -23%;
        width: 32%;
    }

    .content-box {
        width: 26%;
    }

    .subscribe .images-block img.mail-2 {
        width: 12%;
    }

    .agency-parallax-area .parallax-slide {
        background-position: 20% 50%;
        background-size: 350px;
    }
    #portfolio {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    footer .content .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .py-10 {
        padding: 80px 0;
    }

    .swiper-thumbnails {
        display: block;
    }

    .slides-item {
        display: inline-block;
        width: 19.5%;
    }

    .text-wrap .slides-title {
        font-size: 20px;
    }

    .shuufle-letter-title {
        font-size: 90px;
    }

    .swiper-container {
        height: auto;
    }

    .services {
        margin-bottom: 200px;
    }

    .agency-parallax-area .parallax-slide {
        background-position: 7% 60%;
        background-size: 500px;
    }

    .parallax-container-content {
        padding-top: 100px;
        float: left;
        width: 100%;
        padding-bottom: 100px;
    }

    .services-img img {
        width: 300px;
    }

    .content-box {
        width: 25%;
    }

    .content1 {
        left: 5%;
    }

    .content2 {
        right: 5%;
    }

    .content3 {
        bottom: -30%;
        width: 40%;
    }

    .subscribe .images-block img.mail {
        width: 35%;
    }

    .subscribe {
        padding: 50px 0 190px;
    }

        .subscribe .images-block img.gear {
            top: 0;
        }

    .block-footer-height {
        display: none;
    }
    #portfolio {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .tile {
    width: 295px;
    height: 110px;
    }

    footer {
        position: relative;
    }

        footer .icon {
            width: 55px;
            height: 55px;
            margin-right: 10px;
        }

        footer .content {
            word-break: break-word;
        }

            footer .content .title {
                font-size: 14px;
            }
    .car.car2 {
    top: 69%;
    }

    .car2 .bus-img {
        width: 300px;
        height: 114px;
        top: -70px;
    }
    .car.car2 .tyre {
        width:40px;
        height: 40px;
        border-radius: 50%;
        background: #3f3f40;
        position: absolute;
        z-index: 2;
        left:-179px;
        top:20px;
        -moz-animation: tyre-rotate 1s linear infinite; 
        -webkit-animation: tyre-rotate 1s linear infinite;
    }
    .car.car2 .tyre:before {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #bdc2bd;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .car.car2 .tyre.front {
        left: -335px;
    }
    .car.car2 .car-shadow {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: -50px;
        box-shadow: -5px 10px 24px 3px #000000;
        left: -360px;
        position: absolute;
        width: 262px;
    }
    .car.car2 .gap {
        background: #3f3f40;
        width: 2px;
        height: 6px;
        position: absolute;
        left: 50%;
        top: 40%;
        box-shadow: 0 9px 0 #3f3f40;
        transform: translate(-50%, -50%);
    }
    .car.car2 .gap:before {
        content: '';
        display: block;
        width: 2px;
        height: 6px;
        position: absolute;
        background: #3f3f40;
        box-shadow: 0 12px 0 #3f3f40;
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: 0 7px;
        -moz-transform: rotate(-90deg);
        -moz-transform-origin: 0 7px;
        z-index: 3;
        left: -1px;
        top: 43%;
    }

    .car .truck-img {
        width: 240px;
        height: 97px;
        top: -60px;
    }
    .car .tyre {
    width:30px;
    height:30px;
    border-radius:50%;
    background:#3f3f40;
    position:absolute;
    z-index:2;
    left:26px;
    top:20px;
-moz-animation:tyre-rotate 1s infinite linear;
  -webkit-animation:tyre-rotate 1s infinite linear;
}
.car .tyre:before {
    content:'';
    width:20px;
    height:20px;
    border-radius:50%;
    background:#bdc2bd;
    position:absolute;
    top:5px;
    left:5px;
}
.car .tyre.front {
    left: 183px;
}
.car .car-shadow {
    width: 210px;
}
.car .gap {
    background:#3f3f40;
    width:2px;
    height:4px;
    position:absolute;
    left:14px;
    top:8px;
    box-shadow:0 9px 0 #3f3f40;
    transform: none;
}
.car .gap:before {
    content:'';
    display:block;
    width:2px;
    height:4px;
    position:absolute;
    background:#3f3f40;
    box-shadow:0 12px 0 #3f3f40;
    -webkit-transform:rotate(-90deg);
    -webkit-transform-origin:0 7px;
    -moz-transform:rotate(-90deg);
    -moz-transform-origin:0 7px;
    z-index:3;
}
.car {
    position: absolute;
    top: 88%;
}
    .car img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .agency-parallax-area .parallax-slide {
        background-position: center;
    }
    .tile {
        width: 225px;
        height: 95px;
        margin: 5px auto;
    }
   
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .primary-menu-menu li .fa-caret-down {
        color: #f1f1f1;
        font-family: "Font Awesome 5 Free";
        margin: 0;
        font-size: 14px;
        width: 60px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        line-height: 53px;
        border-left: solid 1px #f0f0f0;
    }
    .primary-menu-menu > li > .megamenu {
        height: auto;
    }
    .services-content {
        display: none;
    }
    .services-img{
        display:none;
    }
    .section-heading {
         margin-bottom: 0px; 
    }
    .services {
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 767px) and (min-width: 320px) {
    a:hover {
        text-decoration: none;
    }

    .py-sm-30 {
        padding: 30px 0;
    }

    .py-10 {
        padding: 50px 0 !important;
    }

    .pb-10 {
        padding-bottom: 50px !important;
    }

    .pt-10 {
        padding-top: 50px !important;
    }
    .btn {
        padding: 20px 40px;
        font-size: 12px;
        line-height: normal;
    }
    .btn .semicircle {
        top: 8px;
        left: 16px;
        width: 12px;
        height: 18px;
    }

    .product-description-thumb img {
        width: 100%;
    }

    .product-description-thumb,#auxiliary-categories .container > .row:nth-child(2n) .product-description-challenge .row .product-description-thumb {
        margin-left: 0;
        margin-right: 0;
    }

    .product-description-content {
        padding: 55px 0 15px;
    }

    .service-heading.mb-5, .service-heading.my-5 {
        margin-bottom: 1rem!important;
    }

    .about-auxiliary .pb-10.mb-5 {
        margin-bottom: 0 !important;
    }

    .fixed {
        position: relative;
    }

    header .logo-div {
        width: 100px;
        display: inline-block;
    }

    .mobile-logo {
        width: 80%;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }

    .navbar-nav {
        padding: 30px 0 0;
    }

    .right-menu .logo {
        display: none;
    }

    .swiper-container {
        height: auto;
    }

    .swiper img {
        object-fit: contain;
    }

    .swiper-thumbnails {
        display: block;
    }

    .slides-item {
        display: inline-block;
        width: 19%;
        padding: 10px;
    }

    .text-wrap {
        display: none;
    }

    .content .slides-number, .is-active .content .slides-number {
        font-size: 22px;
        float: none;
        color: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    .services-img img {
        width: 0;
        display: none;
    }

    .shuufle-letter-title {
        display: none;
    }

    .about-heading {
        text-align: center !important;
    }

    .right-border {
        padding: 0 30px;
    }

    .about-content {
        padding-left: 15px;
        text-align: center;
    }

    .right-border:after {
        display: none;
    }

    .services-content {
        margin-top: 0;
        display: none;
    }

    .agency-parallax-area .parallax-slide {
        background-position: center center;
        background-size: contain;
        height: 400px;
        background-attachment: inherit;
    }

    .content-box {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        /*bottom: auto;*/
    }

    .section-heading {
        margin-bottom: 0;
        font-size: 34px;
    }

    .individual-description .row {
        padding-bottom: 10px;
        margin-bottom: 0rem !important;
    }

    .services {
        margin-bottom: 0;
    }

    .parallax-container-content {
        padding-top: 80px;
        float: left;
        width: 100%;
        clear: both;
        padding-bottom: 80px;
    }

    .achievements-content {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    #portfolio {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .block-footer-height {
        display: none;
    }

    .subscribe {
        padding: 70px 0 170px;
    }

        .subscribe .subscribe-form .subscr-btn {
            padding: 19px 6px 20px;
            font-size: 13px;
        }

    img.mail {
        width: 40%;
    }

    footer {
        position: relative;
    }

    footer .address-div .footer-content {
        /*display: none;*/
    }
    footer .links .links-heading p {
        margin-bottom: 5px;
    }
    footer .navbar-nav {
        padding: 0;
    }
    footer .links-div {
        width: 49%;
        float: left;
    }

    footer .container .row.pb-5 {
        padding-bottom: 0.5em !important;
    }

    footer .container .row.py-4 {
        padding-top: 0.5em !important;
        padding-bottom: 1em !important; 
    }

    .copyright {
        padding: 10px 15px;
        margin-top: 0;
    }

    .red-btn {
        display: inline-block;
        background: #d10000;
        border: 1px solid #d10000;
        padding: 10px 20px;
        color: #fff;
        border-radius: 4px;
        font-weight: 500;
    }

    .achievements {
        background: #d10101;
        height: auto;
    }
    #portfolio {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        margin: 0 auto;
    }
    .tile {
        margin: 5px auto;
        width: calc(100vw - 40px);
        height: 100px;
    }

    footer .icon {
        width: 40px;
        height: 40px;
    }

    footer .content .title {
        font-size: 16px;
    }

    footer .content .sub-title {
        opacity: .4;
        font-size: 14px;
    }
    footer .social-media li a {
        width: 35px
    }
    footer .social-media li a i {
        font-size: 1.5em;
    }
    footer .social-media ul {
        margin-bottom: 0;
    }

@keyframes pulse-effect {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}


    .user-menu, .right-menu .right-menu-wrap .user-menu-close {
        width: 60px;
        height: 60px;
    }
    .user-menu .user-menu-content, .right-menu .right-menu-wrap .user-menu-close .user-menu-content {
        width: 54px;
        height: 54px;
    }
    .user-menu .user-menu-content img {
        width: 40px;
    }
    .wel-come {
        /*height: 736px;*/
        width: 100%;
    }
    .wel-come h1 {
        position: absolute;
        top: 30%;
        left: 10%;
        font-size: 28px;
        color: #fff;
    }

    .wel-come img {
        position: relative;
        left: 40%;
    }

    .car.car2 {
    top: 67%;
    }

    .car2 .bus-img {
            width: 200px;
    height: 64px;
    top: -33px;
    left: -39px;
    }
    .car.car2 .tyre {
        width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #3f3f40;
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 20px;
    -moz-animation: tyre-rotate 1s infinite linear;
    -webkit-animation: tyre-rotate 1s infinite linear;
    }
    .car.car2 .tyre:before {
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #bdc2bd;
        position: absolute;
        top: 5px;
        left: 5px;
        display: none;
    }
    .car.car2 .tyre.front {
        left: 93px;
    }
    .car.car2 .car-shadow {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: -50px;
        box-shadow: -5px 10px 24px 3px #000000;
        left: -360px;
        position: absolute;
        width: 262px;
    }
    .car.car2 .gap {
        background: #3f3f40;
    width: 2px;
    height: 3px;
    position: absolute;
    left: 9px;
    top: 5px;
    box-shadow: 0 6px 0 #3f3f40;
    transform: none;
    }
    .car.car2 .gap:before {
    content: '';
    display: block;
    width: 2px;
    height: 3px;
    position: absolute;
    background: #3f3f40;
    box-shadow: 0 12px 0 #3f3f40;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 7px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 7px;
    z-index: 3;
    top: -1px;
    left: 1px;
    }

    .car .truck-img {
        width: 115px;
        height: 75px;
        top: -30px;
    }
    .car .tyre {
    width:20px;
    height:20px;
    border-radius:50%;
    background:#3f3f40;
    position:absolute;
    z-index:2;
    left:8px;
    top:20px;
-moz-animation:tyre-rotate 1s infinite linear;
  -webkit-animation:tyre-rotate 1s infinite linear;
}
.car .tyre:before {
        content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #bdc2bd;
    position: absolute;
    top: 2px;
    left: 3px;
}
.car .tyre.front {
    left: 83px;
}
.car .car-shadow {
    width: 78px;
}
.car .gap {
    background: #3f3f40;
    width: 2px;
    height: 3px;
    position: absolute;
    left: 9px;
    top: 5px;
    box-shadow: 0 6px 0 #3f3f40;
    transform: none;
}
.car .gap:before {
        content: '';
    display: block;
    width: 2px;
    height: 3px;
    position: absolute;
    background: #3f3f40;
    box-shadow: 0 12px 0 #3f3f40;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 7px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 7px;
    z-index: 3;
    top: -1px;
    left: 1px;
}
.car {
    position: absolute;
    top: 68%;
}
    .car img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


/*Contact Page*/
.contact .info-box .icon {
    float: none;
    margin-right: 10px;
    display: inline-block;
}
.contact .info-box .info_content {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
}
/*Contact Page*/

/*Inner pages*/
.individual-description .container .row .col-lg-5 img {
    padding-bottom: 20px;
}

/*Event Page*/
.event-list .col-lg-4 {
    margin-bottom: 20px;
}
.event-list .pb-5 {
    padding-bottom: 0 !important;
}
.event-gallery .swiper-pagination {
    text-align: center;
}
.event-gallery .swiper-container {
    height: 100%;
}
/*Event Page*/

/*About Page*/
    .about .heading-title {
        font-size: 2rem !important;
    }
    .events-content ol {
        padding-left: 0;
    }
    .our-vision .eye {
        position: absolute;
        left: 18%;
        width: 66%;
        bottom: -70px !important;
    }
    .our-vision .elements {
        display: none;
    }
    .our-vision-content {
        padding: 100px 0 100px;
    }
    .info-box--standard {
        padding-bottom: 20px;
    }
    .testimonial-section .swiper-slide {
        display: block;
    }
    .testimonial-section .testimonial-item.testimonial-arrow {
        padding: 20px;
        background-color: #fff;
        position: relative;
        margin-bottom: 30px;
        text-align: left;
    }
    .about.inner-page .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .cycle-rotate {
        width: 100px;
        position: absolute;
        top: 18%;
        right: -35%;
        z-index: 9;
        -moz-animation: cycle-rotate 18s linear infinite 2.2s;
        -webkit-animation: cycle-rotate 18s linear infinite 2.2s;
    }
    .cycle-rotate .cycle-tyre.tyre1 {
        left: -11px;
    }
    .cycle-rotate .cycle-tyre.tyre2 {
        right: 13px;
    }
    .cycle-rotate .cycle-tyre {
        width: 25px;
        display: inline-block;
        position: absolute;
        bottom: -7px;
        -moz-animation: cycle-tyre2 4.5s linear infinite;
        -webkit-animation: cycle-tyre2 4.5s linear infinite;
    }

    .quote img {
        width: 75px;
    }

    /*Advertising Page*/
    .product-description .product-description-control li {
        width: 100%;
    }
    .product-description .product-description-control li .control-item, .product-description .product-description-control li.active .control-item {
        border-radius: 0 !important;
        padding: 22px;
        width: 100%;
    }
    .product-description .product-description-control li.outdoor-li .control-item, .product-description .product-description-control li.indoor-li .control-item {
        border: 1px solid #fcbf61;
    }
    .product-description .product-description-control li:last-child {
        margin-left: 0;
    }
    .product-description .product-description-control {
        margin-bottom: 30px;
    }
    .product-description {
        padding-bottom: 30px;
    }
    .local-seo img {
        width: 200px;
    }
    .local-seo img:last-child {
        bottom: -30px;
    }
    /*Advertising Page*/

    /*Clients*/
    .sorting-item {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto;
    }
    .client-item-style2 {
        padding: 20px 30px;
        margin-bottom: 10px !important;
        width: 100%;
    }
    /*Clients*/
}
