body {background-color:#eef1f2;}

/* Main Header */
#header {
	background-color: #fff;
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 12;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
	#header .site-logo {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		text-transform: uppercase;
	}
	#header .nav-opener {
		position: absolute;
		z-index: 3;
		left: 20px;
		top: 50%;
		width: 27px;
		height: 21px;
		display: inline-block;
		margin-top: -10px;
	}
	

/* Left Side Navigation menu */
.sidenav {
	width: 0; /* 0 width - change this with JavaScript */
	height: 100%; /* 100% Full-height */

	position: fixed;   /*position: fixed;*/
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 100px;
}
.sidenav a {
  padding: 0 40px;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  line-height: 60px;
  text-decoration: none;
  color: rgba(0,0,0,.9);
  transition: 0.3s;
}
.sidenav a.active {color:#356ab1; background:rgba(0,0,0,.1);}
.sidenav a:hover {color:#356ab1; background:rgba(0,0,0,.030);}
.sidenav a:not(.active):hover {}
.copyright {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    opacity: 0.5;
    padding: 10px 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 100px;}
  /*.sidenav a {font-size: 1rem;}*/
}
/* For process Navigation (conbain of Javascript) */
@media(max-width:767px){
	#mySidenav.open{
		width:100%;
		z-index: 1;
	}
}
@media(min-width:767.01px){
	#mySidenav.open{width:250px;}
	.ml-250{margin-left:250px; width:auto !important;}
}
#main {
	transition: margin-left .5s;
	width: 100%;
}
#main.home-page {line-height:0;}

/* slick slider - custom css styles */
.slide-area {
	width: 100%;
	height: 100%;
}
	.slide-area .slider-content {
		width: 100%;
		height: calc(100vh - 100px);
		margin-top: 100px;
		position: relative;
	}
	.slide-area .slider-content:before {
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.10);
	}
	.slide-area .slider-content .content-block {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		transform: translate(0,-50%);
		padding: 0 40px;
		
		font-family: 'Lato', sans-serif;
		font-size: 30px;
		font-weight: 300;
		line-height: 1.8;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #fff;
		transition: all 0.2s;
		text-shadow: 1px 1px 5px rgba(0,0,0,.8);
	}

	.slide-area .slick-prev,
	.slide-area .slick-next {
		width: 24px;
		height: 24px;
		z-index: 13;
		top: 30px;
		-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    transform: translate(0, 0);
	}
	.slide-area .slick-prev {
		right: 50px;
		left: auto;	
	}
	.slide-area .slick-next {
		right: 20px;
	}


.contact-page .rw1-masthead,
.portfolio-page .rw1-masthead,
.service-page .rw1-masthead {
	width: 100%;
	height: 75vh;
	padding-top: 100px;
}
	.contact-page .rw1-masthead .masthead,
	.portfolio-page .rw1-masthead .masthead,
	.service-page .rw1-masthead .masthead {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.contact-page .rw1-masthead .masthead::before,
	.portfolio-page .rw1-masthead .masthead::before,
	.service-page .rw1-masthead .masthead::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.3);
	}
	.contact-page .rw1-masthead .masthead-content,
	.portfolio-page .rw1-masthead .masthead-content,
	.service-page .rw1-masthead .masthead-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 500px;
		padding:30px 0;
		margin: 0;
	}
	.contact-page .rw1-masthead .masthead-content div,
	.portfolio-page .rw1-masthead .masthead-content div,
	.service-page .rw1-masthead .masthead-content div {
		color: #fff;
		text-align: center;
		text-shadow: 2px 1px 4px rgba(0,0,0,.3)
	}
	.contact-page .rw1-masthead .masthead-content div > span,
	.portfolio-page .rw1-masthead .masthead-content div > span,
	.service-page .rw1-masthead .masthead-content div > span {
		display: block;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}

.portfolio-page .rw2-portfolio-wrap .filter-action {
	font-family: 'Lato', sans-serif;
	font-weight: 700 !important;
	color: #32679b;
	transition: .2s ease;
	 font-size: 1rem;
}
.portfolio-page .rw2-portfolio-wrap .filter-action:hover {
	color: rgba(0,0,0,.9);
}
	/* ------------------- */
	.portfolio-page .filter-action i.fa-filter {
		font-size: 1rem;
	}
	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	/* ------------------- */
	.portfolio-page div.filter-list {
		width: 100%;
		max-width: 170px;
		background-color: #32679b;
		border-radius: 3px;
		display: none;
	}
	.portfolio-page div.filter-list a.dropdown-item {
		display: block;
		width: 100%;
		padding: 10px 15px;
		font-size: 15px;
		color: #fff;
	}
	.portfolio-page div.filter-list a.dropdown-item:hover {
		color: #08abee;
	}
	/* ------------------- */
	.portfolio-page .portfolio-item {
		margin-bottom: 40px;
	}
	.portfolio-page .portfolio-item .project-item-img-link {
		display: block; 
		height:240px;
		overflow: hidden;
		cursor: pointer;

		position: relative;
	}
	.portfolio-page .portfolio-item h2 span {
		font-size: 14px;
		color: #32679b;
		float: right;
	}
	.portfolio-page .portfolio-item h2 span:hover {color:rgba(0,0,0,.7);}
	
	.portfolio-page .portfolio-item img.img-wrap {
		background-color: #fff;

		width: 100%;
		height: calc(100% + 40px);
		transform: translateY(0);
		transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		object-fit: cover;
	}
	.portfolio-page .portfolio-item .img-wrap:hover {
		transform: translateY(-40px);
	}

	.portfolio-page .portfolio-item h2 {
		padding: 10px 0;
		font-size: 1rem;
		color: rgba(0,0,0,.4);
		text-transform: capitalize;
	}
	

	/* ------------------- */
	#gallery {
		max-width:100% !important;
	}
	.portfolio-page .related-projects a.project-item-img-link {
		background-color: #356ab1;

		text-align: center; 
		line-height: 240px; 
		text-transform: capitalize; 
		font-size: 14px; 
		font-weight: 600; 
		color: #fff;
	}



