p:last-child {
	margin-bottom: 0px;
}
.btn_1 {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #147b3d;
	color: #147b3d;
	outline: none;
	padding: 13px 15px;
	line-height: 1;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	outline: none;
	font-size: 16px;
	min-width: 215px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn_1 i {
	margin-left: 5px;
}
.btn_1.large {
	font-size: 15px;
	font-weight: 700;
	padding: 18px 20px;
	min-width: 212px;
	text-align: center;
}
.btn_1:hover {
	background-color: #147b3d;
	color: #fff;
	text-decoration: none;
}
#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #147b3d;
	color: #fff;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	font-size: 21px;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,.41);
	-moz-box-shadow: 0 0 24px rgba(0,0,0,.41);
	box-shadow: 0 0 24px rgba(0,0,0,.41);
}
#back-to-top:hover {
	background: #707070;
	color: #fff;
}
#back-to-top.show {
	opacity: 1;
}
.mobile_header {
	display: none;
}
.mobile_header_main {
	height: auto !important;
}
header.mobile_header {
	box-shadow: rgba(192, 192, 192, 0.4) 0pt 3px 3px;
	-webkit-box-shadow: rgba(192, 192, 192, 0.4) 0pt 3px 3px;
	moz-box-shadow: rgba(192, 192, 192, 0.4) 0pt 3px 3px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	z-index: 99999999;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.header_1_main {
	height: auto !important;
}
header.header_1 {
	background-color: #fff;
	z-index: 400;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
header.header_1 .container {
	clear: both;
}


header.header_1.sticky {
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,.36);
	-moz-box-shadow: 0 0 7px 1px rgba(0,0,0,.36);
	box-shadow: 0 0 7px 1px rgba(0,0,0,.36);
}


header.header_1 .logo {
	    padding: 26px 0px;
		transition:all 500ms ease-in-out;	
}


header.header_1 .logo img{
	
	transition:all 500ms ease-in-out;	
	
}

header.header_1 .inner{
	
	text-align:right;	
	padding:20px 0px;
	
}




header.header_1 .social-icons {
	display: block;
	padding: 0px 0px;
	margin-bottom: 10px;
}
header.header_1 .social-icons a {
	font-size: 22px;
	color: #707070;
	display: inline-block;
	text-align: center;
	margin-left: 15px;
	vertical-align: middle;
}
header.header_1 .social-icons a:hover {
	color: #147b3d;
}


header.header_1 .inner .btn_1{
	
color:#c09341;
	
border-color:#c09341;
	
margin-bottom: 10px;
}

header.header_1 .inner .btn_1:hover{
	color:#fff;
	background-color:#c09341;	
	
}


.main_menu_wrap {
}
.sf-menu {
	line-height: 1;
	position: relative;
	z-index: 200;
	margin: 0;
	list-style-type: none;
	float:right;
}
.sf-menu > li {
	float: left;
	padding: 0;
	margin: 0;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li:last-child {
	padding-right: 0;
}
.sf-menu > li:first-child {
	background: none;
}
.sf-menu > li > a {
	color: #147b3d;
	float: left;
	font-size: 16px;
	padding: 11px 10px;
	font-weight: normal;
	text-decoration: none;
	font-weight: 500;
	    margin: 0px 5px;
	border-radius: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid transparent;
}
.sf-menu > li.current > a, .sf-menu > li > a:hover, .sf-menu > li.sfHover > a {
	color: #147b3d;
	outline: 0;
	text-decoration: none;
	border-color: #147b3d;
}
.sf-menu > li.sfHover > a:active, .sf-menu > li.current.sfHover > a:active {
}
.sf-menu ul {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 78px;
	z-index: 9999;
	display: none;
	background: white;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.sf-menu ul li {
	background: none;
}
.sf-menu ul ul {
	left: 200px;
	top: 0px;
}
.sf-menu ul li {
	width: 195px;
}
.sf-menu ul li:first-child {
	border-top: 0 none;
}
.sf-menu ul li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.sf-menu ul a {
	color: #333;
	display: block;
	margin: 0;
	padding: 10px 5px 10px 13px;
	font-size: 15.5px;
	text-transform: none;
	text-decoration: none;
}
.sf-menu ul li {
	margin-bottom: 0;
}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a {
	color: #FFF;
	background-color: #42C5E1;
}

header.header_1.sticky .btn_1, header.header_1.sticky .social-icons{
	
	
	display:none;
}


header.header_1.sticky .logo {
    padding: 16px 0px;
}

header.header_1.sticky .logo img{
	
	    width: 150px;	
	
}


.banner {
	position: relative;
	background-color: #fff;
	padding-top: 50px;
}
.banner ul li {
	width: 100%;
}
.banner article {
	margin: 0;
	text-align: center;
	margin-bottom: 30px;
}
.banner article h1 {
	font-size: 46px;
	line-height: 1;
	color: #323775;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banner article h1 strong {
	font-size: 71px;
	font-weight: 700;
}
.banner article p {
	color: #bc8e3e;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}
.banner ul li .img-responsive {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.banner .owl-controls {
	margin: 0px;
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 100%;
}
.banner .owl-controls .owl-dots {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 15px;
}

img.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
img.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
div.sec {
	padding: 60px 0px;
	position: relative;
	overflow: hidden;
}
div.sec .sec_title {
	margin-bottom: 50px;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.sec .sec_title h1, div.sec h1 {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 10px;
	font-weight: 600;
	color: #147b3d;
}
div.sec h1{
	
	margin-bottom:30px;	
	
}
div.sec .sec_title p {
	font-weight: 300;
	font-size: 16px;
}
div.sec.sec1 {
	background-color: #fff;
}

div.sec.sec1 .sec_title{
	
	margin-bottom:0px;	
	
}

div.sec.sec1 .sec_title h1{
	
	color:#bc8e3e;	
	
}


div.sec.sec2 {
	background-color: #ffead1;
}

.video_wrap {
	-webkit-box-shadow: 0 0 29px rgba(116,116,116,.17);
	-moz-box-shadow: 0 0 29px rgba(116,116,116,.17);
	box-shadow: 0 0 29px rgba(116,116,116,.17);
	width: 696px;
	height: 436px;
	border: 1px solid #d2dde5;
	background-color: #f4f6f8;
	margin-bottom:30px;
}

div.sec.sec3{
	
	
}

.client_logo_wrap {
	padding:0px 70px;
	position:relative;
	
}
.client_logo_wrap ul {
}
.client_logo_wrap ul li {
	border: 1px solid #e8e8e8;
}
ul#client_slider {
	width: auto;
}
ul#client_slider li {
	margin: 0px 15px;
	    margin-bottom: 2px;
}




ul#client_slider.owl-carousel .owl-controls {
	margin: 0px;
}
ul#client_slider.owl-carousel .owl-controls .owl-nav [class*=owl-] {
	width: 18px;
	height: 31px;
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	top: 37%;
	border-radius: 0px;
	margin: 0px;
}
ul#client_slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left:-35px;
	background: url(../images/left_aero.png) no-repeat;
}
ul#client_slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right:-35px;
	background: url(../images/right_aero.png) no-repeat;
}
ul#client_slider.owl-carousel .owl-controls .owl-nav [class*=owl-]:hover {
	opacity: 0.8;
}





