@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* @font-face {
    font-family: 'Nebulosa Black Display Solid';
    src: url('fonts/Graviton---NebulosaBlackDisplaySolid.eot');
    src: url('fonts/Graviton---NebulosaBlackDisplaySolid.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graviton---NebulosaBlackDisplaySolid.woff2') format('woff2'),
        url('fonts/Graviton---NebulosaBlackDisplaySolid.woff') format('woff'),
        url('fonts/Graviton---NebulosaBlackDisplaySolid.ttf') format('truetype'),
        url('fonts/Graviton---NebulosaBlackDisplaySolid.svg#Nebulosa Black Display Solid') format('svg');
} */

@font-face {
    font-family: "Nebulosa Display Solid";
    src: url("https://db.onlinewebfonts.com/t/724145a95fea1b059590c9ebef419615.eot");
    src: url("https://db.onlinewebfonts.com/t/724145a95fea1b059590c9ebef419615.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/724145a95fea1b059590c9ebef419615.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/724145a95fea1b059590c9ebef419615.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/724145a95fea1b059590c9ebef419615.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/724145a95fea1b059590c9ebef419615.svg#Nebulosa Display Solid")format("svg");
}

/* 
Font family
-----------------------------------------------

    font-family: "DM Sans", sans-serif;
    font-family: "Nebulosa Display Solid";

-----------------------------------------------*/

:root {
    --primarycolor: #C8251B;
    --secondarycolor: #811910;

    --blackcolor: #000;
    --whitecolor: #fff;
    --errorcolor: #C73931;
    --selection: #d9d9d9;

    --blackbgcolor: #232425;
    --redbgcolor: #C73931;

    --font-DM-Sans: "DM Sans", sans-serif;
    --font-Nebulosa: "Nebulosa Display Solid";
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
}

body,
ul,
li,
a {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor);
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
    background: var(--whitecolor) !important;
}

/* == CONTAINER-CSS START ==
================================================= */

.container,
.e-con-inner,
.elementor-container {
    max-width: 100% !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about-outer .e-con-inner {
    max-width: 1200px !important;
}

@media (min-width: 1240px) {

    .container,
    .e-con-inner,
    .elementor-container {
        max-width: 87% !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        row-gap: 0 !important;
    }

    .home-about-outer .elementor-container,
    .view-more-outer .elementor-container {
        max-width: 1195px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

/* == CONTAINER-CSS END ==
================================================= */

hr.wp-block-separator {
    color: transparent !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.userway_buttons_wrapper {
    bottom: 100px !important;
}


/* == SELECTION-CSS ==
===============================================================*/

::-moz-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::-webkit-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::selection {
    background: var(--selection);
    color: var(--blackcolor);
}

/* == SELECTION-CSS ==
===============================================================*/




/* == BACKEND-ISSUES-CLEAR-CODE-CSS == 
===============================================================*/

body.elementor-editor-active .common-outer ul {
    float: none;
    width: auto;
    /* display: inline-flex; */
    margin: 0px;
}

body.elementor-editor-active .common-outer ul li {
    float: none;
    width: auto;
    color: #000;
    font-size: 20;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    padding: 0 10px;
}

body.elementor-editor-active .common-outer ul li::before {
    position: absolute;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    display: none;
}

.elementor-editor-active ul li::before {
    display: none !important;
}

/* == BACKEND-ISSUES-CLEAR-CODE-CSS == 
===============================================================*/





/* == TYPOGRAPHY-CSS == 
===============================================================*/

h1,
h2,
h3,
h4,
h5,
h6,
.common-outer h1,
.common-outer h2,
.common-outer h3,
.common-outer h4,
.common-outer h5,
.common-outer h6,
.common-outer h1 a,
.common-outer h2 a,
.common-outer h3 a,
.common-outer h4 a,
.common-outer h5 a,
.common-outer h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-Nebulosa);
    color: var(--blackcolor);
}

h1,
h1 a,
h1 strong,
.common-outer h1,
.common-outer h1 a {
    font-family: var(--font-Nebulosa) !important;
    font-weight: 400;
    font-size: 78px;
    color: var(--blackcolor);
    text-align: initial;
    line-height: 75px !important;
    margin: 40px 0 20px !important;
}

h2,
h2 a,
h2 strong,
.common-outer h2,
.common-outer h2 a {
    font-family: var(--font-Nebulosa) !important;
    font-weight: 400;
    font-size: 54px;
    color: var(--blackcolor) !important;
    line-height: 70px;
    margin: 40px 0 20px;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
    font-family: var(--font-Nebulosa) !important;
    font-weight: 400;
    font-size: 50px;
    color: var(--blackcolor) !important;
    line-height: 72px;
    margin: 40px 0 20px;
}


h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-Nebulosa) !important;
    font-weight: 400;
    font-size: 40px;
    color: var(--blackcolor) !important;
    line-height: 46px !important;
    margin: 40px 0 20px;
}

h5,
h5 a,
h5 strong,
.common-outer h5,
.common-outer h5 a,
h5.elementor-image-box-title {
    font-family: var(--font-Nebulosa) !important;
    font-weight: 400;
    font-size: 30px;
    color: var(--blackcolor) !important;
    line-height: 35px;
    margin: 40px 0 20px;
    letter-spacing: 0 !important;
}

h6,
h6 a,
h6 strong,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-DM-Sans) !important;
    font-weight: 600;
    font-size: 20px;
    color: var(--blackcolor) !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
}

.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 0 !important;
}



h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: var(--primarycolor) !important;
}

strong {
    font-weight: 700 !important;
}

.common-outer blockquote p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
    color: var(--primarycolor);
    font-weight: 600;
    transition: 0.5s ease;
}

a:hover {
    color: var(--blackbgcolor);
    transition: 0.5s ease;
}

p {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor);
    line-height: 28px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}


/* == TYPOGRAPHY-CSS == 
===============================================================*/



/* UL LI / OL LI CSS CODE START ::::::::::::::::::::::::::::::::::::::: */


.common-outer ul {
    margin: 20px 0 20px 20px !important;
}

.common-outer ul li {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;

    padding: 0px 0px 0px 18px;
    margin-bottom: 10px;
    position: relative;
}

.common-outer ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 12px;
    left: 0;
    border-radius: 2px;
    top: 9.3px;
    background-color: var(--secondarycolor);
}

.common-outer ol {
    padding-left: 17px;
    margin: 0 0 20px 20px;
}

.common-outer ol li {
    list-style-type: decimal;
}

.common-outer ol li {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
    padding: 0px;
    margin-bottom: 10px;
}

/* UL LI / OL LI CSS CODE END ::::::::::::::::::::::::::::::::::::::: */






/* == FORM-TYPOGRAPHY-CSS == 
===============================================================*/
::placeholder {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
}

label {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
    outline-offset: 0;
    background-size: 100% 1px;
    border-color: var(--wdtPrimaryColor);
}


.wpcf7-not-valid {
    border: none;
    border-bottom: 1px solid var(--errorcolor) !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.invalid .wpcf7-response-output {
    text-align: center;
    color: var(--errorcolor);
    border: 1px solid var(--errorcolor) !important;
    width: 100%;
    font-weight: 400;
    margin: 10px 0px 20px !important;
    font-size: 14px;
}






/* wpcf7 form wpcf7-response-output 
===============================================================*/





/* GREY BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg ul li,
.dark-bg ol li {
    color: var(--whitecolor) !important;
}

.dark-bg p {
    font-weight: 300;
}

.dark-bg strong {
    font-weight: 800 !important;
}

.dark-bg ul li::before {
    background: var(--whitecolor) !important;
}

.dark-bg a {
    text-decoration: underline !important;
    color: var(--whitecolor) !important;
}

/* DARK BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */






/* SCROLL_TO_TOP_CSS_START ==
===============================================================*/

a.ScrollTop {
    position: fixed;
    width: 53px;
    height: 53px;
    right: 30px;
    bottom: 120px;
    font-size: 0;
    transition: 0.5s ease;
    z-index: 999 !important;
    cursor: pointer !important;
    border-radius: 10px;
    background: var(--secondarycolor) !important;
    overflow: hidden;
    display: none;
}

a.ScrollTop::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/line-Arrow.svg);
    background-position: center !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    left: 0;
    top: 0;
    transition: 0.5s ease;
    filter: invert(1);
    transform: rotate(90deg);
}

