
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	overflow-x: hidden;
}
.img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out 0s;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #4aaf47;
}
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3b42;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #eee;
	border-top: 0px;
}
label {
	color: #626262;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}
 ::-moz-selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}
 ::selection {
	background: #4fc1f0;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	text-transform: capitalize;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	text-transform: capitalize;
}
.mark {
	background: #4fc1f0 none repeat scroll 0 0;
	color: #ffffff;
}
.container {
	width: 1200px;
}
.xboot-section {
	padding: 100px 0;
	overflow: hidden;
}
.gray-bg {
	background: #f6f8fa;
}
.colored-text {
	color: #4aaf47;
}
.colored-bg {
	background-color: #4aaf47;
}
.no-padding {
	padding: 0;
}
.afterpage-shortcode {
	width: 100%;
	display: inline-block;
	padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
ol,
ul,
p {
	word-wrap: break-word;
}

.page_spacing {
	padding: 100px 0; 
}

/* ------------------------------ 
2. Button style 
---------------------------------*/
.serivce-section .feature-content .button,
.subscribe-section .mc4wp-form  .button,
.call-to-action-area .action-button .button,
.intro-description .button,
.blog-section .blog-post .post-content .button,
.blog-post .read-more .button {
	background-color: #4aaf47;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 9px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: 0 none;
}
.subscribe-section .mc4wp-form  .button,
.call-to-action-area .action-button .button {
	background-color: #fff;
	border: 1px solid transparent;
	color: #222;
	line-height: 35px;
	padding: 5px 30px 3px;
}

.subscribe-section .mc4wp-form  .button:hover,
.call-to-action-area .action-button .button:hover {
	background-color: #232323;
	color: #fff;
	border: 1px solid transparent;
}

.serivce-section .feature-content .button:hover,
.blog-section .blog-post .post-content .button:hover,
.intro-description .button:hover,
.blog-post .read-more .button:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
}

.btn-white {
	background-color: #fff;
	border: 1px solid transparent;
	color: #222;
}
.btn-white:hover {
	background-color: #232323;
	color: #fff;
	border: 1px solid transparent;
}

/* ------------------------------ 
  3. Background utility classes
---------------------------------*/
.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-1 {
	background-position: center top;
}
.line-bg {
    background-size: cover;
    background-position: center center;
}

/* ------------------------------ 
  4. Gradient utility classes
---------------------------------*/
.gradient-1 {
	position: relative;
}
.gradient-1:before {
	background-image: -webkit-linear-gradient(left, rgba(250, 217, 97, .3) 0%, rgba(247, 107, 28, .3) 100%);
	background-image: -o-linear-gradient(left, rgba(250, 217, 97, .3) 0%, rgba(247, 107, 28, .3) 100%);
	background-image: linear-gradient(to right, rgba(250, 217, 97, .3) 0%, rgba(247, 107, 28, .3) 100%);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.gradient-2 {
	position: relative;
}
.gradient-2:before {
	background-image: -webkit-linear-gradient(left, rgba(250, 217, 97, .9) 0%, rgba(247, 107, 28, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(250, 217, 97, .9) 0%, rgba(247, 107, 28, .5) 100%);
	background-image: linear-gradient(to right, rgba(250, 217, 97, .9) 0%, rgba(247, 107, 28, .5) 100%);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* ------------------------------ 
  5. Area heading style
---------------------------------*/
.area-heading {
	width: 60%;
	margin: 0 auto 100px;
	position: relative;
}
.area-heading::before {
	background-color: #4aaf47;
	content: "";
	bottom: -30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 100px;
}
.area-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #4aaf47;
    width: 2px;
    height: 50px;
    bottom: -49px;
    box-shadow: 10px 0px 0px 0px #4aaf47;
    transform: translateX(-50%) rotate(90deg);
}
.area-heading-2 {
	width: 100%;
}
.area-heading-2.area-heading::before {
	left: 0;
	transform: translateX(0%);
}
.area-heading-2.area-heading:after {
    left: 0;
    transform: translateX(24px) rotate(90deg);
}
.area-title {
	color: #2C2E3E;
	font-size: 30px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 15px;
}
.title-white .area-title,
.title-white p {
	color: #fff;
}
.title-white.area-heading::before {
	background: #fff;
}
.area-heading p {
    font-weight: 500;
    font-size: 15px;
	color: #626262;
	margin-bottom: 15px;
}
.title-white.area-heading:after {
	background: #fff;
	box-shadow: 10px 0px 0px 0px #fff;
}
.currency-counter .title-white p {
	color: #fff;
}
/* ----------------------------- 
6. Header area style 
-------------------------------- */
.header-top-area {
	background-color: #343d47;
}
.header-top-2.header-top-area {
	border-bottom: 2px solid #4aaf47;
}
.header-top-right .user-area,
.header-top-left .email-phone {
	padding-left: 0;
	margin-bottom: 0;
}
.email-phone li {
	border-left: 1px solid #565656;
	float: left;
	padding: 8px 0;
	list-style: none;
}
.email-phone li:first-child {
	border-right: 1px solid transparent;
}
.email-phone li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 500;
}
.email-phone a i {
	color: #4aaf47;
	padding-right: 6px;
}
.header-social-menu {
	float: right;
	padding-right: 0;
	margin-bottom: 0;
}
.header-social-menu li {
	float: left;
	border-left: 1px solid #565656;
}
.text-bold {
	margin-left: 5px;
	text-transform: lowercase;
	font-weight: 500;
}
.header_s .text-bold { 
	display: inline-block;
}
.header-social-menu li:last-child {
	border-right: 1px solid #565656;
}
.header-social-menu li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 0 15px;
	line-height: 40px;
}
.header-social-menu li a:hover {
	color: #4aaf47;
}
.user-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
.user-area li {
	margin-right: 15px;
	border-right: 1px solid #565656;
	padding-right: 15px;
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
.user-area li:last-child {
	margin-right: 0;
}
.user-area li a {
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	font-size: 12px;
}
.user-area li a:hover {
	color: #4aaf47;
}
.user-icon {
    margin-right: 10px;
    color: #4aaf47;
}

/* ----------------------------- 
9. Slider area style 
-------------------------------- */
.xboot-single-slide {
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-content-wrapper {
    height: 700px;
    display: flex;
    align-items: center;
}
.slide-content {
    overflow: hidden;
    width: 100%;
}
.slide-message {
    margin-bottom: 20px;
}
.slide-subtitle,
.slide-title,
.slide-description {
	color: #fff;
}
.slide-subtitle {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 600;
}
.slide-title {
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: 800;
}
.slide-description {
    font-size: 15px;
    font-weight: 500;
}
.slide-content  .button + .button {
	margin-left: 10px;
}
.xboot-section.intro-section.no-top-space {
	padding-top: 0;
}
.xboot-section.intro-section.no-bottom-space {
	padding-bottom: 0;
}
.intro-section .intro-content p {
	color: #626262;
	margin-bottom: 15px;
}
.intro-content:not(.no-video-image) {
	margin-top: 30px;
}
.intro-content h6 {
	margin-top: 0;
	font-size: 16px;
	color: #3b3b42;
	font-weight: 600;
	text-transform: capitalize;
}
.intro-content h3 {
	color: #4aaf47;
	text-transform: unset;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}
.intro-section-2 .intro-image  img {
	margin: 0 auto;
	display: block;
}
.video-iframe iframe {
	width: 100%;
}

/* ----------------------------- 
  10. Feature area style
-------------------------------- */
.ex-bg {
    background-color: #F6F8FA;
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: 48%;
}
.tab-heading-content i {
	color: #232323;
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
	transition: .3s;
}
.tab-heading-content h5 {
    letter-spacing: 1px;
    margin: 0;
    text-transform: capitalize;
    transition: .3s;
}
.about-feature {
	text-align: center;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li > a {
    border-radius: 3px;
    padding: 30px 0;
    background: #fff;
    border: none;
    transition: .3s ease-in-out 0s;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 160px;
}
.nav-tabs>li>a:hover {
	border-color: transparent;
}
.nav-tabs>li>a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	content: "";
	left: 0;
	top: 0;
	background-color: #4aaf47;
	background-image: -webkit-linear-gradient(41deg, #4aaf47 0%, #4aaf47 100%);
	background-image: -o-linear-gradient(41deg, #4aaf47 0%, #4aaf47 100%);
	background-image: linear-gradient(131deg, #4aaf47 0%, #4aaf47 100%);
	transition: .3s;
	opacity: 0;
}
.nav-tabs>li.active>a::before,
.nav-tabs>li.active>a:focus::before,
.nav-tabs>li.active>a:hover::before {
	opacity: 1;
}
.tab-heading-content {
	position: relative;
	z-index: 9;
}
.active .tab-heading-content i,
.active .tab-heading-content h5,
.nav>li>a:hover .tab-heading-content i,
.nav>li>a:hover .tab-heading-content h5 {
	color: #fff;
}
.nav>li>a:focus,
.nav>li>a:hover {
	background: #fff;
}
.nav>li>a:focus::before,
.nav>li>a:hover::before {
	opacity: 1;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	margin-right: 15px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	border-radius: 3px;
}
.block-text h4 {
    text-transform: unset;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 15px;
}
.block-text {
	margin-bottom: 50px;
}
.mb-20 {
	margin-bottom: 20px;
}
.about-content {
    margin: 95px 0 100px 0;
}
.desc-list {
	padding: 0 0 0 15px;
}
.desc-list li {
	margin-bottom: 8px;
}

/* ------------------------------ 
  11. video section style
---------------------------------*/
.video-message:not(.no-video-image) {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.video-play-icon {
    background-color: #4aaf47;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    position: relative;
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
}
.video-play-icon i {
	left: 5px;
	position: relative;
}
.video-section {
	padding: 200px 0;
}
.video-play-icon::after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.video-play-icon::after {
	box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1);
	left: 0;
	opacity: 0;
	padding: 0;
	top: 0;
	transform: scale(0.9);
	z-index: -1;
}
.video-play-icon:hover {
	color: #fff;
}
.video-play-icon::after {
	animation: sonarEffect 1.5s linear 2s infinite running;
	-webkit-animation: sonarEffect 1.5s linear 2s infinite running;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1), 0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1), 0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1), 0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1), 0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1), 0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1), 0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


