/*!
Theme Name: dc_net_ael
Theme URI: http://underscores.me/
Author: Digital Creativity
Author URI: https://dc.net.sa
Description: ael.org.sa theme Design and developed by Digital Creativity inc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dc_net_ael
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dc_net_ael is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
@font-face {
	font-family: Tajawal;
	src: url(fonts/Tajawal-Regular.ttf);
}
/* ===================================
    Reset
====================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
body{ font-family: 'Tajawal', sans-serif; -webkit-font-smoothing: antialiased;  font-smoothing: antialiased; font-size:14px; color:#6f6f6f; font-weight: 400;line-height: 24px; }
body, html { -moz-osx-font-smoothing: grayscale; }
a, a:active, a:focus { color: #6f6f6f; text-decoration: none; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;  }
a:hover, a:active{color: #232323; text-decoration: none;}
a:focus, a:active, button:focus, button:active,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;}
img {max-width:100%; height:auto; }
input, textarea, select{ border: 1px solid #d1d1d1; font-size: 14px;  padding: 8px 15px; width: 100%; margin: 0 0 15px 0; max-width: 100%; resize: none;}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none; outline: none;}
input:focus, textarea:focus{ border-color: #585858; outline: none; }
input[type="button"]:focus{ outline: none; }
select::-ms-expand{ display:none;}
iframe { border: 0;}
p {margin: 0 0 20px; word-spacing: 1px;}
b, strong { font-weight: 600;}
.height-50 { height: 50%; }
.height-100 { height: 100%; }
.last-paragraph-no-margin p:last-of-type {margin-bottom:0;}
.alt-font strong {font-weight: 700 }
.white-space { white-space: normal; }
.word-wrap { word-wrap: break-word; }
.valign { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
ul, ol, dl {list-style-position: outside;}
ul li { list-style: none; }
::selection { color: #000; background:#dbdbdb; }
::-moz-selection { color:#000; background:#dbdbdb; }
::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis;}
::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
:-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
/* ===================================
	Default Header style
====================================== */

