/* Global Css*/

a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: medium none;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

body p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    font-family: 'Muli', sans-serif;
}

.grecaptcha-badge {

    z-index: 999;

}

body ul li {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px 0;
    font-family: 'Muli', sans-serif;
}

/* Global Css end*/


/* Slider Header*/
.Header_outer {

    float: left;
    width: 100%;
    position: absolute;
    top: 0px;
    /*   z-index: 9;    */
    /* overflow: hidden;*/
}

.Header_outer:before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    /* opacity: 0.8; */
    background: #2d3845;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.business_name {
    float: left;
    position: absolute;
    top: 90px;
    left: 210px;
}

.business_name p {
    float: left;
    width: 160px;
    color: #fff;
    z-index: 99;
    position: relative;
    font-size: 16px;
    text-align: left;
    font-weight: 900;
}

.header_logo a {
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
}

/* body.home .header_logo {
    width: 210px;
    height: 180px;
    position: absolute;
    top: 15px;
    left: 15px;
} */

.header_address {
    float: right;
    position: relative;
    z-index: 99;
    display: inline-flex;
    align-items: center;
}

.address {
    float: left;
    width: auto;
    position: relative;
    padding: 14px 40px;
}

.address p {
    color: #fff;
    margin: 0;
    position: relative;
}

.address p:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -34px;
    width: 14px;
    height: 18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAQAAADly58hAAABY0lEQVQokVWRSyjEYRTFv4nBwisiUlNeYWPtFZZDFsJCkUeNomwmCyXs7GxkY0VZSEksWGBDpCRKRCJRSjQmlEcx/Rz/RzP6Fvfec+695373Goz14vCzyCNfhFmnjSQbt8lc1oiwzwi9DLEB7FHq0pkcqK6ReKeTh2rOuaHMphd4sHNFZOO1vBxO2SXRUME3nRbUwhGfXBOw+lTxQ7thhjNVGZqluEwfs7JBK32JbcMV43KTuWDe0R7jnTzZDkKGN7rlFqumyqF9kqiR9fNsCNFvjfIhTZuuVWq5bBNhw47V1MO0Ev0kUCmZTRKFDXNnGFBdsYIMViV0z4vWU6A4jVumDOlcsmVlG1qZ0CT2Qmd5xffn1Onnk46u+4L6dZe78x4NMxhDNigejZ7Eo6YR6h2yRDPM2XJuvlc7ehJhyOKEQ1JiD/r3UjkWXMiK0vJdNHacIl3uQY3rotj/eRt0gUAs8gsKKHW/6Pt8fwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.Social_icons {
    float: left;
    width: auto;
    position: relative;
    padding: 14px 22px;
}

.Social_icons a {
    float: left;
}

.Social_icons a img {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.header_phone_number {
    float: left;
    width: auto;
    padding: 30px 40px 30px 70px;
    background: #ba975a;

}

.header_phone_number p {
    margin: 0;
}

.header_phone_number p a {
    color: #fff;
    margin: 0;
    position: relative;
}

.header_phone_number p a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -34px;
    width: 18px;
    height: 20px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/telephone.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    filter: invert(1);
}


.Slider {
    float: left;
    width: 100%;
    position: relative;
}

.Slider img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 500px;
}


/*Slider header*/


.header_logo {

    width: 210px;
    height: 180px;
    position: absolute;
    top: 15px;
    left: 15px;

}

.Header_outer.sticky .header_logo {
    height: 60px;
}

.header_logo img {
    width: 100%;
}

/*menubar*/

.menubar {

    float: right;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 60px;
    margin-top: 0px;
}

.active.nav-item a {
    color: #602a15;
}

.nav-mob {
    width: 100%;
}

nav.nav {
    position: relative;
    top: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    right: 19px;
    z-index: 9999;
}

nav .nav-list {
    text-align: left;
    float: right;
    padding: 0;
    margin: 0;
}

nav .nav-item {
    float: left;
    display: inline;
    zoom: 1;
    position: relative;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 0px;
}

nav .nav-item a {
    display: block;
    padding: 30px 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    cursor: pointer;
}

nav .nav-item:hover a {
    text-decoration: none;
    color: #ba975a;
}

.menus-nav.menubar.sticky {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    background: #2d3845;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    box-shadow: 0 0 10px 0 #777;
}

.sticky-header-logo-outer {
    display: none;
}

.menus-nav.menubar.sticky .sticky-header-logo-outer {
    display: block;
    width: auto;
    float: left;
}

.menus-nav.menubar.sticky .sticky-header-logo-outer a {
    float: left;
    width: 100%;
}

.menus-nav.menubar.sticky .sticky-header-logo-outer a img {

    max-width: 76px;
    margin: 9px 0 0 10px;

}

.menus-nav.menubar.sticky nav .nav-item a {

    padding: 37px 9px;

}

.menus-nav.menubar.sticky .nav-mob {

    width: auto;
    float: right;

}

.menus-nav.menubar.sticky nav .nav-item:hover .sub-menu {

    top: 104px;

}

.menus-nav.menubar.sticky .nav-item:hover .sub-menu a {
    padding: 9px 9px;

}


.menus-nav.menubar.sticky .nav-item .sub-menu a:hover {

    color: #fff;
    background: #d82529;
}

/* #preloader {
    background: #FFFFFF none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
} */

/* #status {
    background-image: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/preloader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 90px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
} */

/* Navigation submenu */

nav .nav-item:hover .sub-menu {
    list-style: none;
    padding-left: 0;
    display: block;
    z-index: 9;
}

.sub-menu>li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

nav .sub-menu {
    background-color: #868080;
    ;
    position: absolute;
    left: 0;
    width: 200px;
    padding: 0px 0 10px 0;
    display: none;
    border: 0px;
}

nav .sub-menu a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0px solid #FFFFFF;
    color: #444444;
    display: block;
    font-weight: normal;
    padding: 8px;
}

nav .sub-menu a:hover {
    color: #fff;
    background: #ba975a;
}


/* Mobile navigation */