.service-page .rw2-service-details {}
	/* ------------------- */
	.service-page .rw2-service-details .serv-block {
		background-color: #fff;
		border-radius: 8px;
		padding:50px 50px 50px 200px;
		position: relative;
	}
	.service-page .rw2-service-details .serv-block:hover {
		box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
	}
	.service-page .rw2-service-details .serv-block .img-wrap {
		position: absolute;
		top: 50%;
		left: 50px;
		transform: translateY(-50%);
		width: 100px;
		height: auto;
		display: inline-block;
	}
	.service-page .rw2-service-details .serv-block h2 {
		color: #32679b;
	}






.contact-page .rw2-contact-details {}
	/* ------------------- */
	.contact-page .rw2-contact-details .details-left {
		width: 100%;
		max-width: 500px;
		float: right;
		padding-right: 20px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.contact-page .rw2-contact-details .details-left h2 {
		color: rgba(0,0,0,.9);
		text-transform: none;
		font-weight: 900 !important;
	}
	.contact-page .rw2-contact-details .details-left h2 > span {
		display: block;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 2px;
		margin-bottom: 6px;
		text-transform: uppercase;
	}
	.contact-page .rw2-contact-details .details-left ul > li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.contact-page .rw2-contact-details .details-left ul > li > .img-wrap {
		position: absolute;
		top: 3px;
		left: 0;
		width: 14px;
		height: auto;
	}
	.contact-page .rw2-contact-details .details-left ul > li > a {
		font-weight: 700;
	}

	/* ------------------- */
	.contact-page .rw2-contact-details .details-right {
		width: 100%;
		max-width: 500px;
		float: left;
		padding-left: 20px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.bg-eef1f2 {
		background-color: #eef1f2;
	}
	.asterisk {
		color:#F4040D;
	}

	/* ------------------- */
	.contact-page .contact-form > div.form-group {
	}
	.contact-page .contact-form > div.form-group > label {
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		font-weight: 600;
	}
	.contact-page .contact-form > div.form-group > input,
	.contact-page .contact-form > div.form-group > select {
		width: 100%;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 2px;
		padding: 15px 15px 10px;
		font-size: 13px;
	}

	/* ------------------- */
	.contact-page .rw3-map-wrap iframe {
		width: 100%;
		height: 450px;
	}



/*Back To Top Button*/
#back-to-top-btn {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
	
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;

	border: none;
	outline: none;
	background-color: #32679b;
	cursor: pointer;
}
#back-to-top-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -7px;
    left: -7px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.1);
    transition: 3s !important;
    animation: 2s fadeIn infinite !important;
}
#back-to-top-btn:hover {
	animation: none !important;
}
#back-to-top-btn img {
	width: 12px;
	height: 12px;

	transition: 5s !important;
    animation: 2s fadeInUp infinite !important;
}
#back-to-top-btn:hover img {
	transition: none !important;
    animation: none !important;
}

 
/*Call To Tag Button*/
@media (min-width: 992px) {
	#call-mobile-btn {display: none;}
}
@media (max-width: 991.99px) {

#call-mobile-btn {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	left: 20px;
	
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;

	border: none;
	outline: none;
	background-color: #32679b;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
	#call-mobile-btn::before {
	    content: "";
	    position: absolute;
	    z-index: 0;
	    top: -7px;
	    left: -7px;
	    width: 64px;
	    height: 64px;
	    border-radius: 50%;
	    background-color: rgba(0,0,0,.1);
	    transition: 3s !important;
	    animation: 2s fadeIn infinite !important;
	}
	#call-mobile-btn:hover {
		animation: none !important;
	}
	#call-mobile-btn img {
		width: 16px;
		height: 16px;

		transition: 5s !important;
	    animation: 2s fadeIn infinite !important;
	}
	#call-mobile-btn:hover img {
		transition: none !important;
	    animation: none !important;
	}

}




/*Breadcrumb Inner pages*/
.rw-breadcrumb {
	border-bottom:1px solid rgba(0,0,0,.050);
	background-color:rgba(255,255,255,.3);
}
.rw-breadcrumb .breadcrumb {
	background-color:transparent;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0;
}
.portfolio-page .rw-breadcrumb.w-100.album {margin-top: 100px;}
.portfolio-page .rw2-portfolio-wrap.w-100.section.pt-160 {
	padding-top: 70px;
}



/*Google*/
.grecaptcha-badge {
	bottom: 100px !important;
}