body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family:"Times New Roman";
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman";
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family:"Times New Roman";
}
.top_space{
	height:120px;	
}
.top_bar{
	background:#014d33;
	padding:10px 0px;
}
.top_bg{
	/*background:url(../images/top_bar.png) no-repeat;*/
	background-size:cover;
	height:43px;	
}
.top-right-logo{
	padding:12px 0px;	
}
.top-right-logo img{
	width:100%;	
}
.logo_main{
	padding:6px 0px;	
}
.logo_ref{
	text-align:center;
	padding-top:5px;	
}
.logo_ref ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.logo_ref li{
	display:inline-block;
	padding:0px 12px;	
}
.logo_ref img{
	width:230px;	
}
.nav-main{
	background:#014d33;
}

/* Nav */
.navigation {
	min-height:62px;
	border-radius:20px 0 0 20px;
}
.navigation ul{
	list-style:none;
	margin:0px;	
}

.navigation li {
	font-size:15px;
	float:left;
	line-height:36px;
	position:relative;
	cursor:pointer;
	margin-right:2px;
	font-family:"Times New Roman";
}
.navigation li a {
	color:#fff;
	display:block;
	transition: all 0.3s ease-out;
	padding:10px 36px;
	text-transform: uppercase;
	font-weight:bold;	
}
.navigation li a:hover{
	color:#fff;
	text-decoration:none;
}
.navigation li a:focus{
	color:#fff;
	outline:none;
}

.navigation .last{
	border-right:1px solid #fff;	
}
.navigation li span {
	display:none;	
}
.navigation ul ul li{
	padding:0px;	
}
.navigation ul ul li a{
	color:#29abe2;
	background:#fff;
}
.navigation ul ul li a:hover{
	color:#fff;
}
.navigation li a.active {
	background:#ef7f1a;
	color:#fff;	
}
.navigation li:hover > ul {
	display:block;
}
.navigation ul ul {
	font-size:14px;
	display:none;
	position:absolute;
	z-index:100;
}
.navigation ul ul li {
	width:310px;
	line-height:40px;
	top:0;
}
.navigation ul ul li a{
	background:#fff;
	padding: 0px 20px 0px 20px;
	border-bottom: 2px dotted #014d33;
	color:#014d33;
	transition:none;
}
.navigation ul ul li a:hover{
	background:#014d33;
	color:#fff;
	border-bottom: 2px dotted #014d33;
	transition:none;
}
.navigation ul ul ul {
	top:0;
	left:100%;
	z-index:3;
}
.navigation ul ul ul li {
	width:170px;
	line-height:40px;
}
.navigation .menu {
	background:url(../images/bg_menu.png) no-repeat left top;
	width:27px;
	height:19px;
	float:left;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	display:none;
}
.phone_email{
	text-align:left;
}
.phone_email .fa{
	color:#fff;
	margin-right:6px;	
}
.phone_email a{
	color:#fff;
	font-family:"Times New Roman";	
}
.phone_email a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.phone_email a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.phem-right{
	text-align:right;	
}
.phone_email h3{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:2px 0px 10px 70px;
	text-align:center;	
}
.phone_email ul{
	list-style:none;
	margin:0px;
	padding:0px 25px 0px 0px;	
}
.phone_email li{
	display:inline-block;
	vertical-align: top;
}
.phone_email span{
	font-style:italic;
	font-size:12px;	
}
.phone{
	border-right: 1px solid #eee;
	padding: 0px 25px 0px 0px;	
}
.phone p{
	color:#666;
	margin:0px;
	font-size:11px;
	font-family: "Times New Roman";
	padding:0px 0px 5px 0px;
}
.phone a{
	font-size:14px;
	color:#000;
	font-family: "Times New Roman";
}
.phone a:hover{
	color:#000;
	text-decoration:none;
}
.phone a:focus{
	color:#000;
	text-decoration:none;
	outline:none;
}

.email{
	padding: 0px 0px 0px 25px;	
}
.email p{
	color:#666;
	margin:0px;
	font-size:11px;
	text-align:right;
	font-family: "Times New Roman";
	padding:0px 0px 5px 0px;
}
.email a{
	font-size:15px;
	color:#000;
	font-family: "Times New Roman";	
}
.email a:hover{
	color:#000;
	text-decoration:none;
}
.email a:focus{
	color:#000;
	text-decoration:none;
	outline:none;
}


.slider_main{
	background:#014d33;	
}

.section_conant_bg{
	background:url(../images/content-bg.jpg);
	float:left;
	width:100%;
	padding:35px 0px;	
}
.left_conant{
	width: 635px;
	float: left;
	padding: 0px 0px 0px 60px;
	margin-right: 67px;	
}
.left_conant h3{
	font-size:20px;	
	font-family:"Times New Roman";
	margin:0px;
	line-height:27px;
	color:#014d33;
	font-weight:bold;
	padding:0px 0px 15px 0px;
}
.left_conant p{
	font-size:14px;	
	font-family:"Times New Roman";
	margin:0px;
	line-height:24px;
	color:#014d33;
	text-align: justify;
}
.left_conant a{
	background: #014d33;
	color: #fff;
	padding: 11px 20px 11px 20px;
	border-radius: 2px;	
}
.left_conant a:hover{
	background: #014d33;
	color: #fff;
	text-decoration:none;
}
.left_conant a:focus{
	background: #014d33;
	color: #fff;
	text-decoration:none;
	outline:none;
}