/* a.ScrollTop::before {
    position: absolute;
    content: "up";
    width: 100%;
    height: 100%;
    top: 50px;
    font-size: 20px;
    z-index: 9;
    color: var(--whitecolor) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    left: 2px;
    transition: 0.5s ease;
} */

a.ScrollTop:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s ease;
}

a.ScrollTop:hover::after {
    top: 0px;
    transition: 0.5s ease;
}

/* a.ScrollTop:hover::before {
    top: 0px;
    transition: 0.5s ease;
} */

/* SCROLL_TO_TOP_CSS_END
===============================================================*/



/* BUTTON CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::: */

/* RED BUTTON CSS CODE ::::::::::::::::::::::::::: */

.red-button a {
    background: var(--primarycolor) !important;
    padding: 20px 47px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid var(--secondarycolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
    font-weight: 350 !important;
}

.red-button a:hover {
    background: var(--blackcolor) !important;
    padding: 20px 47px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid var(--primarycolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
}

a.black-btn {
    background: var(--blackcolor) !important;
    padding: 17px 24px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid var(--secondarycolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
    font-weight: 350 !important;
    text-align: center;
}

a.black-btn:hover {
    background: var(--secondarycolor) !important;
    padding: 17px 24px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid var(--blackcolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
}

/* BUTTON CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::: */




/* HEADER CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.header-mobile-menu .mobile-header img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(69deg) brightness(104%) contrast(101%) !important;
}

header.main-header {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #e7e7e8ad;
    width: 100%;
    transition: 0.5s ease;
}

header.main-header.sticky {
    /* position: sticky; */
    top: 0;
    background: var(--blackcolor);
    z-index: 1055;
    transition: 0.5s ease;
}

header.main-header.sticky ul li a {
    color: var(--whitecolor);
}

header.main-header.sticky nav ul li.current-menu-parent a,
header.main-header.sticky nav ul li.current-menu-item a,
header.main-header.sticky nav ul li a:hover {
    color: var(--primarycolor);
    transition: 0.5s ease;
}

header nav ul li.current-menu-parent a,
header nav ul li.current-menu-item a {
    font-weight: 600;
}


header .header-desktop-menu {
    display: flex;
    flex-direction: row;
    padding-left: 73px;
    padding-right: 73px;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.home .common-outer {
    padding: 0;
}

/* LOGO CSS CODE :::::::::::::::::::::::::::::::: */

header .header-logo {
    width: 380px;
    height: 60px;
}

header .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MENU CSS CODE :::::::::::::::::::::::::::::::: */

header nav {
    width: 65%;
}

header nav ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 25px;
}

header nav ul li a {
    font-family: var(--font-DM-Sans);
    font-weight: 600;
    font-size: 16px;
    color: var(--blackcolor);
    text-transform: uppercase;
    transition: 0.5s ease;
}

header nav ul li.current-menu-parent a,
header nav ul li.current-menu-item a,
header nav ul li a:hover {
    color: var(--secondarycolor);
    transition: 0.5s ease;
}

header.main-header .header-logo img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(14%) hue-rotate(273deg) brightness(104%) contrast(104%);
}

header.main-header.sticky .header-logo img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(69deg) brightness(104%) contrast(101%);
}


/* SUB MENU CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.header-desktop-menu nav.desktop-menu ul li.menu-item-has-children {
    padding-right: 13px;
    position: relative;

}

.header-desktop-menu nav.desktop-menu ul li.menu-item-has-children:hover>a {
    color: var(--primarycolor);
}

.header-desktop-menu nav.desktop-menu ul li .current-menu-item.menu-item-has-children:hover::after {
    transition: 0.5s ease;
    filter: brightness(0) saturate(100%) invert(16%) sepia(37%) saturate(3564%) hue-rotate(343deg) brightness(97%) contrast(104%) !important;
}

header.main-header.sticky .header-desktop-menu nav.desktop-menu ul li.menu-item-has-children::after {
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: 0.5s ease;
}




.header-desktop-menu nav.desktop-menu ul li.menu-item-has-children::after {
    position: absolute;
    content: '';
    background-image: url(../images/menu-dropdown-arrow.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    margin-left: 3px;
    right: 0;
    transition: 0.5s ease;
}


.header-desktop-menu nav.desktop-menu ul li {
    padding: 16px 0px 16px;
}

.header-desktop-menu nav.desktop-menu ul li ul.sub-menu {
    position: absolute;
    display: none;
    background: #811910e0;
    margin-left: 0px;
    z-index: 9;
    width: 260px;
    padding: 0 10px;
    margin-top: 7px;
}

.header-desktop-menu nav.desktop-menu ul li ul.sub-menu li a {
    border: 0 !important;
}

.header-desktop-menu nav.desktop-menu ul li ul.sub-menu li a {
    border: 0 !important;
    padding: 15px 15px !important;
    display: block;
    border-bottom: 1px solid #ffffff5c !important;
    border-radius: 0 !important;
    color: var(--whitecolor);
}

.header-desktop-menu nav.desktop-menu ul li ul.sub-menu li a:hover {
    background: transparent;
    color: var(--blackcolor);
    transition: 0.5s ease;
}


.header-desktop-menu nav.desktop-menu ul .sub-menu .current-menu-item a {
    color: var(--blackcolor) !important;
}

.header-desktop-menu nav.desktop-menu ul li ul.sub-menu li:last-child a {
    border-bottom: none !important;
}

.header-desktop-menu nav.desktop-menu ul li:hover ul.sub-menu {
    display: block !important;
}

.header-desktop-menu nav.desktop-menu ul li ul.sub-menu li {
    padding: 0;
}

    .header-mobile-menu {
        display: none !important;
    }

/* MOBILE MENU CSS CODE :::::::::::::::::::::::::::::::::::::::::::::::::  */

@media (max-width: 991px) {

    .header-mobile-menu {
        display: block !important;
    }

}

@media (max-width: 991px) {

    .header-desktop-menu {
        display: none !important;
    }

}

/* HEADER CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/






/* BANNER CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page-id-13 .common-outer {
    padding: 0 !important;
}

.banner-outer {
    /* height: 103vh !important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-outer .e-con-inner {
    display: flex;
    justify-content: center !important;
}

h1.bot-title-banner,
.banner-text h1 {
    color: var(--whitecolor);
    padding-left: 90px !important;
    margin-top: 50px !important;
    font-size: 75px !important;
}

p.top-tile-banner,
.banner-text p {
    color: var(--whitecolor) !important;
    font-weight: 600 !important;
    position: relative !important;
    padding-left: 92px !important;
    font-size: 22px !important;
}

p.top-tile-banner::before,
.banner-text p::before {
    position: absolute;
    content: "";
    width: 76px;
    height: 2px;
    background: #fff;
    top: 13px;
    left: 0;
}

/* BANNER CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/





/* HOME PAGE SERVICE SECTION CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::: */
.page-id-13 .services-shortcode.multiple {
    padding-top: 0px !important;
}

/* .about-outer {
    z-index: -1 !important;
} */

.about-text {
    padding-right: 40px !important;
}

.about-text .elementor-widget-heading h3 {
    margin-top: -15px;
}

.about-text .elementor-widget-heading h5 {
    margin: 0;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 14px;
}

.service-post-outer {
    padding: 37px 35px 245px 37px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 27px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 1;
}

.service-post-outer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/HP-service-box-overlay.svg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: -100%;
    transition: 0.5s ease;
    opacity: 0;
}

