body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
h4 {
	text-transform: uppercase;
	color:#007717;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
}
a {
	color: #999;
}
a:hover, a:focus {text-decoration: none;color:#5A9265;}
audio{display: none;width: 278px;margin: 15px 0 0 0;}
.phspc{ padding-left:18%; color:#888;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
}
.inner-section{ padding:40px 20px; min-height:370px;}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
ul li{ color:#222;}
hr {
	border-color: rgba(255,255,255,0.4);
}


.innerpage-top{ background:#fff !important;}

.innerpage-top .certificate{ color:#005812;}

.innerpage-top .certificate a{ color:#005812;}

.scroll{height:450px; overflow:auto;}

/* Navigation */
#menu1 {

	transition: all 0.8s;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.navbar-nav{ /*margin-top:46px;*/}

#menu.navbar-default {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #878d8f;
	font-weight: 700;
}
#menu a.navbar-brand i.fa {
	color: #88bb45;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
/*	letter-spacing: .5px;
*/	background-color:rgba(256,256,256,0.7);
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #1261d8;
}

#menu.navbar-default .navbar-nav > li > button {
	text-transform: uppercase;
	color: #000;
/*	letter-spacing: .5px;
*/	background-color:rgba(256,256,256,0.7);
  border:none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: #bcd34d;
    color: #005812;
	}
.dropdown-menu{
	
		padding:0;
	}
	
.fig{ padding:10px 0 0;}
.list-gap li{ padding:5px 0;}	

.on {
	background-color:rgba(256,256,256,1) !important;
	border-color: rgba(231, 231, 231, 0.5) !important;
	
/*	height:100px
*/}
.on li{color:#000000;}
.on li a{color:#005812;}
.on  .btn-default {color:#fff;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #1261d8 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #2B7937;
	border-color: #2B7937;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
.iso-certificate li{ display:inline-block; vertical-align:middle; }
.iso-certificate li:last-child{width: auto;}
.iso-certificate li img{ display:inherit !important; width:100%; cursor:pointer; padding-top:10px; }
.modal-body img{ width:100% !important;}
.certificate{ color:#000000; font-weight:700; padding:0 6px;}
.certificate a{ color:#005812; font-weight:700; padding:0 6px;}
header {
	background: url(../img/header-bg.jpg) no-repeat top center;
	background-size: 100%;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: #222;
	font-size: 18px;
	margin-bottom: 60px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	padding: 0 4px;
	border-radius : 2px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 261px /*170px*/;
}
.intro-text H1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #222;
	font-weight: 300;
}
.color {
	color: #1261d8;
	font-weight: 700;
	text-shadow: 5px 0 5px #fff;
}
.btn-default {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background-color: #1261d8;
	border: 0;
	font-size: 15px;
	margin:10px 0;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color:#ccc;
	color: #333;
}
/* About Section */
#about-section {
	padding:110px 0;
	background-color:#f4f5f4;
}
#about-section h2 {
	color: #05280c;
}
#about-section .section-title hr {
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#about-section i {
	float: left;
	display: block;
	margin-right: 15px;
	color: #1261d8;
	font-size: 54px;
}
#about-section p {
	color: #05280c;
	text-align:justify;
}
#about-section ul li{color: #05280c;}
/* Team Section */
#team-section {
	padding:110px 0;
	background-color: #fff;
}
#team-section ul li{ list-style:none; display:inline-block;}

.slide{ text-align:center;}

.section-title h2, .section-title.center h2 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 50px ;
	color: #05280c;
}
.section-title hr {
	height: 2px;
	width: 50%;
	float: left;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e5e5+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(227,229,229,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5e5', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
	border: 0;
	margin-bottom: 50px;
}
#dept-section .thumbnail{ min-height:inherit; background:#FAFCED;     border: 2px solid #1261d8;}
#dept-section .caption:hover{ color:#005812 /*BED450 */!important;}
#dept-section .thumbnail h5:hover{ color:#005812;}
#dept-section .caption a{ font-size:12px;}
#dept-section .caption a:hover{ background:#1261d8 !important; color:#ffffff;}

#team-section .item {
	padding: 0;
	margin: 15px;
}
#team-section .col-md-3{ width:20%}

.tech img {
    border: 1px solid #ccc;
    padding: 3px;
    width: 90%;
}