footer.footer_1 {
	background-color: #ffead1;
	display: block;
	padding: 50px 0px;
	color: #444444;
	padding-bottom: 30px;
}
footer.footer_1 .widgets {
	display: block;
}


footer.footer_1 .widgets .footer-social {
	display: block;
	margin-bottom: 20px;
}
footer.footer_1 .widgets .footer-social a {
    font-size: 22px;
    color: #707070;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    vertical-align: middle;
	text-decoration:none;
}
footer.footer_1 .widgets .footer-social a:hover {
	
	    color: #147b3d;

}

footer.footer_1 .widgets.links{
	

	
}

footer.footer_1 .widgets.links ul{
	
margin-bottom: 25px;
	
overflow: hidden;
}
footer.footer_1 .widgets.links li{
	
	float:left;	
	
}
footer.footer_1 .widgets.links li a {
	display: block;
	font-size: 16px;
	position: relative;
	line-height: 1.1;
	color: #147b3d;
	font-weight: 500;
	margin-right: 15px;
	margin-bottom:7px;
}
footer.footer_1 .widgets.links li a:hover {
	color: #707070;
	text-decoration: none;
}

footer.footer_1 .widgets.links p{
	
	clear:both;
	color:#444444;
	font-size:15px;
	font-weight:300;	
	
}

