/*-----FONTS-----*/
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Italic.eot');
    src: url('../fonts/Jost-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Italic.woff2') format('woff2'),
        url('../fonts/Jost-Italic.woff') format('woff'),
        url('../fonts/Jost-Italic.ttf') format('truetype'),
        url('../fonts/Jost-Italic.svg#Jost-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.eot');
    src: url('../fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff'),
        url('../fonts/Jost-Bold.ttf') format('truetype'),
        url('../fonts/Jost-Bold.svg#Jost-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBold.eot');
    src: url('../fonts/Jost-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-ExtraBold.woff2') format('woff2'),
        url('../fonts/Jost-ExtraBold.woff') format('woff'),
        url('../fonts/Jost-ExtraBold.ttf') format('truetype'),
        url('../fonts/Jost-ExtraBold.svg#Jost-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.eot');
    src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff'),
        url('../fonts/Jost-Regular.ttf') format('truetype'),
        url('../fonts/Jost-Regular.svg#Jost-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Black.eot');
    src: url('../fonts/Jost-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Black.woff2') format('woff2'),
        url('../fonts/Jost-Black.woff') format('woff'),
        url('../fonts/Jost-Black.ttf') format('truetype'),
        url('../fonts/Jost-Black.svg#Jost-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.eot');
    src: url('../fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff'),
        url('../fonts/Jost-SemiBold.ttf') format('truetype'),
        url('../fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.eot');
    src: url('../fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff'),
        url('../fonts/Jost-Medium.ttf') format('truetype'),
        url('../fonts/Jost-Medium.svg#Jost-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Thin.eot');
    src: url('../fonts/Jost-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Thin.woff2') format('woff2'),
        url('../fonts/Jost-Thin.woff') format('woff'),
        url('../fonts/Jost-Thin.ttf') format('truetype'),
        url('../fonts/Jost-Thin.svg#Jost-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Light.eot');
    src: url('../fonts/Jost-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Light.woff2') format('woff2'),
        url('../fonts/Jost-Light.woff') format('woff'),
        url('../fonts/Jost-Light.ttf') format('truetype'),
        url('../fonts/Jost-Light.svg#Jost-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*-----RESET-----*/
html,
body {
    width: 100%;
}

body {
    margin: 0px;
    font-family: 'Jost';
    color: #585858;
    padding: 0px;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    line-height: normal;
    letter-spacing: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer
}

ul {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    color: #fff;
    background: #000000;
}

::selection {
    color: #fff;
    background: #000000;
}


/*-----TRANSITION-----*/
.submitbtn,
.submitbtn::after,
.formcontrol:focus,
.formcontrol,
[class*="btn_"] i,
[class*="btn_"],
input[type=submit] {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.dropicon {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
    color: #242222;
    text-transform: inherit;
    font-size: 14px;
    font-family: 'Jost';
}

::-moz-placeholder {
    color: #242222;
    text-transform: inherit;
    font-size: 14px;
    font-family: 'Jost';
}

:-ms-input-placeholder {
    color: #242222;
    text-transform: inherit;
    font-size: 14px;
    font-family: 'Jost';
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input:invalid {
    box-shadow: none;
}

input[type=text],
input[type=submit],
input[type=email],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Jost';
}

textarea {
    resize: none;
    min-height: 115px;
    overflow: hidden;
    margin: 0;
    vertical-align: bottom;
}

.formgroup {
    margin-bottom: 22px;
}
.grecaptcha-badge{z-index:9999;}

.formcontrol {
    width: 100%;
    padding: 16px 20px 15px;
    border: 1px solid #E9E9E9;
    border-radius: 0;
    height: 60px;
    background: #FFFFFF;
    color: #242222;
    font-size: 14px;
    letter-spacing: 0.70px;
    line-height: 100%;
    font-family: 'Jost';
}

.formcontrol:focus {
    border-color: #f36f21 !important;
}

textarea.formcontrol {
    border-radius: 0px;
    height: 140px;
    padding: 26px 19px 15px;
}

.submit_block {
    text-align: center;
    margin: 25px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type=submit] {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #070707;
    padding: 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    padding: 5px 25px;
    border: 0;
    border-radius: 3px;
    width: 100%;
    height: 46px;
}

.submit_block [class*="btn_"] {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: 0.80px;
    font-weight: 600;
    text-transform: capitalize;
    height: 50px;
}

[class*="btn_"].btn_black {
    border-radius: 0;
    background: #242222;
}

[class*="btn_"].btn_black:hover {
    background: #F36F21;
}

.formgroup50 {
    width: 48.55%;
    margin-bottom: 22px;
}

.formgroup {
    width: 100%;
}

.wpcf7-spinner {
    position: absolute;right: 0;
}

/*-----STRUCTURE-----*/
.wrapper {
    max-width: 1450px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
    display: table;
    content: " ";
}

.row::after,
.container::after,
.clearfix::after {
    clear: both;
}

.flexdiv {
    display: flex;
    flex-wrap: wrap;
}

.inpage {
    margin: 80px 0 100px;
}

.container-fluid {
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/*-----HELPER-----*/
.hidden {
    display: none;
}

.bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.mCSB_inside > .mCSB_container {
    margin-right: 35px
}

.mCustomScrollbar .mCSB_scrollTools {
    opacity: 0
}

.mCustomScrollbar:hover .mCSB_scrollTools {
    opacity: 1
}



/*-----SCROLL TOP-----*/
/*.scrollTop {
    position: fixed;
    right: 0;
    bottom: 85px;
    border-radius: 5px 0 0 5px;
    opacity: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 10;
    color: #ffffff;
    background: #f36f21;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
}

.scrolldown {
    cursor: pointer;
}*/

.scroll-top {
    position: absolute;
    bottom: 13%;
    right: 2.5%;
    width: 3rem;
    height: 3rem;
    border: 1px solid #373737;
    border-radius: 50%;
    transition: border-color .4s ease;
    text-align: center;
    line-height: 3;

}

.scroll-top img {
    filter: invert(0) brightness(10);
    transition: transform .4s ease;
}

.scroll-top:hover {
    /*transform: translateY(-5px);*/
    border-color: #fff;
}

.scroll-top:hover img {
    transform: scale(1.1)
}

/*-----INNER BANNER-----*/
.inner-banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #000;
    margin-bottom: 100px;
}

.inner-banner-wrapper > img {
    opacity: 0.7;
    width: 100%;
}

.inner-banner-wrapper .wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.inbanner_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.pgtitle {
    font-size: 80px;
    color: #ffffff;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

.flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*------ select option ------*/
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: block;
    position: relative;
    font-family: 'Jost';
    font-size: 16px;
    color: #030303;
    line-height: 30px;
    width: 100%;
    height: 50px;
}

.select-styled {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    height: 50px;
    padding: 5px 20px;
    color: #030303;
    font-size: 16px;
    border: 1px solid #E8E8E8;
    width: 350px;
    font-family: 'Jost';
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    white-space: nowrap;
}

.select-styled:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 25px;
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 12px;
}

.select-styled:active:after,
.select-styled.active:after {
    content: "\f106";
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 240px;
    border: 1px solid #e8e8e8;
    border-top: transparent;
}

.select-options li {
    margin: 0;
    padding: 10px 20px;
    text-indent: 0px;
    border-bottom: 0;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    font-size: 15px;
    line-height: 20px;
}

.select-options li:nth-child(odd) {
    background-color: #F3F3F4;
}

.select-options li:hover,
.select-options li.is-selected {
    background-color: #dddddf;
}

.select-options li[rel="hide"] {
    display: none;
}

img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

/*-----BREADCRUMBS-----*/
ul.woo_breadcums {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

ul.woo_breadcums li {
    display: inline-block;
}

ul.woo_breadcums li a,
ul.woo_breadcums li span.breadcrumb_last {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.96px;
}

ul.woo_breadcums li a {
    margin: 0px 28px 0px 0;
    position: relative;
}


ul.woo_breadcums li a:after {
    content: '\f105';
    margin: 0 0px 0 15px;
    position: absolute;
    top: 5px;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'FontAwesome';
    font-style: normal;
}

.footer_link li a {
    position: relative;
    display: inline-block;
}

ul.woo_breadcums li a::before,
.footer_link li a:before,
footer .contact-info li a:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}

footer .contact-info li a:after {
    width: auto;
}

ul.woo_breadcums li a:hover:before,
.footer_link li.active > a:before,
.footer_link li:hover > a:before,
footer .contact-info li:hover a:after {
    transform: scaleX(1);
}

.breadcrumb_bar {
    border-bottom: 1px solid #E9E9E9;
    padding: 10px 0;
}

.breadcrumb_bar ul.woo_breadcums li a,
.breadcrumb_bar ul.woo_breadcums li span.breadcrumb_last,
.breadcrumb_bar ul.woo_breadcums li a:after {
    color: #000;
}

.breadcrumb_bar ul.woo_breadcums li a:hover {
  
}

.inpg .service-list {
    margin-bottom: 100px;
}

.head-sm {
    font-size: 16px;
    color: #585858;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 500;
}

/*-----HEADINGS-----*/
[class*="sechead"],
.heading-34 {
    line-height: 1.2;
    color: #0F0F0F;
    letter-spacing: 1.36px;
    position: relative;
    font-weight: 300;
}

.light-heading {
    font-weight: 300 !important;
}

.sechead_xlg {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1.1;
    font-weight: 300;
}

.sechead_lg {
    font-size: 40px;
    letter-spacing: 1.36px;
    margin-bottom: 20px;
}
.heading-24{font-size: 24px;line-height: 1.2;}
.heading-34 {
    font-size: 34px;

}

.project-hm-wrapper .sechead_lg {
    font-size: 60px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242222;
    font-weight: normal;
}

h1 {
    font-size: 34px;
    letter-spacing: 1.36px;
    margin-bottom: 40px;
    line-height: 1.2;
}

h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    line-height: 1;
}

