body {
    font-family: 'Rubik';
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    background-color: #272727e6;
    color: #ffffff;
}
input, textarea, select {
	font-family: 'Rubik';
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #ebc22b;
}
a:hover {
    text-decoration: none;
	color: #5d5e5e;
}
header.header {position: fixed;top: 0;width: 100%;left: 0;right: 0;z-index: 1000;}
section {
    height: auto;
    overflow: hidden;
}
footer {
    height: auto;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
}
.logo {float: left;margin: 30px 0 0;}
#access .menu-header ul, div.menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#access .menu-header li, div.menu li {
    float: left;
    position: relative;
}
#access a {
	transition: all ease .6s;
	font-size: 26px;
	color: #7e7e7e;
	font-weight: 400;
	margin-top: 20px;
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	text-transform: uppercase;
}
#access ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    width: 180px;
    z-index: 99999;
}
#access ul ul li {
    min-width: 180px;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: none repeat scroll 0 0 #a31c22;
    border: medium none;
    height: auto;
    line-height: 1em;
    padding: 10px;
    width: 160px;
}
#access ul li:hover > ul {
    display: block;
}
.top {
}
.social {float: left;margin: 53px 0 0 40px;font-size: 18px;color: #fff;}
.social a {
    font-size: 25px;
}
.head {
}
#searchform input[type="submit"] {
}
#searchform input[type="text"] {
}
#searchform label {
    display: none;
}
.main {
    height: auto;
    overflow: hidden;
}
.copy {
    height: auto;
    overflow: hidden;
    padding: 0px 0 25px;
}
footer a {color: #fff;}
.copy .right {
    text-align: right;
}
footer .widgets {
    height: auto;
    overflow: hidden;
}
.social a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 40px;
}

.floatingserch {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background: #323337;
    z-index: 4;
    width: 100%;
    height: 100%;
    transition: all  ease .4s;
}
span.closex {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 25px;
    right: 82px;
    background-color: #1F2229;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 64px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.tabletcar {
    display: table;
    width: 100%;
    height: 100%;
}

.cellintcar {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.headsearch h3 {
    color: #F06157;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
    display: block;
    margin-bottom: 30px;
}

.headsearch {
    max-width: 600px;
    margin: 0 auto;

}
#searchform input[type="submit"]:hover {
    color:#F06157;
    border-color:#F06157;
    background-image: url(images/next-red.png);
}
.floatingserch.openx {
    top: 0%;
}
.bottom-head {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    z-index: 125;
    transition: all ease .4s;
}

.bottom-head .col6 {
    float: right;
    height: 100vh;
    position: relative;
    right: -45%;
    width: 35%;
    transition: all .6s ease;
}

.lefrighr-dert {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #272727e6;
}

.lefrighr-dert > span.sclosex {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 25px;
    right: 20px;
    z-index: 500;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

#access > div > ul > li {
    display: block;
    width: 100%;
}


div#access {
    text-align: left;
    padding: 100px 70px;
    height: auto;
    overflow: hidden;
}

#access > div > ul > li.current-menu-item > a,#access > div > ul > li:hover > a {
    color: #ebc22b;
}

.topclassmenu-btotoms {
    text-align: left;
    padding: 0 70px;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.menusocial a {
    height: 40px;
    color: #7e7e7e;
    font-size: 18px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    transition: all ease .6s;
}

.menuemailphone a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 25px;
}

.menuemailphone {
    margin: 20px 0 0;
}

.menuemailphone a:last-child {
    text-decoration: underline;
}
.creators-featured .single-portfolio .image-section {height: 100vh;background-position: center;background-size: cover;background-repeat: no-repeat;position: relative;padding: 90px 70px 70px 70px;}

.creators-featured .single-portfolio .image-section a {
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    width: calc(100% - 140px);
}

