@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,700');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
	overflow-x: hidden;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 44px;
	color: #272110;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition: all .3s;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.active {
	color: #fff !important;
}

a:focus {
	outline: none;
}
.mt-5{
	margin-top: 50px;
}
.mt-3{
	margin-top: 30px;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary {
	background-color: transparent;
	color: #3d3d3d !important;
	text-transform: capitalize;
	border: 2px solid #3d3d3d;
	padding: 10px 30px;
    position: relative;
	overflow: hidden;
}
.btn-default{
	background: #3d3d3d;
	color: #fff;
}
.btn-primary:before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	transition: all .5s;
	background: #3d3d3d;
	z-index: -1;
	transform: skewX(20deg);


}

.btn-primary:hover::before{
width: 100% !important;
}

.btn-primary:hover{
	background: #3d3d3d;
	color: #fff !important;
	border-color: #3d3d3d;
	
}

.btn-lg {
	padding: 15px 60px;
	border-radius: 30px;
}

.btn-md {
	font-size: 15px;
	padding: 12px 30px;
}


/*=================MAIN STYLES================*/

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

#wrapper {
	position: relative;
}

header {
	background: transparent;
	padding: 15px 0 15px 0;
	position: relative;
	z-index: 9999;
	text-align: center;
}
header .navbar-brand{
	margin: 0 auto;
}

/*Style four*/
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin4 > .horizontal {
	transform: translate(-100px, 0px);
  }
  .spinner-master input[type="checkbox"]:checked ~ .spinner-spin4 > .diagonal.part-1 {
	transform: rotate(-135deg);
  }
  .spinner-master input[type="checkbox"]:checked ~ .spinner-spin4 > .diagonal.part-2 {
	transform: rotate(135deg);
  }
  .spinner-master {


	height: calc(5px * 10 );
	width: calc(5px * 10 );
  }
  .spinner-master * {
	transition: all 0.3s;
	box-sizing: border-box;
  }
  .spinner-master input[type="checkbox"] {
	display: none;
  }
  .spinner-master label {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	top: 10px;
	left: 0;
  }
  .spinner-master .spinner1,
  .spinner-master .spinner2,
  .spinner-master .spinner3,
  .spinner-master .spinner4 {
	position: absolute;
	height: 2px;
	width: 30px;
	background-color: #000;
  }
  .spinner-master .diagonal.part-1 {
	position: relative;
	float: left;
  }
  .spinner-master .diagonal.part-2 {
	position: relative;
	float: left;
	margin-top: calc(5px * 1.3 );
  }
  .spinner-master .horizontal {
	position: relative;
	float: left;
	margin-top: calc(5px * 1.3 );
  }
  .spinner-master input[type="checkbox"]:checked ~ .spinner-spin1 > .horizontal, .spinner-master input[type="checkbox"]:checked ~ .spinner-spin2 > .horizontal, .spinner-master input[type="checkbox"]:checked ~ .spinner-spin3 > .horizontal, .spinner-master input[type="checkbox"]:checked ~ .spinner-spin4 > .horizontal {
	opacity: 0;
  }
  .spinner-master input[type="checkbox"]:checked ~ .spinner-spin1 > .diagonal.part-2, .spinner-master input[type="checkbox"]:checked ~ .spinner-spin2 > .diagonal.part-2, .spinner-master input[type="checkbox"]:checked ~ .spinner-spin3 > .diagonal.part-2, .spinner-master input[type="checkbox"]:checked ~ .spinner-spin4 > .diagonal.part-2 {
	margin-top: calc(-1 * ( 5px + (5px  * 2.2 ) ));
  }  
.main-manus{
	background: #fff;
	padding: 20px;
    top:80px;
	z-index: 9999;
	width: 250px;
    position: absolute;
	right:-320px;
	transition: all .7s;
}
.enu{
	position: absolute;
	right:65px;
	top:20px;
}
.enu:hover .main-manus {
right: 0;
}

.main-manus ul li{
	padding: 15px 0;
}
.main-manus ul li a{
	font-size: 18px;
	text-transform: uppercase;
	color: #3d3d3d;
}
.main-manus ul li a:hover{
	color: #000;
}
.bg-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.slider {
background-image: url(../images/slide1.jpg);
height: 92vh;
position: relative;
display: table;
vertical-align: middle;
width: 100%;


}

.hero-text {
position: absolute;
top:50%;
transform: translate(0, -50%);
width:100%;
text-align: center;
}

.hero-text h1 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}

