@font-face {
    font-family: 'Arvo-Regular';
    src: url('../fonts/Arvo-Regular.ttf');
}
@font-face {
    font-family: 'Arvo-Bold';
    src: url('../fonts/Arvo-Bold.ttf');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'mtcorsva';
    src: url('../fonts/mtcorsva.ttf');
}
body {
    width: 100%;
    height: 100%;
    font-family:'OpenSans-Regular';
    color: #666;
    font-size:15px;
    background-color:#fff;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
    line-height:24px;
	
}
html {
    width: 100%;
    height: 100%;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
b{
	font-family:Arvo-Regular;
	font-weight:normal;
}
.sliderbg .carousel-indicators {
	bottom: -40px;
}
.gandhi {
	font-family: mtcorsva;
	font-size: 24px;
	color: #777777;
	line-height: 33px;
	text-align: justify;
	margin-bottom:20px;
}
.navbar-default {
	background-color:transparent;
	border-color:transparent;
	padding:0px;
}
.navbar-brand > img {
	display: block;
	margin-top: 0px;
}
.navbar-brand {
	float: left;
	height:auto;
	padding-left:15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom:0px;
	border: 1px solid transparent;
	clear:both;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color:transparent;
	border-bottom:2px solid #f9c302;
	color:#1d2754;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 34px 17px 12px 17px;
	font-family:OpenSans-Bold;
	font-size:15px;
	color:#666666;
}
.contact_no{
	float:right;
	width:19%;
	margin:16px 0px;
	padding:10px 0px;
	border-left:1px solid #dddddd;
	
}
.contact_no img{
	float:left;
	margin:4px 7px 0px 20px;
}
.contact_no h3 {
	font-family: OpenSans-Regular;
	font-size: 13px;

	padding-bottom:5px;

	margin: 0;
}
.contact_no h2 {
	font-family: OpenSans-Regular;
	font-size: 14px;

	float: left;
	display: block;
	margin: 0;
}
.navbar-left {
	float: left !important;
	margin-left: 10%;
}
.carousel-caption p{
	font-family:Arvo-Bold;
	font-size:24px;
	color:#fff;
	line-height:36px;
}
.downbtn {
	margin: 0 auto;
	float: left;
	text-align: center;
	width: 100%;
	position: relative;
	top: -16px;
}

#products {
	background: url('../image/section1_bg.png')no-repeat center top;
	width: 100%;
	float: left;
	padding: 90px 0px 100px;
	margin-top: -31px;
	background-size:cover;
}
.productbtn{
	font-family:OpenSans-bold;
	font-size:15px;
	background:#373737;
	padding:12px;
	float:left;
	text-transform:uppercase;
	color:#fff;
}
.heading h3{
	font-family:Arvo-Regular;
	font-size:45px;
	color:#373737;
	padding-left:22px;
	border-left:3px solid #dcdcdc;
}
.btn-more::before {
    border-left: 0px solid #dd042b;
    border-right: 23px solid #dd042b;
    border-bottom: 48px solid transparent;
    margin: -5px 0 0 16px;
    top: 46%;
    bottom: 0;
    right: 182px;
    z-index: 1;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    float: right;
}
.btn-more {
	float: right;
	background: #dd042b;
	width: 167px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-family: OpenSans-bold;
	text-transform: uppercase;
	padding-top: 13px;
	margin-top: 30px;
	
	
}
.btn-more:hover {
color:#f7f7f7;
}
.btn-more:focus {
color:#fff;
}
.prduct{
	text-align:center;
	margin:20px 0px;
	min-height:164px;
}
.prduct p{
	font-family:OpenSans-Bold;
	font-size:16px;
}
.testimonial{
	width:100%;
	clear:both;
	float:left;
	background:#fff;
	margin-top:15px;
	
}
.owl-carousel .owl-item img {
	display: block;
	width:auto;
	-webkit-transform-style: preserve-3d;
	margin:0 auto;
	text-align:center;
	border:1px solid #ddd;
}
.headding{
	font-size:24px;
	font-family:Arvo-Bold;
	color:#000;
	margin-bottom:50px;
}
.owl-nav{
	font-size:0px;
}
#aboutus{
	float:left;
	width:100%;
	min-height:638px;
	clear:both;
	overflow:hidden;
	background:url('../image/section3_bg.png')no-repeat center top;
	padding:50px 0px;
	background-size:cover;
}

.heading h3 span{
	font-family:Arvo-Bold;

}
.abtus p {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
	line-height: 26px;
	margin: 0px;
}
.btn-moree::before {
	border-left: 23px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 47px solid transparent;
	margin: -5px 0 0 16px;
	bottom: 0;
	bottom: 0;
	left: 166px;
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	float: left;
}
.btn-moree::after {
	content: '';
	width: 3px;
	height: 20px;
	background: #ffb704;
	display: block;
	position: relative;
	top: -22px;
	left: 20px;
}
.btn-moreee {
	float: left;
	background: #ffb802;
	width: 167px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-family: OpenSans-bold;
	text-transform: uppercase;
	padding-top: 13px;
	margin-top: 30px;
	
	
}
.btn-moreee:hover{
	color:#fff;
}

