/*-- welcome --*/
.welcome-grid-left img,.news-grid-left img{
	padding:.5em;
	border:1px dotted #5143A4;
}
.welcome-grid-right-grid{
	border:2px solid #5143A4;
	cursor: pointer;
}
.welcome-grid-right-gridl{
	float:left;
	width:20%;
	text-align:center;
}
.welcome-grid-right-grid:hover{
	border:2px solid #000;
}
.welcome-grid-right-grid:hover div.welcome-grid-right-gridl span{
	color:#000;
}
.welcome-grid-right-grid:hover div.welcome-grid-right-gridr{
	background:#00abbd ;
}
.welcome-grid-right-gridl span{
	font-size:2em;
	color:#064a6d;
	top: 17px;
}
.welcome-grid-right-gridr{
	float:right;
	width: 80%;
    padding: 1em;
	background:#064a6d;
}
.welcome-grid-right-gridr p{
	font-size:1.5em;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	margin:0;
}
.welcome-grid-right-gridr p span{
	font-size:14px;
}
.welcome-grid-right-grid:nth-child(2){
	margin:1em 0;
}
.welcome-grid-right-grid:nth-child(4){
	margin:1em 0 0;
}
.dot{
	margin:0 0 2em;
}
.dot span{
		color:#664CFF;
		left: 9px;
}
p.who{
	margin:2em 0 0;
	color:#000;
	font-size:16px;
	line-height:1.8em;
	text-align:justify;
}
@media(max-width:360px)
{
	.wellhead
	{
		margin-top:20px;
	}
}

/*-- //welcome --*/
.instruments{
    background: url(../images/banner22.jpg) no-repeat 0px 0px;
    padding: 90px 0;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
}
.instruments h3{
	color:#fff;
	font-size:46px;
	margin-bottom:45px;
	text-align:center;
	text-transform:capitalize;
}
.inst-grids {
    border: 1px solid #fff;
    padding: 40px 0;
}
.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(255,255,255,1);
}
a.hi-icon img {
    margin: 22px 0 0;
}
.hi-icon-wrap {
    padding: 0;
}
.services-gd  h4{
	font-size:33px;
	color: #8BB308;
	margin-top:25px;
}
.lb-album li img{
	width:100%;
}
.lb-overlay:target img {
    width: 24%;
}
.lb-album li {
    position: relative;
    list-style-type: none;
}
.lb-overlay:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    padding: 80px 100px 120px 100px;
    z-index: 9999;
}
.lb-album li  a {
    width: 100%;
    height: inherit;
    position: relative;
    padding: 10px;
    background: none;
    border:none;
    border-radius: 4px;
}
.lb-album {
    width: inherit;
    margin: 0;
}
.lb-overlay:target {
    padding: 110px 0 0;
}
.lb-overlay div h3{
    float: none;
	width:inherit;
	height:inherit;
	text-align:center;
	border:none;
	color:#fff;
}
.lb-overlay div p {
    float: none;
	width:inherit;
	height:inherit;
	text-align:center;
	border:none;
	color:#fff;
	line-height:2em;
	font-size:14px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
}
.lb-overlay div h3{
	margin:15px 0;
}
/* Common style */
.grid figure {
	position: relative;

	overflow: hidden;

	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-106%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-106%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,106%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,106%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/** about bottom responsive**/
/*-- responsive media queries --*/

@media (max-width: 1080px){
	
	.instruments h3 {
		font-size: 40px;
	}
	.services-gd h4 {
		font-size: 24px;
	}
	
}
@media (max-width: 1024px){
	
}
@media (max-width: 991px){
	
	.services-gd{
		float: left;
		width: 25%;
	}
	
	.instruments {
		padding: 60px 0;
	}
	.ih-item.circle {
		  width: 190px;
		height: 190px;
	}
	.ih-item.circle.effect1 .spinner {
		width: 200px;
		height: 200px;
	}
	.ih-item.circle.effect1 .info h3 {
		margin: 0 0px;
		padding: 43px 0 0 0;
		height: 82px;
	}
	.ih-item.circle.effect1 .info p {
		padding: 22px 5px 0;
		margin: 0 0px;
	}
	.singers {
		padding: 60px 0;
	}	
	.team-gs.text-center {
		width: 33.3333%;
		float:left;
		padding: 0 5px;
	}
	
}

@media (max-width: 768px){
	
}
@media (max-width: 736px){

.lb-album li:nth-child(2) {
    margin-top: 0;
}
.lb-album li:nth-child(3) {
    width: 100%;
    margin: 0;
    padding: 0;
}


}
@media (max-width: 667px){
	
	div#services {
		margin: 35px 0 0 0;
	}
	.instruments h3 {
		font-size: 34px;
	}
	.hi-icon {
		margin: 0px 0px;
	}
	.lb-album li:nth-child(1) {
		width: 50%;
	}
	.services-gd h4 {
		font-size: 21px;
	}
	.ih-item.circle {
		width: 153px;
		height: 153px;
	}
	.ih-item.circle.effect1 .spinner {
		width: 163px;
		height: 163px;
	}
	
}
@media (max-width: 640px){
	.lb-overlay:target img {
		width: 49%;
	}
	
}
@media (max-width: 600px){
	
	.lb-album li:nth-child(1) {
		width: 50%;
	}

}
@media (max-width: 568px){

.services-gd {
    float: left;
    width: 50%;
}
.services-gd:nth-child(3),.services-gd:nth-child(4) {
    margin-top: 30px;
}

.lb-album li:nth-child(1), .lb-album li:nth-child(2), .lb-album li:nth-child(3) {
    width: 75%;
    margin: 0 auto !important;
    display: block;
    float: none;
    padding: 0;
}
.lb-album li:nth-child(2) {
    margin: 30px auto 0 !important;
    display: block;
}
.lb-overlay > div {
    width: 380px;
}
.lb-overlay div p {
    font-size: 13px;
}
.lb-overlay a.lb-close {
    left: 41.5%;
    width: 17%;
}
.lb-overlay:target img {
    width: 57%;
}
.test-left {
    float: none;
    width: 43%;
    margin: 0 auto 25px;
}
.test-right {
    float: none;
    width: 100%;
    padding: 0 6px;
}
.team-gs.text-center {
    width: 75%;
    float: none;
    padding: 0;
    margin: 0 auto;
}
.team-gs:nth-child(3) {
    margin: 30px auto;
}
}
@media (max-width: 480px){
	
}
@media (max-width: 414px){
	
	.instruments h3 {
		font-size: 26px;
	}
	
	.lb-album li:nth-child(1), .lb-album li:nth-child(2), .lb-album li:nth-child(3) {
		width: 82%;
	}
	.lb-overlay a.lb-close {
		left: 38.5%;
		width: 22%;
	}
	.lb-overlay div h3 {
		font-size: 35px;
	}
	.lb-overlay > div {
		width: 340px;
	}
	.lb-overlay:target img {
		width: 64%;
	}
	
}
@media (max-width: 384px){
	
}