.service-post-outer.Tenant::before {
    background: url(../images/HP-tenant-service-box-overlay.svg);
}

.service-post-outer:hover::before {
    left: 0;
    opacity: 1;
    transition: 0.5s ease;
}

.service-post-outer .service-content {
    z-index: 9;
    position: relative;
}

.service-post-outer h3.service-title {
    margin: 0;
    color: var(--whitecolor) !important;
    font-size: 32px;
    line-height: 48px;
}

.service-post-outer .service-buttons {
    position: absolute;
    bottom: -50%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    right: 30px;
    gap: 20px;
    transition: 0.5s ease;
    opacity: 0;
}

.service-post-outer:hover .service-buttons {
    bottom: 30px;
    opacity: 1;
    transition: 0.5s ease;
}

.service-post-outer .service-buttons br {
    display: none;
}

.services-shortcode.multiple .services-container {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 40px;
}

.services-shortcode.multiple .services-container .service-single-post.Commercial {
    width: 60%;
    position: relative;
    padding: 35px 35px 45px 35px;
}

.services-shortcode.multiple .services-container .service-single-post.Commercial::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/DDE-line.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.services-shortcode.multiple .services-container .service-single-post.Commercial:hover::after {
    opacity: 1;
    transition: 0.5s ease;
}

.services-shortcode.multiple .services-container .service-single-post.Tenant {
    width: 34%;
    margin-top: -148px;
    padding: 20px 20px 20px 20px;
    position: relative;
}

.services-shortcode.multiple .services-container .service-single-post.Tenant::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/DDE-line-vertical.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.services-shortcode.multiple .services-container .service-single-post.Tenant:hover::after {
    opacity: 1;
    transition: 0.5s ease;
}

.services-shortcode.multiple .services-container .service-post-outer.Tenant {
    padding: 37px 20px 400px 25px;
}

.services-shortcode.multiple {
    padding-top: 90px;
}

.about-outer {
    padding-top: 106px;
    padding-bottom: 47px;
}

.service-single-post.Industrial {
    padding: 20px 32px 23px 32px;
    position: relative;
}

.service-single-post.Industrial::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/DDE-line-vertical1.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.service-single-post.Industrial:hover:after {
    opacity: 1;
    transition: 0.5s ease;
}


/* HOME PAGE SERVICE SECTION CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::: */






/* HOME SAFTY SECTION CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::*/

.contact-outer .e-con-inner {
    max-width: 100% !important;
}

/* LEFT CONTENT ::::::::::::::::::::::::::::::::::::: */

.contact-outer .e-con-inner .contact-heading {
    width: 59%;
}

.contact-heading .elementor-widget-heading {
    width: 100% !important;
}

.contact-heading {
    padding: 64px 80px 64px 82px !important;
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.contact-outer .e-con-inner .contact-heading .contact-title {
    width: 60%;
}

.contact-outer .e-con-inner .contact-heading .elementor-widget-heading h4 {
    font-family: var(--font-DM-Sans) !important;
    margin-top: 0;
    margin-bottom: 20px !important;
    letter-spacing: 2px;
}

/* RIGHT CONTENT ::::::::::::::::::::::::::::::::::::: */

.contact-outer .e-con-inner .weca-outer {
    width: 42%;
}

.weca-outer {
    padding: 64px 80px !important;
}

.weca-outer h6 {
    font-size: 32px;
}

.weca-outer .elementor-widget-image {
    width: 232px;
    height: 150px;
    object-fit: contain;
}

/* HOME SAFTY SECTION CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::*/







/* HOME TESTIMONIAL SECTION CSS CODE STRAT :::::::::::::::::::::::::::::::::::::::::::::::::*/

.homepage-testimonial-outer .e-con-inner {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
}

.homepage-testimonial-outer .HP-testimonial-heading {
    width: 100%;
    padding-top: 80px;
}

.homepage-testimonial-outer .HP-testimonial-heading h4 {
    margin-top: 0;
    padding-left: 33px;
}

.homepage-testimonial-outer .e-con-inner .HP-testimonial-content {
    width: 50%;
    margin-top: 90px;
    margin-bottom: 47px !important;
}

.homepage-testimonial-outer {
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.HP-testimonial-content .testimonial-slider .testimonial-content {
    background: #ffffffc4;
    padding: 33px;
    border-radius: 10px;
}

.HP-testimonial-content .testimonial-slider .testimonial-content p,
.HP-testimonial-content .testimonial-slider .testimonial-content h6 {
    color: var(--blackcolor) !important;
}

.HP-testimonial-content .testimonial-slider .testimonial-content h6 {
    font-size: 24px;
    margin-top: 22px;
    font-weight: 700;
}

.owl-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
    column-gap: 24px;
}

.owl-nav button {
    width: 53px;
    height: 53px;
    position: relative;
    font-size: 0 !important;
    background: var(--whitecolor) !important;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s ease;
}

.owl-nav button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    left: 0;
    top: 0;
    transition: 0.5s ease;
}

.owl-nav button.owl-prev::before {
    background: url(../images/line-Arrow.svg);
}

.owl-nav button.owl-next::before {
    background: url(../images/line-Arrow.svg);
    transform: rotate(180deg);
}

.owl-nav button:hover {
    background: var(--primarycolor) !important;
    transition: 0.5s ease;
}

.owl-nav button:hover::before {
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: 0.5s ease;
}



/* 
.owl-nav button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.5s ease;
}

.owl-nav button.owl-prev::after {
    background: url(../images/line-Arrow.svg);
    right: -50px;
    left: auto;
}

.owl-nav button.owl-next::after {
    background: url(../images/line-Arrow.svg);
    transform: rotate(180deg);
    left: -50px;
    right: auto;
} */

/* HOVER  */
/* 
.owl-nav button.owl-prev:hover::before {
    left: -40px;
    transition: 0.5s ease;
}

.owl-nav button.owl-prev:hover::after {
    right: 0;
    transition: 0.5s ease;
}

.owl-nav button.owl-next:hover::before {
    right: -40px;
    transition: 0.5s ease;
    left: auto;
}

.owl-nav button.owl-next:hover::after {
    right: auto;
    left: 0;
    transition: 0.5s ease;
} */

/* HOME TESTIMONIAL SECTION CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::*/





/* HOME CUSTOMER LOGO SECTION CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::*/

.customers-outer .e-con-inner {
    max-width: 100% !important;
    padding-top: 80px !important;
    padding-bottom: 83px !important;
}

.customers-outer .elementor-widget-heading .elementor-widget-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.customers-outer .elementor-widget-heading .elementor-widget-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--secondarycolor);
    top: 50%;
    left: 0;
}

.customers-outer .elementor-widget-heading h2 {
    font-size: 60px;
    text-align: right;
    position: relative;
    width: fit-content;
    background: #f1f1f1;
    color: #ACACAC !important;
    margin-top: 0;
    padding-left: 18px;
    padding-right: 20px;
}

.customer-shortcode {
    padding-top: 73px;
    padding-left: 55px;
    padding-right: 55px;
}

.customer-shortcode .item a {
    background: #fff !important;
    position: relative;
    padding-bottom: 40%;
    padding-top: 17px;
    border: 1px solid #CECECE;
    display: flex;
    justify-content: center;
    transition: 0.5s ease;
}

.customer-shortcode .item a:hover {
    border: 1px solid var(--blackcolor);
    transition: 0.5s ease;
}

