@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");
:root {
    /* theme color */
    --color_1: #ff8800;
    --color_2: #bd1b2a;
    --color_3: #63668c;
    --color_4: #222b33;
    --color_5: #8e9099;
    --color_6: #757a7f;
    --color_7: #dedddd;
    /* theme font */
    /* --reg: "Myriad Pro Regular";
    --cond: "Myriad Pro Condensed";
    --cond-i: "Myriad Pro Condensed Italic";
    --pro-light: "Myriad Pro Light";
    --semibold: "Myriad Pro Semibold";
    --semibold-i: "Myriad Pro Semibold Italic";
    --bold-cond: "Myriad Pro Bold Condensed";
    --bold: "Myriad Pro Bold";
    --bold-i: "Myriad Pro Bold Italic";
    --bold-cond-i: "Myriad Pro Bold Condensed Italic"; */
}

.main-icon .icon-bar {
    position: fixed;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    transition: 0.4s;
    z-index: 99;
}

.main-icon .icon-bar {
    background: #00000047;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 10px #0003;
}

.main-icon .icon-bar a {
    display: block;
    padding: 10px 10px;
}

* {
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
    color: var(--color_4);
}

.main-banner nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.main-banner nav ul li a {
    /* font-family: var(--reg); */
}

.main-banner nav ul li a.btn-a {
    background: #ee9336;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #ee923663;
}