.btn-moree:hover {
color:#ffb600;
}
.btn-moree:focus {
color:#ffb600;
}
.textt {
	text-align: center;
	position: relative;
	top: 162px;
	left: 98px;
	right: 0;
	bottom: 0;
	width: 20%;
	margin: 0 auto;
}
.textt h3{
	font-family:Arvo-Regular;
	font-size:36px;
	color:#ffb600;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.textt h2{
	font-family:OpenSans-Bold;
	font-size:58px;
	color:#333;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
#service{
	background:url('../image/sectionb3_bg.png')no-repeat center top;
	width:100%;
	float:left;
	clear:both;
	overflow:hidden;
	min-height:636px;
	padding:62px 0px;
	background-size:cover;
}
.points {
	font-family: OpenSans-Bold;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	list-style: none;
	padding-left: 0px;
}
.points li {
	line-height: 42px;
}
.points li img{
	margin-right:10px;
}
.srvicimg img{
	float:right;
}

#clients{
	float:left;
	width:100%;
	clear:both;
	overflow:hidden;
	background:url('../image/bg.png')no-repeat center top;
	padding:56px 0px;
	background-size:cover;
}
.ovrclient h3{
	font-family:Arvo-Regular;
	font-size:30px;
	color:#000;
	margin:0px;
	padding-left:17px;
	border-left:3px solid #000;
}
.ovrclient{
	
	padding:0px;
}
.brnds {
	text-align: center;
	width: auto;
	height: 71px;
	margin: 40px 0px;
	
}
.brnds img{
	margin:0 auto;
}
.btn-moree::before {
	border-left: 23px solid #ffb802;
	border-right: 0px solid #ffb802;
	border-bottom: 47px solid transparent;
	margin: -5px 0 0 16px;
	bottom: 0;
	bottom: 0;
	left: 166px;
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	float: left;
}
.btn-moree::after {
	content: '';
	width: 3px;
	height: 20px;
	background: #fff;
	display: block;
	position: relative;
	top: -22px;
	left: 20px;
}
.btn-moree {
	float: left;
	background: #ffb802;
	width: 167px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-family: OpenSans-bold;
	text-transform: uppercase;
	padding-top: 13px;
	margin-top: 30px;
	
	
}
.btn-moree:hover {
color:#fff;
}
.btn-moree:focus {
color:#fff;
}

.sliderbg {
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px;
	border: 1px solid #ddd;
	min-height: 349px;
	margin-top:30px;
		-webkit-box-shadow: -1px 0px 15px -4px rgba(150,150,150,0.09);
-moz-box-shadow: -1px 0px 15px -4px rgba(150,150,150,0.09);
box-shadow: -1px 0px 15px -4px rgba(150,150,150,0.09);
}
.testbg {
	padding: 10px 20px;
	background: #f3f3f3;
	border-radius: 8px;
}
.testbg p {
	line-height: 24px;
	color: #777;
	font-family: OpenSans-Regular;
	font-size: 14px;
}
.testbg::before {
	border-left: 23px solid #f3f3f3;
	border-right: 0px solid #f3f3f3;
	border-bottom: 22px solid transparent;
	margin: -5px 0 0 16px;
	top: 103%;
	bottom: 0;
	left:51px;
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	float: left;
}
.test-name{
	width:80%;
	float:left;
}
.test-name img{
	margin-left:20px;
	margin-top:30px;
	margin-right:10px;
	float:left;
}
.test-name h2{
	font-family:OpenSans-Bold;
	font-size:16px;
	color:#000;
	margin:0;
	padding-top:46px;
	display:block;
}
.test-name p{
	font-family:OpenSans-Regular;
	font-size:16px;
	color:#777;
	margin:0;
	
}



#clients .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #000;
	border:0;
	border:0;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color:#cdcdcd;
	border: 1px solid #fff;
	border-radius: 10px;
}

