@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventorbold.eot');
    src: url('../fonts/texgyreadventorbold.eot') format('embedded-opentype'),
         url('../fonts/texgyreadventorbold.woff2') format('woff2'),
         url('../fonts/texgyreadventorbold.woff') format('woff'),
         url('../fonts/texgyreadventorbold.ttf') format('truetype'),
         url('../fonts/texgyreadventorbold.svg#texgyreadventorbold') format('svg');
}

@font-face{ font-family:Poppins-Bold; src:url(../fonts/Poppins-Bold.ttf);}
@font-face{ font-family:Poppins-Light; src:url(../fonts/Poppins-Light.ttf);}
@font-face{ font-family:Poppins-Medium; src:url(../fonts/Poppins-Medium.ttf);}
@font-face{ font-family:Poppins-Regular; src:url(../fonts/Poppins-Regular.ttf);}
@font-face{ font-family:Montserrat-Bold; src:url(../fonts/Montserrat-Bold.ttf);}
@font-face{ font-family:Montserrat-Regular; src:url(../fonts/Montserrat-Regular.ttf);}
@font-face{ font-family:Lato-Regular; src:url(../fonts/Lato-Regular.ttf);}
@font-face{ font-family:Lato-Bold; src:url(../fonts/Lato-Bold.ttf);}
@font-face{ font-family:Lato-Light; src:url(../fonts/Lato-Light.ttf);}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999 !important;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}


*{
	margin:0;
	padding:0;
	box-sizing:border-box;	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family:Montserrat-Bold;
}

h1{
	font-size:36px;
	text-transform:uppercase;	
}

h2{
	font-size:28px;	
}
h3{
	font-size:23px;	
}

ul,li{
	list-style:none;
	line-height:25px;	
}

p{
	line-height:25px;	
}

a{
	outline:none;
	text-decoration:none;
	color:#000;	
}

:hover{
	transition:all 0.5s ease-in-out;	
}

body{
	font-family:Lato-Regular;
	 font-size:14px;	
}

.container{
	width:1170px;
	margin:0 auto;	
}

.fleft{
	float:left;	
}

.fright{
	float:right;	
}

.full_wid{
	width:100%;
	display:inline-block;	
}

.wid_33{
	width:33.33%;
}

.wid_50{
	width:50%;	
}

.wid_25{
	width:25%;	
}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}



/*  style start */



.header_set{
	position:absolute;
	top:0;	
	z-index:1;
}

.top_strip{
	padding:5px 0;	
	border-bottom:1px solid #fff;
	margin:5px 0;
}

.top_strip_left li{
	float:left;	
	margin:0 25px 0 0;
	color:#fff;
}

.top_strip_left li img{
	vertical-align:middle;	
}

.top_strip_left li img{
	margin:0 5px 0 0;	
}

.top_strip_right li{
	float:left;	
	margin:0 5px ;
}

.top_strip_right{
	margin:5px 0;	
}

.top_strip_right li i{
	width:25px;
	height:25px;
	font-size:20px;	
	background:#1f295c;
	color:#fff;
	line-height:25px;
	text-align:center;
}

.top_strip_right li img{
	vertical-align:middle;	
}


.header{
	padding:5px 0;	
	margin:10px 0;
}

.logo{
	margin:5px 0;
}

.menu{
	width:70%;	
	margin:25px 0;
}

.menu li{
	float:left;
	position:relative;
		
}

.menu li a{
	padding:10px 15px;
	text-transform:uppercase;	
	font-weight:bolder;
	margin:0 5px;
	transition: 0.5s all ease-in-out;
}
.menu li a:hover{
	background:#fff;
	border-radius:30px;
}
.menu li a.active{
	background:#fff;
	border-radius:30px;
}

.get_info{
	float:right !important;	
}

.get_info a{
	background:#95d343;	
	color:#fff;
	border-radius:30px;
	padding:12px 30px !important;
}

.get_info a:hover{
	color:#95d343;
}