h3 {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    line-height: 1;
}

h4 {
    font-size: 24px;
    letter-spacing: 0.88px;
    margin-bottom: 28px;
    line-height: 1;
}

h5 {
    font-size: 22px;
    letter-spacing: 0.88px;
    margin-bottom: 28px;
    line-height: 1;
}

h6 {
    font-size: 20px;
    letter-spacing: 0.88px;
    margin-bottom: 28px;
    line-height: 1.2;
}

/*-----P TAG-----*/
.ptag p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 26px;
    letter-spacing: 0.35px;
    color: #585858;
    font-family: 'Jost';
}

.ptag p a {
    text-decoration: none;
    display: inline-block;
    text-decoration: underline;
}

.ptag p a:hover {
    color: #c4c4c4;
}

.hm-well p {
    margin-bottom: 40px;
}

.builder-logo-inline:before {
    left: 0;
    right: inherit;
}

.builder-logo-inline:after,
.builder-logo-inline:before {
    background-color: #E9E9E9;
    height: 1px;
    width: calc(50% - 150px);
    right: 0;
    position: absolute;
    content: "";
    top: 50%;
}

.builder-logo-inline {
    position: relative;
    width: 70%;
    margin: 0 auto 100px;
}

.logo-circle {
    width: 95px;
    height: 95px;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    display: inline-block;
    line-height: 95px;
    margin: 0 10px 0px;
}