header{ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: all 0.5s ease 0s; position: relative; z-index: 99999; }
.navbar-brand{
	padding: 0;
	margin: 0;
}
.navbar-brand img{
	max-height: 75px;
	object-fit:contain;
	transition-duration: 0.5s;
	margin-bottom: 12px;
	margin-top: -20px;
	z-index: 4;
	transform:scale(1.7);
	transform-origin:top;
	position: relative;
}
.navbar-header-custom{ padding: 22px 0 20px 0; }
.navbar-default{ transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.navbar-default .container, .navbar-default .container-fluid{ position: relative; }
.menu_area{ position: relative; z-index: 2; }
.menu_area .navbar-brand{ transition: all 0.5s ease 0s; }

.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a{ display: block; color: #9d9d9d; font-size: 13px; }
.navbar-nav > li{ margin-left: 5px; float: left; }
.navbar-nav > li.has-sub{ padding-left: 13px; }
.navbar-nav > li > a{ position: relative; display: block; font-size: 16px; font-weight: 600; padding: 0 5px; color: #232323; letter-spacing: 0; text-transform: uppercase; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; }
.navbar-nav li.current > a{ color: #62bd98; }
.navbar-nav > li.has-sub > a:hover{ color: #000; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 28px; left: -8px; content: ""; border-color: transparent #232323 #232323 transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }
.navbar > ul > li.current > a:after{ border-color: transparent #62bd98 #62bd98 transparent; }

.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; margin-bottom: 12px; padding: 0 20px; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ color: #62bd98; }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 0 0 10px; background: #232323; min-width: 225px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
.navbar-nav li:hover > ul{ left: auto; }

.navbar-nav > li.has-sub > ul{ opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
.navbar-nav > li.has-sub:last-child:hover ul{ left: inherit; right: 0; }
.navbar li > ul ul{ margin-top: -39px; margin-left: 200px; min-width: 200px; }
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }
.navbar ul ul li.has-sub > a:after{ position: absolute; top: 12px; right: -3px; width: 8px; height: 2px; display: block; background: #9d9d9d; content: ""; }
.navbar ul ul li.has-sub > a:before{ position: absolute; top: 9px; right: 0; display: block; width: 2px; height: 8px; background: #9d9d9d; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }
.navbar ul ul > li.has-sub:hover > a:before{ top: 17px; height: 0; }

/* atribute navigation */
.attr-nav{ float: right; margin-left: 11px; margin-right: -15px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -5px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: left; display: block; }
.attr-nav > ul > li > a{ color: #232323; display: block; padding: 21px 15px; position: relative; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #232323; min-width: 225px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

/* Responsive CSS */
@media screen and (min-width: 992px){

	/* ===================================
        Default Header style
    ====================================== */

	header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
	.wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
	.scrollHeader .navbar-brand img{ max-height: 35px; transition-duration: 0.5s; }
	.scrollHeader .navbar-header-custom{ padding: 10px 0; transition-duration: 0.5s; display: none}
	.scrollHeader.header-style4 .navbar-nav > li > a {
		padding-top: 15px;
	}
	.navbar .sub-title{ color: #fff; }
	/* atribute navigation */
	.scrollHeader .attr-nav > ul > li > a{ padding: 21px 15px; }
	.attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
	.attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
	.scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }
	/* ===================================
        Header style04
    ====================================== */
	.header-style4 #top-bar { background: #3498db; z-index: 1}
	.header-style4 #top-bar i { color: #fff;font-size: 16px; }
	.header-style4 #top-bar { background: #3498db; }
	.header-style4 #top-bar i { color: #fff; }
	.header-style4 { box-shadow: none; }
	header.header-style4 .scrollHeader .navbar-default { position: relative; transition: all 0s ease 0s;  }
	header.header-style4 .menu_area {
		background: #ffffff;
		border-top: 0;
		border-bottom: 5px solid #dbb968;
	}
	.header-style4 .navbar-default { box-shadow: none; }

	.header-style4 .navbar-nav > li:first-child { margin-left: 0; }
	.header-style4 .navbar-brand img { transition: all 0s ease 0s;  }

	.header-style4 .navbar-nav li a { color: #6f6f6f; }
	.header-style4 .navbar-nav > li > a { font-size: 14px; color: #000;padding-top: 5px;padding-bottom: 15px }
	.header-style4 .navbar-nav > li > a:hover {  color: #62bd98;    transform: translateY(3px);}
	.header-style4 .navbar-nav li > ul { background: #fff; }
	.header-style4 .navbar ul ul li.active > a { color: #232323; }
	.header-style4 .navbar-nav li.has-sub a:hover{ color: #232323; }
	.header-style4 .navbar-nav li.current > a{ color: #3498db; }
	.header-style4 .navbar .sub-title { color: #232323; }
	.header-style4 .navbar-nav > li.has-sub > a:hover{ color: #232323; }
	.header-style4 .navbar > ul > li.has-sub > a:after { top: 15px; }
	.header-style4.scrollHeader .navbar > ul > li.has-sub > a:after {
		top: 23px;
	}
	.header-style4 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #232323 #232323 transparent; }
	.header-style4 .navbar > ul > li.has-sub > a:after{  border-color: transparent #6f6f6f #6f6f6f transparent; }
	.header-style4 .navbar > ul > li.current > a:after{ border-color: transparent #3498db #3498db transparent; }

	.header-style4 .attr-nav > ul > li > a { color: #6f6f6f;  }
	.header-style4 .attr-nav > ul > li > a:hover { color: #232323; }
	.header-style4 .attr-nav .cart-search { border-right: 1px solid #e0e0e0; padding-right: 15px; margin-right: 15px; vertical-align: middle; margin-bottom: 0; }
	.header-style4 .attr-nav > ul { float: none; margin: 0; }
	.header-style4 .top-social-icon { vertical-align: middle;  }
	.header-style4 .attr-nav .top-social-icon > li:first-child > a { padding-left: 0; }
	.header-style4 .attr-nav .top-social-icon > li > a { padding: 5px; }

}

.top-bar-info{ display:inline-block; vertical-align: middle; }
.top-bar-info ul{ margin-bottom:0; }
.top-bar-info li{ font-weight:600; color:#fff; list-style-type:none; font-size:15px; padding:0 5px 0; display:inline-block; margin-bottom:0; text-transform: capitalize;}
#top-bar{ display:block; position:relative; z-index:999; background:#1c1c1c; padding: 7px 0; }
.top-bar-info li i{ font-size:16px; color:#62bd98; margin-right:8px; margin-top: 0; display: inline-block; vertical-align: text-bottom; }
@media screen and (max-width: 1199px){
	.navbar-nav > li{ margin-left: 5px; }
}
.navbar ul ul li:hover a{ color: #62bd98!important; }
@media screen and (max-width: 991px) {

	/* ===================================
        Default Header style
    ====================================== */
	.navbar-header-custom {
		padding: 4px 0 8px;
	}

	.menu_area .navbar-brand {
		margin-top: 6px;
	}

	.navbar-nav li > ul {
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav > li.has-sub > ul {
		opacity: 1;
		margin: 0;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition: all 0s ease;
		-ms-transition: all 0s ease;
		-moz-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}

	.navbar li > ul ul {
		margin: 0;
		min-width: auto;
	}

	.navbar-nav > li.has-sub {
		padding-right: 0;
	}

	.navbar-nav > li > a {
		padding: 10px 20px;
		color: #232323;
	}

	.navbar-nav > li > a:hover {
		opacity: 1;
	}

	.navbar-nav li.has-sub a:hover {
		color: #232323;
	}

	.navbar ul ul li.active > a {
		color: #000;
	}

	.navbar .sub-title {
		color: #232323;
	}

	.navbar-nav {
		background: #fff;
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 71px;
		left: 0;
		width: 100%;
		width: 100%;
		display: none;
		transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}

	.navbar-nav li.active > a {
		opacity: 1;
	}

	.navbar-nav ul {
		width: 100%;
		display: none;
		transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}

	.navbar-nav li {
		width: 100%;
		border-top: 1px solid #e6e6e6;
		position: relative;
		padding: 0;
		margin: 0;
	}

	.navbar-nav ul li:hover {
		background: #f5f5f5;
	}

	.navbar-nav ul ul li {
		height: auto;
	}

	.navbar-nav li:hover > ul > li {
		height: auto;
	}

	.navbar ul li a {
		width: 100%;
		border-bottom: 0;
	}

	.navbar ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		background: #f5f5f5;
		padding: 0;
	}

	.navbar ul ul li {
		margin-bottom: 0;
		padding: 0;
		border-color: #e6e6e6;
	}

	.navbar ul ul li a {
		width: 100%;
		border-bottom: 0;
		color: #616161;
		background: none;
		padding: 8px 30px;
	}

	.navbar ul ul ul li a {
		padding-left: 45px;
	}

	.navbar > ul > li {
		float: none;
	}

	.navbar-nav ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		background: #f5f5f5;
		padding: 0;
	}

	.navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before {
		display: none;
	}

	.navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before {
		display: none;
	}

	.navbar-nav ul ul ul li.active a {
		border-left: none;
	}

	.navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a {
		border-top: none;
	}

	.navbar li > ul ul ul {
		margin-left: 0;
		background: #fff;
	}

	.navbar ul ul ul ul li a {
		padding-left: 55px;
	}

	.navbar-nav .has-sub .has-sub .submenu-button {
		height: 40px;
	}

	.navbar-nav .has-sub .has-sub .submenu-button:after {
		top: 19px;
	}

	.navbar-nav .has-sub .has-sub .submenu-button:before {
		top: 16px;
	}

	.navbar-toggler {
		background: #232323;
		width: 50px;
		height: 45px;
		padding: 0;
		border-radius: 0;
		position: absolute;
		right: 0;
		top: 13px;
		cursor: pointer;
		z-index: 12399994;
		border: none;
	}

	.navbar-toggler:after {
		position: absolute;
		top: 22px;
		right: 15px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		content: "";
	}

	.navbar-toggler:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 15px;
		display: block;
		height: 2px;
		width: 20px;
		background: #fff;
		content: "";
	}

	.navbar-toggler.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.navbar-toggler.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar-nav .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		height: 44px;
		width: 100%;
		cursor: pointer;
	}

	.navbar-nav .submenu-button:after {
		position: absolute;
		top: 21px;
		left: 17px;
		width: 8px;
		height: 2px;
		display: block;
		background: #232323;
		content: "";
	}

	.navbar-nav .submenu-button:before {
		position: absolute;
		top: 18px;
		left: 20px;
		display: block;
		width: 2px;
		height: 8px;
		background: #232323;
		content: "";
	}

	.navbar-nav .submenu-button.submenu-opened:before {
		display: none;
	}

	/* atribute navigation */
	.attr-nav {
		float: left;
		margin-left: 11px;
		margin-right: 55px;
	}

	.attr-nav > ul > li {
		display: inline-block;
	}

	.attr-nav > ul > li.dropdown ul.dropdown-menu {
		left: -193px;
		top: 38px;
		display: none !important;
	}

	.attr-nav > ul > li.dropdown.show ul.dropdown-menu {
		display: block !important;
	}

	.attr-nav > ul > li > a {
		padding: 0;
	}

	.attr-nav > ul > li > a span.badge {
		right: -8px;
	}

	/* ===================================
        Header style04
    ====================================== */

	/* topbar */
	.top-bar-info{ display:inline-block; vertical-align: middle; }
	.top-bar-info ul{ margin-bottom:0; }
	.top-bar-info li{ font-weight:500; color:#fff; list-style-type:none; font-size:13px; padding:0 5px 0; display:inline-block; margin-bottom:0; }
	#top-bar{ display:block; position:relative; z-index:999; background:#1c1c1c; padding: 7px 0; }
	.top-bar-info li i{ font-size:16px; color: #63c19d; margin-right:8px; margin-top: 0; display: inline-block; vertical-align: text-bottom; }

	.top-social-icon{ padding:0; float:right; margin:0; }
	.top-social-icon li{ font-size:14px; list-style-type:none; float:left; text-align:center; margin:0; padding:0 7px; }
	.top-social-icon li:last-child { padding-right: 0; }
	.top-social-icon li:last-child a { padding-right: 0; }
	.top-social-icon li a{  color:#fff; line-height: 28px; -webkit-transition-duration:.3s; transition-duration:.3s; padding:0 3px;  }
	.top-social-icon li a:hover { color: #63c19d; }

	/* ===================================
        Navigation
    ====================================== */
	.header-style4 .navbar-header-custom {
		padding: 8px 0;
	}

	.header-style4 .navbar {
		position: unset;
		float: right;
	}

	.header-style4 .navbar-nav {
		top: 0;
		background: none;
		padding: 0 15px;
	}

	.header-style4 .navbar-toggler {
		top: -57px;
		right: 15px;
	}

	.header-style4 .navbar > ul > li {
		background: #fff;
	}

	.header-style4 .attr-nav {
		margin-top: -65px !important;
	}

	.header-style4 .top-social-icon {
		display: none;
	}

	.header-style4 .attr-nav > ul > li.dropdown ul.dropdown-menu {
		top: 35px;
	}
}
.top-social-icon{ padding:0; float:right; margin:0; }
.top-social-icon li{ font-size:14px; list-style-type:none; float:left; text-align:center; margin:0; padding:0 7px; }
.top-social-icon li:last-child { padding-right: 0; }
.top-social-icon li:last-child a { padding-right: 0; }
.top-social-icon li a{  color:#fff; line-height: 28px; -webkit-transition-duration:.3s; transition-duration:.3s; padding:0 3px;  }
.top-social-icon li a:hover { color: #63c19d; }
/* ===================================
    Common styles
====================================== */
.navbar ul ul li a{ font-weight: 600!important;color: #142e22!important;}
.navbar ul ul li:hover a{ color: #62bd98!important; }
/* ===================================
    Navigation
====================================== */
.navbar-nav li.current > a{ color: #63c19d; }
.navbar > ul > li.current > a:after{ border-color: transparent #63c19d #63c19d transparent; }

@media screen and (min-width: 992px){
	/*Header style04*/
	.header-style4 .navbar-nav li.current > a{ color: #63bf9c; }
	.header-style4 .navbar > ul > li.current > a:after{ border-color: transparent #63bf9c #63bf9c transparent; }
	/*Menu area light*/
	.menu_area-light .navbar-nav li.current > a{ color: #63bf9c; }
	.menu_area-light .navbar > ul > li.current > a:after{ border-color: transparent #62bd9a #62bd9a transparent; }

	.menu_area-light.scrollHeader .navbar-nav li.current > a{ color: #62bd98; }
	.menu_area-light.scrollHeader .navbar-nav li.current > a:hover{ color: #62bd98; }
	.menu_area-light.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #62bd98 #62bd98 transparent; }
}
@media (max-width: 991px){
	.sm-display-none {
		display: none !important;
	}
}
.width-40px {
	width: 40px;
}
.display-inline-block {
	display: inline-block !important;
}
.vertical-align-top {
	vertical-align: top;
}
.width-100 {
	width: 100%;
}
.width-75 {
	width: 75%;
}
.text-theme-color {
	color: #62bd98;
}
.bg-theme {
	background-color: #62bd98;
}
.font-size30 {
	font-size: 30px;
	line-height: normal;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.display-block{
	display: block;
}


.top-bar-me {
	background-color: #287055;
	padding: 7px 15px;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	text-align: center;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.header-style4 #top-bar{
	background-color: #fff;
	padding: 0;
	border-top: 5px solid #287055;
	position: relative;
	z-index: 1;
}
.navbar-header-custom{
	padding: 0;
}
.nav-right-btn{
	padding: 12px 0 10px;
}
.nav-right-btn ul li{
	display: inline-block;
	float: left;
	padding-right: 40px;
}
.nav-right-btn ul li span.icon{
	font-size: 24px;
	border: 2px solid #63c19d;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #63c19d;
	display: inline-block;
}
.nav-right-btn ul li p{
	display: block;
	width: auto;
	white-space: nowrap;
	padding-right: 15px;
	margin: 0;

}
.nav-right-btn ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #63c19d;
}
.nav-right-btn ul li span a{
	font-size: 14px;
	font-weight: 600;
	color: #eac66b;
	margin-top:0;
	display: block;
	text-decoration: underline;
}
.nav-right-btn ul .nav-right-btn-item:last-of-type{
	padding-right: 0
}
.header-style4 .navbar-nav > li:first-child a{
	padding-bottom: 0;
}
.header-style4 .navbar-nav > li i{
	font-size: 28px;
}
.nav-right-btn ul .nav-right-btn-item:hover span.icon i{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease ;
	-o-transition: all .5s ease ;
	transition: all .5s ease ;
}
.nav-right-btn ul .nav-right-btn-item:hover span.icon i{
	animation: pulse 1.5s 0.3s infinite;
	transform-origin: center center;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.95);
	}
	35% {
		transform: scale(0.87);
	}
	45% {
		transform: scale(1.15);
	}
	55% {
		transform: scale(0.87);
	}
	65% {
		transform: scale(1.15);
	}
	75% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}


/********************
stander
 *********************/
.main-wrapper{
	overflow: hidden;
}
.padding-70{
	padding: 70px 0;
}
.padding-70-tp{
	padding: 30px 0 0 0;
}
.overlay-me{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 58, 77, 0.9);
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.heading-sec {
	position: relative;
}
.my-btn{
	background: transparent;
	border-radius: 0;
	border: 4px double #a88132;
	padding: 7px 30px;
	font-size: 1rem;
	display: inline-block;
	transition: 0.3s;
	color: rgba(168, 129, 50, 0.9) !important;
	position: relative;
	white-space: nowrap;
	word-wrap: normal;
	white-space: normal;
	text-decoration: none !important;
	cursor: pointer;
	text-transform: capitalize;
}
.my-btn:hover{
	color: #a88132 !important;
}
.my-btn::before {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-property: right;
	background: #a88132;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	right: 100%;
	transition-property: right;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
	z-index: 1;
}
.my-btn:hover::before{
	right: -0.0rem;
	color: #fff!important;
}
.heading h1{
	font-size: 42px;
	font-weight: bold;
	color: #282e3f;
	margin-bottom: 0;
	position: relative;
	text-transform: capitalize;
}
.verticle-align{
	display: block;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}
.width-80 {
	width: 80%;
	margin:0 auto;
	display: block;

}
.heading h1 span {
	color: #282e3f;
}
.heading h1 {
	font-size: 37px;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 15px;
	position: relative;
	text-transform: capitalize;
}
.heading h2{
	font-size: 28px;
	font-weight: 600;
	color: #282e3f;
	margin-bottom: 15px;
	position: relative;
	text-transform: capitalize;
}
.heading span {
	color: #282e3f;
}
.underline svg{
	width: 32px;
	height: 32px;
	margin-left: 5px;
}
.heading p{
	font-size: 16px;
	line-height: 26px;
	color: #6e7c90;
	letter-spacing: 0!important;
}
.mr-auto-me{
	margin-left: auto!important;
}
.icon-head{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
	background-color: #282e3f;
	color: #fff;
	line-height: 70px;
	border-radius: 50%;
	margin-bottom: 30px;
}
.item-flex{
	display: flex;
}
/********************
standerd
 **********************/
.slider{

}


/********************
about-sec
 *******************/
.about-sec{
	position: relative;
	background-color: #f6f9fe;
}
.about-sec .abt-bg{
	position: relative;
	background-color: #62bd98;
	padding-bottom: 190px;
}
.about-sec .heading h1{
	color:#fff;
}
.about-sec .heading h1{
	color:#fff;
}
.about-sec .heading p{
	line-height: 1.3;
	font-size:22px;
	font-weight: 500;
	color: #fff;
}
.about-sec .abt-items .item{
	padding: 40px 40px;
	box-shadow: 0px 0px 50px rgba(5,5,5,.08);
	margin-top: -200px;
	background-color: #fff;
	max-height: 350px;
	transform: translateY(0px);
	transition: all .9s ease;
	position: relative;
	width: 100%;
}

.about-sec .abt-items .item:before {
	display: block;
	content: "";
	width: 9%;
	height: 9%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-bottom: 3px solid #d99a03;
	border-right: 3px solid #d99a03;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
}
.about-sec .abt-items .item:after {
	display: block;
	content: "";
	width: 9%;
	height: 9%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 3px solid #d99a03;
	border-left: 3px solid #d99a03;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
}
.about-sec .abt-items .item:hover:before {
	width: 100%;
	height: 100%;
}
.about-sec .abt-items .item:hover:after {
	width: 100%;
	height: 100%;

}


.about-sec .abt-items .item .icon img{
	width: 100px;
	height: auto;
	margin: 0 auto;
	display: block;

}
.about-sec .abt-items .item .description h3{
	font-weight: 700;
	line-height: 1.2;
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 10px 0;
}
.about-sec .abt-items .item .description p{
	text-align: center;
	font-size: 18px;
	color: #3f3f3f;
	font-weight: 600;
	line-height: 1.7;
	max-height: 120px;
	overflow: hidden;
}
.about-sec .abt-items .item .description {
	position: relative;
	z-index: 3;
}

/******************************

 ***********************/
.about-sec-other {
	position: relative;
	overflow: hidden;
}
.about-sec-other .description {

}
.about-sec-other .description span{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing:0;
	color: #62bd98;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.about-sec-other .description .heading h2{
	font-size: 37px;
	font-weight: 600;
	text-transform: capitalize;
	color: #151d41;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.about-sec-other .description .sub-heading h6{
	font-size: 20px;
	font-weight: 500;
	color: #ff8b3c;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;

}
.about-sec-other .description p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.9em;
	text-align: justify;
}
.wall{
	position: relative;
}
.bg-animate{
	width: 214px;
	position: absolute;
	top: 400px;
	z-index: -1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	opacity: 1;
	text-align: center;
	animation: lg-yx-move 15s alternate infinite linear;
}
.bg-animate .bg--animate{
	-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.bg-animate-dark{
	width: 214px;
	position: absolute;
	left: 200px;
	top: 22px;
	z-index: -1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	opacity: 1;
	text-align: center;
	animation: md-xy-move 10s alternate infinite linear;
}
.bg-animate-dark .bg--animate-dark{
	-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
@-webkit-keyframes lg-yx-move {
	0% {
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

	100% {
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
}

@keyframes lg-yx-move {
	0% {
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

	100% {
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
}

@-webkit-keyframes md-xy-move {
	0% {
		-webkit-transform: translate(-25%, -25%);
		transform: translate(-25%, -25%);
	}

	100% {
		-webkit-transform: translate(25%, 25%);
		transform: translate(25%, 25%);
	}
}

@keyframes md-xy-move {
	0% {
		-webkit-transform: translate(-25%, -25%);
		transform: translate(-25%, -25%);
	}

	100% {
		-webkit-transform: translate(25%, 25%);
		transform: translate(25%, 25%);
	}
}

.me-btn{
	outline: none;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #62bd98;
	color: #62bd98;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.25s ease;
}
.me-btn:hover{
	color: white;
	background: #62bd98;
}
/************************item-charety-descripe*****************/
.item-charety-descripe{
	margin: 0px 50px 0px 0px;
	padding: 15px 30px 15px 30px;
	border-radius: 5px 5px 5px 5px;
	transform: translateY(0);
	transition-duration: 0.3s;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	margin-bottom: 20px;
}
.item-charety-descripe:nth-of-type(odd){
	transform: translateX(0);
}
.item-charety-descripe:nth-of-type(even){
	transform: translateX(-60px);
}
.item-charety-descripe .title h3:hover{
	color: #eac66b;
}
.item-charety-descripe .icon{
	position: relative;
	height: auto;
	width: 100%;
	transition: all .5s ease;
}
.item-charety-descripe:hover .icon{
	animation: pulse 1.5s 0.3s infinite;
	transform-origin: center center;
}
.item-charety-descripe .icon img{
	width: 100px;
	height: auto;
}

.item-charety-descripe .title {
	position: relative;
	width: 100%;
	height: 100%;
}
.item-charety-descripe .title h3{
	font-size: 24px;
	font-weight: 700;
	color: #151d41;
	margin: 0;
	padding: 0px 0px 0px 0px;
	transition-duration: 0.3s;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
/************************
 contact-sec
*****************/
.contact-sec{
	position: relative;
	background: url("img/suppor-section.png") center center no-repeat;
	background-size: cover;
}
.contact-sec h4{
	position: relative;
	font-size: 42px;
	font-weight: 900;
	color: #fff;
}

.contact-sec .contact-send {
	outline: none;
	height: 40px;
	text-align: center;
	width: 130px;
	border-radius: 40px;
	background: #fff;
	border: 2px solid #62bd98;
	color: #62bd98;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.25s ease;
}
.contact-sec .contact-send:hover {
	color: white;
	background: #62bd98;
}
/************************
 project-initiative-sec-sec
*****************/
.project-initiative-sec {
	position: relative;

}
.project-initiative-sec .heading h2{
	position: relative;
	font-size: 37px;
	font-weight: 600;
	color: #62bd98;
}
.project-initiative-sec .heading p{
	position: relative;
	font-weight: 400;
	color: #343434;
	line-height: 1.4;
	font-size: 18px;
}
.project-initiative-sec .project-initiative-card{
	position: relative;
	border: 1px solid #e0dfdf;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s ease;
	margin-top: 30px;
}
.project-initiative-sec .project-initiative-card:hover{
	box-shadow: 0px 1px 30px 0 rgb(201, 201, 201);
	transform: translateY(-5px);
}

.project-initiative-sec .owl-carousel .owl-item:nth-of-type(odd) .project-initiative-card .img-project{
	position: relative;
	border-bottom: 5px solid #62bd98;
	height: 225px;
}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(even) .project-initiative-card .img-project{
	position: relative;
	border-bottom: 5px solid #eac66b;
	height: 225px;

}
.project-initiative-sec  .crd-prg:nth-of-type(odd) .project-initiative-card .img-project{
	position: relative;
	border-bottom: 5px solid #62bd98;
	height: 225px;
}
.project-initiative-sec  .crd-prg:nth-of-type(even) .project-initiative-card .img-project{
	position: relative;
	border-bottom: 5px solid #eac66b;
	height: 225px;
}
.project-initiative-sec .project-initiative-card .img-project img{
	width: 100%;
	min-height: 100%;
	max-height: 220px;
}
.project-initiative-sec .project-initiative-card .img-project .some-info {
	position: absolute;
	bottom: 15px;
	right: 30px;
	opacity: 0;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease ;


}
.project-initiative-sec .project-initiative-card:hover .img-project .some-info {
	opacity: 1;
	transition-delay: .5s;
}

.project-initiative-sec .project-initiative-card .img-project .some-info a{
	font-size: 19px;
	color: #fff;
}
.project-initiative-sec .project-initiative-card .img-project .donate-icon {
	position: absolute;
	bottom: -22.5px;
	right: -100px;
	background-color: #62bd98;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;

}
.project-initiative-sec .project-initiative-card .img-project .donate-icon a{
	color: #fff;
	font-size: 20px;
}
.project-initiative-sec .project-initiative-card:hover .img-project .donate-icon{
	right: 100px;
}
.project-initiative-sec .project-initiative-card .content-card{
	padding: 40px;
}
.project-initiative-sec .project-initiative-card .content-card h3{
	position: relative;
	color: #727475;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 7px;
}
.project-initiative-sec .project-initiative-card .content-card .value-all{
	position: relative;
}
.project-initiative-sec .project-initiative-card .content-card .value-all span{
	position: relative;
	font-size: 14px;
	color: #454545;
}
.project-initiative-sec .project-initiative-card .content-card .value-per span{
	position: relative;
	font-size: 14px;
	color: #454545;
}
.project-initiative-sec .project-initiative-card .content-card p{
	position: relative;
	font-size: 16px;
	text-align: justify;
	color: #a6a6a6;
}
.project-initiative-sec .crd-prg:nth-of-type(odd) .project-initiative-card .content-card h3{
	color: #62bd98;

}
.project-initiative-sec .crd-prg:nth-of-type(odd) .project-initiative-card .content-card .me-btn{
	border: 1px solid #62bd98;
}
.project-initiative-sec .crd-prg:nth-of-type(odd) .project-initiative-card .img-project .donate-icon{
	background-color: #62bd98;
}
.project-initiative-sec .crd-prg:nth-of-type(odd) .project-initiative-card .content-card .value-all span ,.project-initiative-sec .crd-prg:nth-of-type(odd) .project-initiative-card .content-card .value-per span{
	color: #62bd98;
}
.project-initiative-sec .crd-prg:nth-of-type(even) .project-initiative-card .content-card h3{
	color:#eac66b;
}
.project-initiative-sec .crd-prg:nth-of-type(even) .project-initiative-card .content-card .me-btn{
	border: 1px solid #eac66b;
	color:#eac66b;
}
.project-initiative-sec .crd-prg:nth-of-type(even) .project-initiative-card .img-project .donate-icon{
	background-color: #eac66b;
}
.project-initiative-sec .crd-prg:nth-of-type(even) .project-initiative-card .content-card .value-all span,.project-initiative-sec .crd-prg:nth-of-type(even) .project-initiative-card .content-card .value-per span{
	color: #eac66b;
}


/****************** owl */

.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(odd) .project-initiative-card .content-card h3{
	color: #62bd98;

}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(odd) .project-initiative-card .content-card .me-btn{
	border: 1px solid #62bd98;
}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(odd) .project-initiative-card .img-project .donate-icon{
	background-color: #62bd98;
}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(odd) .project-initiative-card .content-card .value-all span ,.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(odd) .project-initiative-card .content-card .value-per span{
	color: #62bd98;
}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(even) .project-initiative-card .content-card h3{
	color:#eac66b;
}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(even) .project-initiative-card .content-card .me-btn{
	border: 1px solid #eac66b;
	color:#eac66b;
}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(even) .project-initiative-card .img-project .donate-icon{
	background-color: #eac66b;
}
.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(even) .project-initiative-card .content-card .value-all span,.project-initiative-sec .owl-carousel  .owl-item:nth-of-type(even) .project-initiative-card .content-card .value-per span{
	color: #eac66b;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	right: -50px;
	top: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #62bd98;
	line-height: 45px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	left: -50px;
	top: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #62bd98;
	line-height: 45px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

/********************
media-sec
 *********************/
.media-sec{
	position: relative;


}
.media-sec .no-padding{
	position: relative;
	display: flex;

}
.media-sec .media-center{
	position: relative;
	background: url("img/media-bg.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;

}
.media-sec .video {
	width: 100%;
	height: 57vh;
}

.media-sec .media-center .heading{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 50px;
	margin-left: 50px;
}
.media-sec .media-center .heading h3{
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
}
.media-sec .media-center .heading span{
	font-size: 24px;
	font-weight: 400;

	color: #fff;

}
.media-sec .media-center .heading p{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-top: 15px;
	text-align: justify;
}
.media-sec .media-center .heading a:hover{
	background: #eac66b;
	border: 2px solid #eac66b;
	color: #fcfcfc;
}
/********************
news-sec
 *********************/
.news-sec{
	position: relative;
}
.news-sec .heading h2{
	font-size: 37px;
	font-weight: 900;
	color: #62bd98;
	margin-bottom: 15px;
	position: relative;
	text-transform: capitalize;
}
.news-sec .heading p{
	line-height: 1.3;
	font-size: 22px;
	font-weight: 500;
	color: #343434;
}
.news-sec .news-card{
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 1px 30px 0 rgb(201, 201, 201);
	overflow: hidden;
	transition: all .3s ease;
	transform: translateY(0px);
	margin-top: 30px;
	width: 100%;
}
.news-sec .owl-carousel.owl-rtl .owl-item{
	padding-bottom: 30px;
}
.news-sec .news-card:hover{
	box-shadow: 0px 1px 30px 0 rgb(201, 201, 201);
	transform: translateY(5px);
}

.news-sec .news-card .img-news{
	width: 100%;
	height: 225px;
	overflow: hidden;
	position: relative;
}
.news-sec .news-card .img-news .date{
	position: absolute;
	background-color: #63c19d;
	width: 50px;
	height: 50px;
	padding: 7px 3px;
	bottom: 0;
	text-align: center;
	overflow: hidden;
}
.news-sec .news-card .img-news .date span{
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 1;
}
.news-sec .news-card .img-news .date span:first-of-type{
	font-weight: 600;
	font-size: 22px;
}
.news-sec .news-card .img-news img{
	width: 100%;
	min-height: 100%;
}
.news-sec .news-card .content{
	padding: 30px;
}
.news-sec .news-card .content h3 a{
	margin-bottom: 14px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	font-size: 26px;
	font-weight: 600;
	color: #62bd98;
}
.news-sec .news-card .content h3 a:hover{

	color: #eac66b;
}
.news-sec .news-card .content p{
	font-size: 16px;
	color: #32383C;
	margin: 0 0 1.625em;
	line-height: 1.625;
	text-align: justify;
}
.news-sec .news-card .content a.btn {
	display: inline-block;
	padding: 7px 20px;
	background: #62bd98;
	border-radius: 25px;
	color: #fff;
	transition: all 0.5s ease-in-out;

	text-transform: uppercase;
	border:1px solid #62bd98;
}
.news-sec .news-card .content a.btn:hover{
	background: #eac66b;
	color: #fff;
	border:1px solid #eac66b;
}
/* ===================================
counter
====================================== */
.counter{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px 0;

}
.counter.inner-sec{
	background-color: #fff;
}
.counter.inner-sec .counter-details {
	 margin-bottom: 35px;
}
.counter .counter-details .img-counter{
	display: block;
	margin: 0 auto;
	width: 100px;
	height:100px;
	padding: 0;
	border-radius: 50%;
	background-color: #fff;
}
.counter .counter-details img{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	padding: 20px;
}

.counter .counter-details span {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 15px;
	color:#fff;
	display: block;
	/* border-width: 11px; */
}

.counter .counter-details h3{
	text-transform: capitalize;
	line-height: 1.4;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}
.counter .overlay-me{
	background-color: #63c19d;
}
.counter.inner-sec-page .counter-details .img-counter{
	background-color: #63c19d;
}

.counter.inner-sec-page .counter-details  span {
	color: #343434;
}
.counter.inner-sec-page .counter-details  h3 {
	text-transform: capitalize;
	line-height: 1.4;
	font-size: 28px;
	font-weight: bold;
	color: #62bd98;
}

/* ===================================
clients
====================================== */
.clients{
	position: relative;
	padding: 30px 0;
}
.clients .heading h1{
	color: #62bd98;
}
.clients .sup-element{
	height:110px;
	overflow: hidden;
	margin: 15px;
	border: 2px solid #62bd98;
	padding: 5px;
}
.clients .sup-element img{
	width: 100%;
	height: 100%;
}
.clients .sup-element:hover img{
	opacity: 100%;
}


/* ===================================
    Footer
====================================== */

footer{ padding:50px 0 0;  color:#939393;position: relative;background-repeat: no-repeat;background-size: cover; }
footer p{ margin-bottom:0;color: #fff;text-align: justify}
footer h3{ font-size:18px; font-weight:500; margin-bottom:30px; line-height:1; position:relative; }
footer h3:after{ content:''; display:block; width:70px; height:2px; background: #62bd98; margin-top:12px; }
.footer-social-icons ul{ margin-bottom:0; }
.footer-social-icons ul li{ display:inline-block; border:1px solid #fff; border-radius:50%; color:#fff; margin-right:10px; margin-bottom:5px; -webkit-transition-duration:.3s; transition-duration:.3s }
.footer-social-icons ul li a{ color: #ffffff; display:block; font-size:15px; height:35px; line-height:35px; text-align:center; width:35px; }
.footer-social-icons ul li:hover { background: #62bd98; border-color: #62bd98; }
.footer-social-icons ul li:hover i { color: #fff; }
/*small*/
.footer-social-icons.small ul li { margin-bottom: 0; }
.footer-social-icons.small ul li a { font-size: 12px; height: 25px; line-height: 26px; width: 25px; }
.footer-list{ margin:0; }
.footer-list li{ list-style-type:none; color: #ffffff; padding:6px 0; }
.footer-list li:first-child{ padding-top:0; }
.footer-list li a:before{ content:'\f104'; font-weight: 700; vertical-align: bottom; font-family: Font Awesome\ 5 Free; color: #ffffff; padding-left:8px; -webkit-transition-duration:.3s; transition-duration:.3s; }
.footer-list li a{ font-size:15px; font-weight:400; color: #ffffff; }
.footer-list li a:hover,.footer-list li a:hover:before{ color:#fff; }
.footer-bar{ padding-top:20px; padding-bottom:20px; margin-top:50px; text-align:center; background:#191919; color: #ffffff; }
.footer-bar span{ color: #62bd98; font-size:15px; font-weight:400; }
/*footer-top-bar*/
.footer-top-bar { background: #191919; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
/*footer style2*/
footer h3.footer-title-style2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #63c19d;
	font-weight: 600;
}
h3.footer-title-style2:after { width: 30%; height: 1px; background: #62bd98; margin-top: 15px; }

@media (max-width: 767px) {
	footer { padding-top: 30px; }
	.footer-bar { margin-top: 30px;}
	.footer-bar p { font-size: 13px; }
}
footer .footer-list span{
	unicode-bidi: plaintext;
}
.footer-logo{
	margin-bottom: 20px;
	max-height:150px;
}
footer p{
	margin-bottom: 20px;
}
footer .footer-bar p{
	margin-bottom: 0;
}
footer .overlay-me{
	background-color: #060606e6;
}
footer  .text-theme-color {
	color: #ffffff;
}
footer a{
	color: #eac66b;
}
footer a:hover{
	color: #62bd98;
}
.counter .container{
	z-index: 3;
	position: relative;
}
footer .container{
	z-index: 3;
	position: relative;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #62bd9a;

	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	color-stop(.5, rgba(255, 255, 255, .2)),
	color-stop(.5, transparent), to(transparent));
}

/*----------------------
woocomerce
 -----------------------*/
.woocommerce-breadcrumb{
	  background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 70px;
	font-size: 24px;
    color: #63c19d;

}
.woocommerce-breadcrumb a{
	font-size: 24px;
    color: #232323;
}
header.woocommerce-products-header {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease 0s;
	position: relative;
	z-index: 1;
	background-color: #287055;
	color: #fff;
	padding: 1px 10px;
	margin-bottom: 35px;
}
.single-product div.product {
    content: "";
    display: table;
    table-layout: fixed;
    position: relative;
   
}
.woocommerce-product-gallery__wrapper{
	width: 100%;
    height: 350px;
    overflow: hidden;
}
.single-product div.product {
	content: "";
	display: flex!important;
	table-layout: auto;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	text-align: right;
}
.single-product .entry-summary{
	width: 100%;
	border: 2px solid #287055;
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.single-product .entry-summary .product_title{
	font-size: 28px;
	color: #287055;
	font-weight: 600;
}
.star-rating span:before {

	color: #287055!important;
}
.woocommerce-product-rating a{
	font-size: 18px;
	margin-top: 15px;
	display: block;
	color: #232323;
}
p.price{
	font-size: 18px;
	margin-top: 15px;
	color: #fff;
	background-color: #287055;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 30px;
}
.product_meta .posted_in{
	font-size: 20px;
	color: #232323;
}
.product_meta .posted_in a{
	font-size: 22px;
	color: #287055;
}
.woocommerce-tabs{
	margin-top: 15px;
	width: 100%;
}
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	border-radius: 0;
	padding: 0;
	text-align: unset;
	font-size: 18px;
	color: #fff;
	display: block;
	border: 1px solid #287055;
	background-color: #287055;
}
.woocommerce-tabs ul.tabs li a {
	padding:7px 0;
	display: block;
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.woocommerce-Reviews-title{
	color: #232323;
	text-align: center;
	margin-top: 10px;
}
.commentlist li{
	margin-bottom: 25px;
}
.commentlist .review .comment_container img.avatar {
	display: inline;
	float: right;
	margin-left: 20px;
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	height: 60px;
}
.commentlist .review .comment_container .comment-text{
	display: inline;
}
.commentlist .review .comment_container .comment-text .meta{
	font-size: 18px;
	color: #232323;
}
.commentlist .review .comment_container .comment-text .description{
	border-radius: 0;
	text-align: right;
	color: #000000;
	font-size: 23px;
	margin: 0;
	background-color: #f2f2f2;
	margin-right: 80px;
	padding-right: 20px;
}
.commentlist .review .comment_container .comment-text .description p{
	margin-bottom: 0;
	padding: 10px 0;
}
#review_form_wrapper{
	padding: 20px;
	background-color: #f2f2f2;
}
#review_form_wrapper .comment-reply-title{
	color: #232323;
	font-size: 32px;
	text-align: center;
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#review_form_wrapper .comment-form-rating label {
	font-size: 18px;
	color: #232323;
	display: inline;
	float: right;
	margin-left: 30px;
	font-weight: 600;
}
#review_form_wrapper .comment-form-rating p.stars {
	font-size: 18px;
	color: #232323;
	display: inline;
	float: right;
	margin-left: 30px;
	font-weight: 600;
}
#review_form_wrapper input[type="submit"] {
	-webkit-appearance: none;
	outline: none;
	background-color: #287055;
	color: #fff;
	font-weight: 600;
}
.related products h2{
	margin-bottom: 15px;
	padding: 10px;
	background-color: #287055;
	color: #fff;
	font-size: 24px;
	margin-top: 25px;
}
section.related h2{
	padding: 5px;
	background-color: #287055;
	color: #fff;
	margin: 35px 0;

}
@media screen and (min-width: 48em){
	ul.products li.product {
		width: 30.7966666667%;
		float: right;
		margin-left: 3.8%;
	}
}
.add-to-cart-container .add_to_cart_button product_type_simple{
	font-size: 10px;
	color: #287055;
	font-weight: 600;
	border: 1px solid #287055;
}
.cart .btn{
	color: #287055;
	border: 1px solid #287055;
	font-weight: 600;
}
.cart .btn:hover {
	color: #287055;
	background-color: transparent;
	border-color: #287055;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	content: "";
	table-layout: unset;
	background-color: #0f834d;
	clear: both;
	margin: 0 auto;
	display: block;
	padding: 10px 30px;
	text-align: center;
	margin-bottom: 35px;
}
table.shop_table_responsive thead{
	padding: 10px;
	margin-bottom: 15px;
	dos: b;
	background-color: #23282d;
	color: #fff;
	font-size: 18px;
}
table.shop_table_responsive tr th, table.shop_table_responsive tr td {
	text-align: center;
	border: 1px solid #ddd;
}
@media screen and (min-width: 48em){
table.shop_table_responsive tr td ,table.shop_table_responsive tr td a {
	display: table-cell;
	font-size: 18px;
	color: #000;
}
}
.coupon label{
	display: inline-block;
	background-color: #287055;
	float: right;
	margin: 10px;
	padding: 7px 15px;
	border-radius: 10px;
	color: #fff;
}
table {
	border-collapse: collapse;
	width: 100%;
	text-align: right;
}
.coupon input[type=text]{
	font-size: 14px;
	font-weight: 300;
	background-color: #fff;
	border: 1px solid #eceaea;
	border-radius: 0px;
	padding: 10px 15px;
	width: auto;
	color: #444444;
	height: auto;
	margin-bottom: 0;
	box-shadow: none;
	/* margin: 10px; */
	display: inline;
	float: right;
	margin-top: 8px;
}
.coupon button{
	display: inherit;
	margin-top: 10px;
	float: left;
	margin-left: 11px;

}
.actions button[name="update_cart"]{
	display: inline;
	margin-top: 10px;
	margin-left: 15px;
}
.cart-collaterals{
	margin-top: 25px;
}
table.shop_table_responsive tr td {
	display: table-cell;
	padding: 9px;
	text-align: right;
}
@media screen and (min-width: 48em){
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: right!important;
		padding-right: 15px;
	}
}
table.shop_table_responsive tr th{
	padding: 10px;
}
.wc-proceed-to-checkout .btn{
	color: #fff;
	background-color: #287055;
	border-color: #287055;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(40, 112, 85);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #287055;
	border-color: #287055;
}
@media screen and (min-width: 48em){
	ul.products li.product {
		float: right;
	}
}
.woocommerce-noreviews {
	background-color: #62bd9a!important;
	color: #fff!important;
}
.woocommerce textarea{
	border: 1px solid #232323;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments ,.woocommerce-message{
	background-color: #287055!important;
	color: #fff!important;
}
.woocommerce-info a, .woocommerce-noreviews a, p.no-comments a ,.woocommerce-message a {
	color: #fff!important;
}
.woocommerce-input-wrapper{
	width: 100%;
}
.btn-primary {
	color: #fff;
	background-color: #287055;
	border-color: #287055;
}

.product-thumbnail img{
	width: 100px;
	height: 100px;
}
.woocommerce-product-gallery__wrapper a .wp-post-image{
	height: 250px;
}
.woocommerce-result-count{
	display: none;
}
ul.products {
	display: flex!important;
	table-layout: unset!important;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

ul.products .product {
	/*box-shadow: 0px 1px 30px 0 rgb(201, 201, 201);*/
}
ul.products .product h2{
	font-size: 24px;
	color: #232323;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
}
ul.products .product .star-rating {

	margin: 10px 0;
}
ul.products li.product span.price{
	font-size: 24px;
	color: #fff;
	background-color: #287055;
	padding: 8px 15px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
ul.products li.product img {
	display: block;
	width: 100%;
	height: 170px;
	margin-bottom: 15px;
}
ul.products li.product .woocommerce-loop-product__title {
	font-size: 22px!important;
	font-weight: 600;
	color: #232323;
}
ul.products  a span.price{
	border: 1px solid #287055;
	border-radius: 10px;
	padding: 7px 15px;
	color: #287055;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.btn-outline-primary {
	color: #287055;
	background-color: transparent;
	background-image: none;
	border-color: #287055;
}
.columns-3{
	width: 100%;
}
ul.products .product{
	margin-bottom: 35px;
}
ul.products .product img{
	width: 100%;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #287055;
	border-color: #287055;
}
.related ul.products .product {
	content: "";
	display: table !important;
	table-layout: fixed;
	position: relative;
}
ul.products .product img {
	width: 100%;
	height: 250px;
}
.related  ul.products .product img {
	width: 100%;
	height: 150px;
}

.woocommerce-terms-and-conditions-wrapper{
	width: 100%;
	display: block;
}
p.return-to-shop{
	text-align: center;
}
.woocommerce-pagination {
	text-align: center;
}
.woocommerce-pagination .page-numbers li {
	display: inline;
	font-size: 18px;
	color: #000;
	border: 1px solid #287055;
	padding: 2px 13px;
}
.woocommerce-pagination .page-numbers li .page {
	display: inline-block;
	font-size: 18px;
	color: #287055;
}
.woocommerce-pagination .page-numbers li .next {
	display: inline-block;
	font-size: 18px;
	color: #287055;
	transform: rotate(180deg);
}
.wc-bacs-bank-details-heading,.woocommerce-thankyou-order-received,.woocommerce-order-details__title ,.woocommerce-customer-details .woocommerce-column__title{
	background-color: #287055;
	color: #ffffff!important;
	padding: 7px 10px;
	border: 1px solid #287055;
	border-radius: 5px;
}
.wc-bacs-bank-details-account-name{
	font-size: 22px;
	color: #287055;
	margin-bottom: 15px;
	border: 1px solid #287055;
	padding: 5px 7px;
	display: inline-block;
	border-radius: 5px;
}
.woocommerce-customer-details{
	margin-top: 15px;
}
.woocommerce-table__product-total span{
	font-size: 18px;
	color: #232323;
}
/*----------------------
inner page
 -----------------------*/
.head-page{
	padding:70px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin-top: 0;

}
.overlay-head{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.6);
}
.inner-padding{
	padding-top: 60px;
}

.sub-head-mid{
	position: relative;
	z-index: 2!important;
}
.head-page .sub-head-mid .heading h2{
	color: #ffffff;
}
.head-page .sub-head-mid {
	display: block;
	margin: 0 auto;
	top: 60%;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	position: relative;
	text-align: right;
}
.head-page ul {
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
	list-style-position: outside;
}
.head-page ul li {
	display: inline-block;
	list-style: none;
}
.head-page ul li:last-child a.text-white{
	color: #b78e35 !important;
}
.head-page ul li a {
	color: #62bd98;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	margin-left: 30px;
	transition: all .3s ease-in-out;
	text-transform: capitalize;

}
.head-page ul li a:hover {
	color: #eac66b;

}
.head-page ul li span{
	color: #62bd98;
	font-size: 22px;
	font-weight: 500;
}
.head-page ul li:first-of-type a {
	margin-left: 0;
}
.head-page ul li a.arow:after {
	content: '\f104';
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
	font-family: Font Awesome\ 5 Free;
	padding: 1px 10px 0 5px;
}

.inner-sec .abt-bg{
	background-color: #fff;
}
.inner-sec .abt-bg .heading h1 {
	color: #63c29d;
}
.inner-sec .abt-bg .heading p {
	color: #6e7c90;
}

.bank-acout-desc{
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	background-color: #63c29d;
	display: inline-block;
	padding: 1px 15px;
	border-radius: 10px;
	border: 2px solid #63c29d;
	margin-bottom: 20px;
}
.bank-acout-desc img{
	width: 40px;
	height: 40px;
	background-color: #63c29d;
	display: inline;
	margin-left: 10px;

}
.inner-sec .abt-items .item {
	padding: 20px 15px;
	box-shadow: 0px 0px 50px rgba(5, 5, 5, .08);
	margin-top: -200px;
	background-color: #fff;
	height: auto;
	max-height: unset;
}
.no-before:before {
	display: none;

}
/*********************************about-page********************/
.img-number1{
	 width:100%;
    display: block;
   
}
.img-number1 img{
	    float: left;
    display: block;
    margin-top: -50px;
}
.about-sec.inner-sec .abt-items .item .description p {
	text-align: center;
	font-size: 16px;
	color: #3f3f3f;
	font-weight: 600;
	line-height: 1.2;
	max-height: unset;
}
.about-sec.inner-sec .abt-items{
	background-color: #fff;
	padding: 35px;
}
.inner-sec .abt-items .item {
	margin-top: 30px;
}
.about-sec.inner-sec .abt-bg{
	padding-bottom: 0px;
}
.about-sec.inner-sec {
	background-color: #ffffff;
}
.about-sec.inner-sec .abt-items .item .description h3 {
	font-weight: 700;
	line-height: 1.2;
	font-size: 20px;
}
.about-sec-other.inner-sec  .video{
	height: 100%;
}
.about-sec-other.inner-sec  .video img{
	height: 100%;
}
.about-sec-other.inner-sec .video-button{
	box-shadow: 0 0 1px 15px rgba(98, 189, 152, 0.4), 0 0 1px 30px rgba(98, 189, 152, 0.1), 0 0 1px 45px rgba(98, 189, 152, 0.1);
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255,255,255,.8);
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-shadow: 0 0 1px 15px rgba(98, 189, 151, 0.4), 0 0 1px 30px rgba(98, 189, 152, 0.1), 0 0 1px 45px rgba(98, 189, 152, 0.1);
	transition: all .4s ease;
}
.about-sec-other.inner-sec  .video-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #666;
	-webkit-transform: translate(-15%,-50%);
	transform: translate(-15%,-50%);
	transition: all .4s ease;
}
.about-sec-other.inner-sec  .video:hover .video-button {
	background: rgba(255,51,51,.9);
	width: 80px;
	height: 80px;
	box-shadow: 1px 1px 20px rgba(0,0,0,.3);
}
.about-sec-other.inner-sec  .video:hover .video-button:before {
	border-left: 10px solid #fff;
}
.video-inner{
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: 0 0 !important;
	color: transparent !important;
	z-index: 11;
}
.inner-sec ul{
	list-style: circle;
}
.inner-sec ul li{
	font-size: 18px;
	color: #585858;
	margin-bottom: 10px;
}
.inner-sec ul li:nth-of-type(odd):before {
	content: '\f00c';
	font-weight: 700;
	vertical-align: bottom;
	font-family: Font Awesome\ 5 Free;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	padding: 8px 7px;
	display: inline;
	background-color: #63c29d;
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.inner-sec ul li:nth-of-type(even):before {
	content: '\f00c';
	font-weight: 700;
	vertical-align: bottom;
	font-family: Font Awesome\ 5 Free;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	padding: 8px 7px;
	display: inline;
	background-color: #eac66b;
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.inner-sec ul:nth-of-type(odd) li:before {
	content: '\f00c';
	font-weight: 700;
	vertical-align: bottom;
	font-family: Font Awesome\ 5 Free;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	padding: 8px 7px;
	display: inline;
	background-color: #63c29d;
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.inner-sec ul:nth-of-type(even) li:before {
	content: '\f00c';
	font-weight: 700;
	vertical-align: bottom;
	font-family: Font Awesome\ 5 Free;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	padding: 8px 7px;
	display: inline;
	background-color: #eac66b;
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
/* --------------
contact-page
------------------- */
.contact-us-sec{
	background-size: cover;

	position: relative;
	background: url("img/media-bg.jpg") center center no-repeat;
}
.contact-us-sec .form-group {
	margin-bottom: 15px;
	padding-bottom: 0;
	color: #404a5e;
	text-transform: capitalize;
}
.contact-us-sec label{
	font-weight: 500;
	margin-bottom: 5px;
}

input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], textarea, select, .form-control {
	font-size: 14px;

	font-weight: 300;
	background-color: #fff;
	border: 1px solid #eceaea;
	border-radius: 0px;
	padding: 10px 15px;
	width: 100%;
	color: #444444;
	height: auto;
	margin-bottom: 20px;
	box-shadow: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, textarea:focus, select:focus {
	border-color: #47bab6;
	transition: all 0.5s ease;
}

.contact-us-sec .about-contact {
	position: relative;
}
.contact-us-sec .about-contact {
	position: relative;
}
.contact-us-sec .about-contact .logo-about{
	position: relative;
	width: 100%;
	min-height: 70px;
	max-height: 75px;
	margin-bottom: 20px;
}
.contact-us-sec .about-contact .logo-about img{
	position: relative;

}
.contact-us-sec .about-contact h4{
	font-weight: 600;
	margin-bottom: 15px;
	color: #444444;
	margin-top: 0;
	line-height: 1.5;
}
.contact-us-sec .about-contact p{
	margin-bottom: 15px;
	color: #555;
	text-align: justify;
}
.contact-us-sec  .contact-location ul li{
	margin-bottom: 15px;
	color: #777;
	position: relative;
}
.contact-us-sec  .contact-location i {
	color: #47bab6;
	margin-left: 10px;
	font-size: 16px;
}
.contact-us-sec .btn{
	padding: 7px 25px;
	display: inline-block;
	color: #fff;
	transition: all ease-in-out 0.3s;
	margin-left: 15px;
	background: #47bbb8;
	border-color: #47bbb8;
	border-radius: 0;
}
.contact-us-sec  input[type="submit"]{
	padding: 7px 25px;
	display: inline-block;
	color: #fff;
	transition: all ease-in-out 0.3s;
	margin-left: 15px;
	background: #47bbb8;
	border-color: #47bbb8;
	border-radius: 0;
}
.contact-us-sec .footer-social-icons ul li{
	border: 1px solid #47bab6;
	border-radius: 50%;
	color: #47bab6;
}
.contact-us-sec .footer-social-icons ul li a {
	color: #47bab6;
}
.contact-us-sec .footer-social-icons ul li a {
	color: #47bab6;
}
/****************************
download page
*******/
.sec-down{
	position: relative;
}
.sec-down .heading h2{
	position: relative;
	color: #62bd98;
}
.btn-download{
	background-color: #63c19d;
	color: #fff;
	padding: 5px 20px;
	margin-top: 20px;
}
.btn-download i{
	padding-left: 5px;
}

@media screen and (max-width: 1400px) {
.media-sec .video {
    width: 100%;
    height: 100%;
}
}

@media screen and (max-width: 1200px) {
	.top-bar-info li {
		font-weight: 600;
		font-size: 13px;
	}
	.nav-right-btn ul li span{
		font-size: 16px;
	}
	.header-style4 .navbar-nav > li > a {
		padding: 0 7px;
		font-size: 14px;
	}
	.about-sec .heading p {
		line-height: 1.3;
		font-size: 18px;
	}
	.about-sec .abt-items .item .description p {
		text-align: center;
		font-size: 14px;
		line-height: 1.3;
	}
	.about-sec .abt-items .item {
		padding: 20px 30px;
	}
	.item-charety-descripe .title h3 {
		font-size: 18px;
	}
	.contact-sec h4 {
		position: relative;
		font-size: 36px;
	}
	.project-initiative-sec .project-initiative-card .content-card h3 {
		font-size: 24px;
	}
	.project-initiative-sec .project-initiative-card .content-card {
		padding: 20px 20px;
	}
	.project-initiative-card .content-card p {
		position: relative;
		font-size: 14px;
	}
	.media-sec .media-center .heading p {
		font-size: 16px;
	}
	.news-sec .heading p {
		font-size: 18px;
	}
	.counter .counter-details h3 {
		font-size: 24px;
	}

}
@media screen and (max-width: 1024px) {
	.top-bar-me{
		margin-top: -1px;
	}
	.header-style4 .navbar-nav > li > a {
    font-size: 13px;
	}
.header-style4 .navbar-nav > li > a {
    padding: 0 0px;
	}
.header-style4 .navbar > ul > li.has-sub > a:after {
    top: 8px;
}
	.about-sec .abt-bg {
		position: relative;
		background-color: #62bd98;
		padding-bottom: 150px;
	}
	.item-charety-descripe:nth-of-type(even) {
		transform: translateX(-30px);
	}
	.about-sec-other .description .heading h2 {
		font-size: 32px;
	}
	.about-sec-other .description p {
		font-size: 15px;
	}
	.padding-70 {
		padding: 50px 0;
	}
	.project-initiative-sec .heading h2 {
		position: relative;
		font-size: 32px;
	}
	.media-sec .media-center .heading h3 {
		font-size: 32px;
	}
	.media-sec .media-center .heading span {
		font-size: 22px;
	}
	.media-sec .media-center .heading p {
		font-size: 16px;
		margin-top: 10px;
	}
	.news-sec .heading h2 {
		font-size: 32px;
	}
	.news-sec .heading p {
		font-size: 16px;
	}
	.news-sec .news-card .content h3 a {
		font-size: 18px;
	}
	.news-sec .news-card .content p {
		font-size: 15px;
		margin: 0 0 10px;
		line-height: 1.3;
		text-align: justify;
	}
}
@media screen and (max-width: 991px){
	.header-style4 .navbar-toggler {
		left: 15px;
		right: unset;
	}
}
@media screen and (max-width: 768px) {
	.header-style4 .navbar-nav > li > a {
		padding: 4px 7px;
	}
	.nav-right-btn{
		display: none;
	}
	.navbar-header-custom{
		/* display: none;*/
	}
	.navbar-brand img{
		margin-top: 0;
	}
	#top-bar{
		display: none;
	}
	.navbar-brand img {
		max-height: 60px;
	}
	.about-sec .abt-items .item {
		padding: 10px 10px;
	}
	.about-sec .abt-items .item .description h3 {
		font-size: 18px;
		padding: 5px 0;
		margin-bottom: 0;
	}
	.about-sec .abt-items .item {
		box-shadow: 0px 0px 50px rgba(5, 5, 5, .08);
		margin-top: -160px;

		max-height: 200px;
	}
	.about-sec .abt-items .item .description p {
		font-size: 16px;
		line-height: 1.3;
		max-height: 60px;
	}
	.item-charety-descripe .icon img {
		width: 75px;
	}
	.contact-sec h4 {
		position: relative;
		font-size: 24px;
	}

	.project-initiative-sec .owl-nav{
		display: none;
	}
	.media-sec .media-center .heading p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.3;
	}
	.media-sec .media-center .heading h3 {
		font-size: 26px;
	}
	.counter .counter-details h3 {
		font-size: 16px;
	}
	.counter .counter-details img {
		width: 85px;
		height: 85px;
	}
	.counter .counter-details .img-counter {
		width: 85px;
		height: 85px;
	}
	.heading h2 {
		font-size: 32px;
	}
	.padding-70 {
		padding: 35px 0;
	}
	.counter .counter-details span {
		font-size: 32px;
	}
	ul.products .product img {
		width: 100%;
		height: 150px;
	}
	ul.products a span.price {
		border-radius: 35px;
		padding: 4px 12px;
		font-size: 16px;

	}
	ul.products .product h2 {
		font-size: 18px;
	}
	.woocommerce-breadcrumb {
		background-color: #f5f5f5;
		padding: 20px;
		margin-bottom: 10px;
		font-size: 18px;
		color: #63c19d;
	}
	.woocommerce-product-gallery__wrapper {
		width: 100%;
		height: 250px;
	}
	.single-product .entry-summary .product_title {
		font-size: 20px;
	}
	.woocommerce-product-rating a {
		font-size: 16px;
	}
	.product_meta .posted_in {
		font-size: 18px;
		margin: 15px 0;
		display: block;
	}
	.woocommerce-tabs ul.tabs li a {
		padding: 7px 0;
		display: block;
	}
	.woocommerce-Reviews-title {
		font-size: 18px;
	}
	.single-product div.product {
		display: block!important;
	}
}
@media screen and (max-width: 425px) {
	.about-sec .heading p{
		text-align: justify;
	}
	.about-sec .abt-items{
		/*display: none;*/
	}
	.about-sec .abt-bg {
		position: relative;
		background-color: #62bd98;
		padding-bottom: 35px;
	}
	.about-sec .abt-items .item {
		margin-top: 30px;

	}
    .inner-sec .abt-bg {
        background-color: #ffffff;
    }

    .item-charety-descripe:nth-of-type(even) {
        transform: translateX(30px);
    }
    .contact-sec h4 {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }
    .contact-sec .contact-send {
        outline: none;
        height: 35px;
        width: 100px;
    }
    .project-initiative-sec .heading p{
        text-align: justify;
    }
    .crd-prg{
        margin: 0 15px;
    }
    .news-sec .item{
        margin:  0 15px;
    }
    .counter .counter-details h3 {
        font-size: 18px;
    }
    .clients .sup-element img {
        width: auto;
        height: 100%;
        display: block;
        margin: 0 auto;
    }
    .heading h1 {
        font-size: 28px;
    }
    .xs-text-center{
        text-align: center!important;
    }
    .xs-margin-5px-bottom{
        margin-bottom: 5px;
    }
    .xs-text-center p{
        text-align: center!important;
    }
    footer h3.footer-title-style2 {
        margin-top: 20px;
    }
    .footer-logo {
        margin-bottom: 20px;
        display: block;
        margin: 0 auto 20px;
    }
    .item-charety-descripe {
        padding: 15px 15px 15px 15px;
    }
    .item-charety-descripe .title h3 {
        font-size: 16px;
    }
    .about-sec-other .description .me-btn{
        margin-bottom: 20px;
    }
    .project-initiative-sec .heading h2 {
        position: relative;
        font-size: 24px;
    }
    .project-initiative-sec .heading p {
        font-size: 16px;
    }
	.img-number1 {
		width: 100%;
		display: block;
		margin-top: 70px;
	}
	.img-number1 img {
		float: right;
	}
}
@media screen and (max-width: 325px) {
    .heading h1 {
        font-size: 22px;
    }
    .about-sec .heading p {
        line-height: 1.3;
        font-size: 16px;
    }
    .about-sec-other .description .heading h2 {
        font-size: 22px;
    }
    .about-sec-other .description .sub-heading h6 {
        font-size: 17px;
    }

}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-sec .video p{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
/* scroll to top */
.scroll-to-top{ font-size:20px; text-align:center; color:#fff; text-decoration:none; position:fixed; bottom:20px; right:20px; display:none; border-radius:50%; background: #47bab6; border:1px solid #47bbb8; width:35px; height:35px; line-height:35px; z-index:9999; outline:0; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease }
.scroll-to-top i{ color:#fff; }
.scroll-to-top:hover{ color: #001234; background:#fff; }
.scroll-to-top:hover i{ color: #001234; }
.scroll-to-top:visited{ color: #001234; text-decoration:none; }
.admin-bar header.scrollHeader .navbar-default {
	top: 32px;
}
.breadcrumb{
	background-color:rgba(255, 255, 255, .50);
	display: inline-block;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li a {
	background: #006799!important;
	margin-bottom: 10px!important;
}
.acf-tab-group li a{
	color:#fff!important;;
}