.creators-featured .single-portfolio .image-section a h2 {
    margin: 0;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.creators-featured .single-portfolio .image-section a span {
    float: right;
    font-size: 14px;
    margin: 0;
    display: block;
    background-image: url("images/next-whi.png");
    background-repeat: no-repeat;
    background-position: right 7px;
    padding: 0 25px 0 0;
    background-size: 18px auto;
    line-height: 30px;
}
.bottom-head.openx {
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}

.bottom-head.openx .col6 {right: 0;}

.calldiv {
    float: left;
    margin: 54px 0 0 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.majorspots {
    float: left;
}

.menusearch-conpns {
    float: right;
    margin: 53px 0 0 40px;
}

.container-fluid {
    max-width: 95%;
}
#access a:before {
    content: "\f111  \f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    transform: rotate(90deg);
    display: inline-block;
    letter-spacing: 2px;
    position: absolute;
    top: 19px;
    left: 0;
}

.menusocial a:hover {
    color: #fff;
}
.menusearch-conpns > span {
    display: block;
}

.menusearch-conpns > span > a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 40px;
}
.copy p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.copy p.englishlang a {
    display: inline-block;
    padding: 0 0 0 15px;
}
h5.pagettile {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.container.vc-cont {
    padding: 0;
}

.pp-section {
    color: #fff;
    background-color: #272727e6;
    background-size: cover;
    background-position: center;
}
.first-slider-textarea {
    margin: 0;
    color: #fff;
}

.first-slider-textarea h3 {
    line-height: 1.4;
    margin-bottom: 2.8rem;
    letter-spacing: .1em;
    font-size: 16px;
}

.first-slider-textarea h1 {
    font-size: 62px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
}
.first-slider-textarea h1 strong {
    font-weight: 500;
    color: #55196a;
}

.section.homesec1 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.section.homesec1:before {
    content: "";
}

#pp-nav {
	width: 2.1428rem;
	margin-top: 0!important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down {
	font-size: 2.1428rem;
	cursor: pointer;
	color: #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#pp-nav .pp-nav-up {
	margin-bottom: 0;
}

#pp-nav .pp-nav-down {
}

#pp-nav li,
.pp-slidesNav li {
	margin: 1.928rem auto;
	width: 10px;
	height: 10px
}

#pp-nav span,
.pp-slidesNav span {
	left: 0;
	top: 0;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #000;
	border: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover {
	color: #ebc22b
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down {
	color: #fff;
	left: 4px;
	position: relative;
}

#pp-nav.white span,
.pp-slidesNav span {
	background: #fff
}

#pp-nav li .active span,
.pp-slidesNav .active span,
#pp-nav span:hover,
.pp-slidesNav span:hover {
	background: #ebc22b;
}


#pp-nav.right {
    right: 65px;
}

#pp-nav.white .pp-nav-up i, #pp-nav.white .pp-nav-down i {color: #fff;font-size: 30px;transition: all ease .6s;}

#pp-nav.white .pp-nav-up:hover i, #pp-nav.white .pp-nav-down:hover i {
    color: #ebc22b;
}
.second-slider-textarea h3 {
    line-height: 1.4;
    margin-bottom: 2.8rem;
    letter-spacing: .1em;
    font-size: 16px;
}

.second-slider-textarea h2 {
    text-transform: uppercase;
    letter-spacing: -.025em;
    line-height: 1.13333;
    margin: 0 0 5rem;
    font-size: 38px;
}

.second-slider-textarea h2 strong {
    font-weight: 500;
    color: #ebc22b;
}

.second-slider-textarea ol {
    font-size: 18px;
    padding-left: 30px;
    list-style: decimal-leading-zero;
    text-transform: uppercase;
    letter-spacing: -.025rem;
    font-weight: 300;
    color: #7e7e7e;
}

.second-slider-textarea ol li {
    margin: 0 0 15px 0;
    transition: all ease .4s;
    color: #cecece;
}

.second-slider-textarea ol li:hover {
    color: #fff;
}

.marginal-area-image {
    margin: 0 0 0 120px;
    position: relative;
}

.marginal-area-image:before {
    position: absolute;
    z-index: -1;
    left: -25%;
    bottom: -19%;
    width: 101%;
    top: 50%;
    opacity: .8;
    content: "";
    display: block;
	background-image: url("images/dots-dark2.png");
}
.twentyfor-experience {
    margin: 0;
    position: absolute;
    margin-top: -40px;
    top: 100%;
    right: 40px;
}

.twentyfor-experience h2 {
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-size: 10.71rem;
    margin-right: 1.7rem;
}

.twentyfor-experience h4 {
    display: inline-block;
    font-size: 1.571rem;
    font-weight: 600;
    line-height: 1.181;
    text-transform: uppercase;
}