#footer_content{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #183883;
	padding:37px 0px;
}
.cntr {
	font-family: OpenSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	padding: 0px 0px;
	margin-top: 20px;
}
.social-icons {
    float: right;
    width: 70%;
	text-align:center;
}
.social-icons a {
    width: 40px;
    height: 40px;
    background-color: #ddd;
    border-radius: 50px;
    padding: 6px;
    float: left;
    margin-right: 7px;
	
}
.social-icons a:hover {
    width: 40px;
    height: 40px;
    background-color: #FFB802;
    border-radius: 50px;
    padding: 6px;
    float: left;
    margin-right: 7px;
	
}
.certi-1 img:hover {
	background: #ecae17;
	    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
.brdr{
	border-right:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;	
}
.forms_bt{
	padding:0px 0px 20px;
}
.forms_btn{
	border-top:2px solid #e5e5e5;
}
.forms_btn::a {
	width: 103px;
	height: 2px;
	display: block;
	background-color: #ffb802;
	content: '';
	float: none;
	margin: 0px auto;
	text-align: center;
	position: relative;
	
	bottom: 80px;
}
.footer_head::after {
	width: 103px;
	height: 2px;
	display: block;
	background-color: #ffb802;
	content: '';
	/* float: left; */
	/* margin: 9px auto; */
	text-align: center;
	margin-top: 13px;
}
.footrcontent h3 {
	font-family:OpenSans-bold;
	font-size:16px;
	color:#777;
	text-transform:uppercase;
	margin:0px;
}

.footrcontent ul
{
	float:left;
	margin-top:20px;
	font-family:OpenSans-Regular;
	font-size:15px;
	padding-left:0px;
	list-style:none;
}
.footrcontent ul li a {
	background: url('../image/right_arrow.png')no-repeat left 6px;
	padding-left: 12px;
	line-height: 34px;
	color:#666;
}
.address{
	width:100%;
	float:left;
	text-align:left;
	margin-top:20px;
}
.address img{
	float:left;
	margin-top:2px ;
}
.address p {
	font-family: OpenSans-Regular;
	font-size: 15px;
	float: left;
	width: 90%;
	padding-left: 6px;
	line-height: 29px;
	margin: 0;
}
.foem{
	margin-top:25px;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	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;
	margin-bottom:20px;
}
textarea.form-control {
	height: 111px;
	margin-bottom:0px;
}
.btn-smbit {
	width: 100%;
	text-align: center;
	background: #ffb802;
	color: #fff;
	float: left;
	padding: 10px 0px;
	margin-top: 18px;
	font-family:OpenSans-bold;
	font-size:16px;
	
}
.btn-smbit:hover{
	color:#fff;
}
.last-footer{
	font-family:OpenSans-Regular;
	color:#333;
	font-size:14px;
	background:#e5e5e5;
	width:100%;
	float:left;
}
.last-footer p{
	margin:0px;
	padding:15px 0px;
	font-family:OpenSans-Regular;
	color:#333;
	font-size:14px;
}


/* about us */
.banneer{
	width:100%;
	float:left;
	background:url('../image/aboutbg.png')no-repeat center top;
	text-transform:uppercase;
	background-size:cover;
}
.banneer2{
	width:100%;
	float:left;
	background:url('../image/inquiry.png')no-repeat center top;
	text-transform:uppercase;
	background-size:cover;
}
.banneer3{
	width:100%;
	float:left;
	background:url('../image/contact_bg.png')no-repeat center top;
	text-transform:uppercase;
	background-size:cover;
}
.banneer4{
	width:100%;
	float:left;
	background:url('../image/products.png')no-repeat center top;
	text-transform:uppercase;
	background-size:cover;
}
.banner-txt{
	font-family:Arvo-Regular;
	font-size:30px;
	color:#fff;
	text-align:center;
	padding:134px 0px;
}
.aboutus{
	width:100%;
	float:left;
	margin:38px 0px 10px;
}
.head-content h2{
	font-family:Arvo-Bold;
	font-size:24px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	margin:0px;
	line-height:30px;
}
.head-content h2 span{
	color:#1a2655;
}
.line:after{
	content:'';
	display:block;
	width:60px;
	height:2px;
	margin:24px auto;
	background:#1a2655;
}
.head-content p{
	font-family:OpenSans-Regular;
	font-size:16px;
	color:#3e3e3e;
	text-align:center;
}
.abt-section{
	margin:50px 0px 0px;
}
.grey-clr {
	background: #f4f4f4;
	padding: 30px 0px 10px;
}
.abt-section p {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	margin: 0;
	margin-bottom: 20px;
	text-align: justify;
}
.abt-section img{margin:0 auto;}

#certificate{
	width:100%;
	float:left;
	overflow:hidden;
	background:url('../image/bg2.png')no-repeat center top;
	padding:60px 0px;
	background-size:cover;
}
.box1{
	background:#fff;
	padding:35px 17px;
	text-align:center;
	width:100%;
	border:1px solid #f0f0f0;
}
.box1 h2{
	font-family:OpenSans-bold;
	font-size:16px;
	color:#000;
	margin:10px 0px;
	line-height:24px;
}
.box1 p{
	font-family:OpenSans-Regular;
	font-size:13px;
	color:#777777;
	margin:32px 0px 0px;
}
#quality{
	padding: 60px 0px;
    background: url('../image/qualitybg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
	width:100%;
	float:left;
}
#quality:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a2655;
    opacity: .8;
    z-index: -1;
}
#quality h3{
	font-family:OpenSans-Regular;
	font-size:35px;
	color:#fff;
	line-height:50px;
	margin:0px;
	text-align:right;
}
.certi-1 {
	width: 33%;
	float: left;
	margin-top: 46px;
	vertical-align: middle;
}
.certi-1 img{
	border:2px solid #ecae17;
	padding:15px;
	float:left;
		    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
.certi-1 h4 {
	font-family: OpenSans-Regular;
	font-size: 20px;
	color: #fff;
	width: 75%;
	padding-left: 15px;
	float: left;
	line-height: 30px;
	margin: 0;
}
.project{
	float:left;
	width:100%;
	background:url('../image/project1.png')no-repeat center top;
	padding:15px 0px 20px;
	background-size:cover;
	
}
.project h3{
	font-size:28px;
	font-family:OpenSans-Regular;
	color:#fff;
	text-align:center;
	line-height:39px;
	text-transform:uppercase;
}
.inquiry-form{
	float:left;
	width:100%;
}
.inquiry-form .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 100%;
}
.inquiry-form  .form-control {
	display: block;
	width: 100%;
	height: 45px;
	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;
	margin-bottom: 13px;

	font-size:OpenSans-Regular;
}
.inquiry-form   textarea{
	height:102px!important;
}
.inquiry-form  button, input, select{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	border:1px solid #f0f0f0;
	font-family:OpenSans-Regular;
	font-size:14px;
	height:46px;
	padding-left:10px;
	color:#333;
	margin-bottom:10px;
}
.paddinleft{padding-left:0px;}
.btn-submit {
	text-align: center;
	width: 100%;
	background: #01305e;
	float: left;
	color: #fff;
	padding: 10px 0px;
}
.btn-submit:hover {
	color: #fff;
}
.btn-submit:focus {
	color: #fff;
}
.aboutus1 {
	width: 100%;
	float: left;
	margin: 38px 0px 38px;
}
.mrgntp{
	margin:40px 0px;
}
.addres_contact h2{
	font-family:Arvo-Bold;
	font-size:24px;
	color:#1a2655;
	margin:0px;
}
.address1{
	width:100%;
	float:left;
	text-align:left;
	margin-top:15px;
}
.address1 img{
	float:left;
	margin-top:2px ;
}
.address1 p {
	font-family: OpenSans-Regular;
	font-size: 15px;
	float: left;
	width: 90%;
	padding-left: 10px;
	line-height: 29px;
	margin: 0;
	color:#000;
}
.form-group .error {
    color: red;
    font-size: 13px;
    margin-top: -25px;
}
#map_content{
	width:100%;
	float:left;
	margin:20px 0px 50px;
}
#tabss .nav-tabs > li {
	float: none;
	margin-bottom: -1px;
	display: block;
		background:#f8f8f8;
		margin-bottom:10px;
		border-left:5px solid #1a2655;
}
#tabss .nav > li > a {
	position: relative;
	display: block;
	padding:16px 22px;
	font-family:OpenSans-Regular;
	font-size: 16px;
	color:#1a2655;
	text-transform:uppercase;
	border:none;
}
#tabss .nav-tabs > li.active {
	float: none;
	margin-bottom: -1px;
	display: block;
		background:#1a2655;
		margin-bottom:10px;
		border-left:5px solid #ecae17;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	    color: #fff;
    cursor: default;
    background-color:transparent;
    border:none;
    border-bottom-color: transparent;

}
.tab-content{
	max-height:1234px;
	padding-right:10px;
	width:100%;
	float:left;
	overflow-x:hidden;
}