.main-banner .slide-in {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.main-btn {
    background: #ee9336;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #ee923663;
}

.first-sec {
    background: url(../images/first-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}


/* .first-sec:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 279px;
    height: 615px;
    background: url(../images/man-after.png) no-repeat;
    background-size: contain;
  } */

header .top {
    background: url(../images/top-bar.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

header .top .detail {
    margin-left: 50px;
}

header .logo-main {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 111;
    background: #fff;
    padding: 25px;
    transform: translateY(-10%);
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 10px #0003;
    transition: 0.5s;
}

header nav {
    background: url(../images/nav-bg.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px #0003;
}

header nav ul li a.main-a {
    padding: 22px 30px;
    display: block;
    transition: 0.5s;
}

header nav ul li a.main-a:hover {
    background: #bd1b2a36;
}

.main-banner .banner-slider h1 span img {
    width: auto !important;
}

.main-banner .banner-slider h1 .super-bg {
    background: var(--color_2);
    color: #fff;
    font-weight: 800;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 9px;
    font-size: 27px;
}

.main-banner .banner-slider h1 .for-spacing {
    width: 100%;
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    word-spacing: 10px;
    letter-spacing: 5.5px;
}

.main-banner .banner-slider h1 {
    font-size: 80px;
    font-weight: 800;
    color: #fff;
}

.main-banner .banner-slider h1 .foraftr-banner::before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%);
    border-right: 1px solid var(--color_1);
    border-left: 1px solid #fff;
}

.main-banner .banner-slider a {
    width: 160px;
    padding: 15px;
}

header nav {
    transition: 0.5s;
}

header nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slide-down 800ms ease-in-out 0s normal none 1 running;
    z-index: 999;
}

header nav.sticky .logo-main {
    transform: translateY(-1%) scale(0.6);
    image-rendering: pixelated;
}

@keyframes slide-down {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.first-sec .top {
    background: linear-gradient(to bottom, #0000000a, transparent);
    border-radius: 15px;
}

.second-sec {
    background: url(../images/second-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.second-sec .cc {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 45%;
}

.breaker {
    background: url(../images/breaker-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#testimonial-area .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
}

.testi-wrap {
    position: relative;
    height: 510px;
    /* margin-top: -80
  px
  ; */
}

.client-single {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.client-info,
.client-comment {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
    display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
    opacity: 0;
    visibility: hidden;
}

.client-single.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.client-single.position-2 {
    left: -40px;
    top: 105px;
}

.client-single.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.client-single.position-4 {
    left: 55px;
    top: 380px;
}

.client-single.position-5 {
    top: 30px;
    right: 55px;
}

.client-single.position-6 {
    top: 225px;
    right: -40px;
}

.client-single.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.client-single.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
}

.client-single.active .client-comment,
.client-single.active .client-info {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
}

.client-single .client-img img {
    width: 100px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
    border-radius: 50%;
}

.client-single.active .client-img img {
    max-width: auto;
    margin: 0 auto 24px;
    border: 0;
    border: 8px solid var(--color_3);
    border-radius: 50%;
}

.client-comment {
    padding: 0 30px;
}

.client-comment h3 {
    font-size: 16px;
    line-height: 1.2;
}

.client-comment span i {
    font-size: 60px;
    color: #0084ff;
    margin: 40px 0 24px;
    display: inline-block;
}

.client-info h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}

.client-info p {
    color: #0084ff;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }
    .client-comment h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .client-single.active {
        width: 60%;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }
    .client-single.active .client-img img {
        max-width: 100px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 108px;
        height: 108px;
        top: -4px;
        left: 6px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 580px;
    }
    #testimonial-area {
        padding: 100px 0 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .client-single.active {
        width: 60%;
    }
    .client-comment span i {
        font-size: 40px;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }
    .client-single.position-5,
    .client-single.position-7 {
        right: 0;
    }
    .client-single.position-4 {
        left: 0;
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }
    .client-single.active .client-img img {
        max-width: 80px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 630px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .client-single.active {
        width: 80%;
    }
    .client-comment span i {
        font-size: 40px;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -70px;
    }
    .client-single.position-4 {
        left: -60px;
    }
    .client-single.position-3 {
        left: -75px;
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }
    .client-single.active .client-img img {
        max-width: 80px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 600px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }
    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .client-single.active {
        width: 80%;
    }
    .client-comment span i {
        font-size: 40px;
    }
    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -70px;
    }
    .client-single.position-4 {
        left: -60px;
    }
    .client-single.position-3 {
        left: -75px;
    }
    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }
    .client-single.active .client-img img {
        max-width: 80px;
    }
    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }
    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }
    .testi-wrap {
        height: 550px;
    }
}

.third-sec {
    background: url(../images/third-bg.jpg) no-repeat;
    background-size: cover;
}

.third-sec-2 {
    /* background: url(../images/third-bg-3.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
}

.testimonial img {
    width: auto !important;
    margin: 0 auto;
    border-radius: 50%;
    border: 8px solid var(--color_3);
    height: 97px;
}

.testimonial .img-box {
    position: relative;
    display: inline;
}

.testimonial .img-box::before {
    content: "";
    position: absolute;
    right: -100px;
    top: -30px;
    width: 74px;
    height: 61px;
    background: url(../images/testi-aftr.png) no-repeat;
    background-size: contain;
}

.testimonial .owl-item {
    padding: 50px 0;
}

.dropdown:hover .dropdown-menu-sm {
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
    padding: 15px 0;
    width: 280px;
    line-height: 2;
    background: var(--color_1);
}

.dropdown-menu-sm {
    display: block;
    transform: rotateX(-90deg);
    padding: 15px;
    transition: 0.3s;
    top: 66px;
    left: -5px;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    width: 230px;
}

.dropdown-menu-sm ul li {
    padding-bottom: 6px;
    padding-top: 6px;
}

.dropdown-menu-sm ul li:last-child {
    padding-bottom: 0px;
}

.dropdown-menu-sm ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e577;
}

.contact {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.contact form.contact-form input,
.contact form.contact-form textarea,
.contact-first form.contact-form input,
.contact-first form.contact-form textarea {
    padding: 10px;
    border: 1px solid #222b33;
    border-radius: 0;
}

.contact-first form.contact-form input,
.contact-first form.contact-form textarea {
    padding: 15px;
}

.contact form.contact-form input:focus,
.contact form.contact-form textarea:focus,
.contact-first form.contact-form input:focus,
.contact-first form.contact-form textarea:focus {
    border: 1px solid var(--color_1);
    outline: none;
    box-shadow: none;
}

.contact form.contact-form button,
.contact-first form.contact-form button {
    border-radius: 0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #ee9336;
}

.search {
    background: url(../images/search-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 80px;
    background-position: center;
    border-radius: 15px;
    /* margin-bottom: 80px; */
}

.search form.search-form {
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid #0000003d;
    border-radius: 7px;
}

.search form.search-form button {
    background: #bd1b2a;
    color: #fff;
    border: 1px solid #bd1b2a;
    padding: 14px 50px;
    height: 100%;
    font-size: 20px;
    display: block;
    border-radius: 0 5px 5px 0;
}

.search form.search-form input {
    border: none;
    height: 100%;
    padding: 20px;
}

.search form.search-form input:focus {
    box-shadow: none;
}

.apply-btn {
    border-radius: 10px;
    box-shadow: 2px 2px 0 0 #b96611;
    background: #ff8800;
    padding: 8px 20px;
}

.bnnr-lines::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../images/banner-aftr-1.png) no-repeat;
    background-size: contain;
    width: 84px;
    height: 10px;
}

.bnnr-lines::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    background-color: #bd1b2a;
    width: 100%;
    height: 20px;
    z-index: -1;
}

