

/*===================== TABLE OF CONTENT =======================

1.  9 HOMEPAGES
2.  FONT AWESOME FONTS 
3.  RESET CSS
4.  CROSS BROWSER COMPATABILITY
5.  FLAT ICONS
6.  DROPDOWN MENUS
7.  AUDIO PLAYER
8.  RESPONSIVE HEADER
9.  SLICK SLIDER (BANNER)
10. BLOG PAGES
11. TESTIMONIALS
12. 4 DIFFERENT BLOG DETAIL PAGES
13. 4 DIFFERENT BLOG PAGES
14. SPONSORS PAGES
15. AUTHOR PAGE
16. SHOW DETAILS PAGE
17. PODCAST DETAILS PAGE
18. DONATE PAGE
19. 404 PAGE
20. WORKING CONTACT FORM
21. BOOTSTRAP 4
22. 3 DIFFERENT FOOTER STYLE
23. 9 DIFFERENT MAIN BANNER 
24. 6 COLOR SCHEME
25. RTL SUPPORT
26. LIGHT AND DARK VERSION


=============================================================*/

/* ================================================================================== 
									Fonts
===================================================================================== */

@import url('css2.css');

/* ================================================================================== 
										Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Microsoft YaHei UI", "微软雅黑", "黑体", "宋体", Arial; font-weight:lighter;
    line-height: 1.3;
	overflow-x: hidden;
	font-weight: 400;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
button {
	outline: none;
}
input {
	outline: none;
}
textarea {
	outline: none;
}
section {
	display: block;
	position: relative;
}
img {
	vertical-align: middle;
	height: auto;
}
p {
	color: #666666;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}
a {
	color: inherit;
}

h1,
h2 {
	font-weight: 600;
}

/* CROSS BROWSER COMPATABILITY */

a,
.search-form-header form,
.btn-default img,
.service-icon:before,
.portfolio:before,
.ext-link,
.insta:before,
.insta-icon,
.team-fig,
.responsive-mobile-menu,
header nav ul ul {
	transition: all 0.3s ease;
}

.container {
	max-width: 1360px;
	padding: 0 15px;
}
.clearfix {
	clear: both;
}

.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.gray-bg {
	background-color: #fbfbfb;
}
.bg1 {
	background-color: #fef5f4;
}
.theme-bg {
	background-color: #f5f5f5;
}

/* HEADER */

header {
	background: #fff;
	border-bottom: 0px solid #eee;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.05);
	padding: 10px 0px;
}
a {
	text-decoration: none;
}
header nav {
	margin-left: auto;
	float: left;
}
header nav > ul > li {
	display: inline-block;
	padding: 15px 20px;
	position: relative;
}

.search-form-header {
	position: relative;
	display: inline-block;
	margin-left: 80px;
}
.search-btn {
	display: inline-block;
	color: #fff;
	padding: 0px 7px;
	font-size:30px;
	border-radius: 5px;
	background-color: #6CD06E;
	border: solid 0px #ffffff;
}
.search-btn img {
	margin-left: 0px;
}
.search-btn:hover {
	color: #fff;
	background-color:#02A95C;border-radius:5px;
}
.search-form-header .ewm {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	padding: 0px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	z-index: 99;
	margin-top: 80px;
	opacity: 0;
	visibility: hidden;
}
.search-form-header.active .ewm {
	opacity: 1;
	visibility: visible;
	margin-top: 22px;
}
.search-form-header .ewm p {
	width: 100%;
	height: 20px;
	line-height:20px;
	font-size: 14px;
	text-align:center;
}
header nav ul li a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
header nav ul li a:hover {
	font-weight: 700;
	color: #008C8C;

}
header nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #fff;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}
header nav ul ul li {
	padding: 15px 20px;
	border-bottom: 1px dotted #eee;
}
header nav ul ul li:last-child {
	border-bottom: 0;
}
header nav ul ul li a {
	display: block;
	font-size: 16px;
}
header nav ul ul ul {
	left: 100%;
	top: 0;
}

nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

/* MAIN BANNER */
#background_video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; height: 100%; width: 100%; overflow:hidden; padding:1px;}
#video_cover {position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center;}
#overlay {position: absolute;top: 0; right: 0; left: 0; bottom: 0; background: -webkit-linear-gradient(left, rgba(104,204,108,0.8), rgba(0,140,140,0.9)); display: inline-block; padding:1px; overflow:hidden;}

.main-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 15px;
	background: -webkit-linear-gradient(left, rgba(104,204,108,0.8), rgba(0,140,140,0.9));
}
.banner-text h3 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 3px;
}
.banner-text h3 span {
	display: inline-block;
	font-weight: 700;
}
.banner-text h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-shadow: 4px 4px 4px #0A9191;
}
.banner-text {
	max-width: 720px;
	z-index:600;
}
.banner-text p {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 30px;
}
.ban-img{
	float:right;
	z-index:800;
	right:0px;
	top:0px;
	margin-right:0px;
	margin-left:50px;
	}
.btn-default {
	display: inline-block;
	color: #fff;
	padding: 5px 25px;
	line-height: 50px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 20px;
	background-color:#6CD06E;
}
.btn-default img {
	margin-left: 10px;
}
.btn-default:hover {
	color: #fff;
	background-color:#0A9191;border-radius:5px;
}