#tabss .nav > li.active a {
color:#fff;
border:none;
}
.top-image{
	position:relative;
	width:100%;
	float:left;
}
.details-item{
	position:absolute;
	width:100%;
	bottom:40px;
}
.left-cntent h2{
	font-family:OpenSans-Regular;
	font-size:15px;
	color:#fff;
	background:#000;
	padding:5px 10px;
	text-transform:uppercase;
	margin:0px;
}
.left-cntent h2 span{
	font-weight:bold;
}
.right-cntent{
	background:#242c52;
	padding:20px;
}
h2.headd{
	font-family:OpenSans-Bold;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	margin:0px;
}
h2.headd:after{
	content:'';
	display:block;
	width:250px;
	height:1px;
	background:#fff;
	margin:10px 0px;
}
.right-cntent ul{
	list-style:none;
	float:left;
	padding:0px;
	color:#fff;
	font-size:16px;
}
.right-cntent ul li img{
	margin-right:8px;
}
.right-cntent ul li{
	line-height:30px;
}
.left-cntent{
	position:absolute;
	bottom:0;
}
.content-list p{
	font-family:OpenSans-Regular;
	font-size:15px;
	color:#a4a4a4;
	text-align:justify;
	margin:0px;
	margin-bottom:20px;
}
.m_top2 tr th{
	background:#1a2655;
	text-align:center;
	color:#fff;
	font-family:OpenSans-Regular;
	font-size:16px;
	font-weight:normal;
	width:155px;
}
.m_top2 tr td{
	color:#1a2655;
	text-align:center;
}
.company-logo img{
	border:1px solid #ddd;
	padding:10px;
	margin-right:10px;
	margin-top:10px;
}
#tabss{
	width:100%;
	float:left;
	margin:30px 0px;
}
#tabsss{
	width:100%;
	float:left;
	margin:30px 0px;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.btn-moree::before {
	border-left: 23px solid #fff;
	border-right: 0px solid #ffb802;
	border-bottom: 47px solid transparent;
	margin: -5px 0 0 16px;
	bottom: 0;
	bottom: 0;
	left: 166px;
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	float: left;
}
.btn-moreee::before {
	border-left: 23px solid #ffb802;
	border-right: 0px solid #ffb802;
	border-bottom: 47px solid transparent;
	margin: -5px 0 0 16px;
	bottom: 0;
	bottom: 0;
	left: 166px;
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	float: left;
}
#tabss .inquiry-form textarea {
	height:45px!important;
}
#tabss .inquiry-form h3 {
	font-family: OpenSans-Regular;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	margin-top: 0;
}
#tabss .btn-submit {
	text-align: center;
	width: auto;
	background: #01305e;
	float: left;
	color: #fff;
	padding: 10px 50px;
}
#tabss .btn-submit:hover {
	color:#fff;
	background: #d99e1a;

}