/* ----------------------------- 
  12. Feature area style
-------------------------------- */
.feature-section {
	padding: 100px 0 75px;
	position: relative;
	overflow: hidden;
}
.whychoose .col-md-4:nth-child(3n+1) {
	clear: both;
}
.whychoose .feature-content p {
	color: #626262;
	margin-bottom: 15px;
}
.single-feature {
	margin-bottom: 30px;
	box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border-radius: 3px;
	transition: .3s ease-in-out 0s;
	text-align: center;
	background: #fff;
}
.single-feature:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.feature-icon {
    margin-bottom: 15px;
}
.feature-icon img {
	margin: 0 auto;
}
.whychoose .feature-content h4 {
	font-size: 22px;
	margin-top: 0;
}
.feature-content h5 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.serivce-section .feature-icon {
    margin-bottom: 20px;
}
.serivce-section .feature-content h5 {
	margin-top: 0;
}
.serivce-section .feature-content p {
	color: #626262;
	margin-bottom: 15px;
}
.serivce-section .feature-icon img {
	max-width: 70px;
}
.serivce-section .col-md-4:nth-child(3n+1) {
	clear: both;
}
.feature-icon i {
    font-size: 36px;
    color: #fff;
    line-height: inherit;
}

/* ----------------------------- 
13. Portfolio area style 
-------------------------------- */
.portfolio-section {
    padding-bottom: 75px;
}
.portfolio-filter {
	margin-bottom: 50px;
}
.portfolio-filter li a {
    border: 1px solid #eee;
    border-radius: 3px;
    color: #717171;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: capitalize;
}
.portfolio-filter li a:hover,
.portfolio-filter li.active a {
	background-color: #4aaf47;
	color: #fff;
	border: 1px solid transparent;
}
.portfolio-item {
	width: 33.333333333%;
}
.portfolio-item-width-2 {
	width: 66.666666667%;
}
.portfolio-gutter {
	margin: 0 -10px;
}
.portfolio-gutter .portfolio-item {
	padding: 0 10px;
	margin-bottom: 20px;
}
.portfolio-item-content {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	display: inline-block;
}
.portfolio-image {
    position: relative;
}
.portfolio-item-content img {
	transition: all 0.5s ease-in-out 0s;
}
.portfolio-image::before {
    background: rgba(238,146,9,.9);
    border-radius: 100%;
    bottom: -100px;
    content: "";
    height: 100px;
    left: -100px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.3, 0.57, 0.56, 1) 0s;
    width: 100px;
	opacity: 0.9;
}
.portfolio-image {
    position: relative;
    overflow: hidden;
}
.portfolio-item:hover .portfolio-image::before {
    bottom: 0;
    right: 0;
    transform: scale(10);
    transition-delay: 0ms;
}
.project-zoom {
	bottom: 20px;
	opacity: 0;
	color: #232323;
	position: absolute;
	right: 10px;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 1;
	background-color: #fff;
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-radius: 100%;
}
.project-zoom:hover {
	background-color: #FFCE00;
	color: #fff;
}
.portfolio-item:hover .project-zoom {
    opacity: 1;
    transform: translateX(-20px);
    visibility: visible; 
}
.description-discription {
	padding: 20px;
	text-align: left;
}
.portfolio-section.no-top-space {
	padding-top: 0;
}
.portfolio-section.no-bottom-space {
	padding-bottom: 0;
}
.project-title {
    margin-bottom: 5px;
}
.project-title:hover a,
.portfolio-category a:hover {
	color: #4aaf47;
}
.portfolio-category {
    overflow: hidden;
	padding-left: 0;
}
.portfolio-category > li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.portfolio-category > li::before {
    content: ",";
    position: absolute;
    right: -5px;
}
.portfolio-category > li:last-child::before {
    content: "";
}
.portfolio-category > li:last-child {
    margin-right: 0;
}
.portfolio-category a {
    color: #9c9696;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/* Portfolio Category List */
.portfolio-item.category-list {
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 20px;
	float: left;
}
.tax-poishax_portfolio_tax .col-lg-9,
.poishax_portfolio_tax .col-lg-9  {
	padding-left: 0;
	padding-right: 0;
}
.portfolio-item.category-list:nth-child(3n+1) {
	clear: both;
}

/* ----------------------------- 
14. Call to action area style 
-------------------------------- */
.call-to-action-area {
	padding: 60px 0;
}
.action-button {
	text-align: right;
	margin-top: 30px;
}
.action-heading h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #fff;
	text-transform: capitalize;
}
.action-heading p {
    color: #fbfbfb;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
    text-transform: unset;
    margin: 0;
    width: 90%;
}
.text-center .action-heading {
	margin-bottom: 20px;
}

