body,
html {
	overflow-x: hidden;
}

html {
	font-size: 14px;
}

body {
	background-color: #ffffff;
	font-family: 'poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
	margin: 0;
}

.wrapper {
	background-color: #f8f8f8;
}

* {
	outline: none;
}
::-moz-selection {
 text-shadow: none;
}

::selection {
	background-color: #00CC00;
	color: #ffffff;
	text-shadow: none;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #00CC00;
}

a:hover {
	color: #c28b00;
	text-decoration: none;
}

a:focus {
	color: #c28b00;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #c28b00;
	outline: none;
	text-decoration: none;
}

button.btn {
	margin-bottom: 0;
}

.btn:focus,
.btn:active:focus {
	outline: none;
}

.fullscreen {
	height: 100vh !important;
}

@media only screen and (max-width: 992px) {

.fullscreen {
	height: auto !important;
}
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
h1,
h2,
h3,
h4,
h6 {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 0 0 28px;
	line-height: 1;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 32px;
}

h6 {
	font-size: 18px;
}

p {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

/* Aligning Text */

/* Weight Text */

/* Text Color */

/* Custom, iPhone Retina */

/* Small Devices, Tablets */

/*------------------------------------*\
    #COLORS
\*------------------------------------*/

/*------------------------------------*\
    #Align
\*------------------------------------*/
p,
ul {
	margin-bottom: 20px;
}

section {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}

/* All margin */

/* top margin */

/* bottom margin */

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

/* right margin */

/* left margin */

/* All padding */

/* top padding */
.pt-0 {
	padding-top: 0 !important;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

/* right padding */

/* left padding */

/* Postions */

/* Zindex*/

/* Borders */

/* Display */

@media only screen and (max-width: 767px) {

section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.text-center-xs {
	text-align: center !important;
}
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/

/* Custom, iPhone Retina */

/* Small Devices, Tablets */

/* Custom, iPhone Retina */

/* Postion Helpers */

.pos-vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #00CC00 !important;
}

.bg-gray {
	background-color: #f9f9f9 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

/* Background Image */
.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-overlay-dark:before {
	background-color: rgba(51, 51, 51, 0.6);
}

.bg-parallax {
	background-attachment: fixed;
}

/* Background Color Palettes */

/* Background Video */

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
	font-family: 'Poppins', sans-serif;
	position: relative;
	z-index: 2;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	border-radius: 0;
	line-height: 50px;
}

.btn:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Button Primary */

/* Button Secondary*/

/* Button White */

/* Button Block */

/* Button Rounded */

/* Button Bordered */
@-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
 70% {
 -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	 box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulse {
 0% {
 -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
 70% {
 -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
 box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
 100% {
 -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/* Placeholder */

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--title {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	font-size: 36px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 27px;
	text-transform: capitalize;
}

.heading .heading--desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.heading .heading--title {
	font-size: 30px;
	line-height: 45px;
}
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
	height: 100px;
}

.header-transparent {
	background-color: transparent;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.header .navbar {
	margin-bottom: 0;
	border-radius: 0;
	min-height: 100px;
	border: none;
}

.header .navbar .logo {
	max-width: 100%;
	height: auto;
	line-height: 100px;
}

.navbar-nav > li {
	margin-right: 32px;
}

.navbar-nav > li > a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100px;
	color: #ffffff;
	padding: 0;
	letter-spacing: 0.48px;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
	background-color: transparent;
	color: #ffffff;
}

/* Menu Level #1 */
.navbar-nav > li > a:hover {
	color: #00CC00;
}

/* Header Light */

/* Header Fixed */

.header-fixed:not(.header-light) .navbar .logo-dark {
	display: none;
}

/* edit by ahmed  */

/* Custom, iPhone Retina */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {

.header .navbar {
	top: 0;
}

.navbar-toggle .icon-bar {
	background-color: #00CC00;
}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.header .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggle {
	margin-top: 35px;
}

.navbar-toggle .icon-bar {
	background-color: #00CC00;
}

.container > .navbar-header {
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #333333;
	margin-right: 0;
	margin-left: 0;
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0;
}

.navbar-nav li a {
	line-height: 36px;
	color: #ffffff;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.header .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-header {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.header .navbar .logo {
	float: left;
}

.navbar-toggle {
	border-color: #00CC00;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
	display: block;
}

.navbar-toggle .icon-bar {
	background-color: #00CC00;
}

.navbar-fixed-top .navbar-collapse {
	overflow: scroll !important;
}

.navbar-collapse.collapse {
	display: none!important;
}

.navbar-nav {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-nav > li {
	float: none;
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #333333;
	margin-right: 0;
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0;
}

.navbar-nav > li > a {
	line-height: 36px !important;
	color: #ffffff !important;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

.navbar-toggle .icon-bar {
	background-color: #00CC00;
}

.navbar-nav > li:after {
	display: none;
}

.navbar-nav > li.active {
	border-bottom: none;
}

li a:hover {
	color: #ffffff;
}

.nav > li > a:focus,
 .nav > li > a:hover {
	background-color: transparent;
}
}

/* Small Devices, Tablets */

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.navbar-nav > li {
	margin-right: 16px;
}
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.header-transparent + .hero {
	margin-top: -100px;
}

.hero {
	position: relative;
	height: 700px;
	padding-top: 0;
	padding-bottom: 0;
}

.hero .hero--headline {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 57px;
	margin-bottom: 27px;
}

.hero .hero--bio {
	color: #ffffff;
	font-family: 'poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 53px;
}

/* hero #12 */
.hero-12 .hero--headline {
	font-size: 70px;
	line-height: 80px;
}

.hero-12 .hero--content {
	padding-top: 80px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.hero {
	height: auto;
}

.hero .hero--headline {
	font-size: 35px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 30px;
}

.hero .hero--bio {
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
	margin-bottom: 30px;
}

.hero--action {
	text-align: center;
	margin-bottom: 30px;
}

.hero .pos-vertical-center {
	position: static;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hero-12 .hero--content {
	padding-top: 150px;
	padding-bottom: 50px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.hero.fullscreen {
	height: 100vh !important;
}

.hero .hero--headline {
	font-size: 30px;
	line-height: 1.2;
}

.hero .hero--bio {
	font-size: 14px;
	line-height: 1.5;
}
}

/* Small Devices, Tablets */

/* medium screens */

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel,
.testimonial--meta {
	position: relative;
}

.testimonials-5 .testimonial--body {
	padding-left: 100px;
}

.testimonials-5 .testimonial--meta-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials-5 .testimonial--meta-img img {
	width: 100%;
}

.testimonials-5 .testimonial--content p {
	font-size: 20px;
	line-height: 35px;
	color: #999999;
	font-family: 'poppins', sans-serif;
	font-style: italic;
	margin-bottom: 29px;
}

.testimonials-5 .testimonial--meta h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
	position: relative;
}

.feature-panel .feature--icon {
	color: #00CC00;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 34px;
}

.feature-panel .feature--icon i {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	display: inline-block;
}

.feature-panel .feature--icon:hover i {
	-webkit-animation: pulse 0.9s infinite;
	-moz-animation: pulse 0.9s infinite;
	-ms-animation: pulse 0.9s infinite;
	-o-animation: pulse 0.9s infinite;
	animation: pulse 0.9s infinite;
}

.feature-panel .feature--content h3 {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 13px;
	text-transform: capitalize;
}

.feature-panel .feature--content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	color: #999999;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.feature-panel {
	margin-bottom: 20px;
}

.feature-panel .feature--icon {
	margin-bottom: 10px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.feature-panel {
	margin-bottom: 20px;
}
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
	padding: 75px 0;
}

.cta h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

.cta h3 {
	line-height: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.cta-2 .pull-left,
 .cta-2 .pull-right {
	float: none!important;
}

.cta-2 .text-left,
 .cta-2 .text-right {
	text-align: center !important;
}
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
	padding-top: 0;
	padding-bottom: 0;
}

.footer .footer-widget {
	padding: 45px 0;
}

.footer .footer-bar {
	padding: 30px 0;
	border-top: 1px solid #eeeeee;
}

.widget--copyright {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-transform: capitalize;
}

/* footer #5 */
.footer-5 .footer-widget {
	padding: 100px 0 96px;
}

.footer-5 .widget--info-box i {
	font-size: 55px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 30px;
	display: block;
}

.footer-5 .widget--info-box h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 16px;
}

.footer-5 .widget--info-box p {
	margin-bottom: 0;
}

.footer-5 .footer-bar {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* footer #8 */
.footer-8 .widget--info-box i {
	color: #00CC00;
}

.footer-8 .widget--info-box h4 {
	color: #333333;
}

.footer-8 .footer-bar {
	border-top: 1px solid #e5e5e5;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.footer .widget--copyright {
	margin-bottom: 20px;
}

.footer-5 .footer-widget {
	padding: 60px 0;
}

.footer-5 .widget--info-box {
	margin-bottom: 30px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.footer-5 .widget--info-box {
	margin-bottom: 30px;
}
}

/* medium screens */

/*------------------------------------*\
    #Carousel
\*------------------------------------*/

/**/

/* Custom, iPhone Retina */

/* Small Devices, Tablets */

/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/

/* Portfolio Filter */
.portfolio-filter {
	text-align: center;
	margin-bottom: 36px;
}

.portfolio-filter li a {
	color: #333333;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-right: 29px;
	text-transform: capitalize;
}

.portfolio-filter li:last-child a {
	margin-right: 0;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
	color: #00CC00;
}

/* Portfolio Item */
.portfolio-item .portfolio--img {
	position: relative;
}

.portfolio-item .portfolio--img img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------*\
    #COLOR-SWITCHER
\*------------------------------------*/

/* Custom, iPhone Retina */

/* Small Devices, Tablets */
/*------------------------------------*\
    #PORTFOLIO
\*------------------------------------*/
.portfolio-filter {
	margin-top: 0;
	margin-bottom: 41px;
	text-align: center;
}

.portfolio-filter ul {
	text-align: center;
	margin-bottom: 0;
}

.portfolio-filter ul li {
	padding: 0;
}

.portfolio-filter ul li a {
	font-size: 16px;
	font-family: 'poppins', sans-serif;
	text-transform: capitalize;
	color: #999999;
	font-weight: 400;
	display: block;
	font-style: italic;
	position: relative;
	padding-right: 22px;
	margin-right: 15px;
}

.portfolio-filter ul li a:before {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}

.portfolio-filter ul li a:hover,
.portfolio-filter ul li a.active-filter {
	color: #00CC00;
}

.portfolio-filter ul li:last-of-type a {
	padding-right: 0;
	margin-right: 0;
}

.portfolio-filter ul li:last-of-type a:before {
	display: none;
}

.portfolio--img {
	position: relative;
	overflow: hidden;
}

.portfolio--img img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.portfolio--img .portfolio--hover {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 40px;
	opacity: 0;
	background-color: #00CC00;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio--hover .portfolio--meta {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio--hover h6 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.portfolio--img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio--img:hover .portfolio--hover {
	opacity: 0.95;
}

.portfolio--img:hover .portfolio--meta {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.portfolio--img:hover .portfolio--meta h6 {
	transition-delay: 0.2s;
}

.portfolio--zoom {
	margin-bottom: 17px;
}

.portfolio--zoom a {
	display: inline-block;
	position: relative;
	width: 26px;
	height: 26px;
}

.portfolio--zoom a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	width: 26px;
	height: 1px;
	background-color: #ffffff;
}

.portfolio--zoom a:after {
	position: absolute;
	content: "";
	left: 12px;
	top: 0;
	width: 1px;
	height: 26px;
	background-color: #ffffff;
}

/* portfolio #2 */
.portfolio-2 .portfolio-item {
	margin-bottom: 30px;
}

.portfolio-2 .portfolio--img .portfolio--hover {
	text-align: center;
}

.portfolio-2 .portfolio--hover .portfolio--meta {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	position: relative;
	top: 50%;
}

.portfolio-2 .portfolio--img:hover .portfolio--meta {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-2 .portfolio--hover h6 a {
	color: #ffffff;
}

.portfolio-2 .portfolio--hover h6 a:hover {
	color: #333333;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.portfolio-filter ul li a {
	margin-right: 5px;
}

.portfolio-filter ul li {
	margin-right: 5px;
	padding-right: 15px;
}
}