/* font family cdn starts here */
@import url("https://fonts.cdnfonts.com/css/aileron");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@font-face {
    font-family: "aileron-bold";
    src: url("../fonts/Aileron-Bold.otf");
}
@font-face {
    font-family: "aileron-heavy";
    src: url("../fonts/Aileron-Heavy.otf");
}
/* font family cdn ends here */
/* typography starts here */
h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
}
h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
}
h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
}
h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.5;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}
p {
    font-size: 16px;
    font-weight: 400;
}
/* typography starts here */
/* global css starts here */
html {
    scroll-behavior: smooth;
}
* {
    font-family: "Aileron";
}
body {
    overflow-x: hidden;
}
.btn {
    background: #fdce2a;
    border-radius: 0px;
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 30px;
    cursor: pointer;
}
.left-line {
    width: 1px;
    height: 100%;
    position: fixed;
    left: 103px;
    top: 0;
    background: #7070702b;
}
.right-line {
    width: 1px;
    height: 100%;
    position: fixed;
    right: 101px;
    top: 0;
    background: #7070702b;
}
/* img.line-left {
  position: absolute;
  left: 7%;
  top: 0%;
  z-index: -1;
  height: 100%;
}
img.line-right {
  position: absolute;
  right: 7%;
  top: 0%;
  z-index: -1;
  height: 100%;
} */
/* global css ends here */
/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fdce2a;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 1100px) {
    .left-line {
        display: none;
    }
    .right-line {
        display: none;
    }
}
/* header css starts here */
header#header {
    padding: 44px 0px;
    position: relative;
    z-index: 1;
}
header#header .menu-item-wrapper {
    margin-left: 48px;
}
.logo_box {
    position: fixed;
    left: 10px;
    top: 25px;
    z-index: 9;
}
.logo_box img {
    width: 262px;
    transition: 0.6s;
    z-index: 999999;
}
.clearheader{
   background: transparent;
}
.darkHeader {
    background: #fff;
    position: fixed !important;
    width: 100%;
    z-index: 99 !important;
}
.box-img-wrapper img {
    height: 70px;
}
.logo_box:hover img {
    transform: scale(1.1);
}
.header-menu-wrapper ul.navbar-nav li.nav-item {
    margin: 0px 19px;
}
.header-menu-wrapper ul.navbar-nav li.nav-item a {
    color: #000;
    font-family: "Aileron";
    font-size: 17px;
    padding: 10px 0px;
    transition: all 0.4s ease-in-out;
}
.header-menu-wrapper ul.navbar-nav li.nav-item a:hover {
    text-decoration: none;
    color: #fdce2a;
}
.hamburger-wrapper button {
    background: transparent;
    border: 0px;
    cursor: pointer;
    outline: none;
}
.hamburger-wrapper {
    display: none;
}
@media (max-width: 1150px) {
    .logo_box {
        position: unset;
    }
}
@media (max-width: 991px) {
    .hamburger-wrapper {
        display: block;
    }
}
/* off canvas header starts here */
header#header .offcanvas-desktop-header {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    background: #2a2b2b;
    z-index: 7;
    transform: translateY(-200%);
    transition: all 0.3s ease-in;
    padding-top: 120px;
    z-index: 999;
}
header#header .offcanvas-desktop-header ul.off-canvas-desktop-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: none;
}
.showe {
    transform: translateY(0%) !important;
}
/* .offcanvas-desktop-header i {
  margin-right: 20px;
  margin-top: 30px;
  position: absolute;
  right: -13%;
  cursor: pointer;
} */
.offcanvas-desktop-header .close-icon-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 40px;
}
.offcanvas-desktop-header .close-icon-wrapper svg {
    cursor: pointer;
}
ul.off-canvas-desktop-menu a.nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    padding: 10px 0;
}
.offcanvas-desktop-header .profile-wrapper h3 {
    color: #fff;
    font-size: 22px;
}
.offcanvas-desktop-header .profile-wrapper h6 {
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
}
.offcanvas-desktop-header .profile-wrapper img.pro-nav-img {
    border: 4px solid #fdce2a;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
@media (max-width: 1416px) {
    .header-menu-wrapper ul.navbar-nav li.nav-item a {
        font-size: 15px;
    }
    .header-menu-wrapper ul.navbar-nav li.nav-item {
        margin: 0px 15px;
    }
}
@media (max-width: 1360px) {
    .header-menu-wrapper ul.navbar-nav li.nav-item {
        margin: 0px 12px;
    }
    .header-menu-wrapper ul.navbar-nav li.nav-item a {
        font-size: 14px;
    }
}
@media (max-width: 1150px) {
    .header-menu-wrapper ul.navbar-nav li.nav-item {
        margin: 0px 11px;
    }
    .header-menu-wrapper ul.navbar-nav li.nav-item a {
        font-size: 13px;
    }
    .header-menu-wrapper ul.navbar-nav li.nav-item {
        margin: 0px 2px;
    }
}
@media (max-width: 991px) {
    .menu-item-wrapper {
        display: none;
    }
    header#header .offcanvas-desktop-header ul.off-canvas-desktop-menu {
        display: block;
    }
}