.second-slider-textarea {
    margin: 0;
}
.homesec3:before {content: "";height: 100%;display: block;position: absolute;top: 0;left: 0;right: 0;width: 100%;
    background: rgb(0 0 0 / 80%);}

.single-budget-sec {
    padding: 70px 15px 15px;
    border: 2px solid #fff;
    border-top: 0;
    position: relative;
    margin-bottom: 0;
}

.single-budget-sec h3 {
    text-align: center;
    font-size: 80px;
    margin: 0;
    display: block;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    top: -40px;
    right: 0;
    width: 76px;
}

.single-budget-sec h2:before {
    content: "\f111 \f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    display: inline-block;
    letter-spacing: 2px;
    position: absolute;
    top: 22px;
    left: -5px;
    color: #57844f;
}

.single-budget-sec p {
    color: #fff;
    font-size: 16px;
}

.homesec3 {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.workingfeild:before {
}

.workingfeild {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-dprojects {position: relative;opacity: 0;}

div#dprojects .one-proj .image-section {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.workingfeild .wpb_column.vc_column_container {
    position: static;
}

.one-proj {
    width: calc(33.333333333% - 5px);
    display: block;
    margin: 2.5px;
    transition: all ease .6s;
    padding: 22px;
    position: relative;
    height: 200px;
    float: left;
}

.one-proj:hover {
    background: #fff;
}
.single-dprojects a {
    transition: all ease .6s;
    color: #fff;
}

.single-dprojects h2 {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 500;
}

div#dprojects {margin: 0;height: auto;overflow: hidden;}

.one-proj:hover .single-dprojects a {
    color: #55196a;
}

div#dprojects .one-proj .image-section:before {content: "";background: rgba(39, 39, 39, 0.62);display: block;position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 0%;transition: all cubic-bezier(0, 0.46, 0.58, 1) .4s;}

.fourth-slider-textarea {
    margin: 0;
}

.fourth-slider-textarea > div > h2 {
    text-transform: uppercase;
    letter-spacing: -.025em;
    line-height: 1.13333;
    margin: 0 0 20px 0;
    font-size: 38px;
}

.third-slider-textarea {
    margin: 0;
    position: relative;
}

.third-slider-textarea h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1;
    margin: 0 0 50px 0;
}

.fourth-slider-textarea .dskbtn {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.13333;
    font-size: 26px;
    font-weight: 600;
    float: right;
    margin: -40px 0 0 0;
    transition: all ease .6s;
}

.fourth-slider-textarea .dskbtn:after {content: "\f054";font-weight: 700;font-family: "Font Awesome 5 Free";margin: 0;transition: margin ease .6s;}

.fourth-slider-textarea .dskbtn:hover:after {
    margin: 0 0 0 10px;
}

.fourth-slider-textarea .dskbtn:hover {
    color: #ebc22b;
}
.fifth-slider-textarea {
    margin: 0;
}

.fifth-slider-textarea h2 {}

