/*
  Template Name: Incox - Multi-Concept Landing Pages Pack
  Theme URL: https://themeforest.net/user/themestall
  Description: Incox - Multi-Concept Landing Pages Pack
  Author: themestall
  Author URL: https://themeforest.net/user/themestall
  Version: 1.0.0
  Website: www.theme-stall.com
  Tags: Responsive, HTML5 template, Multi-Concept, Startup, One Page, Landing, Business, Creative, Corporate, Agency, Project
*/




/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Typography               */
/*   03 - Preload Animation	       */
/*   04 - Header & Navigation      */
/*   05 - Hero			 		   */
/*   06 - About	Section			   */
/*   07 - Features Section		   */
/*   08 - Content Section		   */
/*   09 - Portfolio Section        */
/*   10 - Statistic Section        */
/*   11 - Banner		           */
/*   12 - Our Clients			   */
/*   13 - Testimonials		   	   */
/*   14 - Our Team				   */
/*   15 - Call To Action	   	   */
/*   16 - Pricing Tables		   */
/*   17 - Blog	         		   */
/*   18 - Contacts		 		   */
/*   19 - Footer		 	  	   */
/*   20 - Scroll To Top	 	  	   */




/* ===================================================================================
   01. GENERAL & BASIC STYLES
   =================================================================================== */     
   
html {
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
} 
 
body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 15px; 
	line-height: 1.6;
	font-weight: 300;	
}

a {
	color: #222;
}

body.boxed #wrapper {
	margin: 0 auto;
	max-width: 1250px;
	background: #fff;
}

/*------------------------------------------*/
/*	PAGE CONTENT
/*------------------------------------------*/

.page-content, section { overflow: hidden; } 

/*------------------------------------------*/
/*	ONSCROLL ANIMATIONS
/*------------------------------------------*/

.animated { visibility: hidden; }
.visible { visibility: visible; } 

/*------------------------------------------*/
/*	SPACING & ALIGNMENT FOR DEMOS
/*------------------------------------------*/

.wide-120 { padding-top: 120px; padding-bottom: 120px; }
.wide-110 { padding-top: 110px; padding-bottom: 110px; }
.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }

/*------------------------------------------*/
/*    Margin Top
/*------------------------------------------*/

.m-top-120 { margin-top: 120px; }
.m-top-110 { margin-top: 110px; }
.m-top-100 { margin-top: 100px; }
.m-top-90 { margin-top: 90px; }
.m-top-80 { margin-top: 80px; }
.m-top-70 { margin-top: 70px; }
.m-top-60 { margin-top: 60px; }
.m-top-50 { margin-top: 50px; }
.m-top-40 { margin-top: 40px; }
.m-top-35 { margin-top: 35px; }
.m-top-30 { margin-top: 30px; }
.m-top-25 { margin-top: 25px; }
.m-top-20 { margin-top: 20px; }
.m-top-15 { margin-top: 15px; }
.m-top-10 { margin-top: 10px; }
.m-top-5 { margin-top: 5px; }

/*------------------------------------------*/
/*    Margin Bottom
/*------------------------------------------*/

