@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}

.right-menu li{
	display: inline-block;
	margin-top: 30px !important;
	
}

.right-menu li .fa{
	font-size: 18px;
	margin-right: 18px;
	cursor: pointer;
}

.navbar-brand img{
	width: 300px;
}

.navbar-brand{
	left: 50%;
	top:25px;
	transform: translateX(-50%);
	position: absolute;
}

.header{
	background: #f5f6fc;
	margin-bottom: 80px;
}

.navbar{
	padding: 0 35px !important;
}

.navbar-toggler{
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	margin-top: 30px;
}

.navbar-toggler .fa{
	font-size: 30px;
	cursor: pointer;
}
.banner{
	margin-top:1%;
	width:100%;
	height:auto;
	max-height:768px;
	
}
.carousel-item img{
	height: auto;
	width: 100%;
	max-height: 900px;
	
}

.carousel-control-next-icon .carousel-control-prev-icon{
	height: 40px;
	width: 40px;
	
	
	
}



.carousel-caption{
	
	overflow: auto;
	width: 100%;
	
	left: 50px;
	top:450px;
}



.carousel-caption h3{
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: black;
	
}

.carousel-caption .button{
	left: 20px;
	top:450px;
}
.button {
  background: #f44336;
  border: none;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  
  
}

.button a{
	color: white;
}

.carousel-caption .button{
	float: left;
}




/*--------------About------------*/

.about-area{
	padding-top: 5%;
	background-color: dodgerblue;
	overflow: auto;
}



.about-img{
	position: relative;
}

.about-img img{
	width: 100%;
}

.about-text{
	padding-top: 20%;
}

.about-text h2{
	color: #fff;
	font-family: "abril-fatface";
	font-size: 50px;
}

.about-text p{
	font-size: 18px;
	color: #ddd;
}

.about-text a{
	background: orangered;
	color: #fff;
	padding: 7px 15px;
	display: inline-block;
	margin-top: 20px;
}

.about-img:before{
	position: absolute;
	content: '';
	right: -20px;
	top: 30px;
	border: 10px solid rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
}

/*------------------Service----------*/
.container h3{
	padding-top: 100px;
}
.service-box{
	text-align: center;
	padding: 35px 15px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
}

.service-box:hover{
	background: #F0DEB0;
}

.service-box:before{
	content: "";
	width: 40px;
	height: 40px;
	border-width: 20px;
	border-style: solid;
	border-color: white white rgba(1,1,1,0.2) rgba(0,0,0,0.2);
	position: absolute;
	top: -40px;
	right: -40px;
	transition: all 0.3s ease 0s;
}

.service-box:hover:before{
	top: 0;
	right: 0;
}

.service-box img{
	width: 100%;
	height: auto;
}

.service-box .title{
	font-size: 18px;
	font-weight: 900;
	color: #545454;
	line-height: 25px;
	text-transform: capitalize;
	margin: 0 0 16px 0;
	transition: all 0.3s ease 0s;
}

.service-box .description{
	font-size: 15px;
	color: #545454;
	line-height: 25px;
	margin: 0;
	transition: all 0.3s ease 0s;
}

.service-box:hover i,
.service-box:hover .title,
.service-box:hover .description{
	color: #000;
}



/*----------------------Team Section---------------*/
.team-area{
	padding-top: 5%;
}

.single-team{
	background-color: #000;
	margin-bottom: 10px;
}

.single-team:hover .social{
	cursor: pointer;
	opacity: 1;
	transform: rotateY(0deg) scale(1, 1);
}

.img-area{
	overflow: hidden;
	position: relative;
}

.img-area img{
	width: 100%;
}

.img-area:hover img{
	transform: scale(1.2);
}

.img-area img{
	transition: all 0.4s ease 0s;
}

.img-text p{
	text-align: center;
	font-size: 15px;
	
}

@media (max-width:768px){
	.img-area img{
		display: inline-block;
	}
}

.img-area .social{
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	text-align: center;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s;
	transform: rotateY(180deg) scale(0.5, 0.5);
}


.img-area .social ul{
	text-align: center;
	position: relative;
	top:175px;
}

.img-area .social ul li a{
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

.img-area .social ul li a:hover{
	background-color: #fff;
	color: #000;
	border: 1px solid transparent;
}

.img-text{
	padding: 25px;
	color: #fff;
	text-align: center;
}

.img-text h4{
	margin: 0 0 5px;
	font-size: 30px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	letter-spacing: 5px;
}

.img-text h5{
	font-size: 17px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight: bold;
	text-transform: uppercase;
}

.team-area h1{
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 40px;
	text-transform: uppercase;
	color: green;
}





/*---------------Footer---------*/
.grey{
	
	background-color: black;
	overflow: auto;
	
}

.wrapper{
	width: 900px;
	margin: auto;
}

#footer_section{
	width:900px;
	margin: 3px;
	display: inline-block;
	margin-top: 15px;
	box-shadow: 5px 5px 10px black;
	padding: 15px;
	margin-bottom: 15px;
	
}

#footer_section h3{
	color:white;
}
.contact_left{
	
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 200px;
}

.contact_left h3{
	text-align: left;
	color:white;
	font-size: 25px;
	padding-top: 10px;
}
.contact_left p{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
	color: white;
}

.contact_left img{
	width:30px;
	height: auto;
}

.contact_right{
	position: relative;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 200px;
}

.contact_right a{
	color: white;
	text-decoration: none;
	line-height: 15px;
}

.contact_right a:hover{
	background-color: orangered;
	color: white;
}
	

.copyright{
	width: 100%;
	height: auto;
}

.copyright p{
	color: white;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	
}

/*-------------responsive--------------*/

@media only screen and (max-width:900px){
}