.testimonial-bf {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-bf:before {
    content: "";
    background: rgb(0 0 0 / 46%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.fifth-slider-textarea h2:before {font-size: 90px;display: block;font-weight: 700;font-family: "Font Awesome 5 Free";margin: 0 0 200px 0;color: #ebc22b;}

.contestiminials {
    font-family: 'Libre Baskerville';
    font-size: 1.142rem;
    line-height: 1.875;
    font-style: italic;
    margin: 0 0 60px 0;
}

.single-dtestimonials h2 {
    font-size: 23px;
    margin: 0 0 5px 0;
}

.single-dtestimonials > span {
    font-family: 'Libre Baskerville';
    font-style: italic;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    border: 2px solid #fff;
    position: relative;
}

.owl-theme .owl-nav [class*=owl-]:focus {outline: none;box-shadow: none;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ebc22b;
    border-color: #ebc22b;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-] i {
    font-size: 25px;
}

.owl-carousel .owl-nav button.owl-next {left: -1px;}

.owl-theme .owl-nav {
    text-align: left;
    margin: 30px 0 0 0;
}
.owl-theme .owl-nav [class*=owl-].disabled {
    opacity: 1;
}
.dsktestimonials {
    margin: 60px 0 0 0;
}
.sixths-slider-textarea {
    margin: 0 0 50px 0;
}

.sixths-slider-textarea h2 {font-size: 30px;margin: 0 0 40px 0;}
.team-imaeg-sec * {
    width: 100%;
    height: auto;
}

.team-imaeg-sec {
    margin: 0;
}

.single-team-details {
    margin: 0;
    background: #666;
    position: relative;
    padding: 30px 0;
}

.single-team-details h4 {
    position: absolute;
    color: #333;
    font-size: 14px;
    transform: rotate(-90deg);
    left: -40px;
    top: -85px;
}

.single-team-details h4:after {content: "";background: #333;height: 1px;width: 50px;display: inline-block;position: relative;top: -4px;margin: 0 0 0 10px;}

.single-team-details h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.seventh-slider-textarea h2 {
    text-transform: uppercase;
    letter-spacing: -.025em;
    line-height: 1;
    font-size: 38px;
}

.gmaps .wpb_wrapper {
    padding: 0;
}

.single-contact-nuhaus {
    border-right: 1px solid #3c3c3c;
    margin: 0 0;
    padding: 25px 20px;
}

.vc_col-sm-4:last-child .single-contact-nuhaus {
    border: 0;
}

.single-contact-nuhaus h2 {
    float: left;
    width: 100px;
    margin-right: 50px;
    font-size: 1.92rem;
    line-height: 1.06;
    letter-spacing: -.025em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.single-contact-nuhaus p {
    color: #ebc22b;
    font-size: 15px;
}

.single-contact-nuhaus p strong {
    color: #fff;
}

.seventh-slider-textarea {
    margin: 80px 0 35px 0;
}
.section .vc_column_container {
    position: static;
}

div#section2 {}

div#section2.section .vc_column_container.vc_col-sm-6:nth-child(2) {
    position: relative;
}

div#section3.section .wpb_column.vc_column_container.vc_col-sm-3 {
    position: relative;
}

div#section3.section .wpb_column.vc_column_container.vc_col-sm-3:first-child h5 {}
rs-sbg-wrap rs-dotted {
    background: rgb(39 39 39 / 55%) !important;
}

.slider-caption h2 strong {
    color: #ebc22b;
    display: inline-block;
    font-weight: 500;
}


.slider-caption {
    font-family: 'Rubik';
}

.slider-caption h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.slider-caption h2 {
    font-size: 70px;
    line-height: 0.9;
    margin: 0 0 20px 0;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.toprightp {
    float: right;
}

.calldiv a {
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    transition: all ease .4s;
}

.calldiv a:hover {
    background: #ebc22b;
    border-color: #ebc22b;
    color: #333;
}

.calldiv a span {
    margin-right: 10px;
}


#rev_slider_1_1_wrapper rs-bullets.tp-bullets.zeus .tp-bullet {
    background: #57844f;
    border-color: #57844f;
}

#rev_slider_1_1_wrapper rs-bullets.tp-bullets.zeus .tp-bullet.selected, #rev_slider_1_1_wrapper rs-bullets.tp-bullets.zeus .tp-bullet:hover {
    border-color: #fff;
}

a.dskbtn {
    display: inline-block;
    color: #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    padding: 5px;
    margin: 0 0 0 0;
}

.slider-caption .dskbtn {
    margin-top: 30px;
}
.third-slider-textarea h2 strong {
    color: #ebc22b;
    font-weight: 500;
}

.single-budget-sec:before {content: "";background: #fff;width: 160px;height: 2px;display: block;position: absolute;top: 0;left: 0;}

.single-budget-sec h2 {
    position: relative;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    padding: 0 0 0 20px;
}
.slider-caption p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
}
.copy p a {
    text-transform: capitalize;
}
section#section4.pp-section {
    background-color: #272727e6;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0;
}

.single-budget-sec.pps:before {content: "";height: 100%;display: block;position: absolute;top: 0;left: 0;right: 0;width: 100%;background: rgba(39, 39, 39, .62);z-index: -1;}

.single-budget-sec.pps {
    position: relative;
    z-index: 0;
    border: 0;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 390px;
}

.single-budget-sec.pps .btsn {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all ease .4s;
}

.single-budget-sec.pps .btsn:before {
    content: "\f111 \f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    display: inline-block;
    letter-spacing: 2px;
    position: absolute;
    top: 3px;
    left: -30px;
    color: #57844f;
}
.single-budget-sec.pps .btsn:hover {
    color: #fff;
}
.single-budget-sec.pps p {
    font-size: 14px;
    font-weight: 500;
}
.sllidepro {
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.alldskpmodals .modal-body {
    padding: 0;
    border-radius: 0;
}

.alldskpmodals .modal-content {
    border-radius: 0;
    border: 0;
    background: none;
}

.alldskpmodals .modal-content span.cloico {
    position: absolute;
    top: -25px;
    right: 5px;
    color: #fff;
    z-index: 10;
}

.alldskpmodals .allpopo .single-portfolio {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 10;
    background: rgba(206, 224, 2, 0.45);
    padding: 10px;
    width: 200px;
}

.alldskpmodals .allpopo {
    position: relative;
}

.alldskpmodals .allpopo .single-portfolio h2 {
    font-size: 18px;
    color: #fff;
}

.alldskpmodals .allpopo .single-portfolio .contenta {
    color: #fff;
}

.alldskpmodals .allpopo .single-portfolio .contenta p {
    margin: 0;
    font-size: 14px;
}

.alldskpmodals .allpopo .owl-nav {
    margin: 0;
    top: calc(50% - 20px);
    position: absolute;
    width: 100%;
}

.alldskpmodals .allpopo .owl-nav button.owl-next {
    float: right;
    right: 0;
}

.alldskpmodals .allpopo .owl-nav button {
    color: #6d6d6d;
    border: 1px solid #8a8a8a;
    left: 0;
}

.alldskpmodals .allpopo .owl-nav button span {
    display: block;
    line-height: 48px;
}

.alldskpmodals .allpopo .owl-nav button span i {
    display: block;
}

.alldskpmodals .modal-dialog {
    max-width: 900px;
}
.single-dtestimonials {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.dteamtiminials {
    background: rgba(39, 39, 39, .62);
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 85%;
    padding: 5px 10px;
}

.single-dtestimonials .dteamtiminials h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.single-dtestimonials .dteamtiminials small {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    display: block;
}

div#dteam .owl-nav {
    margin: 0;
}

div#dteam .owl-nav button.owl-next {
    float: right;
    right: -25px;
    left: auto;
}

div#dteam .owl-nav button {
    color: #ffffff;
    border: 1px solid #ffffff;
    left: -25px;
    top: calc(50% - 20px);
    position: absolute;
}

div#dteam .owl-nav button span {
    display: block;
    line-height: 48px;
}

