.container {
    max-width: 1250px;
}
.details.email {
    display: flex;
    justify-content: flex-end;
}
@media(min-width:600px) {
    .col-md-6.email {
    max-width: 100%;
    }
}

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

/*Slider*/
.owl-nav.disabled {
	display: none;
}
.overlay::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	/* z-index: 999999; */
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-item img {
	width: 100%;
	/*height: 100vh;*/
}
.wrapper.slider {
    position: relative;
    top: -25em;
    margin-bottom: -23em;
}

.hme-banner-text {
	position: absolute;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 10em;
	z-index: 9;
}
@media only screen and (min-width: 600px) {
  .hme-banner-text {
	position: absolute;
	top: 13em;
    }
}
.hme-banner-text h6 {
	color: var(--the-white);
	font-size: 2.5em;
	font-weight: 700;
	width: 80%;
}
.request a {
	background: var(--the-red);
	padding: 10px 20px;
	display: inline-block;
	color: var(--the-white);
	text-transform: uppercase;
	font-weight: 600;
	transition:1s;
	
}

.request a:hover {
	background: var(--the-blue);
	color: var(--the-white);
	text-decoration:none;
	border: 1px solid var(--the-white);
}

.about a {
	border: 1px solid var(--the-white);
	padding: 10px 20px;
	display: inline-block;
	color: var(--the-white);
	text-transform: uppercase;
	font-weight: 600;
	transition:1s;
}

.about a:hover {
	border: 1px solid var(--the-white);
	background: var(--the-blue);
	text-decoration:none;
}

.the-slider-buttons {
	display: flex;
	flex-wrap: wrap;
}
.request {
	margin-right: 25px;
}
.the-slider-buttons {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 4.5em;
}

/*Logo area*/
.col-sm-3.logo, .col-md-6.phone, .col-md-6.email, .fluid-container.top-items {
	z-index: 9;
}
/*.logo-bg {*/
/*	background: var(--the-white);*/
/*}*/
/*Top Bar*/
.details.phne p, .details.email p {
	color: var(--the-white);
	font-weight: 600;
}
.col-sm-3.logo img {
	width: 50%;
}
img.lazy {
    min-height: 0;
}
.details.phne p, .details.email p {
	position: relative;
	display: inline-block;
}
.details.phne p::after, .details.email p::after {
	content: "";
	position: absolute;
	top: 25px;
	left: 0px;
	border-bottom: 1px solid var(--the-white);
	width: 100%;
}
.col-sm-12.col-md-6.email {
	display: flex;
	justify-content: flex-end;
}
.fluid-container.top-items {
	 margin-top: 32px; 
	margin-bottom: 35px;
	z-index: 99 !important;
}
.fluid-container.top-items.inside-header {
	 margin-top: 0px; 
	margin-bottom: 35px;
	z-index: 99 !important;
	padding: 35px 0px 13px 0;
	background: var(--the-blue);
}
/*Menu*/
#menu-primary-menu li a {
	color: var(--the-white);
	font-weight: bold;
}
.current-menu-ancestor .current_page_item > a, .sub-menu .current-menu-item a {
	color: var(--the-red) !important;
}
.current-page-ancestor > a, .current-menu-ancestor > a, .current_page_item > a {
	border-bottom: 3px solid var(--the-white);;
}
.site-mobile-menu.container {
	background: var(--the-red);
}
/*Shortly*/
.shortly-holder {
	margin-bottom: 20px;
}
.shortly-holder a {
	border: 1px solid var(--the-red);
	padding: 11px 15px;
	display: inline-block;
	color: var(--the-black);
	font-weight: 600;
	transition: 1s;
}
.shortly-holder a:hover {
	border: 1px solid var(--the-white);
	background: var(--the-red);
	color: var(--the-white);
	text-decoration:none;
}