.submenu {
	position: absolute;
	top: 100%;
	left: 5px;
	z-index: 3;
	background: #fff;
	white-space: nowrap;
	display: none;
	border-radius:5px;
	padding:10px 0;
}
.submenu li {
	float: none;
	border-bottom:1px solid #ececec;

}
.submenu li a {
	display: block;
	padding: 10px 15px;
	margin: 0;
	color: #000;
	font-size: 13px;
	font-family:Lato-Light;
}
.submenu li:last-child{
	border-bottom:0;
}
.menu li:hover .submenu {
	display: block;
}

.submenu li a:hover{
	border-radius:0;	
}

.ban{
	position:relative;
	z-index:0;
}

.ban img{
	width:100%;	
}


.ban::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:50%;
	background:#b4d96a;
	z-index:-1;
}

.ban::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:50%;
	background:#ffe8c9;
	z-index:-1;
}

.ban_in h3{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
}

.ban_pic{
	position:absolute;
	bottom:50px;
	left:200px;
	z-index:1;
	
		
}

.ban_pic img{
	vertical-align:middle;	
	float:left;
	margin:0 10px;
	width:310px;
	height:105px;
}

.ban_pic p{
	width:250px;
	color:#fff;
	margin:0 10px;
	font-family:Lato-Bold;
	float:left;
}
.ban_pic a{
	color:#1F295C;	
	font-weight:bolder;
}


.ind_about{
	padding:75px 0;
	position:relative;
	z-index:0;	
	background:url(../images/ind_abt_bg.jpg) no-repeat;
	background-size:cover;
	background-position: -40px;
}

.ind_tit{
	position:absolute;
	top:205px;
	left:-30px;
	
}

.ind_tit h1{
	transform:rotate(-90deg)	;
	text-transform:none;
	position:relative;
	z-index:0;
	color:#B4D96A;
	font-size:55px;
}

.ind_tit h1::before{
	content: "";
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 282px;
    width: 85px;
    height: 3px;
    background: #000;	
}

.ind_tit h1::after{
	content:"";
	position:absolute;
	top: 24px;
    right: 0;
    bottom: 0;
    left: 270px;
    width: 15px;
    height: 15px;
	border-radius:20px;
    background: #000;	
	
}

.ind_tit1{
	top:209px;	
}

.ind_tit1 h1{
	color:#fff;	
}

.ind_tit2{
	top:245px;
	left:-75px;	
}

.ind_tit2 h1::before{
	content: "";
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 360px;
    width: 85px;
    height: 3px;
    background: #000;
}

.ind_tit2 h1::after{
	content: "";
    position: absolute;
    top: 24px;
    right: 0;
    bottom: 0;
    left: 350px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #000;
	
}
.ind_tit3{
	top:200px;
	left:-40px;	
}

.ind_tit4{
	top:217px;	
}


.ind_abt_left{

}

.ind_abt_left img{
}

.ind_abt_right{
	width:53%;
	margin:75px 0;
	padding:50px 0;
	position:relative;
	z-index:-1;
}

.ind_abt_right::before{
	content:"";
	position:absolute;
	top:0;
	left:-245px;
	right:0px;
	bottom:0;
	background:#00aeed;	
	z-index:-1;
}

.ind_abt_right::after{
	content: "";
    position: absolute;
    top: 20px;
    left: -225px;
    right: -20px;
    bottom: -20px;
    border: 3px solid #00AEED;
    /* background: #00aeed; */
    z-index: -1;
	transition:all 0.5s ease-in-out;
}

.ind_abt_right p{
	margin:20px 0;	
	font-size:18px;
	font-family:Lato-Bold;
	color:#fff;
	width:95%;
	line-height:30px;
}

.ind_abt_right a{
	margin:25px 0 0 0;	
}

.ind_abt_right:hover::after{
    top: -20px;
    left: -225px;
    right: 20px;
    bottom: 20px;
}

.ind_pro{
	padding:75px 0;
	position:relative;
	z-index:0;
	background:#b3d866;	
}

