@charset "utf-8";
/* CSS Document */

/* 

	Template Name: Apokhava - Boostrap 5 Multipage HTML Website Template
	Author: Rainbow Design
	
*/

/*=====================================================================

--------------- Table of Content ---------------
	
	01. Global Settings
	02. Header
	03. Slider
	04. Features Section
	05. About Area
	06. Faq Area
	07. Services Area
	08. Testimonials Area
	09. Counter Area
	10. Portfolio Section
	11. Call To Action
	12. Blog
	13. Partner
	14. Footer
	15. Inner Page Title
	16. Team
	17. Contact Us

=====================================================================*/

/*--------------------------------------------------------------
	01. Global Settings
--------------------------------------------------------------*/

/* Theme Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Rubik', sans-serif; */
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
	background-color:#000;
}
img {
	max-width: 100%;
}
p {
	line-height: 24px;
	font-size: 14px;
	color:#ccc;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;
	font-family: 'Rubik', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* Buttons */
.dvi4tc {
	background-color: #3fa30f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dvi4tc:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	background-color: #0c4899;
	top: 50%;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dvi4tc:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	background-color: #0c4899;
	left: 0;
	bottom: 50%;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dvi4tc:hover {
	color: #fff;
}
.dvi4tc:hover:before, .dvi4tc:hover:after {
	height: 50%;
	color: #fff;
}
.e2dfbv {
	background-color: #f6ab34;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.e2dfbv:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	background-color: #e79c23;
	top: 50%;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.e2dfbv:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	background-color: #e79c23;
	left: 0;
	bottom: 50%;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.e2dfbv:hover {
	color: #fff;
}
.e2dfbv:hover:before, .e2dfbv:hover:after {
	height: 50%;
	color: #fff;
}
.pjvzfi {
	background-color: #3fa30f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 16px 8px 16px;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pjvzfi:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	background-color: #0c4899;
	top: 50%;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pjvzfi:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	background-color: #0c4899;
	left: 0;
	bottom: 50%;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pjvzfi:hover {
	color: #fff;
}
.pjvzfi:hover:before, .pjvzfi:hover:after {
	height: 50%;
	color: #fff;
}
/* loading */
#e5otw4 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#e5otw4 .hwa20b {
	top: 50%;
	position: relative;
}
/* Top Scroll */
.w0zngp {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	border: 2px solid #f6ab34;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background-color: #f6ab34;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.w0zngp:hover {
	color: #fff!important;
	text-decoration: none;
}
/* Section Title */
.fsw1kf {
	position: relative;
}
.fsw1kf .eqv7ze {
	font-weight: 700;
	text-transform: uppercase;
	color: #3fa30f;
	display: block;
}
.fsw1kf .zidunh {
	font-size: 40px;
	position: relative;
	font-weight: 700;
	color:#fff;
	display: inline-block;
}
.fsw1kf .zidunh:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	bottom: 3px;
	left: 41%;
	transform: translateX(-41%);
	background-color: #3fa30f;
}
.fsw1kf .zidunh:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	bottom: -3px;
	right: 41%;
	transform: translateX(41%);
	background-color: #3fa30f;
}
/*--------------------------------------------------------------
	02. Header
--------------------------------------------------------------*/
.eo8igf .syemez {
	margin-right: 0px;
	position: relative;
	padding: 0px 15px 0px 0px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.eo8igf .suia1x .fth79b {
	padding: 24px 0px;
	color: #fff;
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
}
.eo8igf .suia1x .fth79b span {
	padding: 18px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.eo8igf .suia1x .kudo6q:hover .fth79b span {
	background-color: #3fa30f;
	color: #fff;
	border-radius: 3px;
	padding: 6px 10px;
}
.eo8igf .suia1x .kudo6q.mf6a9t .fth79b span {
	background-color: #3fa30f;
	color: #fff;
	border-radius: 3px;
	padding: 6px 10px;
}
.eo8igf .suia1x .fth79b span i {
	padding-left: 4px;
}
.eo8igf .suia1x .fth79b:after {
	display: none;
}
.eo8igf .o7w4lx .fth79b {
	padding: 16px 0px;
	margin-left: 8px;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.eo8igf .o7w4lx .fth79b .puc0bi {
	padding: 8px 14px;
	color: #fff;
	border-radius: 3px;
	margin-left: 18px;
	background-color: #3fa30f;
}
.eo8igf .zj7ufg {
	margin: 0px;
	padding: 6px 0px;
	border: 0px;
	background-color: #393d46;
}
.eo8igf .zj7ufg .geosyf {
	padding: 6px 40px 6px 25px;
	font-size: 13px;
	border-left: 3px solid #393d46;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.eo8igf .zj7ufg .geosyf:hover, .eo8igf .zj7ufg .geosyf:focus, .eo8igf .zj7ufg .geosyf:active {
	border-left: 3px solid #f6ab34;
	background-color: #42464f;
}
/* sticky */
.dq5v14 {
	position: fixed;
	top: 0px;
}
.eqouna .eo8igf {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	z-index: 999 !important;
	background-color: #222;
}
@media screen and (min-width: 992px) {
/*shows the dropdown menu on hover */
.tzqj15 .j443zf:hover .zj7ufg, .tzqj15 .j443zf .zj7ufg:hover {
	display: block!important;
}
}
/*--------------------------------------------------------------
	03. Slider
--------------------------------------------------------------*/
.vlrvey .z2w3bc:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
}
.vlrvey .yq9n71 {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.vlrvey .yq9n71 .d4ise6 {
	border: 2px solid rgba(255,255,255,0.1);
	background-color: rgba(255,255,255,0.1);
	padding: 20px 30px;
	text-align: center;
}
.vlrvey .yq9n71 h2 {
	margin-bottom: 10px;
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.vlrvey .yq9n71 h2 span {
	text-decoration: underline;
	color: #f6ab34;
}
.vlrvey .yq9n71 p {
	color: #fff;
}
.vlrvey .sarr96, .vlrvey .f0biqj {
	border-radius: 100%;
	color: #fff;
	line-height: 50px;
	background-color: rgba(255,255,255,0.6);
	border: 2px solid rgba(255,255,255,0.6);
	font-size: 18px;
}
.vlrvey .sarr96 {
	width: 50px;
	bottom: auto;
	top: 50%;
	height: 50px;
	right: 60px;
	transform: translateY(-50%);
}
.vlrvey .f0biqj {
	left: 60px;
	width: 50px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	height: 50px;
	transform: translateY(-50%);
}
/*--------------------------------------------------------------
	04. Features Section
--------------------------------------------------------------*/
.dsi4hn {
	background-color: #222;
	z-index: 2;
	position: relative;
}
.nwnpke {
	margin-top: -50px;
	border:1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nwnpke:hover {
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.nwnpke h5 a {
	font-size: 18px;
	color: #fff;
}
/*--------------------------------------------------------------
	05. About Area
--------------------------------------------------------------*/
.v63qqk h6 {
	color: #3fa30f;
	font-style: italic;
	font-weight: 600;
}
.v63qqk h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
}
/*--------------------------------------------------------------
	06. Faq Area
--------------------------------------------------------------*/
.t1cvek .yh1omn .i3apnl .bdp35k .d0wdow {
	display: inline-block;
	color: #f6ab34;
}
.t1cvek .yh1omn .i3apnl .bdp35k i {
	margin-right: 6px;
}
.t1cvek .yh1omn .i3apnl .bdp35k.ihe4az .d0wdow {
	display: none;
}
.t1cvek .yh1omn .i3apnl .bdp35k.ihe4az .erbybi {
	display: inline-block;
}
.t1cvek .yh1omn .i3apnl .bdp35k .erbybi {
	display: none;
}
.t1cvek .yh1omn .i3apnl .bdp35k .d0wdow, .t1cvek .yh1omn .i3apnl .bdp35k .erbybi {
	padding-top: 4px;
}
.t1cvek .yh1omn .i3apnl {
	background-color: transparent;
}
.t1cvek .yh1omn .i3apnl .bdp35k.ihe4az {
	color: #fff !important;
	background-color: #222;
	padding: 10px 15px;
	border: 2px solid rgba(255,255,255,0.1);
}
.t1cvek .yh1omn {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.t1cvek .yh1omn:last-child {
	margin-bottom: 0px;
}
.t1cvek .yh1omn .i3apnl {
	border: 0px;
	padding: 0px;
}
.t1cvek .yh1omn .ggexsp {
	line-height: 24px;
	padding: 15px;
	color: #fff;
	background-color: #222;
}
.t1cvek .yh1omn .i3apnl .bdp35k {
	color: #fff !important;
	padding: 10px 15px;
	background-color: #3fa30f;
}
.t1cvek .yh1omn .i3apnl .bdp35k:after{
	display:none;
}
/*--------------------------------------------------------------
	07. Services Area
--------------------------------------------------------------*/
.qs6l86 {
	position: relative;
	background-image: url(../img/background/services-bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}
.qs6l86:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
}
.yqku6u {
	border: 1px solid rgba(255,255,255,0.1);
	position: relative;
	padding: 40px 40px;
	overflow: hidden;
}
.yqku6u i {
	color: #fff;
	background-color: #3fa30f;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.yqku6u h4 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.yqku6u .ou2sc4 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: 800;
	line-height: 70px;
	opacity: 0.05;
	font-size: 80px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.yqku6u:hover .ou2sc4 {
	bottom: 100%;
	opacity: 0.1;
	transform: translateY(100%);
}
.yqku6u:hover i {
	background-color: #f6ab34;
}
/* sidebar service link */
.gco316 ul {
	background-color: #222;
	border-top: 2px solid #3fa30f;
}
.gco316 ul li a {
	padding: 10px 0px 10px 12px;
	font-size: 13px;
	display: inline-block;
	border-left: 3px solid rgba(255,255,255,0.1);
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gco316 ul li a:hover {
	border-left: 3px solid #f6ab34;
	background-color: #3fa30f;
	color: #fff;
}
.gco316 ul li.mf6a9t a {
	border-left: 3px solid #f6ab34;
	background-color: #3fa30f;
	color: #fff;
}
/* download brochure */
.rpi5u0 a {
	width: 100%;
	display: inline-block;
	background-color: #f6ab34;
	color: #fff;
	font-size: 16px;
	padding: 10px 12px;
	line-height: 20px;
	position: relative;
}
.rpi5u0 a small {
	width: 100%;
	display: inline-block;
	font-size: 11px;
}
.rpi5u0 a i {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
/* How can we help you */
.wh4g3z {
	background-color: #3fa30f;
	padding: 25px;
	color: #fff;
}
.wh4g3z h2 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
/* single service img carousel */
.ngqd05 .owl-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}
.ngqd05 .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
}
.ngqd05 .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
}
.ngqd05 .owl-nav .owl-prev, .ngqd05 .owl-nav .owl-next {
	border-radius: 100%;
	color: #fff !important;
	line-height: 30px;
	font-size: 12px;
	width: 30px;
	border: 0 !important;
	height: 30px;
	background-color: #212121 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ngqd05 .owl-nav .owl-prev:hover, .ngqd05 .owl-nav .owl-next:hover {
	background-color: #3fa30f !important;
	color: #fff !important;
}
/* service contant */
.eou45p h2 {
	font-weight: 500;
	font-size: 26px;
	color:#fff;
}
.eou45p h3 {
	font-weight: 500;
	font-size: 22px;
	color:#fff;
}
/* video img box */
.u46yrn {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}
.u46yrn .c6hhlj {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
}
.u46yrn .c6hhlj a i {
	background-color: #fff;
	color: #ef800d;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	padding: 0;
}
/* blockquote */
.eou45p blockquote {
	background-color: #222;
	border-left: 4px solid #dde1e4;
	padding: 15px;
	font-style: italic;
}
.eou45p blockquote p {
	font-size: 18px;
	line-height: 28px;
}
/*--------------------------------------------------------------
	08. Testimonials Area
--------------------------------------------------------------*/
.jfppta {
	overflow: hidden;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
}
.jfppta .sdp2vq {
	background-color: #3fa30f;
	padding: 35px 25px 50px 25px;
	position: relative;
}
.jfppta .sdp2vq i {
	position: absolute;
	font-size: 130px;
	color: #fff;
	z-index: 0;
	top: 50%;
	left: 0px;
	right: 0px;
	opacity: 0.15;
	margin: auto;
	transform: translateY(-50%);
}
.jfppta .sdp2vq p {
	color: #fff;
	font-style: italic;
	line-height: 30px;
	font-size: 18px;
	z-index: 1;
	position: relative;
}
.jfppta h5 {
	font-size: 18px;
	color:#fff;
	font-weight: 600;
}
.jfppta h5 small {
	font-style: italic;
}
.jfppta .hxt1ei {
	position: relative;
	padding: 45px 10px 35px 10px;
}
.jfppta .hxt1ei .qyo87f {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0px;
	border-radius: 100%;
	overflow: hidden;
	border: 4px solid #fff;
	top: -30px;
	right: 0px;
	margin: auto;
}
.fi4kwo .owl-nav {
	width: 100%;
	margin-top: 30px;
}
.fi4kwo .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
}
.fi4kwo .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
}
.fi4kwo .owl-nav .owl-prev, .fi4kwo .owl-nav .owl-next {
	border-radius: 100%;
	color: #fff !important;
	line-height: 40px;
	font-size: 12px;
	width: 40px;
	border: 0 !important;
	height: 40px;
	background-color: #212121 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fi4kwo .owl-nav .owl-prev:hover, .fi4kwo .owl-nav .owl-next:hover {
	background-color: #3fa30f !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
	09. Counter Area
--------------------------------------------------------------*/
.y47pz6 {
	background-color: #121212;
	position: relative;
	z-index: 0;
	background-image: url(../img/background/counter-area-bg.jpg);
	background-size: cover;
	background-position: center;
}
.y47pz6:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(31,39,50,0.7);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.v6c6e7 {
	padding: 30px;
	position: relative;
	background-color: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.3);
}
.v6c6e7 i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	background-color: #f6ab34;
	color: #fff;
	margin-bottom: 10px;
}
.v6c6e7 .k0kzk2 {
	position: relative;
	padding-bottom: 20px;
}
.v6c6e7 .k0kzk2:after {
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: 0px;
	left: 0px;
	content: "";
	background-color: #f6ab34;
}
.v6c6e7 .k0kzk2 .ryge9y {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 0px;
	color: #fff;
}
.v6c6e7 .k0kzk2 .zidunh {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #b9b9b9;
}
/*--------------------------------------------------------------
	10. Portfolio Section
--------------------------------------------------------------*/
#aamnec .thamqj {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	overflow: hidden;
}
.slsxng {
	margin: auto auto 40px auto;
	display: inline-block;
	background-color: #3fa30f;
}
.slsxng li span {
	cursor: pointer;
	padding: 8px 20px;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slsxng li span:hover {
	background-color: #f6ab34;
	color: #fff;
}
.slsxng li span.mf6a9t {
	background-color: #f6ab34;
	color: #fff;
}
.slsxng li span:after {
	position: absolute;
	content: "";
	width: 1px;
	background-color: #ccc;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	right: -7px;
}
.slsxng li:last-child span:after {
	display: none;
}
.slsxng li span.mf6a9t:before {
	background-color: #1FCB67;
}
.n61q4s .ynvupk {
	position: relative;
}
.n61q4s .dnbens img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.n61q4s .dnbens {
	position: relative;
	overflow: hidden;
}
.n61q4s:hover .dnbens img {
	transform: scale(1.2);
}
.n61q4s .dnbens:after {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.n61q4s .ynvupk {
	margin-bottom: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 0;
	z-index: 1;
}
.n61q4s .zidunh {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	color: #fff;
}
.n61q4s .ynvupk .asfy99 {
	color: #ccc;
}
.n61q4s .b3fsmv {
	list-style: none;
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.n61q4s:hover .b3fsmv {
	opacity: 1;
}
.n61q4s .b3fsmv li {
	display: inline-block
}
.n61q4s .b3fsmv li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f6ab34;
	margin-right: 2px;
	border-radius: 100%;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.n61q4s .b3fsmv li a:hover {
	background-color: #1a1a1c;
}
.n61q4s .b3fsmv li:last-child a {
	margin-right: 0
}
/* single portfolio */
.h443h3 h2 {
	font-weight: 500;
	font-size: 32px;
	color:#fff;
	text-transform: capitalize;
}
.tgftch h2 {
	font-weight: 500;
	font-size: 22px;
	color:#fff;
	text-transform: capitalize;
}
.h443h3 h4 {
	font-weight: 300;
	font-size: 24px;
	color:#ccc;
	line-height: 34px;
}
.gofscv {
	background-color: #222;
	padding: 25px;
}
.gofscv ul li h5 {
	font-size: 18px;
	font-weight: 600;
	color:#fff;
	padding-bottom: 2px;
}
/* single portfolio img carousel */
.crjh5p .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.crjh5p .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
	float: left;
}
.crjh5p .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
	float: right;
}
.crjh5p .owl-nav .owl-prev, .crjh5p .owl-nav .owl-next {
	border-radius: 0;
	color: #333 !important;
	line-height: 40px;
	font-size: 12px;
	margin: 0px;
	width: 40px;
	border: 0 !important;
	height: 40px;
	background-color: rgba(255,255,255,0.8) !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.crjh5p .owl-nav .owl-prev:hover, .crjh5p .owl-nav .owl-next:hover {
	background-color: #3fa30f !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
	11. Call To Action
--------------------------------------------------------------*/
.e3uqsv {
	background-image: url(../img/background/call-to-action-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 0;
}
.e3uqsv:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100% !important;
	top: 0px;
	height: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.8);
}
.fc4fie h3 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 4px 0;
	font-size: 45px;
}
.fc4fie p {
	color: #fff;
}
.uwophj a {
	color: #f6ab34;
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.uwophj a:hover {
	color: #fff;
}
/*--------------------------------------------------------------
	12. Blog
--------------------------------------------------------------*/
.l2wxue {
	padding: 20px;
	border: 1px solid rgba(255,255,255, 0.1);
}
.l2wxue .mgf8wp {
	position: relative;
	overflow: hidden;
}
.l2wxue .q2ce99 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.l2wxue:hover .q2ce99 {
	opacity: 1;
}
.l2wxue .fccn9s {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}
.l2wxue .fccn9s li {
	display: inline-block;
	list-style: none;
}
.l2wxue .fccn9s li a {
	color: #fff;
	font-size: 12px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.l2wxue .fccn9s li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f6ab34;
	border-color: #f6ab34;
}
.l2wxue .lyodlz {
	position: absolute;
	top: 10px;
	border-radius: 4px;
	overflow: hidden;
	right: 10px;
}
.l2wxue .bvrxuk {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #3fa30f;
	width: 100%;
}
.l2wxue .jfvaas {
	display: block;
	padding: 5px 13px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #f6ab34;
	height: 35px;
}
.l2wxue .l1ywon {
	padding: 20px 0px 0px 0px;
}
.l2wxue .cuy8r1 a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.l2wxue .cuy8r1 a:hover {
	text-decoration: none;
	color: #3fa30f;
}
.l2wxue .vape8q {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	transition: color 0.20s linear;
	display: inline-block;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.l2wxue .vape8q:hover {
	text-decoration: none;
	color: #3fa30f;
}
.l2wxue .vape8q:after {
	content: "";
	position: absolute;
	width: 30%;
	bottom: -6px;
	display: block;
	border: 1px solid #3fa30f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.l2wxue .vape8q:hover:after {
	width: 100%;
}
/* widget */
.ibhp7s {
	background-color: #222;
	width: 100%;
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.1);
}
.ibhp7s .z1m0if {
	font-family: 'Rubik', sans-serif;
	position: relative;
	color:#fff;
}
.ibhp7s .z1m0if:after {
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 100%;
	content: "";
	background-color: #3fa30f;
}
/* widget search */
.ibhp7s .g6y1rd {
	position: relative;
	width: 100%;
	display: inline-block;
}
.ibhp7s .g6y1rd input[type="search"] {
	background: #fff;
	border: 0;
	padding: 12px 12px;
	float: left;
	border-radius: 3px 0px 0 3px;
	width: 100%;
}
.ibhp7s .g6y1rd button {
	border: 0;
	position: absolute;
	top: 0px;
	width: 40px;
	padding: 0 16px;
	right: 0px;
	text-align: center;
	height: 100%;
	background-color: #3fa30f;
	color: #fff;
}
/* widget category */
.r7tccq ul li a {
	display: block;
	padding-bottom: 12px;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.r7tccq ul li:last-child a {
	padding-bottom: 0px;
}
.r7tccq ul li a:hover {
	color: #3fa30f;
}
/* widget recent */
.hvlgw8 .m96695 {
	position: relative;
	padding-left: 70px;
}
.hvlgw8 .m96695 img {
	position: absolute;
	left: 0;
	top: 5px;
	max-width: 60px;
	border-radius: 5px;
}
.hvlgw8 .p54i22 a {
	color: #fff;
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
}
.hvlgw8 .p54i22 span {
	display: block;
	font-size: 11px;
}
.hvlgw8 .p54i22 span .ao9wl8 {
	display:inline-block;
}
/* widget tags */
.ibhp7s .dpartr a {
	padding: 5px 15px;
	display: inline-block;
	background-color: #000;
	margin-bottom: 4px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ibhp7s .dpartr a:hover {
	background-color: #3fa30f;
	color: #fff;
}
/* single blog section */
.dxnifj .l2wxue h5 {
	font-weight: 600;
	font-size: 18px;
	color:#fff;
}
/* post tags */
.u44cjs .d2xqs3 {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
}
.u44cjs .d2xqs3 a {
	font-size: 13px;
	border-right: 1px solid #222222;
	padding-right: 12px;
	margin-right: 10px;
	font-weight: 500;
	color: #fff;
	line-height: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.u44cjs .d2xqs3 a:hover {
	color: #3fa30f;
}
.u44cjs .d2xqs3 a:first-child {
	margin-left: 10px;
}
.u44cjs .d2xqs3 a:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
/* share social */
.u44cjs .uawv69 {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
}
.u44cjs .uawv69 a {
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f5f5f5;
	font-weight: 500;
	color: #333;
	border-radius: 100px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.u44cjs .uawv69 a:hover {
	background-color: #3fa30f;
	color: #fff;
}
.u44cjs .uawv69 a:first-child {
	margin-left: 10px;
}
/* blog comment box */
.uwhmvb{
	border:1px solid rgba(255,255,255,0.1);
}
.uwhmvb h2.atnsjb {
	font-weight: 600;
	font-size: 26px;
	color:#fff;
}
.hoitz4 .sh2kk9 li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
}
.hoitz4 .sh2kk9 li .w8r1y6 {
	position: relative;
	padding-left: 70px;
}
.hoitz4 .sh2kk9 li .w8r1y6 .f8v6om {
	width: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-right: 30px;
	overflow: hidden;
	border-radius: 50%;
}
.hoitz4 .sh2kk9 li .w8r1y6 .spsuo4 h3 {
	font-size: 18px;
	font-weight: 600;
	color:#fff;
}
.hoitz4 .sh2kk9 li:last-child {
	border-bottom: 0px;
}
.hoitz4 .sh2kk9 li .w8r1y6 .spsuo4 .ck585d {
	color: #3fa30f;
	font-weight: 400;
	font-size: 12px;
}
.hoitz4 .sh2kk9 li .w8r1y6 .spsuo4 .rjdazi a {
	background: #222;
	color: #fff;
	padding: 6px 12px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hoitz4 .sh2kk9 li .w8r1y6 .spsuo4 .rjdazi a:hover {
	background-color: #3fa30f;
	color: #fff;
}
/* post a reply box */
.so0f6n{
	border:1px solid rgba(255,255,255,0.1);
}
.so0f6n h2.atnsjb {
	font-weight: 600;
	font-size: 26px;
	color:#fff;
}
.cn4sra input {
	padding: 25px 15px;
	color:#fff;
	height:45px;
	background-color:#222;
	border: 1px solid rgba(255,255,255,0.1);
}
.cn4sra textarea {
	border-radius: 0;
	color:#fff;
	font-size: 14px;
	background-color: #222;
	border: 1px solid rgba(255,255,255,0.1);
}
.cn4sra input:focus, .cn4sra textarea:focus {
	background-color: #222;
	border: 1px solid #3fa30f !important;
	color: #fff;
	box-shadow: none;
}
/* pagination */
.t12tii .cldjam:first-child .j4klql {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.t12tii .cldjam:last-child .j4klql {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.t12tii .kdjf6b li a {
	color: #fff;
	background-color:#222;
	border:0px;
}
.t12tii .kdjf6b li.mf6a9t a {
	background-color: #3fa30f;
	border-color: #3fa30f;
	color:#fff;
}
/*--------------------------------------------------------------
	13. Partner
--------------------------------------------------------------*/
.q7ee0g{
	background-color:#222;
}
.qgxtml {
	text-align: center;
	border: 1px solid #f5f5f5;
	background-color: #fff;
	padding: 15px 0px;
}
.qgxtml img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.qgxtml:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
/*--------------------------------------------------------------
	14. Footer
--------------------------------------------------------------*/
.wjo98n {
	background-image: url(../img/background/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-size: cover;
	z-index: 0;
}
.wjo98n:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
/* quick link */
.gi0wd6 .viahx7 ul li {
	line-height: 30px;
}
.gi0wd6 .viahx7 ul li a {
	color: #e5e5e5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gi0wd6 .viahx7 ul li a:hover {
	color: #3fa30f;
}
.gi0wd6 .zidunh h3 {
	color: #f6ab34;
	font-weight: 400;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}
/* footer contact */
.gi0wd6 .macj57 ul li {
	line-height: 30px;
	color: #aaaaaa;
}
.gi0wd6 .macj57 ul li strong {
	color: #fff;
}
/* footer social */
.gi0wd6 .hjr4hq ul li a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #e5e5e5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gi0wd6 .hjr4hq ul li a:hover {
	background-color: #3fa30f;
	color: #fff;
}
/* footer newsletter */
.f97ogo form {
	position: relative;
}
.f97ogo form input {
	background-color: #3fa30f;
	height: 50px;
	border: 0px;
	width: 100%;
	padding: 14px 20px;
	color: #cccccc;
}
.f97ogo form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border: 0px;
	background-color: #094391;
	color: #fff;
	font-size: 16px;
	line-height: .8;
	padding: 18px 22px;
}
.f97ogo form button:hover {
	background: #333;
	color: #fff;
}
/* bottom footer */
.elq0a5 {
	background-color: #111;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tsmgd0 li a {
	color: #aaaaaa;
	display: inline-block;
	padding-right: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tsmgd0 li a:hover {
	color: #3fa30f;
}
.tsmgd0 li:last-child a {
	padding-right: 0px;
}
/*--------------------------------------------------------------
	15. Inner Page Title
--------------------------------------------------------------*/
.lbc4ry {
	background-image: url(../img/background/page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.lbc4ry:after {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0px;
	left: 0px;
	z-index: -1;
}
.lbc4ry h1 {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}
.lbc4ry .ilp0vv {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background-color: transparent;
}
.lbc4ry .ilp0vv li {
	float: none;
	display: inline-block;
}
.lbc4ry .ilp0vv li a {
	color: #f6ab34;
}
/*--------------------------------------------------------------
	16. Team
--------------------------------------------------------------*/
.w2kpag .aq4k00 {
	overflow: hidden;
}
.w2kpag .aq4k00 img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.w2kpag .aq4k00 {
	position: relative;
}
.w2kpag:hover .aq4k00 img {
	transform: scale(1.2);
}
.w2kpag .aq4k00 > a:after {
	background: rgba(0,0,0,0.70);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 100%;
	opacity: 0;
}
.w2kpag:hover .aq4k00 a:after {
	opacity: 1;
}
.w2kpag .gnm0f0 {
	left: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.w2kpag:hover .gnm0f0 {
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
.w2kpag .gnm0f0 ul li {
	display: inline-block;
	float: none;
}
.w2kpag .gnm0f0 ul li a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 3px;
	width: 30px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.w2kpag .gnm0f0 ul li a:hover {
	color: #fff;
	border: 1px solid #3fa30f;
	background: #3fa30f;
}
.w2kpag .ed1203 {
	padding: 15px 10px;
	position: relative;
	border: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	overflow: hidden;
	border-top: none;
	z-index: 1;
}
.w2kpag .ed1203:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -78px;
	background-color: #3fa30f;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.w2kpag:hover .ed1203:before {
	opacity: 1;
	width: 100%;
	bottom: 0px;
}
.w2kpag .ed1203 > h4 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.w2kpag .ed1203 > p {
	color: #ccc;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
}
.w2kpag:hover .ed1203 > h4, .w2kpag:hover .ed1203 > p {
	color: #fff;
}
/*--------------------------------------------------------------
	17. Contact Us
--------------------------------------------------------------*/
.na2ovy {
	background-color: #3fa30f;
	padding: 25px;
	color: #fff;
}
.na2ovy ul li {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.na2ovy ul li:last-child {
	border-bottom: 0px;
}
.na2ovy ul li h5 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 2px;
	color: #fff;
}
.qhmkod h3{
	color:#fff;
}
.qhmkod input {
	padding: 25px 15px;
	border: 1px solid rgba(255,255,255,0.1);
	color:#fff;
	background-color:#222;
}
.qhmkod textarea {
	border-radius: 0;
	font-size: 14px;
	background-color: #222;
	border: 1px solid rgba(255,255,255,0.1);
}
.qhmkod input:focus, .qhmkod textarea:focus {
	background-color: #222;
	border: 1px solid #274abb !important;
	color: #fff;
	box-shadow: none;
}
.rfpeex.yz8rp5 ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
.wr9b03 iframe {
	width: 100%;
	height: 350px;
	border: 0px;
}
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .v7m6vm {
  color: #aaa;
  border-color: #eee;
}
/* Theme 445 migration utility pages */
.kjr0g8{display:inline-block;white-space:nowrap;margin-left:14px;font-size:0;vertical-align:middle}.kjr0g8 a{display:inline-block;margin:0 0 0 8px;white-space:nowrap;vertical-align:middle;font-size:14px;line-height:20px}.drhcon{white-space:nowrap}.jwv498{padding:76px 0}.jwv498 h1{font-size:42px;line-height:1.22;margin:0 0 18px;color:inherit}.jwv498 h2{font-size:34px;line-height:1.25;margin:0 0 16px;color:inherit}.jwv498 h3{font-size:21px;line-height:1.35;margin:0 0 10px;color:#1b1b1b}.jwv498 p,.jwv498 li{font-size:16px;line-height:1.8}.jwv498 em{display:block;margin-bottom:12px;font-style:normal;font-weight:700;letter-spacing:1px}.k792hu{background:#f7f7f7}.cidqq8 img{display:block;width:100%;max-height:430px;object-fit:cover}.jg921y{margin-top:28px}.jg921y a{margin-right:12px;margin-bottom:10px}.khh26a{height:100%;background:#fff;padding:30px 26px;margin-bottom:24px;border:1px solid #e8e8e8;color:#333}.khh26a span{display:inline-block;margin-bottom:14px;font-weight:700;color:#c7202f}.khh26a p{color:#555;margin:0}.uoczzn{text-align:center;max-width:760px;margin:0 auto 36px}.hrd78j{background:#fff;border:1px solid #e8e8e8;padding:38px 42px;color:#222}.hrd78j ol{margin:18px 0 0;padding-left:22px}.e68r25{margin:22px 0 0;padding-left:20px}.ovkhtl{background:#fff;color:#222;padding:42px;border:1px solid #e3e3e3;box-shadow:0 12px 35px rgba(0,0,0,.08)}.ovkhtl h2{color:#111}.ovkhtl p{color:#555}.ovkhtl input{display:block;width:100%;height:54px;margin-bottom:14px;padding:0 18px;border:1px solid #ddd;background:#fff;color:#222}.sofh18{font-size:0;margin-top:10px}.sofh18 button,.sofh18 a{display:inline-block;height:52px;line-height:52px;padding:0 24px;margin:0 10px 10px 0;border:0;background:#c7202f;color:#fff;font-size:15px;font-weight:700;vertical-align:top;cursor:pointer;text-align:center}.sofh18 a{background:#222;color:#fff}.cb33wu{text-align:center}.cb33wu .container,.ma8zmd .container{max-width:880px}.ma8zmd{background:#fff}.ma8zmd .container{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding-top:34px;padding-bottom:34px}.enhr8y{font-size:36px;line-height:1.25;margin:0 0 20px;color:inherit}@media(max-width:991px){.jwv498{padding:54px 0}.jwv498 h1{font-size:32px}.jwv498 h2{font-size:28px}.kjr0g8{margin-left:0;margin-top:10px}.ovkhtl{padding:28px}}
/* Theme 445 utility production polish */
.jwv498{color:#222}.jwv498 h1,.jwv498 h2,.jwv498 h3{color:#151515}.jwv498 p,.jwv498 li{color:#4b4b4b}.jwv498 em{color:#274abb}.abik0t,.krw18g,.dh9c0k{background:#f8f9fc}.o7fnc4{font-size:0;margin:26px 0 0}.o7fnc4 span{display:inline-block;margin:0 8px 10px 0;padding:11px 15px;background:#fff;border:1px solid #dfe4f3;color:#222;font-size:14px;font-weight:600;vertical-align:top}.i9wrcj{position:relative;background:#fff;border:1px solid #e1e5f1;padding:12px;box-shadow:0 12px 30px rgba(0,0,0,.08)}.i9wrcj img{display:block;width:100%;max-height:390px;object-fit:cover}.i9wrcj div{position:absolute;left:26px;right:26px;bottom:26px;background:#274abb;color:#fff;padding:14px 18px;font-weight:700}.tcxwe2{border-top:4px solid #274abb}.tcxwe2 span{color:#274abb}.e54nq3{background:#fff}.n1gefh{font-size:0;margin-top:28px}.n1gefh div{display:inline-block;width:31.33%;min-height:128px;margin-right:2%;padding:22px 18px;background:#fff;border:1px solid #e2e6f1;vertical-align:top}.n1gefh strong{display:block;margin-bottom:8px;color:#151515;font-size:18px}.n1gefh span{display:block;color:#555;font-size:14px;line-height:1.7}.icst9w{margin-right:24px}.iv487s{overflow:hidden;margin:2px 0 18px;color:#333;font-size:14px}.iv487s label{float:left;margin:0;color:#333}.iv487s a{float:right;color:#274abb}.iv487s input{display:inline-block;width:auto;height:auto;margin:0 6px 0 0;padding:0}.cmtj8t{background:#fff}.gccmdt input{margin-bottom:16px}.a2av6r{height:100%;background:#274abb;color:#fff;padding:38px 34px}.a2av6r h2,.a2av6r li{color:#fff}.a2av6r ol{margin:18px 0 0;padding-left:22px}.qthxfl{position:relative;max-width:420px;margin:0 auto;background:#fff;border:1px solid #e2e6f1;padding:12px;box-shadow:0 12px 30px rgba(0,0,0,.08)}.qthxfl img{display:block;width:100%;max-height:420px;object-fit:cover}.x6sczh{position:absolute;left:24px;bottom:24px;background:#274abb;color:#fff;padding:10px 16px;font-weight:700}.xws97a{font-size:0}.xws97a div{display:inline-block;width:25%;min-height:220px;padding:30px 24px;background:#fff;border-right:1px solid #e5e8f1;vertical-align:top}.xws97a div:first-child{border-left:1px solid #e5e8f1}.xws97a i{display:block;margin-bottom:16px;color:#274abb;font-size:30px}.xws97a p{margin:0;color:#555}.cb33wu .container{background:#fff;border:1px solid #e1e5f1;padding:42px 34px}.ma8zmd .container{background:#fff}@media(max-width:991px){.icst9w{margin-right:0;margin-bottom:28px}.n1gefh div,.xws97a div{display:block;width:100%;margin:0 0 15px}.a2av6r{height:auto;margin-top:24px}.i9wrcj{margin-top:24px}}@media(max-width:575px){.jwv498 h1{font-size:30px}.jwv498 h2{font-size:25px}.sofh18 button,.sofh18 a{display:block;width:100%;margin-right:0}.iv487s label,.iv487s a{float:none;display:block;margin-bottom:8px}.i9wrcj div{position:static;margin-top:12px}.o7fnc4 span{display:block;margin-right:0}}