div#dteam .owl-nav button span i {
    display: block;
}

div#dteam .owl-nav button:hover {
    background: #fff;
    color: #57844f;
}

.sixths-slider-textarea h5.pagettile {
    margin-bottom: 40px;
}
body.srolpage {
  overflow-y: scroll;
  height: 100vh;
  background: #272727e6;
}

.about-inner-top {
    margin: 40px 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

h2.vc_custom_heading.about-inner-title {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    display: inline-block;
    position: relative;
    margin-top: 300px;
    margin-bottom: 50px;
}

h2.vc_custom_heading.about-inner-title:before {}

h2.vc_custom_heading.about-inner-title:before {
    content: "\f111 \f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    display: inline-block;
    letter-spacing: 5px;
    position: absolute;
    color: #ebc22b;
    left: -50px;
    top: 25px;
}

.containerlarge.vc-cont {
    max-width: 90%;
    margin: 0 auto;
}

.about-inner-contentarea {
    margin: 0px 0 100px;
}

.marginal-info-banner-innerpage {
    margin: 0;
}

.innerpcontent {
    margin: 0;
}

.innerpcontent h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1;
    margin: 30px 0;
    color: #ebc22b;
    font-weight: 500;
}

body.srolpage header.header {
    position: relative;
}

body.srolpage footer {
    position: relative;
}
.single-text-abou a {
    color: #ebc22b;
}

.single-text-abou {
    margin: 0 0 70px 0;
}

.single-text-abou h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
}

.single-image-abou {
    margin: 0 0 80px 0;
    background: #fff;
    border-radius: 5px;
}
.pagger-portfolio {
    background: #272727e6;
    padding: 30px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 300;
}
.single-budget-sec.pps.nflipper h3,
.single-budget-sec.pps.flipper h3 {
    font-size: 40px;
    top: auto;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0;
    text-align: center;
    width: auto;
    margin: 0;
    line-height: 1.2;
    display: block;
    bottom: 20px;
    left: 0;
    right: 0;
}