.logo-circle img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.logo-circle:hover img {
    filter: grayscale(0)
}

/*-----LISTING-----*/
.dlist {
    display: flex;
    flex-wrap: wrap;
    margin: 27px 0;
}

.dlist li {
    color: #585858;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    letter-spacing: 0.35px;
    width: 100%;
    font-family: 'Jost';
}

.dlist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.dlist li:not(:last-child) {
    margin-bottom: 14px;
}

.dlist li a {
    text-decoration: underline;
}

.dlist li a:hover {
  
}

/*-----BUTTONS-----*/
.btnlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -8px;
}

.btnlist li {
    padding: 0px 8px;
}

[class*="btn_"] {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
    color: #070707;
    text-transform: uppercase;
    z-index: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    position: relative;
    background: #FFFFFF;
    padding: 10px 28px 10px;
    overflow: hidden;
    height: 50px;
    border: 0;
    min-width: 150px;
    font-weight: 500;
    border: 1px solid transparent;
}

[class*="btn_"]:hover {
    background-color: #242222;
}

.btn_call {
    border: 1px solid rgba(255, 255, 255, .50);
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}



ul.btnul {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0 0;
}

ul.btnul li:not(:first-child) {
    margin-left: 20px;
}

.cta-container ul.btnlist {
    margin: 0 -25px;
}

