body{
 /* background-color: #2d545e;*/
}
header {
    position: relative;
    height: 90vh;
    overflow: hidden;
    
  }
  
  .header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background-image: url('assets/meenakshitemple-pencil.jpg') ;
        /*background-color:linear-gradient( #e1b382,#c89666) ;*/
        transform: skewY(-5deg);
    transform-origin: top left;
  }
  
  .layer{
    background-color:#e1b382;
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  
  header h1 {
    position: relative;
    color: #2d545e;
    background:transparent;
  text-align: center;
  font: 80px/1 "Impact";
  text-transform: uppercase;
  display: block;
  text-shadow:white -2px 2px 0,
  #ffffff -3px 3px 0,
  #fff -4px 4px 0,
  #ffffff -5px 5px 0,
  #fff -6px 6px 0;
  margin: 5% auto 5%;
  padding-top: 0.50em;
  -moz-text-shadow: 0 0 2px #ffffff;
  -webkit-text-shadow: 0 0 2px #ffffff;
  
  }


 header #client-testimonial-carousel{
    height: 100px;
    color: #000000;
    font-weight: 600;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    transform-origin: top left;
    top:-60px;
    font-size: 4em;
    opacity: 0.8;
  }

  section{
    background-color: #fff;
    /* height: 100vh; */
  }
#contactsection .card > .card-body > .card-text{
	font-size: small;
}
#logo {
	vertical-align:middle;
}

.navbar-brand span {
	font-size:2rem;
	line-height:1.2;
	font-weight: 200;
	display:inline-block;
	vertical-align:middle;
	padding:0 0 0 15px;
}
.navbar-brand b {
	display:block;
	font-size:50%;
	line-height:1;
}
.navbar-nav {
	margin-left:auto;
}
  
  .navbar-custom {
    background-color: #ff5500;
    background-image: linear-gradient(#ff9d2f, #ff6126);
}/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
.navbar-brand{
  font-family: 'Tangerine',sans-serif;
}
.card > .img-box {
	height: 120px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.card > .img-box > img {	
	max-width: 65%;
	max-height: 90%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#contactsection{
  background-color: #000000;
  font-family: 'Signika',sans-serif;
}
/*waves****************************/


.box {
  position: fixed;
  top: 0;
  transform: rotate(80deg);
  left: 0;
}

.wave {
  position: fixed;
  top: 0;
  left: 0;
opacity: .4;
position: absolute;
top: 3%;
left: 10%;
background: rgb(236, 119, 23);
width: 1500px;
height: 1300px;
margin-left: -150px;
margin-top: -250px;
transform-origin: 50% 48%;
border-radius: 43%;
animation: drift 7000ms infinite linear;
}

.wave.-three {
animation: drift 7500ms infinite linear;
  position: fixed;
  background-color: #77daff;
}

.wave.-two {
animation: drift 3000ms infinite linear;
opacity: .1;
background: black;
  position: fixed;
}

.box:after {
content: '';
display: block;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 11;
transform: translate3d(0, 0, 0);
}

@keyframes drift {
from { transform: rotate(0deg); }
from { transform: rotate(360deg); }
}


/*about section*/
.about{
	background: #fff;
}
.about h2{
	font-size: 46px;
	color: #02918c;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 90px;
	margin-bottom: 30px;
}
.about-heading img{
	margin-bottom: 30px;
}
.about-heading p{
	font-size: 16px;
	color: #7e8287;
	margin-bottom: 80px;

}
.about-heading p span{
	font-size: 23px;
}
.single-about{
	margin-bottom: 90px;
}
.single-about + .single-about{
	border-left: 1px solid #d9dbdb;
}
.about-inside{
	padding: 50px;
}
.single-about:hover{
	background: red;
	color: #fff;
}
.about-inside h3{
	font-size: 16px;
	color: #7e8287;
	font-weight: 800;
}
.about-inside p{
	font-size: 11px;
	color: #7e8287;
}
.about-inside i.fa{
	color: #02918c;
	font-size: 30px;
}
.single-about:hover .about-inside i.fa{
	color: #fff;
}
.single-about:hover .about-inside p{
	color: #fff;
}
.single-about:hover .about-inside h3{
	color: #fff;
}
/*service area*/
.service{
	margin: 0;
	padding: 0;
	background: url(../img/board-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.service-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.43);
}
.service h2{
	font-size: 46px;
	color: #02918c;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 75px;
	margin-bottom: 40px;
}
.service p{
	font-size: 16px;
	color: #7e8287;
	margin-top: 35px;
}
.services{
	margin-left: 0;
	padding-left: 0;
}
.bottom-services{
	margin-bottom: 80px;
}
.single-service{
	margin-left: 0;
	padding-left: 20px;
	margin-top: 50px;
	background: #F5F5F1;
}
.single-service:hover{
	background: red;
}
.single-service i.fa{
	color: #08938e;
	font-size: 30px;
	padding-top: 15px;
}
.single-service h3{
	font-size: 16px;
	color: #7e8287;
}
.single-service p{
	font-size: 11px;
	color: #7e8287;
	margin-top: 5px;
}
.single-service:hover.single-service i.fa{
	color: #fff;
}
.single-service:hover.single-service h3{
	color: #fff;
}
.single-service:hover.single-service p{
	color: #fff;
}

@media only screen and (max-width: 600px) {
	header > h1{
		margin-top: 5rem;
	}
	header #client-testimonial-carousel{
		height: 200px;
		margin-top: 5rem;
}
}