.customer-shortcode .item a img {
    position: absolute;
    width: 70%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: auto;
}


.error-title h1 {
    text-align: center;
}

.error-page.red-btn {
    margin-top: 40px !important;
}

.red-btn a {
    background: var(--primarycolor);
    padding: 20px 47px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid var(--secondarycolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
    font-weight: 350 !important;
}

.red-btn a:hover {
    background: var(--blackcolor) !important;
    padding: 20px 47px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid var(--primarycolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
}

/* HOME CUSTOMER LOGO SECTION CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::*/



/* FOOTER CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::*/

footer {
    background: var(--blackbgcolor);
    position: relative;
}

.footer-section-one .footer-desc p {
    width: 80% !important;
}

footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
    mix-blend-mode: color-burn;
}

footer p {
    color: var(--whitecolor) !important;
    font-size: 16px;
    font-weight: 300;
}

footer h6 {
    font-size: 18px;
    text-transform: uppercase !important;
    color: var(--whitecolor) !important;
    font-weight: 600;
    line-height: 22px !important;
    margin-bottom: 6px;
}

footer a {
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 500;
}

footer a:hover {
    color: var(--primarycolor);
}

.footer-section-one .menu-footer-menu-container .current-menu-item a {
    color: var(--primarycolor) !important;
    transition: 0.5s ease;
}

.email-btn .footer-email {
    padding: 10px 20px !important;
    border-radius: 10px !important;
}

.email-btn {
    margin-bottom: 20px !important;
}

/* COL 1 CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.footer-section-one {
    display: flex;
    flex-direction: row;
    padding: 60px 85px 15px;
    gap: 60px;
    z-index: 1;
    position: relative;
}

.column-first {
    width: 30%;
}

.column-first .footer-logo {
    width: 210px;
    height: 60px;
    margin-bottom: 30px !important;
    margin-left: -3px;
}

.column-first .footer-logo img {
    width: 100%;
    object-fit: contain;
}

.column-two {
    width: 20%;
}

.column-three {
    width: 25%;
}

.column-three p {
    font-size: 18px;
    line-height: 34px !important;
}

.column-four {
    width: 25%;
}

.column-four p,
.column-four p a {
    font-size: 18px;
}

/* COL 2 CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.footer-section-two {
    padding: 0 85px 8px;
    z-index: 1;
    position: relative;
}

.license-and-logo {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--whitecolor);
    padding-top: 4px;
}

.license-and-logo p,
.license-and-logo p a {
    margin-bottom: 0 !important;
    font-size: 18px;
}

.license-and-logo a.footer-logo-link {
    width: 140px;
    height: 70px;
    margin-right: -10px;
}

.license-and-logo a.footer-logo-link img.footer-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* FOOTER CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::*/











/* PRoject Gallery Page start ===========================================================*/


.common-outer {
    padding-top: 60px;
    padding-bottom: 60px !important;
}

.banner-wrapper img.banner-image {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    height: 100%;
    width: 100%;
}

h1.hidden-heading-tag {
    display: none;
}

.banner-wrapper .banner-title-overlay h2 {
    position: absolute;
    top: 108px;
    color: white !important;
    font-size: 65px;
    left: 83px;
    font-weight: 400 !important;
}


.project-page .filter-button-group ul.main-project-list {
    border-bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0 !important;
}

.project-page .filter-button-group ul.main-project-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 12px 42.2px 10px;
    margin: 0 !important;
    background-color: initial;
    border: none;
    border-top: 5px #d9d9da solid;
    font-weight: 800 !important;
    font-size: 18px;
    color: #171c30;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
}

/* .project-page .filter-button-group ul.main-project-list li:hover {
    background-color: #811910;
    cursor: pointer;
    border-radius: 50px;
    color: white !important;
    transition: 0.5s ease !important;
} */


.project-page .filter-button-group ul.main-project-list li.active {
    border-color: var(--primarycolor);
}

.project-page .filter-button-group ul.main-project-list li::before {
    display: none;
}

.project-page .filter-button-group {
    border-radius: 100px;
    margin-bottom: 50px;
}

.project-page .container {
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-page .container_filter .content.grid {
    display: flex;
    /* display: -webkit-flex; */
    flex-direction: row;
    flex-wrap: wrap;
    width: 117%;
    position: relative;
    left: -80px !important;
}

.project-page .container_filter .content.grid .single-content {
    width: 49%;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    float: left;
    padding-left: 9px;
    margin-bottom: 9px !important;
}

.project-page .container_filter .content.grid .single-content a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    position: absolute;
    border: 1px solid #cccccc57;
}

.project-page .container_filter .content.grid .single-content .cat-description h4 {
    position: relative;
    color: var(--whitecolor) !important;
    font-family: var(--font-Nebulosa) !important;
    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
    margin-left: 20px;
    padding-right: 60px;
}

.single-project .cat-description {
    position: absolute;
    top: -40%;
    width: 100%;
    height: fit-content;
    transition: 0.5s ease;
    z-index: 1;
}

.single-project:hover .cat-description {
    top: 0;
    transition: 0.5s ease;
}

.single-project {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    /* background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to top right, #e0e0e0, #ffffff); */
    /* background: radial-gradient(circle at center, #ffffff 30%, #ffffff 60%, #f0f0f0 72%, #dcdcdc 100%); */
    background: radial-gradient(circle at center, #ffffff 30%, #ffffff 70%, #eeeeee 85%, #dddddd 100%);

}

.single-project::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/HP-service-box-overlay.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: -100%;
    transition: 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.single-project-thumbnail a {
    position: relative;
    padding-bottom: 72% !important;
    display: block;
}


.single-project:hover::before {
    left: 0;
    opacity: 1;
}

.content.grid .single-content .service-buttons {
    position: absolute;
    bottom: -50%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    right: 30px;
    gap: 20px;
    transition: 0.5s ease;
    opacity: 0;
}

.content.grid .single-content:hover .service-buttons {
    bottom: 30px;
    opacity: 1;
    transition: 0.5s ease;
}



/* About us Page Design Start============================================================================*/

.about-top-section {
    z-index: 0 !important;
}

.about-top-section .e-con-inner {
    max-width: 1240px !important;
}

.page-id-295 .common-outer {
    padding-bottom: 0 !important;
    background-color: #f1f1f1;
}

.banner-wrapper {
    height: 400px;
}

.banner-wrapper .banner-title-overlay h2 {
    position: absolute;
    top: 170px;
    color: white !important;
    font-size: 65px;
    left: 90px;
    font-weight: 400 !important;
}

.about-top-first-text h3 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 50px;
}

.about-top-first-text {
    width: 56% !important;
}

.about-top-left-img {
    width: 44% !important;
    width: 100%;
    height: 100%;
    position: relative;
}

.about-top-first-text p {
    width: 85% !important;
    font-weight: 400;
}

.service-page-text p {
    width: 80% !important;
}