.hero-text p {
	font-size: 18px;
	color: #fff;
	margin: 30px 0 30px 0;
}
.hero-text  .btn{

}

.carousel-control {
	background: none !important;
	opacity: 1 !important;
}

.carousel-control .left-arrow,
.carousel-control .right-arrow {
	position: absolute;
	top: 50%;
}

.carousel-indicators {
	display: none;
}

.header-bottom {
	border: 4px solid #fff;
	position: absolute;
	bottom: -150px;
	left: 50%;
	transform: translate(-50%, -0);
}
.sec-heading{
	padding: 25px 0 25px 15px;

}

.sec-heading h1{
	color: #000;

}
.recent-projects{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
	margin: 0 0 50px 0;
}
.r-proj{
	position: relative;
	cursor: pointer;

}
.r-overlay{
	position: absolute;
	left:5%;
	top:5%;
	transform: translate(-5%, -5%);



background: -moz-linear-gradient(-45deg, rgba(104,246,251,1) 0%, rgba(89,93,249,0.78) 52%, rgba(252,40,255,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(104,246,251,1) 0%,rgba(89,93,249,0.78) 52%,rgba(252,40,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(104,246,251,1) 0%,rgba(89,93,249,0.78) 52%,rgba(252,40,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68f6fb', endColorstr='#00fc28ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 0%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: all .8s;
}
.r-overlay .pro-des{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);

}
.r-overlay .pro-nm{
	opacity: 0;
margin-left: -400px;
}
.r-overlay .pro-nm, .r-overlay .loc{
	color: #fff;
	font-size: 18px;
	transition: all 1s;
}
.r-overlay .divider{
	background: #fff;
	height: 1px;
	width: 200px;
	margin: 15px auto;
	display: block;
}
.r-overlay .loc{
	font-size: 12px;
}
.r-proj:hover .r-overlay{
opacity: 1;
width:100%;
}
.r-proj:hover .pro-nm{
	opacity: 1;
margin: 0;
}
.news-sec {
	padding: 70px 0 70px 0;
background: #a1c1e8;
	background-size: cover;
}

.news-sec .sec-heading h2 {
	margin-bottom: 55px;
	color: #fff;
}

.news-sec .news-text {
	padding: 30px 20px 20px 20px;
	background: #fff;
	text-align: center;
}

.news-sec .news-head {
	font-size: 18px;
	color: #3d3d3d;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 300;
}

.news-sec .author-nm {
	font-size: 18px;
	color: #3d3d3d;
	text-transform: uppercase;
	display: block;
	margin: 30px 0 5px 0;
}

.news-sec .news-date {
	font-size: 15px;
	color: #5f5f5f;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 20px;
}

.news-sec .owl-stage-outer {
	margin-bottom: 50px !important;
}

.news-sec .owl-dots .owl-dot span {
	background: transparent !important;
	border: 1px solid #fff;
}

.news-sec .owl-dots .owl-dot.active span {
	background: #fff !important;
}
.news-sec .btn{
	margin-top: 15px;
}
.reviews {
	margin: 80px 0;
	position: relative;
}

.reviews .owl-dots {
	display: none !important;
}

.reviews .sec-heading {
	margin-bottom: 80px;
}
.review{
	background: #dddfdd;
	padding: 20px 20px;
	border-radius: 6px;


}
.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next,
.reviews .owl-dot {
	font-family: 'fontAwesome';
}

.reviews .owl-nav {
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 9999;
}

.reviews .owl-carousel .owl-nav button.owl-next,
.reviews .owl-carousel .owl-nav button.owl-prev,
.reviews .owl-carousel button.owl-dot {
	border: none;
	color: #000;
	height: 36px;
	line-height: 36px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 36px;
	right: 0;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.reviewsr .owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.reviews .owl-carousel .owl-nav .owl-prev span,
.reviews .owl-carousel .owl-nav .owl-next span {
	font-size: 45px;
	line-height: 34px;
}

.reviews .owl-dots {
	display: none;
}

.review .reviewer-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}

.review-text .name {
	color: #3d3d3d;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.review-text .position {
	color: #4c5561;
	font-size: 17px;
	text-transform: capitalize;
}

.review-text p {
	color: #7a8491;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

footer {
	background:#3d3d3d;

	padding: 72px 0 50px 0;
}
footer img{
	margin-bottom: 20px;
}


footer  p{
	color: #fff;
	font-size: 15px;
}
footer .ft-left{
	float: left;
}
footer .ft-right{
	float: right;
}
footer ul{
	display: block;
	float: right;
}
footer ul li{
	float: left;
	padding: 0 6px;
}
footer ul li:first-child{
	padding-left: 0;
}
footer ul li a{
	font-size: 24px;
	color: #fff;
}
footer .copy {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 15px;
}

.page-heading {
	background-image: url(../images/banner2.jpg);
	background-size: cover;
	padding: 70px 0;
	
}

.page-heading .pg-title {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.abt-section .img{
	margin: 25px 0;
}

.abt-section,
.abt-team {
	margin: 50px 0;
}

.abt-team h2 {
	margin-bottom: 50px;
}

.abt-team .e-img {
	position: relative;
}

.abt-team .ie-imgmg img {
	width: 100%;
}

.abt-team .e-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
background: -moz-linear-gradient(-45deg, rgba(104,246,251,1) 0%, rgba(89,93,249,0.78) 52%, rgba(252,40,255,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(104,246,251,1) 0%,rgba(89,93,249,0.78) 52%,rgba(252,40,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(104,246,251,1) 0%,rgba(89,93,249,0.78) 52%,rgba(252,40,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68f6fb', endColorstr='#00fc28ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 0;

	transition: all .4s;
	overflow: hidden;
}

.abt-team .e-img .overlay ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.abt-team .e-img .overlay ul li {
	float: left;
	padding: 0 10px;
}

.abt-team .e-img .overlay ul li a {
	color: #fff;
	font-size: 23px;
}

.abt-team .col-md-4:hover .overlay {
	height: 100%;
}

.abt-team span.name {
	font-size: 22px;
	color: #3d3d3d;
	margin: 15px 0 15px 0;
	display: block;
	text-align: center;
}

.abt-team span.postion {
	font-size: 17px;
	color: #4b5562;
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.abt-team .btn {
	margin-top: 40px;
}
.ct-form{
	margin-top: 45px;
}
.ct-form .form-group {
	margin-bottom: 28px;
}

.ct-form .form-control {
	min-height: 46px;
	border-color: #dddddd;
	box-shadow: none;
	background: #fff;
}

.ct-form label {
	color: #3d3d3d;
	margin-bottom: 13px;
	font-weight: 600;
}

.ct-map-sec .map-block iframe {
	width: 100%;
	min-height: 450px;
}
.ft-div{
	height: 1px;
	width: 100%;
	margin: 40px 0;
	background: #083301;
}
.right-sec{
	float: right;
}

/*=================Media Queries================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

	.slider{
		height: 100vh;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-right-2 li {
		padding: 0 6px;
	}
	.navbar-right li a {
		font-size: 13px;
	}
	.hero-text h1 {
		font-size: 60px;
	}
	.hero-text p {
		margin-top: 5px;
	}
	.slider{
		height: 100vh;
	}
}

@media screen and (max-width: 991px) {
	footer .social-nav,
	footer .ft-contact {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media screen and (max-width: 767px) {
	h2{
		font-size: 35px;
	}
	.slider-text {
		display: none;
	}
	.carousel-control {
		display: none;
	}
	header .social-nav {
		display: none;
	}
	.navbar-right-2 {
		position: relative;
		background: #0c25ca;
		transform: none;
		left: 0;
		top: 0;
	}
	.our-project {
		margin-top: 15%;
		background: none;
	}
	.our-project .img-bg {
		display: none;
	}
	.our-project img {
		width: 100%;
		margin-top: 20px;
	}
	footer,
	footer .text-right,
	footer .text-left {
		text-align: center;
		width: 100%;
	}
	footer ul {
		display: inline-block;
		margin: 25px auto 0 auto;
		float: none;
	}
	.ft-right{
		width: 100%;
		float: none;
	}
	footer .copy{
		text-align: center;
	}
	.what-we-do .col-md-2 {
		width: 50%;
	}
	.hero-text h1 {
		font-size: 35px;
	}
	.hero-text p {
		margin-top: 5px;
		font-size: 14px;
	}
	.pr-text{
		padding-top: 5%;
	}
	.prj-img{
		margin-bottom: 25px;
	}
	.right-sec{
		float: left;
	}
	.recent-projects{
	
		grid-template-columns: 1fr;
		
	}
}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 420px) {
	.what-we-do .col-md-2 {
		width: 100%;
	}
	.what-we-do .icon-container {
		padding-top: 20px;
		height: 150px;
	}
	footer .footer-links li {
		padding: 0 10px;
	}
	footer .footer-links li a {
		font-size: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}