@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {

	width: 100%;

	height: 100%;

	font-family: 'Roboto', sans-serif;

	color: #454343;

	font-size: 14px;

	overflow-x: hidden !important;
	
	position:relative;

}

html {

	width: 100%;

	height: 100%;

}

header, section, footer, aside, nav, main, article, figure {

	display: block;

}

h1, h2, h3, h4, h5, h6 {

	margin: 0 0 12px;

	letter-spacing: 1px;

}

p {

	margin: 0 0 10px;

	font-size: 14px;

	line-height: 1.6em;

	color: #454343;

}

a {

	color: #000000;

	-webkit-transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	transition: all .2s ease-in-out;

}

a:focus {

	background:none !important;
	text-decoration:none !important;
	border:none !important;
	outline:none !important;
}

ul {

	list-style: none;

}

ul, li {

	margin: 0;

	padding: 0;

}

/*.form-group:last-child {

	margin-bottom: 0;

}*/

.narrow-container {

	max-width: 700px;

}

main > section {

	min-height: 100vh;

}

input:focus, select:focus, textarea:focus {

	border-color: #ff9f30;

}

.btn-default, .btn-negation:hover, .btn-negation:active {

	color: #fff;

	background-color: #ff7700;

	border-color: #ff7700;

}

.btn-negation, .btn-default:hover, .btn-default:active {

	background-color: #ffffff;

	border-color: #ff7700;

}

.button-container {

	margin-top: 15px;

	text-align: right;

}

.button-container button:not(:first-child) {

	margin-left: 15px;

}

.btn-primary.focus, .btn-primary:focus{

	background:#df5e00;

}

a:hover {

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	-o-transition: all 1s ease;

	-ms-transition: all 1s ease;

	transition: all 1s ease;

	text-decoration: none;

}

input::-webkit-input-placeholder {

color:#00a6df;

}

input:-moz-placeholder {

color:#00a6df;

}



/*Loader_css*/

.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.loader {

	position: fixed;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	z-index: 9999;

	background:url(../images/Preloader_2.gif) center no-repeat #fff;

}

/*Loader_css-end*/



/*scroll bottom-top*/

.back-to-top {

    cursor: pointer;

    position: fixed;

    bottom: 20px;

    right: 20px;

    display:none;

	background:#df5e00;

	border:none;

}

.back-to-top:hover{

	background:#000;

	color:#df5e00;

}

/*scroll bottom-top end*/



#header {

	width: 100%;

	background: #fff;

	position: relative;

	z-index: 1000;

}

.logo {

	margin: 18px 0 18px 15px;

	width: 388px;

	float:left;

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	-o-transition: all 1s ease;

	-ms-transition: all 1s ease;

	transition: all 1s ease;

}

.logo img {

	width: 100%;

	height: auto;

	display: block;

}

#about_sec {

	background: url(../images/abt_bg.png) no-repeat top center;

	background-attachment: fixed;

	background-size: cover;

	padding: 100px 0;

}

.abt_contents {

	padding-left: 3%;

}

.abt_contents h4 {

	font-size: 37px;

	font-weight: 500;

	color: #fff;

	padding-right: 7%;

}

.abt_contents aside {

	font-size: 20px;

	color: #fff;

	padding-right: 22%;

	margin-top: 37px;

}

.abt_contents p{
	color:#fff;
}

.abt-button {

	line-height: 50px;

	font-size: 18px;

	font-weight: 500;

	height: 50px;

	text-align: center;

	margin-top: 57px;

	width: 229px;

	cursor: pointer;

	border-radius: 4px;

}

.button-read {

	color: rgba(255,255,255,1);

	-webkit-transition: all 0.5s;

	-moz-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	border: none;

	background: #df5e00;

	position: relative;

}

.button-read a {

	color: #fff;

	text-decoration: none;

	display: block;

}

.button-read a:hover {

	color: #df5e00;

}

.button-read span {

	z-index: 2;

	display: block;

	position: absolute;

	width: 100%;

	height: 100%;

}

.button-read::before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 1;

	opacity: 0;

	background-color: #fff;

	border-radius: 4px;

	-webkit-transition: all 0.4s;

	-moz-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

	-webkit-transform: scale(1, 0.5);

	transform: scale(1, 0.5);

}

.button-read:hover::before {

	opacity: 1;

	-webkit-transform: scale(1, 1);

	transform: scale(1, 1);

	color: #df5e00

}

#our_partners {

	padding: 100px 0;

	background: #fff;

}