.about-top-left-img .elementor-element-2466e89 img {
    border-radius: 25px;
    position: absolute;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.about-top-left-img .elementor-element-2466e89 .elementor-widget-container {
    position: relative;
    width: 100%;
    height: 100% !important;
    padding-bottom: 350px;
}

/* .about-top-left-img .elementor-element-2466e89 .elementor-widget-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to top right, #9f072d, #ef001f, #ffffff, #ffffff);
    z-index: 9;
    opacity: 0.3;
    border-radius: 25px;
} */

.about-top-left-img .elementor-element-6272c5f img {
    position: absolute;
    top: -100px;
    left: 33px;
    height: 65px;
    width: 70%;
    z-index: 9;
}

.about-block-content {
    padding-bottom: 18px;
}

.about-top-second-text h3 {
    line-height: 50px !important;
    font-size: 30px !important;
}

.about-top-second-text .elementor-element-49d27bc p {
    width: 100% !important;
    font-weight: 400;
}

.about-top-left-img .elementor-element-2466e89 .elementor-widget-container {
    position: relative;
    width: 100%;
    height: 100% !important;
    padding-bottom: 450px;
}

.about-top-left-img.two-img {
    left: 0;
    bottom: 64px;
}

.about-top-left-img .elementor-element-6d86923 img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.about-block-content {
    background-color: #232425;
    position: relative !important;
    top: -74px !important;
    width: 100% !important;
    border-radius: 0px !important;
    overflow: hidden !important;
}

.about-block-content .about-block p {
    text-align: start;
    color: white !important;
    font-size: 20px !important;
    line-height: 35px !important;
    font-weight: 300 !important;
}

.about-top-left-img.two-img .elementor-widget-container {
    height: 100% !important;
    width: 84%;
    top: 10px;
    left: 0;
    object-fit: cover;
    padding-bottom: 635px;
}


.about-top-left-img .two-img {
    background-position: 0px -64px !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 38% !important;
}

.about-block-content .about-block h5 {
    color: white !important;
    margin-bottom: 35px;
}

.about-block.top {
    border-bottom: 1px solid white;
    padding-bottom: 28px !important;
}

.three-container-outer .three-container {
    border: 1px solid black;
    border-radius: 20px;
}

.three-container-outer .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
}

.three-container-outer .three-container.center {
    background-color: var(--primarycolor);
    border: none;
}

.three-container p {
    text-align: start;
}

.three-container-outer .three-container.center h6 {
    color: white !important;
}

.three-container-outer .three-container.center p {
    color: white !important;
    padding-bottom: 30px;
}

.three-container-outer .three-container.right p {
    margin-bottom: 0 !important;
    padding-bottom: 56px;
}

.three-container-outer p {
    padding: 0px 25px 0px 25px;
}

/* .three-container.left {
    padding-bottom: 161px !important;
} */
.three-container-outer {
    margin-bottom: 73px !important;
}

