/*--------------------------------------*/
/*---------------M7R Style------------- */
/*--------------------------------------*/
@font-face {
	font-family: 'JF Flat Jozoor';
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*start animation styles*/
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
/*start master styles
///////////////////////////*/
::-webkit-scrollbar {
 width: 6px;
}
 Track ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.8);
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(0,0,0,0.8);
}
* {
	outline: 0px !important;
	list-style-type: none !important;
}
body {
	font-weight: normal;
	font-family: 'JF Flat Jozoor';
	background: #fff;
}
a {
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	-webkit-padding-start: 0px !important;
	padding: 0px;
	margin: 0px;
}
textarea {
	resize: none;
}
label {
	font-weight: normal;
}
header .logo_bx a, header .logo_bx a img{
	display: block;
	margin: 5px 0;	
}
header .link_bx ul li{
	display: inline-block;
	margin-top: 20px;	
}
header .link_bx ul li a{
	color: #999;
	font-size: 1.2em;
	line-height: 45px;
	display: block;
	padding: 0 5px 0 15px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
header .link_bx ul li a:hover,
header .link_bx ul li a:focus,
header .link_bx ul li.active a{
	color: #457359;
	transition: all 0.3s ease-in-out;	
}
header .link_bx ul li a::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 18px;
	width: 7px;
	height: 7px;
	background: #eee;
	border-radius: 50%;	
}
header .link_bx ul li:last-child a::after{
	display: none;	
}
header .soc_bx {
	text-align:left;	
}
header .soc_bx ul li{
	display: inline-block;
	margin-top: 20px;	
}
header .soc_bx ul li a{
	display: block;
	background-image: url(../images/soc.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	transition: all 0.3s ease-in-out;
}
header .soc_bx ul li a:hover{
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
header .soc_bx ul li a.face{
	background-position: right top;	
}
header .soc_bx ul li a.twit{
	background-position: -107px top;	
}
header .soc_bx ul li a.plus{
	background-position: -53px top;	
}
header .soc_bx ul li a.instg{
	background-position: left top;	
}
.menu_bx .nav_bx .navbar {
	min-height: inherit !important;
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.menu_bx .nav_bx .navbar-static-top {
	border: none;
}
.menu_bx .nav_bx .navbar-nav {
	float: right !important;
	margin-top: 25px;
}
.menu_bx .nav_bx .navbar ul li {
	float: inherit !important;
}
.menu_bx .nav_bx .navbar ul li {
	display: inline-block;
	background: none;
	padding: 0px !important;
	margin: 0 !important;
}
.menu_bx .nav_bx .navbar ul li:last-child {
	background: none;
	border: none;
}
.menu_bx .nav_bx .navbar ul li a {
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	background: none !important;
	padding: 0px 10px 0 !important;
	margin: 0px 0 0 2px;
	font-size: 1.2em;
	font-weight: normal;
	text-shadow: none;
	text-align: center;
	display: block;
	border: 1px solid rgba(69, 114, 85, 0.0);
	transition: all 0.3s ease-in-out;
}
.menu_bx .nav_bx .navbar ul li a:hover, 
.menu_bx .nav_bx .navbar ul li.active a:hover, 
.menu_bx .nav_bx .navbar ul li.active a {
	color: #fff !important;
	background: #457359 !important;
	border-radius: 5px;
	border: 1px solid #85A290;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.menu_bx .nav_bx .navbar ul li ul {
	position: absolute;
	display: none;
	top: 0;
	padding: 0px;
	margin: 0px;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.menu_bx .nav_bx .navbar ul li:hover ul {
	position: absolute;
	display: block;
	top: 40px;
	z-index: 9999999;
	background: #fff;
	width: 250px;
	overflow: hidden;
	box-shadow: 0px 3px 10px -3px #000;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.menu_bx .nav_bx .navbar ul li ul li {
	background: none;
	border: none;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.menu_bx .nav_bx .navbar ul li ul li a, 
.menu_bx .nav_bx .navbar ul li.active ul li a {
	color: #888 !important;
	display: block;
	width: 100%;
	margin-bottom: 2px;
	margin-left: 0px;
	float: inherit;
	background: none !important;
	transition: all 0.3s ease-in-out;
	border: none !important;
	height: 35px;
	line-height: 35px;
	font-size: 1em !important;
	font-weight: normal !important;
	margin: 0px !important;
	border-bottom: 1px solid #f1f1f1 !important;
	padding: 0px 10px !important;
	text-align: right;
	font-weight: normal;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.menu_bx .nav_bx .navbar ul li ul li a, 
.menu_bx .nav_bx .navbar ul li ul li {
	float: none;
	display: block;
	transform-style: none;
	-webkit-transform-style: none;
	-moz-transformtransform-style: none;
	-ms-transform-style: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.menu_bx .nav_bx .navbar ul li ul li a:hover, 
.menu_bx .nav_bx .navbar ul li.active ul li a:hover {
	text-decoration: none;
	color: #fff !important;
	background: #457359 !important;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}
.menu_bx{
	background: rgba(69, 114, 85, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	z-index: 99;
	margin: 0 auto;	
}
.menu_bx .login_bx ul li{
	display: block;	
	float: right;
}
.menu_bx .login_bx ul li a{
	display: block;
	padding: 0 15px;
	font-size: 1em;
	color: #fff !important;
    background: #457359 !important;
    border-radius: 5px;
    border: 1px solid #85A290;	
	text-align: center;
	line-height: 35px;
	margin: 5px 0;
	transition: all 0.3s ease-in-out;
}
.menu_bx .login_bx ul li:last-child a{
	color: #fff !important;
    background: #457359 !important;
    border-radius: 5px;
    border: 1px solid #85A290;	
	padding: 13px 18px;
	margin-right: 5px;
	transition: all 0.3s ease-in-out;
}
.menu_bx .login_bx ul li:first-child a i{
	margin-left: 5px;	
}
.menu_bx .login_bx ul li:last-child a i{
	display: block;	
}
.menu_bx .login_bx ul li a:hover{
	background: #85A290 !important;
    border-radius: 5px;
    border: 1px solid #85A290;
	transition: all 0.3s ease-in-out;	
}
.menu_bx .login_bx ul li:last-child a:hover{
	background: #DD5325;
	transition: all 0.3s ease-in-out;	
}
.slider_bx {
	overflow: hidden;
}
.slider_bx .carousel-inner .item img {
	width: 100%;
	height: 643px;
}
.slider_bx .carousel-inner .item .carousel-caption {
	text-align: right !important;
	right: 8% !important;
	left: 30% !important;
	bottom: 25% !important;
}
.slider_bx .carousel-inner .item a{
	background: rgba(32, 43, 90, 0.7);
	padding: 10px;	
	display: block;
	font-family: 'GESSTwoMedium_1';
}
.slider_bx .carousel-inner .item a h1 {
	color: #fff;
	font-size: 2.5em !important;
	text-shadow: none !important;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.35);
}
.slider_bx .carousel-inner .item a p {
	color: #fff;
	padding: 10px;
	font-size: 0.9em !important;
	line-height: 25px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.35);
	text-shadow: none !important;
}
.slider_bx .carousel-indicators {
	display: none;
}
.slider_bx .left.carousel-control {
	right: inherit;
	left: 190px;
}
.slider_bx .right.carousel-control {
	right: inherit;
	left: 110px;
}
.slider_bx .carousel-control .glyphicon-chevron-left, 
.slider_bx .carousel-control .glyphicon-chevron-right, 
.slider_bx .carousel-control .icon-prev, 
.slider_bx .carousel-control .icon-next {
	font-size: 16px;
	margin-top: -8px;
}
.slider_bx .carousel-control {
	bottom: -50px;
	top: inherit !important;
	width: 80px;
	height: 50px;
	line-height: 50px;
	background: rgba(69, 115, 89, 0.8);
	color: #fff;
	font-size: 25px;
	opacity: 1;
	text-shadow: none;
	box-shadow: 0px 0px 6px -5px #000;
	transition: all 0.3s ease-in-out;
}
.slider_bx:hover .carousel-control {
	bottom: 100px;
	transition: all 0.3s ease-in-out;
}
.slider_bx .carousel-control:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease-in-out;
}
.grid_bx {
	padding: 50px 0;	
}
.grid_bx .title_bx h1{
	color: #457359;
	font-size: 2.2em;
	background: url(../images/divider2.png) no-repeat center bottom;
	    padding-bottom: 35px;
    margin-bottom: 45px;
	text-align: center;	
}
.serv_bx .nav-tabs{
	text-align: center;
	border: none;	
}
.serv_bx .nav-tabs>li{
	float: inherit;
	display: block;	
}
.serv_bx .nav-tabs>li a{
	margin: 0;
	line-height: 50px;
	min-height: 50px;
	padding: 0 8px;
	border-radius: 5px;
	border: none;
	background: #fafafa;
	color: #888;
	margin: 0 0px 10px;
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	transition: all 0.3s ease-in-out;	
}
.serv_bx .nav-tabs>li a:hover,
.serv_bx .nav-tabs>li.active a{
	    background-color: #457359;
	color: #fff;
	border: none;
	transition: all 0.3s ease-in-out;	
}
.serv_bx .nav-tabs>li a i{
	font-size: 30px;
	margin-left: 10px;
	float: right;
	line-height: 50px;	
	color: #457359;
	transition: all 0.3s ease-in-out;
}
.serv_bx .nav-tabs>li a:hover i,
.serv_bx .nav-tabs>li.active a i{
	color: #fff;	
}
.serv_bx .tab-content{
	border: 1px solid #eee;
	padding: 5px;	
}
.serv_bx .tab-content span{
	color: #888;
	font-size: 1em;
	line-height: 25px;	
	display: block;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 5px;
}
.serv_bx .tab-content span a{
	color: #457359;	
	margin-right: 10px;
}
.owl-nav{
	display: none !important;	
}
.owl-dots{
	text-align: center;	
	margin-top: 25px;
}
.owl-dots .owl-dot{
	background: #eee;
	border: none;
	height: 10px !important;
	width: 10px !important;
	margin: 0px 4px !important;
	display: inline-block !important;
	border-radius: 50%;
	box-shadow: 0 0 7px -3px #888;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot::after{
	content: '';
	position: absolute;
	left: 0;
	right:0;
	top: -6px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: 8px solid #eee;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
	transition: all 0.3s ease-in-out;	
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active
{
	background: #457359;
	border: none;
	transition: all 0.3s ease-in-out;	
}
.owl-dots .owl-dot:hover::after,
.owl-dots .owl-dot.active::after{
	content: '';
	position: absolute;
	left: 0;
	right:0;
	top: -6px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: 8px solid #457359;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
	transition: all 0.3s ease-in-out;	
}
.country_bx article .item figure{
	width: 100%;
	height: 140px;
	background: #fff;
	padding: 5px;
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.country_bx article .item figure img{
	width: 100%;
	height: 128px;
	-webkit-transform: scale3d(1, 1, 1);
    transform: translate3d(1, 1, 1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.country_bx article .item figure:hover img
{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);	
}
.country_bx article .item figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;    
	background: rgba(187, 150, 70, 0.5);
    transition: all 0.36s ease-in-out
}
.country_bx article .item figure:hover figcaption {
    opacity: 9;
    transition: all 0.3s ease-in-out
}
.country_bx article .item figure figcaption h1{
	color: #fff;
	font-size: 1.2em;
	margin-top: 40px;
	margin-bottom: 15px;
	text-align: center;
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: all 0.3s ease-in-out	
}
.country_bx article .item figure:hover figcaption h1{
		opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease-in-out
}
.country_bx article .item figure figcaption a {background: #457359;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 25% auto 0;
    border-radius: 50%;
	font-size: 20px;
    opacity: 0;
	display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.10s, transform 0.10s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: all 0.3s ease-in-out
}
.country_bx article .item figure:hover figcaption a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease-in-out
}
.country_bx article .item figure figcaption a:hover {
    border-radius: 0;
    transition: all 0.3s ease-in-out
}
.target_bx{
	padding: 50px 0 90px;
	background: #fefefe;	
}
.target_bx .title_bx h1 {
    color: #457359;
    font-size: 2.2em;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 45px;
    background: url(../images/divider2.png) no-repeat center bottom;
}
.target_bx article .item a{
	display: block;
	background: #fff;
	padding: 5px;	
	box-shadow: 0px 0px 7px -3px #999;
	margin: 10px 0;
}
.target_bx article .item a img{
	width: 100%;
	height: 250px;	
}
.target_bx article .item a h1{
	background: #fff;
	color: #457359;
	font-size: 1.2em;
	text-align: center;
	padding: 5px;
	line-height: 30px;
	margin-top: 5px;
	transition: all 0.3s ease-in-out;	
}
.target_bx article .item a:hover h1{
	background: #457359;
	color: #fff;
	transition: all 0.3s ease-in-out;	
}
.target_bx article .owl-item:nth-child(odd){
	margin-top: -5px;	
}
.links_bx{
	padding: 50px 0;
	background: url(../images/bg.jpg) no-repeat center fixed;
	background-size: cover;
}
.links_bx .title_bx h1{
	    color: #fff;
    font-size: 2.2em;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 45px;
    background: url(../images/divider2.png) no-repeat center bottom;	
}
.links_bx article .item figure{
	width: 100%;
	height: 160px;
	background: #fff;
	padding: 5px;
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
}
.links_bx article .item figure img{
	width: 100%;
	height: 150px;
	-webkit-transform: scale3d(1, 1, 1);
    transform: translate3d(1, 1, 1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.links_bx article .item figure:hover img
{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);	
}
.links_bx article .item figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;    
	background: rgba(187, 150, 70, 0.5);
    transition: all 0.36s ease-in-out
}
.links_bx article .item figure:hover figcaption {
    opacity: 9;
    transition: all 0.3s ease-in-out
}
.links_bx article .item figure figcaption h1{
	color: #fff;
	font-size: 1.2em;
	margin-top: 40px;
	margin-bottom: 15px;
	text-align: center;
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: all 0.3s ease-in-out	
}
.links_bx article .item figure:hover figcaption h1{
		opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease-in-out
}
.links_bx article .item figure figcaption a {background: #457359;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 25% auto 0;
    border-radius: 50%;
	font-size: 20px;
    opacity: 0;
	display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.10s, transform 0.10s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    transition: all 0.3s ease-in-out
}
.links_bx article .item figure:hover figcaption a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease-in-out
}
.links_bx article .item figure figcaption a:hover {
    border-radius: 0;
    transition: all 0.3s ease-in-out
}	
.links_bx article .owl-carousel .owl-stage-outer{
	margin-bottom: 50px;	
}
.links_bx article .owl-theme .owl-nav {
	position: absolute;
    left: 0;
	right: 0;
    bottom: -60px;
	display: block;
	margin: 0 auto 0;
	width: 100px;
	border-radius: 5px;
	box-shadow: 0px 0px 7px -3px #000;background: #457359;
}
.links_bx article .owl-nav [class*=owl-] {
	font-size: 0;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.links_bx article .owl-nav [class*=owl-] i {
	color: #fff;
	line-height: 40px;
	height: 40px;
	width: 40px;
	font-size: 22px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.links_bx article .owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff !important;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.links_bx article .owl-nav [class*=owl-]:hover i{
	color: #fff !important;	
	transition: all 0.3s ease-in-out;
}
.links_bx article .owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.media{
	overflow: inherit !important;	
}
.about_pg img {
	width: 250px;
	height: 250px;
	border: 3px solid #eee;
	float: right;
	margin: 0px 0px 15px 15px;
}
.about_pg p {
	color: #666;
	font-size: 1.1em;
	line-height: 30px;
}
.det-art-pg h1 {
	color: #457359;
	font-size: 1.6em;
	line-height: 25px;
	margin-bottom: 10px;
}
.det-art-pg h1 i {
	margin-left: 10px;
}
.det-art-pg .img_bx {
	overflow: hidden;
	position: relative;
	height: 350px;
	width: 70%;
	margin: 0px auto 10px;
}
.det-art-pg .img_bx img {
	height: 350px;
	width: 100%;
	border: 4px solid #eee;
}
.det-art-pg .img_bx .share_bx {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(69, 114, 85, 0.8);
	padding: 10px;
	border-radius: 5px;
}
.det-art-pg .img_bx .share_bx p {
	float: right;
	color: #fff;
	font-size: 1em;
	margin: 0;
	margin-left: 10px;
}
.det-art-pg p {
	color: #666;
	font-size: 1.1em;
	line-height: 30px;
}
.content_pg .info_pg .txt_bx h1 {
	background: #eee;
	min-height: 35px;
	line-height: 35px;
	border-radius: 5px;
	color: #666;
	font-size: 1.3em;
	padding: 0px 10px;
}
.content_pg .info_pg .txt_bx p {
	line-height: 25px;
	color: #666;
	font-size: 1em;
	padding: 10px;
}
.content_pg .prof_pg ul li {
	display: inline-block;
}
.content_pg .prof_pg ul li a i {
	padding-left: 10px;
	transition: all 0.3 ease-in-out;
}
.content_pg .prof_pg ul li a {
	color: #fff;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #457359;
	border-bottom: 3px solid #85A290;
	padding: 0px 15px;
	text-align: center;
	margin: 0px 20px 0px 0px;
	transition: all 0.3s ease-in-out;
}
.content_pg .prof_pg ul li a:hover, .content_pg .prof_pg ul li.active a {
	background-color: #85A290;
	color: #fff;
	border-bottom: 3px solid #457359;
	transition: all 0.3s ease-in-out;
}
.content_pg .prof_pg ul li a span {
	font-family: Arial, sans-serif;
}
.content_pg .prof_pg ul {
	text-align: center;
	margin-bottom: 30px;
}
.pagging_bx {
	text-align: center;
	margin-top: 20px;
}
.pagging_bx ul li {
	display: inline-block;
}
.pagging_bx ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	min-width: 35px;
	border: 1px solid #ddd;
	background-color: #eee;
	color: #666;
	font-size: 1em;
	margin: 0px 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -7px #000;
	transition: all 0.3s ease-in-out;
}
.pagging_bx ul li a:hover, .pagging_bx ul li.active a {
	color: #fff;
	background-color: #457359;
	transition: all 0.3s ease-in-out;
}
.content_pg .serv_pg .clnt-bx {
	background: #eee;
	position: relative;
	display: block;
	height: 160px;
	margin-bottom: 15px;
	overflow: hidden;
}
.content_pg .serv_pg .clnt-bx figure {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.content_pg .serv_pg .clnt-bx img {
	width: 100%;
	height: 160px;
	padding: 4px;
	overflow: hidden;
	webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.content_pg .serv_pg .clnt-bx:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.content_pg .serv_pg .clnt-bx span {
	position: absolute;
	right: 0px;
	bottom: 5px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
	color: #fff;
	font-size: 1em;
	transition: all 1s ease-in-out;
}
.content_pg .serv_pg .clnt-bx:hover span {
	background: rgba(69, 114, 85, 0.8);
	transition: all 1s ease-in-out;
}
.content_pg .contact_pg .map_bx iframe {
	width: 100%;
	border: 3px solid #eee;
	height: 250px;
}
.content_pg .contact_pg .info_bx{
	background: none;	
}
.content_pg .contact_pg .info_bx ul li {
	color: #666;
	font-size: 1em;
	min-height: 40px;
	line-height: 40px;
	display: block;
}
.content_pg .contact_pg .info_bx ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	margin-left: 10px;
	background: #457359;
	border: 2px solid #eee;
}
.content_pg .form_bx {
	padding-top: 30px;
}
.content_pg .prof_pg label, .contact_pg .form_bx label, .signup_pg label {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 12px;
	margin-left: 10px;
	display: block;
}
.signup_pg h1 {
	color: #457359;
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-bottom: 15px;
}
.signup_pg h1 i {
	margin-left: 10px;
}
.signup_pg p {
	color: #666;
	font-size: 1.2em;
	line-height: 25px;
	margin-bottom: 15px;
	border-right: 4px solid #eee;
	padding: 8px 10px;
}
.signup_pg ol li {
	list-style-type: arabic-indic !important;
	list-style-position: inside;
	color: #666;
	font-size: 1em;
	line-height: 35px;
	font-weight: normal;
}
.signup_pg .btn-bx {
	text-align: left;
}
.signup_pg .btn-bx .btn {
	padding: 0px 25px;
	background-color: #457359;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border: none;
	transition: all 0.3s ease-in-out;
}
.signup_pg .btn-bx .btn:hover {
	background-color: #eee;
	color: #666;
	transition: all 0.3s ease-in-out;
}
.contact_pg .input-group .input-group-addon, .content_pg .prof_pg .input-group .input-group-addon, .signup_pg .input-group .input-group-addon {
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.contact_pg .input-group .input-group-addon i, .content_pg .prof_pg .input-group .input-group-addon i, .signup_pg .input-group .input-group-addon i {
	background: #eee;
	color: #666;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
}
.contact_pg .input-group .form-control, .content_pg .prof_pg .input-group .form-control, .signup_pg .input-group .form-control {
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	border-bottom: 2px solid #eee;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 1em;
	transition: all 0.3s ease-in-out;
}
.contact_pg .input-group .form-control:focus, .content_pg .prof_pg .input-group .form-control:focus, .signup_pg .input-group .form-control:focus {
	border-bottom: 2px solid #457359;
	transition: all 0.3s ease-in-out;
}
.contact_pg .input-group textarea, .content_pg .prof_pg .input-group textarea, .signup_pg .input-group textarea {
	height: 130px !important;
	line-height: 22px !important;
}
.contact_pg .btn, .content_pg .prof_pg .btn, .signup_pg .btn {
	background: #457359;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	width: 100px;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	padding: 0;
	margin-top: 10px;
	font-weight: normal !important;
	text-shadow: none !important;
	transition: all 0.3s ease-in-out;
}
.contact_pg .btn:hover, .content_pg .prof_pg .btn:hover, .signup_pg .btn:hover {
	background: #eee;
	color: #666;
	transition: all 0.3s ease-in-out;
}
.checkbox-inline label {
	display: inline-block !important;
	height: 40px;
	line-height: 40px;
	font-size: 1em !important;
}
.checkbox-inline label input[type="radio"] {
	margin-left: 8px;
}
.content_pg {
	padding: 50px 0;
}
.breadcrumb_bx {
	background: url(../images/bg.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 170px 0px 30px;
}
.breadcrumb_bx h1 {
	color: #fff;
	font-size: 2em;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	text-shadow: 2px 2px #333;
}
.breadcrumb_bx h1 i {
	margin-left: 10px;
}
.breadcrumb_bx .breadcrumb {
	background: none;
	border-radius: 0;
	margin: 10px 0px 0px;
	text-align: left;
}
.breadcrumb_bx .breadcrumb li {
	color: #CDDC39;
	font-size: 1em;
}
.breadcrumb_bx .breadcrumb li a {
	color: #fff;
	font-size: 1.1em;
}
.breadcrumb_bx .breadcrumb li a i {
	margin-left: 5px;
}
.stock-pg figure {
	margin-bottom: 15px;
}
.stock-pg figure img {
	width: 272px;
	height: 300px;
	border: 2px solid #eee;
}
.stock-pg figure figcaption ul li {
	color: #666;
	font-size: 1.1em;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
}
.stock-pg figure figcaption ul li i {
	margin-left: 10px;
}
.table, .table tr, .table tr th, .table tr td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.table tr th {
	background: #457359;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}
.table tr th input, .table tr th select {
	color: #000 !important;
}
.table tr td {
	color: #666;
	font-size: 1em;
	text-align: center;
}
.table tr td a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #457359;
	font-size: 1em;
	border-radius: 5px;
	display: block;
	margin: 0px auto;
	transition: all 0.3s ease-in-out;
}
.table tr td a:hover {
	color: #666;
	transition: all 0.3s ease-in-out;
}
.table tr:nth-child(odd) td {
	background: #eee;
}
.modal-body {
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}
.modal-content {
	overflow: hidden;
	border: none;
	box-shadow: 0px 0px 7px -3px #000;
}
.modal-header {
	background: #457359;
}
.modal-header h4 {
	color: #fff;
	font-size: 1.5em;
}
.modal-header h4 i {
	margin-left: 10px;
}
.modal-body label {
	color: #666;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 10px;
}
.modal-body .input-group {
	margin-bottom: 10px;
}
.modal-body .input-group .input-group-addon, .modal-body .input-group .form-control {
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.modal-body .input-group .input-group-addon i {
	background: #eee;
	color: #666;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
}
.modal-body .input-group .form-control {
	border-bottom: 2px solid #eee;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 0.9em;
	transition: all 0.3s ease-in-out;
}
.modal-body .input-group .form-control:focus {
	border-bottom: 2px solid #457359;
	transition: all 0.3s ease-in-out;
}
.modal-body .input-group textarea {
	height: 130px !important;
	line-height: 22px !important;
}
.modal-body .btn {
	background: #457359;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	width: 80px;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	padding: 0;
	font-weight: normal !important;
	text-shadow: none !important;
	margin: 10px 2px 0;
	transition: all 0.3s ease-in-out;
}
.modal-body .btn:hover {
	background: #eee;
	color: #666;
	transition: all 0.3s ease-in-out;
}
#boxer-overlay{
	z-index: 9999 !important;	
}
#boxer{
	z-index: 99999 !important;	
}

.det_cv_pg img{
	width: 100%;
	height: 250px;
	border: 4px solid #ddd;	
	border-radius: 5px;
	margin-bottom: 30px;
}
.det_cv_pg ul li{
	line-height: 40px;
	border-bottom: 1px solid #eee;
	font-size: 1.1em;	
}
.det_cv_pg ul li span{
	color: #888;
	margin-left: 10px;	
}
.about_footer{
	padding: 100px 0 60px;	
}
.about_footer img{
	display: block;
	margin: 0 auto 30px;	
}
.about_footer p{
	width: 80%;
	margin: 0 auto;
	line-height: 25px;
	color: #888;
	font-size: 1em;
	
	text-align:center;	
}
.info_footer{
	padding-bottom: 10px;
	margin-bottom: 60px;	
}
.info_footer ul li:nth-child(1){
	width: 50%;	
}
.info_footer ul li:nth-child(2),
.info_footer ul li:nth-child(3){
	width: 23%;	
}
.info_footer ul li i{
	color: #457359;
	font-size: 25px;
	margin-left: 10px;	
}
.info_footer ul li span{
	color: #888;
	font-size: 1.1em;
		
}
.info_footer ul li:nth-child(2) span,
.info_footer ul li:nth-child(3) a{
	font-family: arial;
	color: #888;
	font-weight: bold;	
}
.nav_soc_footer{
	background: #FAFAFA;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	box-shadow: 0px 0px 1px 0px #888;
	margin-bottom: 70px;
	text-align: center;	
}
.nav_soc_footer .nav_footer li{
	display: inline-block;	
}
.nav_soc_footer .nav_footer li a{
	color: #333;
	font-size: 1.2em;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	display: block;
	
	transition: all 0.3s ease-in-out;
}
.nav_soc_footer .nav_footer li a:hover{
	color: #457359;
	transition: all 0.3s ease-in-out;	
}
.bottom_footer{
	padding-bottom: 15px;	
}
.bottom_footer .copy_bx p{
	    color: #888;
    font-size: 1em;
    line-height: 40px;
	
}
.bottom_footer .m7r_bx a{
	padding: 0px;
    color: #666;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    background: url(../images/m7r.png)	no-repeat left center;
    padding-left: 50px;
    display: block;
    width: 150px;
    margin: 0;
	float: left;
}
footer{
	position: relative;	
}
footer .scroll{
	background: #457359;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	transition: all 0.3s ease-in-out;	
}
footer .scroll:hover{
	color: #fff;
	background: #85A290;
	transition: all 0.3s ease-in-out;	
}
@media (min-width: 1200px) {
}

@media (max-width: 768px) {
header .link_bx, header .soc_bx{
	text-align: center;
	margin-top: 10px;	
}
header .soc_bx{
	margin-bottom: 10px;	
}
header .link_bx ul li, header .soc_bx ul li{
	margin-top: 0;	
}	
header .logo_bx a, header .logo_bx a img{
	margin: 5px auto;	
}
.menu_bx{
	position: static;	
}
.navbar-toggle{
	display: block;
	background: #fff;
	color: #457359;
	text-align: center;
	float: inherit;
	margin: 10px auto;
	width: 60%;
	border-radius: 5px;
	padding: 5px 15px;	
}
.menu_bx .nav_bx .navbar ul li,
.menu_bx .nav_bx .navbar ul li a{
	display: block !important;
	float: inherit !important;
	width: 100%;	
}
.menu_bx .login_bx{
	text-align:center;	
}
.menu_bx .login_bx ul{
	display: flex;
	justify-content: center;
}
.menu_bx .login_bx ul li{
	float: inherit;	
}
.content_pg .prof_pg ul li a{
	margin-bottom: 5px;	
}
.det-art-pg .img_bx,
.det-art-pg .img_bx img{
	width: 100%;
	height: 300px;	
}
.stock-pg .col-xs-12{
	width: 50%;	
}
.det_cv_pg img{
	width: 250px;
	margin: 10px auto;	
}
.slider_bx .carousel-inner .item img{
	height: 350px;	
}
.serv_bx .nav-tabs>li a{
	text-align: center;
	width: 80%;
	margin: 7px auto;	
}
.serv_bx .nav-tabs>li a i{
	float: inherit;
	    font-size: 20px;	
}
.country_bx, .serv_bx .tab-content {
	margin-top: 20px;	
}
.bottom_footer .copy_bx p{
	text-align: center;	
}
.nav_soc_footer{
	margin-bottom: 20px;	
}
.bottom_footer .m7r_bx a{
	float: inherit;
	margin: 0px auto; 	
	display: block;
	width: 150px;
}
.breadcrumb_bx{
	padding: 30px 0;	
}
}

@media (max-width: 480px) {
.stock-pg .col-xs-12, .info_bx h1, .info_bx p,
.content_pg .serv_pg .col-xs-6{
	width: 100%;	
}
.info_bx h1, .info_bx p{
	margin: 0 20px;	
}	
.about_pg img{
	margin: 0px auto 15px;
	display: block;
	float: inherit;	
}
.about_pg p{
	text-align: center;	
}
.serv_bx .title_bx h1{
	background: none;	
}
.nav_soc_footer .nav_footer li, .info_footer ul li{
	width: 100% !important;	
	display: block;
	text-align: center;
}
.info_footer ul li i{
	display: block;
	margin-bottom: 10px;
}
footer .scroll{
	display: none;	
}
}