footer.footer_1 .widgets p a{
	
	color:#147b3d;
	font-size:16px;
	text-decoration:none;	
	
}

footer.footer_1 .widgets p a:hover{
	
	color: #707070;
	text-decoration: none;
	
}

.mobile_header {
	display: none;
}
 @media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {


	

	
	
}
 @media (min-width: 768px) and (max-width: 991px) {

	 
	 

	 
	 
}
 @media (max-width: 767px) {
header.header_1 {
	height: auto;
}
header.header_1 {
	display: none;
}
div.sec {
	padding: 50px 0px !important;
}
div.sec.sec7 {
	padding-bottom: 0px !important;
}
.mobile_header {
	display: block;
}
header.mobile_header .logo {
	padding: 14px 0px;
}
header.mobile_header .logo img {
	width: 120px;
}
.side_menu_toogle {
	width: 28px;
	height: 25px;
	margin: 0;
	    margin-top: 20px;
	margin-left: auto;
	margin-right: 0;
	display: block;
}
.side_menu_toogle span:after, .side_menu_toogle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
.side_menu_toogle span:after {
	top: 9px;
}
.side_menu_toogle span {
	position: relative;
	display: block;
}
.side_menu_toogle span, .side_menu_toogle span:after, .side_menu_toogle span:before {
	width: 100%;
	height: 5px;
	background-color: #147b3d;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
	display: inline-block;
}
/* on activation */
.side_menu_toogle.active span {
	background-color: transparent;
}
.side_menu_toogle.active span:before {
	transform: rotate(45deg) translate(5px, 5px);
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
}
.side_menu_toogle.active span:after {
	transform: rotate(-45deg) translate(7px, -8px);
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-moz-transform: rotate(-45deg) translate(7px, -8px);
}
.side_menu_toogle.active {
	opacity: 1;
	visibility: visible;
}
.mobile_menu {
	display: none;
	position: fixed;
	top: 68px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 48px);
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 999999;
	-webkit-backface-visibility: hidden;
	background: #1a1a1a;
	color: #fff;
	padding: 20px;
}
.mobile_menu ul.inner {
	margin-bottom: 20px;
}
.mobile_menu > ul.inner ul {
	display: none;
}
.mobile_menu ul.inner li {
	list-style: none;
}
.mobile_menu ul.inner li a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	padding-left: 30px;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #484646;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	text-transform: uppercase;
}
.mobile_menu ul.inner li a i {
	display: none;
}
.mobile_menu ul.inner li a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	content: "\f101";
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 16px;
	margin-left: 15px;
}
.mobile_menu ul.inner li a:hover, .mobile_menu ul.inner li.current_page_item a {
	color: #fff;
	outline: 0;
	text-decoration: none;
	background-color: #147b3d;
}
.mobile_menu ul.inner ul li a {
	padding-left: 45px;
}
.mobile_menu ul.inner ul li a:hover {
	color: #fff;
	background-color: #d3a939;
	outline: 0;
}
.mobile_menu ul.inner ul li a:after {
	margin-left: 25px;
}
.mobile_header .top_links ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding-right: 14px;
	text-transform: uppercase;
	word-spacing: 3px;
}



}
 @media (max-width: 650px) {
	 

}
 @media (max-width: 480px) {
}