.three-container h6 {
    font-size: 29px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.three-container.center {
    padding-bottom: 20px !important;
}

.success-story-outer .HP-testimonial-content {
    margin-top: 60px !important;
}

.success-story-outer .HP-testimonial-heading {
    position: relative;
    left: 0px !important;
    text-align: start !important;
}

.get-in-touch-outer a {
    color: var(--whitecolor);
}

.get-in-touch-outer a:hover {
    color: var(--blackbgcolor);
}

.get-in-touch-outer {
    background-color: var(--primarycolor);
}

.get-in-touch-outer h4 {
    color: white !important;
    font-size: 28px;
}

.get-in-touch-outer p {
    color: white !important;
    font-size: 20px;
    text-align: start;
    margin-bottom: 34px !important;
}

.get-in-touch-outer .e-con-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 426px;
    background: url(../images/bg-overlay-img.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    opacity: 0.5;
    display: block !important;
    right: 0px;
}

.get-in-touch-outer {
    padding-bottom: 29px;
}

.about-block-content .e-con-inner {
    position: relative !important;
    padding: 0px 80px !important;
}

.get-in-touch-outer .e-con-inner ul li {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 18px;
    color: var(--whitecolor);
    text-align: start;
}

.get-in-touch-outer .elementor-widget-container a {
    background: var(--blackcolor) !important;
    padding: 17px 24px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid #ffffff !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
    font-weight: 350 !important;
    text-align: center;
    text-decoration: none !important;
}

.get-in-touch-outer .elementor-widget-container a:hover {
    background: var(--secondarycolor) !important;
    padding: 17px 24px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    text-transform: none;
    border: 1px solid var(--blackcolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
}

.get-in-touch-outer .elementor-widget-container a u {
    text-decoration: none !important;
    font-weight: 350 !important;
}


.about-block-content .e-con-inner::before {
    position: absolute;
    content: "";
    width: 280px;
    height: 100%;
    background: url(../images/service-bg-shape-two.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    top: -80px;
    display: block !important;
    right: -71px;
}

.about-block-content::after {
    position: absolute;
    content: "";
    width: 310px;
    height: 100%;
    background: url(../images/service-bg-shape-three.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -20px;
}

.about-top-left-img .elementor-widget-container {
    position: relative;
    padding-bottom: 320px;
}

.about-top-left-img img {
    border-radius: 25px;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.about-top-left-img {
    position: relative !important;
}

.about-top-left-img .elementor-element-6272c5f .elementor-widget-container {
    position: relative;
    width: 70%;
    height: 100% !important;
    padding-bottom: 20%;
    top: 0px;
}

.about-top-left-img .elementor-element-6272c5f .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    object-fit: contain;
}

/* .about-top-left-img.two-img .elementor-element-6d86923::before {
    background-color: #811910;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 125px;
    border-radius: 120px;
} */
.about-top-left-img .elementor-element-6272c5f {
    position: absolute !important;
    bottom: 0;
    z-index: 999;
    left: 28px;
    width: 100%;
    top: 350px;
}

.text-editer .elementor-widget-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.three-container-outer .three-container {
    width: 100% !important;
    height: 100% !important;
}

.three-container-outer .e-con-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/* /////////SERVICE PAGE CSS START///// */

.page-id-86 .common-outer {
    padding-bottom: 0px !important;
    background-color: #f1f1f1;
}

.service-page {
    position: relative;
    padding-bottom: 3% !important;
}

.service-page .service-page-img .services-banner img {
    border-radius: 25px;
    position: absolute;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.service-page .service-page-img .services-banner .elementor-widget-containe {
    position: relative;
    width: 100%;
    height: 100% !important;
}

.service-page .service-page-img .services-banner .elementor-widget-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to top right, #9f072d, #ef001f, #ffffff, #ffffff);
    z-index: 9;
    opacity: 0.3;
    border-radius: 25px;
}


.service-page .service-page-img .services-overlay .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100%; */
    width: 100%;
    z-index: 9;
    object-fit: contain;
}

.service-page .service-page-img .services-overlay .elementor-widget-container {
    position: relative;
    width: 70%;
    height: 100% !important;
    padding-bottom: 20%;
    top: 0px;
}

.service-page .service-page-img .services-overlay {
    position: absolute !important;
    bottom: 0;
    z-index: 999;
    left: 28px;
    width: 100%;
    top: 240px;
}

.services-banner .elementor-widget-container {
    position: relative;
    padding-bottom: 60%;
}

/* .services-accordion-outer {
    background:#f1f1f1;
} */

.service-page {
    padding-bottom: 0px !important;
}

.accordion-header::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    right: 10px;

    transition: 0.3s;
    background: url(../images/arrow-up.svg);
    filter: brightness(0) saturate(100%);
    /* filter: brightness(0) invert(1); */
    /* filter: brightness(0) saturate(100%) invert(61%) sepia(63%) saturate(1265%) hue-rotate(337deg) brightness(100%) contrast(102%); */
    rotate: 0deg;
}

.accordion-header.active::before {
    rotate: -90deg;
    transition: 0.4s;
}

/* .accordion-header:hover {
    background-color: var(--secondarycolor) !important;
    transition: background-color 0.3s ease;
    border-radius: 12px;
}

 .accordion-header.active:hover {
    display: none !important;
} */


.accordion-header .ac-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px;
    background: var(--primarycolor);
    border-radius: 12px;
    margin-right: 10px;
    flex-shrink: 0;
}

.accordion-header .ac-img img {
    margin-right: 0px !important;
}

.accordion-header {
    padding: 10px 40px 10px 10px;
    position: relative;
    border-radius: 12px;


}

.services-accordion-outer .accordion-column .accordion-header h5 {
    color: var(--blackcolor) !important;
    font-family: var(--font-DM-Sans) !important;
    font-size: 20px !important;
    margin: 0px !important;
    font-weight: 600 !important;

}

.accordion-content {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #ffe3e3, transparent) 1;
    padding: 10px;
    /* background: #fefefe2b; */
    background: var(--blackcolor);
    border-radius: 0px 0px 10px 10px;
}

.services-accordion-outer .accordion-column .accordion-content p {
    color: var(--whitecolor) !important;
    font-size: 18px !important;
    font-weight: 300 !important;

}

.services-accordion-outer .accordion-column .accordion-content strong {
    color: var(--whitecolor) !important;
    font-size: 20px !important;
    line-height: 36px !important;

}

.services-accordion-outer .e-con-inner {
    padding: 65px 0px !important;
}

.services-accordion-outer {
    order: 3 !important;
    /* padding: 40px 0px !important; */
}

.accordion-column {
    padding: 40px 10px;
}

.accordion-column .accordion-item {
    /* padding: 10px; */
    margin-bottom: 14px;
    background: var(--whitecolor);
    border-radius: 12px;
}

/* /////////SERVICE PAGE CSS END///// */

/* /////////project-single CSS START///// */

.project-single-outer {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.project-single-outer .owl-carousel .owl-stage-outer {
    border-radius: 27px;
}

.project-single-outer .heading {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 10px !important; */
}

.project-single-outer .heading b {
    font-family: var(--font-Nebulosa) !important;
    color: var(--primarycolor) !important;
}

.project-single-outer .heading p {
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

/* .project-single-outer::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    right: 10px;
    top: 5px;
    transition: 0.3s;
    background: url(../images/arrow-up.svg);
    filter: brightness(0) invert(1);
    filter: brightness(0) saturate(100%) invert(61%) sepia(63%) saturate(1265%) hue-rotate(337deg) brightness(100%) contrast(102%);
    rotate: 0deg;
} */
.page-id-84 .common-outer {
    padding-bottom: 0px !important;
}

.project-page .e-con-inner {
    padding-bottom: 40px !important;
}

.project-gallery-heading {
    padding: 40px 20px 16px 0px;
}

.project-single-outer .owl-carousel .gallery-item img {
    width: 100%;
    /* margin: 0px 0px 30px 40px; */
    /* float: right; */
    /* display: block; */
    height: 100%;
    object-fit: cover;
    object-position: center !important;
    border-radius: 27px;
    overflow: hidden;
}

.project-single-outer .owl-carousel .gallery-item {
    width: 100%;
    height: 400px !important;
    /* background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(to top right, #e0e0e0, #ffffff); */
    /* background: radial-gradient(circle at center, #ffffff 0%, #f0f0f0 60%, #e0e0e0 100%); */
    background: radial-gradient(circle at center, #ffffff 0%, #ffffff 47%, #eeeeee 72%, #dddddd 100%);
}

.project-single-outer .owl-nav button {
    width: 35px;
    height: 35px;
    position: relative;
    font-size: 0 !important;
    background: var(--whitecolor) !important;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s ease;
}

.project-single-outer .owl-nav button:hover {
    background: var(--primarycolor) !important;
    transition: 0.5s ease;
}

.project-single-outer .owl-nav {
    width: 100%;
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
    padding-right: 30px;
    position: absolute;
    bottom: 25px;
}

.default-active .gallery-button-wrapper #view-gallery-btn {
    display: none;
}

.project-single-outer .owl-nav button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    left: 0;
    top: 0;
    transition: 0.5s ease;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%); */
}

.project-outer-item {
    float: right;
    width: 40%;
    margin: 0px 0px 50px 40px;
    position: relative;
}

/* .project-single-outer .owl-carousel {
    float: right;
    width: 40%;
    margin: 0px 0px 50px 40px;
} */

.gallery-button-wrapper {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.gallery-button-wrapper #view-gallery-btn {
    position: absolute;
    left: 32px;
    z-index: 1;
    bottom: 0;
    padding: 14px 24px;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 10px;
    text-transform: none;
    font-weight: 350 !important;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
}

.gallery-button-wrapper #view-gallery-btn:hover {
    background: var(--primarycolor) !important;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

.single-projects .red-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.single-projects .common-outer {
    background-color: #f1f1f1;
    padding-bottom: 40px !important;
}

/* /////////project-single CSS END///// */


/* /////////CONTACT US CSS START///// */

.page-id-458 .common-outer {
    background-color: #F1F1F1;

}

.contact-frm-form {
    background: var(--selection);
}

.contact-form .outer-contact-frm li::before {
    display: none;
}

.company-info-outer .elementor-widget-container {
    padding-bottom: 0;
}

.company-info-outer .info-common {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.company-info-outer .info-common .elementor-icon svg {
    fill: transparent !important;
}

.company-info-outer p {
    padding-bottom: 0px !important;
}

.company-info-outer p {
    margin-bottom: 0px !important;
    color: var(--whitecolor) !important;
}

.company-info-outer a {
    color: var(--whitecolor) !important;
}

.company-info-outer a:hover {
    color: var(--primarycolor) !important;
}

.contact-us-page .contact-us.banner .elementor-widget-container::before {
    display: none !important;
    /* position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to top right, #9f072d, #ef001f, #ffffff, #ffffff);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 9;
    opacity: 0.3;
    border-radius: 25px; */
}

.contact-us-page .services-banner .elementor-widget-container {
    position: relative;
    padding-bottom: 52%;
}

.contact-left-img .contact-us.banner {
    position: relative;
}

.contact-left-img .company-info-outer {
    position: absolute;
    display: flex !important;
    width: 100%;
    height: 100% !important;
    justify-content: center;
    padding: 45px 24px;
    border-radius: 20px;
    background: rgb(36 35 41 / 72%);
    backdrop-filter: blur(1px);
    /* margin: 25px 20px; */
}

.contact-left-img {
    display: flex;
    justify-content: center;
    padding: 0px !important;
}

.contact-us-page .e-con-inner {
    display: flex;
    gap: 35px !important;
    padding-bottom: 60px !important;
}

.contact-us-page .e-con-inner {
    padding: 0px !important;
}

.contact-top-outer {
    display: flex !important;
    justify-content: space-evenly !important;
}

.contact-page-form-outer .outer-image-contact .elementor-widget-container {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
    padding-bottom: 113%;

}

.contact-us-page p {
    width: 100% !important;
}

.contact-left-img {
    padding-bottom: 0px !important;
}

.contact-page-form-outer .outer-image-contact .elementor-widget-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    object-position: top;
}

.contact-page-form-outer {
    padding: 10px 10px !important;
}

.company-info-outer .elementor-icon {
    font-size: 35px !important;
}

.contact-form {
    width: 100% !important;
}

.contact-us-page .contact-top-outer .service-page-text {
    width: 100% !important;
}

.contact-us-page .contact-top-outer .contact-left-img {
    width: 100% !important;
    position: relative !important;
}

.contact-us-page .contact-top-outer {
    display: flex;
    justify-content: flex-end !important;
}

.contact-us-page .top-content {
    padding: 0px !important;
    width: 50% !important;
    margin-bottom: -180px;
}


.men-image {
    position: absolute !important;
    bottom: -63px;
    width: 280px;
    height: 344px;
    right: -51px;
}



.men-image .elementor-widget-container {
    position: relative;
    padding-bottom: 0px !important;
}

.men-image .elementor-widget-container img {
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    right: 0px;
    position: relative;
}






/* /////////CONTACT US CSS END///// */

/* FORM CSS///// */
.contact-page-form-outer .contact-form h3 {
    text-align: center;
}

.contact-form {
    background: #fff;
    border-radius: 12px !important;
    display: flex;
    justify-content: center;
    padding: 10px 20px !important;

}

.contact-form form ul {
    /* padding-left: 126px; */
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-top: 57px; */
    padding-bottom: 20px;
}

.contact-form form ul li {
    margin: 0;
    padding: 0;
    width: 48%;
}

.contact-form form ul .services-select,
.contact-form form ul li.description {
    width: 100% !important;
}

.contact-form form ul li.comments {
    width: 100%;
}

.contact-form form ul li.contact-submit {
    width: 100%;
    margin-top: 30px;
}

.contact-form form ul li::before {
    display: none;
}

.contact-form form ul li input {
    width: 100%;
}

.contact-top-outer h4 {
    margin: 50px 0 20px !important;
    width: 70% !important;
}

.contact-form .about-top-second-text {
    padding-top: 20px;
}

input {
    padding: 22px 10px;
    border: none;
    border-bottom: 1px solid #222128;
    font-size: 18px;
    font-family: var(--font-DM-Sans) !important;
    background: #fff !important;
}

textarea {
    padding: 22px 10px;
    border: none;
    border-bottom: 1px solid #222128;
    font-size: 18px;
    height: 90px;
    resize: none;
    width: 100%;
    font-family: var(--font-DM-Sans) !important;
    background: transparent !important;
}

.contact-form form ul li.contact-submit a.request-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: 30px;
}