.services .main-banner h1:after,
.about .main-banner h1:after,
.contactus .main-banner h1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    background-color: #bd1b2a;
    width: 90%;
    height: 20px;
    z-index: -1;
    /* margin: 0 auto; */
    transform: translateX(-50%);
}

.bnnr-lines,
.shadow-t,
.services .main-banner h1,
.about .main-banner h1,
.contactus .main-banner h1 {
    text-shadow: 2px 2px 1px #222b33f0;
}

.first-sec .img-box {
    z-index: 1;
}

.first-sec .img-box:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -25px;
    background: url(../images/first-img-afr.png) no-repeat;
    background-size: contain;
    width: 79px;
    height: 63px;
    z-index: -1;
}

.first-sec .img-box:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    background: url(../images/first-img-afr.png) no-repeat;
    background-size: contain;
    width: 79px;
    height: 63px;
    z-index: -1;
}

.heading h4 {
    position: relative;
    display: inline-block;
}

.heading h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color_3);
    width: 50px;
    height: 4px;
}

.services .heading h4:before,
.heading.after-none h4:before {
    display: none;
}

.heading.after-text h4:before {
    left: 50%;
    transform: translateX(-50%);
}

.third-sec-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/third-after-2.png) no-repeat;
    background-size: contain;
    width: 83px;
    height: 161px;
}

.third-sec-2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/third-after.png) no-repeat;
    background-size: contain;
    width: 83px;
    height: 161px;
}

.testimonial .owl-controls .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}

.gallery-slider .owl-controls .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    z-index: 999999;
}

.testimonial .owl-controls .owl-nav .owl-prev,
.testimonial .owl-controls .owl-nav .owl-next,
.gallery-slider .owl-controls .owl-nav .owl-prev,
.gallery-slider .owl-controls .owl-nav .owl-next {
    background: var(--color_1);
    padding: 8px 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ff88005c;
    z-index: 999999;
}

.testimonial .owl-controls .owl-nav .owl-prev i,
.testimonial .owl-controls .owl-nav .owl-next i,
.gallery-slider .owl-controls .owl-nav .owl-prev i,
.gallery-slider .owl-controls .owl-nav .owl-next i {
    color: #fff;
}

.gallery-slider:after {
    content: "";
    position: absolute;
    left: -23px;
    top: -15px;
    width: 80px;
    height: 450px;
    background: #fff;
    z-index: 99;
    filter: blur(15px);
}