.nbs-flexisel-item img{
	
	/*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
	
    /*filter: grayscale(100%);*/
	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*.nbs-flexisel-item:hover img{
	filter:none;
}*/

.section_heading {

	font-weight: 300;

	font-size: 35px;

	color: #acacac;

	margin-bottom: 50px;

	text-align: center;

}

.logos-main {

	max-width: 900px;

	margin: 0 auto;

	overflow: hidden;

}

#our_values {

	background: url(../images/values_bg.jpg) no-repeat center top;

	background-attachment: fixed;

	background-size: cover;

	padding: 55px 0;

}

.section_heading2 {

	font-weight: 300;

	font-size: 35px;

	color: #fff;

	margin-bottom: 50px;

	text-align: center;

}

.center-border {

	border-left: 1px solid #fff;

	border-right: 1px solid #fff;

}

.value {

	min-height: 336px;

}

.value_icon {

	width: 119px;

	margin: 0 auto;

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	-o-transition: all 1s ease;

	-ms-transition: all 1s ease;

	transition: all 1s ease;

}

.value_icon h4 {

	font-size: 24px;

	font-weight: 500;

	color: #fff;

	margin: 34px 0;

}

.value_discrptn {

	font-size: 15px;

	color: #fff;

	padding: 0 7%;

}

.value:hover .value_icon h4 {

	color: #111111;

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	-o-transition: all 1s ease;

	-ms-transition: all 1s ease;

	transition: all 1s ease;

}

.value:hover .value_discrptn {

	color: #111111;

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	-o-transition: all 1s ease;

	-ms-transition: all 1s ease;

	transition: all 1s ease;

}

#footer_top {

	background: #055c95;

	padding: 50px 0;

}

.social_icon {

	position: relative;

	text-align: center;

	margin: 20px 0 0;

	-ms-transform: translate(0%, 0%);

	-webkit-transform: translate(0%, 0%);

	transform: translate(0%, 0%);

}

.social_icon h4 {

	font-weight: 300;

	font-size: 18px;

	color: #b9dcf3;

	text-transform: uppercase;

}

.social_icon a {

	color: #fff;

	font-size: 28px;

	border-radius: 4px;

	text-align: center;

	text-decoration: none;

	font-family: fontawesome;

	position: relative;

	display: inline-block;

	width: 40px;

	height: 52px;

	padding-top: 8px;

	margin: 0 10px;

	-o-transition: all .5s;

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	transition: all .5s;

	-webkit-font-smoothing: antialiased;

}

.social_icon a:hover {

	background: #fff;

	color: #08619c;

}

.social_icon a span {

	color: #666;

	position: absolute;

	font-family: sans-serif;

	bottom: 0px;

	left: -25px;

	right: -25px;

	padding: 5px 7px;

	z-index: -1;

	font-size: 14px;

	border-radius: 2px;

	background: #fff;

	visibility: hidden;

	opacity: 0;

	-o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	-moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.social_icon a span:before {

	content: '';

	width: 0;

	height: 0;

	border-left: 5px solid transparent;

	border-right: 5px solid transparent;

	border-top: 5px solid #fff;

	position: absolute;

	bottom: -5px;

	left: 40px;

}

.social_icon a:nth-of-type(1):before {

	content: '\f09a';

}

.social_icon a:nth-of-type(2):before {

	content: '\f099';

}

.social_icon a:nth-of-type(3):before {

	content: "\f16d";

}

.social_icon a:nth-of-type(4):before {

	content: '\f08c';

}

.social_icon a:nth-of-type(5):before {

	content: "\f16a";

}

.ftr_menu {

	margin: 18px 0 43px 0;

	padding: 0;

	text-align: center;

	border-top: 2px solid #034e7f;

	border-bottom: 2px solid #034e7f;

	padding: 28px 0;

}

.ftr_menu li {

	display: inline-block;

	vertical-align: top;

	list-style: none;

	text-decoration: none;

}

.ftr_menu li a {

	padding: 0 15px;

	color: #b9dcf3;

	font-size: 14px;

	line-height: 25px;

}

.ftr_menu li a:hover {

	color: #fff;

}

.rgt_rsrved {

	text-align: right;

	color: #fff;
	
	margin-top:22px;

}

#footer_bottom {

	background: #fff;

	padding: 15px 0;

	color: #525252;

	text-align: center;

}





/*inner*/

.inner_banner{

/*	border:1px solid #e1e1e1;

	padding:1%;*/

}

.inner_heading{

	border-bottom: 1px solid #e1e1e1;

	padding: 30px 0;

	font-size: 40px;

	font-weight: 300;

	text-align: center;

	color: #414141;

}

.inner_discrptn {

    overflow: hidden;

	padding:50px 0 80px;

	border-bottom: 1px solid #e1e1e1;

}

.inner_L{

	text-align:center;

	color:#454343;

	line-height:24px;

	font-size:14px;

}

.inner_L h4{

	font-size:21px;

	line-height:28px;

	color:#626262;

	margin-bottom:30px;

	font-weight:300;

	padding:0 8%;

}