span.wpcf7-spinner {
    /* position: absolute; */
    right: 0;
    top: 20px;
}

.contact-form form ul li.contact-submit input {
    width: fit-content;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: var(--whitecolor) !important;
    border: none !important;
    cursor: pointer;
    transition: 0.5s ease;
    background: var(--primarycolor) !important;
    padding: 20px 47px;
    font-size: 20px;
    border-radius: 20px;
    text-decoration: none !important;
    border: 1px solid var(--primarycolor) !important;

}



.contact-form form ul li.contact-submit input:hover {
    background: var(--blackcolor) !important;
    padding: 20px 47px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    border: 1px solid var(--primarycolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
}

/* FORM CSS///// */




/* SELECTOR FILD CSS CODE :::::::::::::::::::: */

form ul li.services-select ul.select2-selection__rendered {
    padding-left: 0;
}

form ul li.services-select input {
    padding: 12px 0 10px 10px !important;
    border: none !important;
}

ul li.services-select span.select2.select2-container {
    width: 100% !important;
}

ul .invalid .wpcf7-response-output {
    background: var(--errorcolor) !important;
    color: var(--whitecolor) !important;
    border-radius: 7px;
}

span.select2-selection.select2-selection--multiple {
    position: relative;
    /* height: 62px; */
    min-height: auto !important;
    margin-top: 10px;
    border-bottom: 1px solid #222128 !important;
    padding-right: 30px;
}

span.select2-selection.select2-selection--multiple:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/menu-dropdown-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    bottom: 21px;
    /* opacity: 0.7; */
    cursor: pointer;
    /* filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7490%) hue-rotate(233deg) brightness(107%) contrast(99%); */
    transform: rotate(0deg);
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    padding: 0;
    border-radius: 0 !important;
    background: 0 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    width: 100% !important;
    font-size: 15px;
    white-space: break-spaces;
    line-height: 19px;
    padding: 7px;
}

ul li.services-select li.select2-search.select2-search--inline {
    padding-left: 0;
    margin: 0;
}

ul li.services-select input {
    cursor: pointer !important;
}

ul li.services-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--tolightgrey-bgcolor);
    background: var(--redbgcolor);
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 7px;
    width: fit-content !important;
    white-space: break-spaces;
    line-height: 17px;
    padding: 8px 19px 8px 28px !important;
    position: relative;
    margin-right: 10px !important;
    color: #fff !important;
}

ul li.services-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 8px;
    color: #fdfff5;
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: 7px;
    font-weight: 400;
}

ul li.services-select .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered input.select2-search__field {
    margin-top: 0;
    border-bottom: 1px solid black;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    padding: 10px 6px !important;
    font-size: 15px !important;
    font-family: var(--font-DM-Sans) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primarycolor) !important;
    color: white;
}

.select2-dropdown {
    border: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.contact-form form .wpcf7-response-output {
    text-align: center;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 14px !important;
}

/* SELECTOR FILD CSS CODE :::::::::::::::::::: */





/* Career page CSS CODE :::::::::::::::::::: */


.career-column-two {
    padding: 20px;
}

.career-accordion-outer {
    position: relative;
}

.career-accordion-outer .career-accordion-item {
    padding: 10px;
}

.career-accordion-outer .career-accordion-item .accordion-header h5 {
    color: var(--blackcolor) !important;
    /* font-family: var(--font-DM-Sans) !important; */
    font-size: 20px !important;
    margin: 0px !important;
    font-weight: 600 !important;
    color: var(--primarycolor) !important;
}

.career-accordion-item {
    position: relative;
    padding: 0px !important;
    margin-bottom: 12px;
}

.career-accordion-item .accordion-header::before {
    background: var(--primarycolor);
    border-radius: 30px;
    filter: invert(13%) sepia(90%) saturate(7468%) hue-rotate(352deg) brightness(92%) contrast(116%);
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    right: 10px;
    transition: 0.3s;
    background: url(../images/arrow-up.svg);

}

.career-accordion-item .active:before {
    rotate: -90deg;
    transition: 0.4s;
}

/* .career-accordion-item .accordion-header ::before {
    position: absolute;
    content: "+";
    width: 30px;
    height: 30px;
    font-family:var(--font-Nebulosa);
    font-size: 30px;
    font-weight: 900;
    line-height:0;
    background-color: var(--primarycolor);
    border-radius: 3.125rem;
    color: var(--whitecolor);
    right: 10px;
    top: 10px;
    rotate: 0deg;
    text-align: center;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
} */


/* .career-accordion-item  .active  ::before {
    rotate: 0deg;
    content: "-" !important;
    transition: 0.4s;
    font-size: 30px;
    padding-bottom: 8px;
} */

/* .career-accordion-item .accordion-header::before {} */

.career-accordion-item .accodion-content {
    padding-left: 20px !important;
    /* background: #dc32322e; */
    border-radius: 0px 0px 20px 20px;
    padding: 20px 10px 10px 10px;
    margin-top: -10px;
    border: 1px solid var(--primarycolor);
    border-top: 0px;
}

.career-accordion-item .active {
    border-bottom: 0px !important;
    border-radius: 12px 12px 0px 0px;
}

.career-accordion-outer .career-accordion-item .accordion-header {
    border: 1px solid var(--primarycolor) !important;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    cursor: pointer;
}

/* .career-accordion-item .accordion-header{
    padding: 1rem 1.75rem;
    border: 0.0625rem solidrgb(20, 0, 0);
    cursor: pointer;
    position: relative;
    color: #333;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    } */
.page-id-978 .common-outer {
    background-color: #F1F1F1;
    padding-bottom: 0px !important;
}

.career-form {
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
}

.career-form li::before {
    display: none;
}

.career-form li {
    width: 100% !important;
}

.career-form ul {
    margin: 0px !important;
    margin-right: 20px !important;
}

.career-form ul .resume-upload input {
    border: none;
}



.career-form ul .submit-btn input {
    width: fit-content;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: var(--whitecolor) !important;
    border: none !important;
    cursor: pointer;
    transition: 0.5s ease;
    background: var(--primarycolor) !important;
    padding: 20px 47px;
    font-size: 20px;
    border-radius: 20px;
    text-decoration: none !important;
    border: 1px solid var(--primarycolor) !important;
}

.career-form ul .submit-btn input:hover {
    background: var(--blackcolor) !important;
    padding: 20px 47px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 20px;
    border: 1px solid var(--primarycolor) !important;
    transition: 0.5s ease;
    color: var(--whitecolor);
}

.career-form ul .submit-btn input {
    margin-left: 60px;
}

.career-form .submit-btn {
    text-align: center;
    margin-top: 30px;
}

.career-form .submit-btn span.wpcf7-spinner {
    /* position: absolute; */
    right: 0;
    top: 5px;
}

.career-form .wpcf7-response-output {
    text-align: center;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.career-form ul li input {
    width: 100%;
}

.career-form h3 {
    text-align: center;
    /* margin-top: 20px !important; */
    font-size: 30px !important;
}

.career-column-outer {
    column-gap: 30px !important;
}

.outer-career-description .e-con-inner {
    padding-bottom: 40px !important;
}

.services-accordion-outer .accordion-column .accordion-content strong {
    line-height: 24px !important;
    font-weight: 500 !important;
    font-size: 19px !important;
}

.career-form form ul .resume-upload .resume-note {
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-top: -8px;
    line-height: 18px !important;
    text-align: center;
}


.career-form ul .resume-upload input {
    width: 100% !important;
    padding: 15px 13px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--secondarycolor) !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    border: none !important;
    color: var(--whitecolor) !important;
    margin-top: -10px;
    text-transform: uppercase;
    transition: 0.5s ease;
}


.career-form ul .resume-upload input:hover {
    background-color: var(--blackcolor) !important;
    transition: 0.5s ease;
}

.career-form ul .resume-upload input::-webkit-file-upload-button {
    background-color: var(--secondarycolor);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.contact-form form ul li span.wpcf7-not-valid-tip {
    display: block !important;
    font-size: 15px;
    color: #c8251b;
    text-align: center;
}

.career-form ul .resume-upload input::-webkit-file-upload-button:hover {
    background-color: var(--secondarycolor);
}

/* For Firefox */
.career-form ul .resume-upload input::file-selector-button {
    background-color: var(--secondarycolor);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.career-form ul .resume-upload input::file-selector-button:hover {
    background-color: var(--secondarycolor);
}




.career-column-outer {
    display: flex !important;
}

.career-column-one {
    width: 60% !important;
}

.career-column-two {
    width: 40% !important;
}

.career-accordion-content-wrapper p {
    margin-bottom: 10px !important;
}

.career-accordion-content-wrapper ul {
    margin: 0px 0 20px 20px !important;
}

.outer-career-description {
    background-position: bottom !important;
}

.career-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
    font-size: 20px;
    font-family: var(--font-DM-Sans) !important;
    background: #fff !important;
}

.career-form .select2-container--default .select2-selection--single {
    padding: 22px 10px;
    border: none !important;
    border-bottom: 1px solid #222128 !important;
    font-size: 20px;
    font-family: var(--font-DM-Sans) !important;
    background: #fff !important;
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    height: 70px !important;
}

.career-form span.select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
}

.career-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa !important;
    border-bottom: 1px solid #222128 !important;
    border-radius: 0px !important;
}