.block {
	padding: 30px 0;
}


/* ABOUT SECTION */

.about-text > span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1px;
}
.about-text > h2 {
	color: #333333;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 9px;
}
.about-text p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 17px;
}

.abt-links li {
	display: inline-block;
	margin-right: 43px;
}
.abt-links li:last-child {
	margin-right: 0;
}
.abt-links li > span {
	display: block;
	font-size: 16px;
	font-weight:700;
	margin-bottom: 7px;
}
.abt-links li > h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}
.abt-links {
	display: block;
	margin-bottom: 29px;
}

.social-links {
	display: inline-block;
	margin-right: 25px;
}
.social-links li {
	display: inline-block;
	margin-right: 9px;
}
.social-links li:last-child {
	margin-right: 0;
}
.social-links li a {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: #f5f5f5;
}
.social-links li a:hover {
	color: #fff;
}

/* SECTION TITLE */

.sec-title {
	margin-bottom: 0px;
	margin-top: 0px;
}
.sec-title > span {
	display: block;
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}
.sec-title > h2 {
	
	font-size: 24px;
	text-transform: capitalize;
}


/* SERVICES SECTION */

.service {
	border: 1px solid #DDDDDD;
	padding: 37px 20px 25px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.service > h3 {
	text-transform: capitalize;
	margin-bottom: 8px;
	color: #000;
	font-weight: 600;
	font-size: 20px;
}
.service p {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
}
.service-icon {
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
	height: 50px;
}
.service-icon:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 20px;
	width: 40px;
	height: 40px;
	background-color: #6BCF6E;
	border-radius: 100px;
	z-index: -1;
}
.lnk-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}
.lnk-btn img {
	margin-left: 10px;
}
.services {
	margin-bottom: -30px;
}
.service:hover {
	background-color: #6BCF6E;
}
.service:hover .service-icon:before {
	background-color: #fff;
}



.filters-nav li {
	display: inline-block;
	margin-right: 17px;
}
.filters-nav li:last-child {
	margin-right: 0;
}
.filters-nav li a {
	display: inline-block;
	line-height: 36px;
	background-color: #6CD06E;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 15px;
	cursor: pointer;
}
ul#filter {
	text-align: right;
	color: #ffffff;
}
.filters-nav li a:hover {
	color: #fff !important;
	font-weight: 600;
	background-color: 02A95C;
}

/* PORTFOIO MASONARY */

.masonary {
	margin-bottom: -30px;
}
.portfolio > img {
	max-width: 100%;
}

.portfolio {
	margin-bottom: 30px;
	position: relative;
}
.portfolio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
}
.ext-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 76px;
	line-height: 76px;
	border-radius: 100px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}
.portfolio:hover .ext-link {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.portfolio:hover:before {
	opacity: 1;
	visibility: visible;
}
.options {
	margin-top: 5px;
}

/* TESTIMONAIL SECTION */

.testimonial {
	text-align: center;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 30px 30px 0 30px;
}

.testimonial p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 21px;
}
.th-user {
	margin-bottom: -90px;
}
.th-user > img {
	border: 2px solid #fff;
	border-radius: 100px;
	margin-bottom: 11px;
}
.th-user > h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.th-user > span {
	display: block;
	color: #333333;
	font-size: 15px;
}

/* BLOG SECTION */

.blog-thumbnail {
	margin-bottom: 27px;
}
.blog-thumbnail > img {
	width: 100%;
}
.blog-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 16px;
	margin-bottom: 7px;
}
.blog-info > h2 {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}

/* EXPERIENCES SECTION */

.exp-col {
	background-color: #fff;
	padding: 26px 30px 24px;
	border: 1px dashed #fadad9;
	margin-bottom: 30px;
	position: relative;
}
.exp-col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 18px;
    height: 18px;
    border: 2px solid #e64c47;
    border-radius: 100px;
    margin-left: 32px;
    margin-top: 0;
    background: #fff;
}
.exp-col:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 100%;
	margin-left: 36px;
	width: 10px;
	height: 10px;
	border-radius: 100px;
}
.exp-col > span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 6px;
}
.exp-col > h3 {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}
.exp-col p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 25px;
}
.experiences-sec .row .col-lg-6:nth-child(odd) .exp-col {
	text-align: right;
}
.experiences-sec .row .col-lg-6:nth-child(even) .exp-col:before,
.experiences-sec .row .col-lg-6:nth-child(even) .exp-col:after {
	display: none;
}
.experiences-sec .row {
	margin: 0 -40px;
	margin-bottom: -30px;
	position: relative;
}
.experiences-sec .row .col-lg-6 {
	padding: 0 40px;
}
.experiences-sec {
	position: relative;
}
.experiences-sec .row:before,
.exp-v2 .experiences-sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: #f9e8e8;
}
.exp-v2 .experiences-sec:before {
	left: 100%;
	margin-left: 40px;
}


/* CONTACT SECTION */

.ct-col {
	background-color: #FBFBFB;
	padding: 60px 30px; 
}
.ct-col .sec-title {
	margin-bottom: 50px;
}
.ct-links li {
	display: flex;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0 20px;
	align-items: center;
}
.ct-links li:first-child {
	padding-top: 0;
}
.ct-links li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.ct-icon{
	width: 80px;
	
}
.ct-icon span{
	font-size: 50px;
	color: #02a95c;
	
	
}
.ct-info > h4 {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}
.ct-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 16px;
}