.calculator-bg {
	float: none;
	width: 450px;
	padding: 30px 30px;
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	box-shadow: 0 0 8px #888;
	margin: 0 auto;
	text-align:center;
	display:inline-block;
}
.form-group{
	float:left;
	width:100%;
}
.form-group label {
	float: left;
	line-height: 38px;
	text-align :left;
	font-weight:normal;
	font-family:14px;
}
.form-group  select.form-control{
	width:100%;
	height:40px;
	
}
.form-group input.form-control {
	width: 100%;
	margin-bottom: 20px;
	height:40px;
}
.calculator-bg .label-success {
	display: inline;
	font-weight: bold;
	padding:10px 0px;
	color: #333;
	font-size:15px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0px;
	width: 100%;
	float: left;
	margin: 20px 0px 0px;
	border: 1px solid #ddd;
	min-height: 40px;
	background-color: #fff;
}










@media (min-width:1601px) and (max-width:1800px){
	.container{
		width:1300px;
	}

}

@media (min-width:1501px) and (max-width:1600px){
	.container{
		width:1250px;
	}
}
@media (min-width:1400px) and (max-width:1500px){
	.container{
		width:1200px;
	}
}
@media (min-width:1200px) and (max-width:1399px){
	.container{
		width:1200px;
}
.textt {
	top: 162px;
	left: 100px;
}
.box1 {
	background: #fff;
	padding: 35px 17px;
	text-align: center;
	width: 100%;
	border: 1px solid #f0f0f0;
	height: 287px;
}
}
@media (min-width:1301px) and (max-width:1399px){
.textt {
	text-align: center;
	position: relative;
	top: 171px;
	left: 95px;
	right: 0;
	bottom: 0;
	width: 20%;
	margin: 0 auto;
}
.social-icons {
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.certi-1 h4 {
	font-family: OpenSans-Regular;
	font-size: 20px;
	color: #fff;
	width: 74%;
	padding-left: 15px;
	float: left;
	line-height: 30px;
	margin: 0;
}

}
.vision-about{
	float:left;
	width:100%;
}
.vision-about h3{
	font-size:16px;
	font-family: OpenSans-Bold;
	margin:10px 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #777;
	background-color: transparent;
}
.dropdown-menu > li > a {
	display: block;
	padding: 7px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ecae17;
}
ul.industries {
	font-family: OpenSans-Regular;
	font-size: 14px;
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	border: 1px solid #ddd;
	padding: 20px 30px;
	border-radius: 5px;
	border-top: 3px solid #1a2655;
}
ul.industries li {
	color: #000;
	font-size: 15px;
	line-height: 21px;
}
ul.industries li i {
	color: #1a2655;
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 10px;
	vertical-align: middle;

}
.mrgin-redu{
	margin:30px 0px;
}
.top-header{
	width:100%;
	float:left;
	background:#f2f2f2;
	padding:8px 0px;
}
.top-header a {
	float: right;
	padding-right: 15px;
	font-size: 14px;
	color: #1a2655;
}
.top-header a i{
	padding-right:5px;
	color:#1a2655;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: auto;
	left: 0;
}





@media (min-width:300px) and (max-width:500px){
	.container{
		width:auto;
}
.top-header a {
	float: right;
	padding-right: 15px;
	font-size: 11px;
	color: #1a2655;
}
	.navbar-brand  img {
		width: 170px;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top:0;
	border:0;
	border-left: 5px solid #ecae17 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
	background:#1a2655!important;
	color:#fff;
	
}
h2.resp-accordion {
	font-size: 16px;
	border: 1px solid #transparent !important;
	border-top: 0px solid #transparent !important;
	margin: 10px 0px;
	padding: 10px 15px;
}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color:transparent;
}
	.navbar-default .navbar-toggle {
		border-color:transparent;
}
	.navbar-toggle {
		margin-top: 14px;

}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #01305e;
}
.navbar-left {
	float: none;
	margin-left: 0px;
	width: 100%;
}
.nav > li > a {
	padding: 15px 17px 12px 15px;
}
.contact_no {
	width: 100%;
}
.heading h3 {
	font-size: 30px;
}
#products {
	background-size:cover;
	overflow:hidden;
	padding: 49px 0px 55px;
}
.btn-more::before {
	margin: 30px 0 0 16px;
	border-bottom: 46px solid transparent;
}
.prduct  img{
margin: auto;	
}
#aboutus {
	background-size: cover;
	overflow:none;
}
#service {
	background: url('../image/sectionb3_bg.png')no-repeat center top;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	/* min-height: 636px; */
	padding: 62px 0px;
	background-size: cover;
}
.btn-moree::before {
	border-left: 23px solid #fff;
	border-right: 0px solid #ffb802;
	border-bottom: 47px solid transparent;
	margin: -5px 0 0 16px;
	bottom: 0;
	bottom: 0px;
	left: 166px;
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	float: left;
}
#clients {
	background-size: cover;
}
.brdr {
	border-bottom: 1px solid #f2f2f2;
	border-left: none;
	border-right:none;
}
.last-footer p {
	margin: 0px;
	padding: 5px 0px;
	font-family: OpenSans-Regular;
	color: #333;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.textt {
	text-align: center;
	position: relative;
	top: 27px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.textt h2 {
	font-family: OpenSans-Bold;
	font-size: 38px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.textt h3 {
	font-family: Arvo-Regular;
	font-size: 26px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.brnds {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 40px 0px;
}
.margntop{
	margin-top:20px;
}
#clients .carousel-indicators {
	position: absolute;
	bottom: -26px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.testbg::before {
	top: 100%;

}
.cntr {
	padding: 20px 30px;
	text-align: center;
}
.social-icons {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px auto;
	overflow: hidden;
	display: block;
}
.forms_bt {
	padding: 0px 0px 0px;
}
.social-icons a {
	width: 44px;
	height: 44px;
	background-color: #ddd;
	border-radius: 56px;
	padding: 7px;
	float: none;
	margin-right: 7px;
	display: inline-block;
}
.address p {
	width: 89%;

}
.carousel-caption {
	right: 3%;
	bottom: 10px;
	left: 3%;
}
.carousel-caption p {
	font-family: Arvo-Bold;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.headding h2{
	font-size:20px;
}
.headding {
	margin-bottom: 27px;
}
.project {
	background-size: cover;
}
.box1 {
	margin-bottom: 20px;
}
#certificate {
    background-size: cover;
}
.certi-1 {
	width: 100%;
}
.address1 p {
	width: 87%;

}
.table-responsive > .table {
	margin-bottom: 15px;
	border:1px solid #ddd;
}
.m_top2 tr th {
	width: 89px;
}
.details-item {
	position: relative;
	width: 100%;
	bottom: 0px;
	float: left;
	background:#242c52;
}
.left-cntent {
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
.right-cntent {
	background: #242c52;
	padding: 20px;
	width: 100%;
	float: right;
	margin-top: 23px;
}
h2.resp-accordion {
	font-size: 16px;
	border: 1px solid #transparent !important;
	border-top: 0px solid #transparent !important;
	margin: 10px 0px;
	padding: 15px 15px;
	text-transform: uppercase;
	background:#242c52 !important;
	color:#fff;
}
.social-icons a:hover {
	width: 44px;
	height: 44px;
	background-color: #FFB802;
	border-radius: 50px;
	padding: 7px;
	float: none;
	margin-right: 7px;
	display: inline-block;
}
.gandhi {
	font-family: mtcorsva;
	font-size: 18px;
	color: #777777;
	line-height: 27px;
	text-align: justify;
	margin-bottom: 15px;
}
.calculator-bg {
	width: 100%;
}
}























@media (min-width:501px) and (max-width:767px){
		.container{
		width:auto;
}
.social-icons a:hover {
	width: 44px;
	height: 44px;
	background-color: #FFB802;
	border-radius: 50px;
	padding: 7px;
	float: none;
	margin-right: 7px;
	display: inline-block;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top:0;
	border:0;
	border-left: 5px solid #ecae17 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
	background:#1a2655!important;
	color:#fff;
	
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 10px 0px;
	cursor: pointer;
	float: none;
	font-family:OpenSans-Regular;
	font-weight:normal;
	font-size: 16px;
	color:#1a2655;
	text-transform:uppercase;
	border-left:5px solid #1a2655;
}
h2.resp-accordion {
	font-size: 16px;
	border: 1px solid #transparent !important;
	border-top: 0px solid #transparent !important;
	margin: 10px 0px;
	padding: 10px 15px;
}
.right-cntent ul li {
	line-height: 24px;
}
.right-cntent ul {
	list-style: none;
	float: left;
	padding: 0px;
	color: #fff;
	font-size: 14px;
}
.right-cntent {
	background: #242c52;
	padding: 10px 14px 0px;
}
.details-item {
	position: absolute;
	width: 100%;
	bottom: 0;
}

	.navbar-brand  img {
		width: 170px;
}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color:transparent;
}
	.navbar-default .navbar-toggle {
		border-color:transparent;
}
	.navbar-toggle {
		margin-top: 14px;

}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #01305e;
}
.navbar-left {
	float: none;
	margin-left: 0px;
	width: 100%;
}
.nav > li > a {
	padding: 15px 17px 12px 15px;
}
.contact_no {
	width: 100%;
}
.heading h3 {
	font-size: 30px;
}
#products {
	background-size:cover;
	overflow:hidden;
	padding: 49px 0px 55px;
}
.btn-more::before {
	margin: 30px 0 0 16px;
	border-bottom: 46px solid transparent;
}
.prduct  img{
margin: auto;	
}
#aboutus {
	background-size: cover;
	overflow:none;
}
#service {
	background: url('../image/sectionb3_bg.png')no-repeat center top;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	/* min-height: 636px; */
	padding: 62px 0px;
	background-size: cover;
}
.btn-moree::before {
	border-left: 23px solid #fff;
	border-right: 0px solid #ffb802;
	border-bottom: 47px solid transparent;
	margin: -5px 0 0 16px;
	bottom: 0;
	bottom: 0px;
	left: 166px;
	z-index: 1;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	float: left;
}
#clients {
	background-size: cover;
}
.brdr {
	border-bottom: 1px solid #f2f2f2;
	border-left: none;
	border-right:none;
}
.last-footer p {
	margin: 0px;
	padding: 5px 0px;
	font-family: OpenSans-Regular;
	color: #333;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.textt {
	text-align: center;
	position: relative;
	top: 27px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.textt h2 {
	font-family: OpenSans-Bold;
	font-size: 38px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.textt h3 {
	font-family: Arvo-Regular;
	font-size: 26px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.brnds {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 40px 0px;
}
.margntop{
	margin-top:20px;
}
#clients .carousel-indicators {
	position: absolute;
	bottom: -26px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.testbg::before {
	top: 100%;

}
.cntr {
	padding: 20px 30px;
	text-align: center;
}
.social-icons {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px auto;
	overflow: hidden;
	display: block;
}
.forms_bt {
	padding: 0px 0px 0px;
}
.social-icons a {
	width: 44px;
	height: 44px;
	background-color: #ddd;
	border-radius: 56px;
	padding: 7px;
	float: none;
	margin-right: 7px;
	display: inline-block;
}
.address p {
	width: 89%;

}
.carousel-caption {
	right: 3%;
	bottom: 20px;
	left: 3%;
}
.carousel-caption p {
	font-family: Arvo-Bold;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.headding h2{
	font-size:20px;
}
.headding {
	margin-bottom: 27px;
}
.prduct {
	text-align: center;
	margin: 20px 0px;
	min-height: 176px;
	width: 50%;
	float: left;
}
.project {
	background-size:cover;
}
.box1 {
	margin-bottom: 20px;
}

.certi-1 h4 {
	font-family: OpenSans-Regular;
	font-size: 20px;
	color: #fff;
	width: 74%;
	padding-left: 15px;
	float: left;
	line-height: 30px;
	margin: 13px 0px;
}
.certi-1 {
	width: 100%;
	float: left;
	margin-top: 46px;
	vertical-align: middle;
}
h2.resp-accordion {
	font-size: 16px;
	border: 1px solid #transparent !important;
	border-top: 0px solid #transparent !important;
	margin: 10px 0px;
	padding: 15px 15px;
	text-transform: uppercase;
	background:#242c52 !important;
	color:#fff;
}

}
























@media (min-width:768px) and (max-width:991px){
.box1 {
	background: #fff;
	padding: 35px 17px;
	text-align: center;
	width: 100%;
	border: 1px solid #f0f0f0;
	height: 395px;
}

	.container{
		width:auto;
	}

.resp-tab-content {
	display: none;
	padding: 15px 0px 0px 15px;
}
.contact_no {
	display: none;
}
.navbar-brand > img {
	width: 200px;
}
.navbar-left {
	float: right !important;
	margin-left: 0;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left:0px;
}
.nav > li > a {
	padding: 21px 17px 12px 17px;
}
.carousel-caption {
	right: 15%;
	bottom: 30px;
	left: 15%;
}
.carousel-caption p {
	font-family: Arvo-Bold;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}
.prduct {
	text-align: center;
	margin: 20px 0px;
	min-height: 165px;
}
#products {

	padding: 90px 0px 0px;
	margin-top: -31px;
	background-size: cover;
}
#aboutus {
	background: url('../image/section3_bg.png')no-repeat center top;
	padding: 50px 0px;
	background-size: cover;
}
.textt {
	top: 233px;
}
#service {
	background-size: cover;
}
.points {
	margin-top: 24px;
	
}
.test-name {
	width: 100%;
	float: left;
}
.carousel-indicators {
	bottom: -23px;
}
.testbg::before {
	top: 100%;
}
.address p {
	font-family: OpenSans-Regular;
	font-size: 15px;
	float: left;
	width: 86%;
	padding-left: 6px;
	line-height: 29px;
	margin: 0;
}
.social-icons {
	float: right;
	width: 100%;
	text-align: center;
}
#certificate {
	background-size: cover;
}
.certi-1 {
	width: 100%;
	float: left;
	margin-top: 9px;
	vertical-align: middle;
	display: table;
}
.certi-1 h4 {
	font-family: OpenSans-Regular;
	font-size: 20px;
	color: #fff;
	width: 82%;
	padding-left: 15px;
	float: left;
	line-height: 30px;
	margin: 0;
	padding-top:12px;
}
.cntr {
	font-family: OpenSans-Regular;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	padding: 0px 30px;
}
.address p {
	font-family: OpenSans-Regular;
	font-size: 13px;
	float: left;
	width: 89%;
	padding-left: 6px;
	line-height: 25px;
	margin: 0;
}
.address {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 15px;
}
.btn-more::before {
	margin: -4px 0 0 16px;

}
.details-item {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.right-cntent {
	background: #242c52;
	padding: 5px 20px;
}
.right-cntent ul li {
	line-height: 27px;
}
.right-cntent ul {
	margin: 0;
}
.address1 p {
	width: 84%;
	
}
.address1 p {
	font-family: OpenSans-Regular;
	font-size: 14px;
	float: left;
	width: 87%;
	padding-left: 10px;
	line-height: 26px;
	margin: 0;
	color: #000;
}
.m_top2 tr th {
	background: #1a2655;
	text-align: center;
	color: #fff;
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-weight: normal;
	width: 80px;
}
.navbar-header{
	float:left;
	width:100%;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #01305e;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle {
	margin-top: 14px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:transparent;
}
}





