@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #4B4B4B;
}
::-moz-selection {
 color: #FFF;
 background: #CE3029;
}
::selection {
	color: #FFF;
	background: #CE3029;
}
a {
	color: #CE3029;
	text-decoration: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
a:active, a:hover {
	color: #666666;
	outline: 0;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #CE3029;
}
.xtarget:target {
	margin-top: -12px;
	padding-top: 80px;
}
/* Bootstrap Custom CSS */
.btn {
	border-radius: 0;
}
.btn-dark {
	background-color: #CE3029;
	border-color: #CE3029;
}
.btn-link {
	color: #CE3029;
	text-decoration: none;
}
.btn-link:hover {
	color: #666666;
	text-decoration: none;
}
/* Bootstrap Custom CSS  ---- Ends */
.header {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	height: 70px;
	padding: 5px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #DBDBDB;
}
.header .logo {
	float: left;
	background-color: #FFF;
	padding: 5px;
	margin-left: 15px;
	overflow: hidden;
	border-radius: 5px;
}
.header .logo a {
	display: block;
	height: 120px;
	width: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/mantenarealty-logo.svg) no-repeat center;
}
.header .logo-sm {
	background-color: none;
	padding: 0px;
	border-radius: 0px;
}
.header .logo-sm a {
	display: block;
	height: 60px;
	width: 75px;
}
.header .right-panel {
	float: right;
}

@media (max-width: 992px) {
.header {
	height: 60px;
	padding: 5px 10px;
}
.header .logo {
	background-color: none;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
}
.header .logo a {
	height: 50px;
	width: 60px;
}
}
.main-nav {
	margin-top: 5px;
}
.main-nav ul, .main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 97;
	margin: 10px;
}
.main-nav ul li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-right: .5rem;
	padding-left: .5rem;
	font-size: 0.8rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #474747;
}
.main-nav ul li a:hover {
	color: #CE3029;
}
.main-nav ul li ul {
	display: none;
	position: absolute;
	left: 1px;
	top: 27px;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	width: 150px;
}
.main-nav ul li:hover > ul {
	display: block;
}
.main-nav ul li ul li {
	display: block;
	float: left;
	margin: 0;
}
.main-nav ul li ul a {
	display: block;
	padding: 8px;
	background: #CE3029;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: capitalize;
	line-height: normal;
	height: auto !important;
	width: 150px;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	border-right: none;
}
.main-nav ul li ul a:hover {
	background: #666666;
	color: #FFF;
}
.main-nav ul li ul ul {
	left: 150px;
	top: 0px;
	margin: 0 0 0 -1px;
}
/*css animation on hover*/
.main-nav ul li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.main-nav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #CE3029;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.main-nav ul li a:hover:before, .main-nav ul li a:focus:before, .main-nav ul li a:active:before {
	left: 0;
	right: 0;
}