/* CONTACT FORM SEC */


.contact-form-sec {
	background-color: #fbfbfb;
	padding: 60px 30px 59px;
}
.contact-form-sec > h3 {
	color: #333333;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 600;
}
.form-group {
	margin-bottom: 25px;
}
.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #ececec;
	background-color: #fff;
	color: #a3a3a3;
	font-size: 16px;
	padding: 0 20px;
}
.form-group textarea {
	padding: 20px 20px;
	resize: none;
	height: 150px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a3a3a3;
}

.contact-form p {
	color: #a3a3a3;
	font-size: 18px;
}

.contact-form p a {
	color: #333333;
	text-transform: capitalize;
}

.form-submit {
	text-align: right;
}
.form-submit button {
	border: 0;
}


/* MAP SECTION */

.map-sec iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -5px;
}


/* INSTAGRAM */

.insta > img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius:10px;
}
.insta-sec .row {
	margin: 50px 0px 0px 0px;
}
.insta-sec .row .col-lg-3 {
	padding: 15px;
}
.insta-sec .row .col-lg-4 {
	padding: 15px;
}
.insta {
	position: relative;

}
.insta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(104,204,108,0.9), rgba(0,140,140,0.8));
	opacity: 0;
	border-radius:10px;
}
.insta-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 60px;
	margin-top: 20px;
	opacity: 0;
	text-align:center;
	width: 80%;
}
.insta:hover:before {
	opacity: 1;
}
.insta:hover .insta-icon {
	margin: 0;
	opacity: 1;
	text-align:center;
}

.insta-icon:hover {
	color: #fff;
	text-align:center;
}
.insta-icon h4{
	color: #fff;
	font-size: 20px;
	text-align:center;
	font-weight:700;
	width: 100%;
	margin-top:10px;
}

/* FOOTER */

footer {
	padding: 20px 0;
	margin-top: 10px;
}
.copyright p {
	color: #666666;
	font-size: 16px;
}
.copyright p a{
	display: inline-block;
	color: #555555;
}
.copyright p a:hover{
	display: inline-block;
	color: #02A95C;
}
.copyright {
	text-align: right;
}

/* HOMEPAGE 2 */

/* Main Banner  */

.main-banner-v2 {
	padding: 120px 0 0;
	border-bottom: 2px solid #cdcdcd;
	margin-bottom: 216px;
}
.banner-text-v2 {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.banner-text-v2 > h2 {
	color: #333333;
	font-size: 46px;
	margin-bottom: 20px;
}
.banner-text-v2 p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 31px;
}

.banr-img {
	margin-top: 180px;
	margin-bottom: -160px;
}
.banr-img > img {
	max-width: 100%;
}
.para {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 28px;
}



/* SERVIES V2 */

.service2-col {
	background-color: #fbfbfb;
	padding: 40px 30px 36px;
	margin-bottom: 30px;
}
.svs-icon {
	height: 90px;
	margin-bottom: 40px;
}
.service2-col h3 {
	color: #232323;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 40px;
}
.rd-icon {
	display: inline-block;
	font-size: 24px;
}
.services2 {
	margin-bottom: -30px;
}
.service2-col:hover {
	background-color: #f5f5f5;
}
.service2-col.align-self {
	align-items: center;
	display: flex;
	height: calc(100% - 30px);
	text-align: center;
	justify-content: center;
}
.service2-col.align-self > a {
	font-size: 30px;
}

/* COUNTER SEC */

.counterr {
	text-align: center;
	border-right: 5px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
	padding: 80px 30px 52px;
}
.counterr h2 {
	font-size: 130px;
	font-weight: 200;
	margin-bottom: 12px;
	line-height: 113px;
}
.counterr > span {
	display: block;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.counter-sec.row {
	margin: 0;
}
.counter-sec .col-lg-4 {
	padding: 0;
}
.counter-sec .col-lg-4:nth-child(3) .counterr {
	border-right: 0;
}
.counter-sec .col-lg-4:nth-child(4) .counterr,
.counter-sec .col-lg-4:nth-child(5) .counterr,
.counter-sec .col-lg-4:nth-child(6) .counterr {
	border-bottom: 0;
} 
.counter-sec .col-lg-4:nth-child(6) .counterr {
	border-right: 0;
}


/* ABOUT SECTION */

.about-img > img {
	max-width: 100%;
}
.about-text-v2 > h2 {
	color: #232323;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: capitalize;
}
p {
	font-size: 16px;
	line-height: 28px;
	color: #a3a3a3;
}

.about-text-v2 p {
	margin-bottom: 28px;
}

/* PORTFOLIO SECTION */

.portfolio-col {
	margin-bottom: 30px;
}
.portfolio-col > img {
	width: 100%;
}
.row.portfolio-sec {
	margin-bottom: -30px;
}

/* HOMEPAGE 3 */

/* MAIN BANNER */

.main-banner-v3 {
	background-image: url(../image/banner00.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0 200px;
	background-position: center;
}
.banner-content-v3 {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	position:relative;
	z-index:500;
}
.banner-content-v3 > h5 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 5px;
	position:relative;
	font-weight: 600;
	text-shadow: 2px 2px 2px #0A9191;
}
.banner-content-v3 > h5 span {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
}
.banner-content-v3 > h2 {
	color: #ffffff;
	font-size: 80px;
	font-weight: 600;
	margin-bottom: 10px;
	text-shadow: 4px 4px 4px #0A9191;
}
.banner-content-v3 p {
	color: #ffffff;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 31px;
	font-weight: 600;
	text-shadow: 2px 2px 2px #0A9191;
}

header.pb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: inherit;
	border: 0;
}