@media (min-width:992px) and (max-width:1199px){
.box1 {
	background: #fff;
	padding: 35px 17px;
	text-align: center;
	width: 100%;
	border: 1px solid #f0f0f0;
	height: 308px;
}

	.container{
		width:auto;
}
.resp-tab-content {
	display: none;
	padding: 15px 0px 0px 15px;
}
	.navbar-left {
	float: left !important;
	margin-left: 2%;
}
.contact_no h2 {
	font-size: 14px;
}
#products {
	background-size: cover;
	padding: 90px 0px 0px;
}
.prduct {
	min-height: 165px;
}
#aboutus {
	background-size: cover;
}
.textt {
	top: 200px;
	left: 322px;
	text-align: center;
	width: 100px;
	height: 50px;
	position: absolute;
	float: left;
}
#service {
	background-size: cover;
}
#clients .carousel-indicators {
	bottom: -13px;
}
.testbg::before {
	top: 100%;
}
.social-icons {
	width: 100%;
	margin-top: 22px;
}
.address p {
	font-size: 14px;
	width: 89%;
	line-height: 26px;
}
.abt-section p {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 11px;
}
.certi-1 h4 {
	font-size: 17px;
	width: 66%;
	line-height: 30px;
}
.certi-1 {
	width: 33%;
	float: left;
	margin-top: 46px;
	vertical-align: middle;
}
#quality h3 {
	font-size: 29px;
}
.address1 p {
	font-family: OpenSans-Regular;
	font-size: 13px;
	float: left;
	width: 88%;
	padding-left: 10px;
	line-height: 25px;
	margin: 0;
	color: #000;
}
.navbar-collapse{float:right;}

.navbar-left {
	float: left !important;
	margin-left: 0%;
}
.contact_no {
	float: left;
	width: 22%;
	margin: 16px 0px;
	padding: 10px 0px;
	border-left: 1px solid #dddddd;
}
.contact_no h2 {
	font-size: 13px;
}
.navbar-brand > img {
	display: block;
	margin-top: 0px;
	width: 200px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 18px 11px 12px 11px;
	font-family: OpenSans-Bold;
	font-size: 15px;
	color: #666666;
}
}





#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url('../image/loading14.gif') no-repeat center center;
	background-color:#fff;
}

@media (max-width: 991px) { .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .navbar-collapse.collapse.in { /* NEW */ display: block!important; } }	




















