.sliderbnr {
    background-repeat: no-repeat;
    height: 480px;
    background-position: left;
}

.top {
    padding-bottom: 8px;
    transition: 0.3s ease-in-out;
}

.hep,
.hed {
    padding: 10px 30px;
    transition: 0.4s ease-in-out;
}

.glue .top {
    padding-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.glue nav {
    height: 100%;
}

.glue .hep {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.glue .hed {
    padding: 10px 0;
}

.logo {
    height: 70px;
    transition: 0.3s ease-in-out;
}

.glue .logo {
    height: 50px !important;
}

.hep {
    position: relative;
    z-index: 0;
}

.hep:before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skewX(20deg);
    transform-origin: 50% 90%;
    z-index: -1;
}

.hed {
    z-index: 0;
}

.hed:after {
    position: absolute;
    content: "";
    top: 0;
    right: -50px;
    width: 100vw;
    height: 100%;
    background: #fff;
    transform: skewX(20deg);
    transform-origin: 50% 90%;
    z-index: -1;
}


/* -----menu------ */

.overlay {
    background: linear-gradient( to right, rgba(39, 39, 39, 0.74), rgba(39, 39, 39, 0.664));
    z-index: 3;
    visibility: hidden;
    opacity: 0;
}

.lnk_hs_sbm {
    position: relative;
}

.lnk_hs_sbm .sub_menu {
    position: absolute;
    left: -30%;
    top: 115%;
    width: 250px;
    background: #fff;
    z-index: 4;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
    border-top: 2px solid #ef4444;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.lnk_hs_sbm:hover .sub_menu {
    visibility: visible;
    opacity: 1;
    left: 0%;
}

.lnk_hs_sbm .sub_menu::before {
    position: absolute;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ef4444;
    border-left: 8px solid transparent;
    top: -10px;
    left: 20px;
}

.lnk_hs_sbm2 {
    position: relative;
}

.lnk_hs_sbm2 .sub_menu_l2 {
    position: absolute;
    top: 0;
    left: 120%;
    width: 200px;
    background: #fff;
    z-index: 4;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
    border-left: 2px solid #ef4444;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.lnk_hs_sbm2 .sub_menu_l2::before {
    position: absolute;
    content: "";
    border-left: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ef4444;
    top: 20px;
    left: -10px;
}

.lnk_hs_sbm2:hover .sub_menu_l2 {
    left: 110%;
    visibility: visible;
    opacity: 1;
}

.link:hover {
    color: #ef4444;
}

.sub_link {
    display: block;
    border-bottom: 1px dotted #ef4444;
    padding: 5px 0;
    transition: 0.3s ease;
    color: #ef4444;
}

.sub_link:hover {
    padding-left: 10px;
    background: #ef4444;
    color: #fff;
}

.tglr {
    display: none;
}


/* -----------banner---------- */

.swiper-button-prev,
.swiper-button-next {
    height: 40px;
    width: 40px;
    background: #ef4444;
    color: #fff;
}

.mySwiper .swiper-button-prev {
    left: 88%;
    top: 95%;
}

.mySwiper .swiper-button-next {
    right: 5%;
    top: 95%;
}

.gallery .swiper-button-prev {
    left: 92%;
    top: 10%;
}

.gallery .swiper-button-next {
    right: 0%;
    top: 10%;
}

.heding {
    position: relative;
}

.heding::before {
    content: "";
    transform: translateX(-50);
    height: 2px;
    width: 30px;
    background: #ef4444;
}

.slider_img {
    height: 560px;
    object-fit: cover;
}


/* ------------breadcrumb----------- */

.breadc {
    background: #3f3f3f;
    background-image: url(../images/bg-bottom.png);
    color: #fff;
}

.breadcrumb {
    background-repeat: no-repeat;
    background-position: top right;
}

.sdw,
.whtps_btn {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


/* ----------for small screen-------- */

@media (max-width: 600px) {
    .content_serv::after {
        background: rgba(0, 0, 0, 0.733) !important;
    }
}

@media (max-width: 991px) {
    .logo {
        height: 50px;
    }
    .hepp {
        color: white;
    }
    .slider_img {
        height: 250px;
        object-fit: cover;
    }
    .wall {
        background-color: rgba(255, 253, 253, 0.466);
    }
    .glue .hed {
        padding: 0 15px;
    }
    .top {
        padding-bottom: 6px;
    }
    .nav {
        position: fixed;
        height: 100%;
        width: 80% !important;
        z-index: 4;
        background: #fff;
        top: 0;
        left: -100%;
        overflow: scroll;
        padding-top: 50px;
        transition: 0.3s ease-in-out;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    .open {
        left: 0 !important;
        width: 100%;
    }
    ul {
        width: 100%;
        margin-top: 20px;
    }
    li {
        display: block;
        border-bottom: 1px solid #d1d5db;
    }
    a {
        display: block;
    }
    .overlay {
        visibility: hidden;
        opacity: 0;
        transition: 0.4s ease;
    }
    .active {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .hed {
        width: 100%;
    }
    .pl-0 {
        padding-right: 0;
    }
    .hed:after {
        display: none;
    }
    .lnk_hs_sbm2 .sub_menu_l2::before,
    .lnk_hs_sbm .sub_menu::before {
        display: none;
    }
    .lnk_hs_sbm .sub_menu {
        opacity: 1;
        visibility: visible;
        position: initial;
        width: 100%;
        box-shadow: none;
        border: none;
        background: #f3f4f6;
        height: 0;
        overflow: hidden;
        padding: 0;
        transition: 0.3s ease-in-out;
    }
    .tglr {
        display: flex;
        justify-content: space-between;
    }
    .tglr,
    .lnk_hs_sbm .sub_menu a {
        padding: 8px 10px;
    }
    .lnk_hs_sbm2 .sub_menu_l2 {
        opacity: 1;
        visibility: visible;
        position: initial;
        box-shadow: none;
        border: none;
        background: #e5e7eb;
        padding: 0;
        height: 0;
        overflow: hidden;
        width: 100%;
        transition: 0.3s ease-in-out;
    }
    .lnk_hs_sbm2 .sub_menu_l2 a {
        padding: 5px 15px;
    }
    .exapnd_sm {
        height: 100% !important;
    }
    .sub_link {
        color: black;
        border-bottom: 1px solid #d1d5db;
    }
    .breadca {
        height: 400px !important;
    }
}

.swiper-slide {
    background-repeat: no-repeat;
    background-position: left;
}

.content_serv,
.content_service {
    position: relative;
    z-index: 1;
}

.content_serv::after {
    position: absolute;
    content: "";
    top: 0;
    left: -80%;
    height: 100%;
    width: 180%;
    background: #f0f9ff;
    transform: skewX(28deg);
    transform-origin: 50% 50%;
    z-index: -1;
}

.content_service::after {
    position: absolute;
    content: "";
    top: 0;
    left: -30%;
    height: 100%;
    width: 100%;
    background: #fff;
    transform: skewX(-25deg);
    transform-origin: 50% 90%;
    z-index: -1;
}

.breadca {
    background: url("../images/about.jpg");
    height: 555px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.breadcc {
    background: url("../images/contactus.jpg");
    height: 555px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.breadcac {
    background: url("../images/career.jpg");
    height: 555px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.serv_img {
    transition: 0.5s ease-in-out;
}

.servicer:hover .serv_img {
    transform: rotate(360deg);
}

.bg_m {
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.815), rgba(255, 255, 255, 0.801)), url('https://i.gifer.com/F18t.gif');
    background-size: cover; */
}

.bg_m3 {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.815), rgb(255, 255, 255)), url('https://i.gifer.com/F18t.gif');
    background-size: cover; */
}

.quote {
    z-index: 30;
    transform-origin: 100% 100%;
    transform: rotate(270deg);
    position: fixed;
    right: 0;
    top: 15%;
}

.inquiry_form {
    z-index: 31;
    position: fixed;
    right: -100%;
    top: 15%;
    transition: 0.3s ease-in-out;
}

.show_inquiry {
    right: 0 !important;
}

.bg_m2 {
   
}

.cta {
    /*background: url('https://n.foxdsgn.com/custo/wp-content/uploads/2020/06/cal-to-ac-bg.jpg');*/
    background: #fff;
}

.achIcon span {
    transition: 0.5s ease-in-out;
}

.achIcon:hover span {
    transform: rotate(360deg);
}