.m-bottom-120 { margin-bottom: 120px; }
.m-bottom-110 { margin-bottom: 110px; }
.m-bottom-100 { margin-bottom: 100px; }
.m-bottom-90 { margin-bottom: 90px; }
.m-bottom-80 { margin-bottom: 80px; }
.m-bottom-70 { margin-bottom: 70px; }
.m-bottom-60 { margin-bottom: 60px; }
.m-bottom-50 { margin-bottom: 50px; }
.m-bottom-40 { margin-bottom: 40px; }
.m-bottom-35 { margin-bottom: 35px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-25 { margin-bottom: 25px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-15 { margin-bottom: 15px; }
.m-bottom-10 { margin-bottom: 10px; }
.m-bottom-5 { margin-bottom: 5px; }
.m-bottom-0 { margin-bottom: 0; }


/*------------------------------------------*/
/*    Margin Left
/*------------------------------------------*/

.m-left-100 { margin-left: 100px; }
.m-left-80 { margin-left: 80px; }
.m-left-50 { margin-left: 50px; }
.m-left-30 { margin-left: 30px; }
.m-left-25 { margin-left: 25px; }
.m-left-20 { margin-left: 20px; }
.m-left-15 { margin-left: 15px; }
.m-left-10 { margin-left: 10px; }
.m-left-5 { margin-left: 5px; }

/*------------------------------------------*/
/*    Margin Right
/*------------------------------------------*/

.m-right-100 { margin-right: 100px; }
.m-right-80 { margin-right: 80px; }
.m-right-50 { margin-right: 50px; }
.m-right-30 { margin-right: 30px; }
.m-right-25 { margin-right: 25px; }
.m-right-20 { margin-right: 20px; }
.m-right-15 { margin-right: 15px; }
.m-right-10 { margin-right: 10px; }
.m-right-5 { margin-right: 5px; }

/*------------------------------------------*/
/*    Padding Top
/*------------------------------------------*/

.p-top-100 { padding-top: 100px; }
.p-top-90 { padding-top: 90px; }
.p-top-80 { padding-top: 80px; }
.p-top-70 { padding-top: 70px; }
.p-top-60 { padding-top: 60px; }
.p-top-50 { padding-top: 50px; }
.p-top-40 { padding-top: 40px; }
.p-top-30 { padding-top: 30px; }
.p-top-25 { padding-top: 25px; }
.p-top-20 { padding-top: 20px; }
.p-top-15 { padding-top: 15px; }
.p-top-10 { padding-top: 10px; }

/*------------------------------------------*/
/*    Padding Bottom
/*------------------------------------------*/

.p-bottom-100 { padding-bottom: 100px; }
.p-bottom-90 { padding-bottom: 90px; }
.p-bottom-80 { padding-bottom: 80px; }
.p-bottom-70 { padding-bottom: 70px; }
.p-bottom-60 { padding-bottom: 60px; }
.p-bottom-50 { padding-bottom: 50px; }
.p-bottom-40 { padding-bottom: 40px; }
.p-bottom-30 { padding-bottom: 30px; }
.p-bottom-25 { padding-bottom: 25px; }
.p-bottom-20 { padding-bottom: 20px; }
.p-bottom-15 { padding-bottom: 15px; }
.p-bottom-10 { padding-bottom: 10px; }
.p-bottom-0 { padding-bottom: 0; }

/*------------------------------------------*/
/*    Padding Left
/*------------------------------------------*/

.p-left-60 { padding-left: 60px; }
.p-left-45 { padding-left: 45px; }
.p-left-30 { padding-left: 30px; }
.p-left-25 { padding-left: 25px; }
.p-left-20 { padding-left: 20px; }
.p-left-15 { padding-left: 15px; }
.p-left-10 { padding-left: 10px; }

/*------------------------------------------*/
/*    Padding Right
/*------------------------------------------*/

.p-right-60 { padding-right: 60px; }
.p-right-45 { padding-right: 45px; }
.p-right-30 { padding-right: 30px; }
.p-right-25 { padding-right: 25px; }
.p-right-20 { padding-right: 20px; }
.p-right-15 { padding-right: 15px; }
.p-right-10 { padding-right: 10px; }

/*------------------------------------------*/
/*   BACKGROUND SETTINGS FOR DEMOS
/*------------------------------------------*/

.bg-scroll {
	width: 100%;
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

.bg-fixed {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

/*------------------------------------------*/
/*   BACKGROUND COLORS FOR DEMOS
/*------------------------------------------*/

.no-bg { background-color: transparent; }
.bg-white { background-color: #fff; }
.bg-black { background-color: #1a1a1a; }
.bg-dark { background-color: #222; }
.bg-lightgrey { background-color: #f5f5f5; }
.bg-stategrey { background-color: #20242e; }
.bg-green { background-color: #64b671; }
.bg-red { background-color: #f45432; }
.bg-sky-blue { background-color: #13a3df; }
.bg-dark-blue { background-color: #3b55e6; }
.bg-theme { background-color: #7aa93c; }

/*------------------------------------------*/
/*   BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.b-top-grey { border-top: 1px solid #ddd; }
.b-bottom-grey { border-bottom: 1px solid #ddd; }
.b-left-grey { border-left: 1px solid #ddd; }
.b-right-grey { border-right: 1px solid #ddd; }


/* ===================================================================================
   02. TYPOGRAPHY
   =================================================================================== */     

/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: 400;
	margin-bottom: 0;
}

/* Header H5 */

h6 {
	margin-bottom: 10px;
}

h5.h5-small {
	font-size: 15px;
	line-height: 22px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

/* Header H4 */

h4.h4-small {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}

h4 {
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 10px;
}

h4.h4-lg {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
} 

h4.h4-huge {
	font-size: 22px;
	line-height: 30px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
} 

/* Header H3 */

h3.h3-small {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}

h3 {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.5;
	margin-bottom: 20px;
}

h3.h3-lg {
	font-size: 34px;
	line-height: 44px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
} 

h3.h3-huge {
	font-size: 38px;
	line-height: 48px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
} 

/* Header H2 */ 

h2.h2-small {
	font-size: 40px;
	line-height: 50px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}  

h2 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 20px;
}

h2.h2-lg {
	font-size: 48px;
	line-height: 58px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
} 

h2.h2-huge {
	font-size: 52px;
	line-height: 62px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 20px;
}    

/*------------------------------------------*/
/*	 PARAGRAPHS
/*------------------------------------------*/

p.p-small {
	font-size: 14px; 
	line-height: 22px;
}

p {
	color: #444;
	font-size: 16px; 
	line-height: 1.63;
	font-weight: 300;
}

p.p-lg {
	font-size: 18px; 
	line-height: 28px;
}

p.p-huge {
	font-size: 20px; 
	line-height: 30px;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

a.a-small {
	font-size: 14px; 
	line-height: 22px;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 BORDER
/*------------------------------------------*/

hr {
    border-top: 1px solid #ddd;
}

/*------------------------------------------*/
/*	IMAGE SETTINGS
/*------------------------------------------*/

.img-responsive {
	display: inline-block; 
}

.service-style-two img {
	margin-bottom: 25px;
}

/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn {
	background-color: #7aa93c;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	border: 2px solid #7aa93c;
	padding: 10px 30px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.btn i {
	font-size: 15px;
	margin-left: 2px;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #444;
}

.notfound-page h1 {
	font-size: 66px;
}

.notfound-page .btn {
	margin-top: 25px;
}

/*------------------------------------------*/
/*	 Button Size
/*------------------------------------------*/

.btn.btn-small {
	font-size: 13px;
	padding: 8px 25px;	
}

.btn.btn-medium {
	font-size: 15px;
	padding: 11px 35px;	
}

.btn.btn-lg {
	font-size: 16px;
	padding: 12px 40px;	
}

.btn.btn-lg i {
	font-size: 16px;
	margin-left: 3px;
}

/*------------------------------------------*/
/*	 Button Colors
/*------------------------------------------*/

.btn.btn-blue {
	background-color: #13a3df;
	border-color: #13a3df;
	color: #fff;
}

.btn.btn-black {
	background-color: #444;
	border-color: #444;
}

.btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #222;
}

.btn.btn-tra-theme {
	background-color: transparent;
	border-color: #7aa93c;
	color: #7aa93c;
}

.btn.btn-tra-dark {
	background-color: transparent;
	border-color: #666;
	color: #666;	
}

.btn.btn-tra-white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;	
}

/*------------------------------------------*/
/*	 Button Hover
/*------------------------------------------*/

.btn.blue-hover:hover,
.btn.blue-hover:focus {
	background-color: #13a3df;
	border-color: #13a3df;
	color: #fff;	
}

.btn.dark-hover:hover,
.btn.dark-hover:focus {
	background-color: #444;
	border-color: #444;
	color: #fff;	
}

.btn.tra-hover:hover,
.btn.tra-hover:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;	
} 

.btn.theme-hover:hover,
.btn.theme-hover:focus {
	background-color: #7aa93c;
	border-color: #7aa93c;
	color: #fff;	
}

/*-----------unit test----------------------*/
a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.screen-reader-text {
	display: none;
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*.alignright {
	float: right;
	margin: 6px 0 6px 20px;
}

.alignleft {
	float: left;
	margin: 6px 20px 6px 0;
}*/

.panel-row-style {
	position: relative;
}

img.aligncenter{
	display:block;
	text-align:center;
	display: block;
	margin:0 auto 20px auto;
	padding:0px;
	border:0px;
	background:none;
}

img.alignleft{
	float:left;
	margin: 6px 20px 6px 0;
	display: inline;
	border:0px;
	background:none;
	padding:0;
	display:block;
}

img.alignright{
	padding:0;
	float:right;
	margin: 6px 0 6px 20px;
	border:0px;
	display:block;
	background:none;
}

figure.aligncenter {
	margin:0 auto 20px auto;
}

blockquote {		 
	font-size:14px;
	line-height: 32px;
	font-weight:normal;
	font-style:italic;	
	margin: 20px 0;
	position:relative;  
	width: 100%;
	background:#7aa93c;
	color: #fff;
	float: left;
}

blockquote p,
blockquote cite a,
blockquote a {
	color: #fff;
	font-weight: normal;
}

.readmore {
	font-size: 13px;
	font-family: "Inconsolata", sans-serif;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-top: 0;
	display: block;
}

table{
	width: 100%;
}

table td,
table th{
	padding: 5px;
	border: 1px solid #ededed;
	color: #27293d;
	font-weight: normal;
	font-size: 15px;
}

.wp-calendar-table td#today {
	color: #fff;
	background: #7aa93c;
	border-color: #7aa93c;
}

.wp-block-table td, .wp-block-table th {
	border-color: #ededed;
}

.main_footer table td, .main_footer table th {
	color: #ccc;
}

select {
	border: 1px solid #eaeaea;
	height: 34px;
	padding: 10px;
	font-weight: 600;
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
	background-position: 92%;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	line-height: 14px;
	max-width: 100%;
	overflow: hidden;
	color: #27293d;
	margin-bottom: 5px;
}

button,
input,
optgroup,
select,
textarea {
	outline: none;
}

.gallery-carousel,
.wp-block-archives,
.wp-block-categories,
.wp-block-search,
.wp-block-archives-dropdown {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.wp-block-search .wp-block-search__input {
	float: left;
    max-width: 345px;
    border-color: #eaeaea;
    padding: 5px;
}

pre{
	border: 1px solid #d1d1d1;
    font-size: 12px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}

ol li {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.pager {
    margin: 0;
}

.pagination > li{
	float: left;
	min-width: 20px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
}

.pager li > a,
.pager li > span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pagination > li.current > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #f5f5f5;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}

.sticky .sticky-content{
	line-height: 34px;
}

.post-meta.sticky-posts{
	margin-bottom: 20px;
	background:#7aa93c;
	border-radius: 2px;
}

.sticky-post{
	padding: 8px 15px;
	color: #fff;
	
}

.gallery-caption{
	color: #000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar{
	border: 1px solid #660016;
}

dd{
	margin-bottom: 20px;
}

.hidden-sec{
    display: none;
}

.visible-sec{
    display: block;
}

.more-link{
	padding: 6px 12px;
	border-radius: 4px;
	margin-top: 10px;
	display: inline-block;
}

.comment-edit-link,
.comment-reply-link{
	padding-right: 10px;
}

.blog-tags {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.tagcloud a,
.blog-tags li a,
.tagwidget li a{
	padding: 4px 10px;
    border: 1px solid #7aa93c;
    margin: 0 0 10px 0;
	display: inline-block;
	font-size: 12px!important;
	border-radius: 4px;
	background: #7aa93c;
	color: #fff;
}

.tagcloud a:hover,
.blog-tags li a:hover,
.tagwidget li a:hover {
	background: #444;
	color: #fff;
	border-color: #444;
}

.page-links {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.sidebar ul{
	padding-left: 0;
}

.sidebar .widget_nav_menu ul.sub-menu{
	padding-top: 10px;
}

.sidebar ul li{
	list-style: none;
	padding-bottom: 10px;
}

.sidebar .widget ul.children,
.sidebar ul .sub-menu,
.footer-widget-area ul .children,
.footer-widget-area ul .sub-menu {
	padding-left: 10px;
}

.sidebar ul li:last-child{
	padding-bottom: 0;
}

.panel-row-style{
	position: relative;
}

.panel-grid-cell{
	position: relative;
}

.post-password-form input[type="password"]{
	border: 1px solid #dedede;
	padding: 5px;
}

.post-password-form input[type="submit"]{
	border: 1px solid transparent;
	padding: 5px 10px;
	background-color: rgba(30, 30, 30, 0.94);
	color: #fff;
}

.pagination > li > a,
.pagination > li > span,
.page-links .post-page-numbers {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
	border-radius: 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #999;
}

.page-links-title{
    float: left;
    padding: 9px 0;
    margin-right: 10px;
}

.right.carousel-control > span,
.left.carousel-control > span{
	top: 45%;
	position: absolute;
}

.comments-list li .children {
	padding-left: 20px;
}

.comments-list .comment-single {
	margin-bottom: 30px;
}

.comment-time {
	line-height: 18px;
}

.page-links a {
	padding: 0 5px;
}

.comments-list .pingback,
.comments-list .trackback {
	margin-bottom: 30px;
}

.footer-widget-area caption {
	color: #ccc;
}

.footer-widget-area .calendar_wrap caption {
	padding-top: 0;
}

.wp-block-pullquote {
	padding: 0;
}

.wp-block-pullquote blockquote {
	margin-top: 0;
}

.wp-block-pullquote.has-background blockquote {
    border: none;
    background: none;
	margin: 0;
}

.wp-block-separator {
	display: inline-block;
	width: 100%;
}

.wp-block-button__link {
	background: #7aa93c;
	border: 2px solid #7aa93c;
	border-radius: 6px;
}

.wp-block-button {
    margin-bottom: 5px;
}

.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0;
}

section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
	color: #fff!important;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	color: #fff;
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
	color: #fff;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 5px solid #eee;
}

.wp-block-pullquote {
	border-top: none;
	border-bottom: none;
	display: inline-block;
	width: 100%;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	text-transform: inherit;
}

.aligncenter {
	text-align: center;
}

.wp-block-cover {
	margin-bottom: 40px;
}

.wp-block-separator {
	border-top: 1px solid #999;
	width: 2.25em;
	border-bottom: none;
}

/* Blocks */
/* !Block styles */
.content-page.blog-item > *,
.content-page.blog-item > * {
  margin: 0;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .content-page.blog-item > *,
  .content-page.blog-item > * {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1168px) {
  .content-page.blog-item > *,
  .content-page.blog-item > * {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .content-page.blog-item > *,
  .content-page.blog-item > * {
    margin: 0;
  }
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2{
	font-size: 2.25em;
	font-weight: 600;
}

.wp-block-pullquote p {
	font-weight: normal;
	font-size: 2.25em;
	margin: 0;
}
/*------------------------------------------*/
/*	 SECTION TITLE
/*------------------------------------------*/

.section-title,
.thin-title {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Poppins', sans-serif;
}

.section-title h4,
.thin-title h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}

.section-title h3 {
	font-size: 38px;
	line-height: 48px;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.thin-title h3 {
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.section-title p,
.thin-title p { 
	color: #757575;
	font-size: 19px;
	line-height: 27px;
	margin-bottom: 30px;
	padding: 0 5%;
}

.section-title p.p-small {
	font-size: 16px; 
	line-height: 24px;
	font-style: italic;
}

.section-title p.p-small span {
	color: #7aa93c;
	font-weight: 700;
}

/*------------------------------------------*/
/*	 Text Weight
/*------------------------------------------*/

.txt-thin { font-weight: 300; }
.txt-normal { font-weight: 400; }
.txt-medium { font-weight: 500; }
.txt-semi-bold { font-weight: 600; }
.txt-bold { font-weight: 700; }

.txt-uppercase { text-transform: uppercase; }

/*------------------------------------------*/
/*	 TEXT COLORS FOR DEMOS
/*------------------------------------------*/

.black-color { color: #222; }
.dark-color { color: #666; }
.grey-color { color: #999; }
.lightgrey-color { color: #ccc; }
.sky-blue-color { color: #13a3df; }
.dark-blue-color { color: #3b55e6; }
.green-color { color: #64b671; }
.red-color { color: #f45432; }
.theme-color { color: #7aa93c; }

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color i, 
.white-color span {
	color: #fff;
}

.lightgrey-color,
.lightgrey-color h2, 
.lightgrey-color h3, 
.lightgrey-color h4, 
.lightgrey-color h5, 
.lightgrey-color h6, 
.lightgrey-color p, 
.lightgrey-color a {
	color: #ccc;
}

/*------------------------------------------*/
/*	 BOXES ICONS
/*------------------------------------------*/

.box-icon-small [class^="flaticon-"]:before, 
.box-icon-small [class*=" flaticon-"]:before,
.box-icon-small [class^="flaticon-"]:after, 
.box-icon-small [class*=" flaticon-"]:after {   
    font-family: Flaticon;
	font-size: 50px;
	line-height: 50px!important;
	font-style: normal;
	margin-left: 0;
}
   
.box-icon [class^="flaticon-"]:before, 
.box-icon [class*=" flaticon-"]:before,
.box-icon [class^="flaticon-"]:after, 
.box-icon [class*=" flaticon-"]:after {   
    font-family: Flaticon;
	font-size: 70px;
	line-height: 70px!important;
	font-style: normal;
	margin-left: 0;
} 

.box-icon-medium [class^="flaticon-"]:before, 
.box-icon-medium [class*=" flaticon-"]:before,
.box-icon-medium [class^="flaticon-"]:after, 
.box-icon-medium [class*=" flaticon-"]:after {   
    font-family: Flaticon;
	font-size: 80px;
	line-height: 80px!important;
	font-style: normal;
	margin-left: 0;
}

.box-icon-lg [class^="flaticon-"]:before, 
.box-icon-lg [class*=" flaticon-"]:before,
.box-icon-lg [class^="flaticon-"]:after, 
.box-icon-lg [class*=" flaticon-"]:after {   
    font-family: Flaticon;
	font-size: 90px;
	line-height: 90px!important;
	font-style: normal;
	margin-left: 0;
}

/* ==========================================================================
   03. PRELOAD ANIMATION
   ========================================================================== */
   
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-color: #fff;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
	width: 90px;
    height: 90px;
	margin: -45px 0 0 -45px;
    border: 3px solid transparent;
	border-top-color: #25c6ff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #f9c922;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/* ===================================================================================
   04. HEADER & NAVIGATION
   =================================================================================== */    
   
/*------------------------------------------*/
/*	 LOGO IMAGE    
/*------------------------------------------*/

.navbar-brand {
	height: 60px;
	padding: 18px 15px;
}

/*------------------------------------------*/
/*	 NAVIGATION BAR    
/*------------------------------------------*/

body.logged-in.admin-bar .navbar-fixed-top {
	top: 32px;
}

body.logged-in.admin-bar .header-wide.affix {
	top: 32px;
}

.navbar-brand > img {
	max-width: 146px;
	height: 24px;
}

.header {
	margin-bottom: 72px; 
}

.header .def-nav {
	margin-bottom: 0; 
}

.navbar {	
	padding: 8px 0;
	margin-bottom: 0;
	background-color: #fff;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.navbar.bg-black {
	background-color: #1a1a1a;
	box-shadow: 0 0;	
}

.navbar.no-bg {
	padding: 20px 0px;
	box-shadow: 0 0;
	background:	#1a1a1a;
}

.page-template-home-page .navbar.no-bg {
	padding: 20px 0px;
	background-color: transparent;
	box-shadow: 0 0;	
}

.page-template-home-page #header-3 {
	margin-bottom: 0!important;
}

#header-3 {
	margin-bottom: 72px!important;
}

/*------------------------------------------*/
/*	 NAVIGATION MENU    
/*------------------------------------------*/

#header-1 .navbar-right {
	float: left!important;
	margin-left: 100px;
}

.navbar-nav > li > a {
	color: #333;
	font-size: 15px;
	line-height: 60px;
	font-weight: 300;
	display: block;
	padding: 0 12px;
}

.bg-black .navbar-nav > li > a, 
.no-bg .navbar-nav > li > a { 
	color: #fff; 
}

.no-bg.dark-nav .navbar-nav > li > a { 
	color: #333; 
}

/*------------------------------------------*/
/*	 Header Button
/*------------------------------------------*/

#header-1 .header-btn {
	float: right!important;
	margin-right: 20px;
}

#header-3 .header-btn {
	float: right!important;
	margin-left: 20px;
}

#header-2 .header-btn {
	float: right!important;
	margin-left: 20px;
}

.navbar-nav > li > a.header-btn {	
	background-color: #7aa93c;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.5px;
	margin-top: 11px;
	margin-left: 15px;
	padding: 6px 25px;
	border: 2px solid #7aa93c;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.no-bg .navbar-nav > li > a.header-btn {	
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.no-bg.dark-nav .navbar-nav > li > a.header-btn {	
	background-color: #7aa93c;
	color: #fff;
	border-color: #7aa93c;
}

/*------------------------------------------*/
/*	 Header Social Icons  
/*------------------------------------------*/

.header-socials {
	display: inline-block; 
	margin-top: 12px;
	margin-left: 10px;
}

.header-socials span {
	float: left;
	width: auto !important;
    vertical-align: top;
    clear: none !important;
}

.he_social {
	width: 36px;
    height: 36px;
	text-align: center;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
    line-height: 36px;
	margin: 0 3px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-decoration: none;
}

.he_social .fa {
	line-height: 36px !important;
}

.navbar .ico-facebook {background-color: #3b5998;}
.navbar .ico-twitter {background-color: #00a9ed;}
.navbar .ico-google-plus {background-color: #cd1111;}
.navbar .ico-linkedin {background-color: #015886;}
.navbar .ico-dribbble {background-color: #d92d84;}
.navbar .ico-instagram {background-color: #beb3a8;}
.navbar .ico-pinterest {background-color: #ac281a;}
.navbar .ico-dropbox {background-color: #008ad2;}
.navbar .ico-skype {background-color: #00a9ed; }
.navbar .ico-youtube {background-color: #cd1b20;}
.navbar .ico-tumblr {background-color: #3a5976;}
.navbar .ico-vimeo {background-color: #00adee;}
.navbar .ico-flickr {background-color: #d2d2d2;}
.navbar .ico-github {background-color: #222;}
.navbar .ico-renren {background-color: #364a83;}
.navbar .ico-vk {background-color: #3b5998;}
.navbar .ico-xing {background-color: #015f5e;}
.navbar .ico-weibo {background-color: #be4443;}
.navbar .ico-rss {background-color: #ff6600;}

.header-socials {
	padding: 0;
	margin-top: 12px;
	margin-left: 20px;
	float: right;
}

.header-socials li {
	display: inline-block;
	list-style: none;
}

.header-socials li a i {
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin: 0 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.header-socials li a .fa-facebook {
	background-color: #3b5998;
}

.header-socials li a .fa-twitter {
	background-color: #00a9ed;
}

.header-socials li a .fa-google-plus {
	background-color: #cd1111;
}

.header-socials li a .fa-linkedin{
	background-color: #015886;
}

.header-socials li a .fa-dribbble{
	background-color: #d92d84;
}

.header-socials li a .fa-instagram{
	background-color: #beb3a8;
}

.header-socials li a .fa-pinterest{
	background-color: #ac281a;
}

.header-socials li a .fa-dropbox{
	background-color: #008ad2;
}

.header-socials li a .fa-skype{
	background-color: #00a9ed;
}

.header-socials li a .fa-youtube{
	background-color: #cd1b20;
}

.header-socials li a .fa-tumblr{
	background-color: #3a5976;
}

.header-socials li a .fa-vimeo{
	background-color: #00adee;
}

.header-socials li a .fa-flickr{
	background-color: #d2d2d2;
}

.header-socials li a .fa-github{
	background-color: #222;
}

.header-socials li a .fa-renren{
	background-color: #364a83;
}

.header-socials li a .fa-vk{
	background-color: #3b5998;
}

.header-socials li a .fa-xing{
	background-color: #015f5e;
}

.header-socials li a .fa-weibo{
	background-color: #be4443;
}

.header-socials li a .fa-rss{
	background-color: #ff6600;
}

.header-socials li a:hover i {
	background-color: #fff;
	color: #444;
}

.bg-white .header-socials a:hover i {
	background-color: #444;
	color: #fff;
}

/*------------------------------------------*/
/*	 Header Social Icons Hover 
/*------------------------------------------*/

.he_social:hover,
.scroll.white-nav .he_social:hover {
	background-color: #444;
	color: #fff;
}

.bg-black .he_social:hover,
.white-nav .he_social:hover {
	background-color: #fff;
	color: #444;
}

/*------------------------------------------*/
/*	 Navigation Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.no-bg.dark-nav .navbar-nav > li > a:hover,
.no-bg.scroll .navbar-nav > li > a:hover {
	color: #7aa93c;
	background-color: transparent;
}

.navbar-nav > li > a:focus {
	background-color: transparent;
}

.navbar-nav > li > a.header-btn:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.bg-black .navbar-nav > li > a.header-btn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.no-bg.scroll.white-nav .navbar-nav > li > a.header-btn,
.no-bg.white-nav .navbar-nav > li > a.header-btn:hover {
	background-color: #7aa93c;
	border-color: #7aa93c;
	color: #fff;
}

.no-bg.scroll.white-nav .navbar-nav > li > a.header-btn:hover,
.no-bg.dark-nav .navbar-nav > li > a.header-btn:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

/*------------------------------------------*/
/*	 Navbar Scroll   
/*------------------------------------------*/

.navbar.scroll {
	padding: 0px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);	
}

.page-template-home-page .navbar.scroll{
	padding: 0px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);	
}

.navbar.bg-black.scroll {
	background-color: #1a1a1a;
}

.no-bg.scroll .navbar-nav > li > a {
	color: #333;
}

/*------------------------------------------*/
/*	 Responsive Menu Button    
/*------------------------------------------*/
.dropdown-menu > li > a {
	padding: 8px 20px;
	white-space: normal;
}

.navbar-toggle {
    position: relative;
	background-color: transparent;
    padding: 10px;
	margin: 11px 45px 11px 0;
	border: none;
}

.navbar-toggle {
	color: #444;
	border: 2px solid #444;
}

.bg-black .navbar-toggle {
	color: #ccc;
	border: 2px solid #ccc;
}

.navbar-toggle .icon-bar {
	background-color: #444;
}

.bg-black .navbar-toggle .icon-bar {
	background-color: #ccc;
}

/*------------------------------------------*/
/*	 Logo Image
/*------------------------------------------*/

.navbar .logo-white, 
.navbar .logo-black {
	display: block;
}

.navbar.bg-black .logo-white,
.navbar.no-bg .logo-white,
.navbar.no-bg.dark-nav .logo-black,
.navbar.no-bg.scroll .logo-black {
	display: block;
}

.navbar.no-bg .logo-display-sticky {
	display: none;
}

.navbar.no-bg.scroll .logo-white .logo-display-sticky{
	display: block;
}

.navbar.no-bg.scroll .logo-white .logo-hide-sticky{
	display: none;
}


/* ===================================================================================
   05. HERO 
   =================================================================================== */
.section-main-container {
	padding: 100px 0;
}
   
.hero-section .container {
	position: relative;
}

#hero-13 {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0 !important;
}

#hero-14 .hero-slider,
#hero-15 .hero-slider {
	height: 800px;
}

#hero-14 .hero-txt h2,
#hero-15 .hero-txt h2 {
	padding-top: 265px;
}

/*------------------------------------------*/
/*	 HERO BACKGROUND IMAGES FOR DEMOS
/*------------------------------------------*/

#hero-2 {
	background-image: url(../images/hero-2.png);	
}

#hero-3 {
	background-image: url(../images/hero-3.jpg);	
}

#hero-4 {
	background-image: url(../images/hero-4.jpg);	
}

#hero-5 {
	background-image: url(../images/hero-5.jpg);	
}

#hero-6 {
	background-image: url(../images/hero-6.png);	
}

.hero-7-title {
	background-image: url(../images/hero-7.jpg);	
}

#hero-9 {
	background-image: url(../images/hero-9.jpg);	
}

#hero-10 {
	background-image: url(../images/hero-10.jpg);	
}

#hero-11 {
	background-image: url(../images/hero-2.png);	
}

#hero-12 {
	background-image: url(../images/hero-12.jpg);	
}

#hero-14 {
	background-image: url(../images/hero-14.jpg);	
}

#hero-15 {
	background-image: url(../images/hero-15.jpg);	
}

/*------------------------------------------*/
/*	 HERO IMAGES
/*------------------------------------------*/ 

#hero-7-content {
	padding-top: 80px;
	padding-bottom: 550px;
}

.hero-7-image img {
	margin-top: -530px;
}

/*------------------------------------------*/
/*	 HERO OVERLAY
/*------------------------------------------*/

#hero-1 .hero-overlay {
	height: 100%;
	background-color: rgba(250, 250, 250, 0.7); 	
}

#hero-5 .hero-overlay {
	height: 100%;
	background-color: rgba(71, 21, 79, 0.9); 	
}

#hero-7 .hero-overlay {
	height: 100%;
	background-color: rgba(47, 64, 133, 0.75); 	
}

#hero-8 .hero-overlay {
	height: 100%;	
	background-color: rgba(10, 10, 10, 0.85); 		
}

#hero-10 .hero-overlay {
	height: 100%;	
	background-color: rgba(57, 77, 207, 0.85); 		
}

#hero-14 .hero-overlay,
#hero-15 .hero-overlay {
	height: 100%;	
	background-color: rgba(10, 10, 10, 0.55); 		
}

.hero-overlay.ovlight {
	background-color: rgba(250, 250, 250, 0.7);
}

.hero-section .hero-overlay.ovdark {
	background-color: rgba(10, 10, 10, 0.85); 
}

/*------------------------------------------*/
/*	 HERO CONTENT
/*------------------------------------------*/

.hero-row-260 {
	padding-top: 260px;
	padding-bottom: 260px;
}

.hero-row-240 {
	padding-top: 240px;
	padding-bottom: 240px;
}

.hero-row-220 {
	padding-top: 220px;
	padding-bottom: 220px;
}

.hero-row-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.hero-row-180 {
	padding-top: 180px;
	padding-bottom: 180px;
}

.hero-row-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.hero-row-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.hero-top-row-100 {
	padding-top: 100px;
}

/*------------------------------------------*/
/*	 HERO CONTENT TRANSPARENT HEADER
/*------------------------------------------*/

.wide-hero .hero-row-260 {
	padding-top: 300px;
	padding-bottom: 260px;
}

.wide-hero .hero-row-240 {
	padding-top: 280px;
	padding-bottom: 240px;
}

.wide-hero .hero-row-220 {
	padding-top: 260px;
	padding-bottom: 220px;
}

.wide-hero .hero-row-200 {
	padding-top: 240px;
	padding-bottom: 200px;
}

.wide-hero .hero-row-180 {
	padding-top: 220px;
	padding-bottom: 180px;
}

.wide-hero .hero-row-160 {
	padding-top: 200px;
	padding-bottom: 160px;
}

.wide-hero .hero-row-110 {
	padding-top: 150px;
	padding-bottom: 110px;
}

.wide-hero .hero-top-row-100 {
	padding-top: 140px;
}

/*------------------------------------------*/
/*	 Hero H3 Header
/*------------------------------------------*/ 

h3.h3-hero-normal {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 15px;	
}

h3.h3-hero-lg {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 15px;	
}

/*------------------------------------------*/
/*	 Hero H2 Header
/*------------------------------------------*/ 

h2.h2-hero-small {
	font-size: 55px;
	line-height: 65px;
	font-weight: 600;
	margin-bottom: 15px;
}

h2.h2-hero-medium {
	font-size: 65px;
	line-height: 75px;
	font-weight: 600;
	margin-bottom: 20px;
}

h2.h2-hero-lg {
	font-size: 75px;
	line-height: 85px;
	font-weight: 600;
	margin-bottom: 20px;
}

h2.h2-hero-huge {
	font-size: 85px;
	line-height: 95px;
	font-weight: 600;
	margin-bottom: 20px;
}

#hero-8 h2.h2-hero-huge {
	font-size: 95px;
	line-height: 100px;
	font-weight: 700;
	letter-spacing: -1px;
}

#hero-13 h2.h2-hero-huge,
#hero-15 h2.h2-hero-huge {
	font-size: 95px;
	line-height: 95px;
	font-weight: 600;
	letter-spacing: -1px;
}

/*------------------------------------------*/
/*	 Hero Paragraphs
/*------------------------------------------*/

.hero-txt p.p-hero-small {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 10px;
}

.hero-txt p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
} 

.hero-txt p.p-hero-medium {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
} 

.hero-txt p.p-hero-lg {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
} 

#hero-1 p, 
#hero-9 p, 
#hero-13 p,
#hero-15 p { padding: 0 15%; }

#hero-2 p, 
#hero-5 p { padding-right: 10%; }

#hero-6 p { padding: 0 5%; }

#hero-7 p, 
#hero-8 p, 
#hero-10 p,  
#hero-14 p { padding: 0 10%; } 

/*------------------------------------------*/
/*	 Hero List
/*------------------------------------------*/

.hero-list p {
	margin-bottom: 8px;
}

.hero-list p span {
	margin-right: 5px;
}

/*------------------------------------------*/
/*	 Hero Register Form 
/*------------------------------------------*/

#hero-form form {	
	background: #fff;
	border: 2px solid #7aa93c;
	padding: 45px 40px 30px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.register-form .col-md-12 { 
	padding: 0; 
}

#hero-form .form-control {
	background-color: #f0f0f0;
	color: #333;
	height: 43px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 18px;
	border: 1px solid #eee;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#hero-form .form-control:focus {
    border-color: #7aa93c;
	outline: 0px none;
	box-shadow: none;
}

/*------------------------------------------*/
/*	  Register Form Message
/*------------------------------------------*/

#hero-form .loading {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

.error {
	color: #e74c3c;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Register Form Submit Button
/*------------------------------------------*/

.register-form .btn {
	width: 100%;
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;	
}

.register-form .btn:focus {
	background-color: #7aa93c;
	color: #fff;
	border-color: #7aa93c;
} 

/*------------------------------------------*/
/*	 Hero Fullscreen Slider
/*------------------------------------------*/

#slides {
	position: relative;
}

#slides .scrollable {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	*zoom: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

#hero-13 .hero-txt {
	width: 80%; 
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 50px 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*------------------------------------------*/
/*	 Fullscreen Slider Navigation  
/*------------------------------------------*/

.slides-navigation {
	width: 100%;
    position: absolute;
    z-index: 3;
    top: 46%;
}

.slides-navigation a {
    position: absolute;
    display: block;
}

/*------------------------------------------*/
/*	 Next Button  
/*------------------------------------------*/

.slides-navigation a.next {
    right: 0px;
}

.slides-navigation .next.fa-angle-right {
    color: #eee;
    font-size: 70px;
    opacity: 0.4;
    margin-right: 30px;
}

/*------------------------------------------*/
/*	 Previous Button
/*------------------------------------------*/

.slides-navigation a.prev {
    left: 0px;
}

.slides-navigation .prev.fa-angle-left {
    color: #ddd;
    font-size: 70px;
    opacity: 0.4;
    margin-left: 30px;
}

/*------------------------------------------*/
/*	 Buttons Hover  
/*------------------------------------------*/

.slides-navigation .next.fa-angle-right:hover,
.slides-navigation .prev.fa-angle-left:hover {
	 opacity: 0.85;
}

/*------------------------------------------*/
/*	 SCROLL DOWN MOUSE  
/*------------------------------------------*/

.scroll-down {
    display: block;
	width: 100%;
    position: absolute;
    z-index: 99;  
    left: 0px;
    bottom: 5%;
    text-transform: uppercase;
    color: #ddd;
    font-size: 13px;
	font-weight: 700;
    text-align: center;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
	animation-name: Floating;
    -moz-animation-duration: 1.8s;
	animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.mouse {
	width: 18px;
    height: 28px;
	color: #ddd;
	border: 2px solid #ddd;
    border-radius: 12px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: block;
    text-align: center;
    margin: 0px auto 10px; 
}

.mouse span {
	font-size: 20px; 
	margin-top: 6px;
}

/*------------------------------------------*/
/*	 SCROLL DOWN ARROW  
/*------------------------------------------*/

.hero-arrow {
    display: block;
	width: 100%;
    position: absolute;
    z-index: 99;  
    left: 0px;
    bottom: 10%;
    color: #222;
    font-size: 16px;
    text-align: center;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
	animation-name: Floating;
    -moz-animation-duration: 1.8s;
	animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform: translate(0, 0px);}
    65% {-webkit-transform: translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform: translate(0, 0px);}
    65% {-moz-transform: translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.arrow span  {
	font-size: 25px;
    display: block;
    text-align: center;
    margin: 2px auto 0; 
} 

/*------------------------------------------*/
/*	 Hero Text Rotator Nav
/*------------------------------------------*/

.hero-section .flex-control-paging li a {
	background: transparent;
	border: 2px solid #fff;
}

.hero-section .flex-control-paging li a:hover { 
	background: #fff;
	border: 2px solid #fff;
}

.hero-section .flex-control-paging li a.flex-active { 
	background: #fff;
	border: 2px solid #fff;
}




/* ===================================================================================
   06. ABOUT SECTION
   =================================================================================== */ 
   
#about-4 .thin-title {
	margin-bottom: 20px;
} 

/*------------------------------------------*/
/*	  ABOUT BOX
/*------------------------------------------*/    
   
.abox {
	text-align: center;
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  About Box Text
/*------------------------------------------*/   

.abox h5 {
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
} 
 
.abox h4 {
	margin-top: 30px;
	font-family: 'Poppins', sans-serif;
} 

.abox p, .about-txt p {
	margin-bottom: 0;
} 
   
   
      
 
/* ===================================================================================
   07. FEATURES SECTION
   =================================================================================== */ 

#features-1 {
	background-image: url(../images/features-1.jpg);	
}

/*------------------------------------------*/
/*	  FEATURE BOX
/*------------------------------------------*/ 
.service-bottom-margin .so-panel.widget_themestall {
	margin-bottom: 0!important;
}

.fbox {
	padding: 20px 40px;
	margin-bottom: 50px;
}

.fbox-1 {
	margin-bottom: 0;
	transition: all 0.3s ease;
	padding: 30px;	
}

.fbox-1:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.fbox.b-right-grey {
	border-color: rgba(240, 240, 240, 0.2);
} 

.fbox-1 h4 { 
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
} 

.fbox-2 h4.h4-small { 
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
} 

.fbox p, .fbox-1 p, .fbox-2 p {
	margin-bottom: 0px;
}

.fbox-1:hover .dark-color {
	color: #7aa93c!important;
	
}
  
/* ===================================================================================
   08. CONTENT SECTION
   =================================================================================== */ 

#content-6, #content-7 {
	position: relative;
}

#content-8 {
	background-image: url(../images/world-map-transparent.png);
}

/*------------------------------------------*/
/*	Content Background Image
/*------------------------------------------*/  

.content-6-img { 
	background-repeat: no-repeat;
	background-position: left center;		
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
}

.content-7-img { 
	background-repeat: no-repeat;
	background-position: left center;		
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 50%;
}

.content-6-img { 
	background-image: url(../images/content-6.jpg);
}

.content-7-img { 
	background-image: url(../images/content-7.jpg);
}

#content-6 .content-txt { 
	padding-left: 0; 
}

/*------------------------------------------*/
/*	 Content Box Icon
/*------------------------------------------*/  

.cbox span {
	font-size: 32px;
	line-height: 32px!important;
	float: left;
	margin-right: 15px;	
}

/*------------------------------------------*/
/*	 Content Box Title
/*------------------------------------------*/ 

.cbox h4 {
	line-height: 32px!important;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}
  
/*------------------------------------------*/
/*	  QUOTE
/*------------------------------------------*/ 

.quote p {
	color: #666;
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Quote Avatar 
/*------------------------------------------*/ 

.quote-avatar {
	display: inline-block;
	margin: 0 auto;	
}

.quote-avatar img {
	width: 65px;
	height: 65px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.quote-author {
	display: inline-block;
	padding: 0 0 0 15px;
	text-align: left;
	position: relative;
	top: 10px;
}  

/*------------------------------------------*/
/*	  Quote Avatar 
/*------------------------------------------*/ 
   
.quote-author h4 {
	color: #151515;
	font-weight: 600;
	margin-bottom: 2px;
	font-family: 'Poppins', sans-serif;
}

.quote-author span {
	color: #7aa93c;
	font-size: 15px; 
	line-height: 15px;
	font-weight: 400;
	display: block;
}

.quote-author span a {
	color: #7aa93c;
}

/*------------------------------------------*/
/*	 ACCORDION
/*------------------------------------------*/    

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel + .panel {
	margin-top: 4px;
    margin-bottom: 4px;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel {
	background-color: transparent;
    border-radius: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

/*------------------------------------------*/
/*	Accordion Panel Title 
/*------------------------------------------*/

.panel-default > .panel-heading {
	background-color: transparent;
}

.panel-heading {
	padding: 8px 0;
	font-family: 'Poppins', sans-serif;
}

.panel-group h3.h3-small {
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
}

.panel-heading a {
	color: #333; 
}

.panel-heading a:hover {
	color: #7aa93c;
}

/*------------------------------------------*/
/*	Accordion Panel Content 
/*------------------------------------------*/

.panel-body {
	padding: 5px 0;
	border: none;
}

.panel-body li  {
	margin-bottom: 5px;
}

.panel-body li i {
	color: #7aa93c;
	font-size: 13px;
	margin-right: 6px;
}

/*------------------------------------------*/
/*	SKILLS
/*------------------------------------------*/ 

.goalProgress {
	background: #ddd;
	margin-bottom: 35px;
}

div.progressBar {
	background: #7aa93c;
	padding: 2px 0;
	overflow: hidden;
	width: 20px;
}

span.goalAmount {
	display: none;
	text-indent: -9999px;
}   

.barWrapper h5 {
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}

/*------------------------------------------*/
/*	 Skills Tooltip
/*------------------------------------------*/

.barWrapper {
	position: relative;
}

.skill-percent {	
	font-size: 17px;
	line-height: 17px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 2%;
}

.progress {
	border-radius: 0;
	overflow: visible;
	margin-bottom: 35px;
}

.progress-bar {
	position: relative;
}

.progress-label {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	TABS
/*------------------------------------------*/  

#content-4-1 .nav-tabs {
	display: inline-block;
}

.nav-tabs {
	border: none;
}

.nav-tabs > li > a {
	color: #aaa;
	border: none;	
	font-size: 18px;
	font-weight: 400;
	padding: 5px 0;
	background-color: transparent;
	border-bottom: none;
	margin-right: 60px;
}

#content-4-1 .nav-tabs > li > a {
	font-size: 17px;
	font-weight: 300;
	padding: 5px 40px 20px;
	background-color: transparent;
	border-bottom: none;
	margin-right: 5px;
}

.nav-tabs > li > a span {
	margin-bottom: 15px;
	display: block;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	color: #7aa93c;
	border: none;
	border-bottom: none;
}

.nav-tabs > li > a:hover {
	background-color: transparent;
	color: #666;	
}

/*------------------------------------------*/
/*	TABS PANE
/*------------------------------------------*/   

#content-4-1 .tab-pane.row {
	margin-left: 15px;
	margin-right: 15px;
}

.tab-content > .tab-pane {
    padding: 30px 0 0;
	border: none;
	border: none;
}




/* ===================================================================================
   09. PORTFOLIO SECTION
   =================================================================================== */  

#portfolio-2 .section-title  {
	margin-bottom: 20px;
} 
  
/*------------------------------------------*/
/*	  FILTER BUTTONS
/*------------------------------------------*/ 

.btn-toolbar .btn-group {
    float: none;
}

/*------------------------------------------*/
/*	   Button Settings
/*------------------------------------------*/ 

.gallery-filter .btn-group > .btn {
	background-color: #333;
    color: #999;
	margin: 0 3px;
	padding: 7px 18px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.btn-group > .btn:last-child:not(:first-child), 
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
   -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*	   Filter Button Hover
/*------------------------------------------*/ 

.gallery-filter .btn-group > .btn:hover {
	color: #fff;
	background-color: #7aa93c;
}

/*------------------------------------------*/
/*	  Filter Button Active
/*------------------------------------------*/ 

.gallery-filter .btn-group > .btn.active,
.gallery-filter .btn-group > .btn.focus {
	color: #fff;
	background-color: #7aa93c;
	box-shadow: 0 0 0 0;
	cursor: default;
}

/*------------------------------------------*/
/*	  PORTFOLIO IMAGES HOLDER
/*------------------------------------------*/ 

.portfolio-items-list {
	padding: 0 5px;
}

.style_2.portfolio-items-list {
	padding: 0;
	margin: 0;
}

.portfolio-items-list ul {
	padding: 0;
	margin: 0;
}

.portfolio-items-list ul li {
	list-style: none;
}

#portfolio-3 .portfolio-items-list {
	margin: 0;
	padding: 0;
}

.style_2.portfolio-items-list .portfolio-item {
	padding: 0;
	margin: 0;
}

/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

div.pp_default .pp_description {
    font-size: 15px;
    line-height: 15px;
}

.portfolio-item  {
	position: relative;	
	margin-bottom: 16px;
	padding: 0 8px;
}

#portfolio-2 .portfolio-item  {
	display: none;
    opacity: 0;
	-moz-opacity: 0; 
}

#portfolio-3 .portfolio-item {
	padding: 0;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	  Portfolio Image Meta 
/*------------------------------------------*/ 
 
.portfolio-img-text span {
	color: #7aa93c;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
} 
 
/*------------------------------------------*/
/*	  Portfolio Image Title 
/*------------------------------------------*/

.portfolio-img-text {
	position: absolute;
	bottom: 15%;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 0 8%;
	opacity: 0;
	-webkit-transition: all 450ms ease-out;
	-moz-transition: all 450ms ease-out;
	-o-transition: all 450ms ease-out;
	transition: all 450ms ease-out;
}
   
.portfolio-img-text a {
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 0;
}

.portfolio-img-text a:hover {
	color: #bbb;
}

/*------------------------------------------*/
/*	  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;	
	background: rgba(10, 10, 10, 0.75);
}

.hover-overlay > img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	overflow: hidden;
	-webkit-transition: transform 400ms;
	-moz-transition: transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
}

.overlay-row {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.8);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}

.hover-overlay:hover .item-overlay,
.portfolio-item:hover .portfolio-img-text {
	opacity: 1; 
	-moz-opacity: 1; 
}
  


  
/* ===================================================================================
   10. STATISTIC SECTION
   =================================================================================== */ 

#statistic-1 {
	background-image: url(../images/world-map-transparent.png);	
}   
   
/*------------------------------------------*/
/*	  Statistic Number 
/*------------------------------------------*/

.statistic-number {
	font-size: 65px;
	line-height: 65px;	
	font-weight: 500;
	margin-bottom: 10px;
}

.stat-wrap .counter {
	font-size: 65px;
	line-height: 65px;	
	font-weight: 500;
	margin-bottom: 10px;
}

.stat-wrap .h5-lg {
	color: #7aa93c;
	font-family: 'Poppins', sans-serif;
}

/*------------------------------------------*/
/*	  Statistic Text
/*------------------------------------------*/

.statistic-block h5.h5-lg {
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.statistic-block p {
	margin-bottom: 0;
}

/* ===================================================================================
   11. BANNER
   =================================================================================== */

#banner-1 {
	background-image: url(../images/banner-1.jpg);	
	background-position: center center;		
	padding-top: 120px;
}

#banner-2 { 
	background-image: url(../images/banner-2.jpg);	
	padding-top: 160px;
	padding-bottom: 160px;
} 

#banner-4 { 
	background-image: url(../images/banner-4.jpg);	
	padding-top: 120px;
	padding-bottom: 120px;
}

/*------------------------------------------*/
/*	 Banner Section Title
/*------------------------------------------*/

#banner-3 .section-title {
	margin-bottom: 30px;
} 

/*------------------------------------------*/
/*	 Banner Typography
/*------------------------------------------*/
.no-margin img {
	margin-bottom: 0;
}

.section-title {
	max-width: 730px;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
}

.section-title h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}

#banner-2 h3 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
}

#banner-4 h2 {
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

#banner-4 h3 {
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

/*------------------------------------------*/
/*	  Video Link
/*------------------------------------------*/
.hero-section.bg-video {
	position: relative;
	overflow: hidden;
}

.play-icon {
	width: 90px;
	height: 90px;
	background: url(../images/play-icon.png);
	display: inline-block;
}

.videoplayer {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

.hero-section .hero-overlay {
	height: 100%;
	background-color: rgba(250, 250, 250, 0.7); 	
}

.hero-overlay.division h6.ts-heading {
	padding: 0 15%;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ===================================================================================
   12. OUR CLIENTS SECTION
   =================================================================================== */  

#clients-1 .thin-title { 
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
} 

#clients-2 h4.h4-lg {
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

/*------------------------------------------*/
/*	  CLIENT'S LOGO HOLDER
/*------------------------------------------*/ 
    
.logo-holder {
	margin-left: 80px;
	margin-right: 80px;
}

.item {
	margin-bottom: 50px;
	width: 20%;
	float: left;	
}

#myCarousel.carousel.slide .item {
	width: 100%;
	margin-bottom: 0;
}

.tag-content .carousel.slide {
	margin-bottom: 15px!important;
}

.brand-logo {
	padding: 0 15px;
	margin-bottom: 30px;
}

.brands-logo-holder .client-logo {
	padding: 0 15px;
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	 Testimonial Message
/*------------------------------------------*/
     
.review-1 {
	text-align: center;
	margin-bottom: 50px;
	padding: 0 20px;
}  

.review-2 {
	text-align: center;
	margin-bottom: 50px;
} 

/*------------------------------------------*/
/*	  Testimonial Message Avatar 
/*------------------------------------------*/ 

#reviews-1 .owl-carousel .owl-item img,
.owl-carousel .owl-item .testi-style-3 img{
	width: 90px;
	height: 90px;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.flexslider .slides img {
	width: 120px;
	height: 120px;
	display: inline-block;
	margin: 0 auto 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
   
/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.review-1 span {
	font-size: 46px;
	line-height: 46px;
	font-weight: 300;
	font-style: italic;
	display: block;
}  

.review-1 p {
	color: #666;
	font-size: 17px;
	line-height: 27px;
	font-style: italic;
    padding: 20px 0 15px;
}  

.review-2 p {
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
    padding: 20px 5%;
}

/*------------------------------------------*/
/*	 Testimonial Message Author
/*------------------------------------------*/

.review-1 h5 {
	line-height: 18px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;	
}

.review-2 h5 {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}

.review-1 span.author-data {
	font-size: 16px; 
	line-height: 24px;
}

.review-2 span.author-data {
	font-size: 18px; 
	line-height: 26px;
}

.review-2 span.author-data a {
	color: #7aa93c;
}

/*------------------------------------------*/
/*	 TESTIMONIALS PAGINATION
/*------------------------------------------*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testis-style-3.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
}

.testis-style-3.owl-theme .owl-dots .owl-dot.active span, 
.testis-style-3.owl-theme .owl-dots .owl-dot:hover span {
    background: #666; 
}

.flex-control-paging li a {
	background: rgba(90, 90, 90, 0.45);
	width: 8px;
	height: 8px;	
	border: 2px solid rgba(90, 90, 90, 0.1);
}

.flexslider .flex-control-paging li a {
	background: rgba(200, 200, 200, 0.45);
	border: 2px solid rgba(200, 200, 200, 0.1);
}

.flexslider .flex-control-paging li a:hover,
.flexslider .flex-control-paging li a.flex-active {
	background: #fff;
	border: 2px solid #fff;
}

/* ===================================================================================
   14. TEAM SECTION
   =================================================================================== */ 

.team-member .social-icons i {
	color: #666;
	width: 30px;
	height: 30px;
	font-size: 20px;
    line-height: 30px !important;
	cursor: pointer;
	text-align: center;
	margin-right: 6px;
}

.team-member .social-icons a:hover i {
	color: #7aa93c;
}

.team-img-meta h4 {
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}

.team-img-meta h6 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.team-img-meta {
	position: relative;
	z-index: 1;
	background: #fff;
}

.team-member img {
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}

.team-member:hover img {
	-webkit-transform: translateY(70px);
	   -moz-transform: translateY(70px);
	    -ms-transform: translateY(70px);
	     -o-transform: translateY(70px);
	        transform: translateY(70px);
}

/* ===================================================================================
   15. CALL TO ACTION
   =================================================================================== */ 

/*------------------------------------------*/
/*	  Call To Action Title 
/*------------------------------------------*/

#call-to-action-1 h3 {
	display: inline-block;
	line-height: 50px!important;
	font-weight: 600;
	margin-right: 25px;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
}

#call-to-action-2 h3 {
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}

#call-to-action-2 p.p-huge {
	font-weight: 300;
	padding: 0 5%;
}

/*------------------------------------------*/
/*	  Call To Action Button
/*------------------------------------------*/

#call-to-action-1 .btn {
    vertical-align: 6px;
}




/* ===================================================================================
   16. PRICING TABLES
   =================================================================================== */ 

#pricing-1 .col-md-3,
.ts-pricing .col-md-3 {
	padding-left: 8px;
	padding-right: 8px;
} 

/*------------------------------------------*/
/*	 Pricing Table Border
/*------------------------------------------*/  
 
.pricing-table {
	border: 1px solid #a0a0a0;
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	transition: all 0.3s ease;
}

.pricing-table:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
	padding-top: 30px;
}

.pricing-table h4 {
	font-weight: 600;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}

.pricing-table .h5-small p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 35px;
	padding: 0 45px;
	color: #222;
	font-family: 'Poppins', sans-serif;
}

.pricing-table .price span {
	font-size: 75px;
	line-height: 55px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -4px;
}

.pricing-table .price sup {
	font-size: 35px;
	font-weight: 400;
    top: -15px;
}

.pricing-table .price sup.coins {
	font-size: 30px;
	font-weight: 400;
    top: -30px;
}

.pricing-table p {
	color: #777;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	padding: 20px 20px 0;
	margin-bottom: 0;
}

.pricing-table ul.features li {
    padding: 8px 0;
	list-style: none;
} 

/*------------------------------------------*/
/*	 Pricing Table Button
/*------------------------------------------*/

.pricing-table .btn {
	margin: 30px 0 50px;
}

/*------------------------------------------*/
/*	 Highlight Pricing Table
/*------------------------------------------*/

.pricing-table.highlight {
	border: 1px solid #7aa93c;
	background-color: #fafafa;
}

/* ===================================================================================
   17. BLOG SECTION
   =================================================================================== */ 
  
/*------------------------------------------*/
/*	  Blog Post Meta 
/*------------------------------------------*/
.read-more-wrapper {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}

.more-link {
	background: #7aa93c;
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	padding: 6px 30px;
}

.more-link:hover,
.more-link:focus {
	background: #444;
	color: #fff;
}

.layout-rs .content {
	padding-right: 50px;
}

.layout-ls .content {
	padding-left: 50px;
}

.content .blog-item {
	margin-bottom: 50px;
}

.siteorigin-panels .content .blog-item {
	margin-bottom: 0;
}

.post .blog-item {
	float: left;
	width: 100%;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 0 3px 3px rgba(195,195,195,.12);
}

.post-media {
	margin-bottom: 20px;
}

.meta-list li a,
.meta-list li,
.meta-list li i {
    color: #7aa93c;
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
}

.meta-list li {
	line-height: 14px;
}

.meta-list li a {
	padding-right: 2px;
}

.text-right-next {
	float: right;
}

.absolute-pager .text-right-next {
	width: 50%;
	text-align: left;
	float: left;
	word-wrap: break-word;
    word-break: break-all;
}

.absolute-pager .text-left-previous {
	width: 50%;
	text-align: right;
	float: right;
	word-wrap: break-word;
    word-break: break-all;
}

.blog-meta .blog-title,
.blog-meta .blog-title a {
    color: #222;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.blog-post-text .blog-title {
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
}

.blog-meta .blog-title a:hover {
	color: #7aa93c;
}
 
.blog-post-text span,
.blog-post-text span a {
	color: #7aa93c;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
}

.blog-post-text span i {
	padding-right: 5px;
}

.blog-post-text .date-show {
	padding-right: 10px;
}
   
/*------------------------------------------*/
/*	  Blog Post Title 
/*------------------------------------------*/
 
.blog-post-text .blog-title a {
	color: #222;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog-post-text a:hover {
	color: #7aa93c;
}

.recentposts li {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.recentposts h4 {
	font-size: 15px;
	margin-bottom: 10px !important;
	margin-top: 0;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
}

.recentposts .thumb img {
	max-width: 100px;
	margin-right: 10px;
}

.recentposts .thumb {
	float: left;
}

.blog-items-new {
	margin-top: 30px;
}

.comment-single-title {
	margin-bottom: 25px;
}

/*------------------------------------------*/
/*	  Blog Post Avatar 
/*------------------------------------------*/

.blog-post-avatar {
	display: inline-block;
	padding-right: 10px;
	padding-left: 15px;
	position: relative;
	z-index: 1;
}

.blog-post-meta.no-thumb-img .blog-post-avatar {
	padding-left: 0;
}

.blog-post-meta {
	margin-top: -25px;
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
}

.blog-item .blog-post-meta{
	margin-bottom: 25px;
}

.blog-post-meta.no-thumb-img {
	margin-top: 0;
}

.blog-item .blog-post-meta.no-thumb-img .blog-post-avatar {
	float: none;
	padding: 0;
}

.blog-item .blog-post-author {
	padding-top: 10px;
}

.blog-meta {
	float: left;
	width: 100%;
}

.meta-list {
	text-align: center;
	margin: 0 0 15px 0;
	float: left;
	width: 100%;
}

.category-lists {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.meta-list li {
	border-right: 1px solid #7aa93c;
}

.meta-list li:last-child {
	border-right: none;
}

.blog-post-avatar img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #f5f5f5;
}

.blog-post-author {
	padding-top: 30px;
}

.blog-post-author h6 {
	color: #000;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}

/*------------Title Bannger ---------------*/
.page-title1.little-pad {
	padding: 70px 0;
	background: #f5f5f5;
	position: relative;
}

.breadcrumb {
	padding: 0;
	background: none;
	margin: 0;
}

.title-subtitle-content h3 {
	margin-bottom: 10px;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
}

.background-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255,255,255, 0.8);
	height: 100%;
}

/* ===================================================================================
   18. CONTACTS SECTION
   =================================================================================== */  

#contacts-4 {
	background-image: url(../images/world-map-transparent.png);	
}

/*------------------------------------------*/
/*	  Contacts Titlebar
/*-----------------------------------------*/

#contacts-4 .section-title span {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
}

/*------------------------------------------*/
/*	  Contact Form Input
/*------------------------------------------*/
.absolute-pager {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	float: left;
	width: 100%;
}

.text-left-previous i{
	padding-right: 5px;
}

.text-right-next i{
	padding-left: 5px;
}

.form-control {
	height: 50px;
	background-color: transparent;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	padding: 0;
	margin-bottom: 30px;
	padding: 5px 10px;
}

.commentform .form-control {
	color: #333;
}

.form-control:focus {
	box-shadow: 0 0 0 0;
	border: 1px solid #aaa;
}

.contact-form.form-dark .form-control {
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
	color: #333;
}

.comment-time {
	font-style: italic;
}

.comment-links-edit .comment-edit-link,
.comment-links-edit .comment-reply-link {
	padding: 2px 15px;
	font-size: 13px;
	color: #fff;
	background: #7aa93c;
	margin-right: 5px;
	border-radius: 4px;
	display: inline-block;
}

.comment-links-edit .comment-edit-link:hover,
.comment-links-edit .comment-reply-link:hover {
	background: #444;
}

.media .avatar {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.wpcf7-form .form-control {
	border: 1px solid #ccc;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0px 15px;
}

.wpcf7-form .form-control {
	background-color: #e8e8e8;
	border: 1px solid #ddd;
}

.wpcf7-form textarea.form-control {
	max-height: 160px;
	padding: 15px;
}

.wpcf7-form .contact-form .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.35);
	margin-bottom: 30px;
	color: #fff;
	padding-left: 0;
}

.wpcf7-form .contact-form.form-dark .form-control {
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.form-control::-moz-placeholder {
	color: #333;
}

.form-control:-ms-input-placeholder {
	color: #333;
}

.form-control::-webkit-input-placeholder {
	color: #333;
}

/*------------------------------------------*/
/*	  Contact Form Textarea
/*------------------------------------------*/

textarea { min-height: 130px; }

#contacts-1 .contact-form.form-dark textarea.form-control {
	padding: 15px;
	min-height: 160px;
}

/*------------------------------------------*/
/*	  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #fff; } 
.contact-form .form-control:-ms-input-placeholder { color: #fff; }
.contact-form .form-control::-webkit-input-placeholder { color: #fff; }

.contact-form.form-dark .form-control::-moz-placeholder { color: #333; } 
.contact-form.form-dark .form-control:-ms-input-placeholder { color: #333; }
.contact-form.form-dark .form-control::-webkit-input-placeholder { color: #333; }

/*------------------------------------------*/
/*	  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*	  Forms Message
/*------------------------------------------*/

.contact-form-msg {
	margin-top: 20px;
}

.contact-form-msg .loading {
	color: #666;
	font-size: 17px;
	line-height: 17px;
}

#contacts-4.bg-scroll .contact-form-msg .loading {
	color: #fff;
}

.contact-form-msg .error {
	color: #fe4918;
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
}

.contact-form label.error {
	color: #fe4918;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	  CONTACTS DATA
/*------------------------------------------*/

.contact-form h4,
.contact-data h4 {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.contact-data p {
	margin-bottom: 3px;
}

.contact-data p.contact-phone,
.contact-data p.contact-skype {
	font-size: 17px;
	line-height: 27px;
}

/*------------------------------------------*/
/*	CONTACTS GOOGLE MAP
/*------------------------------------------*/     

.contacts-section .google-map {
    position: relative;
    padding: 0px 0px 92.55%;
    height: 0px;
    overflow: hidden;
}

.contacts-section .google-map iframe, 
.contacts-section .google-map object, 
.contacts-section .google-map embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	border:0;
}

/*----------------------------Sidebar & Widgets-------------------------------------*/
.sidebar .widget {
	margin-bottom: 50px;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 0 3px 3px rgba(195,195,195,.12);
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar h4 {
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
}

.search-field {
	height: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #222;
	font-size: 15px;
	font-weight: 300;
	padding: 0px 15px;
	box-shadow: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer .search-field {
	background-color: #444;
	border: 1px solid #555;
	color: #ccc;
}

.footer .search-field:focus {
	border-color: #7aa93c;
	outline: 0;
	box-shadow: none;
}

.search-form label {
	float: left;
	margin-right: 5px;
}

.search-submit { 
	color: #fff;
	height: 40px;	
	font-size: 15px;
	padding: 0 26px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: #7aa93c;
	border: 2px solid #7aa93c;
	margin-bottom: 5px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.search-submit:hover {
	background: #444;
	border-color: #444;
}


/* ===================================================================================
   20. FOOTER
   =================================================================================== */ 

/*------------------------------------------*/
/*	 PRE-FOOTER  
/*------------------------------------------*/

.footer-widget-area .widget {
	margin-bottom: 30px;
}

.p-top-80.p-bottom-30.pre-footer.dark-foo {
	padding-bottom: 65px;
}

.footer-widget-area p {
	font-size: 15px;
	line-height: 20px;
}

.footer-widget-area .h4-small {
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

.footer-widget-area ul {
	padding: 0;
	margin: 0;
}

.footer-widget-area ul li {
	list-style: none;
	margin-bottom: 8px;
}

.footer-widget-area ul li:last-child {
	margin-bottom: 0;
}

.footer-widget-area a:hover {
	color: #fff;
}

.pre-footer.dark-foo {
	background-color: #292929;
}

#footer-3 .footer-info {
	padding-right: 25%;
}

/*------------------------------------------*/
/*	 Footer Typography  
/*------------------------------------------*/
  
.footer h4 {
	font-weight: 500;
	margin-bottom: 25px;
}

.footer-contacts p {
	font-size: 15px;
	line-height: 20px;
}

.footer-bottom.dark-foo p {
	color: #999;
	margin-bottom: 0;
} 

/*------------------------------------------*/
/*	 FOOTER LINKS / SOCIALS  
/*------------------------------------------*/

.about-links, 
.useful-links, 
.footer-icons {
	display: inline-block; 
	padding-left: 0;
	margin: 0 auto;
}

.footer-icons {
	margin: 15px auto 0;
}

.about-links li, 
.useful-links li, 
.footer-icons li {
	width: auto !important;
    display: block !important;
    clear: none !important;
	padding: 0;
	margin-bottom: 8px;
}

.footer-links .about-links li {
    display: inline-block !important;
	padding: 0 8px;
	margin-bottom: 0;
}

.footer-icons li {	
	display: inline-block !important;
}

.about-links li a, 
.useful-links li a {
	color: #333;
	line-height: 24px;
}

.about-links.dark-foo li a,
.useful-links.dark-foo li a,
.footer-links .about-links.dark-foo li a {
	color: #ccc;
}

a.foo-social {
	color: #fff;
	width: 38px;
	height: 38px;
	font-size: 17px;
    line-height: 34px !important;
	text-align: center;
	background-color: #bbb;
	border: 2px solid #bbb;
	margin-right: 3px;
    display: block;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

a.foo-social.dark-foo {
	background-color: #444;
	border: 2px solid #444;
}

.about-links.dark-foo li a:hover,
.useful-links.dark-foo li a:hover,
.footer-links .about-links.dark-foo li a:hover {
	color: #fff;
}

.about-links li a:hover, 
.useful-links li a:hover {
	color: #7aa93c;
}

/*------------------------------------------*/
/*	 Footer Social Icons Hover 
/*------------------------------------------*/

a.foo-social.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
a.foo-social.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
a.foo-social.ico-behance:hover { background-color: #00a8e7; border-color: #00a8e7; color: #fff; }
a.foo-social.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; color: #fff; }
a.foo-social.ico-linkedin:hover { background-color: #015886; border-color: #015886; color: #fff; }
a.foo-social.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; color: #fff; }
a.foo-social.ico-instagram:hover { background-color: #beb3a8; border-color: #beb3a8; color: #fff; }
a.foo-social.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; color: #fff; }
a.foo-social.ico-dropbox:hover { background-color: #008ad2; border-color: #008ad2; color: #fff; }
a.foo-social.ico-skype:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
a.foo-social.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; color: #fff; }
a.foo-social.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; color: #fff; }
a.foo-social.ico-vimeo:hover { background-color: #00adee; border-color: #00adee; color: #fff; }
a.foo-social.ico-flickr:hover { background-color: #d2d2d2; border-color: #d2d2d2; color: #fff; }
a.foo-social.ico-github:hover { background-color: #222; border-color: #222; color: #fff; }
a.foo-social.ico-renren:hover { background-color: #364a83; border-color: #364a83; color: #fff; }
a.foo-social.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
a.foo-social.ico-xing:hover { background-color: #015f5e; border-color: #015f5e; color: #fff; }
a.foo-social.ico-weibo:hover { background-color: #be4443; border-color: #be4443; color: #fff; }
a.foo-social.ico-rss:hover { background-color: #ff6600; border-color: #ff6600; color: #fff; }
a.foo-social.ico-digg:hover { background-color: #222; border-color: #222; color: #fff; }
a.foo-social.ico-deviantart:hover { background-color: #57675d; border-color: #57675d; color: #fff; }
a.foo-social.ico-envelope:hover { background-color: #999; border-color: #999; color: #fff; }
a.foo-socialico-delicious:hover { background-color: #0a0a0a; border-color: #0a0a0a; color: #fff; }

/*------------------------------------------*/
/*	  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

/*------------------------------------------*/
/*	  Newsletter Form Input
/*------------------------------------------*/

.footer .newsletter-form .form-control {
	height: 40px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-right: none;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 15px;
	box-shadow: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer-widget-area .tnp-widget-minimal {
	margin-bottom: 15px;
}

.footer-widget-area .tnp-widget-minimal .tnp-email {
	color: #222;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 15px;
	box-shadow: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	height: 40px;
	width: 75%;
	border-right: none;
	float: left;
}

.footer .newsletter-form .form-control.dark-foo,
.footer-widget-area .tnp-widget-minimal .tnp-email {
	background-color: #444;
	border: 1px solid #555;
	color: #ccc;
}

.footer .newsletter-form .form-control:focus,
.footer-widget-area .tnp-widget-minimal .tnp-email:focus {
	border-color: #7aa93c;
	outline: 0;
	box-shadow: none;
}

.footer-widget-area .tnp-widget-minimal input.tnp-submit {
	width: 25%;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #7aa93c;
	padding: 0;
	border: 2px solid #7aa93c;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.footer-widget-area .tnp-widget-minimal input.tnp-submit:hover {
	background: none;
	border-color: #fff;
}

/*------------------------------------------*/
/*	  Contact Form Placeholder
/*------------------------------------------*/

.newsletter-form .form-control::-moz-placeholder { color: #444; } 
.newsletter-form .form-control:-ms-input-placeholder { color: #444; }
.newsletter-form .form-control::-webkit-input-placeholder { color: #444; }

.newsletter-form .form-control.dark-foo::-moz-placeholder { color: #bbb; } 
.newsletter-form .form-control.dark-foo:-ms-input-placeholder { color: #bbb; }
.newsletter-form .form-control.dark-foo::-webkit-input-placeholder { color: #bbb; }

/*------------------------------------------*/
/*	  Newsletter Form Button
/*------------------------------------------*/
.widget_newsletterwidget {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.tnp-widget {
	margin-top: 20px;
}

.tnp-widget input[type="text"],
.tnp-widget input[type="email"],
.tnp-widget select {
	background-color: #f0f0f0!important;
	border-color: #eee!important;
	height: 43px!important;
	color: #333;
	font-size: 16px;
	font-weight: 300;
}

.tnp-field label {
	font-weight: normal;
}

.widget_newsletterwidget .tnp-submit {
	background: #7aa93c!important;
	color: #fff;
	border: 1px solid #7aa93c!important;
	padding: 11px 0!important;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-top: 20px!important;
}

.widget_newsletterwidget .tnp-submit:hover,
.widget_newsletterwidget .tnp-submit:focus {
	background: #444!important;
	border-color: #444!important;
}

.footer .newsletter-form .btn { 
	color: #fff;
	height: 40px;	
	font-size: 21px;
	line-height: 40px;
	padding: 0 26px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;	
}

.footer-newsletter .form-notification {
	color: #f45432;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* ===================================================================================
   21. SCROLL TO TOP
   =================================================================================== */ 

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(35, 35, 35, 0.5);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: #7aa93c;
}

nav a#pull {  
    display: none;  
}

/*----------------shortcodes------------*/
.ts-button {
	padding: 8px 12px;
	border-width: 2px!important;
	margin-right: 10px!important;
}

.ts-button-style-default:hover {
	opacity: 1!important;
}

.ts-button span {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.ts-spoiler-title {
	text-transform: inherit!important;
	font-size: 28px!important;
	line-height: 38px!important;
	font-weight: 500!important;
}

.ts-spoiler-style-default.ts-spoiler-closed > .ts-spoiler-title {
	color: #333!important;
	background: none!important;
	font-family: 'Poppins', sans-serif;
}

.ts-spoiler-style-default > .ts-spoiler-title {
	background: none!important;
	border: none!important;
	font-family: 'Poppins', sans-serif;
}

.ts-spoiler-style-default {
	background: none!important;
	border: none!important;
}

.ts-spoiler-icon {
	top: 24px!important;
}