.inner_L aside{

	padding:0 8%;

}

.inner_R ul {

	margin:0; 

	padding:0; 

	list-style:none;

}

.inner_R ul li a{

	color:#454343;

	font-size:14px;

	font-weight:400;

	line-height:41px;

	text-decoration:none;

	display:block;

	border-bottom:1px solid #EDEDED;

	padding-left:18px;

	-webkit-transition: all .4s ease-in-out;

  	-moz-transition: all .4s ease-in-out;

	-ms-transition: all .4s ease-in-out;

	transition: all .4s ease-in-out;

}

.inner_R ul li a span{

	margin-left:10px;

}

.inner_R ul li a:hover{

	padding-left:28px;

	color:#df5e00;

}

.inner_R ul li:hover{

	background:url(../images/list_over_bg.jpg) repeat-x center left;

	background-position:0px 4px;

}



#vision_mision {

	margin-top: 50px;

}

.v_M-section{

	

	padding:2%;

	min-height:500px;

	box-shadow: 0px 15px 10px -15px #111;

	background:#f9f9f9;

}

.hovicon {

    display: inline-block;

    font-size: 45px;

    line-height: 90px;

    cursor: pointer;

    margin: 20px;

    width: 90px;

    height: 90px;

    border-radius: 50%;

    text-align: center;

    position: relative;

    text-decoration: none;

    z-index: 1;

    color: #fff;

	

}

.hovicon.auto-width {

    width: auto;

    height: auto;

    padding: 15px;

}

.hovicon:after {

    pointer-events: none;

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    content:'';

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}

.hovicon:before {

    speak: none;

    font-size: 48px;

    line-height: 90px;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    display: block;

    -webkit-font-smoothing: antialiased;

}

/* Effect 1 */

 .hovicon.effect-1 {

    background: #34d598;

    -webkit-transition: background 0.2s, color 0.2s;

    -moz-transition: background 0.2s, color 0.2s;

    transition: background 0.2s, color 0.2s;

}

.hovicon.effect-1:after {

    top: -7px;

    left: -7px;

    padding: 7px;

    box-shadow: 0 0 0 4px #34d598;

    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;

    -webkit-transform: scale(.8);

    -moz-transition: -moz-transform 0.2s, opacity 0.2s;

    -moz-transform: scale(.8);

    -ms-transform: scale(.8);

    transition: transform 0.2s, opacity 0.2s;

    transform: scale(.8);

    opacity: 0;

}

/* Effect 1a */

 .v_M-section:hover .sub-a {

    background: #f9f9f9;

    color: #34d598;

}

.v_M-section:hover .sub-a i {

    color: #41ab6b;

}

.v_M-section:hover .sub-a:after {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    opacity: 1;

}

.VM-discrptn h4{

	color:#41ab6b;

	font-weight:500;

	font-size:18px;

}

.VM-discrptn aside span{

	color:#41ab6b;

	font-weight:bold;

}

.head_line {

    width: 100px;

    height: 1px;

    background: #41ab6b;

    margin: 14px auto;

}











.cntent_right2 {

    font-size: 15px;

    line-height: 26px;

    /*font-family: 'RobotoRegular';*/

    color: #464646;

    text-align: justify;

    /* padding: 0 0 0 0 !important; */

}

.contact-box {

    font-size: 14px;

    /*background: #f7f7f7 none repeat scroll 0 0;*/

    padding: 20px;

    line-height: 20px;

    /*height: 368px;

    font-family: 'RobotoRegular';*/

}

.contact-category {

    /*font-family: 'RobotoMedium';*/

    color: #214263;

    font-weight: bold;

    font-size: 15px;

    text-transform: uppercase;

    margin: 17px 0 4px;

}

.address {

    background: url(../images/locatio_icn_19.png) no-repeat 2px 9px;

    /* width: 75%; */

    padding-left: 22px;

    line-height: 25px;

}

.telphone {

    background: url(../images/tele_icn.png) no-repeat 0px 4px;

    padding-left: 23px;

    margin: 5px 3px;

}

.fax {

    background: url(../images/fax_icn.png) no-repeat 2px 4px;

    padding-left: 23px;

    margin: 5px 0;

}

.email {

    background: url(../images/msg_icn.png) no-repeat 2px 4px;

    padding-left: 23px;

    margin: 5px 0;

}

.cntent_left2 {

    padding: 0 0 0 4% !important;

}

#enqry_form{
	margin-top:50px;
	border:1px solid #ccc;
	border-radius:4px;
	padding:30px;
}
  textarea.form-control{
	  max-height:182px;
  }
  #btnContactUs {
    margin-top: 30px;
}
#enqry_form h4{
	margin-bottom:30px;
	color:#055c95;
}