.cta-container ul.btnlist li {
    padding: 0 15px;
}

.line-header {
    position: relative;
    margin-bottom: 75px;
}

.line-header span {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
    position: relative;

}

.line-header:after,
.line-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    top: 50%;
}

.line-header:after {
    left: 0;
}

.line-header:before {
    right: 0;
}

/*----- SLICK NAVIGATION  -----*/
.slicknav.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.slicknav .slick-dots {
    bottom: -60px;
}

.slicknav .slick-dots li:only-child {
    display: none !important;
}

.slicknav .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
}

.slicknav .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #f36f21;
    border-radius: 100%;
    margin: 5px auto;
}

.slicknav .slick-dots li button:before {
    content: '';
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.slicknav .slick-dots li.slick-active button {
    background: #f36f21;
    border-color: #f36f21;
}

.slicknav .slick-dots li.slick-active button:before {
    border: 1px solid #f36f21;
}

.slicknav .slick-arrow {
    width: 42px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    top: auto;
    bottom: -102px;
    opacity: 0.5;
}

.slicknav .slick-arrow:hover {
    opacity: 1;
}

.slicknav .slick-arrow:before {
    content: none;
}

.slicknav .slick-prev {
    left: calc(50% - 56px);
    background-image: url(../images/arrow_left_dark.svg);
}

.slicknav .slick-next {
    right: calc(50% - 58px);
    background-image: url(../images/arrow_right_dark.svg);
}

.slickbutton.slicknav .slick-prev {
    left: calc(50% - 174px);
}

.slickbutton.slicknav .slick-next {
    right: calc(50% - 174px);
}

.slicknav.slicknavline:before,
.slicknav.slicknavline:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #E9E9E9;
    bottom: -69px;
    width: 50%;
}

.slicknav.slicknavline:before {
    left: -104px;
}

.slicknav.slicknavline:after {
    right: -104px;
}

.divider {
    border-top: 1px solid #E9E9E9;
    margin-bottom: 90px;
}

.award-caption {
    width: 30%;
    margin-bottom: 130px;
    display: inline-block;
}

.award-caption p {
    margin-bottom: 30px;
    font-size: 18px;
}

.awd-logo-wrapper {
    width: calc(100% - 30%);
    padding-left: 100px;
    justify-content: space-between;
    display: inline-flex;
}

