﻿@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{ box-sizing: border-box}
.clr:after { clear: both; content: ""; display: block; float: none; }
.clr { clear: both; float: none; }



@font-face {
	font-family: 'proxima_nova_cn_rgregular';
	src: url(../fonts/proxima_nova_cond-regular-webfont.eot);
	src: url(../fonts/proxima_nova_cond-regular-webfont.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/proxima_nova_cond-regular-webfont.woff2) format('woff2'),
		 url(../fonts/proxima_nova_cond-regular-webfont.woff) format('woff'),
		 url(../fonts/proxima_nova_cond-regular-webfont.ttf) format('truetype'),
		 url(../fonts/proxima_nova_cond-regular-webfont.svg#proxima_nova_cn_rgregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_condensedSBd';
	src: url(../fonts/proxima_nova_cond-semibold-webfont.eot);
	src: url(../fonts/proxima_nova_cond-semibold-webfont.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/proxima_nova_cond-semibold-webfont.woff2) format('woff2'),
		 url(../fonts/proxima_nova_cond-semibold-webfont.woff) format('woff'),
		 url(../fonts/proxima_nova_cond-semibold-webfont.ttf) format('truetype'),
		 url(../fonts/proxima_nova_cond-semibold-webfont.svg#proxima_nova_condensedSBd) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fontawesomeregular';
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/fontawesome-webfont.woff2) format('woff2'),
		 url(../fonts/fontawesome-webfont.woff) format('woff'),
		 url(../fonts/fontawesome-webfont.ttf) format('truetype'),
		 url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal;

}



/*==================================== Royal Cavalry ===========================================*/



body{ margin:0; padding:0; font-size:13px; color:#333; font-family: 'proxima_nova_cn_rgregular'; background:url(../images/bg.png);}


#wrapper{ width:100%; margin:auto;}
.top_container{ width:100%; margin:auto; background:url(../images/top_oman_map.png) no-repeat 99% 5px, url(../images/top_bg.png) repeat-x; height:210px;}

.header{ width:1140px; margin:auto;}
.header_left{ width:155px; float:left;}
.logo{ background:#009828; padding:8px 7px 4px;}

.header_right{ width:470px; float:left;}
.header_right_top{ width:100%; margin:auto;}
.header_right_top .logo_name{ width:456px;  float:left; padding:30px 0 0 10px;}

.header_right_top .sub_links {
	display: block;
	float: left;
	margin: auto;
	padding: 0 0 19px;
	width: 100%;
}
.header_right_top .sub_links ul{ padding:0px; margin:0px;}
.header_right_top .sub_links ul li{ padding:10px 0px 0px 0; margin:0 0px 0 20px; list-style:none; float:left; white-space:nowrap;font-size:15px; color:#837b7b; direction:rtl;}
.header_right_top .sub_links ul li a{ text-decoration:none; color:#837b7b;}
.header_right_top .sub_links ul li a:hover{ text-decoration:none; color:#837b7b;}
.right_lang {  float: left;}
.header .right{
	float: right; 
}
.header .right_lang ul{ padding:0; margin:0; padding-top:10px;}
.header .right_lang ul li{ padding:8px 5px; margin:0; float:left; color:#000; font-size:16px;}
.header .right_lang ul li a{ text-decoration:none; color:#000;}
.header .right_lang ul li a:hover{ text-decoration:none; text-decoration:underline;}
.login_button{ background:#00a924; border-radius:5px; font-size:16px; font-family: 'proxima_nova_condensedSBd'; color:#000; border: 1px solid #02461a; outline:none; padding:5px 10px; margin-left:2px;margin-top: 10px;  float: right;}
.login_button:hover{ background:#26221a; cursor:pointer; color:#fff;}



/*===================================== Navigation =====================================*/


.menu{ width:100%; margin:auto;}

.navg {
	display: table;
	float: none;
	height: 34px;
	padding-top:3px;
	margin: 0;
	width:86.4%;    
}
.navg .navig li a {
	font-size:18px;
	color: #000;
	display: block;
	text-align: center;
	font-family: 'proxima_nova_condensedSBd';
	text-transform:uppercase;
	text-decoration:none;
	
}
.navg li a:hover{ background-color:#029b1a; color:#fff !important; }
.navg .navig li a.active{ background-color:#029b1a; color:#fff; line-height:24px; padding:10px 43px}

.navg .navig .sub_menu li:hover{background-color:transparent !important;}
.navg .navig li {
	background-repeat: no-repeat;
	display: table-cell;
	float: none;
	font-family: "Open Sans",sans-serif;
	position: relative;
	 
}
.navig {
	display: table-row;
}

.sub_menu {
	position: absolute;
	z-index: 9;
	top: 100px;
	pointer-events: none;
	border-radius:5px;
	opacity: 0; width:100%;
	transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s;
}
.sub_menu a{ color:#fff !important; background:#029b1a; border-bottom:1px solid #FFF;}
.navg .navig li:hover .sub_menu{
	top: 42px;
	pointer-events: auto;
	opacity: 1;
	line-height:20px;
	width:100%;
	
	} 
.navg .navig li{ color:#fff !important;}
.navg .navig .sub_menu a:hover{ background-color:#26221a; color:#fff !important; text-decoration:none !important; line-height:15px !important; padding:14px;}
.navig .sub_menu > li {
	display: block;
	text-align: left;
	height: auto;
	background-image: none;
}
.navig .sub_menu > li a {
	padding: 0px 13px;
	text-align: left;
	font-size: 13px;
	width:170px;
}
.navg .navig li:last-child .sub_menu {
	right: 0;
}

.banner{ width:1004px; margin:}

.cart > i {
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}
.navg li a{
	line-height: 42px;
	padding-bottom: 0;
	padding-left: 42px;
	padding-right: 42px;
	padding-top: 0;
	position: relative;
}
.navig li a{
	line-height: 42px;
	padding-bottom: 0;
	padding-left: 42px;
	padding-right: 42px;
	padding-top: 0;
	position: relative;
}

.navg .navig li a:hover::before {
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}





/*.latest_news{ width:1140px; margin:auto;}

.news {
	float: left;
	width: 83%;
}
marquee{ font-size:14px; color:#000; padding-top:13px; font-family: 'proxima_nova_condensedSBd';}


.news_heading {
	background: rgb(2, 155, 26) url("../images/latest_news_heading_left.png") no-repeat scroll left top;
	color: rgb(255, 255, 255);
	float: right;
	font-family: "proxima_nova_condensedSBd";
	font-size: 24px;
	padding: 8px 0 8px 30px;
	width: 190px;
	margin-top:0px;
}*/
.latest_news{ width:1140px; margin:auto;}

.news {
  float: left;
  padding: 0 160px 0 0;
  width: 100%;
}
marquee {
  color: rgb(0, 0, 0);
  font-family: "proxima_nova_condensedSBd";
  font-size: 14px;
  padding: 10px 0 0 10px;
}
.news_heading::before {
  background-image: url("../images/latest_news_heading_left.png");
  background-repeat: no-repeat;
  content: "";
  height: 35px;
  left: -12px;
  position: absolute;
  top: 0;
  width: 20px;
}
.news_heading {
  background-color: rgb(0, 152, 40);
  color: rgb(255, 255, 255);
  float: right;
  font-family: "proxima_nova_condensedSBd";
  font-size: 24px;
  height: 34px;
  margin-top: 0;
  padding: 8px 0 8px 20px;
  position: absolute;
  right: 0;
  width: 150px;
}

.latest_news {
  background-color: rgb(255, 255, 255);
  border: 3px solid rgb(0, 152, 40);
  box-shadow: 0 0 10px 0 rgb(16, 123, 16) inset;
  height: 40px;
  position: relative;
}

a{ text-decoration:none;}
/*=============================================== Content ===========================================*/


#content{ width:100%; margin:auto; background:url(../images/main_bg.png) no-repeat; background-size:100%;padding: 0 0 30px;}

.content{ width:1140px; margin:auto; padding:8px 0px;}


/*=================================== Main Slider =====================================*/

.slider {
	width:100%;
	margin:auto;
}
.slider ul {
	margin:0;
	padding:0;
}
.slider .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.slider .bx-wrapper .bx-viewport {
	box-shadow: none;
	background: none;
	left:0;
	border:none;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.slider .bx-wrapper .bx-prev {
	left: 20px;
	background: url(../images/controls.png) no-repeat 0 0px;
}
.slider .bx-wrapper .bx-next {
	right: 20px;
	background: url(../images/controls.png) no-repeat -43px 0px;
}
.slider .bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}
.slider .bx-wrapper .bx-next:hover {
	background-position: -43px -32px;
}
.slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 8;
}


.content1{ width:100%; margin:auto; padding:20px 0px 0px 0px;}

.content_left {
	float: left;
	margin: 0;
	width: 69%;
}
.content_left .table{ width:100%; margin:auto; padding:0px 0 30px 0;}
.content_left table{ width:100%;  border:1px solid #93dc9f; text-transform:uppercase;}
.content_left .heading td{ background:#FFF url(../images/table_heading_sep.png) left top no-repeat; padding:17px 0; text-align:center; color:#000; font-size:14px; font-family: 'proxima_nova_condensedSBd'; }
.content_left .green td{ background:#9dd7ad; padding:17px 5px; text-align:center; color:#000; font-size:14px; font-family: 'proxima_nova_condensedSBd';}
.content_left .white td{ background:#fff; padding:17px 5px; text-align:center; color:#000; font-size:14px; font-family: 'proxima_nova_condensedSBd';}
.content_left .green td a{ font-size:13px; text-decoration:none; color:#fff; background:#019629; border-radius:5px; padding:3px 7px;}
.content_left .white td a{ font-size:13px; text-decoration:none; color:#fff; background:#019629; border-radius:5px; padding:3px 7px;}
.content_left .green td a:hover{ text-decoration:none; color:#fff; background:#26221a;}
.content_left .white td a:hover{ text-decoration:none; color:#fff; background:#26221a;}

.content_left .table_bottom{ background:#109c36; width:100%; height:40px; float:left;}
.pagination_left{ width:150px; float:right; padding:10px 0 0 10px;}
.pagination_right{ widows:150px; float:left; font:14px; font-family: 'proxima_nova_condensedSBd'; color:#000; padding:15px;}
.pagination_left span{ width:30px; float:right; font:14px; font-family: 'proxima_nova_condensedSBd'; color:#000; padding:5px;}
.pagination_left .num_text_field{ width:20px; float: right;}

.content_left .table_right{ background:url(../images/table_right.png) no-repeat; width:64px; height:474px; float:right;}



.content_left .box{ width:100%; margin:auto; float:left; position:relative;}
.content_left .box1{ width:99%; background:#FFF; border:1px solid #019629; padding:65px 16px 10px 16px; float:right; min-height: 555px;}
.content_left .title {
	background: rgba(0, 0, 0, 0) url("../images/title_bg.png") no-repeat scroll left 0;
	color: rgb(255, 255, 255);
	font-family: "proxima_nova_condensedSBd";
	font-size: 20px;
	left:0px;
	margin-top: 5px;
	padding: 24px 15px 15px;
	position: absolute;
	right: 0;
	text-align: left;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 9;
}

.content_left .title1 {
	background: rgba(0, 0, 0, 0) url("../images/title_bg1.png") no-repeat scroll 0 0;
	color: rgb(255, 255, 255);
	font-family: "proxima_nova_condensedSBd";
	font-size: 20px;
	margin-top: 5px;
	padding: 24px 15px 15px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.content_left .video {
	float: right;
	margin: 20px 0;
	text-align: center;
	width: 50%;
}
.content_left .video_frame{ width:300px; height:155px; border:2px solid #019629; border-radius:10px; margin:20px 0 10px 0; display:inline-block;}
.content_left .video_frame iframe{ border-radius:10px;}
.content_left .video h3{ font-size:16px; font-family: 'proxima_nova_condensedSBd'; color:#666666; text-align:left; padding:10px 0px 0px 0px; text-align:center;}
.box1 p{ font-size:14px; color:#666; text-align:left; padding:5px 0px; line-height:18px;}
.box1 span{ font-size:12px; color:#019629; text-align:left; padding:5px 0px;}
.content_left .box_shadow{ background:url(../images/content_box_shadow.png) no-repeat center bottom; width:709px; height:26px; float:left; margin-left:15px;}
.right_sidebar {
	float: right;
	width: 325px;
}
.right_sidebar .box{ width:100%; margin:auto; position:relative;}
.right_sidebar .box1{ width:100%; background:#FFF; border:1px solid #019629; padding:65px 10px 17px 16px; float:right;}

.right_sidebar .title {
	background: rgba(0, 0, 0, 0) url("../images/title_bg.png") no-repeat scroll left 0;
	color: rgb(255, 255, 255);
	direction: rtl;
	font-family: "proxima_nova_condensedSBd";
	font-size: 20px;
	margin: 5px 0 0 -7px;
	padding: 24px 15px 15px 25px;
	position: absolute;
	text-align:left;
	text-transform: uppercase;
	width: 100%;
}
.box1 h3{ font-size:20px; color:#666666; text-align:left; padding:10px 0px 0px 0px;}
.box1 p{ font-size:14px; color:#666; text-align:left; padding:8px 0px; line-height:18px; direction:ltr;}
.box1 span{ font-size:12px; color:#019629; text-align:right; padding:5px; float:right;}
.box1 span:hover {
  background: rgb(38, 34, 26) none repeat scroll 0 0;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 12px;
}
.right_sidebar .box_shadow{ background:url(../images/right_sidebar_box_shadow.png) no-repeat center bottom; width:297px; height:26px; float:left; margin-left:15px;}

.date{ background:#019629; padding:5px; border:1px solid #0f3619; width:72px; float:right; margin:5px 5px 5px 15px; text-align:center; height: 80px;}
.date h5{ font-size:40px; font-family: 'proxima_nova_condensedSBd'; color:#FFF;}
.date span{  color:#FFF; text-transform:uppercase; font-family: 'proxima_nova_condensedSBd';}
.mont{  color:#FFF; text-transform:uppercase; font-family: 'proxima_nova_condensedSBd';}

.box1 h2{ font-size:18px; color:#666666; text-align:left; padding:10px 0px 0px 0px; line-height:22px; direction:rtl;}




/*=================================== Companies Logo Slider =====================================*/

.companies_slider {
	width:100%;
	margin:auto;
	width:158px;
	text-align:center;
	margin:auto;
	padding:15px 10px 0px 0;
}
.companies_slider .bx-wrapper {
	position: relative;
	margin:0 auto;
	*zoom: 1;
	max-width:89% !important;
}
.companies_slider .bx-wrapper .bx-viewport {
	box-shadow: none;
	border:  0;
	background: none;
	width:100% !important;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.companies_slider .bx-wrapper .bx-prev {
	left: -45px;
	background: url(../images/arrow.png) no-repeat 0 0px;
}
.companies_slider .bx-wrapper .bx-next {
	right: -46px;
	background: url(../images/arrow.png) no-repeat -43px 0px;
}
.companies_slider .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.package_slider .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.companies_slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	margin-top: -20px;
	outline: 0;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	z-index: 9999;
	display:none;
}
/*companies logo slider css stop here */

.shield{ width:158px; text-align:center; margin:auto; padding:15px 10px 15px 0;}

.download_button1{ background:#019629; padding:5px; border-radius:10px; margin:15px 10px; cursor:pointer;}
.download_button1:hover{ background:#26221a;}
.download_button{ border:none; outline:none; background:none; font-size:23px; font-family: 'proxima_nova_condensedSBd'; color:#FFF; padding:10px 0 0 10px; cursor:pointer;}
.download_button_icon{ width:42px; float:left; padding:5px;}

.download_button2{ background:#019629; padding:5px; border-radius:10px; margin:15px 200px; cursor:pointer;}
.download_button2:hover{ background:#26221a;}

/*=============================================== Footer ===========================================*/

#footer{ background:url(../images/footer_bg.png) center 21px repeat-x; width:100%;}
.footer{ width:1140px; margin:auto;}
.footer_left{ width:70%; float:left; padding-top:0px;} 

.footer_left .left1 {
	text-align:left;
	float: left;
	padding: 0 170px 0 0;
}
.left1 h2{ font-size:14px; font-family: 'proxima_nova_condensedSBd'; color:#FFF; padding:12px 0; text-transform:uppercase; direction:rtl;}
ul.footer_links{ margin:0; padding:0;}
ul.footer_links li{ list-style:none; float:left; padding:20px 0px; color:#FFF; margin:0; text-align:left;}
ul.footer_links li a{ text-decoration:none; color:#FFF; padding:12px;}
ul.footer_links li a:hover{ text-decoration:none; color:#019629;}
.left1 span{ font-size:14px; color:#FFF; text-align:left; float:left;}



.footer_left .left2 {
	float: right;
	padding: 0 20px 0 0;
	width: 165px;
}
.left2 h2{ font-size:14px; font-family: 'proxima_nova_condensedSBd'; color:#FFF; padding:12px 0; text-transform:uppercase;}
.left2 span{ font-size:14px; color:#FFF; text-align:left;}

.footer_sep{ background:url(../images/footer_sep.png) top center no-repeat; float:left; width:24px; height:144px; margin: -21px 0 0;} 
.footer_right{ width:310px; float:left; background:#109c36; padding:18px 0; margin: -20px 0 0;}
.footer_right h3 {
  color: rgb(255, 255, 255);
  font-family: "proxima_nova_condensedSBd";
  font-size: 20px;
  padding: 11px 10px 16px 20px;
  text-align: left;
  text-transform: uppercase;
}
ul.social_icons{ width:100%; margin:auto; padding-top:10px;}
ul.social_icons li{ width:20px; float:right; padding:0px; margin-bottom:10px; margin:0 0 0 8px;}

.contact_left{ width:150px; float:left;}
.contact_left .icon{ width:16px; height:16px; float:left;}
.contact_left p {
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 20px;
  padding-left: 20px;
  text-align: left;
}

.contact_right {
  float: left;
  margin: 0 0 0 10px;
  width: 140px;
}
.contact_right ul.contact{ margin:0px; padding:0px;}
.contact_right ul.contact li{ list-style:none; padding:5px;}
.contact_right .icon{ width:16px; height:16px; float:left;}

.contact_right p {
	color: rgb(255, 255, 255);
	font-size: 13px;
	line-height: 20px;
	padding-left: 20px;
	text-align: left;
}



/*#footer{ background:url(../images/footer_bg.png) center 21px repeat-x; width:100%;}
.footer{ width:1140px; margin:auto;}
.footer_left{ width:70%; float:right; padding-top:0px;}
.footer_left .left1{  float:right; padding:0 0 0 170px;}
.left1 h2{ font-size:14px; font-family: 'proxima_nova_condensedSBd'; color:#FFF; padding:12px 0; text-transform:uppercase; direction:rtl;}
ul.footer_links{ margin:0; padding:0;}
ul.footer_links li{ list-style:none; float:right; padding:20px 0px; color:#FFF; margin:0; text-align:right;}
ul.footer_links li a{ text-decoration:none; color:#FFF; padding:12px;}
ul.footer_links li a:hover{ text-decoration:none; color:#019629;}
.left1 span{ font-size:14px; color:#FFF; text-align:right; float:right;}

.footer_left .left2{ width:165px; float:left; padding:0 0 0 20px;}
.left2 h2{ font-size:14px; font-family: 'proxima_nova_condensedSBd'; color:#FFF; padding:12px 0; text-transform:uppercase;}
.left2 span{ font-size:14px; color:#FFF; text-align:right;}

.footer_sep{ background:url(../images/footer_sep.png) top center no-repeat; float:right; width:24px; height:139px; margin:-21px 7px 0 0;}
.footer_right{ width:310px; float:right; background:#109c36; padding:16px 0;margin: -21px 0 0;}
.footer_right h3{ font-size:20px; color:#FFF; font-family: 'proxima_nova_condensedSBd'; text-align:center; padding:11px 10px 16px 0px; text-align:right; text-transform:uppercase;}

ul.social_icons{ width:100%; margin:auto; padding-top:10px;}
ul.social_icons li{ width:20px; float:right; padding:0px; margin-bottom:10px; margin:0 0 0 8px;}

.contact_left{ width:150px; float:right;}
.contact_left .icon{ width:16px; height:16px; float:right;}
.contact_left p{ font-size:13px; color:#FFF; padding-right:20px; line-height:20px; direction:rtl;}

.contact_right{ width:150px; float:left;}
.contact_right ul.contact{ margin:0px; padding:0px;}
.contact_right ul.contact li{ list-style:none; padding:5px;}
.contact_right .icon{ width:16px; height:16px; float:right;}
.contact_right p{ font-size:13px; color:#FFF; padding-right:20px; line-height:20px; direction:rtl; text-align:right;}*/




/*===================================== Inner Page ==========================================*/


.content2{ width:100%; margin:auto; padding:20px 0px 0px 0px;}

.content2 .inner_banner{ width:100%; float:left; margin:auto auto 10px auto; border:2px solid #fff;}

 


.content2 .title {
	background: rgba(0, 0, 0, 0) url("../images/title_bg.png") no-repeat scroll left 0;
	color: rgb(255, 255, 255);
	font-family: "proxima_nova_condensedSBd";
	font-size: 25px;
	margin:10px 6px 0 0px;
	padding: 20px 15px 15px;
	position: absolute;
	right: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.content2 .box1 p{ font-size:14px; line-height:22px; text-align:justify;}

.gallery_bx{ float:left;}
.gallery_bx ul{ margin:0px; padding:0px; list-style:none;}
.gallery_bx ul li{ border: 2px solid #029b1a;
	float: left;
	margin: 5px;
	padding: 4px;
	width: 30%;}
.gallery_bx ul li img{ width:100%;}
.download_list1{ float:left; width:100%;}
.download_list1 ul{ margin:0px; padding:0px;}
.download_list1 ul li { float:left;}
.download_list1 ul li a{}



.video_gallery{ 
	float: left;
	margin:20px 10px;
	width: 330px;
}
.video_gallery_button{ 
	background: #006600 none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 15px;
	text-align: center;
	text-transform: uppercase;
}

.video_gallery_button a{ 
	text-decoration:none;
	color:#FFF;
}
.video_gallery_button:hover{ background:#26221a;}

.bx-pager.bx-default-pager{ display:none;}

.left2 > div {
	float: left;
	width: 100%;
}
.filw {
	width: 91.8%;
}


#footer {
	background-color: rgb(38, 34, 26);
	background-position: 1px top;
	border-bottom: 5px solid rgb(16, 156, 54);
	padding-bottom: 0;
}

b.lso img {
	max-width: 100%;
}

b.lso {
	background-color: rgb(255, 255, 255);
	border-radius: 3px;
	float: right;
	margin: 2px 0 3px;
	padding: 7px;
	width: 40px;
	display:none;	
}
img{ max-width:100%;}

.inner_banner > img {
	width: 100%;
}
.demo_lis a {
  border: 2px solid rgb(1, 150, 41);
  display: block;
  text-decoration:none;
  padding: 3px;
  position:relative;
}
.demo_lis img {
  height: 155px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.demo_lis img:hover {
  transform: scale(1.2);
  
}
.demo_lis > li {
  float: left;
  margin: 10px 0 0;
  padding: 0 5px;
  width: 33.3333%;
  overflow:hidden;
}
.demo_lis a i {
  bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 0px;
  left: 0;
  line-height: 155px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.demo_lis a:hover::before {
  background-color: rgba(51, 51, 51, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.demo_lis a:hover i{ font-size:25px;}
.content_left .video.tab {
  float: left;
  text-align: left;
  width: 100%;
}
.content_left .video.tab h3 {
  text-align: left;
}
.content_left .video.tab a {
  text-decoration: none;
}
.title a, .ros {
  background-color: #ECB819;
  border-bottom: 2px solid #CC9800;
  border-radius: 3px;
  color: #333;
  float: right;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 6px 10px;
  text-decoration: none;
}
.bokg {
  margin: 20px 0 10px 0;
}
.bokg li {
  background-image: url("../images/pdf-icon.png");
  background-size: 25px;
  background-repeat: no-repeat;
  padding: 5px 0 5px 35px;
  font-size: 17px;
  margin: 0 0 10px 0;
}
.bokg li a{
  text-decoration: none;
  font-weight:bold;
  color:#019629;
}
marquee a{ color:#ca6600}
.img_prt {
  border: 5px solid rgb(255, 255, 255);
  float: left;
  outline: 2px solid rgb(1, 150, 41);
  width: 100px;
  position: relative;
  z-index: 9;
  margin: 13px 0 0 0;
  background-color:#fff;
}
 
.new_text > b {
  color: #019629;
  font-size: 14px;
  font-weight: bold;
}
.new_text i {
  display: block;
  color: #666;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.content2 .box1 .new_text p {
  line-height: normal;
  font-size: 14px;
}

.new_text {
  border: 2px solid rgb(1, 150, 41);
  margin: 20px 0 0;
  overflow: hidden;
  padding: 15px 15px 10px 55px;
  min-height:130px;
  transform: translate(-40px);
  min-height: 140px;
}
.img_nws:nth-child(2n+2) .new_text {
  padding: 15px 75px 10px 20px;
  transform: translate(60px);
  text-align:right;
  
}
.img_nws:nth-child(2n+2) .new_text p{
  text-align:justify;
}
.img_nws:nth-child(2n+2) .img_prt {
  float: right;
}
.img_nws:nth-child(2n+2) .dtae {
  float: right;
}

.news_sec {
  padding: 10px 0 20px 0;
}
.dtae {
  background-color: rgb(1, 150, 41);
  float: left;
  padding: 20px 10px;
}
.dtae > b {
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 40px;
  text-align: center;
}
.dtae > i {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 20px;
  text-align: center;
}
.dtae {
  background-color: rgb(1, 150, 41);
  float: left;
  padding: 20px 10px;
  position: relative;
  z-index: 9;
  margin: 15px 0 0 0;
  width: 100px;
}
.adqstdts {
	min-height:75px;
	background:#f0f0f1;
	border:1px solid #dbdbdc;
	border-left:none;
	border-right:none;
	margin-top:7px;
	padding:7px;
	}
.asdDts {
	color:#737374;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
	}
   .adCntnr .acco2 .expand a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 17px;
} 
	.adCntnr {
  display: block;
  padding: 30px 0 20px 0;
}
.expand {
  background-color: rgb(51, 51, 51);
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 10px;
}
.accCntnt {
  padding: 0 10px 10px;
}
.content2 .box1 .accCntnt p {
  line-height: normal;
  padding:0;
}
.accCntnt > b {
  color: rgb(51, 51, 51);
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 5px;
}
.expand.openAd {
  background-color: rgb(1, 150, 41);
}
.expand:hover{
  background-color: rgb(1, 150, 41);
}
.names > b {
  background-color: rgb(1, 150, 41);
  display: block;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

/***************************Registration Form********************************/

.loginWrapper {
	/*border: 1px solid #dedede;*/
	width: 91.5%;
	margin-bottom:10px;
}
.loginWrapper .InnerWrap {
	display:inline-block;
	margin: 0 20px;
	padding: 10px 0;
	width: 350px;
}
.loginWrapper .InnerWrap label {
	display: block;
	margin-bottom: 5px;
	font-weight:normal;
	max-width: 100%;
}
.loginWrapper .InnerWrap .input1 {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c9c7c7;
	box-sizing: border-box;
	resize:none;
	margin-bottom: 5px;
	padding: 3px;
	width: 100%;
}
.loginWrapper .InnerWrap a{ color:#7F1335}
.signBtn {
	background-color: #029735;
	border: 1px solid #ddd;
	color: #fff;
	margin: 15px 0 0;
	padding: 2px 10px;
}
.signBtn.sign:hover {
	text-decoration: none;
}

.signBtn.sign {
	color: #fff !important;
	float: left;
}


/************************************
CSS Overrides
************************************/

.navig{
	height:					46px;
	background-image: 		url("../images/menu2.png");
	background-position: 	0px 1px; 
	background-repeat:		no-repeat;
}

body{ margin:0; padding:0; font-size:13px; color:#333; font-family: 'Arial'; font-stretch: condensed;background:url(../images/bg.png);}


/************************************
CSS Overrides - iframe optimise
************************************/

.iframeWrapper{
	/*margin-left: 			7px;*/
	margin-bottom:			5px;
}

.iframeWrapper iframe{
	width: 					100%;
}