@charset "utf-8";
/* CSS Document */

#go-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 99; 
}
#go-to-top span i.fa-circle {
	color: #000;
	opacity: 0.3;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#go-to-top:hover span i.fa-circle {
	color: #000;
	opacity: 1;
}
#sticky {
	width: 100%;
	background: none;
}
#sticky.cloned {
	position: fixed;
  background: #fff;
	top: 0;
	z-index: 10000;
	border-bottom: 2px solid rgb(229, 229, 229);
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#sticky.cloned .header {
  padding-bottom: 0;
}
#sticky.cloned .logo {
  padding: 10px 0;
}
#sticky.cloned .logo img {
  height: 50px;
  width: auto;
}
#sticky.cloned .menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  border: none;
  padding: 10px 0 0 0;
}
#sticky.cloned .menu .top-bar-section ul li > a {
  color: #000;
}
.hidelogo {
  display: none;
}
.showlogo {
  display: inline-block;
}
a {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.banner {
	position: absolute;
	width: 100%; 
	height: 100%; 
	background: #000;
/* 	background-image: url(../img/banner.jpg); */
	background-size: cover;
	background-position: center center;
}
.main {
	position: absolute; 
	width: 100%; 
	top: 100%; 
	height: 100px;
  font-size: 0.938rem;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 20px;
  margin-top: -35px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
.header {
	padding-bottom: 100px;
}
.logo {
	padding-top: 20px;
}
.menu {
	padding-top: 58px;
}
.top-bar-section {
	padding-top: 4px;
}
.banner-heading {
  font-family: 'Marcellus SC', serif;
	font-size: 3.750rem;
	font-weight: 400;
	color: #fff;
	padding-bottom: 20px;
	text-transform: uppercase; 
  text-align: center;
  animation: 1s BHfadeIn;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  visibility: hidden;
}
@keyframes BHfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.banner-text {
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff;
  text-align: center;
  animation: 1s BTfadeIn;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  visibility: hidden;
  width: 70%;
  margin: 0 auto;
}
@keyframes BTfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.banner-btn {
	padding-top: 30px;
  animation: 1s BTNfadeIn;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  visibility: hidden;
}
@keyframes BTNfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.banner-btn a.button {
	background: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
  color: #c1b36c;
	padding: 8px 26px;
  border: none;
}
.banner-btn a.button:hover {
	background: #c1b36c;
  color: #fff;
}	
.banner-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  animation: 1s BLfadeIn;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
  visibility: hidden;
}
@keyframes BLfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.banner-list li {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.banner-list li div.icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #c1b36c;
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.banner-list li div.icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fimg-right-container {
  position: relative;
  margin-right: 10px;
}
.fimg-right-container img {
  z-index: 99;
}
.fimg-right-container:before {
  width: 65%;
  height: 65%;
  display: block;
  content: "";
  background: #262362;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -5;
}
.fimg-left-container {
  position: relative;
  margin-left: 10px;
}
.fimg-left-container img {
  z-index: 99;
}
.fimg-left-container:before {
  width: 65%;
  height: 65%;
  display: block;
  content: "";
  background: #262362;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: -5;
}
.welcome {
  padding: 110px 0;
}
.parallax-row {
  position: relative;
  background: #262362;
  z-index: -999;
}
.parallax-row.bg-pink {
  background: #c1277f;
}
.parallax-row.bg-orange {
  background: #f57f25;
}
.parallax-row.bg-blue {
  background: #3fa9f5;
}
.parallax-left-bg {
  position: absolute;
  width: 50%;
  height: 100%; 
  top: 0;
  left: 0;
  z-index: 999;
}
.parallax-right-bg {
  position: absolute;
  width: 50%;
  height: 100%; 
  top: 0;
  right: 0;
}
.parallax-row .right {
  padding-left: 40px;
}
.parallax-row .left {
  padding-right: 40px;
  text-align: right;
}
.parallax-row .right, .parallax-row .left {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.parallax-row .right a.button, .parallax-row .left a.button {
  margin: 30px 0 0 0;
  background: #262362;
  border-color: #fff;
  color: #fff;
}.parallax-row .right a.button:hover, .parallax-row .left a.button:hover {
  background: #fff;
  border-color: #fff;
  color: #262362;
}
.parallax-row.bg-pink .right a.button,
.parallax-row.bg-pink .left a.button {
  background: #c1277f;
}.parallax-row.bg-pink .right a.button:hover,
.parallax-row.bg-pink .left a.button:hover {
  background: #fff;
  color: #c1277f;
}
.parallax-row.bg-orange .right a.button,
.parallax-row.bg-orange .left a.button {
  background: #f57f25;
}.parallax-row.bg-orange .right a.button:hover,
.parallax-row.bg-orange .left a.button:hover {
  background: #fff;
  color: #f57f25;
}
.parallax-row.bg-blue .right a.button,
.parallax-row.bg-blue .left a.button {
  background: #3fa9f5;
}.parallax-row.bg-blue .right a.button:hover,
.parallax-row.bg-blue .left a.button:hover {
  background: #fff;
  color: #3fa9f5;
}
.parallax-row .right h2, .parallax-row .left h2 {
  color: #fff;
  margin-bottom: 20px;
}
.residential {
  padding: 110px 0;
}
.commercial {
  padding: 0 0 110px 0;
}
.footer {
  background: #262362;
  padding: 65px 0 50px 0;
  color: #fff;
  font-size: 0.938rem;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover, .footer a:active, .footer a:link, .footer a:focus, .footer a:visited {
  color: #fff;
}
.footer a.social {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: #262362;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #fff;
  margin: 0 10px;
}
.footer a.social:hover {
  background: #fff;
  color: #262362;
}
.footer a.social i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .contact i {
  padding-left: 30px;
  padding-right: 8px;
}
.breadcrumbs {
	font-size: 0.875rem;
	padding: 10px 0;
	color: #fff;
  text-align: right;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	color: #000;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li {
	display: inline-block;
}
.breadcrumbs ul li:after {
	content: "/";
	display: inline-block;
	padding: 0 8px;
	color: #fff;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}
.header-inner .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-inner .logo img {
  height: 95px;
  width: auto;
}
.header-inner .menu {
  padding-top: 35px;
}
.header-inner .top-bar-section ul li > a {
  color: #000;
}
.header-inner .top-bar-section ul li:hover:not(.has-form) > a {
  color: #000;
}
.page-title {
  /* background: url(../img/page-title.jpg) no-repeat center center;
  background-size: cover; */
  background: #262362;
  padding: 40px 0;
  color: #fff;
}
.page-heading h1 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.content {
  padding: 70px 0 90px 0;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form input[type="tel"], .contact-form input[type="date"] {
  background-color: #fff;
  box-shadow: none;
  height: 42px;
  font-size: 0.813rem;
  color: #929292;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form select:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="date"]:focus {
  border-color: #262362;
  background: #fff;
  box-shadow: none;
}
.contact-form textarea {
  background-color: #fff;
  box-shadow: none;
  height: 100px !important;
  max-height: 100px !important;
  min-height: 100px !important;
  font-size: 0.813rem;
}
.contact-form textarea:focus {
  border-color: #262362;
  background: #fff;
  box-shadow: none;
}
.contact-form .consent {
  font-size: 0.813rem;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact-form input[type="text"]::-webkit-input-placeholder { color: #929292; opacity: 1; }
.contact-form input[type="text"]::-moz-placeholder { color: #929292; opacity: 1; }
.contact-form input[type="text"]:-ms-input-placeholder { color: #929292; opacity: 1; }
.contact-form input[type="text"]:-moz-placeholder { color: #929292; opacity: 1; }
.contact-form input[type="email"]::-webkit-input-placeholder { color: #929292; opacity: 1; }
.contact-form input[type="email"]::-moz-placeholder { color: #929292; opacity: 1; }
.contact-form input[type="email"]:-ms-input-placeholder { color: #929292; opacity: 1; }
.contact-form input[type="email"]:-moz-placeholder { color: #929292; opacity: 1; }
.contact-form textarea::-webkit-input-placeholder { color: #929292; opacity: 1; }
.contact-form textarea::-moz-placeholder { color: #929292; opacity: 1; }
.contact-form textarea:-ms-input-placeholder { color: #929292; opacity: 1; }
.contact-form textarea:-moz-placeholder { color: #929292; opacity: 1; }
.contact-form select::-webkit-input-placeholder { color: #929292; opacity: 1; }
.contact-form select::-moz-placeholder { color: #929292; opacity: 1; }
.contact-form select:-ms-input-placeholder { color: #929292; opacity: 1; }
.contact-form select:-moz-placeholder { color: #929292; opacity: 1; }

.location {
  padding-top: 80px;
}
.service-container {
  position: relative;
  margin-right: 10px;
  background: #f7f7f7;
  z-index: 1;
}
.service-container-inner {
  background: #f7f7f7;
  padding: 20px 20px;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.service-container:before {
  width: 65%;
  height: 65%;
  content: "";
  display: block;
  background: #262362;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.service-container-inner:hover {
  background: #262362;
}
.service-container:hover:before {
  background: #f7f7f7;
}
.service-container-inner:hover .service-title h2 {
  color: #fff;
}
.service-container-inner:hover .service-desc {
  color: #fff;
}
.service-container-inner:hover .service-btn a.button {
  color: #262362;
  background: #fff;
}
.service-img {
  padding-bottom: 15px;
}
.service-desc {
  font-size: 0.938rem;
  padding-bottom: 20px;
}
.service-btn a.button {
  margin: 0;
  background: #f7f7f7;
}
.about-service-container {
  position: relative;
  margin-right: 10px;
  background: #f7f7f7;
  z-index: 1;
}
.about-service-container-inner {
  background: #fff;
  padding: 20px 20px;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.about-service-container:before {
  width: 65%;
  height: 65%;
  content: "";
  display: block;
  background: #262362;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.about-service-container-inner:hover {
  background: #262362;
}
.about-service-container:hover:before {
  background: #fff;
}
.about-service-container-inner:hover .about-service-title h2 {
  color: #fff;
}
.about-service-container-inner:hover .about-service-desc {
  color: #fff;
}
.about-service-container-inner:hover .about-service-btn a.button {
  color: #262362;
  background: #fff;
}
.about-service-img {
  padding-bottom: 15px;
}
.about-service-desc {
  font-size: 0.938rem;
  padding-bottom: 20px;
}
.about-service-btn a.button {
  margin: 0;
  background: #fff;
}



.about-about {
  padding: 0 0 110px 0;
}
.about-mission {
  padding: 0 0 110px 0;
}
.about-services {
  background: #e9e9e9;
  padding: 110px 0;
  z-index: -99999;
}
.about-testimonials {
  text-align: center;
}
.testimonials-carousel {
  width: 70%;
  margin: 0 auto;
}
.testimonials-carousel p strong {
  font-style: normal;
}
.testimonials-carousel p:last-child {
  margin: 0;
}
.about-partners {
  padding: 60px 0 0 0;
  text-align: center;
}
.about-partners h1 {
  margin-bottom: 40px;
}
.partner-img {
	margin: 0 15px;
	padding: 15px;
	background: #fff;
	border: 0px solid #e3e3e8;
	position: relative;
	box-sizing: border-box;
	height: 90px;
}
.partner-img img {
	max-width: 80% !important;
	height: auto;
  max-height: 60px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta {
  background: #262362;
  padding: 40px;
  margin: 110px 0;
}
.cta .left h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.cta .right {
  text-align: right;
}
.cta .right a.button {
  margin: 0;
  background: #262362;
  border-color: #fff;
  color: #fff;
}
.cta .right a.button:hover {
  background: #fff;
  border-color: #fff;
  color: #262362;
}
.latest-projects {
  text-align: center;
}
.latest-projects h1 {
  margin-bottom: 50px;
}
.latest-project-container {
  text-align: left;
  background: #f7f7f7;
  padding: 25px;
  border: 1px solid #f7f7f7;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.latest-project-container:hover .latest-project-btn a.button {
  background: #262362;
  color: #fff;
}
.latest-project-container:hover {
  border: 1px solid #262362;
}
.latest-project-img {
  padding-bottom: 15px;
}
.latest-project-desc {
  color: #929292;
  font-size: 0.913rem;
  padding-bottom: 15px;
}
.latest-project-btn a.button {
  background: #f7f7f7;
}
.latest-project-btn a.button:hover {
  background: #262362;
  color: #fff;
}





.filter-menu {
  text-align: center;
  margin-bottom: 40px;
}
.portfolioFilter {
  background: #e5e5e5;
  margin: 0 4px 10px 4px;
  color: #929292;
  text-transform: uppercase;
  padding: 4px 15px;
  display: inline-block;
  cursor: pointer;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.portfolioFilter:hover {
  background: #262362;
  color: #fff;
}
.portfolioFilter.active {
  background: #a64499;
  color: #fff;
}
.isotope-item {
  z-index: 2;
  width: 20%;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}






.project-p-container {
  margin: 0 0 30px 0;
}
.project-p-img {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.project-p-img img {
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
  opacity: 0.7;
  backface-visibility: hidden;
}
.project-p-container:hover .project-p-img img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); 
  opacity: 1;
}
.project-p-title {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.250rem;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 99;
  text-shadow: 1px 1px #333;
}

/* projects container 
 * .filtr-container .filtr-item:nth-child(n+5) {
	padding-top: 1.2rem;
	margin-top: 1.2rem;
}*/





.testimonial-container {
  background: #f7f7f7;
  padding: 25px;
  text-align: center;
}
.testimonial-icon {
  font-size: 2.5rem;
  color: #262362;
  padding: 5px 0 15px 0;
}
.testimonial-desc {
  font-size: 0.913rem;
  padding-bottom: 8px;
}
.testimonial-author {
  font-weight: 700;
}
.project-single-container {
  padding-right: 70px;
  font-size: 0.913rem;
}
.share-icons {
	font-size: 0.938rem;
  padding-bottom: 20px;
}
.share-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #262362;
	margin: 10px 5px 0 0;
  position: relative;
}
.share-icons a:hover {
	background: #000;
}
.share-icons h1 {
  margin: 20px 0 0 0;
  padding: 0;
}
.share-icons a i {
  font-size: 20px;
  color:  #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pDate{
  display: flex;
background-color: #fff;
box-shadow: none;
height: 42px;
font-size: 0.813rem;
color: #929292;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
align-items: center;
padding: 0.5rem;
color: #dad1d1;
margin: 0 0 1rem 0;
}

#ProjectStartDate{
  background: transparent;

position: relative;

top: 7px;

left: 5px;

border: 0;
}
.pDate > label{
  color: #929292;
}