nav .nav-mobile {
    display: none;
    /* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 10px;

}

nav .nav-mobile {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    color: #222222;
    font-size: 14px;
    padding: 10px 15px;
}

/* Mobile navigation, clickable area for revealing <ul> */

nav .nav-click {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

nav .nav-click i {
    padding: 10px 14px;
    color: #fff;
}

nav .nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav {
    margin-top: 0px;
}



.nav-item:hover .sub-menu a {
    color: #fff;
}

/* Menu End*/

/* Menu End*/



/* services */
section.services-outer {
    width: 100%;
    float: left;
    margin-top: 100px;
    position: relative;
    z-index: 9;
}

.serv-icon img {

    margin-top: -4px;
}

.services-inner {
    width: 100%;
    float: left;
    padding: 0px 30px;
    margin-bottom: 20px;
}

.servics-title {
    width: 100%;
    float: left;
    text-align: center;
}

.servics-title p {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    color: #fe4c00;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
}

.services-section {
    float: left;
    background: #2d3845;
    position: relative;
    /*  width: 23.7%;
    margin-right: 20px;*/
    padding: 30px 15px 20px 15px;
    border-radius: 10px;
    z-index: 99;
    height: 310px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;






}

.services-section:before {
    content: "";
    bottom: -11px;
    left: -28px;
    position: absolute;
    width: 90px;
    height: 90px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/ser_shape.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    opacity: 0.4;

}

.services-section:hover {
    background: #ba975a;
}

.services-section:last-child {
    margin-right: 0px;
}

.serv-icon {
    float: left;
    width: 48px;
}

.services-section:first-child .serv-title {

    padding: 0px 0 0 20px;
}

.services-section:nth-child(2) .serv-title {

    padding: 0px 0 0 20px;

}

.serv-title {
    width: 200px;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    text-align: left;
    margin: -6px 0 0 0;
}

.heading_outer {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #fff;
}

.serv-title h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

.serv-para {
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 999;
}

.serv-para p {
    float: left;
    color: #fff;
    width: 100%;
    text-align: left;
}

.services-inner .read-more {
    float: left;
    width: 100%;
}

.services-inner .read-more a {
    color: #fff;
    float: right;
    position: relative;
    padding: 0 40px 0 0px;
    cursor: pointer;
}

.services-inner .read-more a:hover {
    color: #fff;
}

.services-inner .read-more a:before {
    content: "";
    top: 7px;
    right: 11px;
    position: absolute;
    width: 9px;
    height: 14px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAf0lEQVQYlWWQIRKCYBBGl0CkWTBK0xtwF2hwAMesF9AuWSJjIpLIRpuJGTzH47ftJ7Ptzey371tjoMT8GDlfakXGnomTImPHh4siI+XNTZGx4UWjyEgYaYnkPDE9zzXq/hcffvEXf/fx2yBx9RJZUD171UModNTaM5XWHij0OQv8n6Y5OAV3jwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;

}

/* Services End*/


/* home About*/

.About_outer {
    width: 100%;
    float: left;
    padding: 100px 0 150px 0;
}

.Inner_about_section {

    float: left;
    width: 100%;

}

.About_content {
    float: left;
    padding: 0 0 0 60px;
}

.About_content h1 {
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    margin: 0;
}

.About_content h2 {

    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #d82529;
    line-height: 70px;
    margin: 0 0 30px 0;
}

.About_content h6 {

    color: #2d3845;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    position: relative;
    margin-left: 0px;
}

.About_content span {
    font-size: 22px;
    text-align: left;
    color: #000;
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
}

.About_content p {
    margin-bottom: 20px;
    float: left;
    text-align: left;
    font-family: 'Muli', sans-serif;
    position: relative;
}


.About_content .Read_More {
    position: relative;
    float: left;
}

.About_content .Read_More a {

    padding: 20px 60px 20px 30px;
    background-color: #000;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
}

.About_content .Read_More a:after {
    content: "";
    top: 22px;
    right: 15px;
    position: absolute;
    width: 28px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAAR3RSTlMACQsMDQ4QEhMVGBw1PkFCREVGR0hJSk1PUFFSU1RVV1pbYGJmiJKZm56jpKanqaqvsLS1vL7O0dLV3OTp7O3u7/Hy8/T1+hOrmjEAAACWSURBVCiRfZHHEoJAEAVHAbOuigrmCJhzRF1wBfz/P/LIhX19nO6pmqohSqBy1ZPGMcXzi+Eif+J1XGSPfgMXuQNv4iKzfZu4UNdeBxfaKhjggmw+JCrVqjKYfv+O6CI8Ka77e1K5a8poGbdoBm+wPhOkU040RT49D8fIKwsBvbYUfeTVTdiD+7ugjXxh7xvIE3vEn/4Dk70XE8AWbO8AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.About_content .Read_More a:hover {

    background-color: #ba975a;
    color: #fff;
}

.about_img_one {
    float: left;
    position: relative;
}

.about_img_one img {
    height: 560px;
    width: 460px;
    border-radius: 30px;
    object-fit: cover;
}

.about_img_two {
    position: absolute;
    bottom: 85px;
    right: 20px;
    z-index: 999;
}

.about_img_two img {
    height: 340px;
    width: 410px;
    border-radius: 30px;
    object-fit: cover;

}

.About_content ul {

    padding: 0;
    float: left;
    width: 100%;

}

.About_content ul li {
    list-style-type: none;
    /*font-size: 18px;*/
    color: #000;
    margin: 0 0 30px 50px;
    position: relative;
}

.About_content ul li::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -49px;
    width: 26px;
    height: 26px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/abt_icons.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Expertices*/

.Experties_outer {
    float: left;
    width: 100%;
    position: relative;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/expertices_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}

.choose_area {
    float: left;
    padding: 60px 0;

}

.choose_area h5 {
    color: #aeafb0;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.choose_area h1 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 35px;
    margin: 0 100px 0 50px;
    border-right: 1px solid #fff;
    padding: 70px 0;
}

.choose_area h1 span {
    font-weight: 600;
}

.choose_area_content {
    float: left;
}

.choose_area_content {
    float: left;
    padding: 70px 21px;
}

.choose_area_content p {
    color: #fff;
}

.experties_box {
    float: left;
    margin-right: 30px;
    border: 1px solid #fff;
    max-width: 23%;
    padding: 20px 20px;
    border-radius: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.experties_box:hover {
    background: #ba975a;
}

.experties_box:hover .icon_box {
    background: #fff;
}

.experties_box:last-child {

    margin: 0px;
}

.experties_box h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
}

.icon_box {
    height: 120px;
    width: 120px;
    background: #29333f;
    margin: 0 auto;
    display: table;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.experties_box:hover .icon_box img {
    opacity: 0;
}

.icon_box img {
    height: 60px;
    width: 56px;
    object-fit: cover;
    margin: 27px auto 0;
    display: table;
}

.icon_box_hover {

    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);


}

.icon_box_hover img {

    opacity: 0;
}

.experties_box:hover .icon_box_hover img {
    opacity: 1;
}

.experties_box p {
    color: #fff;
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
}

.experties_box_outer {

    float: left;
    width: 100%;
    padding: 20px 0 80px 0;

}

/*our pojects*/

.Home_gallery_section {
    float: left;
    width: 100%;
    /* padding: 40px 0; */
}

.gallery_content {
    width: 100%;
    margin: 50px 0;
}

.gallery_content h3 {
    font-size: 46px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500px;
    text-align: center;
    color: #000;
    position: relative;
    width: auto;
    margin: 0 auto 20px;
    display: table;
}

.gallery_content h3:before {
    content: "";
    top: -5px;
    left: 0px;
    position: absolute;
    width: 125px;
    height: 1px;
    background: #ba975a;
}

.gallery_content h3:after {
    content: "";
    top: -15px;
    left: 0px;
    position: absolute;
    width: 175px;
    height: 1px;
    background: #ba975a;
}

.gallery_content p {
    text-align: center;
    color: #000;
    padding: 0 60px;
    font-size: 16px;
    font-weight: 600;
}

.gallery_images {
    float: left;
    width: 100%;
    padding: 0;
    -moz-box-pack: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.gallery_images_section {

    width: calc((100% - 0px * 3) / 4);
    margin-right: 0px;
    float: left;
    position: relative;
    object-fit: cover;
    z-index: 99;
    margin-bottom: 0px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.gallery_images_section a {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: relative;
}

.gallery_images_section img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.gallery_images_section:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.gallery_images_section:before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    background: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.gallery_images_section:hover:before {
    opacity: 0.3;
}

.gallery_images_section:nth-child(3n) {
    margin-right: 0;
}

/* Rqst form*/

.Rqst_form_outer {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
}

.Rqst_form_outer::before {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 40px;
    width: 218px;
    height: 300px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/CMRLOGOnobackground1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /* opacity: 0.7; */
}

.rqst_img {
    height: 460px;
    width: 100%;
}

.rqst_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.form-outer {
    float: right;
    width: 60%;
    position: relative;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/rqst_formimg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 40px;
    border-radius: 20px;
    overflow: hidden;
    margin: -370px 4px 0 0;
}

.form-outer:before {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.8;
}

.reqst-title {
    width: 100%;
    float: left;
    margin: 40px 0px;
    position: relative;
    z-index: 99;
}

.reqst-title h1 {
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin-left: 55px;
    color: #fff;
    position: relative;
}

.reqst-title h1:before {

    content: "";
    top: -5px;
    left: 0px;
    position: absolute;
    width: 125px;
    height: 1px;
    background: #fff;
}

.reqst-title h1:after {

    content: "";
    top: -15px;
    left: 0px;
    position: absolute;
    width: 175px;
    height: 1px;
    background: #fff;
}

.form-reqst {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}


.form-outer form ul {
    padding: 0;
}

.form-outer form ul li {
    padding: 0;
    list-style-type: none;
    width: 47%;
    float: left;
    margin-bottom: 40px;
    z-index: 999;
    position: relative;
}

.form-outer form ul li:nth-child(2n) {
    float: right;
}

.form-outer form ul li input {
    width: 100%;
    float: left;
    padding: 10px 10px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.form-outer form ul li input.wpcf7-not-valid {
    border: 1px solid red;
}

.form-outer form ul li span.wpcf7-not-valid-tip {
    display: none;
}

.form-outer form ul li input::placeholder {
    color: #fff;
    opacity: 1;
}

.form-outer form ul li.Comments-box {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.form-outer form ul li.Comments-box textarea {

    background: transparent;
    border: none;
    width: 100%;
    resize: none;
    color: #fff;
    opacity: 1;
    height: 60px;
    padding: 0 10px;
}

.form-outer form ul li.Comments-box textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.form-outer form ul li.services-form {
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer !important;
    z-index: 999;
}

.form-outer form ul li.services-form:before {
    content: "";
    top: 7px;
    right: 11px;
    position: absolute;
    width: 16px;
    height: 14px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/down-arrow_white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    cursor: pointer;
}

.form-outer form ul li.services-form .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.form-outer form ul li.services-form .select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
    background: transparent;
    border: none;

}

.form-outer form ul li.services-form li.select2-search.select2-search--inline {

    width: 100%;
    border: none;

}

.form-outer form ul li.services-form .select2-container--default .select2-selection--multiple {
    background: transparent;
    border: none;
    width: 100% !important;
}

.form-outer form ul li.Comments-box input {

    padding: 0px 10px 30px 10px;

}

.send-button {

    float: none;
    width: auto;
    margin: 0 auto 20px;
    display: table;
    position: relative;
}

.send-button input {

    padding: 14px 60px 14px 30px;
    float: left;
    margin: 0px 0 0 0;
    border: none;
    background: #ba975a;
    color: #fff;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
}

.send-button input:hover {
    background: #000;
}

.send-button:after {
    content: "";
    top: 20px;
    right: 23px;
    position: absolute;
    width: 28px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAAR3RSTlMACQsMDQ4QEhMVGBw1PkFCREVGR0hJSk1PUFFSU1RVV1pbYGJmiJKZm56jpKanqaqvsLS1vL7O0dLV3OTp7O3u7/Hy8/T1+hOrmjEAAACWSURBVCiRfZHHEoJAEAVHAbOuigrmCJhzRF1wBfz/P/LIhX19nO6pmqohSqBy1ZPGMcXzi+Eif+J1XGSPfgMXuQNv4iKzfZu4UNdeBxfaKhjggmw+JCrVqjKYfv+O6CI8Ka77e1K5a8poGbdoBm+wPhOkU040RT49D8fIKwsBvbYUfeTVTdiD+7ugjXxh7xvIE3vEn/4Dk70XE8AWbO8AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.form-outer form div.wpcf7-validation-errors {

    border: 2px solid red;
    z-index: 999;
    float: left;
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
}

.form-outer form ul li.services-form ul .select2-selection__rendered .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: auto;
    margin-bottom: 0px;
}

.form-outer form ul li.services-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: auto;
    margin-bottom: 0px;
}

.form-outer form div.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
    color: #fff;
    text-align: center;
}

.form-outer form ul li.services-form ul.select2-selection__rendered {

    padding: 0 0 20px 10px;
    cursor: pointer;

}


/* footer end*/


/* footer */

.footer_outer {
    float: left;
    width: 100%;
    position: relative;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.footer_outer h1 {
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 30px 0 30px 0;
    font-weight: 400;
}

.footer_logos {
    float: left;
    padding: 20px 10px;
}

.logo {

    float: left;
    width: 100%;

}

.footer_menus {
    float: left;
}

.footer_logos .logo a img {

    width: 100%;
    float: none;
    margin: 0 auto;
    display: table;

}

.footer_logos p {
    float: left;
    width: 100%;
    color: #fff;
    text-align: left;
}

.footer_menus h2 {

    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-top: 30px;

}

.footer_menus ul.footer-menulist {

    padding: 30px 0 0 0px;
    float: left;
    width: 100%;
}

.footer_menus ul.footer-menulist li {

    list-style-type: none;
    width: 50%;
    float: left;
    margin-bottom: 25px;
    padding: 0 0 0 10px;
    position: relative;

}

.footer_menus ul.footer-menulist li:before {
    content: "";
    top: 10px;
    left: -10px;
    position: absolute;
    width: 6px;
    height: 11px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAf0lEQVQYlWWQIRKCYBBGl0CkWTBK0xtwF2hwAMesF9AuWSJjIpLIRpuJGTzH47ftJ7Ptzey371tjoMT8GDlfakXGnomTImPHh4siI+XNTZGx4UWjyEgYaYnkPDE9zzXq/hcffvEXf/fx2yBx9RJZUD171UModNTaM5XWHij0OQv8n6Y5OAV3jwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.footer_menus ul.footer-menulist li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
    -webkit-transition: 0.3s;
}

.footer_menus ul.footer-menulist li a:hover {
    color: #ba975a;
}

.footer_address h2 {

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 25px;

    margin-top: 30px;

}

.ftr_ada {

    float: right;
    width: 64%;
    margin-top: 25px;
    position: relative;
}

.ftr_ada:before {
    content: "";
    top: 12px;
    left: -35px;
    position: absolute;
    width: 17px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAQAAADly58hAAABY0lEQVQokVWRSyjEYRTFv4nBwisiUlNeYWPtFZZDFsJCkUeNomwmCyXs7GxkY0VZSEksWGBDpCRKRCJRSjQmlEcx/Rz/RzP6Fvfec+695373Goz14vCzyCNfhFmnjSQbt8lc1oiwzwi9DLEB7FHq0pkcqK6ReKeTh2rOuaHMphd4sHNFZOO1vBxO2SXRUME3nRbUwhGfXBOw+lTxQ7thhjNVGZqluEwfs7JBK32JbcMV43KTuWDe0R7jnTzZDkKGN7rlFqumyqF9kqiR9fNsCNFvjfIhTZuuVWq5bBNhw47V1MO0Ev0kUCmZTRKFDXNnGFBdsYIMViV0z4vWU6A4jVumDOlcsmVlG1qZ0CT2Qmd5xffn1Onnk46u+4L6dZe78x4NMxhDNigejZ7Eo6YR6h2yRDPM2XJuvlc7ehJhyOKEQ1JiD/r3UjkWXMiK0vJdNHacIl3uQY3rotj/eRt0gUAs8gsKKHW/6Pt8fwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.ftr_phn {

    float: right;
    width: 64%;
    position: relative;
}

.ftr_phn:before {
    content: "";
    top: 12px;
    left: -35px;
    position: absolute;
    width: 17px;
    height: 35px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAoCAMAAAAi2JHqAAABRFBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////63zJOAAAAbHRSTlMADRIWFxgcICMkJi03OjxCRUZPUFRfYWNkZWZnaGlqa2xtbm9wcXJzdHZ5ent9fn+Cg4SFhomKjI2Oj5WWnKmvsLG5ur6/wMTMzdDS09bX2Nrb3N3e3+Dh4uPk5ebo6err7O3v8PHy9Pb3+vx1mww4AAABG0lEQVQokWNgc0hLBYKkaDCISkxNjY9JdeJisIvWUVBWVlY1MDQAAkM1ZSVNXY0gJ4Y4cwYQ4PX29PDw8PQRZGBQdGeSSWSItGFkYWFh5jMyNjIyMjbhZ2YV0ePQimLwTwsODw8PC/L1A4OgsLAA38CUIIYQFwl5dCBpH8EQZcaACVSiGaKssIhrjoqPiqOKR+NIPxG27BxQwAljsJtEMfhlRMeCQFxsZFgEkASB6PRghhA3cWUQkJfRNdaTlQezpRzDEOlT2tfPVwPKVo5iiIS6hyfZWtg0UwDqniiGKAuoeJa5kH62IISjHsUQZwnVK+cVAjdHM4HBIVRFQhoIJEW1jXTFwEwJBX9XBg7ntGQwSIiKiIiHMNPcuQG0nVs3N7TkbAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.ftr_hrs {

    float: right;
    width: 64%;
    position: relative;
}

.ftr_hrs p {

    color: #fff;
}

.ftr_hrs:before {
    content: "";
    top: 12px;
    left: -35px;
    position: absolute;
    width: 17px;
    height: 27px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/hours.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.footer_logos .Social_icons a:last-child {
    margin: -2px 0 0 0;
}

.footer_address span {

    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.ftr_ada p {
    color: #fff;
    font-size: 15px;
}

.footer_address p a {
    color: #fff;
    font-size: 15px;
}

.footer_logos .Social_icons {
    float: none;
    margin: 0 auto;
    display: table
}

.footer_logos .Social_icons a img {

    margin-right: 26px;
}

.footer-copyright {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0 15px;
}



.footer-copyright::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ba975a;
    opacity: 0.2;
    width: 100%;
    height: 100%;

}

.footer-copyright p {
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #fff;
    float: left;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
    line-height: normal;
    padding: 25px 0 0 0px;
}

.footer-logo-360 {
    float: right;
    z-index: 1;
    position: relative;
    padding-right: 0px;
}

.footer_address {

    margin-bottom: 20px;

}


.about-content .alignleft {
    margin: 5px 50px 20px 0;
}


/* Blo Page*/

.common-outer {
    padding: 70px 0;
    float: left;
    width: 100%;
}

.common-outer p {
    text-align: left;
}

.top-banner-inner-section {
    float: left;
    width: 100%;
    position: relative;
    height: auto !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.top-banner-inner-section:before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background:#000; */
    opacity: 0.4;
}

.banner-inner-title h1 {
    z-index: 9;
    font-family: "Oswald";
    text-transform: uppercase;
    visibility: visible;
    line-height: 70px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 55px;
    margin: 0px;
    /* color: rgb(255, 255, 255); */
    color: #000;
    transform-origin: 50% 50%;
    opacity: 1;

}


.banner-inner-title {
    padding: 200px 0 108px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.blog-posts {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.blog-page .blog-img {
    position: relative;
}

.blog-inner-section .blog-img {
    position: relative;

}

.blog-inner-section .blog-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(95, 105, 116, 0.60);
    border-radius: 10px 10px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*.blog-post:hover .blog-img::before {

    opacity: 1;
    visibility: visible;
    margin-top: 0;
}*/
.blog-inner-section .blog-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    background-size: 100%;
}

.blog-inner-section .blog-info {
    margin: 0;
    padding: 43px 50px 20px;
    float: left;
    width: 100%;
}

.blog-inner-section .meta {
    margin-bottom: 23px;
    display: block;
    padding: 0;
    margin: 0 0 21px;
}

.blog-inner-section .blog_dv {
    float: left;
    width: 100%;
}

.blog-inner-section .meta li {
    margin-right: 17px;
    color: #888888;
    font-size: 14px;
    width: auto;
    float: left;
    list-style-type: none;
    margin-bottom: 20px;
}

.blog-inner-section .meta li a {

    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.blog-inner-section .meta li a:hover {
    color: #d82529;
}

.meta li a.admin {
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.meta li a.admin:hover {
    color: #d82529;
}

.blog-inner-section .posted_date {
    float: left;
}

.posted_date {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background-color: #ba975a;
    width: 59px;
    height: 75px;
    border-radius: 7px;
    text-align: center;
    padding-top: 11px;
}

.blog-inner-section .blog_ttl {
    float: left;
    width: calc(100% - 70px);
    padding-left: 20px;
    margin-bottom: 15px;
}

span.post_date_full {
    float: left;
    width: 100%;
}

.posted_date b {
    text-transform: uppercase;
}

.blog-inner-section .blog-info .post-title {
    font-size: 34px !important;
    line-height: 34px;
}

.blog-inner-section .blog-info .post-title a {

    color: #2d3845;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}


.blog-info .post-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 32px;
    margin-top: -7px;

}

.blog-inner-section .blog-info p {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.blog_ttl>a {
    position: static;
    display: inline-block;
    color: #2d3845;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    overflow: hidden;
    margin-top: 25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.blog_ttl>a:hover {

    color: #ba975a;
}

.blog_ttl>a i {
    margin-right: 12px;
}

.service-outer {
    float: left;
    width: 100%;
    padding: 0;
    -moz-box-pack: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}


.blog-post {
    padding: 0;
    float: left;
}

.blog-inner-section {

    float: left;
    box-shadow: 0px 15px 30px rgba(44, 44, 44, 0.10);
    width: 100%;
    margin-bottom: 50px;

}

.blog-sidebar {
    float: left;
}

.blog-sidebar #sidebar {

    border: 1px solid #ccc;
    padding: 20px 0;
    border-radius: 5px;

}

.widget-title {

    color: #ba975a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: -3px;
}

#sidebarwidgeted ul {
    padding: 0;
}

ul#sidebarwidgeted {
    padding: 0;
}

#sidebarwidgeted ul li {

    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

#sidebarwidgeted ul li a {
    display: block;
    color: #555555;
    font-size: 16px;
    padding: 0 0 0 30px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}



#sidebarwidgeted ul li a:hover {
    color: #ba975a;
    margin-left: 10px;
}

#sidebarwidgeted ul li a:before {
    content: "";
    top: 10px;
    left: 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/play.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

#recent-posts-2 {

    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
}

#archives-2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
}

#categories-2 {
    margin-bottom: 30px;
    padding-left: 30px;
}

.inner-bg {
    float: left;
    width: 100%;
}


.inner-single-page {
    float: left;
    width: 100%;
}

.single-blog-page {
    float: left;
}

.single-blog-page .blog-img {

    float: left;
    width: 100%;
}

.single-blog-page .blog-img img {


    border-radius: 10px 10px 10px 10px;
    object-fit: cover;
    background-size: 100%;
}

.single-blog-page .blog-img .blog-date-outer img {
    width: 100%;
}


.single-blog-content p img.alignleft {
    width: auto;
    height: auto;
}

.blog-date-single {

    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-date-single h4 {
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    background-color: #ba975a;
    width: 270px;
    height: 59px;
    border-radius: 7px;
    text-align: center;
    padding-top: 11px;
}

.single-blog-page h3 {

    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 20px;

}

.single-blog-page span {
    color: #4a87cb;
    font-size: 14px;
    margin-right: 15px;
}

.single-blog-content p span {
    color: #000;
}

.single-blog-page span a {
    color: #000;
}

.single-blog-content {

    float: left;
    width: 100%;
    margin-top: 20px;
}

.blog-content-sec {
    float: left;
    width: 100%;
    padding: 43px 50px 20px;
    box-shadow: 0px 15px 30px rgba(44, 44, 44, 0.10);
    margin-bottom: 50px;
}


.postcomments {

    float: left;
    width: 100%;
    margin-top: 30px;
}

.postcomments h3 {

    font-size: 25px;
    font-weight: 800;
    margin-bottom: 18px;
    float: left;
    width: 100%;
    color: #2d3845;
}

.postcomments strong {

    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.postcomments form#commentform {
    float: left;
    width: 100%;
}

.postcomments form#commentform label {

    font-size: 12px;
}

.postcomments form#commentform .error {
    color: red;

}

.postcomments form#commentform label small {

    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;

}

.postcomments form#commentform textarea {

    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 0 0 0 10px;
    resize: none;
}

.postcomments form#commentform input {

    margin-right: 9px;
    border: 1px solid #ccc;
    padding: 0 0 0 10px;
}