.about-text.v2 p {
	margin-bottom: 45px;
}

/* SERVICES SECTION */

.services.v2 .service-icon {
	width: 100px;
	height: 100px;
	background-color: #f5f5f5;
	border-radius: 100px;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	margin-bottom: 29px;
}
.services.v2 .service-icon:before {
	display: none;
}
.services.v2 .service {
	padding: 60px 20px 52px;
}
.services.v2 .service p {
	margin-bottom: 0;
}
.services.v2 .service:hover {
	background-color: #fff;
}
.options.text-center {
	margin-bottom: 5px;
	text-align:center;
}
.options.text-center ul#filter {
	text-align: center;
}

/* CREATIVE PORTFOLIO */

.portfolio-item {
	text-align: center;
	margin-bottom: 31px;
}
.pt-thumb {
	margin-bottom: 36px;
}
.portfolio-item > h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
}
.masonary.v2 {
	margin-bottom: -31px;
}
.testimonial > img {
	margin-top: 0;
	margin-bottom: 15px;
}


/* EXPERIENCES SECTION */

.exp-v2 {
	text-align: center;
	position: relative;
}
.exp-col-v2 .exp-col:before,
.exp-col-v2 .exp-col:after {
	display: none;
}
.exp-v2 {
	margin: 0 -40px;
}
.exp-v2 .col-lg-6 {
	padding: 0 40px;
}
.experience-v2 {
	position: relative;
}
.experience-v2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #fef5f5;
}
.experience-v2:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #fceceb;
	z-index: -1;
}


.ct-links.v2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.ct-links.v2 li {
	max-width: calc(100% / 4 - 5px);
	flex: 0 0 calc(100% / 4 - 5px);
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0;
}
.ct-links.v2 li:last-child {
	margin-right: 0;
}
.ct-links.v2 li:first-child {
	padding-right: 30px;
}
.map-sec.v2 iframe {
	height: 100%;
}
.map-sec.v2 {
	height: 100%;
}


.progress {
	background: #f5f5f5;
	border-radius: 0;
	position: relative;
	overflow: unset;
	height: 8px;
}
.progress-col {
	margin-bottom: 23px;
}
.progress-col:last-child {
	margin-bottom: 0;
}
.progress-col > h3 {
	color: #02A95C;
	font-size: 16px;
	font-weight:700;
	margin-bottom: 11px;
	width: 100%;
}
.progress-bar {
	position: relative;
	overflow: unset;
}
.progress-bar > span {
	display: inline-block;
	position: absolute;
	top: -35px;
	left: 100%;
	background-color: #6CD06E;
	color: #ffffff;
	font-size: 12px;
	font-weight:700;
	padding: 0 15px;
	line-height: 20px;
	margin-left: -30px;
}
.progress-bar > span:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    border-bottom: 8px solid #6CD06E;
    border-right: 8px solid transparent;
    transform: translateX(-50%) rotate(-44deg);
}
.progress-sec {
	margin-top: 50px;
}
.form-group select {
	-webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
}

/* PAGER SECTION */

.pager-sec {
	background:url(../picture/lm_bg.jpg) ;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
}
.pager-content > h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.breadcrumb li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.breadcrumb li:first-child {
	padding-left: 0;
}
.breadcrumb li a,
.breadcrumb li span {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color:#ffffff;
}
.breadcrumb {
	display: flex;
	width: 100%;
	justify-content: center;
}
.breadcrumb li:before {
	content: '/';
	position: absolute;
	top: 0;
	left: 100%;
	color: #ffffff;
	font-size: 20px;
	margin-left: -3px;
}
.breadcrumb li:last-child:before {
	display: none;
}
.breadcrumb li:last-child {
	padding-right: 0;
}


/* ABOUT SECTION */


.about-v2-img {
	position: relative;
	background-color: #EAF7ED;
}
.about-v2-img > img {
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;

}
.exp {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 10px 20px 15px;
}
.exp > strong {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 1px;
}
.exp > span {
	display: block;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
}
.exp-icon {
	position: absolute;
	top: 20px;
	right: 15px;
}
.about-v3-text > h4 {
	color: #333333;
	font-size: 24px;
	margin-bottom: 6px;
}
.about-v3-text > h4 span {
	display: inline-block;
}
.about-v3-text > h2 {
	color: #333333;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 7px;
	font-weight: 600;
	padding-right: 150px;
}

.about-v3-text p {
	margin-bottom: 28px;
}

/* TEAM SECTION */

.team {
	position: relative;
	margin-bottom: 30px;
}
.teams {
	margin-bottom: -30px;
}
.team > img {
	width: 100%;
}