.ind_pro_in li{
	width:23%;	
	margin:1%;
	float:left;
	background:#1f295d;
	border-radius:160px;
	text-align:center;
	color:#fff;
	padding:1%;
	transition:all 0.5s ease-in-out;
}
.ind_pro_in li img{
	border-radius:50%;	
	width:100%;
	height:245px;
	padding:3%;
	border:2px solid #1F295D;
	transition:all 0.5s ease-in-out;
}

.ind_pro_in li h3{
	color:#b3d866;
	margin:5px 0;
}

.ind_pro_in li p{
	width:90%;
	margin:5px auto;
}

.ind_pro_in li a{
	color:#b3d866;
	display:inline-block;
	margin:5px 0;;
	text-transform:uppercase;
}

.ind_pro_in li:hover{
	margin:-30px 1%;
}

.ind_pro_in li:hover img{
	box-shadow: 0 3px 5px #000;
	border:2px solid #fff;
}


.ind_cont{
	padding:125px 0 50px 0;
	position:relative;
	z-index:0;
}

.ind_cont_in{
	margin:25px 0 50px 0;
}

.ind_cont_in li{
	width:25%;	
	float:left;
	padding:40px 5px 25px;
	text-align:center;
	position:relative;
	border:3px solid #fff;

}

.ind_cont_in li h3{
	text-transform:uppercase;	
	margin:35px 0 15px 0;
	color:#1f295d;
}

.ind_cont_in li p{
	color:#919191;	
}

.ind_cont_in li img{
	position:absolute;	
	top:-55px;
	left:0;
	margin:0 auto;
	right:0;	
}

.ind_cont_in li.active{
	background:#1f295d;	
	color:#fff;
	border:3px solid #e6e6e6;
}

.ind_cont_in li.active h3{
	color:#fff;	
}

.ind_cont_in li:hover{
	background:#1f295d;	
	color:#fff;
	border:3px solid #e6e6e6;
}
.ind_cont_in li:hover p{
	color:#fff;
}	

.ind_cont_in li.active p{
	color:#fff;	
}

.ind_cont_in li:hover h3{
	color:#00aeed;
}

.ind_cont_in_1{
	width:80%;
	text-align:center;
	display:block;
	margin:30px auto;	
}

.ind_cont_in_1 li{
	width:33%;	
}


.ind_news{
	background:url(../images/ind_bg.png) no-repeat;
	height:575px;	
	position:relative;
	z-index:0;
}

.ind_news::before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:750px;
	background:#1f295d;
}

.ind_news_set{
	position:relative;
	z-index:0;	
}

.ind_news_con{
	position:absolute;
	top:175px;
	left:150px;
	width:55%;
	background:#00aeed;	
	color:#fff;
	padding:35px;	
	text-align:center;
	font-size:26px;
}

.ind_news_con::after{
	content:"";
	position:absolute;
	top:-30px;
	left:30px;
	right:-30px;
	bottom:30px;
	border:3px solid #00aeed;
	z-index:-1;
	transition:all 0.5s ease-in-out;
}

.ind_news_con::before{
	content:"";
	position:absolute;
	top:30px;
	left:-30px;
	right:30px;
	bottom:-30px;
	background:#aacd61;
	z-index:-1;
	transition:all 0.5s ease-in-out;
}

.ind_news_con:hover::before{
	top:-30px;
	left:30px;
	right:-30px;
	bottom:30px;
}


.ind_news_con:hover::after{
	top:30px;
	left:-30px;
	right:30px;
	bottom:-30px;
}


.ind_act{
	padding:50px 0;
	position:relative;
	z-index:0;
			
}

.ind_act_left{
	width:50%;	
}

.ind_act_left li{
	float:left;	
	width:46%;
	margin:2%;
	position:relative;
	z-index:0;
	transition:all 0.5s ease-in-out;
}

.ind_act_left li img{
	width:100%;	
}


.ind_act_left li.active::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(31, 41, 93,0.6);	
	transition:all 0.5s ease-in-out;
}

.ind_act_left li.active::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:10px solid #B3D866;
	transition:all 0.5s ease-in-out;
}

.ind_act_left li:hover::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(31, 41, 93,0.6);	
	
}