.gallery-slider:before {
    content: "";
    position: absolute;
    right: -12px;
    top: -34px;
    width: 57px;
    height: 450px;
    background: #fff;
    z-index: 99;
    filter: blur(9px);
}

.services .top .heading {
    padding: 0 100px 0 0;
}

.services .top::after {
    content: "";
    background: #f5f5f5;
    width: 62%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 15px;
}

.services .top.top-left::after {
    left: 0;
    top: 0;
}

.services .top.top-left .heading {
    padding: 0 0 0 100px;
}

.services .top.top-left::before {
    left: -17px;
    top: -17px;
    clip-path: polygon(0% 0px, 52% 0, 100% 100%, 0% 100%);
    border-radius: 15px 0 0 15px;
}

.services .top::before {
    content: "";
    background: gray;
    width: 30%;
    height: 107%;
    position: absolute;
    right: -17px;
    top: -17px;
    z-index: -1;
    border-radius: 0 15px 15px 0;
    clip-path: polygon(52% 0, 100% 0, 100% 100%, 0% 100%);
}

.services .services-first {
    background: url(../images/services/bg.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.services .contact,
.about .contact,
.contactus .contact {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 100px 0;
    position: relative;
}

.services .contact .content-search,
.about .contact .content-search,
.contactus .contact .content-search {
    position: absolute;
    width: 100%;
    top: -60px;
}

.services .contact .content-search .search,
.about .contact .content-search .search,
.contactus .contact .content-search .search {
    box-shadow: 0 0 10px #0003;
}

.bbreaker {
    background: url(../images/about-us/breaker-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.about .team .team-slider .content {
    box-shadow: 0 0 10px #0003, 2px 2px 3px #0003;
}

.about .team .team-slider .owl-controls .owl-nav {
    display: flex;
    align-items: baseline;
    justify-content: center;
    /* width: 4%; */
    margin: 40px 0 0;
}

.about .team .team-slider .owl-controls .owl-nav .owl-prev i,
.about .team .team-slider .owl-controls .owl-nav .owl-next i {
    padding: 9px 12px;
    background: var(--color_1);
    font-size: 20px;
    color: #fff;
    margin: 0 5px;
}

.about .team .team-slider .owl-item {
    padding: 10px 0;
}

.contact-first {
    position: relative;
}

.mobile-nav {
    padding: 10px 0;
    background: #2b2b2b;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.gallery-slider.owl-carousel .owl-item {
    transform: scale(1);
    transition: 0.5s;
}

.gallery-slider.owl-carousel .owl-item.center {
    border: 5px solid #ee9336 !important;
    transform: scale(1.1);
    margin: 0 30px 0 5px !important;
}

.gallery-slider.owl-carousel .owl-stage-outer {
    padding: 40px 0px;
    height: 430px;
}

.box-shadow-img .content img {
    box-shadow: 0 0 10px #0003;
}

#preloader {
    width: 100vw;
    height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

@keyframes aim {
    0% {
        transform: scale(1) rotate(0deg);
    }
    10% {
        transform: scale(1) rotate(45deg);
    }
    25% {
        transform: scale(1) rotate(0deg);
    }
    40% {
        transform: scale(1.2) rotate(0deg);
    }
    60% {
        transform: scale(1) rotate(-45deg);
    }
    75% {
        transform: scale(1) rotate(-45deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.play-content .modal-content {
    background: none;
    border: none;
}


/* responsive */

@media (max-width: 1440px) {
    /* .first-sec .heading {
      padding: 50px 200px 50px 50px;
    } */
    .services .contact,
    .about .contact,
    .contactus .contact {
        padding: 85px 0;
    }
    header nav ul li a.main-a {
        padding: 18px 25px;
    }
    header .logo-main {
        top: -50%;
        transform: translateY(-18%) scale(0.8);
    }
    .main-banner .banner-slider h1 {
        font-size: 70px;
    }
    .main-banner .banner-slider h1 .super-bg {
        font-size: 24px;
    }
    .main-banner .banner-slider h1 .for-spacing {
        font-size: 25px;
    }
    .main-banner .banner-slider a {
        width: 155px;
        padding: 12px;
    }
}

@media (max-width: 1375px) {
    .main-banner .slide-in {
        top: 50%;
    }
    .first-sec .heading p {
        line-height: 1.3;
    }
    .second-sec .cc {
        position: absolute;
        left: 20px;
        top: 15px;
        width: 55%;
    }
    .second-sec .cc h5 {
        margin: 10px 0 !important;
    }
    .second-sec .cc p {
        margin: 0 0 10px 0 !important;
        line-height: 1.2;
    }
    .services .services-first .top .col-lg-5 img {
        width: 100%;
    }
    .services .top .heading {
        padding: 0 50px 0 0;
    }
    .services .top.top-left .heading {
        padding: 0 0 0 50px;
    }
}

@media (max-width: 1280px) {
    .services .contact,
    .about .contact,
    .contactus .contact {
        padding: 82px 0;
    }
}

@media (max-width: 1152px) {
    header .top img {
        width: auto !important;
    }
    .services .services-first .top .col-lg-7 img {
        width: auto !important;
    }
    .main-banner p img {
        width: auto !important;
    }
    .bbreaker {
        background-position: 75% 100%;
    }
    nav .logo,
    .footer-logo {
        width: 140px;
    }
    nav li a img {
        width: auto;
    }
    .banner-slider .content p {
        line-height: 1.4;
    }
    .services .contact,
    .about .contact,
    .contactus .contact {
        padding: 74px 0;
    }
    .first-sec .heading {
        padding: 30px;
    }
    .heading h4 {
        font-size: 35px;
    }
    .heading p {
        font-size: 14px;
    }
    .second-sec .cc img {
        width: auto;
    }
    .second-sec .cc {
        left: 15px;
        top: 10px;
        width: 90%;
    }
    .second-sec .cc p {
        margin: 0 0 5px 0 !important;
    }
    .second-sec .cc h5 {
        margin: 5px 0 !important;
    }
    .search {
        padding: 50px 55px;
    }
    footer ul li a {
        font-size: 13px !important;
    }
    footer p {
        font-size: 14px !important;
    }
    /* .banner-slider h1 span:nth-child(1) span:nth-child(1) {
    font-size: 20px;
  } */
    /* .banner-slider h1 span:nth-child(1) span:nth-child(2) {
    font-size: 50px;
    margin: 0 0 0 5px !important;
  } */
    .banner-slider h1 {
        font-size: 35px;
    }
    .banner-slider .content p {
        font-size: 14px;
    }
    .banner-slider .content-2 p {
        font-size: 15px;
        line-height: 1.2;
    }
    .main-banner .banner-slider h1 {
        font-size: 60px;
    }
    .main-banner .banner-slider h1 .super-bg {
        font-size: 18px;
    }
    .main-banner .banner-slider h1 .for-spacing {
        font-size: 20px;
        word-spacing: 4px;
        letter-spacing: 4.5px;
    }
    header .top p {
        font-size: 14px;
    }
    header .logo-main {
        transform: translateY(-20%) scale(0.8);
    }
}

@media (max-width: 1024px) {
    .bbreaker {
        background-position: 65% 100%;
    }
    .services .contact,
    .about .contact,
    .contactus .contact {
        padding: 66px 0;
    }
}

@media (max-width: 768px) {
    .contact-first form {
        padding: 20px;
        background: #ffffffed;
        box-shadow: 0 0 10px #0003;
    }
    .services .top::after {
        width: 100%;
    }
    .services .services-first .top {
        padding: 0;
    }
    .services .top::before {
        width: 90%;
        height: 104%;
    }
    .services .top .heading,
    .services .services-first .top.top-left .heading {
        padding: 50px;
    }
    .services .services-first .top.top-left .row {
        flex-direction: column-reverse;
    }
    .services .contact,
    .about .contact,
    .contactus .contact {
        padding: 50px 0;
    }
    .testimonial .owl-controls .owl-nav {
        width: 140%;
        top: 45%;
    }
    .contact form.contact-form {
        margin-bottom: 30px;
    }
    .search {
        padding: 35px;
    }
    .first-sec {
        padding: 100px 0 50px;
    }
    .first-sec .heading {
        padding-bottom: 0px;
    }
    .second-sec {
        padding: 50px 0;
    }
    .banner-slider .content p {
        display: none;
    }
    .bnnr-lines::after {
        left: -2px;
        top: 6px;
    }
    .main-banner nav ul li a {
        font-size: 14px;
    }
    nav .logo {
        width: 90px;
    }
    .banner-slider .content-2 p {
        display: none;
    }
    header .logo-main {
        transform: translateY(-12%) scale(1);
    }
}

@media (max-width: 575px) {
    header .top {
        display: none;
    }
    /* .banner-slider a:nth-child(4) {
    display: none;
  } */
    .vc_custom_1523024697962 .d-flex,
    .second-section .d-flex {
        flex-direction: column;
    }
    nav.navbar {
        background: #17171c;
    }
    .heading.heading-xl h2 {
        font-size: 40px !important;
    }
    .heading h4 {
        font-size: 30px;
    }
    .services-sc.layout-single a .header {
        font-size: 20px;
    }
    .zs-enabled .zs-slideshow {
        background: #000;
    }
    .main-banner .banner-slider h1 {
        font-size: 32px;
    }
    .second-section .content h4 {
        font-size: 30px !important;
        margin: 30px 0 20px !important;
    }
    .main-banner .banner-slider h1 span img {
        width: 10% !important;
    }
    .vc_custom_1522796232028 .vc_column-inner {
        padding: 0 !important;
    }
    .main-banner .banner-slider h1 .super-bg {
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 4px;
    }
    .main-banner .banner-slider h1 span.fs_30 {
        line-height: 0.1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main-banner .banner-slider a {
        width: 100px;
        padding: 5px;
        font-size: 14px;
        margin: 5px 5px 0 0 !important;
    }
    .main-banner .banner-slider h1 .foraftr-banner::before {
        height: 45px;
    }
    .banner-slider h1 span:nth-child(1) span:nth-child(2) {
        margin: 0 16px !important;
    }
    .services .top .heading,
    .services .services-first .top.top-left .heading {
        padding: 25px;
    }
    .services .top::before {
        width: 90%;
        height: 102%;
        right: -8px;
        top: -8px;
    }
    .services .top.top-left::before {
        left: -8px;
        top: -8px;
    }
    .services .main-banner h1,
    .about .main-banner h1,
    .contactus .main-banner h1 {
        font-size: 30px;
    }
    .services .top .heading p,
    .services .services-first .top.top-left .heading p {
        font-size: 15px;
        line-height: 1.2;
    }
    .services .services-first {
        padding: 50px 0 30px;
    }
    footer .bottom .fc-bottom {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }
    .search {
        padding: 20px;
    }
    .search form.search-form button {
        padding: 10px 20px;
        font-size: 16px;
    }
    .search form.search-form input {
        padding: 14px;
    }
    .services .contact,
    .about .contact,
    .contactus .contact {
        padding: 24px 0;
    }
    .gallery-slider:after,
    .gallery-slider:before,
    nav {
        display: none;
    }
    .banner-slider h1 span:nth-child(1) span:nth-child(1) {
        font-size: 12px;
    }
    .banner-slider h1 {
        font-size: 19px;
    }
    .main-banner .slide-in {
        top: 52%;
    }
    .main-btn {
        padding: 4px 12px;
        font-size: 11px;
    }
    .bnnr-lines::after {
        left: 0px;
        top: 3px;
        width: 50px;
        height: 6px;
    }
    .bnnr-lines::before {
        bottom: -3px;
        height: 8px;
    }
    .contact .col-lg-6 img {
        display: none;
    }
}

@media (max-width: 320px) {
    .banner-slider a {
        display: none;
    }
}

.contact-first .content h5 {
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0 15px;
    border-left: 10px solid #34f5c6;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.contact-first .heading h4:before {
    content: "";
    display: none;
}

.contact-first .content h5 {
    font-size: 40px;
}

.contact-first .content p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 20px;
}

.contact-first .content ul {
    padding: 0;
}

.contact-first .content ul li {
    list-style: none;
    color: #fff;
    margin: 15px 0;
}

.contact-first .content ul li:nth-child(1) {
    font-size: 13px;
    display: inline-block;
    margin: 15px 0px 0;
    padding: 0 0 16px;
}

.contact-first .content ul li:nth-child(2) {
    font-size: 16px;
}

.contact-first .content ul li img {
    padding: 0 10px 0 0;
}

.contact-first form h5 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 20px;
    padding: 0 0 0 8px;
    border-left: 7px solid #21d0b3;
}

.contact-first form input,
.contact-first form textarea {
    padding: 18px 20px !important;
    width: 100%;
    margin: 0 0 20px !important;
    color: #203d4a;
    font-size: 16px;
    border: 1px solid #ccc !important;
}

.contact-first {
    background: url(../images/contact/contact-bg.jpg) no-repeat;
    background-size: cover;
}

.flex-form p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.flex-form p input {
    width: auto;
    margin: 0;
}

.flex-form button,
.protect-btn {
    color: #1e2f41;
    background: #34f5c600;
    padding: 8px 35px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #d2d2d2;
    font-family: "Lato";
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 20px 0 0 0;
}

.contact-first .heading h4 {
    font-weight: 700 !important;
    line-height: 1.2;
    padding: 0 0 10px;
    margin: 0 0 15px;
    display: inline-block;
    border-bottom: 4px solid #f0f4f5;
}

.contact-first .content-1 p {
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
}

.contact-first .content-1 a i {
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}

.contact-first .content-1 a:not(:last-child) i {
    border-right: 1px solid rgba(255, 255, 255, 0.404);
}

.contact-first .content-1 h5 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ffffff87;
}

.contact-first .content-1 {
    padding: 0 20px 0 0;
}

.contact-first .col-md-4:not(:last-child) .content-1 {
    border-right: 1px solid #ffffff87;
}

.contact-first .form-wrapper {
    display: inline-block;
    background: #fff;
}

.contact-first .form-wrapper input {
    padding: 10px 20px;
    border: 0;
    background: #fff;
    font-size: 16px;
    width: auto;
    margin: 0;
}

.contact-first .form-wrapper button {
    background: #34f5c6;
    color: #1e2f41;
    padding: 8px 12px;
    font-size: 22px;
    border: 0;
}

.contact-first input,
.contact-first form textarea {
    background: #f3f3f3;
    border-radius: 12px !important;
    resize: none;
}

.contact-first p {
    color: #6c6d70 !important;
}

.contact-first p span {
    font-size: 14px;
    color: #a7a7a7;
}

.protect {
    padding: 60px 0;
}

.protect h4 {
    line-height: 1.3 !important;
    margin: 0 0 30px !important;
}

.protect h4::before {
    display: none;
}

.protect-btn {
    color: #1e2f41;
    background: #34f5c600;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #c3c2c2;
    font-family: "Lato";
    display: inline-block;
    border-radius: 20px 0 0 0;
    margin: 30px 0 0;
}

.six__ser .services-sc a:hover {
    background: var(--color_1);
}

.six__ser .services-sc a:hover h5,
.six__ser .services-sc a:hover p {
    color: #fff;
}

.six__ser .services-sc a:hover img {
    filter: brightness(0);
}