.single-budget-sec.pps.flipper {
    min-height: 360px;
    transform: perspective(600px) rotateY(0deg);
    transition: transform .6s linear;
}

.single-budget-sec.pps ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-budget-sec.pps ul li {
    font-size: 13px;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 15px;
    margin: 7px 0 0 0;
}

.single-budget-sec.pps ul li:before {content: "\f111";font-weight: 700;font-family: "Font Awesome 5 Free";font-size: 8px;display: inline-block;letter-spacing: 2px;position: absolute;top: 4px;left: 0;color: #ebc22b;}

.single-budget-sec.pps.flipperback {
    position: absolute;
    margin-top: -360px;
    min-height: 360px;
    transform: perspective(600px) rotateY(180deg);
    transition: all .6s linear;
    opacity:0;
    background: #333;
    padding: 10px;
    width: 100%;
}

.wpb_column:hover > div > div > .single-budget-sec.pps.flipper {
    transform: perspective(600px) rotateY(-180deg);
}

.wpb_column:hover > div > div > .single-budget-sec.pps.flipperback {
    transform: perspective(600px) rotateY(0deg);
    opacity:1;
}
.single-budget-sec.pps.flipperback h2:before {
    color: #ebc22b;
}

.single-budget-sec.pps.nflipper h3 strong,
.single-budget-sec.pps.flipper h3 strong {
    font-weight: 300;
    font-size: 12px;
    display: block;
}
.flipersectionp .vc_column_container > div > div {
    position: relative;
}

.single-budget-sec.pps.flipperback h2 {
    margin: 0 0 10px 0;
}
.planning-application-text h3 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1;
    margin: 0 0 50px 0;
}

.planning-application-text.planning-application-text-right h4 {
    float: right;
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 0 40px 0;
}

.planning-application-text.planning-application-text-right h4 em {
    display: block;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
}

.planning-application-text.planning-application-text-right p {
    font-size: 20px;
}

.planning-application-text.planning-application-text-right {
    padding: 0 30px;
    line-height: 2;
}

.plainign-div-lambi {
    background-position: center -340px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
}

.plainign-div-lambi.bottom-bottom-bg {
    margin-bottom: 0;
    background-position: center bottom;
}

.plainign-div-lambi:before {content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(39, 39, 39, .62);}

.planning-application-text {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.single-budget-sec.pps.nflipper h3 {
    bottom: 60px;
}
.innerpcontent a {
    color: #ebc22b;
    text-decoration: underline;
    transition: all ease .4s;
}

.innerpcontent a:hover {
    color: #fff;
    text-decoration: none;
}
.interiorpage .single-budget-sec.pps {
    min-height: 0;
    height: 200px;
    margin: 0;
    top: 0;
    padding: 20px;
}

.interiorpage .single-budget-sec.pps.flipper {
    margin-bottom: 30px;
}

.interiorpage .single-budget-sec.pps.flipper::before {
    background: linear-gradient(rgba(39, 39, 39, .62), transparent);
}

.interiorpage .third-slider-textarea {
    margin-bottom: 20px;
}

.interiorpage .third-slider-textarea h5.pagettile {
    margin: 0 0 10px 0;
}

.interiorpage .single-budget-sec.pps.flipper h2 {
}

.interiorpage .single-budget-sec.pps h2::before {
    top: 5px;
}

.interiorpage .single-budget-sec.pps h2 {
    font-size: 20px;
}

.single-budget-sec.pps ul li a {
    color: #fff;
}

.interiorpage .single-budget-sec.pps ul li {
    width: 50%;
    float: left;
}

.interiorpage .single-budget-sec.pps ul {
    height: auto;
    overflow: hidden;
}
#rev_slider_1_1_wrapper .hermes .tp-bullet {
    width: 75px;
    border-radius: 3px;
    height: 4px;
    border: 0;
    background: #333;
}
#rev_slider_1_1_wrapper .hermes .tp-bullet::after {
    background: #ebc22b;
}
#rev_slider_1_1_wrapper .hermes.tp-bullets {
    min-width: 1210px;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
}
.third-slider-textarea p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}
section#section3 .container.vc-cont {
    margin-top: 40px;
}