/* ----------------------------- 
15. Testimonial area style 
-------------------------------- */
.slick-slider {
	direction: ltr;
}
.xboot-section.testimonial-section.no-bottom-space {
	padding-bottom: 0;
}
.xboot-section.testimonial-section.no-top-space {
	padding-top: 0;
}
.testimonial-section {
	position: relative;
	padding: 100px 0 80px 0;
}
.slick-initialized .slick-slide:focus {
	outline: none;
}
.testimonial-wrapper blockquote {
    font-size: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 40px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
    background: #fff;
}
.testimonial-wrapper blockquote:before {
    position: absolute;
    content: "\f10d";
    width: 30px;
    height: 30px;
    left: 150px;
    top: 60px;
    font-size: 30px;
    font-family: fontawesome;
    opacity: .3;
}
.single-testimonial {
    text-align: center;
    padding: 0 15px;
}
.single-testimonial img {
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
    border: 2px solid #eee;
}
.client-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
	font-style: normal;
}
.client-name .designation {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: normal;
    margin-top: 5px;
    text-transform: uppercase;
}
.single-testimonial p:not(.client-name) {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}
.navigation-one .slick-prev::before,
.navigation-one .slick-next::before {
    color: #fff;
    font-size: 28px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.navigation-one .slick-prev:hover::before,
.navigation-one .slick-next:hover::before {
    color: #fff;
}
.navigation-one .slick-prev,
.navigation-one .slick-next {
    opacity: 0;
    transition: all 0.3s linear 0s;
}
.navigation-one:hover .slick-prev,
.navigation-one:hover .slick-next {
    opacity: 1;
}
.navigation-one .slick-prev {
    left: -5px;
    z-index: 2;
}
.navigation-one:hover .slick-prev {
    left: -20px;
}
.navigation-one .slick-next {
    right: -5px;
    z-index: 2;
}
.navigation-one:hover .slick-next {
    right: -20px;
}

/* ----------------------------- 
16. Client logo area style
 -------------------------------- */
.single-brand-logo {
	width: 20%;
	float: left;
	overflow: hidden;
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.single-brand-logo:nth-child(5n) {
	border-right: 0 none;
}
.single-brand-logo:nth-child(6n),
.single-brand-logo:nth-child(7n),
.single-brand-logo:nth-child(8n),
.single-brand-logo:nth-child(9n),
.single-brand-logo:nth-child(10n) {
	border-bottom: 0 none;
}
.brand-logo-outer {
	width: 100%;
	height: 100px;
	display: table;
}
.brand-logo-inner {
	display: table-cell;
	vertical-align: middle;
}
.single-brand-logo img {
	max-width: 120px;
	position: relative;
	cursor: pointer;
	opacity: .5;
	transition: .3s;
}
.single-brand-logo:hover img {
	opacity: .9;
}

/* ------------------------------ 
  17. Brand logo style
---------------------------------*/
.client-section.xboot-section.no-top-space {
	padding-top: 0;
}
.client-section.xboot-section.no-bottom-space {
	padding-bottom: 0;
}
.clients-logo.pt-0 {
	padding-top: 0;
}
.pt-70 {
	padding-top: 70px;
}
.clients-logo {
    padding: 100px 0;
}
.single-brand-inner img {
    transition: .3s;
    cursor: pointer;
}

/* ----------------------------- 
18. Team area style 
-------------------------------- */
.xboot-section.team-section.no-top-space {
	padding-top: 0;
}
.xboot-section.team-section.no-bottom-space {
	padding-bottom: 0;
}
.single-team-member {
	position: relative;
}
.member-thumbnail::before {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	border: 1px solid #eee;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.member-thumbnail {
	position: relative;
	overflow: hidden;
}
.member-thumbnail img {
	transition: all 0.3s ease-in-out 0s;
}
.member-content {
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	background: #4aaf47;
	padding: 15px 0;
}
.member-content h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.member-content p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.member-bookmark {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	opacity: 0;
	transition: .3s ease-in-out;
	padding-left: 0;
}
.member-bookmark li {
	display: inline-block;
	margin: 0 5px;
	list-style: none;
}
.member-bookmark li a {
	color: #4aaf47;
	display: block;
	font-size: 22px;
}
.member-bookmark li a:hover {
	color: #252525;
}
.single-team-member:hover .member-thumbnail::before,
.single-team-member:hover .member-bookmark {
	opacity: 1;
	visibility: visible;
}
.single-team-member:hover .member-bookmark {
	transform: translateY(-50%);
}
.team-section .col-md-3:nth-child(4n+1) {
	clear: both;
}
.team-section .col-md-3:nth-child(n+5) {
	margin-top: 30px;
}

/* Team 2 */
.team-style-2 .member-bookmark {
	position: static;
	opacity: 1;
	transition: .3s ease-in-out;
	margin-top: 15px;
	border-top: 1px solid transparent;
	padding: 10px;
	background: #da870c;
	margin-bottom: 0;
}
.team-style-2 .member-bookmark li a {
	color: #fff;
	display: block;
	font-size: 15px;
}
.team-style-2 .member-content {
	background: #4aaf47;
	padding: 15px 0 0 0;
	overflow: hidden;
}
.single-team-member.team-style-2:hover .member-thumbnail::before {
	opacity: 0;
}
.single-team-member.team-style-2:hover .member-bookmark {
	transform: none;
}
.team-style-2 .member-bookmark a:hover {
	color: #232323;
}
.team-style-2:hover .member-thumbnail img {
	transform: scale3d(1.1, 1.1,1.1 );
}

/* ----------------------------- 
19. Process style 
-------------------------------- */
.xboot-section.process-section {
	padding: 100px 0 80px;
}
.xboot-section.process-section.no-top-space {
	padding-top: 0;
	padding: 100px 0 80px;
}
.xboot-section.process-section.no-bottom-space {
	padding-bottom: 0;
}
.process-box {
	padding: 0 30px;
	text-align: center;
}
.process-icon {
	position: relative;
	border-radius: 50%;
	height: 135px;
	line-height: 160px;
	width: 135px;
	position: relative;
	margin: auto;
	transition: all 0.3s ease 0s;
}
.process-icon:before {
	position: absolute;
	content: '';
	border-radius: 100%;
	background-color: #4aaf47;
	background-image: -webkit-linear-gradient(41deg, #4aaf47 0%, #4aaf47 100%);
	background-image: -o-linear-gradient(41deg, #4aaf47 0%, #4aaf47 100%);
	background-image: linear-gradient(131deg, #4aaf47 0%, #4aaf47 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.process-box:hover .process-icon {
	background-color: #4aaf47;
}
.process-icon::after {
	background: url(img/icons/arrow-big.png) no-repeat;
	content: "";
	height: 43px;
	left: 70%;
	position: absolute;
	top: 25%;
	transform: translateX(50%) translateY(-50%);
	width: 183px;
}
.col-md-4:nth-child(3n) .process-icon::after {
	display: none;
}
.col-md-4:nth-child(2n) .process-icon::after {
	background: url(img/icons/arrow-big-2.png) no-repeat;
	transform: translateX(50%) translateY(20%);
}
.col-md-4:last-child .process-icon::after {
	display: none;
}
.process-section .col-md-4:nth-child(3n+1) {
	clear: both;
}
.col-md-4:nth-child(n+4) .process-box {
	margin-top: 30px;
}
.process-icon i {
	font-size: 40px;
	position: relative;
	z-index: 2;
	color: #fff;
	transition: .3s;
}
.process-icon p {
	background-color: #EEC144;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	height: 50px;
	left: -10px;
	line-height: 50px;
	margin: 0;
	position: absolute;
	top: -10px;
	font-weight: 500;
	width: 50px;
	box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.05);
	transition: .3s;
}
.process-box h5 {
	display: inline-block;
	font-weight: 600;
	margin-top: 30px;
	text-transform: capitalize;
	font-size: 22px;
}
.process-box:hover .process-icon p {
	left: -15px;
	top: -15px;
}

/* ----------------------------- 
20. Subscribe area style 
-------------------------------- */
.subscribe-section {
	padding: 60px 0;
}
.subscribe-content h3 {
	color: #fff;
	letter-spacing: 1px;
	margin-top: 0;
}
.subscribe-content p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.subscription-form {
	text-align: right;
	margin-top: 20px;
}
.subscribe-input {
	display: inline-block;
}
.subscribe-control {
	border: 1px solid transparent;
	height: 45px;
	padding: 0 20px;
	width: 350px;
	border-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.subscribe-control:focus {
  outline: none;
}
.subscribe-section  .mc4wp-response p {
	color: #fff;
}
.email-submit-btn i {
	margin-left: 8px;
}
.xboot-section.subscribe-section-2.no-top-space {
	padding-top: 0;
}
.xboot-section.subscribe-section-2.no-bottom-space {
	padding-bottom: 0;
}
.form-style-2 .subscription-form {
	text-align: center;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-style-2 .mc4wp-form  input[type="email"] {
    border: 1px solid #eee;
	outline: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.form-style-2 .button {
	margin-left: 15px;
}
.form-style-2 .mc4wp-form .button  {
	background-color: #4aaf47;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 9px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	line-height: 25px;
}
.form-style-2 .mc4wp-form .button:hover {
	background-color: transparent;
	color: #333;
	border: 1px solid #e5e5e5;
}
.form-style-2 .mc4wp-form .mc4wp-response {
	margin-top: 5px;
}

/* ----------------------------- 
21. Contact area style 
-------------------------------- */
.single-contact-option {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
	margin-bottom: 20px;
	padding: 20px 30px;
	border: 1px solid #eee;
	text-align: left;
	background: #fff;
}
.single-contact-option i {
	color: #232323;
	font-size: 30px;
}
.single-contact-option:nth-child(1) i {
	color: #EEC144;
}
.single-contact-option:nth-child(2) i {
	color: #5f89f4;
}
.single-contact-option:nth-child(3) i {
	color: #9bb916;
	font-size: 22px;
}
.single-contact-option h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 15px;
}
.single-contact-option p {
	color: #232323;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.single-contact-option a {
	color: #4aaf47;
	display: block;
	text-decoration: none;
}
.single-contact-option a:hover {
	color: #232323;
}
.single-contact-option.contact-phone a {
	display: inline-block;
	color: #232323;
}
.single-contact-option.contact-phone a:hover {
	color: #232323;
}

.wpcf7-form .form-control {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: 0 none;
	color: #232323;
	font-size: 16px;
	height: auto;
	line-height: 1.5;
	padding: 10px 15px;
}	
.wpcf7-form .form-control:focus {
	border-color: #2D3E50;
}
.wpcf7-form  input[type="submit"] {
	background-color: #4aaf47;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 9px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.wpcf7-form  input[type="submit"]:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
}
.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form  div.wpcf7-validation-errors {
	border-color: #4aaf47;
}
.wpcf7-form div.wpcf7-response-output  {
	margin-left: 0;
	margin-right: 0;
}

/* ----------------------------- 
23. Breadcrumb area style 
-------------------------------- */
.page-banner {
	padding: 100px 0;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.page-banner:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.page-banner  .breadcrumb-title {
	font-size: 28px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}
.page-banner .breadcrumb {
	background-color: transparent;
	padding: 0;
	color: #fff;
	text-transform: capitalize;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0;
}
.page-banner .breadcrumb > span {
	padding-left: 5px;
	padding-right: 5px;
}
.page-banner .breadcrumb  span a {
	color: #fff;
	text-decoration: none;
}
.page-banner .breadcrumb  span a:hover {
	color: #4aaf47;
}

/* ----------------------------- 
24. Blog area style 
-------------------------------- */
.blog-section.no-top-space {
	padding-top: 0;
}
.blog-section.no-bottom-space {
	padding-bottom: 0;
}
.blog-section .blog-post .post-title {
	margin-top: 0;
}
.blog-section .post-thumbnail {
	padding-bottom: 30px;
}
.blog-section .post-content {
	padding-top: 0;
}
.blog-post.format-video .post-thumbnail iframe {
	background-color: #000;
}
.blog-section .col-md-4:nth-child(3n+1) {
	clear: both;
}
.blog-section .col-md-4:nth-child(n+4) {
	margin-top: 30px;
}
.post-thumbnail {
	position: relative;
	overflow: hidden;
}
.post-thumbnail img {
	transition: all 0.3s linear 0s;
}
.blog-post .post-thumbnail {
	padding-bottom: 20px;
	display: inline-block;
}
.blog-post .post-content .entry-title {
	margin-top: 0;
}
.post-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.post-title a:hover {
	color: #4aaf47;
}
.post-content .event-meta {
	margin-bottom: 10px;
}
.blog-post:nth-child(n+2) {
	margin-top: 30px;
}
.post-date {
	margin-bottom: 10px;
}
.post-date li {
	margin-right: 15px;
}
.post-date li a {
	color: #8e8a8a;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.post-date li i {
	padding-right: 10px;
	color: #4aaf47;
}
.post-content p {
    font-weight: 500;
    margin-bottom: 20px;
	color: #626262;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #4aaf47;
    background: #f6f6f6;
    font-weight: 500;
    font-style: italic;
}
blockquote cite a {
	color: #777;
}
.post-list li {
    font-weight: 500;
    color: #6b6767;
}
.blog-post .post-tags,
.blog-post .post-category {
	width: 100%;
	display: inline-block;
	color: #8e8a8a;
}
.blog-post .page-links,
.blog-post .post-category {
	margin-bottom: 12px;
}
.blog-post .post-tags span,
.blog-post .post-category span {
	color: #3b3b42;
	font-size: 16px;
}

.blog-post .post-tags a,
.blog-post .post-category a {
	color: #8e8a8a;
	text-decoration: none;
	display: inline-block;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 25px;
	padding-bottom: 8px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	display: inline-block;
	width: 100%;
	color: #232323;
	font-size: 16px;
	height: auto;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: 0 none;
}
.comment-form textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: none;
	color: #232323;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: 0 none;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: #2D3E50;
}
.comment-form input[type="submit"] {
	background-color: #4aaf47;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	height: 45px;
	letter-spacing: 1px;
	line-height: 45px;
	padding: 0 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.comment-form input[type="submit"]:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
}
.comment-form .logged-in-as a {
	color: #8e8a8a;
}
.single .blog-post {
	margin-bottom: 50px;
}
/* Comment List */
.comments-area .comment-list,
.comments-area .comment-list .comment-form {
	margin-bottom: 30px;
}
.comments-area .comment-list {
	padding-left: 0;
}
.comments-area .comment-list .children {
	padding-left: 25px;
}
.comments-area .comment-list > li,
.comments-area .comment-list li.comment {
	list-style: none;
}
.bypostauthor .comment-author img {
	border-radius: 100%;
	border: 1px solid #eee;
}
.comment-author img {
	position: absolute;
	left: 20px;
}
.comment-body {
	border: 1px solid #eee;
	padding: 20px 20px 20px 165px;
	position: relative;
	margin-bottom: 20px;
	min-height: 165px;
}
.comment-author .fn a,
.comment-author .fn {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #212121;
	text-transform: capitalize;
}
.comment-metadata a {
	color: #808080;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.comment-content p a {
	color: #999;
}
.reply .comment-reply-link {
	text-transform: capitalize;
	color: #999;
	font-weight: 500;
	letter-spacing: 1px;
}
.reply .comment-reply-link:after {
	content:"\f112";
	font-family:'FontAwesome';
	color: #999;
	font-weight: 500;
	position: relative;
	top: 3px;
	margin-left: 10px;
}
.reply .comment-reply-link:hover:after,
.reply .comment-reply-link:hover {
	color: #23527c;
}
.comment-reply-title small a {
	 color: #999;
	 font-size: 14px;
	 text-transform: capitalize;
	 margin-left: 10px;
}
.comment-reply-title small a:before {
    content: "\f00d";
    font-size: 14px;
    position: relative;
    top: 0;
	font-family: "FontAwesome";
	color: #999;
	margin-right: 10px;
}

/* ----------------------------- 
25. Single Project area style 
-------------------------------- */
.service-thumbnail {
	margin-bottom: 30px;
}
.single-service-content h4 {
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.single-service-title {
    border-bottom: 1px solid #eee;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.single-service-content p {
	color: #626262;
	margin-bottom: 15px;
}
.single-service-content p:last-of-type {
	margin-bottom: 0;
}
.single-service-content h4 {
	letter-spacing: 1px;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}
.single-service-content blockquote {
	background: #f8f8f8;
	color: #555;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	margin: 35px 0 35px 15px;
	padding: 50px;
	border-left: 4px solid #4aaf47;
}
.single-service-content blockquote p:first-of-type {
	position: relative;
}
.single-service-content blockquote p:first-of-type::before {
	content: "Ã¢â¬Å";
	display: inline-block;
	font-size: 43px;
	height: 20px;
	left: -30px;
	position: absolute;
	top: -10px;
	width: 20px;
}
.service-image {
	margin-bottom: 20px;
}
.currency-calculator table th,
.currency-calculator table td,
.currency-calculator table {
	border: 0 none;
	padding: 0;
	margin-bottom: 0;
}

/* ---------------------------- 
26. Widget area 
-------------------------------*/
.widget {
	margin-bottom: 30px;
}
.widget:last-of-type {
	margin-bottom: 0
}
.widget-title {
    border-bottom: 1px solid #eee;
    color: #333333;
    font-size: 18px;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.widget-title:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #4aaf47;
    left: 0;
    bottom: -1.5px;
}
.widget ul {
	margin: 0;
}
.widget ul:first-of-type {
	padding-left: 0;
}	
.widget ul li {
	margin-bottom: 10px;
	list-style: none;
}
.widget ul li:last-of-type {
	margin-bottom: 0;
}
.widget ul li a {
	color: #777;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 500;
}
.widget:not(.woocommerce ) ul li a:hover {
	color: #4aaf47;
	padding-left: 5px;
}
.woocommerce .widget ul li a:hover {
	color: #4aaf47;
}

/* - Widget Search */
.widget_search  .input-group {
	border: 1px solid #eee;
}
.widget_search .btn-default,
.widget_search .form-control {
	border: 0 none;
	outline: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	background-color: transparent;
}
.widget_search .form-control {
	height: 50px;
}
.widget_search  .btn-default.active.focus, 
.widget_search  .btn-default.active:focus, 
.widget_search  .btn-default.active:hover, 
.widget_search  .btn-default:active.focus, 
.widget_search  .btn-default:active:focus, 
.widget_search  .btn-default:active:hover {
	background-color: transparent;
}
.widget_search input[type="text"] {
	letter-spacing: 2px;
	padding: 0 15px;
}

/* Widget Categories */
.widget_archive ul li,
.widget_categories ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	color: #777;
}
.widget_categories ul li:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
/* - Widget Menu */
.widget_categories ul .children,
.widget_pages ul .children,
.widget_nav_menu > div .sub-menu {
	padding-left: 10px;
	margin-top: 7px;
	width: 100%;
	display: inline-block;
}
/* - Widget Tags */
.tagcloud a {
	border: 1px solid #eee;
	border-radius: 2px;
	color: #777;
	font-size: 14px !important;
	padding: 5px 13px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tagcloud a:hover {
	background-color: #4aaf47;
	color: #ffffff;
	border: 1px solid transparent;
}

/* Widget breadcrumb_navxt */
.widget_breadcrumb_navxt .breadcrumbs {
	color: #777;
	margin-left: -5px;
	margin-right: -5px;
}
.widget_breadcrumb_navxt .breadcrumbs > span {
	padding-left: 5px;
	padding-right: 5px;
}
.widget_breadcrumb_navxt .breadcrumbs > span a {
	color: #777;
	text-decoration: none;
}
.widget_breadcrumb_navxt .breadcrumbs > span a:hover {
	color: #4aaf47;
}

/* - Widget Social Icon */
.widget_social ul {
	margin: 0;
	padding-left: 0;
	margin-right: -5px;
	margin-left: -5px;
}
.widget_social ul li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.widget_social ul li a {
	font-size: 18px;
	color: #fff;
	background-color: #4aaf47;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	display: block;
	border-radius: 3px;
}
.widget.widget_social ul li a:hover {
	background-color: #232323;
	color: #fff;
	padding: 0;
}
.footer-widget  .widget.widget_social ul li a:hover,
.widget-area .widget.widget_social ul li a:hover {
	color: #fff;
}
/* - Widget mc4wp-form */
.widget_mc4wp_form_widget .mc4wp-form .subscribe-control {
	border: 1px solid #eee;
	letter-spacing: 2px;
	padding: 0 15px;
	width: 100%;
	outline: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.widget_mc4wp_form_widget .mc4wp-form .button {
	background-color: #4aaf47;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 9px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	margin-top: 10px;
}
.widget_mc4wp_form_widget .subscribe-input {
	display: block;
}
.widget_mc4wp_form_widget .mc4wp-form .button:hover {
	background-color: transparent;
	border: 1px solid #e5e5e5;
	color: #333;
}
.widget_mc4wp_form_widget .mc4wp-response {
	margin-top: 5px;
}

.widget_text .textwidget p,
.textwidget.custom-html-widget {
    color: #626262;
}
.textwidget.custom-html-widget a {
	color: #4aaf47; 
}
/*  - Widget Contact */
.widget_contact .footer-widget-content p {
	color: #626262;
	margin-bottom: 15px;
}
.widget_contact .footer-conatct-menu li {
	margin-bottom: 0;
}
.widget_contact .footer-conatct-menu li a:hover {
	padding: 0;
}
.widget_contact .footer-conatct-menu li p {
	color: #777;
	font-weight: 500;
}

/* ------------------------------ 
  27. Recent Post
---------------------------------*/
.single-post-widget {
	position: relative;
	margin-bottom: 20px;
	min-height: 90px;
}
.single-post-widget:last-of-type {
	margin-bottom: 0;
}
.single-post-widget img {
	position: absolute;
	left: 0;
}
.post-widget-content {
	padding-left: 100px;
}
.single-post-widget.no_post_thumb {
	min-height: 1px;
}
.single-post-widget.no_post_thumb .post-widget-content {
	padding-left: 0;
}
.post-widget-content h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.post-widget-content h4 a:hover {
	color: #4aaf47;
}
.post-widget-content p {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    color: #8a8a8a;
}

/* Footer Widget */
.footer-widget .widget {
	margin-bottom: 0;
}
.footer-widget .widget {
	margin-bottom: 30px;
}
.footer-widget .widget-title {
	color: #F0F0F0;
	font-size: 18px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 0 none;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.footer-widget .widget-title:before {
 	background-color: #4aaf47;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
	display: inline-block;
}
.footer-widget .widget ul li  a {
	color: #bdbdbd;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
}
.footer-widget .widget ul li  a:hover {
	color: #4aaf47;
}
.footer-widget .textwidget.custom-html-widget,
.footer-widget .widget_text .textwidget p {
	color: #bdbdbd;
	font-weight: 500;
	margin-bottom: 15px;
}
.footer-widget .widget_text .textwidget p:last-of-type {
	margin-bottom: 0;
}	
.widget_text .footer-logo {
	margin-bottom: 15px;
	display: inline-block;
}
.footer-widget .tagcloud a {
	border: 1px solid #3e3b3b;
	color: #bdbdbd;
}
.footer-widget .tagcloud a:hover {
	color: #fff;
}	
.footer-widget .widget_contact .footer-widget-content p {
	color: #bdbdbd;
	font-weight: 500;
	margin-bottom: 15px;
}
.footer-widget .widget_contact ul li p,
.footer-widget .widget_contact ul li a {
	color: #bdbdbd;
	font-size: 13px;
	text-transform: capitalize;
}
.widget_contact ul li p i,
.widget_contact ul li a i {
	color: #4aaf47;
	padding-right: 10px;
}
.widget_contact ul li p span,
.widget_contact ul li span {
	font-weight: 600;
	padding-right: 5px;
	letter-spacing: 1px;
	display: inline-block;
}
.footer-widget .widget_nav_menu ul li a {
	color: #bdbdbd;
	font-weight: 500;
	letter-spacing: 1px;	
	font-size: 14px;
	line-height: 24px;
}
.footer-widget .widget_nav_menu ul li a:before {
	content:"\f105";
	font-family:'FontAwesome';
	margin-right: 8px;
	color: #4aaf47;
	font-weight: bold;
}
.footer-widget .widget_social ul li {
	margin-bottom: 10px;
}

.footer-widget .widget_calendar td,
.footer-widget .widget_calendar th {
	color: #bdbdbd;
}
.footer-widget .widget_calendar #next a,
.footer-widget .widget_calendar #prev a {
	color: #4aaf47;
	border-color: #67696B;
}
.footer-widget .widget_search .form-control,
.footer-widget .widget_search .btn-default {
	color: #bdbdbd;
}
.footer-widget .widget_search .input-group,
.footer-widget .widget_mc4wp_form_widget .mc4wp-form .button:hover {
	border-color: #67696B;
	color: #fff;
}
.footer-widget .widget_archive ul li,
.footer-widget .widget_categories ul li {
	padding-bottom: 0;
	border-bottom: 0 none;
}
.footer-widget .widget_recent_comments li,
.footer-widget .widget select,
.footer-widget .widget_archive ul li,
.footer-widget .widget_categories ul li,
.footer-widget .widget_breadcrumb_navxt .breadcrumbs span a,
.footer-widget .widget_breadcrumb_navxt .breadcrumbs,
.footer-widget .widget_mc4wp_form_widget .mc4wp-response p,
.footer-widget .widget_rss ul li {
	color: #bdbdbd;
}
.footer-widget .woocommerce select,
.footer-widget .widget select {
	border: 1px solid #67696B;
}

.footer-widget .widget_social ul li a {
	font-size: 18px;
	color: #fff;	
	height: 40px;
	line-height: 40px;
}
.footer-widget .widget_social ul li a:hover {
	color: #fff;
}
.footer-widget .widget_rss p {
	color: #bdbdbd;
}

.widget_nav_menu ul li a:empty {
	display: none;
}
.footer-widget .widget_nav_menu ul li a:empty::before {
	content: "";
	display: none;
}
.footer-widget .widget_contact .footer-conatct-menu li a:hover {
	padding-left: 0;
	padding-right: 0;
}
/* ----------------------------- 
28. Pricing table area style
 -------------------------------- */
.single-price-table {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	text-align: center;
}
.pricing-head {
	background: #242424;
	padding: 20px 0;
}
.table-active .pricing-head {
	background: #4aaf47;
}
.table-active .pricing-title {
	color: #fff;
}
.pricing-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0;
}
.pricing-content {
	background: #ffffff;
}
.pricing-value-wrapper {
	padding: 30px 0;
}
.pricing-value {
	color: #3e3e3e;
	font-size: 40px;
	font-weight: 600;
}
.pricing-value sup {
	font-size: 15px;
	font-weight: 400;
	left: 5px;
	position: relative;
	top: -25px;
}
.pricing-value sub {
	bottom: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
}
.table-content {
	border-top: 1px solid #eee;
	padding-left: 0;
	margin-bottom: 0;
}
.table-content li {
	list-style: none;
    color: #797979;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
.pricibg-footer {
	  background-color: #ffffff;
	  padding: 25px 0;
}
.pricibg-footer .button {
	background-color: #4aaf47;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.pricibg-footer .button:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
}

/* ------------------------------ 
  29. Counter Section
---------------------------------*/
.single-counter {
	text-align: center;
	background: rgba(255, 255, 255, 1);
	padding: 40px 15px;
	box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}
.counter-icon {
	margin-bottom: 25px;
}
.counter-icon i {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	color: #ffce3e;
}
.counter-text p {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 30px;
	color: #232323;
	position: relative;
}
.counter-text > h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}
.col-md-3:nth-child(1) .single-counter i {
	color: #EEC144;
}
.col-md-3:nth-child(2) .single-counter i {
	color: #5f89f4;
}
.col-md-3:nth-child(3) .single-counter i {
	color: #9bb916;
}
.col-md-3:nth-child(4) .single-counter i {
	color: #a773ea;
}
.counter-section .col-md-3:nth-child(4n+1) {
	clear:both;
}
.counter-section .col-md-3:nth-child(n+5) {
	margin-top: 30px;
}

/* ----------------------------- 
30. Footer area style 
-------------------------------- */
.footer-top-area {
	padding: 100px 0;
	position: relative;
	background: #171717;
}
.footer-top-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #171717 url(img/bg/2.html) no-repeat center center/60%;
	opacity: 0.2;
}

.footer-contact-info-area .footer-widget-content {
	padding-top: 10px;
}

.footer-widget > .container > .row > [class*="col-"] > aside:last-of-type {
    margin-bottom: 0;
}

/* -------------------------
31. Footer bottom area
----------------------------*/
.footer-copyright-info p {
    color: #bdbdbd;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-copyright-info p a {
	color: #4aaf47;
	margin-left: 5px;
	text-transform: capitalize;
}
.footer-copyright-info p a:hover {
	color: #4aaf47;
}

/* -------------------------
32. scroll to top button
----------------------------*/
.to-top-btn {
	background: #4aaf47 none repeat scroll 0 0;
	box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	bottom: 30px;
	color: #ffffff;
	font-size: 28px;
	height: 50px;
	line-height: 45px;
	opacity: 0;
	position: fixed;
	right: 30px;
	text-align: center;
	transform: translateY(20px);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 50px;
}
.to-top-btn:focus {
	color: #fff;
}
.to-top-btn.to-top-show {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
	z-index: 999999;
}
.to-top-btn.to-top-show:hover {
	color: #fff;
	opacity: .75;
}

/* -------------------------
32. crypto calculator widget
----------------------------*/
.cryptonatorwidget table td {
	padding: 10px;
}
.cryptonatorwidget input,
.cryptonatorwidget select {
    padding: 0 20px;
    height: 40px !important;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.cryptonatorwidget > div:last-child {
    display: none;
}
.currency-calculator h2 {
    color: #fff;
}

/* 404 Page */
.error-detail {
	text-align: center;
}
.error-detail h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 70px;
	letter-spacing: 4px;
}
.error-detail h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.error-detail p {
	color: #626262;
	margin-bottom: 15px;
}
.error-detail .back-home {
	background-color: #4aaf47;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 9px 30px;
	line-height: 25px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.error-detail .back-home:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
}

/* Search No Result */
.search-no-results .page-header {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: 0 none;
}
.search-no-results .page-header .page-title {
	margin-top: 0;
}
.search-no-results .page-content p {
	color: #626262;
	margin-bottom: 15px;
}
.search-no-results .page-content .input-group {
	border: 1px solid #eee;	
}
.search-no-results .page-content .btn-default,
.search-no-results .page-content .form-control {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: 0 none;
	background-color: transparent;
}
.search-no-results .page-content .form-control {
    letter-spacing: 2px;
    padding: 0 15px;
	height: 50px;
	color: #555;
}
.search-no-results .page-content .searchform .btn-default:hover,
.search-no-results .page-content .searchform .btn-default:active,
.search-no-results .page-content .searchform .btn-default.active,
.search-no-results .page-content .searchform .btn-default.active.focus,
.search-no-results .page-content .searchform .btn-default.active:focus,
.search-no-results .page-content .searchform .btn-default.active:hover,
.search-no-results .page-content .searchform .btn-default:active.focus,
.search-no-results .page-content .searchform .btn-default:active:focus,
.search-no-results .page-content .searchform .btn-default:active:hover {
	background-color: transparent;
}

/* - Nav Items */
.navbar.ownavigation {
	margin-bottom: 0;
	border: 0 none;
}
.ownavigation .navbar-nav li  a {
	color: #3e3e3e;
	font-weight: 600;
	text-transform: capitalize;
	word-wrap: break-word;
	white-space: normal;
	letter-spacing: 1px;
	font-size: 15px;
}
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover,
.ownavigation .navbar-nav li:hover > a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}
.header-btn {
	float: right;
}
.header_s .header-btn .btn {
	background-color: #4aaf47;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px 23px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	margin: 26px 0;
	line-height: 30px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	outline: 0 none;
}
.header-btn .btn:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
}
.menu-setting-info {
    display: inline-block;
    margin: 32px 2px;
    font-size: 18px;
}
.menu-setting-info a {
	text-decoration: none;
	text-transform: capitalize;
	color: #333;
}
	.menu-block.navbar-fixed-top {
	background-color: #fff;
	box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
}

.menu-block.navbar-fixed-top .header-btn {
	display: none;
}
.footer-bottom-area {
	background: #101010;
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.footer-bottom-area .footer-copyright-info {
		padding: 20px 0;
	}
	.menu-block.navbar-fixed-top  .navbar-header { 
		display: none;
	}
	.menu-block.navbar-fixed-top  .ownavigation .navbar-collapse {
		text-align: center;
	}
	
	/* - Nav Switch */
	.ownavigation .ddl-switch {
		display: none !important;
	}
	.ownavigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		border: 0 none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-appearance: none;
		text-align: right;
	}
	.ownavigation .navbar-nav > li,
	.ownavigation .navbar-nav {
		float: none;
		display: inline-block;
	}
	
	.header_s .header-btn .btn {
		margin-left: 55px;
	}
	/* - Nav Items */
	.ownavigation .navbar-nav > li {
		padding: 0 15px;
	}
	.ownavigation .navbar-nav > li:first-child {
		padding-left: 0;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 33px 0;
		position: relative;
	}
	.menu-block.navbar-fixed-top .ownavigation .navbar-nav > li > a {
		padding: 33px 0px;
	}
	.ownavigation .navbar-nav > .current-menu-ancestor > a, 
	.ownavigation .navbar-nav > .active > a, 
	.ownavigation .navbar-nav > .active > a:focus, 
	.ownavigation .navbar-nav > .active > a:hover,
	.ownavigation .navbar-nav li:hover > a,
	.ownavigation .navbar-nav li a:hover {
		background-color: transparent;
		color: #4aaf47;
	}
	
	.ownavigation .navbar-collapse {
		background-color: transparent;
	}

	/* - Nav Dropdown */
	.ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: none;
		border-top: 2px solid #4aaf47;
		box-shadow: 0 1px 2px rgba(86, 86, 90, 0.4);
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 250px;
		max-width: 250px;
		visibility: hidden\0/;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	
	.ownavigation .navbar-nav li .dropdown-menu > .active > a, 
	.ownavigation .navbar-nav li .dropdown-menu > .active > a:focus, 
	.ownavigation .navbar-nav li .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #4aaf47;
	}

	.ownavigation .navbar-nav li .dropdown-menu > li  {
		border-bottom: 1px solid #eee;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:before {
		content:"\f0da";
		font-family: 'fontawesome';
		color: #4aaf47;
		margin-right: 8px;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		padding-left: 20px;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		padding: 15px 15px 15px 15px;
		font-weight: bold;
		font-size: 14px;
		color: #3e3e3e;
		letter-spacing: 1px;
		text-transform: capitalize;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #4aaf47;
	}
	.ownavigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
	.ownavigation ul > li > .dropdown-menu {
		left: 0; 
	}
	.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ownavigation ul > li > .dropdown-menu,
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
	
	.ownavigation .navbar-header .image-logo {
		display: inline-block;
		line-height: 90px;
	}
	.ownavigation .navbar-header .image-logo  img {
		max-height: 90px;
		max-width: 200px;
		padding: 10px 0;
	}
	
	/* Text Logo */
	.ownavigation .navbar-header .text-logo {
		color: #2C2E3E;
		font-size: 30px;
		margin: 28px 0;
		display: inline-block;
		max-width: 250px;
		line-height: 29px;
		white-space: normal;
		text-decoration: none;
		text-transform: capitalize;
	}
	.header-btn.responsive-btn {
		display: none;
	}
	
	/* Footer Menu */
	.footer-bottom-area .footer-menu,
	.footer-main-menu {
		float: right;
	}
	.ftr-ownavigation {
		margin-bottom: 0;
		min-height: 1px;
	}
	
	/* - Nav Switch */
	.ftr-ownavigation .ddl-switch {
		display: none !important;
	}
	.ftr-ownavigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		border: 0 none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-appearance: none;
	}
	.ftr-ownavigation .navbar-nav {
		float: right;
	}
	
	/* - Nav Items */
	.ftr-ownavigation .navbar-nav > li {
		margin: 0 11px;
	}
	.ftr-ownavigation .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.ftr-ownavigation .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.ftr-ownavigation .navbar-nav li  a {
		color: #bdbdbd;
		font-size: 14px;
		letter-spacing: 1px;
		text-transform: capitalize;
		font-weight: 500;
		padding: 20px 0;
	}
	
	.ftr-ownavigation .navbar-nav > .active > a, 
	.ftr-ownavigation .navbar-nav > .active > a:focus, 
	.ftr-ownavigation .navbar-nav > .active > a:hover,
	.ftr-ownavigation .navbar-nav li:hover > a,
	.ftr-ownavigation .navbar-nav li a:hover {
		background-color: transparent;
		color: #4aaf47;
	}

	/* - Nav Dropdown */
	.ftr-ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: auto;
		left: 0;
		bottom: 100%;
	}
	.ftr-ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: none;
		border-top: 1px solid #4aaf47;
		border-bottom: 1px solid #4aaf47;
		box-shadow: 0 1px 2px rgba(86, 86, 90, 0.4);
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: auto;
		bottom: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 200px;
		visibility: hidden\0/;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	
	.ftr-ownavigation .navbar-nav li .dropdown-menu > .active > a, 
	.ftr-ownavigation .navbar-nav li .dropdown-menu > .active > a:focus, 
	.ftr-ownavigation .navbar-nav li .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #4aaf47;
	}

	.ftr-ownavigation .navbar-nav li .dropdown-menu > li  {
		border-bottom: 1px solid #eee;
	}
	.ftr-ownavigation .navbar-nav li .dropdown-menu > li > a:before {
		content:"\f0da";
		font-family: 'fontawesome';
		color: #4aaf47;
		margin-right: 8px;
	}
	.ftr-ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		padding-left: 20px;
	}
	.ftr-ownavigation .navbar-nav li .dropdown-menu > li > a {
		padding: 15px;
		font-weight: bold;
		font-size: 14px;
		color: #3e3e3e;
		letter-spacing: 1px;
		text-transform: capitalize;
		word-wrap: break-word;
		white-space: normal;
	}
	.ftr-ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #4aaf47;
	}
	.ftr-ownavigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
	.ftr-ownavigation ul > li > .dropdown-menu {
		left: 0; 
	}
	.ftr-ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ftr-ownavigation ul > li > .dropdown-menu,
	.ftr-ownavigation ul > li .dropdown-menu ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}
	.ftr-ownavigation ul > li .dropdown-menu ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ftr-ownavigation ul > li .dropdown-menu ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ftr-ownavigation ul > li .dropdown-menu ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ftr-ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ftr-ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) { 
	.header_s .header-btn .btn {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.ownavigation .navbar-collapse {
		text-align: center;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.footer-bottom-area {
		padding: 20px 0;
	}
	
	.header-btn.desktop-view {
		display: none;
	}
	
	.ftr-ownavigation .navbar-collapse {
		background-color: #4aaf47;
	}
	.ftr-ownavigation .navbar-collapse,
	.ownavigation .navbar-collapse  {
		background-color: #4aaf47;
		border-top: 0 none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-appearance: none;
		padding-left: 0;
		padding-right: 0;
	}
	/* - Nav Header */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}
	
	/* - Nav Items */
	.ftr-ownavigation .navbar-nav,
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ftr-ownavigation .navbar-nav > li,
	.ownavigation .navbar-nav > li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ftr-ownavigation .navbar-nav > li > a,
	.ownavigation .navbar-nav > li > a {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		color: #fff;
		font-size: 15px;
		letter-spacing: 1px;
		padding: 10px 20px;
		text-decoration: none;
		text-transform: capitalize;
		font-weight: 600;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		white-space: normal;
	}	
	.ftr-ownavigation .navbar-nav > li.active a,
	.ownavigation .navbar-nav > li.active a {
		color: #fff;
	}
	.ftr-ownavigation .navbar-nav > li.active > a:hover,
	.ftr-ownavigation .navbar-nav  li  a:hover,
	.ownavigation .navbar-nav > li.active > a:hover,
	.ownavigation .navbar-nav  li  a:hover {
		color: #fff;
	}
	
	.ftr-ownavigation .navbar-nav > .active > a,
	.ftr-ownavigation .navbar-nav > .active > a:focus,
	.ownavigation .navbar-nav > .active > a:hover,
	.ftr-ownavigation .navbar-nav li:hover > a,
	.ftr-ownavigation .navbar-nav li a:hover,
	.ftr-ownavigation .navbar-nav li a:focus,
	.ownavigation .navbar-nav > .active > a,
	.ownavigation .navbar-nav > .active > a:focus,
	.ownavigation .navbar-nav > .active > a:hover,
	.ownavigation .navbar-nav li:hover > a,
	.ownavigation .navbar-nav li a:hover,
	.ownavigation .navbar-nav li a:focus {
		background-color: rgba(255,255,255,0.1);
	}
	.ownavigation .navbar-header .text-logo {
		color: #2C2E3E;
		font-size: 30px;
		margin: 28px 0;
		display: inline-block;
		max-width: 200px;
		line-height: 29px;
		white-space: normal;
		text-decoration: none;
		text-transform: capitalize;
	}
	
	/* - Nav Toggle */
	.ownavigation .navbar-header {
		float: none;
	}
	.ownavigation .navbar-toggle {
		display: block;		
		background-color: #4aaf47;
		border-radius: 0;
		margin: 30px 0 27px;
		padding: 6px 5px;
	}
	.navbar.ftr-ownavigation {
		margin-bottom: 0;
		min-height: 1px;
		border-bottom: 0 none;
	}
	.ftr-ownavigation .navbar-header {
		float: none;
	}
	.ftr-ownavigation .navbar-toggle{
		display: block;		
		background-color: #4aaf47;
		border-radius: 0;
		margin: 0px auto 30px;
		padding: 6px 5px;
		text-align: center;
		float: none;
	}
	.ftr-ownavigation .navbar-toggle .icon-bar,
	.ownavigation .navbar-toggle .icon-bar {
		background-color: #fff; 
	}	
	.ftr-ownavigation .navbar-collapse.collapse, 
	.ownavigation .navbar-collapse.collapse { 
		display: none !important; 
	}
	
	.ftr-ownavigation .collapse.in,
	.ownavigation .collapse.in {
		display:block !important; 
		overflow-y: auto !important; 
	}
	
	/* - Nav Switch */
	.ftr-ownavigation .ddl-switch,
	.ownavigation .ddl-switch {
		background-color: rgba(255,255,255,0.1);
		color: #fff;
		cursor: pointer;
		font-size: 12px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		border-left: 1px solid rgba(255,255,255,0.4);
	}
	.ftr-ownavigation .ddl-active > .ddl-switch:before,
	.ownavigation .ddl-active > .ddl-switch:before {
		content: "\f068";
	}

	/* - Nav Dropdown */
	.ftr-ownavigation .dropdown-menu,
	.ownavigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
	}
	.ftr-ownavigation .dropdown-menu li,
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ftr-ownavigation .navbar-nav li a span.fa-angle-down,
	.ownavigation .navbar-nav li a span.fa-angle-down {
		display: none;
	} 
	.ftr-ownavigation .navbar-nav li .dropdown-menu > li > a,
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		color: #fff;
		font-size: 15px;
		letter-spacing: 1px;
		padding: 10px 20px;
		text-decoration: none;
		text-transform: capitalize;
		font-weight: 600;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		white-space: normal;
	}
	.ftr-ownavigation .navbar-nav li .dropdown-menu > .active > a,
	.ftr-ownavigation .navbar-nav li .dropdown-menu > .active > a:focus,
	.ftr-ownavigation .navbar-nav li .dropdown-menu > .active > a:hover,
	.ownavigation .navbar-nav li .dropdown-menu > .active > a,
	.ownavigation .navbar-nav li .dropdown-menu > .active > a:focus,
	.ownavigation .navbar-nav li .dropdown-menu > .active > a:hover {
		background-color: transparent; 
	}
	.ftr-ownavigation .navbar-nav li .dropdown-menu > li > a:hover,
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.ownavigation {
		position: relative;
		border: 0 none;
	}
	.header-btn.responsive-btn {
		position: absolute;
		right: 45px;
		float: none;
		top: 1px;
	}
	.header_s .header-btn .btn {
		margin: 29px 0;
		padding: 4px 7px;
	}
	.menu-setting-info {
		display: block;
		padding: 0 10px;
		text-align: center;
	}
	
	/* Image Logo */
	.ownavigation .navbar-header .image-logo {
		line-height: 65px;
		display: inline-block;
		margin: 10px 0; 
	}
	.ownavigation .navbar-header .image-logo img {
		max-width: 145px;
		max-height: 60px;
	}
	.menu-block.navbar-fixed-top .navbar-header .image-logo, 
	.menu-block.navbar-fixed-top .navbar-header .text-logo {
		display: inline-block;
	}
	.menu-block.navbar-fixed-top  .ownavigation .navbar-toggle {
		margin: 15px auto;
		float: none;
		text-align: center;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	.menu-block .container {
		padding-left: 0;
		padding-right: 0;
	}
	
}