.ind_act_left li:hover::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:10px solid #B3D866;
}

.ind_act_right{
	width:48%;
	margin:85px 0 0 0;	
}

.ind_act_right h2{
	margin:25px 0;	
	color:#1F295D;
}

.ind_act_right span{
	width:50px;
	display:inline-block;
	height:4px;
}


.clr1{
	background:#B3D866;	
}
.clr2{
	background:#1F295D;	
}
.clr3{
	background:#00AEED;	
}

.ind_act_right h4{
	font-size:22px;	
	font-family:Lato-Bold;
	margin:25px 0 0 45px;
	color:#1f295d;
	position:relative;
	z-index:0;
}

.ind_act_right h4::before{
	content:"\f013";
	position:absolute;
	top:0;
	left:-45px;
	font-size:18px;	
	width:30px;
	height:30px;
	font-family:FontAwesome;
	line-height:30px;
	text-align:center;
	background:#00AEED;
	border-radius:30px;
	color:#fff;
	z-index:-1;	
	transition:all 0.5s ease-in-out;

}

.ind_act_right h4::after{
	content:"";
	position:absolute;
	top:40px;
	left:-43px;
	width:25px;
	height:2px;
	background:#1F295D;
	color:#fff;
	transform:rotate(90deg);
	z-index:-1;
	transition:all 0.5s ease-in-out;
}

.ind_act_right h4:last-child::after{
	display:none;	
}

.ind_act_right h4:hover::before{
	background:#1F295D;	
}




.ind_contact{
	position:relative;
	z-index:0;
}

.ind_contact:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:40%;
	background:#1f2326;	
	z-index:-1;
}

.ind_contact:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:70%;
	background:#00AEED;	
	z-index:-1;
}

.ind_contact_left{
	width:380px;
	height:390px;
	padding:25px;
	background:#1f2326;	
}

.ind_contact_left h3{
	margin:0 0 15px 0;
	color:#B3D866;
	font-family:Lato-Bold;
}

.ind_contact_left li{
	width:100%;
	display:inline-block;
	color:#fff;	
	margin:7px 0;

}

.ind_contact_left li a{
	color:#fff;	
}

.cont_icon{
	margin:5px;
}

.cont_con{
	margin:5px;
}

.ind_map{
	width:790px;	
	height:360px
}
.ind_map img{
	width:100%;	
	height:360px

}

.foot_in{
	padding:25px 0;
	background:#1f295d;
	color#fff;
}
.foot_in p{
	color:#fff;
}


.about{
	padding:75px 0;	
	position:relative;
	z-index:0;
}

.about::before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:50%;
	background:#00AEED;
	z-index:-1;
}

.about::after{
	content:"";
	position:absolute;
	top:25px;
	right:85px;
	bottom:40px;
	width:50%;
	border:5px solid #fff;
	z-index:-1;
}


.about_left{
	position:relative;
	z-index:0;
	left:50px;

}

.about_left::before{
	content:"";
	position:absolute;
	top:0;
	left:-30px;
	bottom:0;
	right:0;
	width:5px;
	background:#00AEED;
}

.about_left p{
	margin:0 0 20px 0;	
	width:85%;
	text-align:justify;
}

.about_right{
	padding:0 25px;
	color:#fff;
	text-align:justify;
}

.abt_in{
	text-align:center;
	border:1px solid #1F295D;	
	margin:25px 0;
	padding:25px 	0;
	background:#1F295D;
}

.about_in{
		
}

.about_in_left{
	width:50%;
	background:url(../images/about_service_bg.jpg) no-repeat;
	height:500px;
	position:relative;
	z-index:0;
	color:#fff;
	text-align:center;
}

.about_in_left::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:-1;	
}

.about_in_left::after{
	content:"";
	position:absolute;
	top:30px;
	left:30px;
	right:30px;
	bottom:30px;
	/*border:5px solid #fff;*/
	z-index:-1;	
}


.about_in_2{
	position:absolute;
	top:40%;
	left:0;
	right:0;
	bottom:0;	
	width:75%;
	margin:0 auto;
		
}