.postcomments form#commentform #submit {

    border: none;
    padding: 15px 40px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-family: 'Muli', sans-serif;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.postcomments form#commentform #submit:hover {
    background-color: #d82529;
}

.commentlist {
    padding: 0;
    float: left;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background-color: #fbfbfb;
}

.commentlist li {
    list-style-type: none;
    padding: 20px 30px;
    float: left;
    width: 100%;
}

.commentlist li .fn a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.commentlist li .fn {
    margin-right: 15px;
}

.commentlist li .says {
    font-weight: 800;
}

.comment-author.vcard {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.comment-meta.commentmetadata a {
    color: #000;
    font-size: 16px;
}

.commentlist .comment-awaiting-moderation {
    font-size: 17px;
    margin: 0 0 10px 0;
    float: left;
}

.comment-meta.commentmetadata {
    float: left;
    width: 100%;
}

.commentlist p {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.reply {
    float: right;
}

.reply a.comment-reply-link {
    color: #fff;
    background-color: #000;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #a9a9a9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reply a.comment-reply-link:hover {
    background-color: #d82529;
}

/* About Us */
.about-content {
    float: left;
    width: 100%;
}

.mission_outer {
    float: left;
    width: 100%;
    position: relative;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/abt_bg_img1.jpg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed !important;
}

.mission_area {
    float: left;
    padding: 46px 0;
}

.mission_area h1 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 35px;
    margin: 0 100px 0 50px;
    border-right: 1px solid #fff;
    padding: 70px 0;
}

.mission_area_content p {
    color: #fff;
}

.mission_area_content {
    padding: 70px 0;
}

/* Services page*/

.service__box {
    display: block;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all ease .3s;
    overflow: hidden;
    margin-bottom: 40px;
    cursor: pointer;
}

.service__image {
    float: left;
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
}

.expertise-outer .service__image {

    height: 290px;
}

.service__info {

    float: left;
    width: 100%;
    position: relative;
    padding: 25px 20px;
    background: #fff;
    height: 260px;
}

.service__info h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 50px 0px 0;
    color: #2d3845;
    height: 55px;
}