.awd-logo {
    border: 1px solid #EEEEEE;
    display: inline-flex;
    width: calc(25% - 30px);
    text-align: center;
    height: 161px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/*-----FOOTER-----*/
footer {
    padding: 70px 0 50px;
}

.footer-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-col-logo {
    width: 100px;
    display: inline-block;
}

.ft-col-logo .ft-logo {
    width: 55px;
    display: block;
}

.ft-contact-block {
    width: 38%;
    display: inline-block;
}

.ft-office-block {
    width: 40%;
    display: inline-block;
}

.footer_link ul li a {
    color: #242222;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    position: relative;
    font-family: 'Jost';
    margin-bottom: 10px;
}

.footer_link ul li.active a {
  
}

.footer_link ul li.active a:after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer_link li,
.ft-office-block ul li {
    margin-bottom: 5px;
    display: block
}

footer address {
    font-style: normal;
}

footer .contact-info li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.28px;
    font-family: 'Jost';
    margin-bottom: 9px;
}

footer .contact-info li a {
    position: relative;
    display: inline-block;
}

.footer-left .ft-title {
    padding-bottom: 0;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
}

footer ul li {
    display: block;
    width: 100%;
}
footer .ft_scoial li{display: inline-block;width: auto;}
footer .ft_scoial li:not(:last-child){margin: 0 10px 0 0;}
footer .ft_scoial li a{ -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;}
footer .ft_scoial li a:hover{transform: translateY(-5px;)}
.btm-ftr{    text-align: center;
    border-top: 1px solid rgba(255,255,255,.10);
    padding-top: 35px;
    margin-top: 50px;}

.footer_link ul li a:after,
footer .contcat-list li a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background: #f36f21;
    bottom: 0;
    right: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.footer_link ul li a:hover:after,
footer ul.f_address li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

footer ul li a:hover i {
  
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.footer-head,
.ft-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.footer-head:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #7A7A7A;
    left: 0;
    bottom: 0;
}

.footer-inline-links {
    display: inline-flex;
    flex-wrap: wrap;
    width: 28%;
    justify-content: flex-end;
}

.ft-links-column,
.ft-service-column {
    display: inline-block;
}

.ft-links-column {
    width: 32%;
}

.ft-service-column {
    width: 30%;
}

/*----- THANK YOU | ERROR  -----*/
.thank_404_content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.thank_404_content > img {
    display: block;
    margin: 0 auto 50px;
}

.thank_404_content p a {
    color: #000;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
}

.service-list li {
    margin-bottom: 20px;
    position: relative;
}

.service-item {
    position: relative;
    display: block;
    z-index: 2;

}

.service-item .service-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;width: 100%;
}