.career-form .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    padding: 22px 10px;
    border: none !important;
    border-bottom: 1px solid #222128 !important;
    font-size: 18px;
    font-family: var(--font-DM-Sans) !important;
    background: #fff !important;
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    height: 70px !important;
}

.career-form .select2-selection .select2-selection--single::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/arrow-up.svg);
    right: 19px;
    background-size: contain;
    top: 43%;
    background-repeat: no-repeat;
}

.select2-selection__arrow {
    /* opacity: 0; */
    top: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px !important;
}

body.logged-in span.select2-dropdown.select2-dropdown--below {
    top: 33px;
}

body.logged-in span.select2-dropdown.select2-dropdown--above {
    top: 33px;
}

.career-form .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--blackcolor) !important;
}

/* 

::placeholder {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
}


label {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 20px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}


.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid var(--blackcolor) !important;
    color: var(--blackcolor);
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    font-family: var(--font-DM-Sans);
    box-sizing: border-box;
    transition: border-color 0.3s;
}


.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--blackcolor) !important;
}


.wpcf7-not-valid {
    border: none;
    border-bottom: 1px solid var(--errorcolor) !important;
}


.wpcf7-not-valid-tip {
    display: none !important;
}

.invalid .wpcf7-response-output {
    text-align: center;
    color: var(--errorcolor);
    border: 1px solid var(--errorcolor) !important;
    width: 100%;
    font-weight: 400;
    margin: 10px 0px 20px !important;
    font-size: 14px;
}


.wpcf7-form input[type="submit"] {
    background: transparent;
    color: var(--blackcolor);
    border: 1px solid var(--blackcolor);
    padding: 10px 24px;
    font-size: 18px;
    font-family: var(--font-DM-Sans);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    margin-top: 10px;
}

.wpcf7-form input[type="submit"]:hover {
    background: var(--blackcolor);
    color: #fff;
} */



/* PRE-LOADER CSS CODE :::::::::::::::::::: */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blackcolor) !important; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999 !important;
}

/* 
#preloader img {
  width: 100%;
  max-width: 250px;
  height: auto;
  animation: electricSmooth 1.2s ease-in-out infinite;
  filter: drop-shadow(0 0 10px var(--primarycolor)) drop-shadow(0 0 30px var(--secondarycolor));
}

@keyframes electricSmooth {
  0% {
    transform: scale(1);
    opacity: 0.85;
    filter: drop-shadow(0 0 5px var(--primarycolor)) drop-shadow(0 0 10px var(--secondarycolor));
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
    filter: drop-shadow(0 0 20px var(--primarycolor)) drop-shadow(0 0 40px var(--errorcolor));
  }
  100% {
    transform: scale(1);
    opacity: 0.85;
    filter: drop-shadow(0 0 10px var(--primarycolor)) drop-shadow(0 0 25px var(--secondarycolor));
  }
}  */


/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  perspective: 1200px;
  animation: fadeOut 1s ease-in-out 2s forwards; 
}

#preloader img {
  width: 100%;
  max-width: 250px;
  height: auto;
  transform-style: preserve-3d;
  animation: zoomSpinGlow 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  filter: drop-shadow(0 0 10px #C73931); 
}


@keyframes zoomSpinGlow {
  0% {
    transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg);
    opacity: 0.6;
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotateX(10deg) rotateY(10deg);
    opacity: 1;
  }
  60% {
    transform: scale3d(1.05, 1.05, 1.05) rotateX(-5deg) rotateY(-5deg);
    opacity: 0.9;
  }
  100% {
    transform: scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg);
    opacity: 0.6;
  }
}


@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
 */


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
    perspective: 1200px;
}

#preloader img {
    width: 100%;
    max-width: 250px;
    height: auto;
    animation: none;
}




/* HOME PAGE SLIDER REV CSS CODE START ::::::::::::::::::::::::::::: */

rs-arrow {
    background: #811910c7 !important;
    border-radius: 8px !important;
}

rs-arrow::before {
    display: none;
}

.skip-button.rev-btn {
    background: var(--primarycolor) !important;
    padding: 8px 18px 8px 18px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    border-radius: 16px !important;
    text-transform: none !important;
    border: 1px solid var(--secondarycolor) !important;
    transition: 0.5s ease !important;
    color: var(--whitecolor) !important;
    font-weight: 350 !important;
    font-family: var(--font-DM-Sans) !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    position: relative;
    line-height: 20px !important;
}

/* .skip-button.rev-btn::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    width: 11px;
    height: 11px;
    background-image: url(../images/pause.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;

} */

/* header nav ul

rs-sbg {
    height: 100vh !important;
    background-size: cover !important;
} */

.banner-outer {
    overflow: hidden !important;
    /* background-color: var(--blackcolor) !important; */
}

.banner-outer {
    margin-top: -3px;
}

/* HOME PAGE SLIDER REV CSS CODE END ::::::::::::::::::::::::::::: */

.grecaptcha-badge {
    z-index: 9999;
}