.service__info {
    font-size: 14px;
}

.service__info p {
    color: #000;
}

.service__box .service__arrow {
    height: 40px;
    width: 40px;
    padding: 8px 10px 10px 10px;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    right: 20px;
    background: #ba975a;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}


.service__arrow .fa-arrow-circle-o-right::before {

    font-size: 23px;
    content: "";
    top: 10px;
    right: 10px;
    position: absolute;
    width: 19px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAAR3RSTlMACQsMDQ4QEhMVGBw1PkFCREVGR0hJSk1PUFFSU1RVV1pbYGJmiJKZm56jpKanqaqvsLS1vL7O0dLV3OTp7O3u7/Hy8/T1+hOrmjEAAACWSURBVCiRfZHHEoJAEAVHAbOuigrmCJhzRF1wBfz/P/LIhX19nO6pmqohSqBy1ZPGMcXzi+Eif+J1XGSPfgMXuQNv4iKzfZu4UNdeBxfaKhjggmw+JCrVqjKYfv+O6CI8Ka77e1K5a8poGbdoBm+wPhOkU040RT49D8fIKwsBvbYUfeTVTdiD+7ugjXxh7xvIE3vEn/4Dk70XE8AWbO8AAAAASUVORK5CYII=');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.service__box:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .1);
}

.service__box:hover .service__info h5 {

    color: #ba975a;
}

.service__box:hover .service__arrow {
    background: #2d3845;
    border: none;
}

.service__box:hover .service__arrow .fa-arrow-circle-o-right::before {
    color: #fff;
}

.services-single-images .image {
    float: left;
    width: 50%;
    margin: 0 40px 20px 0;
}

/* Servicse single page*/

.single-service-outer {
    float: left;
    width: 100%;
}

.sidebar-side {
    float: left;
    margin-bottom: 50px;
    padding: 38px 30px 40px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.sidebar-widget.sidebar-category {
    float: left;
    width: 100%;
}

.sidebar-side ul.list {
    padding: 0;
    float: left;
    width: 100%;
}

.sidebar-side ul.list li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
}

.sidebar-side ul.list li a {
    display: inline-block;
    position: relative;
    padding: 13px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all ease .5s;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}


.sidebar-side ul.list li a:before {

    content: "";
    top: 21px;
    right: -4px;
    position: absolute;
    width: 7px;
    height: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAf0lEQVQYlWWQIRKCYBBGl0CkWTBK0xtwF2hwAMesF9AuWSJjIpLIRpuJGTzH47ftJ7Ptzey371tjoMT8GDlfakXGnomTImPHh4siI+XNTZGx4UWjyEgYaYnkPDE9zzXq/hcffvEXf/fx2yBx9RJZUD171UModNTaM5XWHij0OQv8n6Y5OAV3jwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    filter: invert(1);

}

.sidebar-side ul.list li a:hover {
    margin-left: 10px;
    color: #ba975a;
}

.content-side {
    float: left;
    width: 100%;
    padding: 0 0 0 40px;
}

.services-single-images .image img {
    width: 100%;
    float: left;
}

.services-single-images .lower-box {
    float: none;
    width: auto;
    margin: 0 0 0 0px;
}

.service-inner {
    float: left;
}

/* Project gallery*/

.project-block {
    position: relative;
    margin-bottom: 30px;
    float: left;
}

.project-block .image-box {
    position: relative;
}

.project-block .image-box .image {
    position: relative;
    margin: 0;
}

.project-block .image-box .image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.project-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}