body.srolpage .section {
    position: relative;
    padding: 50px 0;
}
.planning-application-text.withbbgs:before {
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(39, 39, 39, .62);
    z-index: -1;
}

.planning-application-text.withbbgs {
    padding: 20px;
}

.planning-application-text.withbbgs h3 {
    margin: 100px 0 20px 0;
}

.planning-application-text.withbbgs h4 {
    font-weight: 400;
    font-size: 26px;
    text-align: right;
}

.planning-application-text.withbbgs h4 em {
    font-style: normal;
    font-size: 13px;
    display: block;
}
.about-inner-top:before {content: "";background: rgba(39, 39, 39, 0.62);width: 100%;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;}

h2.vc_custom_heading.about-inner-title:after {content: "";width: 75px;border-radius: 3px;height: 4px;border: 0;background: #ebc22b;display: block;margin-top: 30px;}

.innerpcontent.dkstbn {
    text-align: center;
    margin-top: 30px;
}

.innerpcontent.dkstbn a {
    border: 1px solid #ccc;
    text-decoration: none;
    color: #ccc;
    font-weight: 500;
    height: 50px;
    display: block;
    line-height: 48px;
}

.innerpcontent.dkstbn a:hover {
    background: #ebc22b;
    border-color: #ebc22b;
    color: #000;
}
.single-award-dipro {
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 30px 0;
}

.single-award-dipro img {
    width: 60px;
    height: auto;
    float: left;
    margin: 0 20px 0px 0 !important;
}

.single-award-dipro h2 {
    font-size: 22px;
    margin: 0;
}

.single-award-dipro a:after {content: "\f061";margin: 0 0 0 5px;font-family: "Font Awesome 5 Free";font-weight: 700;position: relative;top: 1px;}

.single-award-dipro a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.41);
}
.fourth-pro-textarea {margin: 30px 0 0 0;}
.fifth-slider-textarea h2:before {content: "\f10d";}

.contacttid .gmaps {
    margin: -130px 0 0 0;
    width: 60%;
    float: left;
}

.contacttid .contact-form-bottom-website {
    width: 726px;
    float: left;
    position: absolute;
    margin: 0;
    background: #333;
    padding: 50px;
    max-width: 60%;
    right: 0;
    top: 0px;
}

.contacttid.section .vc_column_container {
    position: relative;
}

.contacttid .contact-form-bottom-website div.wpforms-container-full {
    margin: 0;
}

.contacttid .contact-form-bottom-website h4 {
    color: #ebc22b;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.contact-form-bottom-website h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin: 15px 0;
    border-bottom: 1px dotted #3c3c3c;
    padding-bottom: 15px;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background: #333;
    border: 0;
    color: #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px;
    margin: 5px 0 5px 0;
    color: #999;
}
.contacttid .contact-form-bottom-website div.wpforms-container-full input,.contacttid .contact-form-bottom-website div.wpforms-container-full textarea {
    background: #424242;
    border: 0;
    color: #fff;
    padding: 0 10px;
}

.contacttid .contact-form-bottom-website div.wpforms-container-full textarea {
    padding: 10px;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #ebc22b;
    border: 0;
    height: 40px;
    padding: 0 30px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    transition: all ease .4s;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    border: 0;
    padding: 0 30px;
    background: #57844f;
    color: #fff;
}
div#dprojects .one-proj .image-section h3 {
    position: absolute;
    bottom: 15px;
    left: -280px;
    font-size: 16px;
    transition: all ease .4s;
}

div#dprojects .one-proj:hover .image-section:before {
    height: 100%;
}

div#dprojects .one-proj:hover .image-section h3 {
    left: 20px;
}
.hoprosmio .single-award-dipro img {
    margin-bottom: 0 !important;
}

.container.vc-cont.hoprosmio {
    background: #222;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    z-index: 0;
    padding: 0;
}

.container.vc-cont.hoprosmio:before {
    background: #222;
    width: 200%;
    left: -50%;
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    z-index: -1;
}

.single-award-dipro p {
    margin: 0;
}