img.img-circle.team-img {
	width: 150px;
	/*height: 150px;*/
	border:3px solid #ccc;
	transition: all 0.5s;
	margin: 0 auto;
	box-shadow: -5px -5px #bad246;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #bad246;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #1261d8;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #1261d8;
}
/* Services Section */
#services-section {
	padding:110px 0;
	background-color: #eff1f1;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 36px;
	margin-bottom: 10px;
	transition: all 0.5s;
	color: #1261d8;
}
.service ul li{ background: url(../img/arrow.png) no-repeat left 8px; padding:2px 0 2px 15px}
.service ul li a{ color:#333;}
.service ul li a:hover{ color:#555;}

#testimonials {
	padding:110px 0;
	background-color: #FFFFFF;
}

#testimonials blockquote{ border:none;}

#testimonials blockquote .text-colr1{ padding:32px 20px 14px;}

/* Gallery Section 
==============================*/
/*#team-section {
	padding: 30px 0;
	background-color: #e1eab4;
}*/
#works-section h2 {
	color:#05280c;
}
#works-section .section-title hr {
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.categories {
	padding-bottom: 30px;
	text-align: right;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #64a9a0;
	border: 1px solid #e1eab4;
	padding: 4px 8px;
	border-radius: 4px;
}
ol.type li a.active {
	color: #1261d8;
	border: 1px solid #FFF;
	background-color: #e1eab4;
}
ol.type li a:hover {
	color: #1261d8;
	border: 1px solid #1261d8;
	background-color: #e1eab4;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 251px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 4% 20%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s; line-height:16px
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #1fb9b1;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #1fb9b1;
}
#client-section {
	padding:110px 0;
	background-color: #b6e891;
}

#client-section ul li{ list-style:none; display:inline-block; width:19%;}


#client-section .item {
/*	text-align:center;
*/	margin:5px
}
#client-section .item .thumb {
    cursor: pointer;
    float: left;
    padding: 0 5px;
    width: 100%;
}