.about_in_2 h3{
	margin:15px 0;	
}

.about_in_2 p{
	margin:15px 0;	
}

.about_in_right{
	padding:25px;	
}

.about_in_right h2{
	margin:25px 0;	
	color:#00aeed;
}

.about_in_right p{
	margin:10px 0;	
}

.about_in_1 li{
	margin:10px 0;
}

.about_in_1 li i{
	margin:0 15px 0 0;	
}

.about_in_1 li{
	margin:4px 45px;
	position:relative;
	z-index:0;
}

.about_in_1 li::before{
	content:"\f013";
	position:absolute;
	top:0;
	left:-45px;
	font-size:18px;	
	width:30px;
	height:30px;
	font-family:FontAwesome;
	line-height:30px;
	text-align:center;
	background:#00AEED;
	border-radius:30px;
	color:#fff;
	z-index:-1;	
	transition:all 0.5s ease-in-out;

}

.about_in_1 li::after{
	content:"";
	position:absolute;
	top:40px;
	left:-43px;
	width:25px;
	height:2px;
	background:#1F295D;
	color:#fff;
	transform:rotate(90deg);
	z-index:-1;
	transition:all 0.5s ease-in-out;
}

.about_in_1 li:last-child::after{
	display:none;	
}

.about_in_1 li:hover::before{
	background:#1F295D;	
}


.services{
	position:relative;
	z-index:0;
	padding:75px 0;	
}



.job_tab_left {
	width: 24%;
	background: #00AEED;
	color: #fff;
	position:relative;
	padding:25px 0;
}

.job_tab_left::before{
	content:"";
	position:absolute;
	top:-30px;
	left:-30px;
	right:30px;
	bottom:30px;
	border:5px solid #1F295D;	
	z-index:-1;
}

.job_tab_left h2 {
	text-align: center;
	position: relative;
	z-index: 0;
	padding: 0 0 20px 0;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	
}

.job_tab_left h4{
	text-align:center;
	margin:10px 0;	
}

.job_tab_left h2::before {
	/*background: rgba(0, 0, 0, 0) linear-gradient(to right, #00f0ff 0%, #ebacfd 100%) repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.job_tab_left li {
	width:100%;
	letter-spacing: 1px;
	font-size: 15px;
	text-transform: uppercase;
}
.job_tab_left li i {
	float: right;
	margin: 0 25px;
	transition: all 0.5s ease-in-out;
}
.job_tab_left li::before {
	/*background: rgba(0, 0, 0, 0) linear-gradient(to right, #00f0ff 0%, #ebacfd 100%) repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.job_tab_left li:hover i {
	margin: 0;
}
.job_tab_right {
	width: 74%;
	padding: 1%;
	border: 1px solid #1580C4;
}
.job_tab_rht_set {
/*	border: 1px solid #1580C4;
	border-radius: 10px;
*/	margin: 0 0 15px 0;
	/*cursor: pointer;
	padding: 10px;*/
}
.tab_rht_pic {
	width: 45%;
	padding: 1%;
}
.tab_rht_pic img {
	width: 100%;
}
.tab_rht_con {
	width: 55%;
	padding: 1%;
	cursor: pointer;
}
.tab_rht_con1 {
	width: 33.33%;
	float: left;
}
.tab_rht_con h3 {
	margin: 0 0 25px 0;
}
.tab_rht_con1 h3 {
	margin: 0;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 25px;
}
.tab_rht_con p {
}
.tags {
	font-style: normal;
	color: #3A8BCD;
	margin: 25px 0 0 0;
	display: inline-block;
}
.job_tab_rht_set:hover h3 {
	color: #00AEED;
}

.members_in h3{
	margin:25px 0 25px 0;	
	color:#00AEED;
}

.mem_con{
	padding:0 0 30px 0;	
}

.serv_left{
	width:30%;
	padding:1%;
}

.serv_left img{
	width:100%;	
}

.serv_right{
	width:70%;	
	padding:1%;
}