.service-heading {
    font-size: 72px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

/*----- WP COMMON  -----*/
.wpcf7 .ajax-loader {
    position: absolute;
}

.dark-sec-bg {
    background-color: #0F0F0F;
    position: relative;
    padding: 100px 0;
    color: #fff;
    margin-bottom: 100px;
}

.dark-sec-bg .btn_service:hover {
    border-color: #ffffff;
    color: #fff;
}

.heading-with-line {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.heading-with-line span {
    color: #DDDDDD;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.5px;
}

.heading-with-line span:before {
    right: inherit;
    left: 0;
}

.heading-with-line span:after,
.heading-with-line span:before {
    background-color: #292929;
    height: 1px;
    width: calc(50% - 100px);
    right: 0;
    position: absolute;
    content: "";
    top: 50%;

}

.thin-heading {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.small-container {
    max-width: 990px;
    margin: 0 auto;
}

.small-container p {
    margin-bottom: 50px;
}

.text-center {
    text-align: center !important;
}

.wrapperImg {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease-in-out 0s;
    width: 100%;
    background-color: #000000;
}

.wrapperImg > img {
    opacity: 0.7;
}

a:hover .wrapperImg,.service-item:hover .wrapperImg {
    transform: scale(0.98);
    transform-origin: center center;
    -ms-transform: scale(0.98);
    -ms-transform-origin: center center;
    -moz-transform: scale(0.98);
    -moz-transform-origin: center center;
    -webkit-transform: scale(0.98);
    -webkit-transform-origin: center center;
    -o-transform: scale(0.98);
    -o-transform-origin: center center;
}

.project-name {
    font-size: 34px;
    color: #0F0F0F;
    margin-bottom: 10px;
    line-height: 1;
    padding: 0 0 0 130px;
    position: relative;
}

.project-name .heading-34 {
    font-weight: 300;
    margin-bottom: 5px;
}


.white {
    color: #ffffff !important;
}

.footer-bg {
    background-color: #0F0F0F;
    position: relative;
    color: #ffffff;

}

@media(min-width:991px) {
    main {
        margin-bottom: 446px;
        position: relative;
        z-index: 2;
        background-color: #ffffff;
    }

    .footer-bg {
        position: fixed;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.map-frame {
    line-height: 0;
    margin-bottom: 100px;overflow: hidden;
}

.map-frame iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
    margin-top: 0px;
}

.project-grid .project-name:before {
    position: absolute;
    content: "";
    background-color: #DADADA;
    height: 1px;
    width: 118px;
    left: 0;
    top: 20px;
}

.project-item a:hover .img-item img,
.project-listing li a:hover .img-item img {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}


/* STYLE FOR SERVICE */
.service-listing{display: flex;flex-wrap: wrap;  margin: 50px auto 0;
    justify-content: center;
    width: 100%;    text-align: center;}
.service-listing .icon{width: 94px;height: 94px;background: rgb(0 0 0 / 30%);
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;margin: 0 auto 15px;}

.service-listing .col-5{width: 20%;max-width: 155px;}


/*----- MEDIA QUERIES  -----*/
@media(max-width:1580px) {}

@media(max-width:1439px) {

    .pgtitle {
        font-size: 70px;
    }

    .award-caption {
        width: 32%;
    }

    .awd-logo-wrapper {
        width: calc(100% - 32%);
    }
}

@media(max-width:1380px) {
    .pgtitle {
        font-size: 60px;
    }

    .inner-banner-wrapper {
        margin-bottom: 80px;
    }

    .footer-left {
        width: 55%;
    }

    .footer-inline-links {
        width: 33%;
    }

    .award-caption {
        width: 35%;
        margin-bottom: 100px;
    }

    .awd-logo-wrapper {
        width: calc(100% - 35%);
        padding-left: 70px;
    }

    .awd-logo {
        width: calc(25% - 20px);
    }
}

@media(max-width:1280px) {
    .pgtitle {
        font-size: 50px;
    }
    
    .inner-banner-wrapper,
    .map-frame {
        margin-bottom: 70px;
    }

    .footer-left {
        width: 60%;
    }

    .footer-inline-links {
        width: 40%;
    }

    footer {
        padding: 50px 0;
    }

    .sechead_lg {
        font-size: 38px;
    }

    .thin-heading {
        font-size: 45px;
    }

    .project-hm-wrapper .sechead_lg {
        font-size: 55px;
    }

    .service-heading {
        font-size: 68px;
    }

    .sechead_xlg {
        font-size: 46px;
    }
}

@media(max-width:1199px) {
    .pgtitle {
        font-size: 45px;
    }

    .sechead_xlg {
        font-size: 42px;
    }

    .service-heading {
        font-size: 62px;
    }

    .project-hm-wrapper .sechead_lg {
        font-size: 50px;
    }

    .sechead_lg {
        font-size: 36px;
    }

    .dark-sec-bg {
        padding: 70px 0;
        margin-bottom: 70px;
    }

    .inner-banner-wrapper,
    .map-frame {
        margin-bottom: 60px;
    }

    .award-caption {
        margin-bottom: 80px;
    }

    .awd-logo-wrapper {
        padding-left: 30px;
    }

    .awd-logo {
        width: calc(25% - 10px);
    }

    .divider,
    .inpg .service-list {
        margin-bottom: 70px;
    }

    .thin-heading {
        font-size: 40px;
    }
}

@media(max-width:991px) {
    .container-fluid {
        padding: 0 0px;
    }

    .inner-banner-wrapper,
    .map-frame {
        margin-bottom: 50px;
    }

    .pgtitle {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .inner-banner-wrapper .wrapper {
        justify-content: flex-end;
    }

    ul.woo_breadcums,
    .line-header {
        margin-bottom: 50px;
    }

    .sechead_xlg {
        font-size: 38px;
    }

    .service-heading {
        font-size: 58px;
    }

    .project-hm-wrapper .sechead_lg {
        font-size: 45px;
    }

    .dark-sec-bg {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .heading-with-line {
        margin-bottom: 30px;
    }

    .heading-34 {
        font-size: 32px;
        letter-spacing: 0px;
    }

    footer {
        padding: 40px 0 ;
    }

    .thin-heading {
        font-size: 38px;
    }

    .award-caption {
        width: 100%;
        margin-bottom: 0px;
    }

    .awd-logo-wrapper {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .awd-logo {
        height: 130px;
        margin-bottom: 10px;
    }

    .project-name {
        padding: 0 0 0 80px;
    }

    .project-grid .project-name:before {
        width: 70px;
    }

    ul.woo_breadcums li a,
    ul.woo_breadcums li span.breadcrumb_last {
        font-size: 14px;
        letter-spacing: 0.40px;
        line-height: 20px;
    }

    ul.woo_breadcums li span.breadcrumb_last {
        margin: 4px 0;
    }

    ul.woo_breadcums li a {
        margin: 4px 28px 4px 0;
    }

    ul.woo_breadcums li a:after {
        top: -1px;
    }

    .footer-left,
    .ft-links-column,
    .ft-service-column,
    .footer-inline-links {
        width: 100%;
    }

    .footer-inline-links {
        margin-left: 148px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer_link {
        margin-bottom: 30px
    }

    .footer_link li {
        display: inline-block;
        width: 20%;
    }

    .ft-service-column .footer_link {
        margin-bottom: 0;
    }

    .divider,
    .inpg .service-list {
        margin-bottom: 50px;
    }

    .sechead_lg {
        letter-spacing: 1px;
        font-size:34px;
    }

    .builder-logo-inline {
        margin-bottom: 70px;
    }
}

@media(max-width:767px) {
    
    .pgtitle {
        font-size: 38px;
    }
    .inner-banner-wrapper .wrapper .pgtitle{text-align: center;}
    ul.woo_breadcums{margin-bottom: 30px;}

    .inner-banner-wrapper {
        position: relative;
        overflow: hidden;
        height: 300px;
    }

    .inner-banner-wrapper > img {
        max-width: inherit;
        height: 100%;object-fit: cover;
    }

    .service-heading {
        font-size: 38px;
    }

    .sechead_xlg {
        font-size: 36px;
    }

    .project-hm-wrapper .sechead_lg {
        font-size: 40px;
    }

    .sechead_lg {
        font-size: 26px;
        letter-spacing: 0.96px;
    }

    .thin-heading {
        font-size: 36px;
    }
    .heading-24 {
        font-size: 20px;
    }
    .service-listing{margin-top: 30px;}
    .footer_link li {
        width: 33.33%;
    }

    .footer-inline-links {
        margin-left: 110px;
    }

    .awd-logo-wrapper {
        flex-wrap: wrap;
    }

    .heading-34 {
        font-size: 30px;
    }

    .builder-logo-inline {
        width: 100%;
    }

    .logo-circle {
        width: 75px;
        height: 75px;
        line-height: 70px;
        margin: 0 5px 0px;
    }

    .builder-logo-inline:after,
    .builder-logo-inline:before {
        width: calc(50% - 100px);
    }

    .builder-logo-inline {
        margin-bottom: 50px;
    }

    .logo-circle img {
        width: 50%;
    }

    .inpg .service-list,
    .map-frame,
    .line-header {
        margin-bottom: 30px;
    }
    .outdoor-service-wrapper{    min-height: 350px;
    overflow: hidden;
    width: 100%;}
    .service-listing .col-5 {
        width: 33.33%;margin-bottom: 15px;}
    .service-listing .icon {
    width: 70px;
        height: 70px;margin-bottom: 10px;background: rgb(0 0 0 / 53%);}
    .service-listing .icon > img{width: 40px;}
    .service-item.outdoor-service-wrapper .wrapperImg{    height: 350px;width: 100%;}
    .service-item.outdoor-service-wrapper .wrapperImg >img
    {
        max-width: inherit;
        width: 100%;
        height: 100%;
        object-fit: cover;}
    .service-listing .col-5:nth-last-child(-n+2){margin-bottom: 0;}


@media(max-width:580px) {
    .pgtitle {
        font-size: 36px;
    }
.service-listing .icon {
    width: 50px;
    height: 50px;margin-bottom: 5px;
    }
    .service-heading {
        font-size: 30px;
    }

    .sechead_xlg {
        font-size: 32px;
    }

    .project-hm-wrapper .sechead_lg {
        font-size: 35px;
    }

    .sechead_lg {
        font-size: 24px;
        letter-spacing: 0.96px;
        line-height: 30px;
        margin-bottom: 20px;
    }
.service-listing {
    margin-top: 20px;}
    .thin-heading {
        font-size: 32px;
    }

    .ft-contact-block,
    .ft-office-block {
        width: calc(100% - 100px);
        margin: 0 0 30px auto;
    }
    .service-listing .icon > img{width: 30px;}
    .heading-24 {
        font-size: 18px;
    }
    .footer_link li {
        width: 50%;
    }

    .footer-inline-links {
        margin-top: 0;
    }

    .footer-inline-links {
        margin-left: 100px;
    }

    .awd-logo {
        width: calc(33.33% - 10px);
    }

    .cta-container ul.btnlist {
        margin: 0 -10px;
    }

    .cta-container ul.btnlist li {
        padding: 0 10px;
    }

    .heading-34 {
        font-size: 28px;
    }

    .project-name {
        padding: 0 0 0 50px;
    }

    .project-grid .project-name:before {
        width: 40px;
    }
    
}

@media(max-width:420px) {
    .pgtitle {
        font-size: 32px;
    }

    .project-hm-wrapper .sechead_lg {
        font-size: 30px;
    }

    .sechead_xlg {
        font-size: 28px;
    }

    .thin-heading {
        font-size: 30px;
    }

    .service-heading {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .heading-34 {
        font-size: 26px;
    }
.heading-24 {
    font-size: 16px;
}
    .footer_link ul {
        justify-content: flex-start;
    }

    .footer_link li {
        width: 100%;
    }

    .awd-logo {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        height: 100px;
    }

    .cta-container ul.btnlist li {
        padding: 0 5px; margin-bottom: 10px;
    }

    [class*="btn_"] {
        padding: 10px 12px 10px;
        height: 45px;
        letter-spacing: 1px;
        min-width: auto;

    }

    .ft-col-logo {
        width: 80px
    }

    .ft-contact-block,
    .ft-office-block {
        width: calc(100% - 80px);
    }

    .footer-inline-links {
        margin-left: 80px;
    }

    .project-name {
        margin-bottom: 0;
    }
    .service-listing .icon > img{width: 30px;}
    .heading-24 {
        font-size: 18px;
    }
}

@media(max-width:380px) {
    .pgtitle {
        font-size: 30px;
    }

    .thin-heading {
        font-size: 28px;
    }

    .sechead_xlg {
        font-size: 26px;
    }

    .project-hm-wrapper .sechead_lg {
        font-size: 25px;
    }

    .heading-34 {
        font-size: 24px;
    }

    .awd-logo {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    [class*="btn_"]{height: 45px;}
    .service-list li {
    margin-bottom: 15px;
    }
    
}

.fancybox-button.fancybox-button--zoom,.fancybox-button.fancybox-button--thumbs{display: none !important;}