.team-fig {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff padding-box content-box;
	border: 1px solid #f5f5f5;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
}
.team-fig > h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 40px 20px 0 20px;
}
.team-fig > span {
	display: block;
	color: #333333;
	font-size: 14px;
	margin-bottom: 9px;
	padding: 0 20px;
}
.team-fig p {
	padding: 0 20px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 25px;
}
.team-fig .social-links {
	padding: 0 20px;
}
.team-fig .social-links li {
	margin-right: 5px;
}
.team:hover .team-fig {
	opacity: 1;
	visibility: visible;
} 


.share-wf {
	text-align: right;
}
.share-wf > span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
	margin-right: 5px;
}
.social-v2 {
	display: inline-block;
}
.social-v2 li {
	display: inline-block;
	margin-right: 10px;
}
.social-v2 li a {
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
}
.top-footer {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 34px;
}



/* BLOG PAGE */

.blog-post {
	margin-bottom: 30px;
	background-color:#ffffff;width:100%;padding:20px;border: solid 1px #f5f5f5;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); border-radius: 10px;transition: all 200ms linear; transition-delay: 0.1s;
}
.blogs-page {
	margin-bottom: -30px;
}
.pagination {
	justify-content: center;
	margin-top: 40px;
}
.page-link {
	min-width: 40px;
	line-height: 40px;
	text-align: center;
	color: #666666;
	font-size: 20px;
	background-color: #eaeaea;
	padding: 0;
	border: 0;
	border-radius: 5px !important;
}
.page-link:hover {
	color: #fff;
}
.page-item {
	margin-right: 10px;
}
.page-item:last-child {
	margin-right: 0;
}

/* BLOG SIDEBAR */

.widget-title {
	color: #ffffff;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 25px;
	background-color: #6CD06E;
	padding: 15px;
	border-radius:10px;
}
.widget-search form {
	position: relative;
}
.widget-search form input {
	width: 100%;
	height: 50px;
	border: 1px solid #ececec;
	padding: 0 20px;
	color: #a3a3a3;
	font-size: 14px;
}
.widget-search form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	text-align: center;
	border: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .widget:last-child {
	margin-bottom: 40px;
}

/* WIDGET POSTS */

.wd-post {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.wd-post:first-child {
	padding-top: 0;
}
.wd-post:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.wd-post-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 14px;
	margin-bottom: 5px;
}
.wd-post-info > h3 {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}
.wd-post-thumb {
	margin-right: 10px;
} 
.wd-post-thumb img{
	width: 100px;
	height: 80px;
} 
.widget-categories ul li {
	padding: 20px 5px;
	border-bottom: 1px solid #f1f1f1;
}
.widget-categories ul li a {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	position: relative;
	padding-left: 10px;
}
.widget-categories ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background-image: url(../image/caret.png);
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.widget-categories ul li:first-child {
	padding-top: 0;
}
.widget-categories ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.tagscloud a {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	background-color: #f5f5f5;
	padding: 0 20px;
	line-height: 30px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.tagscloud a:hover {
	color: #fff;
}

.block.testi-block {
	padding-bottom: 200px;
}
.block.testi-block .testimonial {
	background-color: #fff;
}


/* SERVICE DETAILS PAGE */

.services-sidebar > h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	background-color: #f5f5f5;
	padding: 20px 30px;
}
.services-sidebar ul {
	padding: 10px 30px 10px;
	border: 1px solid #f5f5f5;
	border-top: 0;
}
.services-sidebar ul li {
	border-bottom: 1px solid #eaeaea;
}
.services-sidebar ul li:last-child {
	border-bottom: 0;
}


.services-sidebar ul li:hover a,
.services-sidebar ul li a.active {
	color: #fff;
	padding-left: 20px;
}
.services-sidebar ul li a {
	display: block;
	color: #a3a3a3;
	font-size: 16px;
	padding: 16px 0 15px;
}

/* SERVICE DETAILS PAGE */

.service-thumbb {
	margin-bottom: 21px;
}
.service-thumbb > img {
	width: 100%;
}
.service-details > h2 {
	color: #333333;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}
.service-details p {
	margin-bottom: 31px;
}
.service-details h3 {
	color: #232323;
	font-size: 24px; 
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 12px;
}
.service-details .row {
	margin-bottom: 40px;
}

.shade-bg:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-color: #f5f5f5;
}


/* GALLERY PAGE */

.masonary .insta > img {
	height: auto;
}
.masonary .insta {
	margin-bottom: 30px;
}