.serv_right p{
	margin:0 0 10px 0;	
	text-align:justify;
}

.serv_table table{
    border: 1px solid #dddddd;
}

.serv_table table tr:nth-child(even) td {
    background-color: #FFF;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.serv_table table tr:nth-child(odd) td {
    background-color: #FFF;
}

.serv_table table td {
    padding: 10px 0;
    border-right: 1px solid #C6C6C6;
}

.enq_con{
	background:#1F295D;
	color:#fff;
	text-align:center;
	padding:25px 0;
		
}

.serv_right_con p{
	font-size:16px;	
	margin:10px 0 0 25px ;
}

.serv_right_con i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#00AEED;
	border-radius:30px;
	margin:0 10px 0 0;
}

.serv_abt_con{
	margin:25px 0 75px 0;
}

.serv_abt_con p{
	width:75%;
	margin:0 auto;
	text-align:center;	
}



.brochure{
	padding:125px 0;
	position:relative;
	z-index:0;
}


.bro_left h1{
	position:relative;
	z-index:0;	
	left:60px;
}

.bro_left h1::before{
	content:"";
	position:absolute;
	top:-20px;
	left:-30px;
	right:0;
	bottom:0;
	width:120px;
	height:120px;
	border:10px solid #d7eca0;	
	z-index:-1;
}

.bro_left p{
	width:60%;
	margin:40px auto 0;	
}

.bro_right{
	width:25%;	
	text-align:center;
	position:relative;
	z-index:0;
}

.bro_right::before{
	content: "";
	background:#00AEED;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bro_right::after{
	content: "";
    position: absolute;
    top: -45px;
    left: -45px;
    right: 0;
    bottom: 0;
    width: 275px;
    height: 230px;
    border: 10px solid #d7eca0;
    z-index: -2;
	transition:all 0.5s ease-in-out;
}

.bro_right:hover::after{
    top: 65px;
    left: 65px;
}


.bro_right img{
	margin:10px 0 25px 0;
	padding:15px 0;
}

.bro_right a{
	display:block;	
	padding:10px 10px;
	margin:20px auto;
	width:70%;
	border:1px solid #1F295D;
	color:#fff;
	background:#1F295D;
}

.contact{
		
}

.map{

}

.branches{
	padding:50px;	
}

.branches li{
	width:48%;
	margin:1%;
	float:left;
	padding:1%;
}

.branches li h3{
	margin:0 0 15px 0;
	font-size:13px;
	color:#00AEED;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.branches li h3::before {
	background: #2c97ea none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
}

.branches li img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
.branches p{
	margin:5px 0;	
}

.enquiry{
	padding:75px 0;
	background:#f3f5f4;	
}

.enquiry_in{
	display:block;
	width:65%;
	margin:0 auto;	
}

.enq_in{
	display:block;
	margin:0 auto;
	text-align:center;	
}
.enq_form{
	width:45%;	
	background:#1f295d;
	color:#fff;
	padding:50px 25px;
	text-align:left;
	position:relative;
	z-index:0;
	margin:30px 0;
}
.enq_form::before{
	content:"";
	position:absolute;
	top:30px;
	left:-40px;
	right:40px;
	bottom:30px;
	border:4px solid #AACD61;	
	z-index:-1;
}

.enq_form1{
	margin:50px 0;	
}

.enq_form2{
	margin:110px 0;	
}

.enq_form2 h2{
	margin:35px 0 !important;
	color:#B4D96A;	
}

.abt_cert::before{
	top:30px;
	left:-40px;
	right:15px;
	bottom:30px;
}

.abt_cert_pic{
	width:50%;
	float:left;	
	border:10px solid #fff;
	box-shadow:0 0px 15px #999;
}


.abt_cert_pic .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0
}
.abt_cert_pic .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: #e0e0e0  url("../images/leftar.png") no-repeat scroll 10px 10px / 18px auto;
	float: left;
	height: 40px;
	padding: 0;
	width: 40px;
	margin-left: 20px
}
.abt_cert_pic .owl-theme .owl-controls .owl-buttons .owl-next {
	background: #e0e0e0  url("../images/leftar.png") no-repeat scroll 10px 10px / 18px auto;
	float: right;
	height: 40px;
	padding: 0;
	width: 40px;
	transform: rotate(180deg);
	margin-right: 20px
}


