@font-face {font-family: 'manropebold';src: url('../fonts/manrope/manropebold.eot');src: url('../fonts/manrope/manropebold.eot') format('embedded-opentype'),url('../fonts/manrope/manropebold.woff2') format('woff2'),url('../fonts/manrope/manropebold.woff') format('woff'),url('../fonts/manrope/manropebold.ttf') format('truetype'),url('../fonts/manrope/manropebold.svg#manropebold') format('svg');}
@font-face {font-family: 'manropeextrabold';src: url('../fonts/manrope/manropeextrabold.eot');src: url('../fonts/manrope/manropeextrabold.eot') format('embedded-opentype'),url('../fonts/manrope/manropeextrabold.woff2') format('woff2'),url('../fonts/manrope/manropeextrabold.woff') format('woff'),url('../fonts/manrope/manropeextrabold.ttf') format('truetype'),url('../fonts/manrope/manropeextrabold.svg#manropeextrabold') format('svg');}
@font-face {font-family: 'manropelight';src: url('../fonts/manrope/manropelight.eot');src: url('../fonts/manrope/manropelight.eot') format('embedded-opentype'),url('../fonts/manrope/manropelight.woff2') format('woff2'),url('../fonts/manrope/manropelight.woff') format('woff'),url('../fonts/manrope/manropelight.ttf') format('truetype'),url('../fonts/manrope/manropelight.svg#manropelight') format('svg');}
@font-face {font-family: 'manropemedium';src: url('../fonts/manrope/manropemedium.eot');src: url('../fonts/manrope/manropemedium.eot') format('embedded-opentype'),url('../fonts/manrope/manropemedium.woff2') format('woff2'),url('../fonts/manrope/manropemedium.woff') format('woff'),url('../fonts/manrope/manropemedium.ttf') format('truetype'),url('../fonts/manrope/manropemedium.svg#manropemedium') format('svg');}
@font-face {font-family: 'manroperegular';src: url('../fonts/manrope/manroperegular.eot');src: url('../fonts/manrope/manroperegular.eot') format('embedded-opentype'),url('../fonts/manrope/manroperegular.woff2') format('woff2'),url('../fonts/manrope/manroperegular.woff') format('woff'),url('../fonts/manrope/manroperegular.ttf') format('truetype'),url('../fonts/manrope/manroperegular.svg#manroperegular') format('svg');}
@font-face {font-family: 'manropesemibold';src: url('../fonts/manrope/manropesemibold.eot');src: url('../fonts/manrope/manropesemibold.eot') format('embedded-opentype'),url('../fonts/manrope/manropesemibold.woff2') format('woff2'),url('../fonts/manrope/manropesemibold.woff') format('woff'),url('../fonts/manrope/manropesemibold.ttf') format('truetype'),url('../fonts/manrope/manropesemibold.svg#manropesemibold') format('svg');}
@font-face {font-family: 'ManropeExtraLight';src: url('../fonts/manrope/ManropeExtraLight.eot');src: url('../fonts/manrope/ManropeExtraLight.eot') format('embedded-opentype'),url('../fonts/manrope/ManropeExtraLight.woff2') format('woff2'),url('../fonts/manrope/ManropeExtraLight.woff') format('woff'),url('../fonts/manrope/ManropeExtraLight.ttf') format('truetype'),url('../fonts/manrope/ManropeExtraLight.svg#ManropeExtraLight') format('svg');}
*, *:after, *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {-ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {/* 1 */ display: block;}
/** Add the correct display in IE 9-. */
audio, canvas, progress, video {display: inline-block;}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {display: none; height: 0;}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {vertical-align: baseline;}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {display: none;}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
.transition, a, input, button, textarea {
    transition: all 0.3s ease;
}
a {background-color: transparent;}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {font-weight: inherit;}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {font-weight: bold;}
/** Add the correct font style in Android 4.3-. */
dfn {font-style: italic;}
/** Add the correct background and color in IE 9-. */
mark {background-color: #ff0; color: #000;}
/** Add the correct font size in all browsers. */
small {font-size: 80%;}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {border-style: none;}
/** Hide the overflow in IE. */
svg:not(:root) {overflow: hidden;}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */}
/** Add the correct margin in IE 8. */
figure {margin: 1em 40px;}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {-webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {font: inherit;}
/** Restore the font weight unset by the previous rule. */
optgroup {font-weight: bold;}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {/* 2 */ overflow: visible;}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {/* 1 */ margin: 0;}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {/* 1 */ text-transform: none;}
/** Change the cursor in all browsers (opinionated). */
[type="submit"] {display: inline-block; position: relative; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; z-index: 9; font-family: 'manroperegular'; font-size: 17px; line-height: 26px; letter-spacing: 1px; text-transform: uppercase; color: #000; padding: 0px !important; background: none !important; border: none !important; outline: none; cursor: pointer;}
[type="submit"]:hover {color: #ABCDC8;}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {cursor: default;}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; /* 2 */}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {outline: 1px dotted ButtonText;}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */}
/** Remove the default vertical scrollbar in IE. */
textarea {overflow: auto;}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {-webkit-appearance: textfield;}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
blockquote {border-left: 2px solid #FFF; margin-left: 0; margin-right: 0; padding: 0rem 2rem;margin: 50px 0px 45px 40px !important;}
blockquote *:last-child {margin: 0;}
form ul {list-style: none; margin: 0; padding: 0;}
input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 1px solid #d1d1d1; border-radius: .4rem; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .6rem 1.0rem; width: 100%;}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {border: 1px solid #f2a1ad; outline: 0;}
textarea {padding-bottom: .6rem; padding-top: .6rem;}
label, legend {font-size: 16px; display: block; margin-bottom: .5rem; color: #302C2E;}
fieldset {border-width: 0; padding: 0;}
input[type='checkbox'], input[type='radio'] {display: inline;}
input[type='submit']:focus {outline: none;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder {color: color: rgba(60, 60, 59, 0.802989);}
input::-moz-placeholder,select::-moz-placeholder {color: color: rgba(60, 60, 59, 0.802989);}
input:-ms-input-placeholder,select:-ms-input-placeholder {color: color: rgba(60, 60, 59, 0.802989);}
input:-moz-placeholder,select:-moz-placeholder {color: color: rgba(60, 60, 59, 0.802989);}
input:focus {outline: none;}
dl, ol, ul {margin-top: 0; padding-left: 0;}
dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {font-size: 90%; margin: 1.5rem 0 1.5rem 3.0rem;}
dl {list-style: none;}
ul {list-style: circle inside;}
ol {list-style: decimal inside;}
dt, dd, li {margin-bottom: 10px;}
hr {border-top: 0.1rem solid #4A4D50; border-width: 0; margin-bottom: 3.5rem; margin-top: 3rem;}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
input, textarea, select, fieldset {margin-bottom: 1rem;}
input:last-child, textarea:last-child, select:last-child, fieldset:last-child {margin-bottom: 0;}
pre, blockquote, dl, figure, table, p, ul, ol, form {margin-bottom: 1.4rem;}
pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {margin-bottom: 0;}
table {width: 100%;}
.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap;margin-top: 65px;}
.flex-row {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.flex-column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flex-start {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flex-end {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.flex-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flex-stratch {-webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {.background-image img {-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%;}}
.clearfix {*zoom: 1;}
.clearfix:after, .clearfix:before {content: ''; display: table;}
.clearfix:after {clear: both;}
.tacenter {text-align: center;}
.taright {text-align: right;}
.taleft {text-align: left;}
.relative {position: relative;}
body,html {font-family: 'manroperegular'; font-size: 14px; line-height: 22px; color: #6D7783;margin: 0px;padding: 0px;position: relative;font-size: 16px;line-height: 26px;background: #FFF;}
h1,h2,h3,h4,h5 {font-family: 'manropemedium';margin: 0px;margin-bottom: 20px;color: #000;font-weight: 500;}
h1 {font-size: 30px;line-height: 40px;}
h2 {font-size: 26px;line-height: 36px;}
h3 {font-size: 26px;line-height: 36px;}
h4 {font-size: 22px;line-height: 32px;}
h5 {font-size: 18px;line-height: 28px;}
a {text-decoration: none; cursor: pointer;color: #6D7783;position: relative;}
a:hover {outline: none;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;color: #E58D6A;}
p {font-family: 'manroperegular'; font-size: 17px; line-height: 27px; color: rgba(60, 60, 59, 0.802989); margin: 0px 0px 20px 0px;}
img {max-width: 100%; height: auto;}
.tbl {display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center;position: relative;z-index: 9;}
.tblcell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;}
.imgresponsive {max-width: 100%; display: block; height: auto;margin: 0 auto;}
.paddingtop {padding: 100px 0px;}
.inline__block {float: left; width: 100%; vertical-align: top; position: relative;}
.gform_wrapper label.gfield_label {font-family: 'manroperegular' !important; font-weight: 400 !important; font-style: normal; font-size: 19px; line-height: 22px; color: #DEA034;}
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {font-family: 'manroperegular' !important; font-weight: 400; font-style: normal;border: none !important; outline: none; padding: 20px 20px 20px 0px !important; margin-bottom: 0px; height: 51px; font-size: 17px !important; line-height: 26px; color: rgba(60, 60, 59, 0.802989); border-radius: 0 !important; border-bottom: 1px solid rgba(60, 60, 59, 0.7) !important;}
.gform_wrapper .ginput_container select option {color: #000;}
.gform_wrapper .ginput_container textarea {height: 135px;margin-top: 0px;}
.gform_wrapper .validation_error {display: none;}
.gform_wrapper .validation_message {display: inline-block; width: 100%; text-align: left; margin-top: 0px; color: #F00;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background: none !important;border: none !important;}
.container {max-width: 1360px; margin: 0 auto; padding: 0 20px; position: relative;}
.container__inner {max-width: 84%; margin: 0 auto; position: relative;z-index: 99;}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {-ms-touch-action: auto; touch-action: auto;}
.owl-carousel .owl-stage img {width: auto;}
.bgbutton {display: inline-block; position: relative; min-width: 160px;margin-top: 10px; padding: 13px 23px; font-family: 'manropebold'; font-size: 17px; line-height: 24px; text-align: center; letter-spacing: 0.2px; background: #1458E4; box-shadow: 0px 14px 30px rgba(20, 88, 228, 0.2); border-radius: 25px; color: #FFF;}
.bgbutton:hover {color: #FFF;background: #000;}
.bgproperty {background-size: cover;background-position: center;background-repeat: no-repeat;}
.bgoverlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; text-align: center; mix-blend-mode: normal;}
.bgoverlay__inner {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); mix-blend-mode: normal;}
.common__container {z-index: 99;position: relative;}
.commonsect h2 {font-size: 42px; line-height: 52px; color: #000000; position: relative;}
.commonslider .owl-nav .owl-prev, .commonslider .owl-nav .owl-next {font-size: 0px;outline: none;}
.commonslider .owl-nav .owl-prev {top: 38%; left: 0px; position: absolute; background-image: url('../images/slider-prev-arrow.svg') !important; width: 25px; height: 50px; background-repeat: no-repeat !important;}
.commonslider .owl-nav .owl-next {top: 38%; right: 0px; position: absolute;background-image: url('../images/slider-next-arrow.svg') !important; width: 28px; height: 50px; background-repeat: no-repeat !important;}
.owl-dots {display: block; margin-top: 60px;text-align: center;}
.owl-dots .owl-dot {width: 8px; height: 8px; background: rgba(60, 60, 59, 0.2) !important; margin: 0px 5px; border-radius: 50%; display: inline-block;outline: none;position: relative;}
.owl-nav span {display: none;}
.owl-dots .owl-dot.active {background: #3C3C3B !important;}
.column__third {flex: 0 0 33.33%; max-width: 33.33%;}
.column__half {flex: 0 0 48%; max-width: 48%;}
.column__full {flex: 0 0 100%; max-width: 100%;}
.flex-inherit {justify-content: inherit;}
.common__inner {margin: 0px 50px 50px 0px;}
.learnmore {font-family: 'manroperegular'; font-size: 17px; line-height: 26px; letter-spacing: 1px; text-transform: uppercase; color: #000;position: relative;margin-top: 25px;display: inline-block;padding-bottom: 5px;}
.learnmore:after {content: ''; width: 100%; position: absolute; display: block; height: 2px; bottom: 0; background: #000;}
.header__section {width: 100%; z-index: 9999; overflow: visible; position: fixed; height: auto; -webkit-transition: padding 0.2s ease; transition: padding 0.2s ease; -webkit-transition: height 0.5s ease; transition: height 0.5s ease;background: #FFF;}
.header__inner {float: left; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.header__cover {margin-top: 122px;}
.slider__sect {height: 680px; z-index: 9;background: #D8D8D8;}
.slider__sect .bgoverlayinner {position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.195284);}
.slider__sect .container {height: 100%;}
.slider__content {max-width: 64%;margin: 0 auto;}
.slider__sect h1 {font-size: 50px; line-height: 59px; text-align: center; color: #FFFFFF; text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.495896); margin-bottom: 50px;}
.slider__sect .learnmore,.slider__sect .learnmore:after {color: #FFFFFF;}
.slider__sect .learnmore:after {background: #FFFFFF;}
.slider__sect .learnmore:hover {color: #ABCDC8;}
.borderline {border-top: 1px solid #D0DDD0;width: 90px;position: absolute;left: 0;right: 0;margin: 0 auto;transform: rotate(90deg);bottom: 44px;}
.explore__service {padding-bottom: 50px;}
.servicelists {width: 100%; height: 300px; overflow: hidden;}
.servicelists .servicebg {transition: all 1s; height: 100%; overflow: hidden;}
.servicelists .servicebg:hover {transform: scale(1.1);}
.service__info {margin-top: 25px !important;}
.service__info .number {font-family: 'manropemedium'; font-style: normal; font-weight: 500; font-size: 20px; line-height: 26px; color: #3C3C3B;}
.service__info .number span {color: rgba(60, 60, 59, 0.4);}
.service__info h3 {transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;flex: 0 0 78%; text-align: right; color: #000000;margin-bottom: 0px;}
.explore__service .common__inner:hover h3 {color: #ABCDC8;}
.intro__sect {background: #D0DDD0;padding-bottom: 150px;}
.intro__sect .commonsect {max-width: 75%;margin: 0 auto;}
.intro__sect .column__half {position: relative;flex: 0 0 40%;max-width: 40%;}
.intro__sect .topimg {text-align: right;}
.intro__sect .bottomimg {position: absolute;bottom: -55px;left: 0px;}
.introicon {position: absolute;bottom: 0px;right: 30px;}
.projects__sect {overflow: hidden;}
.projectmain {width: 100%; height: 600px; overflow: hidden;}
.projectmain .projectbg {transition: all 1s; height: 100%; overflow: hidden;}
.projectmain .projectbg:hover {transform: scale(1.1);}
.projectslider {margin-top: 68px;}
.projectslider .owl-item {position: relative;}
.projectslider .owl-item a {display: block;position: relative;}
.projectinfo {position: absolute; top: 0;right: 0; width: 600px; transform: rotate(-90deg) translate(0%, 120%);transform-origin: top right;}
.projectinfo h3 {overflow: hidden; margin-bottom: 0px; font-size: 20px; line-height: 26px;transform: rotate(180deg);}
.projectinfo h3:before{background-color: #ABCDC8; content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 50px;right: 1em;}
.projectinfo h3:after {background-color: #ABCDC8; content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 155px;left: 1em;}
.viewall {margin-top: 40px;}
.client__sect {background: #ABCDC8;text-align: center;}
.client__sect .container__inner {max-width: 57%;margin: 0 auto;}
.client__sect .owl-nav .owl-prev {background-image: url('../images/prev-arrow.svg') !important;left: -160px;top: 30%;}
.client__sect .owl-nav .owl-next {background-image: url('../images/next-arrow.svg') !important;right: -170px;top: 30%;}
.homeicon {margin: 40px 0px;  display: flex;flex-direction: row;}
.homeicon:before, .homeicon:after{content: ""; flex: 1 1; border-bottom: 1px solid rgba(255,255,255,0.3); margin: auto;}
.homeicon:before {margin-right: 30px}
.homeicon:after {margin-left: 30px}
.client__sect p, .client__sect h2 {color: #FFF;}
.instagram__sect {background: #D0DDD0;padding-bottom: 0px;}
.instagram__sect h2 {margin-bottom: 60px;}
.instagram__sect h2 span {color: #ABCDC8;}
.footer__sect {background: #07555C; padding: 60px 0px 30px 0px;}
.footer__sect .flex {margin-top: 0px;}
.footer__sect ul li {list-style: none;}
.footer__sect ul li a {font-family: 'manroperegular'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 24px; color: #FFFFFF;}
.contact__menu {border-left: 1px solid rgba(255,255,255,0.4);padding: 25px 0px 5px 45px;}
.contact__menu ul li a {font-family: 'manropemedium'; font-weight: 500; font-size: 18px; line-height: 24px; padding-bottom: 10px; display: inline-block; width: 100%;}
.contact__menu ul li a img {padding-right: 15px;vertical-align: middle;}
.footer-flex {padding: 0px 35px;}
.logosect {width: 16%;}
.socialinfo ul li {display: inline-block;}
.footerlogo {margin-top: 15px;}
.copyright {margin-top: 65px;}
.service__menu {width: 15%;}
.contact__menu {width: 32%;}
.quick__menu {width: 13%;}
.copyright p,.copyright a {font-family: 'manropemedium'; font-weight: 500; font-size: 14px; line-height: 26px; text-align: right; color: rgba(255,255,255,0.4); mix-blend-mode: normal;}
.copyright a:hover,.footer__sect ul li a:hover {color: #E58D6A;}
.inner__sect {height: 378px;}
.inner__sect .slider__content {margin-top: 90px;}
.inner__sect h1 {margin: 0px;}
.bgcolor {background: #D0DDD0;}
.about__intro {padding: 70px 0px 55px 0px;text-align: center;}
.about__intro .container__inner {max-width: 68%;}
.about__intro img {margin-bottom: 35px;}
.about__mdl .flex {margin: 0px 0px 95px 0px;}
.about__right {padding-right: 160px;}
.about__right img {margin: 0px auto 110px auto;display: block;}
.about__mdl .container__inner {max-width: 61%;}
.whychoose {padding-bottom: 30px;}
.whychoose .container__inner {max-width: 94%;}
.whychoose .flex {margin-top: 75px;}
.why__inner {flex: 0 0 33.33%; max-width: 33.33%; margin-bottom: 80px; position: relative; padding: 0px 40px 0px 30px;}
.why__inner {font-size: 26px;line-height: 34px;}
.why__inner:before {content: ''; border-left: 1px solid #ABCDC8; width: 25px; position: absolute; left: 0px; top: 0px; height: 100%;}
.team__sect {padding-top: 115px;}
.team__sect .flex {margin-top: 70px;}
.teambg {height: 350px;}
.teamdetails {margin-top: 35px;border-top: 1px solid #9FA1B9;}
.teamdetails h3 {margin: 20px 0px 13px 0px;font-size: 26px;line-height: 36px;}
.teamdetails h4 {font-size: 12px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; color: #E58D6A;}
.team__sect .viewall {margin-top: 0px;}
.exploreimg {position: absolute;top: -40px;left: 0;right: 0;margin: 0 auto;z-index: -9;}
.service__column {padding-top: 0px;}
.service__column .flex {margin-top: 90px;}
.service__column .column__half {position: relative;}
.btmimg {position: absolute; right: 60px; bottom: -24px;}
.service__column .column__inner {padding-right: 130px;}
.column__flex .column__inner {padding: 0px 70px 0px 150px;}
.column__flex img {float: right;}
.column__flex .btmimg {position: absolute; left: 60px; bottom: -24px;right: auto;}
.column__flex .service__left {order: 2;}
.column__flex{ flex-direction: row-reverse;}
.gallery__sect {padding-top: 50px;}
.workslider .item {height: 510px;opacity: 0.15;}
.workslider .owl-item.active.center .item {opacity: 1;}
.gallery__sect .owl-nav .owl-prev {left: 320px;}
.gallery__sect .owl-nav .owl-next {right: 320px;}
.faqlist {max-width: 62%;margin: 70px auto 0px auto;}
.faqlist .faq__item {border-bottom: 1px solid #706F6C;}
.faqlist .faqsec {font-family: 'manropemedium'; font-style: normal; font-weight: 500; font-size: 26px; line-height: 34px; color: #000000; padding: 33px 42px 33px 0px; position: relative; cursor: pointer;}
.faqlist .faqans {display: none; padding: 0px 0px 30px 0px;}
.faqlist .faqsec:after {content: url(../images/down-arrow.svg); position: absolute; right: 0px; top: 29px; width: 20px; height: 10px;}
.faqlist .faqsec.open:after {content: url(../images/up-arrow.svg); position: absolute; right: 0px; top: 29px; width: 20px; height: 10px;}
.commonsect ul li, .faqlist .faqans ul li {list-style: none; font-family: 'manroperegular'; font-style: normal; font-weight: normal; font-size: 17px; line-height: 26px; color: rgba(60, 60, 59, 0.802989); position: relative; padding-left: 25px;}
.commonsect ul li:after, .faqlist .faqans ul li:after {content: url('../images/list-icon.svg'); width: 9px; height: 10px; position: absolute; top: -2px; left: 0;}
.commonsect ol li {font-family: 'manroperegular'; font-style: normal; font-weight: normal; font-size: 17px; line-height: 26px; color: rgba(60, 60, 59, 0.802989); position: relative;}
.faqsect .exploreimg {top: 50%;transform: translateY(-50%);z-index: 9;}
.projectsect {padding: 75px 0px;}
.filters {border-bottom: 1px solid #BFBFBF;padding-bottom: 40px;}
.filters ul li {list-style: none;display: inline-block;}
.filters ul li a {font-family: 'manropemedium'; font-style: normal; font-weight: 500; font-size: 20px; line-height: 26px; letter-spacing: 1px; text-transform: uppercase; color: #000000; padding: 0px 30px;}
.filters ul li a:hover,.filters ul li.active a {color: #E58D6A;}
.projectsect .flex {margin-top: 40px;}
.projectsect .common__inner {margin-bottom: 60px;}
.projectimginner {width: 100%; height: 470px; overflow: hidden; }
.projectimginner .projectimg {transition: all 0.3s ease; height: 100%; overflow: hidden; }
.projectimginner .projectimg:hover {transform: scale(1.1); }
.projectdetails {margin-top: 25px;}
.projectdetails .category {font-family: 'manroperegular'; font-weight: normal; font-size: 12px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; color: #E58D6A; margin-bottom: 10px;}
.single__project {padding-top: 140px;}
.single__project .container__inner {max-width: 80%;}
.single__project .flex,.twocolumn .flex {margin-top: 0px;}
.singlebg {background: #D0DDD0;height: 878px;position: absolute;top: 0;left: 0;width: 100%;}
.singlecolumn {margin-bottom: 90px;}
.singlecolumn h2 {flex: 0 0 30%;}
.singlecolumn p {flex: 0 0 63%;}
.projectdata {margin: 65px auto !important; justify-content: center;}
.single__info {flex: 0 0 25%;max-width: 25%;}
.single__info h3 {font-family: 'manroperegular'; font-style: normal; font-weight: normal; font-size: 12px; line-height: 16px; text-align: center; letter-spacing: 1px; text-transform: uppercase; color: #E58D6A; margin-bottom: 8px;}
.single__info p {font-family: 'manroperegular'; font-style: normal; font-weight: normal; font-size: 17px; line-height: 23px; text-align: center; color: #3C3C3B; margin-bottom: 0px;}
.project__gallery,.twocolumn {padding-top: 0px;}
.twocolumn p {padding-right: 70px;}
.shareon {padding: 70px 0px 0px 0px;text-align: center;}
.shareon ul li {list-style: none;display: inline-block;padding: 0px 10px;margin-bottom: 0px;}
.contact__sect {padding-bottom: 130px;}
.contact__sect .flex {margin-top: 0px;}
.contact__sect .contact__left {padding: 80px 90px 0px 180px;}
.contact__sect .contact__left h2 {margin-bottom: 40px;font-size: 42px;line-height: 52px;}
.contact__sect ul li {list-style: none;}
.cntinfo {margin-bottom: 10px;}
.cntinfo li {position: relative; padding: 0px 0px 30px 55px !important; list-style: none;}
.cntinfo li.mail:before {content: url(../images/quote.svg); position: absolute; left: 0; top: 0;}
.cntinfo li.mail a {display: inline-block;width: 100%;}
.cntinfo li.address:before {content: url(../images/address.svg); position: absolute; left: 0; top: 0;}
.cntinfo li.address a {margin-top: 8px;}
.contact__sect .contact__left .socialinfo {padding: 55px 0px 0px 55px;}
.contact__sect .contact__left .socialinfo ul li {text-transform: uppercase; letter-spacing: 1px;margin-bottom: 0px; padding-right: 15px;color: #000}
.contact__sect .contact__left .socialinfo ul li:first-child {top: -2px; position: relative; padding-right: 25px;}
.contact__right {padding: 80px;}
.contact__right .gfield_label {display: none !important;}
.contact__right .gform_wrapper ul li.gfield {margin-top: 20px;}
.contact__right h2 {text-align: center;font-size: 42px;line-height: 52px;margin-bottom: 50px;}
.gform_footer {position: relative;width: 108px !important;}
.gform_footer:after {content: ''; width: 100%; position: absolute; display: block; height: 2px; bottom: 0; background: #000;}
.videosect .container__inner {max-width: 52%;}
.wp-video {width: 100% !important;}
.projectsect .learnmore {margin-top: 14px;}
.projectsect .common__inner:hover span {color: #E58D6A;}
.projectsect .common__inner:hover .learnmore:after {background: #E58D6A;}
.blogpagi .page-numbers {font-family: 'manroperegular'; padding: 5px 12px; vertical-align: top; font-size: 17px; line-height: 27px; text-align: center; color: #FFF; background: #000; margin: 0px 5px; border-radius: 5px;}
.blogpagi .page-numbers:hover,.blogpagi .current {background: #ABCDC8;}
.acf-map {height: 250px;margin-left: 55px;}
.error__sect .learnmore {margin-top: 0px;}
.post-thumbnail {margin: 30px 0px;}
.search__inners {margin-bottom: 30px;}
.search__inners .learnmore {margin-top: 0px;}
.mobileslider {display: none !important;}
.faqpagesect {padding: 70px 0px 30px 0px;}
.faqpagesect .faqlist {margin: 0px auto;}
@media screen and (min-width: 1025px) {
    .mobile__version {display: none;}
	.header__logo {position:relative; top: -15px;}
    .header__section.header__bg,.single .header__section {box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.146662);}
    .header__section .container {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: visible;}
    .nav {list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto; padding: 0; align-items: center;}
    .nav > li {display: inline-block; vertical-align: top; position: relative;margin-bottom: 0px;}
    .nav li > ul {padding: 12px 0px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);position: absolute; display: none; border-top: 5px solid rgba(208, 232, 237, 0.5); border-radius: 0px; min-width: 250px; top: 92px; left: 0px; margin: 0px; background: #FFF;mix-blend-mode: normal;list-style: none;}
    .nav li a {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; display: block; padding: 46px 25px; font-family: 'manropemedium'; font-weight: 500; font-size: 17px; line-height: 27px; color: #3C3C3B;}
    .nav li:hover > ul {display: inline-block;}
    .nav li li {margin-bottom: 0px; mix-blend-mode: normal;}
    .nav li li a {display: block; position: relative; text-align: left; z-index: 100; padding: 7px 20px;}
    .nav li a:hover,.nav > li.current-menu-item > a {color: #E58D6A;}
    .headerlink a {padding: 48px 5px !important;}
    .qbcc a {padding-left: 48px;color: #ABCDC8 !important;font-size: 14px !important;line-height: 20px !important;}
    .nav > li.menu-item-has-children > a:after {content: "\f107"; position: absolute; font-family: FontAwesome; right: 5px; margin-top: 0px; }
    .nav > li.menu-item-has-children > a:hover:after {content: "\f106"; position: absolute; font-family: FontAwesome; right: 5px; margin-top: 0px; }
    .common__inner {width: -webkit-calc((100% - (50px*2))/3); width: -moz-calc((100% - (50px*2))/3); width: calc((100% - (50px*2))/3);}
    .common__inner:nth-child(3n) {margin-right: -1px;}
}
@media screen and (min-width: 1600px) {
	.gallery__sect .owl-nav .owl-prev {left: 345px;}
	.gallery__sect .owl-nav .owl-next {right: 345px;}
}
@media screen and (min-width: 1700px) {
	.gallery__sect .owl-nav .owl-prev {left: 420px;}
	.gallery__sect .owl-nav .owl-next {right: 420px;}
}
@media (max-width: 1300px) {
	.contact__menu {width: 34%;}
	.service__column .column__inner {padding-right: 30px;}
	.column__flex .column__inner {padding: 0px 70px 0px 30px;}
}
@media (max-width: 1200px) {
	.flex, .projectslider,.whychoose .flex,.team__sect .flex,.service__column .flex {margin-top: 50px;}
	.contact__menu {width: 36%;padding-left: 30px;}
	.contact__menu ul li a {font-size: 16px;}
	.copyright {margin-top: 40px;}
	.paddingtop {padding: 60px 0px;}
	.explore__service {padding-bottom: 0px;}
	.container__inner,.intro__sect .commonsect,.about__intro .container__inner,.about__mdl .container__inner,.whychoose .container__inner,.single__project .container__inner {max-width: 100%;}
	.intro__sect {padding-bottom: 120px;}
	.footer__sect {padding-bottom: 30px;}
	.about__right {padding-right: 20px;}
	.about__right img {margin: 0px auto 40px auto;}
	.about__mdl .flex {margin: 0px 0px 50px 0px; }
	.whychoose {padding-bottom: 0px;}
	.gallery__sect .owl-nav .owl-prev {left: 20px;}
	.gallery__sect .owl-nav .owl-next {right: 20px;}
	.service__column {padding: 0px;}
	.twocolumn {padding-top: 0px;}
	.shareon {padding-bottom: 0px;}
	.singlecolumn {margin-bottom: 50px;}
	.contact__sect .contact__left {padding: 60px 40px;}
	.contact__sect {padding-bottom: 30px;}
	.contact__right {padding: 40px;}
}
@media (max-width: 1100px) {
	.nav li a {padding: 46px 16px;}
	.nav > li.menu-item-has-children > a:after,.nav > li.menu-item-has-children > a:hover:after {right: 0px;}
	.service__info h3 {flex: 0 0 75%;margin-bottom: 0px;font-size: 24px;line-height: 34px;}
}
@media (max-width: 1024px) {
	.desktop__version {display: none;}
	.mobile__version {display: block;}
	.header__logo {max-width: 220px;}
    .menu__toggle {width: 35px;height: 35px;cursor: pointer;z-index: 99999;position: fixed;top: 25px;right: 25px;}
    .admin-bar .menu__toggle {top: 57px;}
    .header__section {padding: 20px 20px 10px 20px;background: #FFF;}
    .header__section .container {height: 100%; padding: 0px;}
    .header__inner {margin-bottom: 0px; height: 100%; border-bottom: 0px; padding: 0px;}
    .header__section .header__mains {display: inline-block; position: relative; z-index: 999; width: 100%; background: #FFF;}
    .header__section.on {height: 100%; position: fixed; background: #FFF;padding: 20px 0px;}
    .header__section.on .header__mains {padding: 0px 20px;}
    .one, .two, .three {width: 100%; height: 3px; background: #ABCDC8; margin: 7px auto; backface-visibility: hidden; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; cursor: pointer; border-radius: 5px;}
    .menu__section.on {width: 100%; height: 100%; display: block; position: absolute; left: 0; top:0px; margin: 0px; overflow-y: scroll;}
    .menu__toggle.on .two {opacity: 0;}
    .menu__toggle.on .one {-moz-transform: rotate(45deg) translate(6px, 6px); -ms-transform: rotate(45deg) translate(6px, 6px); -webkit-transform: rotate(45deg) translate(6px, 6px); transform: rotate(45deg) translate(6px, 6px); background: #ABCDC8;}
    .menu__toggle.on .three {-moz-transform: rotate(-45deg) translate(8px, -8px); -ms-transform: rotate(-45deg) translate(8px, -8px); -webkit-transform: rotate(-45deg) translate(8px, -8px); transform: rotate(-45deg) translate(8px, -8px); background: #ABCDC8;}
    .nav {margin: 0; padding: 0px; list-style: none; margin: 7em auto 5em auto !important;list-style: none;}
    .nav.hidden {display: none;}
    .nav li,.nav ul {list-style: none;margin-bottom: 0px;}
    .nav > li {float: none !important; padding: 0px 20px !important; display: block !important; position: relative;}
    .nav li > ul {display: none;}
    .nav li a {padding: 10px 0px !important; text-align: center; display: inline-block; font-size: 20px; line-height: 30px; letter-spacing: 1px; text-transform: inherit; color: #3C3C3B;position: relative;font-family: poppins, sans-serif; font-style: normal; font-weight: normal;}
    .open > .sub-menu {display: block !important;}
    .nav .sub-menu li a {padding: 10px 0px 10px 25px !important; font-size: 20px;text-align: left;}
    .nav span.carets {display: inline-block; content: ''; width: 0; height: 0; border-top: 6px solid transparent; border-right: 10px solid #3C3C3B; border-bottom: 6px solid transparent; transform: rotate(270deg); position: absolute; top: 18px; right: 35px;}
    .header__cover {margin-top: 84px;}
    .single__project {padding-top: 60px;}
    .slider__sect {height: 450px;}
    .inner__sect {height: 378px;}
    .commonsect h2,.contact__sect .contact__left h2,.contact__right h2 {font-size: 36px;line-height: 46px;}
    .common__inner {width: -webkit-calc((100% - 50px)/2); width: -moz-calc((100% - 50px)/2); width: calc((100% - 50px)/2);}
    .common__inner:nth-child(2n) {margin-right: -1px;}
    .common__inner:nth-child(2n+1) {margin-right: 50px;}
    .intro__sect .column__half {flex: 0 0 45%;max-width: 45%;}
    .team__sect .learnmore {margin-top: 0px;}
    .faqlist,.faqpagesect .faqlist {max-width: 100%;margin: 0px;}
    .videosect .container__inner {max-width: 65%;}
    .workslider .item {height: 450px;}
    .twocolumn p {padding-right: 0px;}
    .contact__sect .contact__left,.contact__right {flex: 0 0 100%;max-width: 100%;}
    .contact__sect {padding-bottom: 60px;}
}
@media (max-width: 992px) {
	.slider__content {max-width: 100%;}
	.slider__sect h1 {font-size: 40px;line-height: 50px;margin-bottom: 0px;}
	.service__info h3,.why__inner h3,.faqlist .faqsec {font-size: 22px;line-height: 32px;}
	.commonsect h2,.contact__sect .contact__left h2,.contact__right h2 {font-size: 32px; line-height: 42px;}
	.client__sect .container__inner {max-width: 85%;}
	.client__sect .owl-nav .owl-prev {left: -50px;}
	.client__sect .owl-nav .owl-next {right: -50px;}
	.viewall {margin-top: 10px;}
	.why__inner {flex: 0 0 50%; max-width: 50%; margin-bottom: 60px;}
	.commonslider .owl-nav .owl-prev,.commonslider .owl-nav .owl-next {top: 34%;}
	.instagram__sect h2 {margin-bottom: 30px;}
}
@media (max-width: 785px) {
    .admin-bar .menu__toggle {top: 73px;}
}
@media (max-width: 767px) {
	.footer__menu {width: 45%;margin-bottom: 20px;}
	.contact__menu ul li a {font-size: 13px;}
	.copyright {margin-top: 0px;}
	.service__column .column__half {flex: 0 0 100%;max-width: 100%;}
	.service__column .column__inner {padding: 70px 30px 0px 30px;}
	.column__flex .service__right {order: 2;}
	.videosect .container__inner {max-width: 100%; }
	.desktopslider {display: none !important;}
	.mobileslider {display: block !important;}
	.mobileslider .item {opacity: 1;}
	.home__left .learnmore,.service__right .learnmore {margin-top: 0px;}
	.owl-dots {margin-top: 30px;}
	.projectdata {margin: 45px auto 0px auto !important;}
}
@media screen and (max-width: 640px) {
    #wpadminbar {position: fixed;}
    .slider__sect h1 {font-size: 30px;line-height: 40px;}
    .commonsect h2 {font-size: 26px;line-height: 36px;}
    .flex, .projectslider {margin-top: 35px;}
    .service__info h3 {flex: 0 0 100%; margin-top: 18px;text-align: left;font-size: 20px;line-height: 30px;}
    .singlecolumn p {flex: 0 0 100%;}
}
@media (max-width: 570px) {
	.projectinfo {position: inherit;transform: rotate(0deg);top: 0;right: 0px;margin-top: 25px;width: 100%;}
	.column__half,.intro__sect .column__half {flex: 0 0 100%;max-width: 100%;}
	.home__left {order: 2;margin-top: 90px;}
	.intro__sect {padding-bottom: 60px;}
	.projectinfo h3:after,.projectinfo h3:before {content: none;}
	.owl-dots {margin-top: 40px;}
	.about__right {padding: 40px 20px 0px 20px;}
	.why__inner {flex: 0 0 100%;max-width: 100%;}
	.about__intro h2 {font-size: 22px;line-height: 32px;}
	.projectinfo h3 {transform: inherit;text-align: center;}
	.filters ul li {width: 100%;}
	.single__info {flex: 0 0 50%;max-width: 50%;margin-bottom: 25px;}
}
@media (max-width: 480px) {
	.common__inner {width: 100%; margin-right: 0px !important;}
	.footer__menu {width: 100%;text-align: center;}
	.contact__menu {padding: 0px;border: none;}
	.copyright__left {flex: 0 0 100%;}
	.copyright p, .copyright a {text-align: center;}
	.client__sect .owl-nav .owl-prev {left: -33px;}
	.client__sect .owl-nav .owl-next {right: -33px;}
	.btmimg,.column__flex .btmimg {position: inherit;right: auto;bottom: auto;text-align: center;margin-top: 20px;left: auto;}
	.column__flex img {float: none;text-align: center;}
	.service__column .column__inner {padding: 30px 30px 0px 30px;}
	.acf-map {margin-left: 0px;}
	.contact__sect .contact__left .socialinfo {padding-left: 0px;}
}
@media (max-width: 359px) {
	.slider__sect,.inner__sect {height: 350px;}
	.teambg,.workslider .item {height: 280px;}
	.contact__sect .contact__left {padding: 60px 20px;}
}


.owl-carousel:{height:auto;}