/* - max-width: 479 */
@media (max-width: 479px) {
	.header-btn.responsive-btn {
		display: none;
	}
	/* - Nav Toggle */
	.ownavigation .navbar-header {
		padding: 0 15px;
	}
}

.cryptorow .kc_column {
    text-align: center;
	margin-bottom: 50px;
}
.cryptorow .vcw-full-card,
.cryptorow .vcw-converter {
    margin: 0 auto !important;
    float: none;
}
.top_padding {
	margin-top: 100px;
}
.bottom_padding {
	margin-bottom: 100px;
}
.g-recaptcha {
	float: right;
}
.vcw.vcw-full-card .vcw-changes {
	height: auto !important;
}

.vcw.vcw-table {
	margin-bottom: 0 !important;
}

.vcw.vcw-full-card {
	margin-bottom: 0 !important;
}

.btcwdgt-chart.btcwdgt,
.cryptonatorwidget,
.cryptonatorwidget tbody > tr:last-of-type > td,
.cryptonatorwidget tbody > tr:last-of-type > td > input,
.cryptonatorwidget tbody > tr:last-of-type > td > select {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.navigation.comment-navigation {
	margin-bottom: 15px;
	font-weight: bold;
}

.navigation.comment-navigation a {
	color: #4aaf47;
}

.page-links > span:not(.screen-reader-text):not(.page-links-title)  {
	background-color: #4aaf47;
	color: #fff;
}
.page-links > a,
.page-links > span:not(.screen-reader-text):not(.page-links-title) {
	background-color: transparent;
    color: #000;
    font-size: 16px;
	font-weight: bold;
	position: relative;
    text-align: center;
	padding: 5px 15px;
	margin-left: 1.5px;
	margin-right: 1.5px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;   
    line-height: 18px;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    border: 1px solid transparent;
}
.page-links > a {
	background-color: transparent;
	border-color: #fff;
}
.page-links > span:not(.screen-reader-text):not(.page-links-title),
.page-links a:focus,
.page-links a:hover,
.page-links > span:not(.screen-reader-text):not(.page-links-title):hover {
	background-color: transparent;
    border-color: #4aaf47;
    color: #4aaf47;
}