@media (max-width: 320px){

.instruments h3 {
    font-size: 22px;
}
.instruments, .gallery {
    padding: 50px 0;
}
.inst-grids {
    padding: 25px 0;
}
a.hi-icon img {
    margin: 16px 0 0;
    width: 47%;
}
.hi-icon {
    width: 63px;
    height: 63px;
}
.services-gd h4{
    font-size: 19px;
}
.lb-overlay a.lb-close {
    left: 37.5%;
    width: 26%;
}
.lb-overlay a.lb-close {
    top: 22px;
}
.lb-overlay > div {
    width: 305px;
}
.lb-overlay:target {
    padding: 79px 0 0;
}
.lb-overlay div h3 {
    margin: 15px 0 0;
}

.lb-album li:nth-child(1), .lb-album li:nth-child(2), .lb-album li:nth-child(3) {
    width: 100%;
}
.team-gs.text-center {
    width: 100%;
}
}
/** vision**/
.singers {
    background: #f7f7f7;
    border-top: 1px solid #eee;
    padding: 90px 0;
}
.team_pos ul li {
    display: inline-block;
    margin: 0px 4px 0;
}
 p.team-text {
    margin: 26px 0 22px;
	color:#464646;
	line-height:2.2em;
	text-align:center;
}
.morph {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.morph:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.pic {
    overflow: hidden;
    margin: auto;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
  width: 230px;
  height: 230px;
    border: 10px solid #95bb43;
    border-right-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 66px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}
/** why choose**/
.whytxt
{
	color:black;
	font-size:16px;
	line-height:40px;
}
.whytxt1
{
	margin-bottom:30px;
}
.biography-w3agile {
    padding: 5em 0;
    background: url(../images/bannerr.jpg);
    background-size: cover;
    min-height: 575px;
}
.biography-grid h4 {
    font-size: 2em;
    color: #fff;
}
.border1 {
    width: 70px;
    background: #fff;
    display: block;
    height: 4px;
    margin: 0.5em auto 0;
}
.biography-grid p {
    font-size: 1em;
    line-height: 2em;
    padding: 1em 0;
	color:#eee
}
.biography-grid ul li {
    font-size: 1em;
    line-height: 1.8em;
    color: #eee;
    float: left;
    width: 50%;
    list-style: none;
}
.biography-grid img {
    border: 1px solid#DACFCF;
    padding: .5em;
    box-shadow: 0 0 5px #c3c3c3;
}
.biography-grids {
    margin-top: 4em;
}

/*responsive*/

@media(max-width:1080px){
.biography-grid p {
    font-size: .965em;
}
.biography-w3agile {
    padding: 4em 0;
}

.biography-grid h4 {
    font-size: 1.8em;
}

.biography-grid ul li {
    font-size: 0.95em;
}

}

@media(max-width:991px){

.biography-grid img {
    margin: 0 auto 1.5em;
}
.biography-grid {
    text-align: center;
}

}


@media(max-width:736px){
.biography-grids {
    margin-top: 3em;
}
.biography-grid p {
    font-size: .95em;
}

}
@media(max-width:667px){
.biography-grid h4 {
    font-size: 1.5em;
}	
}
@media (max-width: 640px){
 .biography-grid h4 {
    font-size: 1.7em;
}
}
@media(max-width:600px){
.biography-w3agile {
    padding: 3em 0;
}
.biography-grid h4 {
    font-size: 1.5em;
}

}

@media(max-width:480px){
 .biography-grid h4 {
    font-size: 1.4em;
}

}
@media(max-width:414px){
 .biography-grids {
    margin-top: 2em;
}
.biography-w3agile {
    padding: 2em 0;
}

}
@media(max-width:384px){

.biography-grid ul li {
    width: 100%;
	line-height:2em;
}

}

@media(max-width:320px){
.biography-grid,.contact-grid {
    padding: 0;
}

}