.container.vc-cont.hoprosmio .single-award-dipro {
    padding: 30px 0;
}
.cta-divaera {background: #222;}
body.srolpage footer .copy {
    padding: 25px 0;
}


.joinusmodeltrigger {
    height: 230px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.joinusmodeltrigger:before {content: "";background: rgba(39, 39, 39, 0.63);display: block;width: 100%;height: 100%;z-index: -1;position: absolute;}

.joinusmodelpopup {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
}
.join-us-proasd {
    margin-top: 60px;
}
.joinusmodelpopup h3 {
    margin: 0;
    font-size: 20px;
}

.joinusmodeltrigger h2 {
    font-size: 22px;
    margin: 0 0 0 0;
    display: block;
    line-height: 230px;
}
.join-us-proasd .vc_column_container {
    position: static;
}
.joinusmodelpopup .wpb_wrapper {
    background: #272727e6;
    width: 1240px;
    margin: 200px auto 0;
    padding: 30px;
}

.joinusmodelpopup .wpb_wrapper a {
    color: #ebc22b;
}
.joinusmodelpopup.openx {
    display: table;
}
.calldiv button {
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    transition: all ease .4s;
    background: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.calldiv button:hover {
    background: #ebc22b;
    border-color: #ebc22b;
    color: #333;
}

.single-post-loop-section article.single-post-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 20px;
}

article.single-post-item > div.post-item-inner {
    position: relative;
}

article.single-post-item .post-thumb {
    overflow: hidden;
    margin-bottom: 22px;
}

article.single-post-item .post-thumb span.imgsc {
    display: block;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #383838;
}
article.single-post-item .post-meta {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    margin-top: -7px;
    float: left;
}
article.single-post-item .post-meta .date {
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}
article.single-post-item .post-meta ul.info-meta {
    float: right;
    line-height: 24px;
    list-style: none;
}
article.single-post-item .post-meta ul.info-meta li {
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 14px;
    color: #999;
}
article.single-post-item .info-meta .post-author strong {
    text-transform: capitalize;
    letter-spacing: 0;
    color: #ebc22b;
}
article.single-post-item h2.post-title {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}


article.single-post-item h2.post-title:before {
    content: "";
    border-bottom: 1px solid #ebc22b;
    width: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
}

article.single-post-item h2.post-title a {
    color: #ffff;
}

article.single-post-item .post-content {
    padding-bottom: 20px;
    line-height: 28px;
}

article.single-post-item .post-content p {
    margin: 0;
}
.single-post-loop-section {
    height: auto;
    overflow: hidden;
    padding: 50px 0;
}
.sidebars.sidebar-widget-area h3 {
    margin: 0;
}

.sidebars.sidebar-widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #272727e6;
}

.sidebars.sidebar-widget-area ul li {
    border-bottom: 1px solid #ddd;
}

.sidebars.sidebar-widget-area ul li a {
    color: #fefefe;
    padding: 5px 0;
    display: inline-block;
    font-size: 15px;
}

.sidebars.sidebar-widget-area {
    margin: 0 0 30px 0;
}

.sidebars.sidebar-widget-area ul li:last-child {
    border-bottom: 0;
    font-size: 15px;
}

.sidebars.sidebar-widget-area .featured-posts {
    border: 1px solid #ddd;
    padding: 15px;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 100px;
    margin: 0 0 15px 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post img {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post h4 a {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    display: block;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post .post-time {
    font-size: 12px;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sidebarsocial.social {
    float: left;
    margin: 10px 0;
}

.sidebars.sidebar-widget-area .tagcloud {
    padding: 5px;
}

.sidebar-widget-area h3 {
    font-size: 20px;
    color: #ebc22b;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.clmsgbg {
}
.single-entgry {
    padding: 50px 0 20px;
}

article.single-post-item .post-meta .date a {
    color: #ebc22b;
}
.single-entgry a {
    color: #ebc22b;
}
div#comments {
    background: none;
    padding: 0;
}

#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
    background: none;
    color: #fff;
}
h1.page-title.author a {
    color: #ebc22b;
}
.procontnte strong {
    margin: 15px 0 5px 0;
    font-weight: 500;
    color: #ebc22b;
    display: inline-block;
}

.procontnte a {
    color: #ebc22b;
}
.single-dtestimonials:hover {
    color: #fff;
}
section#section4:before {
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(0 0 0 / 70%);
}
.imageconte {
    height: auto;
    overflow: hidden;
}

.images2 {
    float: left;
    margin: 0 30px 0 0;
    max-width: 400px;
}
.images2 img {
    width: 100%;
    height: auto;
}