/*css animation on hover*/
/* mobile view nav */
@media (max-width: 992px) {
.main-nav {
	display: block;
	float: none;
	position: fixed;
	z-index: 1000;
	left: -260px;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 260px;
	margin-top: 0;
	background: #CE3029;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.main-nav ul li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0;
	display: block;
	vertical-align: inherit;
}
.main-nav ul li a {
	position: static;
	display: block;
	padding: 10px;
	color: #FFF;
	background: #CE3029;
	letter-spacing: normal;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	vertical-align: inherit;
	box-shadow: none;
	transform: none;
	height: inherit;
}
.main-nav ul li a:hover {
	background: #666666;
	color: #FFF;
}
.main-nav ul li ul {
	display: block;
	position: inherit;
	left: inherit;
	top: inherit;
	margin: inherit;
	padding: inherit;
	width: inherit;
}
.main-nav ul li ul li {
	border-bottom: none;
	float: none;
}
.main-nav ul li ul li:before {
	content: ' \00BB';
	position: absolute;
	left: 15px;
	color: rgba(255,255,255,0.5);
}
.main-nav ul li ul a {
	padding: 5px 10px 5px 30px;
	font-size: 13px;
	line-height: 15px;
	width: inherit;
	border-bottom: none;
}
.main-nav ul li ul li ul {
	margin: 0 0 0 20px;
	left: inherit;
}
.main-nav.show-menu {
	left: 0px;
}
}
/* mobile view nav --- ends */
.mobile-nav-icon {
	display: none;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 12px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.mobile-nav-icon div {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 5px;
	border-radius: 2px;
	background: #CE3029;
	margin: 5px 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.mobile-nav-icon.nav-icon-close div:nth-child(1) {
	margin-top: 15px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-nav-icon.nav-icon-close div:nth-child(2) {
	display: none;
}
.mobile-nav-icon.nav-icon-close div:nth-child(3) {
	margin-top: -10px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 992px) {
.mobile-nav-icon {
	display: block;
}
}
.footer .row1 {
	background-color: #666666;
	background-image: url(../img/sec-img-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	color: #FFF;
	font-size: 18px;
}
.footer .row1 h3 {
	color: #FFF;
	font-size: 36px;
	text-transform: uppercase;
}
.footer .row1 h4 {
	color: #CE3029;
	font-size: 32px;
	margin: 0;
	padding: 0;
}
.footer .footer-icon {
	display: inline-block;
	padding: 0 0 0 72px;
	margin: 0 0 15px 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 60px;
	font-size: 20px;
	color: #FFF;
}
.footer .footer-icon:hover {
	color: rgba(255,255,255,0.5);
}
.footer .footer-icon.phone {
	background-image: url(../img/icon-phone.svg);
}
.footer .footer-icon.email {
	background-image: url(../img/icon-email.svg);
}
.footer .row2 {
	background: #161d23;
	padding: 15px;
	font-size: 13px;
	text-align: center;
	color: rgba(255,255,255,0.5);
}
.footer .row2 a {
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
}
.footer .row2 a:hover {
	color: #CCC;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer li {
	margin: 0 0 5px 0;
	padding: 0;
}
.footer li a {
	color: rgba(255,255,255,0.5);
}
.footer li a:hover {
	color: rgba(255,255,255,1.0);
}
.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	background-color: rgba(52, 58, 64, 0.5);
	background-image: url(../img/arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	text-indent: -9999px;
}
.scroll-to-top:hover {
	background-color: #343a40;
}
.section-title {
	position: relative;
	height: 320px;
	text-align: center;
	background-color: #41505F;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-title .content {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	padding-top: 80px;
}
.section-title h1 {
	text-transform: uppercase;
	color: #FFF;
}
.section-title h3 {
	color: #FFF;
}
.section-title p {
	color: #FFF;
	font-size: 20px;
}
.section-title.about {
	background-image: url(../img/sec-img-about.jpg);
}
.section-title.expertise {
	background-image: url(../img/sec-img-projects.jpg);
}
.section-title.careers {
	background-image: url(../img/sec-img-careers.jpg);
}
.section-title.contact {
	background-image: url(../img/sec-img-contact.jpg);
}
.section-title.legal {
	background-image: url(../img/sec-img-legal.jpg);
}
.section-content {
	padding: 60px 0;
}

@media (max-width: 767px) {
.section-title .content {
	padding-top: 60px;
}
.section-title h1 {
	font-size: 32px;
}
.section-title p {
	font-size: 15px;
}
.section-content {
	padding: 30px 0;
}
}
.section-content.grey-panel {
	background-color: #e7edf3;
}
.section-content h2 {
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin: 0;
}
.section-content p {
	text-align: justify;
}
.text-red {
	color: #CE3029;
}
.custom-bullets li {
	margin-bottom: 15px;
	text-align: justify;
}
#home-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #000;
}
.home-about {
	text-align: center;
	padding: 120px 0 100px 0;
	background-color: #EAEAEA;
	font-size: 18px;
}

@media (max-width: 767px) {
.home-about {
	font-size: 16px;
}
}
.home-projects .img-container {
	position: relative;
	overflow: hidden;
	height: 400px;
}
.home-projects .img-holder {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.3);
	transition: all 3s;
}
.home-projects .img-holder:hover {
	transform: scale(1);
}
.home-projects .img-holder.commercial {
	background-image: url(../img/projects-commercial.jpg);
}
.home-projects .img-holder.residential {
	background-image: url(../img/projects-residential.jpg);
}
.home-projects .content-holder {
	position: absolute;
	z-index: 1;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 15px;
	background-color: rgba(0,0,0,0.60);
	color: #FFF;
}
.home-projects .content-holder .title {
	font-size: 24px;
}
.home-projects .content-holder .locations {
	background-image: url(../img/icon-location.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0 0 0 24px;
}
.about-services .icon {
	max-width: 128px;
}

@media (max-width: 767px) {
.about-services {
	text-align: center;
}
}
.management-team {
	text-align: center;
}
.management-team img {
	max-width: 128px;
	margin-bottom: 10px;
}
.hover-zoom {
	display: block;
}
.hover-zoom:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
}
