body {
	margin-top: 100px;
}

.cover {
	position: relative;
	min-height: 817px;
}

@media (min-width: 1280px) {
	.cover {
		height: 90vh;
		overflow: hidden;
	}
}

@media (max-width: 1199px) {
	.cover {
	padding-top: 60px;
	}
}



.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1 > span {
	background: rgba(3,25,48,.9);
	color: #fff;
}

.cover-content h1 > span > span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204,211,223,.8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/

video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 1s opacity;
    object-fit: cover;
    z-index: -1;
    margin-top: 21px;
}

#toggle-video {
	position: absolute;
	top: 190px;
	left: 15px;
	background: #fff;
	border: 0;
	z-index: 999;
}


@media (max-width: 991px) {
	video, #toggle-video {
		display: block;
	}
}

/**/


.centered-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}


.title-urban-renewal {
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    background: #00549a;
    padding: 0.75rem 3.75rem;
}

@media (min-width: 1280px) {
	.title-urban-renewal {
		position: absolute;
		top: 115px;
		right: 0;
	}
}

.title-urban-renewal h2 {
    font-size: 2.7rem;
    font-weight: bold;
}

/* Fast Navigation * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (min-width: 1280px) {
	.centered-urban-renewal {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        margin-top: 30px;
	}
}

@media (min-width: 1280px) {
	.square-services > div {
		float: right;
		padding: 1.5rem;
	}
}

@media (max-width: 1279px) {
	.square-services {
        max-width: 280px;
        margin: 2rem auto;
        margin-top: 2.5rem;
	}
	
}


.square-services a:hover {
    text-decoration: none;
}
.square {
	border: 3px solid rgba(255, 255, 255, 0.5);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2rem;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.25rem;
}
.square:hover{
	transform: scale(1.05);
}

.square > div  {
    border: 1px solid #263d4e;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 260px;
    height: 260px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    text-align: center;
}
@media (max-width: 1280px) {
	.square {
		margin-bottom: 2.5rem;
	}
	.square > div {
	    width: auto;
	}
}
.square-services .square .icon img {
	width: 40%;
}
.square-services .square p{
    color: #263d4e;
    font-size: 2rem;
    font-weight: bold;
}
/* Services */
@media (min-width: 1280px) {
	.services {
		position: absolute;
		bottom: 3rem;
		right: 3rem;
		height: auto;
	}
}
.srv1 {
 
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    padding: 0.3rem;
    width: 350px;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1280px) {
	.srv1 {
		margin: 1rem;
		margin-bottom: 2.5rem;
	}
}
.srv1 > div {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 14px;
    font-size: 1.5rem;
    text-align: right;
    padding: 0.4rem 1rem;
    min-width: 250px;
    border: 1px solid #263d4e;
    color: #263d4e;
    font-size: 1.25rem;
    font-weight: bold;
}
.srv1 > div img{
    width: 30px;
    height: auto;
	margin-left: 10px;
}

.services-close {
   padding: 10px 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.services-open {
     display: none;
}
#services-category {
   backface-visibility: hidden;
}
.services-sidebar {
    display: block; 
    transition: all 0.3s ease;
}
.services-sub-menu {
    display: block;  
    overflow: hidden;
    transition: all 0.3s ease;
}
@media (max-width: 600px) {
	.srv1 {
		width: 325px;
	}
}
/**/

.services-sub-menu ul {
    overflow-y: auto;
    padding: 1rem 0 0;
    column-count: 1;
}

.services-sub-menu ul li {
    padding: 10px 1.2rem;
    transition: .5s;
    margin: 0.2rem 0.5rem;
}
.services-sub-menu ul li:hover {
    transform: scale(1.05);
}
.services-sub-menu ul li a {
    color: #263d4e;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    position: relative;
}

.services-sub-menu ul li img {
    display: flex;
    margin-left: 1rem;
    width: 30px;
    transition: all 0.2s ease-in;
	margin-top: 0.5rem;
}

.services-sub-menu ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    right: 4rem;
}
/**/

.header {
    background: rgb(255 255 255);
}
.header.offset {
	background: rgba(255, 255, 255, .8);
}

.header .logo {
    background: #fff;
	box-shadow: -1px 0 2px rgb(0 0 0 / 10%);
}

.header.offset .logo {
  background: rgba(255, 255, 255, .8);
}
/**/

.header-side {
    left: 200px;
}

/**/

.moked-btn {
position: absolute;
    top: 121px;
    left: 0;
    font-size: 1.3rem;
    background: red;
    padding: 9px 30px;
    font-weight: bold;
    color: #000000;
    border-right: 1px solid #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    display: block;
}

@media (max-width: 991px) {
	.moked-btn {
		top: 284px;
	}
}

.moked-btn:hover, .moked-btn:focus {
	text-decoration: none
}


/**/