.container-fluid.shortly {
	margin-bottom: 30px;
}
.shortly-holder h2{
	position: relative;
}
.shortly-holder h2::before {
	content: "";
	position: absolute;
	left: 0;
	border-bottom: 1px solid var(--the-red);
	width: 55px;
	bottom: -5px;
}
.container.shortly {
	padding: 45px 0px;
}
/*Numbers*/
.the-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.the-numbers h3 {
	color: var(--the-red);
	font-weight: 800;
	font-size: 3em;
	margin-right: 15px;
}
.year, .projects, .clients {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.the-numbers p {
	font-weight: 600;
}
/*Projects*/
.parallax{
    background-image: url("img/geometrical-background.png");
    background-attachment: fixed;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.parallax .col-12 h2 {
	color: var(--the-white);
	text-align: center;
	margin-top: 1.4em;
}
.project-grid-area {
	color: var(--the-white);
}
.project-grid-area {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	margin-bottom: 70px;
}
.grid-holder {
	display: flex;
	flex-direction: row;
}
.grid-holder:nth-child(2n) {
	flex-direction: row-reverse;
}
.t-area {
	background: rgb(0,0,0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px;
}

.text.t-area a {
    color: #fff;
}

.allprojects {
	text-align: center;
}
.allprojects a {
	color: var(--the-white);
	border: 1px solid var(--the-white);
	padding: 15px 25px;
	display: inline-block;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
	transition:1s;
}

.allprojects a:hover {
	color: var(--the-white);
	border: 1px solid var(--the-white);
	background: var(--the-red);
	text-decoration:none;
	
}

.text.t-area, .the-image {
	flex-basis: 50%;
}
.grid-holder img {
	height: 100%;
	object-fit: cover;
	min-height: 23em;
}
.the-image {
	height: 100%;
}
@media only screen and (max-width: 600px) {
  .project-grid-area {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	margin-bottom: 70px;
    }
    .wrapper.slider {
	position: relative;
	top: -37em;
	margin-bottom: -37em;
    }
    .logo-bg, .logo {
	width: 65%;
    }
    .hme-banner-text h6, .mk-bgimg .content {
	font-size: 1.2em;
	width: 80%;
    }
    .the-slider-buttons {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 0.5em;
    }
    .hme-banner-text {
	position: absolute;
	top: 17em;
    }
    
    .js-menu-toggle {
	position: relative;
	top: -2.7em;
	right: 10px;
    }
    .request {
	margin-right: 25px;
    }
    .grid-holder {
	display: flex;
	flex-direction: column;
    }
    .grid-holder:nth-child(2n) {
	flex-direction: row-reverse;
	flex-direction: column;
    }
    
  .col-sm-12.col-md-6.email, .details.email {
    display: flex;
    justify-content: flex-start;
    }
    
}
/*What we do*/
.col.what-we-do {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.container-fluid.what-we-do .col-md-4 {
	margin-bottom: 20px;
}
.service-img img {
	height: 260px;
}
.container-fluid.what-we-do {
	margin-bottom: 55px;
}
/*Quote*/
.parallax-two{
    background-image: url("img/construction-site.jpg");
    background-attachment: fixed;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.parallax-two {
	display: flex;
	align-items: center;
	text-align: center;
}
.col.quote h3 {
	color: var(--the-white);
	font-size: 2.5em;
}

.col.quote a {
	background: var(--the-red);
	color: var(--the-white);
	padding: 15px 30px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	transition: 1s;
	margin-bottom: 30px;
}

.col.quote a:hover {
	background: var(--the-blue);
	color: var(--the-white);
	border: 1px solid var(--the-white);
	 text-decoration: none;
}

.parallax-two {
	position: relative;
}
.p-overlay::after, .banner-overlay::after {
	position: absolute;
	content: "";
	background: rgb(0,0,0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
}
/*Profiles*/
.modal-content {
	background-color: var(--the-blue)!important;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 100%!important ;
	color: var(--white)!important;
	z-index: 999999 !important;
}
.modal-backdrop {
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 99 !important;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.page-id-132 .col-12, .page-id-134 .col-12, .page-id-136 .col-12 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.actual-text {
	background: var(--the-blue);
	padding: 10px;
	color: var(--the-white);
	min-height: 7em;
}
.the-team {
	margin-bottom: 55px !important;
	padding-bottom: 0;
	display: block;
}
.holds h5 {
	background: var(--the-blue);
	color: var(--the-white);
	padding: 10px;
}
.page-id-136 .modal-content {
	width: 200% !important;
	position: absolute;
	left: -46%;
}
.inside-rd-mre {
	text-align: center;
}
.inside-rd-mre a {
	border: 1px solid var(--the-white);
	padding: 10px 15px;
	color: var(--the-white);
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	transition: 800ms;
}
.proj-description {
	margin-top: 9em;
	width: 100%;
}
.sub-menu li a,  .sub-menu li  {
	transition: 1s;
	border-bottom: 1px solid transparent !important;
}
/*.sub-menu li a:hover {*/
/*	border-bottom: 1px solid var(--the-white) !important;*/
	
/*}*/
.sub-menu li a, #menu-primary-menu li a{
    position: relative;
}
.sub-menu li a::after, #menu-primary-menu li a::after{
    position: absolute;
    content: "";
    background: currentColor;
    border-bottom: 2px solid;
    height: 2px;
    left: 0px;
    width: 100%;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 250ms ease-in
}
.sub-menu li a:hover::after, #menu-primary-menu li a:hover::after{
    transform: scaleX(1);
    transform-origin: center;
}
.project-area {
	width: 100%;
}
#menu-item-21 ul {
	width: 341px;
}
/*#menu-primary-menu li a:hover {*/
/*	border-bottom: 1px solid var(--the-white);*/
/*}*/
.page-id-132 .modal-content,  .page-id-134 .modal-content, .page-id-213 .modal-content {
	background-color: var(--the-red);
	padding: 20px;
	border: 1px solid #888;
	width: 90vw !important;
	margin-left: calc((130% - 100vw) / 2);
}
@media only screen and (min-width: 600px) {
  .page-id-132 mdl-img img, .page-id-134 mdl-img img, .page-id-213 mdl-img img, .postid-107 mdl-img img  {
	float: left;
	margin-right: 25px;
    }
}

.board-holder {
	margin-bottom: 30px;
}
/*Tables*/
tr:nth-child(1) {
	background: var(--the-blue);
	color: var(--the-white);
}
tr:nth-child(1) td {
	padding: 8px 8px;
}
tr:nth-child(2n) {
	background: #efefef;
}
table {
	width: 100%;
	overflow: scroll;
}
tr td {
	padding: 10px 10px;
}
@media screen and (max-width: 600px) {
  table {
	width: 100vw;
	overflow: scroll;
	display: block;
    }
    .page-id-132 .modal-content {

	margin-left: calc((110% - 100vw) / 2);
    }
    .wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit;
	object-fit: fill;
    }
}
#gmap_canvas {
	width: 100%;
}
.map {
	width: 100%;
}
@media screen and (min-width: 800px) {
  #menu-primary-menu {
	position: relative;
	top: 15px;
    }
}
.text.t-area a {
	text-decoration: none !important;
}
.main-nav-container nav .site-menu .menu-item-has-children .sub-menu {
	position: absolute;
	top: 30px;
}
.inside-rd-mre a:hover {
	background: var(--red);
}
.wp-block-button a:hover {
	background: var(--red);
	text-decoration: none !important;
}
.wp-block-button a{
    TRANSITION: 800MS;
}
.text.t-area a:hover {
	color: var(--red);
}
.text.t-area a{
transition:800ms;
}
.map a {
	display: none;
}