/* off canvas header ends here */
/* header css ends here */
/* banner starts here */
.banner {
    padding: 100px 0px;
}
.banner .banner-content-wrapper {
    padding: 30px 38px;
    background: url("../img/banner-content-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -36px;
}
.banner .col-lg-6 {
    padding: 0px;
}
.banner-content-wrapper h6 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.banner-content-wrapper h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    line-height: 1.5;
}
.banner-content-wrapper h1 span {
    font-size: 26px;
    font-weight: 300;
    opacity: 0.9;
}
.banner-content-wrapper p {
    color: #fff;
    font-size: 15px;
    font-weight: 300 !important;
    margin-top: 12px;
    margin-bottom: 30px;
    opacity: 0.9;
}
.banner-content-wrapper a.b {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin-left: 20px;
}
.banner img.banner-bg {
    position: absolute;
    top: -73%;
    right: -86%;
    z-index: -1;
}
/* banner ends here */
/* equipment-wrapper starts here */
.heavy-equipment-wrapper .content-wrapper {
    margin-bottom: 48px;
}
.heavy-equipment-wrapper .content-wrapper h2 {
    color: #303030;
    font-size: 32px;
}
.heavy-equipment-wrapper .box-content-wrapper p {
    font-size: 15px;
    color: #303030;
}
.heavy-equipment-wrapper {
    padding-bottom: 100px;
}
.heavy-equipment-wrapper .box-content-wrapper h4 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
}
/* equipment-wrapper ends here */
/* video sec starts here */
.video-sec {
    padding: 40px 0px;
    margin-top: 100px;
    background: url(../img/video-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    position: relative;
}
.video-sec .video-wrapper img.play {
    position: absolute;
    left: 50%;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-wrapper {
    margin-top: -126px;
}
.video-sec a.b {
    color: #fff;
    margin-left: 30px;
}
.video-sec h2 {
    margin-bottom: 40px;
    margin-top: 30px;
}
/* video sec ends here */
/* what we offer sec starts here */
.what-we-offer {
    padding: 100px 0px;
    padding-top: 150px;
    position: relative;
    z-index: 9;
}
.what-we-offer img.offer-logo {
    position: absolute;
    left: 27%;
    right: 0px;
    top: -57%;
    bottom: 0px;
}
.what-we-offer .content-wrapper {
    position: relative;
}
.offer-box-wrapper figure {
    margin: 0px;
}
.offer-box-wrapper:hover .offer-content-wrapper {
    background: #0000009c;
    display: flex;
    flex-direction: column;
    justify-content: end;
    opacity: 1;
    padding: 25px;
}
.offer-box-wrapper {
    position: relative;
}
.offer-box-wrapper .offer-img-wrapper img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.offer-box-wrapper .offer-content-wrapper {
    opacity: 0;
    transition: all 0.8s ease-in;
    position: absolute;
    top: 0;
    bottom: 0px;
}
.offer-box-wrapper .offer-content-wrapper h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.offer-box-wrapper .offer-content-wrapper p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.offer-box-wrapper .offer-content-wrapper a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
/* what we offer sec ends here */
/* testimonials section starts here */
.our-clients {
    background-image: url(../img/testimonials-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 400px;
    margin-top: -386px;
    padding-bottom: 100px;
    position: relative;
}
.testmonials-img-wrapper ul {
    padding: 0px;
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
}
.testmonials-img-wrapper li.test1-img img {
    width: 131px;
    height: 131px;
    object-fit: cover;
    margin-right: -20px;
}
.testmonials-img-wrapper li.test3-img img {
    width: 131px;
    height: 131px;
    object-fit: cover;
    margin-left: -20px;
    z-index: -2;
}
.testmonials-img-wrapper li.test2-img img {
    width: 176px;
    height: 176px;
    z-index: 99999;
    object-fit: cover;
    position: relative;
}
.testmonials-img-wrapper li img {
    border-radius: 50%;
}
.our-clients h2 {
    color: #fff;
    font-weight: 400;
}
.testimonials-content-wrapper p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    opacity: 0.9;
}
.testimonials-content-wrapper h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.testimonials-content-wrapper h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.5;
}
.testimonials-content-wrapper .right-quotes img.testimonails-quotes {
    margin: 0px auto;
    margin-right: 0px;
}
.our-clients .slick-prev {
    left: 31% !important;
}

.our-clients .slick-prev,
.slick-next {
    top: 90% !important;
}
.slick-next:before {
    content: url("../img/long-arrow-right.svg");
}
.slick-prev:before {
    content: url("../img/long-arrow-left.png");
}
.our-clients .slick-prev {
    left: 30% !important;
    z-index: 9;
}
.our-clients .slick-next {
    right: 30% !important;
}
/* testimonials section ends here */
/* gallery section starts here */
.have-a-look {
    padding: 200px 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 250px;
}
.have-a-look h2 {
    font-weight: 600;
}
.gallery-img-wrapper figure {
    margin: 0px;
}
.have-a-look .gallery-wrapper {
    padding-top: 40px;
}
.gallery-img-wrapper figure::after {
    width: 50%;
    height: 100%;
    content: "";
    display: block;
    background: #e7980b73;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.gallery-img-wrapper {
    overflow: hidden;
    position: relative;
}

.gallery-img-wrapper figure::before {
    width: 50%;
    height: 100%;
    content: "";
    display: block;
    background: #e7980b73;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.gallery-img-wrapper:hover figure::before {
    transform: translateY(0px);
    opacity: 1;
}

.gallery-img-wrapper:hover figure::after {
    transform: translateY(0px);
    opacity: 1;
}
.have-a-look img.gallery-left {
    position: absolute;
    left: -84%;
    top: -46%;
    z-index: -2;
}
.have-a-look img.gallery-right {
    position: absolute;
    right: -70%;
    top: -37%;
    z-index: -2;
}
/* gallery section ends here */
/* footer css starts here */
footer {
    padding: 100px 0px;
    background: url(../img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.footer-content-wrapper {
    border-top: 1px solid #fff;
    padding-top: 62px;
}
footer h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.footer-wediget-1-wrapper p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footer-wediget-1-wrapper input.form-control {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
}
.footer-wediget-1-wrapper button.btn.btn-theme {
    background: #fff;
    color: #000;
    font-family: "Aileron";
}
footer ul {
    padding: 0px;
    list-style: none;
}
.footer-wediget-2-wrapper {
    margin-left: 151px;
}
.footer-wediget-2-wrapper a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
}
.footer-widget-3-wrapper a {
    color: #fff;
    line-height: 33px;
    font-weight: 300;
}
.footer-widget-3-wrapper a i {
    margin-right: 10px;
}

.footer-widget-3-wrapper a:hover {
    text-decoration: none;
}
footer .copy-right-text-wrapper p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.pill a {
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
}
.pill a:first-child {
    border-right: 1px solid white;
    padding: 0px 10px;
}
p.copyright-text {
    position: fixed;
    transform: rotate(270deg);
    left: -7%;
    top: 54% !important;
    color: #a9a9a9;
    font-weight: 600;
    z-index: 9;
}
.has-error {
    border: 1px solid red !important;
}
/* footer css ends here */
/* responsive start */
@media (max-width: 1366px) {
    .banner img.banner-bg {
        position: absolute;
        top: -23%;
        right: 0;
        z-index: -1;
        width: 100%;
    }
    footer {
        overflow-x: hidden;
    }
    p.copyright-text {
        left: -12%;
    }
    .have-a-look {
        padding: 120px 0px;
        position: relative;
        overflow: hidden;
        padding-bottom: 120px;
    }
    .menu-item-wrapper {
        margin-left: 70px;
        /*position: absolute;*/
        /*right: -60px;*/
    }
    .banner-content-wrapper h1 {
        font-size: 36px;
    }
    .right-line {
        right: 61px;
    }
    .left-line {
        left: 63px;
    }
}
@media (max-width: 1200px) {
    .banner img.banner-bg {
        position: absolute;
        top: -23%;
        right: 0;
        z-index: -1;
        width: 100%;
    }
    footer {
        overflow-x: hidden;
    }
    p.copyright-text {
        left: -12%;
    }
    .have-a-look {
        padding: 120px 0px;
        position: relative;
        overflow: hidden;
        padding-bottom: 120px;
    }
    .menu-item-wrapper {
        margin-left: 70px;
        /*position: absolute;*/
        /*right: -60px;*/
    }
    .banner-content-wrapper h1 {
        font-size: 36px;
    }
    .right-line {
        right: 28px;
    }
    .left-line {
        left: 28px;
    }
}
@media (max-width: 1024px) {
    .banner img.banner-bg {
        position: absolute;
        top: -23%;
        right: 0;
        z-index: -1;
        width: 100%;
    }
    footer {
        overflow-x: hidden;
    }
    p.copyright-text {
        left: -13%;
    }
    .have-a-look {
        padding: 120px 0px;
        position: relative;
        overflow: hidden;
        padding-bottom: 120px;
    }
    .menu-item-wrapper {
        margin-left: 70px;
        position: absolute;
        right: -60px;
    }
    .banner-content-wrapper h1 {
        font-size: 26px;
    }
    .header-menu-wrapper ul.navbar-nav li.nav-item {
        margin: 0px 4px;
    }
    .header-menu-wrapper ul.navbar-nav li.nav-item a {
        font-size: 17px;
    }
}

@media (max-width: 912px) {
    .gallery-img-wrapper {
        text-align: center;
    }
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        left: -17%;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        overflow-x: hidden !important;
        display: none;
    }
    footer {
        padding: 59px 0px 670px 0;
        overflow-x: hidden;
    }
}
@media (max-width: 820px) {
    .gallery-img-wrapper {
        text-align: center;
    }
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        left: -17%;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        overflow-x: hidden !important;
        display: none;
    }
    footer {
        padding: 59px 0px 480px 0;
        overflow-x: hidden;
    }
}
@media (max-width: 768px) {
    .gallery-img-wrapper {
        text-align: center;
    }
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        left: -19%;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        overflow-x: hidden !important;
        display: none;
    }
    footer {
        padding: 59px 0px 330px 0;
        overflow-x: hidden;
        /* height: 1170px; */
    }
}
@media (max-width: 678px) {
    .gallery-img-wrapper {
        text-align: center;
    }
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        left: -21%;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        overflow-x: hidden !important;
        display: none;
    }
    footer {
        padding: 59px 0px;
        overflow-x: hidden;
    }
}
@media (max-width: 575px) {
    .gallery-img-wrapper {
        text-align: center;
    }
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        left: -26%;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        width: 100%;
        overflow-x: hidden;
    }
    footer {
        padding: 59px 0px;
        overflow-x: hidden;
    }
}
@media (max-width: 414px) {
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        position: fixed;
        transform: rotate(90deg);
        left: -36%;
        top: 61% !important;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        width: 100%;
        overflow-x: hidden;
    }
    footer {
        padding: 79px 0 200px 0px;
        overflow-x: hidden;
    }
    .gallery-img-wrapper {
        text-align: center;
    }
}
@media (max-width: 390px) {
    p.copyright-text {
        left: -38%;
    }
}
@media (max-width: 375px) {
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        position: fixed;
        transform: rotate(90deg);
        left: -40%;
        top: 61% !important;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        width: 100%;
        overflow-x: hidden;
    }
    footer {
        padding: 59px 0px;
        overflow-x: hidden;
    }
}
@media (max-width: 360px) {
    .hamburger-wrapper {
        text-align: end;
    }
    .banner {
        padding: 20px 0px;
    }
    .banner-content-wrapper h1 {
        font-size: 23px;
    }
    .heavy-equipment-wrapper .content-wrapper h2 {
        font-size: 22px;
    }
    p.copyright-text {
        position: fixed;
        transform: rotate(90deg);
        left: -41%;
        top: 61% !important;
    }
    .heavy-equipment-wrapper {
        padding-bottom: 50px;
    }
    .video-sec h2 {
        font-size: 25px;
    }

    .what-we-offer {
        padding: 40px 0px;
        padding-top: 40px;
    }
    .have-a-look {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    .our-clients {
        padding-bottom: 20px;
    }
    footer {
        padding: 59px 0px;
    }
    .footer-content-wrapper {
        padding-top: 42px;
    }
    .footer-wediget-2-wrapper {
        margin-left: 1px;
        margin-top: 20px;
    }
    .text-right {
        text-align: start !important;
    }
    .what-we-offer .content-wrapper {
        position: relative;
        overflow-x: hidden;
    }
    .what-we-offer img.offer-logo {
        overflow-x: hidden !important;
        width: 100%;
    }
    .banner img.banner-bg {
        width: 100%;
        overflow-x: hidden;
    }
    footer {
        padding: 59px 0px;
        overflow-x: hidden;
    }
}
/* responsive end */