.terms-page h3 {
	color: #333333;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}
.terms-page .col-lg-12 {
	margin-top: 60px;
}

/* PORTFOLIO DETAILS PAGE */

.portfolio-details > h2 {
	color: #333333;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top:10px;
	text-align:center;
}
.portfolio-details .ct-links.v2 {
	margin-top: 28px;
}
.portfolio-details > h2.mt-50 {
	margin-top: 30px;
}

/* BLOG DETAILS PAGE */

.meta {
	margin-bottom: 20px;
}
.meta li {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	padding: 0 15px;
	position: relative;
}
.meta li:before {
	content: '|';
	position: absolute;
	top: 0;
	left: 100%;
	color: #a3a3a3;
}
.meta li:first-child {
	padding-left: 0;
}
.meta li:last-child {
	padding-right: 0;
}
.meta li:last-child:before {
	display: none;
}
.meta li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}
.meta li span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
}
.meta li img {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.blog-post.single > h2 {
	color: #666666;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 20px;
	padding:0px 0px 20px 0px;
	text-align:center;
	border-bottom:solid 2px #eaeaea;
}
.blog-post.single p {
	margin-bottom: 20px;
	color:#666666;
}
.blog-post p img{
	width:auto;
	height:auto;
	max-width:96%;
	max-height:96%;
	overflow:hidden;
}
blockquote {
	background-color: #f5f5f5;
	padding: 30px;
	border: 2px dashed #e5443f;
	margin-bottom: 25px;
}
blockquote p {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0;
}

.related-tags {
	margin-top: 30px;
	margin-bottom: 50px;
}
.related-tags > h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-right: 20px;
}
.related-tags > h3 img {
	margin-right: 5px;
}
.related-tags .tagscloud {
	display: inline-block;
}
.related-tags li {
	display: inline-block;
}


/* POST CONTROL */