.side_bar{
	width:360px;
	float:left;
}
.video_section{
	padding:0px 0px 0px 40px;	
}

.bsi_logo{
	text-align: right;
	padding: 10px 0px 0px 0px;	
}

.footer_column_left{
	padding:12px 37px 32px 45px;
	width: 60%;
	float: left;	
}
.footer_column_left ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.footer_column_left li{
	display:inline-block;	
}
.footer_column_left a{
	color: #014d33;
	font-family: "Times New Roman";
	font-size: 14px;
	padding: 15px 12px;
	font-weight: bold;
}
.footer_column_left a:hover{
	color:#5c6f58;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration:none;
}
.footer_column_left a:focus{
	outline:none;
	text-decoration:none;	
}
.footer_column_right{
	width: 40%;
	float: left;	
}
.footer_column_right p{
	font-size:10px;
	margin:0px;	
	padding: 10px 37px 0px 0px;
	text-align: right;
}
.footer_section{
	float: left;
	width: 100%;	
}
.keyword a{
	color:#fff;
}
.keyword a:hover{
	color:#fff;
}
.newsletter_main{
	background:#014d33;
	padding:20px 0px;
}
.newsletter_left{}
.newsletter_left h2{
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#fff;
	font-weight: bold;
	font-family: "Times New Roman";	
}
.newsletter_left p{
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-family: "Times New Roman";	
}

.newsletter_right input{
	width: 300px;
	height: 40px;
	margin-right: 0px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
	border-right: none;
	padding: 0px 0px 0px 15px;
}
.newsletter_right .gold_btn{
	background: #34a03b;
	border: none;
	color: #fff;
	padding: 0px 17px;
	font-size: 20px;
	width:100px;
	border-radius:2px;
	margin:-3px 0px 0px 0px;
	font-family: "Times New Roman";
}
.newsletter_right .gold_btn:hover{
	background: #34a03b;
	color: #fff;
}
.newsletter_right .gold_btn:focus{
	background: #34a03b;
	color: #fff;
	outline:none;
}
.newsletter_right{
	padding-top:22px;
	text-align:center;	
}

#service .owl-controls {
    text-align: right;
    margin-top: 20px;
	margin-bottom: 30px;
}
#service .owl-next, #service .owl-prev {
    background-color: transparent !important;
    border: 2px solid #a3b1c1;
    color: #a3b1c1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 5px;
	padding: 3px 7px 0px 7px;
	height: 23px;
}
#service .owl-next:hover, #service .owl-prev:hover {
	background-color: #014d33 !important;
	border: 2px solid #014d33;
	color: #fff;
}
.service{
	padding:40px 0px 0px 0px;	
}
.service_block{}
.service_block img{
	width:100%;
	border: 1px solid #014d33;
	padding:4px;	
}




.footer_main{
	background:#014d33;
	padding:40px 0;	
}
.footer_column {}
.footer_column h2{
	margin:0px;
	color:#fff;
	padding:0px 0px 5px 0px;
	font-family: "Times New Roman";	
}
.footer_column h3{
	color:#fff;	
	font-family: "Times New Roman";
}