#client-section .client-list ul{ margin:26px 0 0; padding:19px 0px; border:1px solid #fff; border-radius:4px;}
#client-section .client-list ul li{}
.client {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #fff;
    margin: 3px 23px;
    padding: 3px;
    width: 95%;
	
}
.client:hover{border:1px solid #BAD246;}
.each-client{ background:#FFF; padding:10px; border:1px solid #ccc; min-height:256px;}
.each-client img{ width:100%; border:1px solid #ccc;}
.each-client p{ margin-bottom:0;}
.client-div{ margin-bottom:10px;}
#client-section h3{ margin:10px 0 14px; text-align:left;}

#testimonials-section h2 {
	color: #05280c; margin:0; padding:0 0 10px;
}
#testimonials-section .section-title hr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#testimonials-section i.fa {
	color: #05280c;
	font-size: 36px;
}
#testimonial {
	padding: 0px 0;
}
#testimonial .img-circle {
	width: 100px;
	height: 100px;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto; padding:0 0 0 2px
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
	color:#05280c;
}
/* Contact Section */
#contact-section {
	padding:110px 0;
	background-color: #fff;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #1261d8;
	margin-right: 20px; font-size:35px
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: #fbfbfb;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #aaa;
	font-size: 16px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #86E2D5;
	border: 2px solid #86E2D5;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 10px 0;
	background-color: #222222;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #ffffff;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #ffffff;
}
/* Footer */
#footer {
	background-color: #222222;
	color: #ddd;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #999;
}
.text-colr1{ color:#05280c!important; font-size:13px!important;  margin:4px 0;}
.text-colr1 strong{ font-weight:bold; color:#1261d8!important;font-size:12px;line-height:15px}
.financial {background: #eee none repeat scroll 0 0;border: 3px solid #fff;padding: 5px 12px;}
.financial img{ width:100%}
.owl-wrapper-outer ul li{ 
    background: rgba(254,255,252,0.6);
/*    display: inline-block;
*/    font-size: 15px;
    list-style-position: inherit;
    margin: 5px;
    padding: 5px;
}
#advisory-board{padding:110px 0;background-color: #EFF1F1;}
#dept-section{padding:110px 0; background-color: #fff;}
#technology-section{ padding: 110px 0; background-color: #eff1f1;}
#department-section{ padding: 110px 0 0; background-color: #eff1f1;}
#international-tieups{padding:110px 0;}
#international-tieups .col-md-3{
    width: 20%;
}
.international-logo{ border:1px solid #B7B7B7;}
.international-logo:hover{ border:1px solid #CCDE77;}
.tech-table{border-right:1px solid #ccc; border-top:1px solid #ccc;border-left:1px solid #ccc}
.tech-table tr{}
.tech-table tr td{ padding:3px 5px; border-bottom:1px solid #ccc}
.alter{ background:#eee}
.right-bdr{border-right:1px solid #ccc;}
.img { margin:20px 0}
.img img{ width:90%; padding:3px; border: 1px solid #ccc}
#department-section h3{ background:#e1eab4 url(../img/arrow2.png) no-repeat 10px center ; padding:10px 10px 10px 20px; color:#056d1a; border-radius:4px }
#technology-section h3{ background:#e1eab4 url(../img/arrow2.png) no-repeat 10px center ; padding:10px 10px 10px 20px; color:#056d1a; border-radius:4px }
#technology-section .col-md-3{ width:20%; }
#technology-section .box-effect{ min-height:264px; padding:5px;}
#technology-section .box-effect:hover{ padding:5px; min-height:264px; background:rgba(186,210,70,0.3);
transition: all 0.9s ease 0.1s; box-shadow:0px 0px 4px 0px #666;}
#career-section{ padding:110px 0; background-color: #eff1f1;}
#career-section h3{ background:#e1eab4 url(../img/arrow2.png) no-repeat 10px center ; padding:10px 10px 10px 20px; color:#056d1a; border-radius:4px }
.panel a#logintop, .panel a#jointop {
	/*display: block;
	float: right;
	margin-right: 1px;
	padding: 2px 4px;*/
}

#carousel {
    margin-top: 20px;
}
.team{ text-align:center;}
#team-section .item .thumb {
    cursor: pointer;
    float: left;
    min-height: 320px;
    padding: 0 5px;
    text-align: center;
    width: 20%;
}
.carousel-control.left{background:none; width:inherit;}
.carousel-control.right{background:none; width:inherit;}




.box {
	width: 34%;
	height: auto;
	left: 38%;
	top: 15%;
	position: fixed;
	display: inline-block;
	padding:20px 15px 10px 15px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0, .4);
	text-align: center;
	border: 1px solid #b4b1b1;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s
}
.box p {color: #333;font-size: 16px;margin-bottom: 5px;}
.box input { width:100%; margin:0; border:1px solid #1261d8;padding:0 5px; font-size:13px; color:#1261d8; background:#f6fbdd; border-radius:5px}
.box label { float:left; margin:0 5px; font-size:10px;}
.box select { width:100%; margin:0; border:1px solid #1261d8;padding:0 5px; font-size:13px; color:#1261d8; background:#f6fbdd; border-radius:5px}
.box select:first-child{ color:#000;}
.box input[type="checkbox"]{ background:#1261d8!important; border-radius:5px; padding:8px 20px; color:#fff; width:5%!important; text-transform:uppercase}
.box input[type="submit"]{ background:#1261d8!important; border-radius:5px; padding:8px 20px; color:#fff; width:130px!important; text-transform:uppercase}
.overlay:target+.box {opacity: 1;visibility: visible}
.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}
.overlay:target {visibility: visible;opacity: 1}
.modal-header .close{ margin-top:-10px;}
.close {
	/*background-image: url(../img/cross.png) !important;height: 24px;width: 24px;position: absolute;right: -13px;text-align: center;text-decoration: none;top: -12px;*/}
.close:hover {-webkit-filter: brightness(50%)}
.intro-text h3 a{ color:#fff;}
.modal-content{ width:65%; margin:0 auto;}
.subscribe{ background:#005812; color:#fff; padding:5px 10px; border:1px solid #005812; cursor:pointer;}
.subscribe:hover{ background:#fff; color:#005812; border:1px solid #005812; }
.subscribe:focus{ color:#BAD246; }
#about-section .panel-heading{background:#005812; color:#fff; font-size:20px; }
.news-gap{ padding-left:5px;}

#about-section .panel-body{ font-size:13px;}
/*----------news scroll---------*/

.glyphicon{/* margin-right:4px !important;*/}

.pagination .glyphicon{margin-right:0px !important; /*override*/}

.pagination a{color:#555;}

.panel ul{padding:0px;margin:0px; list-style:none;}

.news-item{padding:4px 4px; margin:0px; border-bottom:1px dotted #555; }

/*----------Pop up end---------*/
.tech{ padding:12px 0;}
.txt-color-dark{ color:#05280c; font-weight:700;}


.ticker-headline {
/*  overflow: hidden;
  text-overflow: ellipsis;
*/  white-space: nowrap;
  padding: 10px 0;
  margin: 0;
  font-size: 18px;
}

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  padding-right: 50px;
  -webkit-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.addvisory-img {
    background: #EFF1F1 none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: 181px;
    object-fit: cover;
    padding: 3px;
    width: 70%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px;
}
.carousel.vertical .carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%;
}
.carousel.vertical .carousel-control.down {
  top: 50%;
  right: 0;
  bottom: 0;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel.vertical .carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel.vertical .carousel-control .icon-next:before {
  content: '\203a';
}


/*.active:{ color:#1261d8;}
*/


@media (min-width: 480px){
	.section-title h2, .section-title.center h2 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #05280c;
}
.space{ margin:5px 0 0 0}

	}


















/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/icons/grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}




/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	zoom: 1;
	padding: 0 1px;
	*display: inline;/*IE7 life-saver */
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	background: #444;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	margin-top: -30px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

 .owl-controls .owl-buttons div.owl-prev{
	left: 0;
    position: absolute;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

 .owl-controls .owl-buttons div.owl-next{
	right: 0;
	position: absolute;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i{
	font-size: 1.8em;
	color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
    position: absolute;
    text-align: inherit;
    top: 73px;
    width: 100%;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div{
	background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i{

	color: #666;
}

.touch-carousel.navigation-3 {
	padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 9px;
}

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
/*	background-color: #fff;
*/	margin-left: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
/*    border: 1px solid #ccc;
*/}

.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
	font-size: 2em;
	color: #005812;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i {
	color: #fff;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #000;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/* Styling Pagination*/

.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #0A95D8;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

#bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #444;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
#progressBar{
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/icons/ajaxloader.html) no-repeat center center
}


.center{    text-align: center;
    padding-bottom: 43px;}
.blue{color: #1261d8;}














