
header {
    background: url(../images/slider4.jpg);
    height: 619px;
	width:100%;
}

body{margin:0;overflow-x: hidden;}

.head-right{
	background:#dac471;
	height:auto;
}

.head-b{}

.head-b a{}

.head-b a img {
   margin-left: -130px;
    margin-top: 25px;
    height: auto;
    opacity: 0.7;
    width: 500px;
}

}
.head-bottom {
    margin-top: 106px;
}
.head-intro-l{}

.head-intro-l h2{}

.head-bg {
    background: #4e4ecfe0;
    height: 619px;
}


.head-intro h2 {
    font-family: 'Baloo Paaji', cursive;
    color: #fff;
}

.head-intro{}

.head-intro p {
    font-family: 'Muli', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2px;
}
.navbar-nav .nav-link{font-family: 'Muli', sans-serif;}

#mid1{margin-top:70px;}

.mid1-left{}

.mid1-left h3 {
    color: #0a5e9e;
    font-family: 'Muli', sans-serif;
    font-size: 21px;
    padding-top: 13px;
}

.mid1-left p {
    color: #a0a1a1;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    padding-top: 12px;
    text-align: justify;
}

.mid1-right{}

.mid1-right h1{
	color:#5957c6;
	font-family: 'Baloo Paaji', cursive;
	    font-size: 31px;
}

.mid1-right p {
    color: #a0a1a1;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    padding-top: 12px;
    text-align: justify;
    line-height: 27px;
}

.mid1-right img{width:100%;}


.mid1-left img{width:100%;}


/** hover effects **/

.grid1 {
    position: relative;
    clear: both;
    /* margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px; */
    list-style: none;
    text-align: center;
}

figure.effect-goliath {
    background: #df4e4e;
}
.grid1 figure {
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1%; */
   /*  min-width: 320px;
    max-width: 480px; */
    max-height: 400px;
    /* width: 48%; */
    height: auto;
    background: #000;
    text-align: center;
    cursor: pointer;
}
figure {
    margin: 0;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-goliath img, figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.grid1 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.grid1 figure figcaption, .grid1 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid1 figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2, figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
figure.effect-goliath img, figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.grid1 figure h2, .grid1 figure p {
    margin: 0;
}
.grid1 figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
figure.effect-goliath h2, figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
}
.grid1 figure p {
    letter-spacing: 1px;
    font-size: 15px;
    color: #dac471;
	line-height: 50px;
	font-family: 'Muli', sans-serif;
}

.grid1 figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid1 figure figcaption, .grid1 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/** hover effects end **/

.team{text-align:center;}

.team h4 {
    color: #5957c6;
    font-family: 'Baloo Paaji', cursive;
    padding-top: 30px;
    font-size: 34px;
    padding-bottom: 26px;
}

/** social icon hover effect **/

/* Pulse Grow */
 @-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
} 

.social {
    padding: 0;
    clear: both;
}

.social li{display:inline;list-style:none;margin-right: 11px;}

.social li a{}

.social li a i {
    /* background: #eee; */
    width: 41px;
    height: 41px;
    border-radius: 50%;
    padding-top: 11px;
	color:#fff;
}

.social li .fb i{
	background:#3C5A98!important;
}

.twit i{
	background:#71C9F8;
}

.in i{
	background:#0077B5;
}

/** socila icon hover effect end **/

.team-group{}

.team-group h5{
	letter-spacing: 1px;
    font-size: 17px;
    color: #0a5e9e;	
	font-family: 'Muli', sans-serif;
}

.team-group h6{
	letter-spacing: 1px;
    font-size: 15px;
    color: #aeafb0;	
	font-family: 'Muli', sans-serif;
}

#mid3 {
    background: #5957c6;
height: auto;
margin-top: 45px;
padding: 73px;
}

.contact-left{}

.contact-left i {
    font-size: 138px;
    color: #434363;
    text-shadow: 1px 1px 1px #000;
	display:inline;
}

.verify{
	background:#5957c6!important;
	vertical-align: top;
margin-top: 19px;
margin-left: 15px;
}

.contact-left{}

.contact-left h4 {
    display: inline;
    font-size: 41px;
    font-family: 'Baloo Paaji', cursive;
    color: #fff;
    margin-left: 44px;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
}

.enquiey{
	margin-bottom: 31px;
    margin-top: 27px;
}

.enquiey input {
    box-shadow: 5px 2px 3px #ccc;
    border: none;
    height: 44px;
	font-family: 'Muli', sans-serif;
    margin-bottom: 28px;
}

.enquiey textarea {
    box-shadow: 5px 2px 3px #ccc;
    border: none;
   /*  height: 44px; */
    margin-bottom: 28px;
	font-family: 'Muli', sans-serif;
}

placeholder{color:#ccc;font-family: 'Muli', sans-serif;}

.btnsubmit{display: inline;}

.g-recaptcha{display: inline-block;}

.btnsubmit input{
background: rgba(0,0,0,0.2);
color: #fff;
border-radius: 7px;
height: 39px;
border: navajowhite;
width: 135px;
}

.contactinfo ul{padding-left:0;padding-top: 30px;}

.contactinfo li {
    list-style: none;
    padding-bottom: 35px;
}
.contactinfo li i {
    display: inline;
    font-size: 23px;
}
.contactinfo li h4 {
    display: inline;
    color: #999797;
    font-size: 17px;
    font-family: muli;
    margin-left: 25px;
}

footer{
	background:#2d2f30;
	height:50px;
}

footer p{
	color:#999797;
	text-align:center;
	padding-top: 10px;
}

.head nav{padding:0;}

#mid5{padding-bottom:50px;}

#mid6{overflow:hidden;}

.mid1-right h3{
		    color: #0a5e9e;
    font-family: 'Muli', sans-serif;
    font-size: 21px;
    padding-top: 13px;
	}