.post-control {
	background-color: #E9F8EA;
	padding: 15px;
	margin: 0;
	margin-bottom: 0px;
	width: 100%;
	border-radius:10px;
}
.post-ct {
	display: flex;
	background-color: #fff;
	padding: 15px;
	align-items: center;
}
.post-thumb-info {
	text-align: right;
	padding-right: 10px;
}
.post-thumb-info > h3 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 600;
	max-width: 350px;
}
.post-thumb-info > span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.post-thumb-info > span img {
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.post-thumb-ct img {
	width:90px;
	height:70px;
	
	}
.post-control .col-lg-6:nth-child(even) .post-thumb-info {
	text-align: left;
	padding-left: 10px;
	padding-right: 0;
}
.post-control .col-lg-6:nth-child(even) .post-thumb-info > span img {
	margin-right: 0;
	margin-left: 8px;
}

/* COMMENTS SECTION */

.comments-section {
	margin-bottom: 70px;
}
.comments-section > h2,
.comments-form > h2 {
	color: #333333;
	font-size: 22px;
	margin-bottom: 20px;
}
.cm-head {
	display: flex;
	margin-bottom: 20px;
}
.cm-head-info > h3 {
	color: #212121;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
}
.cm-head-info > span {
	display: block;
	color: #a3a3a3;
	font-size: 14px;
}
.cm-head-info > span img {
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.cm-head-info > span b {
	padding-left: 10px;
}
.cm-head > img {
	margin-right: 15px;
}
.comment {
	position: relative;
}
.reply-btn {
	position: absolute;
	top: 5px;
	right: 0;
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 500;
}
.reply-btn img {
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.comments li {
	border: 1px solid #f5f5f5;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.comments li:last-child {
	margin-bottom: 0;
}
.comments ul {
	margin-top: 40px;
	padding-left: 70px;
}
.comments ul li {
	background-color: #f5f5f5;
	border: 0;
}

/* COMMENTS FORM */

.comments-form {
	background-color: #fbfbfb;
	padding: 30px;
}


.menu-btn {
	margin-left: 20px;
	font-size: 30px;
	display: none;
}
.pt-thumb > img {
	max-width: 100%;
}
.row.blogs {
	margin: 30px 0px 0px 0px;
}


/* RESPONSIVE MOBILE MENU */

.responsive-mobile-menu {
	position: fixed;
	top: 0px;
	left: 0;
	left: -200px;
	width: 200px;
	z-index: 99999999;
	height: 100%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	background-color: #0A9191;
}
.responsive-mobile-menu.active {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.responsive-mobile-menu ul {
	float: left;
	width: 100%;
}
.responsive-mobile-menu ul li {
	float: left;
	width: 100%;
}
.responsive-mobile-menu ul li a:before {
	content: '\f067';
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.responsive-mobile-menu ul li.menu-item-has-children > a:before {
	opacity: 1;
	visibility: visible;
}
.responsive-mobile-menu ul li.menu-item-has-children.active > a:before {
	content: '\f068';
}
.responsive-mobile-menu ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 10px;
}
.responsive-mobile-menu ul li a:hover {
	color: #FFFFBF;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.responsive-mobile-menu ul ul {
	display: none;
	padding: 20px 0 20px 20px;
}
.responsive-mobile-menu ul ul li a {
	border-bottom: 0;
	padding: 0;
	margin-bottom: 15px;
}
.responsive-mobile-menu ul ul li:last-child a {
	margin-bottom: 0;
}


html {
  scroll-behavior: smooth;
}
 

header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

header.sticky.pb {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.section-gap{padding-top:115px;padding-bottom:110px}
.section-gap-two{padding-top:115px;padding-bottom:80px}
.section-gap-top{padding-top:115px}
.section-gap-bottom{padding-bottom:110px}
.section-gap-extra-bottom{padding-top:115px;padding-bottom:200px}

.main-btn i{margin-left:5px}
.main-btn:hover{background-color:#cccccc;color:#ffffff;border-radius:5px}
.main-btn.bordered-btn{background-color:transparent;border-color:#02A95C;color:#ffffff}
.main-btn.bordered-btn:hover{background-color:#02A95C;border-color:#ffffff;color:#ffffff}
.main-btn.bordered-btn.bordered-white{border-color:#ffffff;color:#ffffff}
.main-btn.bordered-btn.bordered-white:hover{background-color:#02A95C;border-color:#02A95C}


.fancy-icon-boxes .fancy-box-item{background-color:#ffffff;-webkit-box-shadow:0 10px 30px 0 rgba(223,223,223,0.5);box-shadow:0 10px 30px 0 rgba(223,223,223,0.5);padding:28px 30px;position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.fancy-icon-boxes .fancy-box-item::before,.fancy-icon-boxes .fancy-box-item::after{position:absolute;content:"";background-color:#02a95c;-webkit-transition:linear .3s;-o-transition:linear .3s;transition:linear .3s;visibility:hidden;opacity:0}
.fancy-icon-boxes .fancy-box-item::before{right:-5px;bottom:-5px;height:5px;width:50%}
.fancy-icon-boxes .fancy-box-item::after{right:-5px;bottom:-5px;height:50%;width:5px}
.fancy-icon-boxes .fancy-box-item .icon{margin-right:25px;color:#02a95c;font-size:65px;line-height:.5}
.fancy-icon-boxes .fancy-box-item .title{font-size:22px;margin-bottom:8px}
.fancy-icon-boxes .fancy-box-item:hover::before,.fancy-icon-boxes .fancy-box-item:hover::after{visibility:visible;opacity:1}
.fancy-icon-boxes .fancy-box-item:hover::before{width:100%}
.fancy-icon-boxes .fancy-box-item:hover::after{height:100%}
.fancy-icon-list .fancy-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.fancy-icon-list .fancy-list-item:not(:last-child){margin-bottom:40px}
.fancy-icon-list .fancy-list-item .icon{margin-right:25px;color:#02a95c;font-size:45px;line-height:.5;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.fancy-icon-list .fancy-list-item .title{font-size:20px;margin-bottom:8px}
.fancy-icon-list .fancy-list-item:hover .icon{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}

.mb-30{margin-bottom:30px}
.mt-30{margin-top:30px}
.mt-80{margin-top:50px}
.sec5{padding-top:80px;padding-bottom:80px}

.partners-logos-one .logo{background-color:#ffffff;width:100%;height:115px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;border: solid 0px #eaeaea;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); border-radius: 10px;transition: all 200ms linear; transition-delay: 0.1s;}
.partners-logos-one .logo:hover{box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); transition: all 200ms linear; transition-delay: 0.1s;}



.blog-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px;
    overflow: hidden;
    z-index: 1;
}

.blog-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
	padding: 0px;
    background: #ffffff;
    z-index: -1;
}

.blog-one .sec-title {
    margin-bottom: 50px;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__single-img {
    position: relative;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.blog-one__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
}

.blog-one__single:hover .blog-one__single-img img {
    transform: scale(1.2) rotate(1deg);
}

.blog-one__single-img::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(104,204,108,0.9), rgba(0,140,140,0.8));
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.blog-one__single:hover .blog-one__single-img::before {
    transform: scaleY(1.0);
}

.blog-one__single-img .date-box {
    position: absolute;
    left: 40px;
    bottom: 0;
    background: #008C8C;
    padding: 3px 20px 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 0;
    z-index: 5;
}

.blog-one__single-img .date-box span {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}

.blog-one__single-img .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}

.blog-one__single:hover .blog-one__single-img .overlay-icon {
    transform: perspective(400px) scaleY(1.0);
}

.blog-one__single .blog-one__single-img .overlay-icon a {
    position: relative;
    display: inline-block;
}

.blog-one__single .blog-one__single-img .overlay-icon i {
    color: #ffffff;
    font-size: 60px;
    line-height: 50px;
}

.blog-one__single-content {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__single-content:hover {
    box-shadow: 0px 10px 20px 0px rgb(0, 0, 0, 0.15);
}

.blog-one__single-content .meta-info {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.blog-one__single-content .meta-info li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
}

.blog-one__single-content .meta-info li:first-child {
    padding-left: 0;
}

.blog-one__single-content .meta-info li a {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__single-content .meta-info li a:hover {
    color: #02a95c;
}

.blog-one__single-content .meta-info li a i::before {
    position: relative;
    display: inline-block;
    color: #999999;
    font-size: 15px;
    padding-right: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__single-content .meta-info li a:hover i::before {
    color:#02a95c;
}

.blog-one__single-content h2 {
    font-size: 20px;
    line-height: 40px;
	font-weight:700;
	text-align: center;
}

.blog-one__single-content h2 a {
    color:#666666;
	font-weight:700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
	
}

.blog-one__single-content h2 a:hover {
    color:#02a95c;
	font-weight:700;
}

.blog-one--news .news-sidebar__btn {
    margin-top: 10px;
}

.counter-boxes .counter-box .icon{font-size:60px;line-height:.5;color:#ffffff;margin-bottom:25px}
.counter-boxes .counter-box .title{font-size:16px;font-weight:500;color: #ffffff;}
.counter-boxes .counter-box .count-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:40px;color:#ffffff;font-weight:700;letter-spacing:-1px;line-height:1;margin-bottom:10px;}
.counter-boxes .counter-box p{margin-top:30px;position:relative;padding-left:30px}
.counter-boxes .counter-box p::before{content:"";left:0;top:0;width:3px;height:100%;background-color:#02a95c;position:absolute;}
.counter-boxes .counter-box.icon-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.counter-boxes .counter-box.icon-left .icon{margin: 20px;}
.counter-boxes .icon.white-color,.counter-boxes .content.white-color .title,.counter-boxes .content.white-color .icon,.counter-boxes .content.white-color p,.counter-boxes .content.white-color .count-wrap{color:#ffffff;}
.counter-section-one .container{position:relative;z-index:800;padding:20px 0px 20px 50px;}
.counter-section-one.mt-negative{margin-top:-75px; margin-left:15px; margin-right:15px;}
.counter-section-one .container::before{content:"";position:absolute;top:0;left:0px;right:0px;z-index:-1;height:100%;background: -webkit-linear-gradient(left, rgba(0,140,140,0.9), rgba(104,204,108,0.95)); border-radius: 10px;}
.counter-with-image-text-block .counter-boxes-area{padding-top:375px;padding-bottom:20px}
.counter-with-image-text-block .image-text-block-area{position:relative;z-index:2;margin-bottom:-295px}
.counter-with-video .counter-boxes-area{padding-top:380px;padding-bottom:20px}
.counter-with-video .video-area{position:relative;z-index:2;margin-bottom:-300px}

.wpo-fun-fact-section,.wpo-fun-fact-section-s2{text-align:center;background:url(../picture/map.jpg) no-repeat center center;position:relative;background-size:cover;z-index:1;background-attachment:fixed}
@media(max-width:767px){.wpo-fun-fact-section,.wpo-fun-fact-section-s2{padding-top:60px}}
.wpo-fun-fact-section:before,.wpo-fun-fact-section-s2:before{position:absolute;left:0;top:0;width:100%;height:100%;background: -webkit-linear-gradient(left, rgba(104,204,108,0.9), rgba(0,140,140,0.8));content:"";z-index:-1;}
@media(max-width:767px){.wpo-fun-fact-section,.wpo-fun-fact-section-s2{padding-bottom:30px}}
.wpo-fun-fact-section h2,.wpo-fun-fact-section-s2 h2{font-size:30px;font-size:2rem;font-weight:400;margin:0 0 1.8em}
@media(max-width:991px){.wpo-fun-fact-section h2,.wpo-fun-fact-section-s2 h2{font-size:26px;font-size:1.73333rem}}
@media(max-width:767px){.wpo-fun-fact-section h2,.wpo-fun-fact-section-s2 h2{font-size:25px;font-size:1.66667rem}}
.wpo-fun-fact-section .wpo-fun-fact-grids .grid,.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid{width:25%;float:left}
@media(max-width:767px){.wpo-fun-fact-section .wpo-fun-fact-grids .grid,.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid{width:50%;margin-bottom:50px}}
.wpo-fun-fact-section .grid,.wpo-fun-fact-section-s2 .grid{position:relative}
.wpo-fun-fact-section .grid:before,.wpo-fun-fact-section-s2 .grid:before{position:absolute;right:0;top:50%;width:2px;height:70px;content:"";background:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.wpo-fun-fact-section .grid:last-child:before,.wpo-fun-fact-section-s2 .grid:last-child:before{display:none}
@media(max-width:767px){.wpo-fun-fact-section .grid:nth-child(2):before,.wpo-fun-fact-section-s2 .grid:nth-child(2):before{display:none}}
.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3{font-size:60px;font-size:4rem;font-weight:400;color:#fff;margin:0 0 .2em;font-family: "Microsoft YaHei UI", "微软雅黑", "黑体", "宋体", Arial; font-weight:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media(max-width:1200px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3{font-size:50px;ont-size:3.33333rem}}
@media(max-width:991px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3{font-size:40px;font-size:2.66667rem}}
@media(max-width:767px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3{font-size:35px;font-size:2.33333rem}}
@media(max-width:575px){.wpo-fun-fact-section .grid h3,.wpo-fun-fact-section-s2 .grid h3{font-size:25px;font-size:1.66667rem}}
.wpo-fun-fact-section .grid h3+p,.wpo-fun-fact-section-s2 .grid h3+p{font-size:20px;font-size:1.33333rem;margin:0;color:#fff}

.section-padding{padding:30px 0px 30px 0px; margin-top:50px;}
@media(max-width:991px){.section-padding{padding:40px 0px 20px 0px; margin-top:40px;}}
@media(max-width:767px){.section-padding{padding:20px 0px 20px 0px; margin-top:30px;}} 

.lanmu-menu {
	width: 100%;
	height:100%;
	max-height:640px;
	background: -webkit-linear-gradient(left, rgba(104,204,108,0.9), rgba(0,140,140,0.8));
	margin-top: 30px;
	border-radius: 10px;
	padding: 20px;
}

.lanmu-menu h3 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	line-height: 150%;
	float: left;
	padding: 0px 20px;

}
.lanmu-menu span {
	font-size: 30px;
	color: #ffffff;
	text-align: left;
	float: left;
}
.lanmu-menu ul {
	float: left;
	width: 100%;
	margin-top: 20px;
	border-top: solid 2px #ffffff;
}
.lanmu-menu ul li {
	float: left;
	width: 100%;
	padding: 0px 15px;
}
.lanmu-menu ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 10px;
}
.lanmu-menu ul li a:hover {
	color: #FFFFBF;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