.footer_column_line{
	height:2px;
	background:#fff;
	width:100%;
	margin-bottom:20px;
}
.footer_column p{
	color:#fff;
	padding:0px 0px 0px 24px;
	font-family: "Times New Roman";
	font-size: 18px;	
}
.footer_column .fa{
	position:absolute;
	left:12px;
	padding:1px 0px 0px 0px;
	font-size:18px;	
}
.footer_column ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.footer_column li{
	padding:0px 0px 0px 5px;
	font-size:19px;	
}
/*.footer_column li::before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 18px;
    font-size: 15px;
    color: #778191;
    content: "\f105";
	padding-top:3px;
}*/
.footer_column a{
	color:#fff;
	font-family: "Times New Roman";
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.footer_column a:hover{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.footer_column a:focus{
	outline:none;	
}
.footer_bootom{
	background:#16191e;
	padding:10px 0;	
}
.fotter_bottom_left p{
	margin:0px;
	color:#778191;
	font-family: "Times New Roman";	
}
.fotter_bottom_right p{
	margin:0px;
	color:#778191;
	font-family: "Times New Roman";	
}
.fotter_bottom_right a{
	color:#778191;
	text-decoration:none;
	font-family: "Times New Roman";	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fotter_bottom_right a:hover{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fotter_bottom_right a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.fotter_bottom_right{
	text-align:right;	
}

.contant_heading{
	padding-top:40px;	
}
.contant_heading h3{
	font-size: 25px;
	font-family: "Times New Roman";
	margin: 0px;
	line-height: 27px;
	color: #014d33;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	text-align:center;	
}
.map{
	padding:30px 15px 0px 15px;	
}


.top_banner_bg{
	position:relative;	
}
.topbanner_imag img{
	width:100%;	
}
.top_banner_txt{
	position:absolute;
	top:0;
	background:rgba(1, 77, 51, 0.7);
	width: 100%;
	height: 100%;
	text-align:center;	
}
.top_banner_txt h2{
	margin:0px;
	padding:120px 0px 5px 0px;
	font-size: 50px;
	color: #fff;
}
.top_banner_txt ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.top_banner_txt li{
	display:inline-block;
	color:#fff;
	font-size:18px;
}
.top_banner_txt a{
	color:#fff;
	text-decoration:none;	
}
.top_banner_txt a:hover{
	color:#fff;
	text-decoration:none;	
}
.top_banner_txt a:focus{
	outline:none;	
}

.top_banner_txt a::after {
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0.75em;
}

.contact_column{
	padding:0px 30px 0px 40px;	
	font-family: "Times New Roman";
}
.contact_column h4{
	margin:0px;
	padding:15px 0px 10px 0px;
	color:#014d33;	
}
.contact_column p{
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#014d33;	
	font-family: "Times New Roman";
}

.contact_column_ind{
	padding:0px 30px 30px 40px;
	text-align:center;
	font-family: "Times New Roman";	
}
.contact_column_ind h2{
	font-size:50px;	
	font-family: "Times New Roman";
}
.contact_column_ind h4{
	margin:0px;
	padding:15px 0px 10px 0px;
	color:#014d33;	
}
.contact_column_ind p{
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#014d33;
	font-size:18px;	
	font-family: "Times New Roman";
}
.certificate_images{
	margin-top:40px;	
}
.certificate_images img{
	width:100%;
	border:1px solid #ccc;
}

.marguee{
	background: #014d33;
	color:#fff;
	font-family:"Times New Roman";
	font-size: 17px;
	font-weight: bold;
}
.custumer_list{
	font-family: "Times New Roman";
	color:#fff;
	font-size: 16px;
	margin: 90px 0px 0px 0px;
}
.custumer_list ul{
	list-style:none;	
}
.custumer_list li{
	background:#014d33;
	width: 350px;
	float: left;
	margin: 6px 6px;
	text-align: center;
	padding: 25px 15px 7px 15px;
	min-height: 150px;
	color:#fff;
	font-size: 18px;
}
.custumer_list p{
	padding-top:20px;
	font-size: 20px;	
}
.catalog_page{
	margin: 100px 0px 50px 0px;
}
.catalog_page a{
	text-align:center;
	margin-left: 444px;
}
.pdf_logo1{}
.pdf_logo1 a{
	color:#014d33;
	background:transparent;
	padding-left:0px;
}
.pdf_logo1 a:hover{
	text-decoration:none;
	color:#014d33;	
	background:transparent;
}
.pdf_logo1 a:focus{
	background:transparent;
	color:#014d33;
}
.pdf_logo1 p{}





.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display:none;
	background: #000;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.back-to-top:hover{
	color:#fff;	
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
.navigation {
	background:none;
	margin-top:0px;
	padding:0px;
	width:100%;
}
.navigation .menu {
	display:block;
	float:left;
}
.navigation ul {
	display:none;
	position:absolute;
	left:10px;
	top:100%;
	z-index:999;
}
.navigation ul ul {
	position:static;
}
.navigation ul li {
	width:100%;
	background:#fff;
	left:0;
	top:100%;
}
.navigation ul ul li {
	background:rgba(19, 21, 26, 0.2);
	width:297px;
}
.navigation li span {
	display:block;
	float:right;
	margin-right:40px;
	color:#000;	
}
.navigation ul li a {
	color:#000;
	padding:0 10px;
}
.navigation ul li a:hover {
	color:#fff;
	background:#014d33;
}
.navigation li:hover > ul {
	display:none;
}
.logo img {
	width:100%;	
}
.logo_ref img{
	width:100%;	
}
.phone_email ul{
	padding:0px;	
}
.phone_email li{
	width:50%;
	float:left;	
}
.phone{
	padding:0px;
	width:100%;
	text-align:center;
	border:none;	
}
.email{
	padding:0px 0px 0px 40px;
	width:100%;
	text-align:center;	
}
.email p{
	text-align:center;	
}
.navigation{
	min-height:40px;	
}
.left_conant{
	width:100%;
	float:none;
	padding: 0px 15px 0px 15px;
	margin:0px;	
}
.side_bar{
	width:100%;
	margin-top: 30px;	
}
.video_section {
    padding: 0px 15px 0px 15px;
}
.bsi_logo {
    padding: 10px 20px 0px 0px;
}
.newsletter_right input{
	width:185px;	
}
.footer_column{
	margin-top:40px;	
}
.footer_main {
    padding: 0px 0px 40px 0px;
}
.fotter_bottom_left p{
	text-align:center;	
}
.fotter_bottom_right p{
	text-align:center;	
}
#service .owl-controls{
	text-align:center;	
}
.catalog_page {
    margin: 35px 0px 50px 0px;
}
.custumer_list{
	padding:35px 15px 0px 15px;
	margin:0px;	
}
.custumer_list li{
	margin:6px 0px;
	width:100%;	
}

	
}