.abt_cert h4{
	margin:60px 0;	
}

.abt_cert span{
	text-align:center;
	display:block;	
	margin:40px auto;
	font-size:22px;
	
}

.abt_cert p{
	margin:15px 0 0 0;	
}

.abt_cert_pic img{
	width:100%;	
}

.enq_form h2, h3{
	text-transform:uppercase;	
}
.enq_form h3{
	color:#AACD61;
	font-size:20px;
}

.enq_form h2{
	margin:0 0 15px 0;	
}

.enq_form li{
	width:100%;
	display:inline-block;	
	margin:5px 0;
}

.enq_form li input{
	width:80%;
	padding:0 10px;
	height:30px;	
	background:#f6f6f6;
	border:1px solid #f6f6f6;
}

.enq_form li textarea{
	width:80%;
	padding:5px 10px;
	height:90px;	
	background:#f6f6f6;
	border:1px solid #f6f6f6;
	resize:none;;
	font-family:Lato-Regular; 
}

.sbt_btn{
	width:80%;
	background:#00AEED;
	padding:10px 25px;
	text-align:center;
	cursor:pointer;
	border:1px solid #00AEED;	
	font-family:Lato-Regular; 
	color:#fff;
	margin:10px 0;
}

.sbt_btn:hover{
	background:#AACD61;	
	border:1px solid #AACD61;	
}

.inr_right th {
    padding: 10px 15px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
	background:#00AEED;	
	color:#fff;
}

.inr_right table{
	border:0;	
	width:100%;
}

.inr_right tr {
}
.inr_right td {
    border: 1px solid #ccc;
}
.table_td_pad {
	padding: 10px;
}

.inr_right td {
    border: 1px solid #ccc;
}

.inr_right tr.clr_1 {
    background: rgb(239,239,239);
}


.fancy_box { 
	display:inline-block; 
	box-shadow: 0 23px 65px #ccc;
	padding:25px;
	width:100%;
	background:#fff;
}


.fancy_box li a::before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:rgba(0,0,0,0.5);
	opacity:0;
}

.fancy_box li { 
	float:left;
	width:;
	padding:1%; 
	overflow:hidden;
}
.fancy_box li a{ 
	position:relative; 
	display:block; 
	transition:all 0.5s ease-in-out;
	border:1px solid #ccc;

}

.fancy_box li a img { 
	width:100%; 
	/*border:5px solid #024282;*/
	transform:scale(1);
	transition:all 0.5s ease-in-out;
}

.fancy_box li a em{ 
	position:absolute;
	top:35%;
	left:0; 
	right:0; 
	display:inline-block;
	text-align:center; 
	opacity:0; 
	z-index:1; 
	color:#fff; 
	transition:all 1s ease-in-out; 
}

.fancy_box li a em i{
	background:#1FACEB;
	font-size:75px;
	border-radius:50%;
	text-align:center;
	padding:20px;
	font-size:26px;
	
}

.fancy_box li a:hover em{ 
	opacity:1;
	transition:all 0.5s ease-in-out;
}

.fancy_box li a:hover::before{
	transition:all 0.5s ease-in-out;
	opacity:1;
}

li.error,p.error{color:#fff;}
input.error {
    background-color: #E07A8A !important;
	color:#fff;
}
select.error {
    background-color: #E07A8A !important;
}

textarea.error {
    background-color: #E07A8A !important;
}


.res_menu{
	padding:5px;	
	display:none;
	background:#1f295c;
	cursor:pointer;
}

.res_menu a{
	color:#fff;
	font-size:18px;	
	cursor:pointer;
}



.res_menu a i{
	background: #00adef;
	padding: 10px;
	color: #fff;	
	cursor:pointer;
}

.certlogo{
   width: 100vw;
    height: 345px;
    margin-bottom: 20px;
    padding: 20px;

}