.project-block .overlay-box .inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .overlay-box h4 {
    position: relative;
    display: flex;
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.project-block .tags {
    position: relative;
    color: #fff;
    font-weight: 500;
}

.project-block .overlay-box h4 a {
    display: flex;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.project-block .image-box:hover .overlay-box {
    background-color: rgba(26, 41, 54, .95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.project-block .image-box:hover .overlay-box::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.project-block .overlay-box::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #ec972c;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-delay: 0s;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}

.project-block .image-box:hover .overlay-box .inner {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    opacity: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

/* Projecy gallery single page */
.project-inner-sec {
    float: left;
    width: 100%;
    position: relative;
}

/*.project-inner-sec .sidebar-side{  

background-color: rgba(26,41,54,.95);

}*/

.project-inner-sec .sidebar-side ul.list li a {
    color: #2d3845;
    text-transform: capitalize;
}

.project-inner-sec .sidebar-side ul.list li a:hover {
    color: #d82529;
}

.project-inner-sec .sidebar-side ul.list li a::before {
    filter: invert(0);
}

.project-single {
    float: left;
    width: 100%;
}

.project-single-images {
    float: left;
    width: 100%;
}

.project-single-images .image img {
    float: left;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-single-images .owl-stage-outer {
    float: left;
    width: 100%;
}

.project-single-images .owl-stage-outer .item {
    float: left;
    width: auto;
}

.project-single-images .owl-stage-outer .item img {
    float: left;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.project-single-images .owl-nav.disabled {
    float: left;
    width: 100%;
}

.project-single-images .owl-nav.disabled {
    float: none;
    width: auto;
    margin: 0 auto;
    display: table;
}

.project-single-images .owl-nav.disabled .owl-prev {
    float: left;
    margin-right: 15px;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(26, 41, 54, .95);
    cursor: pointer;
    text-transform: capitalize;
}

.project-single-images .owl-nav.disabled .owl-next {

    float: left;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(26, 41, 54, .95);
    cursor: pointer;
    text-transform: capitalize;
}

.project-single-images .lower-box {

    float: left;
    width: 100%;
    margin-top: 10px;

}

.project-single-images .outer-caurosel .item img {
    height: 270px;
    object-fit: cover;
}

/* Contact page*/

.contact-page-section {
    position: relative;
}

.form-column {
    position: relative;
}

.form-column .inner-column {
    position: relative;
    padding: 30px 0;
}

.sec-title {
    margin-bottom: 30px;
    position: relative;
}

.sec-title .float-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 72px;
    line-height: 1em;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .10;
    font-family: "Arimo", sans-serif;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #2f2f2f;
    font-weight: 700;
    padding: 16px 0;
}

.contact-form {
    margin-bottom: 80px;
    float: left;
    width: 100%;
}

form ul.contactform {
    padding: 0;
    float: left;
    width: 100%;
}

form ul.contactform li {
    position: relative;
    margin-bottom: 30px;
    list-style-type: none;
    width: 47%;
    float: left;
}

form ul.contactform li:nth-child(2n) {
    float: right;
}

form ul.contactform li input {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    border: none;
    color: #777777;
    line-height: 19px;
    padding: 10px 7px;
    background-color: transparent;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

form ul.contactform li.contact-cell {

    width: 100%;

}

form ul.contactform li.product_slect {

    width: 100%;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-bottom: 1px solid #000;
}

form ul.contactform li.product_slect .select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px;
}

form ul.contactform li.product_slect .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

form ul.contactform li.product_slect ul.select2-selection__rendered li {
    margin: 0 8px 7px 0;
    width: auto;
    float: left;
    -webkit-appearance: none;
    line-height: normal;
    outline: none;
}

form ul.contactform li.product_slect ul.select2-selection__rendered li input {


    background-image: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;

}

form ul.contactform li.contact-submit {

    margin: 0 auto;
    width: auto;
    float: left;
    display: table;
    position: relative;

}

form ul.contactform li.contact-submit .con-btn-switch {

    padding: 17px 60px 18px 30px;
    background-color: #000;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    outline: none;
    width: auto;
    height: auto;
    text-transform: capitalize;

}

form ul.contactform li.contact-submit .con-btn-switch:hover {
    background-color: #ba975a;
    color: #fff;
}


form ul.contactform li.contact-submit #submit {

    padding: 17px 60px 18px 30px;
    background-color: #000;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    outline: none;
    width: auto;
    height: auto;
    text-transform: capitalize;

}

form ul.contactform li.contact-submit #submit:hover {
    background-color: #d82529;
    color: #fff;
}

form ul.contactform li.contact-submit::after {
    content: "";
    top: 18px;
    right: 15px;
    position: absolute;
    width: 28px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAAR3RSTlMACQsMDQ4QEhMVGBw1PkFCREVGR0hJSk1PUFFSU1RVV1pbYGJmiJKZm56jpKanqaqvsLS1vL7O0dLV3OTp7O3u7/Hy8/T1+hOrmjEAAACWSURBVCiRfZHHEoJAEAVHAbOuigrmCJhzRF1wBfz/P/LIhX19nO6pmqohSqBy1ZPGMcXzi+Eif+J1XGSPfgMXuQNv4iKzfZu4UNdeBxfaKhjggmw+JCrVqjKYfv+O6CI8Ka77e1K5a8poGbdoBm+wPhOkU040RT49D8fIKwsBvbYUfeTVTdiD+7ugjXxh7xvIE3vEn/4Dk70XE8AWbO8AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

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

form ul.contactform li input.wpcf7-not-valid {
    border: 1px solid red;
}

div.wpcf7-validation-errors {

    border: 1px solid red !important;
    float: left;
    width: 100%;
    text-align: center;
    color: red;
}

.contact-info {

    float: left;
    width: 100%;

}

.contact-info .info-block {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.contact-info .info-block .inner {
    position: relative;
    margin: 0 auto;
    display: table;
}

.contact-info .info-block h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ba975a;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info .info-block p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin: 0;
    padding-right: 20px;
}

.contact-info .info-block p a {
    color: #777777;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info .info-block p a:hover {
    color: #d82529;
}

.inner.Location {
    position: relative;
}

.inner.Location:after {

    content: "";
    top: -66px;
    left: 0px;
    position: absolute;
    width: 50px;
    height: 51px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/addressone.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}


.inner.Call {

    position: relative;
}


.inner.Call:after {

    content: "";
    top: -66px;
    left: 0px;
    position: absolute;
    width: 50px;
    height: 51px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/conversationone.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}



.inner.Email {

    position: relative;
}


.inner.Email:after {

    content: "";
    top: -66px;
    left: 0px;
    position: absolute;
    width: 50px;
    height: 51px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/clock.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}


.map-column {

    float: left;

}

.map-outer {

    float: left;
    width: 100%;
}

.map-outer iframe {

    float: left;
    width: 100%;
}

div.wpcf7-mail-sent-ok {

    border: 1px solid #398f14;
    float: left;
    width: 100%;
    text-align: center;

}



/* career page*/

section.career-outer {

    float: left;
    width: 100%;
}

.career-inner {

    float: left;
    width: 100%;

}

.job-inner-single {
    float: left;
    width: 100%;
}

section.career-outer .hiring-now-content {
    width: 48%;
    float: left;
    background: #F3F5F6;
    margin-bottom: 30px;
    padding: 30px;
}


section.career-outer .hiring-now-content:nth-child(2n) {
    float: right;
}

section.career-outer .hiring-now-content h2 {

    font-size: 30px;
    font-weight: 700;
    color: #2d3845;
    font-family: 'Raleway', sans-serif;
    margin-top: 0;

}

section.career-outer .hiring-now-content p {
    color: #8e8f9a;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
}

.apply-now {
    width: 100%;
    float: left;
    margin: 0 0 20px;

}



.apply-now a {
    padding: 15px 25px;
    border-radius: 5px;
    float: left;
    font-size: 17px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.apply-now a:hover {
    background-color: #ba975a;
    color: #fff;
}

.career-inner.wow.fadeInLeft {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}

/* Application page */

.outer-application-form {

    float: left;
    width: 100%;
    position: relative;

}

.outer-application-form div.wpcf7 {
    float: left;
    width: 100%;
}

.outer-application-form div.wpcf7 form {
    float: left;
    width: 100%;
    border: 0;
    padding: 0px 0px 0px 0px;
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0px 8px 16px 0px rgba(200, 200, 200, 0.3);
}

.outer-application-form ul.job-application {

    padding: 30px 80px;
    float: left;
    width: 100%;
    margin: 0;
}

.outer-application-form ul.job-application li {
    list-style-type: none;
    width: 47%;
    float: left;
    margin-bottom: 20px;
}

.outer-application-form ul.job-application li:nth-child(2n) {

    float: right;
}

.outer-application-form ul.job-application li input {

    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    border: none;
    color: #000;
    line-height: 19px;
    padding: 8px 7px;
    background-color: transparent;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.outer-application-form ul.job-application li.job-address textarea {

    border: none;
    ;
    border-bottom: 1px solid #e1e1e1;
    height: 45px;
    font-size: 16px;
    color: #000;
    width: 100%;
    resize: none;
    padding: 10px 7px;

}

.outer-application-form ul.job-application li.job-address span.address {

    padding: 0;
    width: 100%;
    height: 40px;

}

.outer-application-form ul.job-application li.job-resume {
    width: 100%;
    border: 1px solid #000;
    float: left;
    padding: 0 10px;
    margin: 20px 0;
}

.outer-application-form ul.job-application li.job-submit {

    width: auto;
    float: none;
    margin: 40px auto 0;
    display: table;

}

.outer-application-form ul.job-application li.job-submit input {

    padding: 0px 45px;
    border-radius: 5px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 19px;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.outer-application-form ul.job-application li.job-submit input:hover {
    background: #ba975a;
}

/* Privacy policy*/

.postarea {

    float: left;
    width: 100%;

}

.postarea h1 {

    font-weight: 600;
}


/* Site map*/
.sitemap-outer {

    float: left;
    width: 100%;

}

.sitemap-outer .menu-header_menu-container {

    margin: 0 auto;
    display: table;
}

.sitemap-outer .menu-header_menu-container ul li a {

    color: #2d3845;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sitemap-outer .menu-header_menu-container ul li a:hover {
    color: #d82529;
}

.sitemap-outer .menu-header_menu-container ul li {

    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
}

.sitemap-outer .menu-header_menu-container ul li:before {

    content: "";
    top: 6px;
    left: -32px;
    position: absolute;
    width: 16px;
    height: 21px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/CMRLOGOnobackground.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

/* 404 page */

.outer-error-page {

    float: left;
    width: 100%;
}

.error-page-logo {
    margin: 0 auto;
    display: table;
}

.heading-title {

    text-align: center;

}

.heading-title h1 {

    font-size: 95px;
    font-weight: 800;

}

.outer-error-page p {
    text-align: center;
    font-size: 20px;
}

.outer-error-page .Read_More a {
    padding: 20px 60px 20px 30px;
    background-color: #000;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
}

.outer-error-page .Read_More a::after {
    content: "";
    top: 22px;
    right: 15px;
    position: absolute;
    width: 28px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAAR3RSTlMACQsMDQ4QEhMVGBw1PkFCREVGR0hJSk1PUFFSU1RVV1pbYGJmiJKZm56jpKanqaqvsLS1vL7O0dLV3OTp7O3u7/Hy8/T1+hOrmjEAAACWSURBVCiRfZHHEoJAEAVHAbOuigrmCJhzRF1wBfz/P/LIhX19nO6pmqohSqBy1ZPGMcXzi+Eif+J1XGSPfgMXuQNv4iKzfZu4UNdeBxfaKhjggmw+JCrVqjKYfv+O6CI8Ka77e1K5a8poGbdoBm+wPhOkU040RT49D8fIKwsBvbYUfeTVTdiD+7ugjXxh7xvIE3vEn/4Dk70XE8AWbO8AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.outer-error-page .Read_More a:hover {
    background-color: #ba975a;
    color: #fff;
}

.outer-error-page .Read_More {
    margin: 50px auto 40px;
    display: table;
}

/* Scroll to top*/

.scroll-top-section {
    float: right;
    margin-right: 0px;
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 999;
}

.scroll-top-section a.ScrollTop {

    position: relative;
    width: 40px;
    height: 40px;
    z-index: 0;
    outline: none;
    display: none;

}

.scroll-top-section a.ScrollTop::before {
    position: absolute;
    top: 5px;
    left: -20px;
    content: "";
    width: 45px;
    height: 73px;
    background: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/CMRLOGOnobackground1.png');
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background-size: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    outline: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }

}

body.login #login h1 a {

    height: 290px !important;
}

/*contact form*/
span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: red !important;
}

div.wpcf7-validation-errors {
    background: red;
    color: #fff;
    margin: 2px 0 8px !important;
    text-align: center;
    float: left;
    width: 100%;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
    text-align: center;
    margin-top: 0 !important;
    float: left;
    width: 100%;
}

input:focus,
button:focus {
    outline: medium none;
    box-shadow: none !important;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    margin: 1px 0 0 4px;
}

.sidebar-side ul.list li.active a {
    color: #ba975a;
}

/* Contact page dropdown */

span.ml-select .select2-container .select2-selection--single {
    height: 34px;
    padding-top: 2px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    float: left;
    width: 100%;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.Rqst_form_outer .wpcf7-response-output {
    color: #fff;
    z-index: 999;
    position: relative;
}

.Rqst_form_outer .wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
    z-index: 999;
    position: relative;
}


/* home */

.our-projects-outer.expertise-outer {
    display: flex;
    flex-wrap: wrap;
}

.our-projects-outer .our-projects-inner .service__info {
    height: auto;
}

.our-projects-inner .service__image.lazy {
    height: 205px;
    background-size: cover;
}

.our-projects-inner .service__info h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 50px 0px 0;
    color: #2d3845;
    height: auto;
}

.project-gallery-title h2 {
    font-size: 20px;
    padding: 30px 0 10px;
    color: #2d3845;
    height: 60px;
}

.project-gallery-title h2 a {
    color: #212529;
}

.projectgallery-items-new {
    border: 1px solid #eee;
    border-radius: 8px;
}

.projectgallery-items-new .project-gallery-outter {
    padding: 0 20px;
}

.project-gallery-description p {
    margin-top: 15px !important;
    color: #2d3845;
}

/*  PROJECT GALLERY  */

.project-gallery-outter {
    position: relative;
}

span.project-gallery__arrow {
    height: 40px;
    width: 40px;
    padding: 8px 10px 10px 10px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    /* bottom: 55px; */
    right: 40px;
    background: #ba975a;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.project-gallery__arrow .fa-arrow-circle-o-right::before {
    font-size: 23px;
    content: "";
    top: 10px;
    right: 10px;
    position: absolute;
    width: 19px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAAR3RSTlMACQsMDQ4QEhMVGBw1PkFCREVGR0hJSk1PUFFSU1RVV1pbYGJmiJKZm56jpKanqaqvsLS1vL7O0dLV3OTp7O3u7/Hy8/T1+hOrmjEAAACWSURBVCiRfZHHEoJAEAVHAbOuigrmCJhzRF1wBfz/P/LIhX19nO6pmqohSqBy1ZPGMcXzi+Eif+J1XGSPfgMXuQNv4iKzfZu4UNdeBxfaKhjggmw+JCrVqjKYfv+O6CI8Ka77e1K5a8poGbdoBm+wPhOkU040RT49D8fIKwsBvbYUfeTVTdiD+7ugjXxh7xvIE3vEn/4Dk70XE8AWbO8AAAAASUVORK5CYII=');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.projectgallery-items-new {
    margin-bottom: 0px;
    transition: all ease .3s;
}

.projectgallery-items-new:hover {
    /* margin-top: -10px; */
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .1);
}

.projectgallery-items-new:hover .project-gallery-outter h2 {

    color: #ba975a;
}

.projectgallery-items-new:hover span.project-gallery__arrow {
    background: #2d3845;
    border: none;
}


/* == HEADER NAVGAITION BAR == */

.business_name {
    display: none;
}

/* == HEADER STICKY == */

/* .menus-nav.menubar nav.nav.nav-mob {
    display: none;
}

.menus-nav.menubar.sticky nav.nav.nav-mob {
    display: block;
} */

.Header_outer.sticky {
    position: fixed;
    z-index: 9999;
    background: #2d3845;
}

.Header_outer.sticky .header_phone_number {
    display: none;
}

.Header_outer.sticky .header_logo img {
    width: 100%;
    position: relative;
    /* top: -15px; */
    left: 22px;
}


ul li.current-menu-parent a {
    color: #ba975a;
}

ul li.current-menu-item a {
    color: #ba975a;
}

#preloader {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

/* single-post */

/* .single-post .single-blog-content img {
    position: relative;
} */

.single-post .single-blog-content .wp-caption-text {
    display: none;
}

.single-post .single-blog-content .aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
    width: 100% !important;
}

.single-post .single-blog-content .aligncenter,
div.aligncenter img {
    height: 300px;
}

.uai.userway_dark {
    bottom: 90px !important;
}




/* JAN 21 2025  CHANGES :::::::::::::::::: */

.form-outer form ul li.captcha,
form ul.contactform li.captcha,
.outer-application-form ul.job-application li.captcha {
    width: 100%;
    margin-bottom: 20px;
}

.form-outer form ul li.captcha span.g-recaptcha,
.outer-application-form ul.job-application li.captcha span.g-recaptcha {
    text-align: center;
    display: flex;
    justify-content: center !important;
}

form ul.contactform li.captcha span.g-recaptcha {
    text-align: center;
    display: flex;
    justify-content: flex-start;
}

.form-outer form ul li.honeypott,
.outer-application-form ul.job-application li.honeypott {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.outer-application-form ul.job-application li.honeypott {
    width: 100%;
}

.outer-application-form ul.job-application {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.outer-application-form ul.job-application li.job-submit {
    margin: 0px auto 0;
}

.form-outer form ul.reqst-form .send-button {
    position: relative;
}

.form-outer form ul.reqst-form .send-button span.wpcf7-spinner {
    position: absolute;
    margin-top: 24px;
}

.career-inner .Read_More a {
    padding: 17px 30px 18px 30px;
    background-color: #000;
    font-size: 17px;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    position: relative;
    color: #fff;
    border-radius: .25rem;
    transition: 0.5s ease;
}

.career-inner .Read_More a:hover {
    background-color: #ba975a;
    color: #fff;
    transition: 0.5s ease;
}

.career-inner .Read_More {
    padding-top: 0px;
    padding-bottom: 15px;
}

.outer-application-form ul.job-application li.job-resume {
    border: none !important;
}

form ul.contactform li.product_slect span.select2 span.select2-selection.select2-selection--single {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    border: none;
    color: #777;
    line-height: 19px;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
}

span.select2-selection__arrow {
    background-image: url('/wp-content/themes/CommercialMaintenanceRenovation/css/../images/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 23px center;
    width: 43px !important;
}

span.select2-selection__arrow b {
    opacity: 0;
}
