/*
Theme Name: SpiceThemes
Theme URI:
Author: spicethemes.com
Author URI: http://spicethemes.com
Description:
Version: 2.0.6.3
License URI: spicethemes.com
License: GNU General Public License v3 or later
Text Domain: spicethemes
BitBucket Theme URI: https://bitbucket.org/priyanshumittal/spicethemes-theme-shop-wp
*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 1. General style
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

html{
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (min-width: 320px){
	html{
		font-size: 16px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
@media (min-width: 768px){
	html{
		font-size: 16px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
@media (min-width: 992px){
	html{
		font-size: 16px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}

body {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    background-color: #FFF;
    color: #313131;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
a {
    color: #313131;
    outline: 0 none;
    text-decoration: none;
    transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
    color: #7cc048;
}
a:active{
    color: #7cc048;
}
::-webkit-input-placeholder{ /* for chrome,opera,safari */
	color: #999;
	font-weight: normal;
}
::-moz-placeholder{
	color: #999;
	font-weight: normal;
}
::-ms-input-placeholder{
	color: #999;
	font-weight: normal;
}
:-moz-placeholder{
	color: #999;
	font-weight: normal;
}
p a {
    color: #313131;
}
img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto;
    border-style: none;
   vertical-align: middle;
}
hr {
    clear: both;
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}
address {
    font-style: italic;
	line-height: 1.6;
}

table { border-collapse: collapse; margin: 0 0 25px; width: 100%; border: 1px solid #e9e9e9; }
thead th { background-color: #f9f9f9; border-bottom: 1px solid #e9e9e9; padding-bottom: 0.8rem;  }
th { padding: 0.8rem; text-align: left;border: 1px solid #e9e9e9; }
tr { border-bottom: 1px solid #eee; }
td { padding: 0.8rem; border: 1px solid #e9e9e9; }

p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
strong {
    font-weight: 700;
}

ul li,
ol li {
	line-height: 1.8;
	padding-bottom: 0.550rem;
}

ul,
ol {
  padding-left: 1.125rem;
  margin-bottom: 1.5rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  padding-left: 2rem;
}


mark, ins { background: #f9f9f9; text-decoration: none; }


p,
address,
pre,
hr,
dl,
dd,
table {
    margin-bottom: 1.5rem;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.clear {
    clear: both;
}
.pull-none {
    float: none;
}
.uppercase{
	text-transform: uppercase;
}
.w-600{
	font-weight: 600;
}
::-moz-selection {
    color: #fff;
    background: #313131;
}
::selection {
    color: #fff;
    background: #313131;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 2. Headings
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #313131;
    margin-top: 0;
    font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #313131;
}
h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}
h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}
h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
h6 {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.font-w-600 { font-weight: 600; }
.font-w-700 { font-weight: 700; }


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 3. Margins & Paddings
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* Margins */
.m-all-0{
	margin: 0 !important;
}
.m-top-10{
	margin-top: 0.63rem !important;
}
.m-top-20{
	margin-top: 1.26rem !important;
}
.m-top-30{
	margin-top: 1.9rem !important;
}
.m-top-40{
	margin-top: 2.5rem !important;
}
.m-right-30{
	margin-right: 1.875rem !important;
}
.m-bottom-0{
	margin-bottom: 0 !important;
}
.m-bottom-10{
	margin-bottom: 0.63rem !important;
}
.p-bottom-15{
	padding-bottom: 0.9375rem !important;
}
.m-bottom-20{
	margin-bottom: 1.26rem !important;
}
.m-bottom-30{
	margin-bottom: 1.9rem !important;
}
.m-bottom-40{
	margin-bottom: 2.5rem !important;
}
.m-bottom-50{
	margin-bottom: 3.125rem !important;
}
.m-bottom-60{
	margin-bottom: 3.75rem !important;
}
.m-bottom-70{
	margin-bottom: 4.375rem !important;
}
.m-bottom-80{
	margin-bottom: 5rem !important;
}
.m-bottom-90{
	margin-bottom: 5.625rem !important;
}
.m-bottom-100{
	margin-bottom: 6.25rem !important;
}



/* Paddings */
.p-all-0{
	padding: 0 !important;
}
.p-top-5{
	padding-top: 0.313rem !important;
}
.p-top-10{
	padding-top: 0.63rem !important;
}
.p-top-15{
	padding-top: 0.9375rem !important;
}
.p-top-20{
	padding-top: 1.26rem !important;
}
.p-top-30{
	padding-top: 1.9rem !important;
}
.p-top-40{
	padding-top: 2.5rem !important;
}
.p-top-50{
	padding-top: 3.125rem !important;
}
.p-top-60{
	padding-top: 3.75rem !important;
}
.p-top-70{
	padding-top: 4.375rem !important;
}
.p-bottom-0{
	padding-bottom: 0 !important;
}
.p-bottom-10{
	padding-bottom: 0.63rem !important;
}
.p-bottom-20{
	padding-bottom: 1.26rem !important;
}
.p-bottom-30{
	padding-bottom: 1.9rem !important;
}
.p-bottom-40{
	padding-bottom: 2.5rem !important;
}
.p-bottom-50{
	padding-bottom: 3.125rem !important;
}
.p-bottom-55{
	padding-bottom: 3.438rem !important;
}
.p-bottom-60{
	padding-bottom: 3.75rem !important;
}
.p-bottom-70{
	padding-bottom: 4.375rem !important;
}

.p-top-15{
	padding-top: 15rem !important;
}
.p-bottom-15{
	padding-bottom: 15rem !important;
}


@media (max-width: 767px){
	.p-top-4{
		padding-top: 4rem !important;
	}
	.m-bottom-156{
		margin-bottom: 1.56rem !important;
	}
	.m-bottom-55{
		margin-bottom: 5.5rem !important;
	}
}
@media (max-width: 992px){
	.m-bottom-155{
		margin-bottom: 1.55rem !important;
	}
}

/* Min & Max width */
.min-w-250{
	min-width: 15.63rem;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 4. Colors & Backgrounds
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.bg-grey{
	background-color: #313131
}

.bg-grey-dark {
    background-color: rgb(49, 49, 49);
}
.bg-dark-grey{
	background-color: #222222;
}
.bg-brown{
	background-color: #334d1e;
}
.bg-yellow{
	background-color: #7cc048;
}
.bg-light-grey{
	background-color: #f9f9f9;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.bg-default {
    background-color: #7cc046;
}

/* Colors */
.text-grey{
	color: #444;
}
.text-green{
	color: #7cc048;
}
.text-white{
	color: #fff;
}
.text-light-grey{
	color: #858484;
}
.text-dark-grey{
	color: #272727;
}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		  >> 5. Overlay
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.overlay,
.overlay-footer,
.overlay-black{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.overlay{
	background-color: rgba(49,49,49,0.7);
}
.overlay-footer{
	background-color: rgba(49,49,49,0.9);
}
.overlay-black{
	background-color: rgba(0,0,0,0.7);
}



/* DEFAULT BACKGROUND */
.is-sticky .header-main,
.navbar-default .dropdown-menu a:hover{
	background-color: #313131;
}




/* DEFAULT COLOR */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	color: #313131;
}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		   >> 6. Header
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.header-area{
	width: 100%;
}
.sticky-wrapper{
	width: 100%;
	position: absolute;
	z-index: 999;
}
.fixed-header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #313131;
}
.header-main{
	background: transparent;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (min-width: 768px){
	.header-main ul.navbar-nav{
		float: right;
	}
}
.navbar-default{
	background-color: transparent;
}
.navbar-nav > li > a{
	padding-top: 2.4rem;
	padding-bottom: 2rem;
}
.navbar-header .navbar-brand.logo{
	font-size: 2rem;
	line-height: 2rem;
	height: auto;
	padding: 1.5rem 1rem;
	font-weight: 600;
	color: #fff;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	background-color: transparent;
	color: #fff;
}
.navbar-default .dropdown-menu{
	box-shadow: none;
	border-radius: 0;
}
.dropdown-menu{
	display: none;
}
.navbar-default .dropdown-menu a{
	font-size: 1rem;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-default .dropdown-menu a:hover{
	color: #fff;
}
.navbar-nav > li > .dropdown-menu{
	padding: 0;
}
.dropdown-menu > li > a{
	padding: 0.7rem 1.3rem;
}


/* mobile toggle */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	border-color: transparent;
	background-color: transparent;
	top: 2rem;
	cursor: pointer;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default .navbar-collapse{
	border-top: 1px solid #313131;
}
@media (max-width: 960px){
	.navbar-nav .open .dropdown-menu{
		background-color: #222222 !important;
		position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		padding: 0.7rem 1.5rem;
		color: #fff !important;
	}
	.navbar-default .navbar-nav > li > a{
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 2rem;
	}
	.navbar-nav .open .dropdown-menu > li > a{
		padding: 1rem 1rem 1rem 2.5rem;
		color: #fff !important;
	}
	.navbar-nav{
		background-color: #313131;
		height: auto;
	}
	.navbar-collapse {
      	top: 0;
      	bottom: 0;
      	right: 0;
      	padding-left: 0;
      	padding-right: 0;
      	width: 100%;
      	position: relative;
      	overflow: hidden;
      	position: relative;
      	top: 0;
      	transition: all 0.8s ease;
  	}
  	.navbar-collapse.in {
      	width: 0;
      	padding-left: 0;
      	padding-right: 0;
      	right: -100%;
      	visibility: hidden;
      	opacity: 0;
      	position: relative;
      	top: 0;
      	transition: all 0.8s ease;
  	}
  	.collapse{
  		display: block;
  		visibility: visible;
  		opacity: 1;
  	}
  	.navbar-nav{
  		margin-top: 0;
  	}
  	.nav > li > a{
  		padding-left: 15px;
  		padding-right: 15px;
  	}
  	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
}
@media only screen and (max-width: 991px){
	.nav > li > a{
		padding-top: 1.9rem;
    	padding-bottom: 1.9rem;
    	padding-left: 0.3125rem;
    	padding-right: 0.3125rem;
	}
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		  >> 7. Buttons
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.btn{
	display: inline-block;
	padding: 0.7rem 1.5rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	/*text-transform: uppercase;
	font-weight: 600;*/
	border: none;
	border-radius: 0.2rem;
	transition: all 0.5s ease;
}
.btn:hover,
.btn:focus{
	color: #fff;
}
.btn-primary{
	background-color: #313131; /* Dark Grey */
}
.btn-secondary{
	background-color: #7cc048;/* Green */
}
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:hover{
	background-color: #222222;
	border-color: #222222;
}
.btn-secondary:hover{
	background-color: #6aa33e;
}

.btn-demo {
    background-color: #c70d0d;
}

.btn-white{
	background-color: #fff; /* White */
	color: #333333;
}
.btn-white:hover,
.btn-white:focus {
	background-color: #eaeaea; /* White */
	color: #333333;
}

.btn-orange{
	background-color: #FF8C00; /* Orange */
	color: #fff;
}
.btn-orange:hover,
.btn-orange:focus {
	background-color: #cd5a00; /* Orange */
	color: #fff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		  >> 8. Slider
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.slider-area,
.slider-area .slider-banner{
	position: relative;
	height: auto; /*90vh*/
	text-align: center;
}
.slider-banner{
	background: url("images/bg/bg-banner.png");
	background-attachment: fixed;
	background-size: cover;
	background-position: 100% 100%;
}
.slider-text-area{
	color: #fff;
	position: relative;
	padding: 10.5rem 0 8rem 0;
}
.slider-text-area .banner-text{
	font-size: 2rem;
}
.slider-text-area .banner-subtitle {
    color: #7cc048;
    margin: 0;
}
.slider-banner h1{
	margin-top: 0;
	margin-bottom: 2.5rem;
	font-size: 3rem;
	line-height: 3.5rem;
}
@media (max-width: 767px){
	.slider-banner h2{
		margin-bottom: 1.5rem;
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
ul.features{
	list-style: none;
	text-align: left;
	margin-left: 2.5rem;
	list-style-position: inside;
}
ul.features li{
	position: relative;
	list-style-position: inside;
	text-indent: -2.3rem;
	margin-bottom: 1rem;
}
ul.features li:before{
	content: "\f178";
	font-family: 'FontAwesome';
	padding-right: 1rem;
	font-weight: 800
}

.buy-now-modal .modal-body{
	display: block;
    float: left;
    width: 100%;
}
.buy-now-modal .modal-header{
	padding: 10px 15px;
}
.modal-header .close{
	margin-top: 4px;
    font-size: 28px;
    opacity: 1;
}
.buy-now-modal h4{
	margin-bottom: 0;
	margin-top: 5px;
	text-align: center;
}
.buy-now-modal .modal-footer{
	clear: both;
}
ul.features{
	list-style: none;
	text-align: left;
	margin-left: 2.5rem;
	list-style-position: inside;
}
ul.features li{
	position: relative;
	list-style-position: inside;
	text-indent: -2.3rem;
	margin-bottom: 1rem;
}
ul.features li:before{
	content: "\f178";
	font-family: 'FontAwesome';
	padding-right: 1rem;
	font-weight: 800
}

@media (min-width: 768px){
    .buy-now-modal .modal-dialog{
        width: 450px;
    }
}
.modal-table .pricing-table-block ul li{
    padding: 0.5rem 0rem 0.5rem;
}
.modal-table .price{
    font-size: 2rem;
}
.modal-table .pricing-table-block .purchase-now-btn a{
    padding: 0.5rem;
}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		>> 9. Sections
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.section{
	padding-top: 4rem;
	padding-bottom: 3rem;
}
@media (min-width: 768px){
	.width-60{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}
.section-title{
	text-align: center;
}
.section-title h3{
	font-weight: 700;
	font-size: 1.8rem;
}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	  >> 10. Why Choose Us
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*.why-choose-us .media-left span{
	background: url('../images/sprite-1.png') no-repeat;
}*/
.why-choose-us .media-left span,
.why-choose-us .media-left span,
.why-choose-us .media-left span,
.why-choose-us .media-left span,
.why-choose-us .media-left span,
.why-choose-us .media-left span{
	width: 4rem;
    height: 4rem;
    display: inline-block;
    position: relative;
}
/*.why-choose-us .media-left span.wc1{
    background-position: 2px -81px;
}
.why-choose-us .media-left span.wc2{
    background-position: -189px 11px;
}
.why-choose-us .media-left span.wc3{
    background-position: -96px -77px;
}
.why-choose-us .media-left span.wc4{
    background-position: -95px 11px;
}
.why-choose-us .media-left span.wc5{
    background-position: 0px 11px;
}
.why-choose-us .media-left span.wc6{
    background-position: -181px -77px;
}*/
.why-choose-us .media-body h4{
	font-weight: 600
}
.why-choose-us .media{
	margin-bottom: 2.5rem;
}
.why-choose-us .media-left{
	padding-right: 20px;
}
.why-choose-us .media-left.index{
	padding-right: 0;
	display: block;
	margin-bottom: 10px;
}
.why-choose-us .media-heading{
	margin-bottom: 1rem;
}

@media (max-width: 1200px){
	.why-choose-us .media-left,
	.why-choose-us .media-body{
		width: 100%;
		display: block;
		text-align: center;
		padding: 0;
	}
	.why-choose-us .media-left span.wc2{
		background-position: -189px 1px;
	}
	.why-choose-us .media-left span.wc5 {
	    background-position: 0px 2px;
	}
}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	  >> 11. Featured Themes
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.featured-themes{
	text-align: center;
}
.featured-themes .panel{
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, .05);
	box-shadow: 0 12px 12px rgba(0, 0, 0, .05);
}
.featured-themes .panel-body{
	position: relative;
	overflow: hidden;
}
.featured-themes .panel .btn{
	margin: 0 0.2rem;
	position: relative;
	top: 0%;
	transform: translateY(-0%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.featured-themes .panel:hover .btn{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.panel .overlay{
	top: -100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.featured-themes .panel:hover .overlay{
	top: 0
}
.featured-themes .panel-footer{
	background-color: #fff;
	padding: 0.7rem;
}
.featured-themes h4{
	margin-bottom: 0;
}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 12. What Customer�s Say About Us
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.testimonial-block{
	position: relative;
	width: 100%;
	padding: 1.5rem 2rem;
	background: #f8f8f8;
	-webkit-box-shadow: 0 22px 17px rgba(0, 0, 0, .2);
	box-shadow: 0 22px 17px rgba(0, 0, 0, .2);
}
.testimonial-block:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 8%;
	width: 0;
	height: 0;
	pointer-events: none;
	border-top: 16px solid transparent;
    border-right: 16px solid #fff;
    border-left: 13px solid #fff;
    border-color: rgba(255,255,255,0);
    border-top-color: #fff;
}
.testimonial-block .title {
    font-weight: 700;
    margin: 0 0 0.700rem;
}
.user-info-block{
	display: table;
    margin-top: 1.9rem;
}
.username{
	color: #fff;
	font-weight: bold;
}
.testimonial-user{
	position: relative;
	width: 5.32rem;
	height: 5.32rem;
	display: table-cell;
	margin-top: 1.9rem;
	border-radius: 50%;
}
.user-detail{
	display: table-cell;
    vertical-align: middle;
    padding-left: 1.3rem;
}
.user-detail small{
	color: #7cc048;
}
.testimonial-user:before{
    font-family: "FontAwesome";
    font-size: 0.9rem;
	position: absolute;
    content: "\f10d";
    left: 0;
    bottom: 0;
    line-height: 1.6rem;
    width: 2rem;
    height: 2rem;
    color: #f8f8f8;
    background: #222222;
    text-align: center;
    border-radius: 50%;
    padding: 0.31rem;
}
.testimonial-user img{
	width: 5rem;
	height: 5rem;
	border: 3px solid #f8f8f8;
	border-radius: 50px;
}

@media (max-width: 767px){
	.testimonial-block:after{
		left: 30%;
	}
}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 13. Our Unique Theme Features
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.theme-features{
	text-align: center;
}
.theme-f{
	margin-bottom: 5.5rem;
	position: relative;
	background-color: #f8f8f8;
	padding: 2rem 1.2rem;
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
}
.f-icon{
    margin: auto;
    margin-bottom: 20px;
    line-height: 2.6rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		>> 14. Footer top
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.footer-top{
	position: relative;
	background: url('images/bg/footer-bg.jpg') no-repeat;
	background-size: cover;
	background-position: 0 100%;
	background-attachment: fixed;
}

.footer-top .widget {
	background-color: transparent;
	border: none;
	padding: 0;
}

.footer-top img{
	border: 1px solid #e9e9e9;
	padding: 0.438rem;
}
.footer-top .widget-title {
	color: white;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}
.footer-top li,
.footer-top li > ul.sub-menu > li,
.footer-top li > ul.children > li{
	display: block;
	list-style: none;
	/* padding-bottom: 0.450rem; */
}
.footer-top li a,
.footer-top li > ul.sub-menu > li > a,
.footer-top li > ul.children > li > a{
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-top li a:hover,
.footer-top li > ul.sub-menu > li > a:hover,
.footer-top li > ul.children > li > a:hover{
	color: #7cc048;
}
.footer-top li > ul.sub-menu,
.footer-top li > ul.children{
	padding-left: 1rem;
	padding-top: 1rem;
}
.footer-top ul.footer-social li{
	display: inline-block;
	margin-bottom: 1rem;
}
.footer-top ul.footer-social li a{
	width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    line-height: 0;
    padding: 0.75rem;
    text-align: center;
    float: left;
    background-color: #7cc048;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-top ul.footer-social li a:hover,
.footer-top ul.footer-social li a:focus{
	background-color: #7cc048;
	color: #15364e;
}
.footer-top #recentcomments li,
.footer-top #recentcomments li span,
.tagcloud a{
	color: #fff;
}
#recentcomments li span,
#recentcomments li span{
	color: #313131;
}

/*Footer Widgets*/

.footer-top ul, .footer-top ol { padding-left: 0; }
.footer-top ul li, .footer-top ol li { padding-left: 0; }
.footer-top ul li:before, .footer-top ol li:before { display: none; }

.footer-top p, .footer-top .rsswidget, .footer-top .rssSummary, .rss-date { color: #fff; }
.footer-top table { text-align: center; }
.footer-top table td  { color: #fff !important; }

.footer-top table td a  { color: #7cc047 !important; }



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 15. Footer bottom
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

@keyframes heartAnimation {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.2);
    }
    10% {
        transform: scale(1.1);
    }
    15% {
        transform: scale(1.25);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
.footer-bottom{
	text-align: center;
	background-color: #222222;
	color: #fff;
	padding: 1rem 0;
}
.footer-bottom p{
	line-height: 1.7;
}
.footer-bottom .fa-heart{
	animation: 2.5s ease 0s normal none infinite running heartAnimation;
	color: #7cc048;
}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 16. Detail Block
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.detail-block{
	background-color: #fff;
	border: 1px solid #dadee0;
	padding: 2.5rem 0.9375rem;
	float: left;
	width: 100%;
}
.main-features .media{
	text-align: center;
}
.main-features .media-left,
.main-features .media-body{
	display: inline;
}
.main-features ul.features li:before{
	color: #7cc048;
}

.carousel-showsixmoveone .carousel-control {
  	width: 4%;
  	background-image: none;
}
.carousel-showsixmoveone .carousel-control.left {
  	margin-left: 15px;
}
.carousel-showsixmoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showsixmoveone .cloneditem-1,
.carousel-showsixmoveone .cloneditem-2,
.carousel-showsixmoveone .cloneditem-3,
.carousel-showsixmoveone .cloneditem-4,
.carousel-showsixmoveone .cloneditem-5 {
  	display: none;
}
@media all and (min-width: 768px) {
  	.carousel-showsixmoveone .carousel-inner > .active.left,
  	.carousel-showsixmoveone .carousel-inner > .prev {
    	left: -33.333%;
  	}
  	.carousel-showsixmoveone .carousel-inner > .active.right,
  	.carousel-showsixmoveone .carousel-inner > .next {
    	left: 33.333%;
  	}
  	.carousel-showsixmoveone .carousel-inner > .left,
  	.carousel-showsixmoveone .carousel-inner > .prev.right,
  	.carousel-showsixmoveone .carousel-inner > .active {
    	left: 0;
  	}
  	.carousel-showsixmoveone .carousel-inner .cloneditem-1,
  	.carousel-showsixmoveone .carousel-inner .cloneditem-2 {
    	display: block;
  	}
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  	.carousel-showsixmoveone .carousel-inner > .item.active.right,
  	.carousel-showsixmoveone .carousel-inner > .item.next {
    	-webkit-transform: translate3d(33.333%, 0, 0);
            transform: translate3d(33.333%, 0, 0);
    	left: 0;
  	}
  	.carousel-showsixmoveone .carousel-inner > .item.active.left,
  	.carousel-showsixmoveone .carousel-inner > .item.prev {
    	-webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
    	left: 0;
  	}
  	.carousel-showsixmoveone .carousel-inner > .item.left,
  	.carousel-showsixmoveone .carousel-inner > .item.prev.right,
  	.carousel-showsixmoveone .carousel-inner > .item.active {
    	-webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    	left: 0;
  	}
}
@media all and (min-width: 992px) {
  	.carousel-showsixmoveone .carousel-inner > .active.left,
  	.carousel-showsixmoveone .carousel-inner > .prev {
    	left: -16.666%;
  	}
  	.carousel-showsixmoveone .carousel-inner > .active.right,
  	.carousel-showsixmoveone .carousel-inner > .next {
    	left: 16.666%;
  	}
  	.carousel-showsixmoveone .carousel-inner > .left,
  	.carousel-showsixmoveone .carousel-inner > .prev.right,
  	.carousel-showsixmoveone .carousel-inner > .active {
    	left: 0;
  	}
  	.carousel-showsixmoveone .carousel-inner .cloneditem-3,
  	.carousel-showsixmoveone .carousel-inner .cloneditem-4,
  	.carousel-showsixmoveone .carousel-inner .cloneditem-5 {
    	display: block;
  	}
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  	.carousel-showsixmoveone .carousel-inner > .item.active.right,
  	.carousel-showsixmoveone .carousel-inner > .item.next {
    	-webkit-transform: translate3d(16.666%, 0, 0);
            transform: translate3d(16.666%, 0, 0);
    	left: 0;
  	}
  	.carousel-showsixmoveone .carousel-inner > .item.active.left,
  	.carousel-showsixmoveone .carousel-inner > .item.prev {
    	-webkit-transform: translate3d(-16.666%, 0, 0);
            transform: translate3d(-16.666%, 0, 0);
    	left: 0;
  	}
  	.carousel-showsixmoveone .carousel-inner > .item.left,
  	.carousel-showsixmoveone .carousel-inner > .item.prev.right,
  	.carousel-showsixmoveone .carousel-inner > .item.active {
    	-webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    	left: 0;
  	}
}
.carousel-control{
	opacity: 1;
	top: 40%;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right{
	background-color: #222222;
	color: #7cc048;
	text-align: center;
	padding: 10px 15px;
	font-size: 1.25rem;
}
.item a{
	position: relative;
	float: left;
	color: #fff;
}
.item a i{
	position: absolute;
	color: #7cc048;
	font-size: 24px;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.item .overlay{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}
.item a:hover .overlay{
	visibility: visible;
	opacity: 1;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 17. Free vs Pro table
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.free-vs-pro table tr th,
.free-vs-pro table tr td{
	padding: 1rem;
	text-align: center;
}
.free-vs-pro table tr th{
	font-weight: 600;
	background-color: #313131;
	color: #fff;
	font-size: 1.125rem;
}
.free-vs-pro table tr td{
	color: #313131;
	border-top: 1px solid #dadee0;
}
.free-vs-pro table tr td i{
	color: #7cc048;
	font-size: 1.25rem;
}
.free-vs-pro table tr th:first-child,
.free-vs-pro table tr td:first-child{
	text-align: left;
}
.table-striped > tbody > tr:nth-of-type(odd){
	background-color: #edefef;
}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 18. Pricing Table
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#pricing-table{
	transition: all 2s ease;
}
.pricing-table-block{
	position: relative;
	overflow: hidden;
	border: 1px solid #dadee0;
	background-color: #fff;
	color: #313131;
	padding: 1.5rem 0 0 0;
	float: left;
	width: 100%;
}
.recommended{
	border: 5px solid #dadee0;
}
.recommended-stripe{
	position: absolute;
    top: 30px;
    right: -115px;
    width: 325px;
    background-color: #313131;
    padding: 4px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price-title{
	font-size: 1.5rem;
	color: #7cc048;
	text-align: center;
	margin-bottom: 1rem;
	font-weight: 600;
}
.price{
	font-size: 3rem;
	text-align: center;
	color: #313131;
	font-weight: 600;
	margin-bottom: 1.2rem;
}
.price sup{
	font-size: 1.5rem;
	top: -1.375rem;
	left: 0.125rem;
}
.pricing-table-block ul{
	list-style: none;
}
.pricing-table-block ul li{
	position: relative;
	display: block;
	text-align: center;
	border-bottom: 1px solid #dadee0;
	padding: 0.9375rem 0rem 0.9375rem;
}
.pricing-table-block ul li i{
	color: #7cc048;
	font-size: 1.1rem;
	text-align: center;
}
/*.pricing-table-block ul li:before{
	position: absolute;
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 1.1rem;
	color: #7cc048;
	left: 1.3rem;
	top: 0.8125rem;
}*/
.pricing-table-block .purchase-now-btn a{
	color: #fff;
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	padding: 1.1rem;
	font-size: 1.25rem;
	text-align: center;
	background-color: #7cc048;
}




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 19. Contact us
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.map{
	width: 100%;
	height: auto;
	margin-bottom: -7px;
	overflow: hidden;
}
.address-block{
	color: #313131;
}
.address-block i{
	font-size: 1.5rem;
	padding-top: 1rem;
}
.address-block .media-left{
	padding-right: 1.5rem;
}

/* custom for wordpress */
.custom-contact-form-7 input[type=text],
.custom-contact-form-7 input[type=email]{
	border: 1px solid #dadee0;
	background-color: #fff;
	height: 3.125rem;
	width: 100%;
	padding: 1rem;
	margin-bottom: 1.2rem;
}
.custom-contact-form-7 textarea{
	border: 1px solid #dadee0;
	background-color: #fff;
	width: 100%;
	padding: 1rem;
	height: 200px;
}
.custom-contact-form-7 p{
	width: 47%;
	margin-right: 3%;
	float: left;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px){
	.custom-contact-form-7 p{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 0;
	}
}
.custom-contact-form-7 label{
	margin-bottom: 0;
	width: 100%;
}

.wpcf7-response-output{
	clear: both;
}

.wpcf7 p:nth-child(n+7) {
    display: block;
    width: 97%;
}


@media only screen and (max-width: 768px){
	.wpcf7 p:nth-child(n+7) {
	    display: block;
	    width: 100%;
	}
}


.wpcf7-form-control.wpcf7-submit {
	margin-top: 1.2rem;
	background-color: #7cc048;
	color: #fff;
    display: inline-block;
    padding: 0.7rem 1.5rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 0.2rem;
    transition: all 0.5s ease;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus {
	background-color: #6aa33e;
    color: #fff;
}






/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		  >> 20. Blog
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.site-content .post {
	margin-bottom: 1.875rem;
    width: 100%;
	padding: 1.875rem 1.563rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
.site-content .post .entry-header .entry-title {
	margin-bottom: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}
.site-content .post-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.563rem;
}
.site-content .post-thumbnail img {
	max-width: 100%;
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border: 1px solid #e9e9e9;
	padding: 0.438rem;
}
.site-content p { line-height: 1.8; }
.site-content p:last-child { margin-bottom: 0; }
.site-content .post .entry-content img {
	border: 1px solid #e9e9e9;
    padding: 0.438rem;
}
.entry-content a img {
    margin-bottom: 1.5rem;
}
.site-content .post .entry-content h4 {
    font-size: 1.500rem;
    font-weight: 700;
}
.site-content .post .entry-content hr {
    margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

/*===================================================================================*/
/*	BLOG META
/*===================================================================================*/

.entry-meta { color: #313131; font-weight: 600; font-size: 0.938rem; margin: 0 0 1.25rem; width: 100%; overflow: hidden; }
.entry-meta > span { color: #313131; margin: 0px 25px 0 0; }
.entry-meta a { color: #313131; padding: 0; display: inline-block; transition: 0.3s ease-in-out; }
.entry-meta a:hover, .entry-meta a:focus { color: #7cc048; }
.item-meta { margin-top: -5px; margin-bottom: 1.563rem; }
@media only screen and (max-width: 600px) { .entry-meta > span { margin: 0px 5px; } }
/*Meta Category*/
.entry-meta .cat-links { margin: 0; }
.entry-meta .cat-links a {
	color: #fff;
    background-color: #7cc048;
    margin: 0 0.438rem 0 0;
    padding: 0.063rem 0.45rem;
    border-radius: 0.15rem;
    font-size: 0.875rem;
	font-weight: 400;
}
.entry-meta .cat-links a:hover, .entry-meta .cat-links a:focus { color: #fff; }
.entry-meta .cat-links a:after, .entry-meta .tag-links a:after { padding-left: 0.063rem; Padding-right: 0.313rem; }
.entry-meta .cat-links a:last-child::after, .entry-meta .tag-links a:last-child::after { display: none; }
/*Meta Comments*/
.entry-meta .author::before,
.entry-meta .cat-links::before,
.entry-meta .tag-links::before,
.entry-meta .entry-date::before,
.entry-meta .comment-links::before {
	font-family: FontAwesome;
	margin-right: 0.5rem;
	margin-left: 0.063rem;
	color: #7cc048;
	font-weight: 400;
	font-size: 1.000rem;
}
.entry-meta .author::before { content: "\f2c0"; }
.entry-meta .entry-date::before { content: "\f017"; }
.entry-meta .tag-links::before { content: "\f02c"; }
.entry-meta .comment-links::before { content: "\f0e6"; }
/*Edit Post*/
.edit-link .post-edit-link { font-weight: 700; color: #333; }
.edit-link .post-edit-link:hover { text-decoration: underline; }
/*More Link*/
.more-link.btn-ex-small {
	font-size: 0.938rem;
}

/*Paginations*/
.pagination { margin: 0px; display: block; padding: 1.25rem 0; text-align: center; }
.pagination a {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #313131;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	font-size: 1.000rem;
	border-radius: 0.2rem;
	margin: 0 0px 0.625rem;
	padding: 0.625rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 45px;
	height: 45px;
}
.pagination a:hover, .pagination a.active { background-color: #7cc048; color: #fff; border: 1px solid #7cc048; }
.navigation.pagination { padding: 0; }
.navigation.pagination .nav-links .page-numbers.current,  .navigation.pagination .nav-links a:hover { background-color: #7cc048;
	border: 1px solid #e9e9e9;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	font-size: 1.000rem;
	border-radius: 0.2rem;
	margin: 0 0px 0.625rem;
	padding: 0.625rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 45px;
	height: 45px; }

/*Blog Author*/
.blog-author {
	margin-bottom: 1.875rem;
    width: 100%;
    padding: 1.875rem 1.563rem;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}
.blog-author .avatar { margin: 0 1.875rem 1.875rem 0px; float: left; height: 120px; width: 120px; }
.blog-author .avatar img {
	border: 1px solid #e9e9e9;
	padding: 0.313rem;
	/* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}
.blog-author .name { margin: 0 0 0.625rem; font-weight: 700; }

/*Custom Social Icons*/
.custom-social-icon { margin: 0; list-style: none; padding: 0; }
.custom-social-icon li { margin: 0 0 0 0.925rem; display: inline-block; line-height: 14px; }
.custom-social-icon li a {
    color: #313131;
	text-align: center;
	width: auto;
	height: auto;
	font-size: 1.000rem;
	line-height: 16px;
}
.custom-social-icon li:first-child { margin-left: 0px; }
.custom-social-icon li a:hover,
.custom-social-icon li a:focus {
	color: #7cc048;
}

/*Meta for Blog Sinlge Page*/
.slider-text-area .entry-meta { margin: 0; }
.slider-text-area .entry-meta a { color: #fff; }
.slider-text-area .entry-meta a:hover, .slider-text-area .entry-meta a:focus { color: #7cc048; }
.slider-text-area .entry-meta .cat-links a:hover, .slider-text-area .entry-meta .cat-links a:focus { color: #fff; }
.slider-text-area .entry-meta .cat-links { margin-right: 0.938rem; }




/*Comments*/
.comment-section {
	margin-bottom: 1.875rem;
    width: 100%;
    padding: 1.875rem 1.563rem;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}
.comment-title { display: block; margin: 0 0 1.875rem; border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; }
.comment-title h4 { margin: 0; font-size: 1.500rem; font-weight: 700; }
.comment-box { margin: 0px; position: relative; }
.comment-box:last-child { margin: 0px; }
.pull-left-comment { float: left; margin-right: 1.25rem; width: 80px; height:80px; }
.comment-img { margin: 0px 0 1.25rem; border: 1px solid #e9e9e9; padding: 0.313rem; }
.comment-detail { }
.comment-detail-title { margin: 0 0 0.313rem; font-weight: 700; }
.comment-date { font-size: 0.875rem; color: #a5a5a5; display: block; margin: 0 0 0.938rem; }
.reply { text-align: right; margin-bottom: 1.875rem; border-bottom: 1px solid #e9e9e9; padding-bottom: 1.875rem; }
.reply a {
    color: #fff;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.813rem;
    padding: 0.438rem 1.563rem;
    font-weight: 600;
    transition: 0.3s ease-in-out 0s;
    background-color: #7cc048;
    border: 1px solid #7cc048;
}
.reply a:hover, .reply a:focus {
	background-color: #7cc048;
	border: 1px solid #7cc048;
	color: #fff;
}
@media screen and (max-width: 480px) {
	.pull-left-comment { float: none; margin-right: 0px; }
	.reply { text-align: left; }
}

.comment-section img{
    border: 1px solid #e9e9e9 !important;
    padding: 0.313rem;
}

/*Comment Form*/
.comment-form {
    margin-bottom: 1.875rem;
    width: 100%;
    padding: 1.875rem 1.563rem;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}
select { padding: 0.5375rem !important; }
select,
#commentform input[type=text],
#commentform input[type=email],
#commentform textarea{
	width: 100%;
	height: 3.125rem;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	color: #313131;
	margin-bottom: 0.9375rem;
	padding: 0.9375rem;
}
#commentform textarea{
	height: 12.5rem;
}
#commentform input:focus,
#commentform textarea:focus{
	outline: none;
}
#commentform .post-comment{
	display: inline-block;
    padding: 0.7rem 1.5rem;
    margin-top: 5px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 0.2rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    background-color: #7cc048;
}
.form-submit { margin-bottom: 0; }
.form-submit, .comment-form .blog-post-info-detail, .comment-respond .blog-post-info-detail { padding-left: 15px; padding-right: 15px; }
.custom-checkbox {
  	position: absolute;
  	opacity: 0;
}
.custom-checkbox + label {
  	position: relative;
  	cursor: pointer;
  	padding: 0;
  	font-weight: normal;
}
.custom-checkbox + label:before {
  	content: '';
  	margin-right: 10px;
  	display: inline-block;
  	vertical-align: text-top;
  	width: 20px;
  	height: 20px;
  	background: #fff;
  	border: 2px solid #dadee0;
}
.custom-checkbox:checked + label:before {
  	background-color: #7cc048;
}
.custom-checkbox:disabled + label {
  	color: #313131;
  	cursor: auto;
}
.custom-checkbox:disabled + label:before {
  	-webkit-box-shadow: none;
    box-shadow: none;
}
.custom-checkbox:checked + label:after {
  	content: '';
  	position: absolute;
  	left: 5px;
  	top: 10px;
  	background: white;
  	width: 2px;
  	height: 2px;
  	-webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Sidebar CSS------------------------------------------------------------------------------------ */
@media screen and (max-width: 992px){
	.sidebar { padding-top: 1.25rem; padding-bottom: 1.875rem; }
}
.sidebar ul, .sidebar ol {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;

}
/* .sidebar li{ */
	/* padding-bottom: 0.450rem; */
/* } */
.widget{
	margin-top: 0;
	margin-bottom: 1.875rem;
	padding: 1.25rem 1.25rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
.widget-title { font-weight: 700; margin-bottom: 1.250rem; }

/*Search Widget*/
.widget_search input{
	height: 2.813rem;
	width: 100%;
	padding: 0.9375rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
.widget_search input:hover,
.widget_search input:focus,
.widget_search button:hover,
.widget_search button:focus,
.input-group-btn > .btn{
	outline: 0;
	border: 1px solid #dadee0;
}
.widget_search .btn:active{
	background: #fff;
	border-color: transparent;
	box-shadow: none;
}
.widget_search .btn-default{
	background-color: #f3f3f3;
}
.widget_search .btn-default i{
	color: #7cc048;
}
.widget_search button{
	background: transparent;
	height: 2.813rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid #dadee0;
}
.single-post{
	margin-top: 0;
	margin-bottom: 0.9375rem;
}
.widget:last-child,
.single-post:last-child,
.sidebar li:last-child,
.post:last-child{
	margin-bottom: 0;
}

/*Calendar Widget*/
.calendar_wrap table caption { background-color: #7cc047; caption-side: top; color: #fff; text-align: center; }
.calendar_wrap table {
	table-layout: fixed;
	width: 100%;
}
.calendar_wrap table th, .calendar_wrap table td {
	padding: 0.6rem;
	text-align: center;
}

.calendar_wrap table td#prev a,
.calendar_wrap table td#next a {
	color: #7cc048;
}

/*Sidebar News*/
.widget .post { background: transparent; margin: 0 0 25px; padding: 0 0 12px; box-shadow: none; border-bottom: 1px solid #e9e9e9;  }
.widget .post:last-child { margin: 0px; padding: 0px; border-bottom: none !important; }
.widget .post .entry-title {
	margin: -0.313rem 0 0.313rem;
	line-height: 1.5;
	display: block;
	font-size: 1.000rem;
	word-wrap: break-word;
	font-weight: 600;
}
.widget .post .entry-title a { color: #313131; }
.widget .post .entry-title a:hover, .widget .post .entry-title a:focus { color: #7cc048; }
.widget .post a.post-thumbnail { display: block; float: left; width: 120px; height: auto; margin-right: 1.25rem; margin-bottom: 1.25rem; }
.widget .post a.post-thumbnail img { border: 1px solid #e9e9e9; padding: 0.313rem; }
.widget .post .entry-meta { font-size: 0.813rem; margin: 0px 0 0.625rem; }
.widget .post .entry-meta span { margin: 0px; }
.widget .post .entry-meta span:before { display: none; }
.widget .post .cat-links a {
    color: #7cc048;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-weight: 600;
}
/*Widget Archive*/
.widget_archive li,
.widget_meta li,
.widget_categories li,
.widget_recent_comments li,
.widget_recent_entries li{
	position: relative;
	padding-left: 1.250rem;
	    color: #7cc047;
}
.widget_archive li:before,
.widget_meta li:before,
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before{
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	content: "\f101";
	font-size: 1.125rem;
	color: #7cc048;
	line-height: 1.6;
}
/*Sidebar Tags*/
.tagcloud { margin: 0px; overflow: hidden; padding: 0px 0; }
.tagcloud a {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #313131;
    cursor: pointer;
    display: inline-block;
	font-size: 0.875rem !important;
	font-weight: 500;
    margin: 0 0.313rem 0.625rem 0;
    padding: 0.438rem 1.063rem;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
	border-radius: 0.2rem;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
    color: #fff !important;
    background-color: #7cc048;
    border: 1px solid #7cc048;
}

/*Rss Widget*/
.rsswidget { display: block; font-weight: 700; padding-bottom: 0.575rem; }
.rsswidget img { margin: 0; display: inline-block; }
.rssSummary { padding: 0.875rem 0; }
li cite { color: #7cc047; }



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> WP DEFAULT CLASSES
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.sticky{}
.bypostauthor{}
#attachment_907 { width: 100% !important; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright{ margin-left: 30px; float: right;}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption{
	clear: left;
    font-style: italic;
    line-height: 1.5em;
    margin: 0.75em 0;
    text-align: center;
}
.wp-caption.alignright { margin: 0.313rem 0 1.25rem 1.25rem;}
.wp-caption p.wp-caption-text {
	font-size: 0.875rem;
	margin: 0.75rem 0 !important;
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
}
.wp-caption.alignleft { margin: 0.313rem 1.25rem 1.25rem 0;}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 0;
	border: 5px solid #fff !important;
	-moz-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
	-webkit-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
	box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
}
.gallery-item .gallery-caption, .hc_service_column .gallery-item .gallery-caption {
	font-size: 0.875rem;
	margin: 0.75rem 0;
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
}
a img.alignright { float: right; }
a img.alignnone { margin: 0.313rem 1.25rem 1.25rem 0; }
img.alignnone { float: none; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 30rem){
	img.alignleft { float: left; margin-right: 1.25rem; }
}
.alignleft { display: inline; float: left; margin-right: 1.25rem; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
fieldset {
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    margin: 0 2px;
    padding: 0.35rem 0.950rem 0.75rem;
}
fieldset p { margin: 0px 0 1.25rem; }
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.500rem;
	color: #0f0f16;
	font-weight: 600;
	display: table;
	max-width: 100%;
	border-bottom: none;
	width: auto;
	padding: 0;
	white-space: normal;
}

/*dt & dd*/
dt { font-weight: 700; line-height: 1.8; margin-bottom: 0.625rem; }
dd { margin: 0 1.5em 1.5em; line-height: 1.8; }

/*blockquote*/
blockquote {
    background: #f9f9f9;
    border-left: 5px solid #7cc047;
    margin-bottom: 1.5rem;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> Blog Button Group
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.spice-btn-group { padding-bottom: 0.625rem; }
.btn-medium {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.563rem 0.938rem;
	font-size: 0.75rem;
	margin-right: 0.313rem;
	border-radius: 3px;
	color: #fff!important;
	font-weight: 300;
	box-shadow: 0 -2px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 -2px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 -2px rgba(0,0,0,.1) inset;
	-o-box-shadow: 0 -2px rgba(0,0,0,.1) inset;
	opacity: 1;
}
.btn-medium:hover { opacity: .75; }
.btn-green { background-color: #77cc6d; }
.btn-red { background-color: #f6653c; }
.btn-blue { background-color: #2ac4ea; }
.btn-dark-blue { background-color: #5a9fc8; }
.btn-green:before, .btn-dark-blue:before,
.btn-blue:before, .btn-red:before {
	font-family: Fontawesome;
	margin-right: 6px;
}
.btn-green:before { content: "\f108"; }
.btn-blue:before { content: "\f0ed"; }
.btn-dark-blue:before { content: "\f06e"; }
.btn-red:before { content: "\f265"; }

@media screen and ( max-width: 600 px) {
.btn-medium:first-child { margin-top: 0px; }
.btn-medium { text-align: center; margin-top: 15px; }
}
@media screen and ( max-width: 300px) {
.btn-medium { width: 100%; }
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 21. Call to Action
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.cta{
	background-color: #fff;
	padding: 60px 0;
	border: 1px solid #dadee0;
}
.cta h3{
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: center;
}
.cta .sidebar-widget{
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}
.cta .sidebar-widget input,
.cta .sidebar-widget button{
	height: 3.75rem;
	border-radius: 0;
}
.cta .sidebar-widget input{
	background-color: #313131;
	color: #ffffff;
	border: 1px solid #313131;
}
.cta .sidebar-widget button,
.cta .sidebar-widget button:focus{
	background-color: #7cc048;
	color: #fff;
	border: 5px solid #313131;
	padding-left: 2rem;
	padding-right: 2rem;
}
.cta .btn-primary{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px){
	.cta .btn-primary{
		margin-top: 0.5rem;
	}
}


/* Detail Page*/
.detail-block h3 {
    margin-bottom: 0px;
    text-align: center;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 22. Project Counter
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.project-counter{
	position: relative;
	background: url(../images/project-counter-bg.jpg) no-repeat 58% 50% fixed;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	text-align: center;
}
.project-counter .counter-icon{
	color: #7cc048;
	font-size: 3rem;
}
.project-counter span{
	color: #fff;
	font-size: 3rem;
	display: inline-block;
}
.project-counter .counter{
	font-weight: 700;
}
.project-counter .counter-text{
	color: #fff;
	text-transform: uppercase;
	margin-top: 0.75rem;
	font-size: 1.125rem;
}

/* Custom css form submenu caret icon*/
.caret {margin-left: 6px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	>> 17. 404 ERROR
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.error-404{
	text-align: center;
}
.error-404 h2{
	font-size: 9.375rem;
	font-weight: 800;
	margin-bottom: 3rem;
	color: #7cc048;
}
.error-404 h2 i{
	color: #444;
	font-size: 16rem;
}
.error-404 h3{
	font-size: 2.5rem;
	font-weight: 700;
	color: #313131;
}
.error-404 p{
	font-weight: 400;
	font-size: 1.5rem;
	color: #909090;
}
@media only screen and (max-width: 768px){
	.error-404 h2{
		font-size: 5rem;
	}
	.error-404 h2 i{
		font-size: 9rem;
	}
	.error-404 h3{
		font-size: 2rem;
	}
}

.box {
  	position: relative;
}
.ribbon {
  	position: absolute;
  	right: -5px;
  	top: -5px;
  	z-index: 1;
  	overflow: hidden;
  	width: 90px;
  	height: 90px;
  	text-align: right;
}
.ribbon span {
  	font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 130px;
    display: block;
    background: #7cc048;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 30px;
    right: -26px;
}
.ribbon span::before {
  	content: "";
  	position: absolute; left: 0px; top: 100%;
  	z-index: -1;
  	border-left: 3px solid #79A70A;
  	border-right: 3px solid transparent;
  	border-bottom: 3px solid transparent;
  	border-top: 3px solid #79A70A;
}
.ribbon span::after {
  	content: "";
  	position: absolute; right: 0px; top: 100%;
  	z-index: -1;
  	border-left: 3px solid transparent;
  	border-right: 3px solid #79A70A;
  	border-bottom: 3px solid transparent;
  	border-top: 3px solid #79A70A;
}
.fa-icon{ font-size:60px; }



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		>> ABOUT US SECTION
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.img-block { padding: 0rem 2.00rem 0rem 0rem; margin: 0; }
.img-block img { border-radius: 3px; }
.about-block {
    background-color: #fff;
    width: 100%;
}
@media (max-width: 992px) {
	.img-block { padding: 0rem 0rem 2.000rem 0rem; }
	.img-block img { margin: 0; }

}
@media (max-width: 768px) {
	.team-user .col-sm-3 {
		margin-bottom: 1.26rem !important;
	}
}

.about-block .team-user {
    border-top: 1px solid #dbdbdb;
    margin: 35px 0 0;
    padding: 30px 0 0;
    text-align: center;
}
.about-block .team-user h3 {
    font-weight: 700;
	margin: 0;
}
.about-block .team-user span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
	color: #777;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		>> FUNFACT
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.bg-light-gray {
    background-color: #f9f9f9;
}
.funfact .pull-left {
	font-size: 3.000rem;
    padding-right: 30px;
    color: #777777;
    line-height: 1;
    font-weight: 600;
}

.funfact h5 { font-weight: 700; }
.funfact h1 { font-weight: 700; font-size: 3.000rem; line-height: 1.2; }
.funfact p { margin: 0; }
.funfact span { font-weight: 600; }
.funfact .media { margin-bottom: 1.850rem; }
.purple { color: #4843d2; }
.green { color: #3cc75a; }
.red { color: #f72621; }
.blue { color: #2cc2e6; }

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		>> TEAM SECTION 2
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.team-area {
	background-color: #ffffff;
	padding: 0;
	margin: 0 0 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.team-caption {
	background-color: transparent; color: #ffffff;
	transition: all 0.3s ease 0s;
    border-radius: 0;
	padding: 15px 0 0;
	transition: all 180ms ease-in-out 0s;
	font-weight: 500;
	text-align: center;
	word-wrap: break-word;
	overflow: auto;
	border-radius: 0px;
	border-top: 0px solid transparent !important;
	border: 2px solid transparent;
}
.team-caption .name { margin: 0 0 0.200rem; font-weight: 700; }
.team-caption .designation { color: #777; margin: 0; font-weight: 600; font-size: 0.938rem; }
.team-showcase-overlay {
	background: rgba(124, 192, 72, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.team-area:hover .team-showcase-overlay { visibility: visible; opacity: 0.9; height: 100%; }
.team-showcase-overlay-inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	margin-top: 0px;
}
.team-showcase-fade { opacity: 0.2; }
.team-image {
	text-align:center;
	position:relative;
	line-height:0px;
	font-size:0px;
	margin: 0;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	border: 1px solid #313131;
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}
.team-image img { transition: all 300ms ease-out; -webkit-transition: all 300ms ease-out; width: 100%; }
.team-image .team-showcase-icons { margin-top: 0px; text-align: center; width: 100%; }
.team-image .team-showcase-icons a {
    display: inline-block;
    margin-left: 2px;
	color: #121212;
    padding: 0;
	margin: 0 3px;
	text-decoration: none;
	background-color: #ffffff;
    border-radius: 3px;
	transition: all 0.1s ease;
    height: 35px;
    width: 35px;

	-wekbit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -wekbit-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -o-transform: translatey(30px);
    -ms-transform: translatey(30px);
    transform: translatey(30px);
}
.team .team-area:hover .team-image .team-showcase-icons a {
    -wekbit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
}
.team-image .team-showcase-icons a:hover { background-color: #121212; color: #ffffff; }
.team-image .team-showcase-icons a i { font-size: 1.000rem; line-height: 2.2; }
.team-area:hover .team-showcase-overlay { visibility: visible; opacity: 1; }

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		>> FLEXBOX
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.v-center {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 992px) {
	.v-center {
		display: block;
	}
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		>> CALL TO ACTION
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.call-to-action h1 { font-weight: 700; }

/*Additional Css For Innofit Detail Page--------------------------------------------------------------------------------- added by shahid*/
.innofit-wrapper {}

.slider-text-area.p-bottom-3 {
	padding-bottom: 3rem;
}
.slider-text-area p { font-size: 1.100rem; }
.slider-text-area b, .main-features b { font-weight: 700; }
.slider-text-area .banner-text-lg {
	font-size: 3.125rem;
	line-height: 1.3;
	font-weight: 700;
}
.btn-lg { padding: 0.9rem 1.9rem !important; font-weight: 600; }
.btn-lg i { padding-right: 7px; }
.bg-grey {
	background-color: #f9f9f9;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
/*Main Features Two*/
.main-features .media-two {
	top: 0;
	position: relative;
	text-align: center;
	border: 1px solid #e9e9e9;
	padding: 20px 15px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.main-features .media-two:hover {
	background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
	transition: all .3s ease-out 0s;
	top: -7px;
}
.main-features .media-two .media-heading { font-weight: 700; }

/*Content*/
.content.left { padding-left: 18%; padding-right: 5%; }
.content.right { padding-left: 5%; padding-right: 18%; }
@media screen and (max-width: 992px) {
	.content.left { padding-left: 4%; padding-right: 4%; }
	.content.right { padding-left: 4%; padding-right: 4%; }
}
.content .subtitle { margin-bottom: 0.688rem; font-weight: 700; letter-spacing: 2px; }
.content .title { font-weight: 700; margin-bottom: 0.625rem; }
.content p { line-height: 1.9;  margin-bottom: 1.550rem; }

/*Small Content*/
.small-content h5 { margin-bottom: 0.5375rem; font-weight: 700; letter-spacing: 0.5px; }
.small-content p { margin-bottom: 1.5rem; }
.small-content .icon {
	float: left;
    font-size: 1.500rem;
    margin: 0px 15px 0px 1px;
    line-height: 1.2;
    color: #7cc047;
	width: 30px;
}

/*Layout Style*/
.layout-style { padding-bottom: 2.188rem; }
/*.img-shadow { box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.7); }*/
.img-shadow { box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25); }

.img-shadow-lg { box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3); }
.b-radius-10 { border-radius: 10px; }
.img-holder {}
.m-left-right { padding-left: 35px; padding-right: 35px; }

/*Inner Page Demos*/
.innofit-inner-page-templates .container-fluid {
	padding-left: 60px;
	padding-right: 60px;
}
@media screen and (max-width: 768px) {
	.innofit-inner-page-templates .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.m-left-right { padding-left: 20px; padding-right: 20px; }
}

.inner-page-style { padding-bottom: 2.188rem; }
.inner-page-style h4 { font-weight: 700; }
.inner-page-style img { border-radius: 0px; }

.inner-page-style figure {
	position: relative;
	top: 0;
	border-radius: 0px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	letter-spacing: 1px;
	overflow: hidden;
}
.inner-page-style figure:hover {
	top: -10px;
	-webkit-box-shadow: 0 25px 70px -12px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 25px 70px -12px rgba(0, 0, 0, .4);
	box-shadow: 0 25px 70px -12px rgba(0, 0, 0, .4)
}

/*Porttfolio Lightbox*/
.innofit-inner-page-templates .thumbnail-showcase-overlay {
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	padding: 1.42857rem;
}
.innofit-inner-page-templates .inner-page-style .post-thumbnail:hover .thumbnail-showcase-overlay { visibility: visible; opacity: 1; height: 100%; }
.innofit-inner-page-templates .inner-page-style .post-thumbnail {
	text-align:center;
	position:relative;
	line-height:0px;
	font-size:0px;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}
.innofit-inner-page-templates .inner-page-style .post-thumbnail { border: 1px solid #eee; }
.innofit-inner-page-templates .inner-page-style .post-thumbnail .thumbnail-showcase-icons { margin: -20px 0 0; position: absolute; top: 50%; right: 0; width: 100%; }
.innofit-inner-page-templates .inner-page-style .post-thumbnail .thumbnail-showcase-icons a {
    font-size: 0.875rem;
    display: inline-block;
    margin: 0 0 0 10px;
	background: transparent;
	border: 2px solid #fff;
    line-height: 1.6;
    padding: 10px 25px;
    opacity: 1;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    height: 45px;
    border-radius: 3px;
    -wekbit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -wekbit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.innofit-inner-page-templates .inner-page-style .post-thumbnail:hover .thumbnail-showcase-icons a {
    -wekbit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.innofit-inner-page-templates .inner-page-style .post-thumbnail .thumbnail-showcase-icons a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #313131;
	opacity: 1;
}













/*Theme Funfact*/
.funfact { position: relative; }
.funfact-inner {
	margin: 0px;
	padding: 2.5rem 1.875rem;
	transition: 0.5s ease all;

    border-right: 1px solid #e9e9e9;
}
.funfact-icon { top: 0;	position: relative; margin-bottom: 20px; transition: all .2s ease-out 0s; }
.funfact-inner:hover .funfact-icon { top: -5px; }
.funfact-title { margin-bottom: 0px; color: #313131; }
@media screen and (max-width: 1199px) { .funfact-inner { border-top: 1px solid #e9e9e9; } }
@media screen and (max-width: 768px) {
	.col-lg-3:first-child .funfact-inner { border-top: none; }
}

/*Vertically Content Center Align*/
.v-center {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 1024px) { .v-center { display: block; } }


/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.no-js .some-element .screen-reader-text {
    position: static;
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
}

#breadcrumbs-area { background-color: #f9f9f9; }
.page-breadcrumb {
	list-style: none outside none;
    margin: 0px;
    padding: 0.760rem 0 0.750rem;
    font-weight: 500;
    font-size: 1.000rem;
}
.page-breadcrumb > li { color: #313131; display: inline-block; }
.page-breadcrumb > li a:after { color: #7cc048; content: "\f101"; font-family: 'fontAwesome'; padding: 0 0.625rem 0 0.625rem; }
.page-breadcrumb > li a { color: #313131; }
.page-breadcrumb > li.active a { text-decoration: underline; }
.page-breadcrumb > li a:hover, .page-breadcrumb > li a:focus, .page-breadcrumb > li.active { color: #7cc048; }


/* --------------------------------

Pricing Plan Compared 27/nov/18

-------------------------------- */

.pricing-plan-compared {
    font-family: titillium web,sans-serif;
    margin: 2.5em 0 0;
}

.pricing-plan-compared {
    height: 100%;
    padding: 50px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: url(../images/pricing.jpg) no-repeat fixed 0 0/cover;
}
.pricing-plan-compared .col-md-4 {
    padding: 0;
}
.pricing-plan-compared .col-md-4:first-child .plan {
    border-left: 1px solid #e5e5e5;
}

.pricing-plan-compared .plan {
    font-family: titillium web,sans-serif;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    /*letter-spacing: .5px;*/
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.pricing-plan-compared .plan header {
    background: #fff;
    text-align: center;
}
.pricing-plan-compared .plan .price-title {
    background: #f8f8f8;
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 600;
    color: #242323;
    padding: 10px 20px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.pricing-plan-compared .plan .price-title small {
    display: block;
    color: #5a5a5a;
    font-size: 0.875rem;
    padding-top: 10px;
}
.pricing-plan-compared .plan .price {
    padding: 14px 10px 13px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-family: titillium web,sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    display: block;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.bg-green { background-color: #7cc048; }
.pricing-plan-compared .plan .price span {
    display: inline-block;
}
.pricing-plan-compared .plan .price span sup {
    position: relative;
    top: -.6em;
    display: inline-block;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}
.pricing-plan-compared .plan .feature {
    background: #fff;
    font-family: 'Open Sans',sans-serif;
    padding: 0;
    margin: 0;
}
.pricing-plan-compared .plan .feature.text-left li {
    text-align: left !important;
}

/*.pricing-plan-compared .plan .feature li:nth-child(2n+1) {*/
/*    background-color: #f8f8f8;*/
/*}*/
.pricing-plan-compared .plan .feature li {
    padding: 12px 20px;
    color: #373737;
    font-size: 1.000rem;
    line-height: 25px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-weight: 500;
    list-style: outside none none;
}
.pricing-plan-compared .plan .feature li b {
	font-weight: 600;
}
.pricing-plan-compared .plan .feature li > i {
    font-size: 1.25rem;
}

@media (max-width:992px) {
	.pricing-plan-compared .plan {
		border-left: 1px solid #eee;
		margin: 0 0 2.5em;
	}
}


/* --------------------------------

Pricing Plan

-------------------------------- */
.wrapper-card { margin: 0px; width: 100%; }
.card {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 20px rgba(234, 231, 241, 0.72);
  flex: 1;
  margin: 0px 0 40px;
  padding: 40px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) { .card { min-height: auto; } }
.card.popular .card-price { margin: 0px 30px 35px; }
.card:hover { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
.card-ribbon {
  position: absolute;
  overflow: hidden;
  top: -10px;
  left: -10px;
  width: 114px;
  height: 112px;
}
.card-ribbon span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 10px 0;
  background-color: #7cc048;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  left: -35px;
  top: 25px;
  transform: rotate(-45deg);
}
.card-ribbon::before, .card-ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
  border-top-color: transparent;
  border-left-color: transparent;
}
.card-ribbon::before { top: 0; right: 0; }
.card-ribbon::after { bottom: 0; left: 0; }

.card-title h3 { color: #313131; font-size: 24px; line-height: 1.3; text-transform: uppercase; margin: 0; }
.card-title h5 { color: #313131; font-weight: 400; }

.card-price { margin: 0px 30px 20px; }
.card-price h1 { font-size: 46px; margin-bottom: 20px; }
.card-price h1 sup { font-size: 15px; display: inline-block; margin-left: -20px; width: 10px; }
.card-price h1 small { color: rgba(0, 0, 0, 0.3); display: block; font-size: 11px; text-transform: uppercase; }

.card-description { border-top: 1px solid #e9e9e9; margin-top: 40px; }
.card-description ul { display: block; list-style: none; margin: 35px 0 0; padding: 0; text-align: left; }
.card-description li { color: #313131; font-size: 16px; margin: 0 0 10px; }
.card-description li::before { font-family: FontAwesome; content: "\f00c"; padding: 0 10px 0 0; color: #3cc75a; font-size: 14px; }
.card-description li.small-title { font-size: 18px; font-weight: 700; margin-bottom: 25px; }
.card-description li.small-title::before,
.card-description li.more-features-btn::before { display: none; }
.card-description li.more-features-btn > a { color: #7cc048; text-decoration: underline; }
.card-description li.more-features-btn > a:hover,
.card-description li.more-features-btn > a:focus { color: #313131; }
.card-action { padding-top: 5px; }
.card-action button, .card-action .price-btn {
	background: transparent;
	border: 2px solid #7cc048;
	border-radius: 50px;
	color: #7cc048;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	width: 80%;
	height: 51px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.card-action button:hover,
.card-action .price-btn:hover,
.card-action .price-btn:focus{
  background-color: #7cc048;
  color: #fff;
}

.font-w-600 { font-weight: 600 !important; }

@media (min-width: 992px) {
	.innofit-features-shot ul li { width: 50%;
	    padding-right: 7%;
	    float: left;
	}
}

/* Added by abhishek*/
/* .site-content p a {color:#7cc048;} */
.btn-secondary.more-link { color: #fff !important; }

/* Column Center */
.col-centered { text-align: center; }
.col-centered .col-md-5 { float: none; display: inline-block; vertical-align: top; }

/* Css Updates - 28 March 2019 by Shahid*/
.post-content-area .entry-content a { color: #7cc048; }
.post-content-area .entry-content .more-link { color: #fff; }


@media (max-width: 960px){
	.navbar-collapse.in {
		display: none !important;
}}

/* Honeypress pro FAQ */
.faq .card{
	margin-top:70px !important;
	min-height:auto !important;
}

#collapse6 a {
    color: #7cc048;
}

/* Honeypress pro demos */
.demo-area {
  background-color: #7cc048;
}
.demo-area p{
  font-size: 1.100rem;
}
.variation-space {
  padding: 20px 0 40px 0;
}
.variation-space H2{
margin-top: 1.8rem;
}
.demo-area H1{
  margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
	.thumb1 .btn-lg, .thumb2 .btn-lg, .thumb3 .btn-lg {
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.variation-space .text-white {
		font-size: 1.5rem;
	}
}


/* Changelog */
.changelog-post {
	margin-bottom: 30px;
}
.changelog {background-color: #f5f5f5;}
.changelog-tag {
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ffc800;
}
.changelog-header,.changelog-content {margin-left: 35px; }
.changelog-header .changelog-title {
	color: #1d2746;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 15px;
    border-radius: 5px;
}
.changelog .changelog-header .changelog-title:before {
	content: "\f10c";
    font-family: FontAwesome;
    position: absolute;
    right: auto;
    left: 15px;
    font-size: 0.875rem;
    color: #2d6ef8;
    margin-top: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.changelog-header .changelog-title .version {
	color: #ffffff;
	background-color: #1d2746;
	font-size: 18px;
	padding: 5px 15px;
	border-radius: 3px;
	margin-right: 15px;
	margin-left: 10px;
}
.changelog-header .date {
	display: inline-block;
	color: #858585;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
}
.changelog-content ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.changelog-content ul li:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
}
.changelog-content ul {
	padding: 30px;
	background-color: #ffffff;
}
.changelog .section-title {
	text-align: left;
}
.changelog .container {
	width: 750px;
	max-width: 100%;
}
.changelog-tag {
	padding: 5px 15px;
	background-color: #2d6ef8;
}
.added {background-color: #2d6ef8;}
.changed {background-color: #ff3180;}
.fixed {background-color: #0ed193;}

.changelog-2 .section-title {
	text-align: left;
}
.changelog-2 .container {
	width: 920px;
	max-width: 100%;
}
.changelog-2 .changelog-post {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px;
}
.changelog-2 {background-color: #f5f5f5;}
.changelog-2 .changelog-header .changelog-title {
	color: #ffffff;
	background-color: #2d6ef8;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 15px;
    border-radius: 5px;
}
.changelog-2 .changelog-content ul {
    padding: 0;
    list-style: none;
}
.changelog-2 .changelog-header .date {margin-left: 30px;}
.changelog-2 .changelog-header, .changelog-2 .changelog-content {
    margin-left: 0;
}
.changelog-2 .added {background-color: #31B542;}
.changelog-2 .changed {background-color: #FFB600;}
.changelog-2 .fixed {background-color: #9B7AEA;}
@media (min-width: 576px) {
	.changelog-2 .changelog-content ul {
	    padding: 0;
	    margin-left: 165px;
	}
}
.site-content .changelog-post p:last-child {display: inline-block;}

/* Free vs Pro */
.feature-table .section-title {text-align: left; margin-bottom: 0;}
.feature-table .heading {
	background-color: #2d6ef8;
}
.section .feature-table {
    overflow-x: auto;
}
.feature-table .heading-title {color: #ffffff; padding: 25px 30px; border: 1px solid #e8e8e8; font-size: 22px}
.feature-table .content {border: 1px solid #e8e8e8;}
.feature-table .general-heading .general-heading-title {text-align: center; background-color:  #f2f2f2; padding: 20px 15px; font-size: 22px}
.feature-table .heading-title1 {text-align: center; color: #ffffff; padding: 25px 30px; border: 1px solid #e8e8e8; font-size: 22px}
.feature-table .content-text , .feature-table .content-icon {
	padding: 12px 30px;
    vertical-align: middle;
    border: 1px solid #ddd;
}
.feature-table .content-icon , .feature-table .heading-title1 {text-align: center; width: 20%;}
.feature-table .content-text , .feature-table .heading-title {width: 60%;}
.feature-table .fa-times-circle {color: #d12d26; font-size: 20px;}
.feature-table .fa-check-circle {color: #23ab70; font-size: 20px;}

.breakdown a{
    color:#7cc048;
}

/* Busicare Plus demo section */
@media screen and (max-width: 767px) {
	.bthumb {
		margin-bottom: 50px;
	}
}

/* Pricing Page */
.wpkites-plus-rating h3 {
    color: #313131;
    font-size: 24px;
    line-height: 1.3;
}
#wpkites_pricing .card, #wptheme_pricing .card {
	margin-top: 110px;
}
#wpkites_pricing .rating .testimonial-block, #wptheme_pricing .rating .testimonial-block {
	box-shadow: none;
	text-align: left;
}
#wpkites_pricing .rating .user-detail .username, #wptheme_pricing .rating .user-detail .username { color: #313131; }
#wpkites_pricing .rating .user-detail, #wptheme_pricing .rating .user-detail   { text-align: left; }
#wpkites_pricing .rating .checked, #wptheme_pricing .rating .checked {
  color: orange;
}
#wpkites_pricing .faq_rating, #wptheme_pricing .faq_rating   {
	margin-top: 120px;
}
#wpkites_pricing .testimonial-block:after, #wptheme_pricing .testimonial-block:after {
	border-top-color: #f8f8f8;
}
#wpkites_pricing .pricing-table-block .purchase-now-btn a:hover, 
#wptheme_pricing .pricing-table-block .purchase-now-btn a:hover {
	background-color: #64A036;
}
#wpkites_pricing .pricing-table-block.best-offer .purchase-now-btn a:hover,
#wptheme_pricing .pricing-table-block.best-offer .purchase-now-btn a:hover {
	background-color: #F7F3F3;
}
#wpkites_pricing .price-subtitle, #wptheme_pricing .price-subtitle  {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: block;
    padding: 0.563rem 0rem 0;
    font-size: 1.125rem;
}

#wpkites_pricing .pricing-section sub, #wptheme_pricing .pricing-section sub {bottom: -0.05em;}
#wpkites_pricing .pricing-table-block, #wptheme_pricing .pricing-table-block {
     padding: 1.3rem 1.9rem;
     border-radius: 15px
 }
#wpkites_pricing .pricing-table-block ul, #wptheme_pricing .pricing-table-block ul {
	list-style: none;
	margin-top: 15px;
}
#wpkites_pricing .pricing-table-block ul li, #wptheme_pricing .pricing-table-block ul li {
   text-align: left;
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.563rem 0rem 0.563rem;
    font-size: 1.125rem;
     font-weight: 500;
}
#wpkites_pricing .price-block, #wptheme_pricing .price-block {
	background-color: #f3f3f3;border-radius: 15px;padding: 22px 0 28px;
} 
#wpkites_pricing .best-offer .price-block, #wptheme_pricing .best-offer .price-block {
	background-color: rgb(255 255 255 / 12%); 
} 
#wpkites_pricing .price-title, #wptheme_pricing .price-title { 
	font-size: 1.875rem;color: #000000;text-align: center; font-weight: 900;margin-bottom: 0;
}
#wpkites_pricing .price, #wptheme_pricing .price {
	margin-bottom: 0;
	font-size: 3.125rem;
	text-align: center;
	color: #313131;
	font-weight: 900;
	line-height: 1.1;
}
#wpkites_pricing .pricing-table-block, #wptheme_pricing .pricing-table-block {
	border: 0;box-shadow: 0 11px 40px 0 rgb(0 0 0 / 10%);
}
#wpkites_pricing .pricing-table-block .purchase-now-btn, 
#wptheme_pricing .pricing-table-block .purchase-now-btn {
  text-align: center;
  padding: 1.1rem;
  margin-top: 35px;
  margin-bottom: 15px;
}
#wpkites_pricing .pricing-table-block .purchase-now-btn a,
#wptheme_pricing .pricing-table-block .purchase-now-btn a {
	float: none;
	text-align: center;
	background-color: #7cc048;
	color: #fff;
	margin-top: 1.5rem;
	padding: 1.1rem 1.625rem;
	font-size: 1.125rem;
	border-radius: 5px;
	font-weight: bold;
}
#wpkites_pricing .recommended-stripe, #wptheme_pricing .recommended-stripe {
   background-color: #49b31a;position: absolute;
    top: 30px;
    font-size: 1.25rem;
    font-weight: 900;
    right: -115px;
    width: 325px;
    padding: 4px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
#wpkites_pricing .best-offer.pricing-table-block, 
#wptheme_pricing .best-offer.pricing-table-block { 
	background-color: #7cc048;color: #fff;padding: 2rem 1.9rem;margin-top: -0.625rem;
}
#wpkites_pricing .best-offer .price-title, #wpkites_pricing .best-offer .price,
#wptheme_pricing .best-offer .price-title, #wptheme_pricing .best-offer .price { 
	color: #fff;
}
#wpkites_pricing .pricing-table-block.best-offer  ul li, 
#wptheme_pricing .pricing-table-block.best-offer  ul li {
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
#wpkites_pricing .pricing-table-block.best-offer .purchase-now-btn a,
#wptheme_pricing .pricing-table-block.best-offer .purchase-now-btn a {
	background-color: #ffffff;
	color: #000000;
}
#wpkites_pricing .pricing-table-block.best-offer  ul li i, #wptheme_pricing .pricing-table-block.best-offer  ul li i {color: #ffffff;}
#wpkites_pricing .pricing-table-block ul li i, #wptheme_pricing .pricing-table-block ul li i {
	color: #7cc048;
	font-size: 1.1rem;
	text-align: center;
	margin-right: 0.625rem;
}
#wpkites_pricing .section-title .sub-title, #wptheme_pricing .section-title .sub-title{font-size: 1.125rem;font-weight: 500;margin: 0;}  
#wpkites_pricing .section-title .title, #wptheme_pricing .section-title .title{font-size: 3.125rem;font-weight: 900;margin-bottom: 0.938rem;color: #000000;}
#wpkites_pricing .section-title p, #wptheme_pricing .section-title p {color: #707070;font-size: 1.125rem;margin-bottom: 22px;}
#wpkites_pricing .main-features.free-vs-pro, #wptheme_pricing .main-features.free-vs-pro {padding: 3rem 0rem 5.5rem;}

#wpkites_pricing .accordion-section, 
#wptheme_pricing .accordion-section {
	position: relative;background-color: #f5f7fa;padding: 6.25rem 0;
} 

#wpkites_pricing .accordion-section .panel-default > .panel-heading,
#wptheme_pricing .accordion-section .panel-default > .panel-heading {
	border: 0;
	background: #ffffff;
	padding: 0;
}
#wpkites_pricing .accordion-section .panel-default .panel-title a, #wptheme_pricing .accordion-section .panel-default .panel-title a {
	display: block;
	font-size: 20px;
	padding: 18px 28px;
}
#wpkites_pricing .accordion-section .panel-body p, #wptheme_pricing .accordion-section .panel-body p{
	color: #9097a0;
	font-size: 20px;
}
#wpkites_pricing .accordion-section .panel.panel-default,
#wptheme_pricing .accordion-section .panel.panel-default
{
	border: 0;margin-bottom: 30px;
}
#wpkites_pricing .accordion-section .panel-default .panel-title a:after,
#wptheme_pricing .accordion-section .panel-default .panel-title a:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 1.5rem;
	float: right;
	margin-right: 0;
	margin-top: -3px;
	content: "\f106";
}
#wpkites_pricing .accordion-section .panel-default .panel-title a.collapsed:after, 
#wptheme_pricing .accordion-section .panel-default .panel-title a.collapsed:after {
	content: "\f107";
}
#wpkites_pricing .accordion-section .panel-default > .panel-heading + .panel-collapse > .panel-body,
#wptheme_pricing .accordion-section .panel-default > .panel-heading + .panel-collapse > .panel-body
{
	border: 0;padding: 2px 28px 30px;
}
#wpkites_pricing .accordion-section a:hover, #wptheme_pricing .accordion-section a:hover, .accordion-section a:focus { color: unset; }

#wpkites_pricing .switch, #wptheme_pricing .switch {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 26px;
	margin: 0 20px;
}
#wpkites_pricing .switch input, #wptheme_pricing .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
#wpkites_pricing .price-btn, #wptheme_pricing .price-btn {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d7dde6;
	-webkit-transition: .4s;
	transition: .4s;
}
#wpkites_pricing .price-btn:before, #wptheme_pricing .price-btn:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 0px;
	bottom: 0px;
	background-color: #7cc048;
	-webkit-transition: .4s;
	transition: .4s;
}
#wpkites_pricing input:checked + .price-btn:before, #wptheme_pricing input:checked + .price-btn:before  {
			  -webkit-transform: translateX(26px);
			  -ms-transform: translateX(26px);
			  transform: translateX(26px);
			}
/* Rounded sliders */
#wpkites_pricing .price-btn.round, #wptheme_pricing .price-btn.round  {
	border-radius: 34px;
	box-shadow: inset 0 2px 3px #acb1b8;
}
#wpkites_pricing .price-btn.round:before, #wptheme_pricing .price-btn.round:before {
	border-radius: 50%;
}
#wpkites_pricing .switch-section, #wptheme_pricing .switch-section{
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
#wpkites_pricing .switch-section .switch-text, #wptheme_pricing .switch-section .switch-text {    
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

/* Thank you Page */
.thank-you-img {
	margin-bottom: 30px;
}
.thank-you-para {
	color: #313113;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.thank-you-feature { background-color: #F5F7FA; }
.thank-you-feat-para {
	color: #313131;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.thank-ad-feature:hover { background-color: #7cc048; }
.thank-ad-feature h2, .thank-you-contact-h2 {
	color: #313131;
    font-size: 30px;
    font-weight: 800;
}
.thank-ad-feature:hover h2 {
	color: #ffffff;
}
.thank-ad-feature:hover .btn-thank-you {
	color: #7cc048;
	background-color: #ffffff;
    border: 1px solid #fff;
}
.btn-thank-you:focus {
	color: #7cc048;
	background-color: #ffffff;
    border: 1px solid #707070;
}
.btn-thank-you {
	background-color: transparent;
    border: 1px solid #707070;
    color: #707070;
    padding: 20px 40px;
}
.thank-you-contact-h2 h2, .thank-you-feature-head h2 {
	margin-bottom: 0.5rem;
	color: #313131;
    font-size: 40px;
    font-weight: 900;
}
.thank-you-contact-btn {
	padding: 20px 60px
}
.thank-you-ask-img {
	margin-top: 20px;
}
@media (max-width: 991px) {
	.thank-you-contact-section {
		text-align: center;
		padding-top: 2rem;
	}
}
.thank-ad-feature {
	background-color: #ffffff;
	padding: 45px 20px 20px;
}
.thank-you-column {
	margin-bottom: 20px;
}
.thank-feature-head-section {
	padding: 0 0 30px;
}
.page-template-template-busicare-plus-detail #wptheme_pricing .card {
    margin-top: 0;
}
.page-template-template-honeypress-theme-detail #wptheme_pricing .card {
    margin-top: 35px;
}
.page-template-template-spice-software-plus-detail #wptheme_pricing .card {
    margin-top: 50px;
}

@media (min-width: 768px) {
	.page-template-template-cloudpress-theme-detail .buy-now-modal .modal-dialog,
	.page-template-template-innofit-theme-detail .buy-now-modal .modal-dialog,
	.page-template-theme-detail .buy-now-modal .modal-dialog {
		width: 768px;
	}
}
@media (min-width: 992px) {
	.page-template-template-cloudpress-theme-detail .buy-now-modal .modal-dialog,
	.page-template-template-innofit-theme-detail .buy-now-modal .modal-dialog,
	.page-template-theme-detail .buy-now-modal .modal-dialog {
		width: 992px;
	}
}
@media (min-width: 1170px) {
	.page-template-template-cloudpress-theme-detail .buy-now-modal .modal-dialog,
	.page-template-template-innofit-theme-detail .buy-now-modal .modal-dialog,
	.page-template-theme-detail .buy-now-modal .modal-dialog {
		width: 1170px;
	}
}
@media (min-width: 1200px) {
	.page-template-template-cloudpress-theme-detail .modal-dialog #wptheme_pricing .container,
	.page-template-template-innofit-theme-detail .modal-dialog #wptheme_pricing .container,
	.page-template-theme-detail .modal-dialog #wptheme_pricing .container {
		width: unset;
	}
}
.page-template-template-cloudpress-theme-detail .modal-dialog, 
.page-template-template-innofit-theme-detail .modal-dialog,
.page-template-theme-detail .modal-dialog {
	margin: 60px auto;
}
.page-template-template-cloudpress-theme-detail .buy-now-modal .modal-footer,
.page-template-template-innofit-theme-detail .buy-now-modal .modal-footer,
.page-template-theme-detail .buy-now-modal .modal-footer {
    clear: unset;
}
.home .user-info-block .checked {
	color: orange;
}

.scroll-up {
    right: 30px !important;
    position: fixed;
    bottom: 50px;
    z-index: 999;
    display: none;
}
.scroll-up a {
	display: block;
	height: 3.125rem;
	width: 3.125rem;
	text-align: center;
	line-height: 2.7;
	font-size: 1.125rem;
	color: #fff;
	opacity: 1;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.scroll-up.custom a {
	border-radius: 50px;
}
.scroll-up.custom a, .scroll-up.custom a:hover, .scroll-up.custom a:active{
    background: #7cc048;
    color: #fff;
}
body { padding-right: 0 !important; overflow: visible !important; }
body #myModal { padding: 0 !important; }



/*Pricing table css*/ 
.spc .box {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	perspective: 750px;
	margin-bottom: 50px
}

.spc .Switcher {
	position: relative;
	display: flex;
	border-radius: 5em;
	box-shadow: 0 0 0 2px #7cc048;
	overflow: hidden;
	cursor: pointer;
	-webkit-animation: r-n 0.5s;
	animation: r-n 0.5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1.25rem;
	will-change: transform;
}
.spc .Switcher__checkbox:checked + .Switcher {
	-webkit-animation-name: r-p;
	animation-name: r-p;
}
.spc .Switcher::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200%;
	border-radius: unset;
	background-color: #7cc048;
	transform: translateX(-75%);
	transition: transform 0.5s ease-in-out;
}
.spc .Switcher__checkbox:checked + .Switcher::before {
	transform: translateX(25%);
}

.spc .Switcher__trigger {
	position: relative;
	z-index: 1;
	padding: 0.2em 1.3em;
}
.spc .Switcher__trigger::after {
	content: attr(data-value);
}
.spc .Switcher__trigger::before {
	--i: var(--x);
	content: attr(data-value);
	position: absolute;
	color: #ffffff;
	transition: opacity 0.3s;
	opacity: calc((var(--i) + 1) / 2);
	transition-delay: calc(.3s * (var(--i) - 1) / -2);
}
.spc .Switcher__checkbox:checked + .Switcher .Switcher__trigger::before {
	--i: calc(var(--x) * -1);
}
.spc .Switcher__trigger:nth-of-type(1)::before {
	--x: 1;
}
.spc .Switcher__trigger:nth-of-type(2)::before {
	--x: -1;
}
.spc .tab.Switcher .Switcher__trigger {
 	background-color: #ffffff;
 	font-weight: 700;
 }
.spc .tab.Switcher .Switcher__trigger.active {
  background-color: #7cc048;
  color: #ffffff;
  border: unset;
}
.spc .tab.Switcher .Switcher__trigger { 
	border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: 2px solid #7cc048; 
}
.spc .tab.Switcher .Switcher__trigger:last-child {
	border-right: unset; 
}



 .spc .price-block{
	background-color: #f5f5f5;
	border-top-right-radius: 45px;
	border-top-left-radius: 45px;
	padding: 22px 0 28px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 45px;
}
.spc .recommended-stripe {
	background-color: #ff0000;
	position: absolute;
	top: 17px;
	font-size: 0.875rem;
	font-weight: 600;
	right: -128px;
	width: 325px;
	padding: 4px;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spc .spice-price-plan {
    padding: 20px 15px 10px;
    text-align: center;
    width: 240px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    color: #7cc048;
}
.spc .best-offer .price-block {
	background-color: #7cc048;
}
.spc .spice-pricing-block {
	padding: 1.3rem 1.3rem;
	border-radius: 45px
}
.spc .opt-select{border-radius: 30px; width: auto; padding: 10px 140px 10px 20px !important;-webkit-appearance: none;appearance: none;position: relative;background: transparent;z-index: 1;font-size: 1rem;font-weight: 400;border-color: #d8d8d8;margin-bottom: 20px;}
.spc .best-offer .opt-select{border-color: #ffffff;color: #ffffff;}
.spc .best-offer .price-subtitle::after {color: #ffffff}
.spc .best-offer option{color: #313113;}
.spc .price-subtitle{
	font-weight: 700;
	text-align: center;
	position: relative;
	padding: 0.563rem 0rem 0;
	font-size: 1.125rem;
}
.spc .price-subtitle::after {
	content: "\f107";
	font-size: 1.3rem;
	color: #7cc048;
	top: 5px;
	right: 25px;
	position: absolute;
	font-family: 'FontAwesome';
}
.spc .spice-pricing-block ul {
	list-style: none;
	margin-top: 15px;
	padding: 0 15px;
}
.main-features.pricing-table.spc { padding: 55px 0 80px; }
.spc .section-title .title{font-size: 3.125rem;font-weight: 900;margin-bottom: 0.625rem;}
.spc .section-title .sub-title{font-size: 1.125rem;font-weight: 600;margin: 0;} 
.spc .section-title p{color: #707070;font-size: 1.125rem;margin-bottom: 0;}
.spc .price-title {font-size: 2.25rem;color: #444444;text-align: center;font-weight: 700;margin-bottom: 20px;;}
.spc .price {    margin-bottom: 0;font-size: 5rem;text-align: center;color: #7cc048;font-weight: 900;line-height: 1.1;margin-bottom:2rem;}
.main-features.pricing-table.spc .price sup {font-size: 1.875rem;top: -2.175rem;left: -0.3rem;font-weight: 500;}
.spc .pricing-section sub {bottom: 0;}
.spc .pricing-section del {font-size: 1.875rem;font-weight: 600;color: #313131;margin-left: -15px;}
.spc .pricing-section .best-offer del {color: #ffffff;}
.spc .spice-pricing-block ul li {text-align: left;position: relative;display: block;border-bottom: unset;padding: 0rem 0.875rem 0.75rem 0;font-size: 1.125rem;font-weight: 600;}
.spc.spice-pricing-block ul.first li:first-child{color: #7cc048;}
.spc .price-seprator{border-bottom: 1px solid #d8d8d8;margin: 15px;margin: 20px;}  	
.spc .spice-pricing-block h5{padding: 15px 15px 0;font-size: 1.125rem;color: #7cc048;font-weight: 700;}
.spc .spice-pricing-block ul.second li {font-size: 1rem;font-weight: 500;}
.spc .spice-pricing-block ul li i {color: #7cc048; font-size: 0.875rem;text-align: center;margin-right: 0.25rem;}
.spc .spice-pricing-block .spice-purchase-now-btn a {float: none;text-align: center;background-color: #7cc048;color: #fff;margin-top: 1.5rem;padding: 1.1rem 3.625rem;font-size: 1.125rem;border-radius: 30px;font-weight: bold;}       
.spc .spice-pricing-block .spice-purchase-now-btn a:hover,.spc .spice-pricing-block.best-offer .spice-purchase-now-btn a:hover {
	background-color: #6aa33e;
}
.spc .spice-pricing-block {border: 0;box-shadow: 0 11px 40px 0 rgb(0 0 0 / 10%);margin-bottom: 20px;}
.spc .spice-pricing-block .spice-purchase-now-btn{text-align: center;padding: 1.1rem;margin-top: 40px;margin-bottom: 25px; }
.spc	.best-offer .price-title,.spc .best-offer .price{color: #fff;}
.main-features.spc .col-md-6{padding: 0 25px;}
.spc select:focus-visible {outline: 0;}
.spc .best-offer.spice-pricing-block .spice-purchase-now-btn a {padding: 1.1rem 5.3rem;}

@media (max-width: 991px) {
	.spc .best-offer.spice-pricing-block .spice-purchase-now-btn a {
		padding: 1.1rem 4.625rem;
	}
	.spc .spice-pricing-block .spice-purchase-now-btn a {
		padding: 1.1rem 2.625rem;
	}
	.spc .opt-select {
		padding: 10px 80px 10px 20px !important;
	}
}
@media (max-width: 491px) {
	.spc .best-offer.spice-pricing-block .spice-purchase-now-btn a {
		padding: 1.1rem 3.625rem;
	}
	.spc .spice-pricing-block .spice-purchase-now-btn a {
		padding: 1.1rem 1.625rem;
	}
}		 
/*End Pricing table css*/ 


/* All theme pricing plan */
.all-theme-price-section {
	margin-top: 80px;
}
.all-price-row {
	background-color: #7cc048;
    border-radius: 10px;
    padding: 40px 45px;
}
.all-pricing-btn {
	text-align: right;
	margin-top: 5px;
}
.all-price-row h2 {
	color: #ffffff;
    font-weight: 900;
    margin-bottom: 0;
    font-size: 2.4rem;
}
.all-pricing-btn .btn-lg {
	padding: 1rem 1.1rem !important;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 992px){
	.all-pricing-btn {
    	margin-top: 25px;
    }
}
@media (max-width: 767px) {
	.all-theme-price-section{ text-align: center; }
	.all-pricing-btn {
		text-align: center;
		margin-top: 20px;
	}
	.all-theme-price-section {
		margin-left: 15px;
		margin-right: 15px;
	}
	.all-pricing-btn .btn-lg {
		font-size: 16px;
	}
}



/* All theme plan package page */
.moneyback-cta { 
	background-color: #f9f9f9;
	padding: 4rem 0 3rem;
	border-top: 4px solid #7cc048;
}         
.moneyback-cta .section-title h3 {
	font-weight: 900;
	font-size: 3rem;
	margin-bottom: 20px;
}
.moneyback-cta .section-title p {
	padding-bottom: 8px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.moneyback-cta .section-title { text-align: left; }
}
.price-accordion.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.price-accordion.accordion-section .panel-default > .panel-heading {
	position: relative;
    border: 0;
    background: #ffffff;
    padding: 0;
}
.price-accordion.accordion-section .panel-default .panel-title a:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 1.5rem;
	float: left;
	content: "\f106";
	position: absolute;
	left: 0;
	top: 15px;
}
.price-testi.test-section{
 	background-color: #f9f9f9;
}
.price-testi.test-section .container-fluid{
 	background-color: #7cc048;
 	padding-bottom: 217px;
}
.price-testi.test-section .section-title{
 	font-weight: bold;
 	font-size: 3rem;
 	color: #fff;
 	margin-top: 80px;
}
.price-testi.test-section .section-discription{
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
}
.price-testi.test-section .container{
 	margin-top: -145px;
 	padding-bottom: 120px;
}
.price-testi.test-section .container .row-second{
 	margin-top: 40px;
 	margin-bottom: 80px;
}
.price-testi.test-section .container .test-box{
 	border-radius: 6px;
 	background-color: #fff;
 	padding: 0px 30px;
 	box-shadow: 0 0 50px rgba(28, 26, 38, 0.08);
 	margin-bottom: 40px;
}
.price-testi.test-section .container .test-box h4{
 	font-size: 20px;
 	line-height: auto;
 	font-weight: bold;
 	color: #313131;
 	padding-top: 30px;	
 	padding-right: 40px;
}
.price-testi.test-section .container .test-box p{
 	font-size: 16px;
 	line-height: 26px;
 	color: #313131;
 	padding-top: 5px;
 	padding-bottom: 5px;
}
.price-testi.test-section .container .img-box{
 	display: flex;
 	flex-direction: row;
 	padding-bottom: 30px;
}
.price-testi.test-section .container .img-box .content{
 	margin-left: 20px;
}
.price-testi.test-section .container .img-box .content h5{
 	margin-bottom: 5px;
 	font-size: 18px;
}
.price-testi.test-section .container .img-box .content span{
 	color: #f2c307;
}
.price-testi.test-section .container .test-button{
 	text-align: center;
 	margin-top: 60px;
}
.price-testi.test-section .container .test-button a{
 	padding: 22px 40px;
 	background-color: #7cc048;
 	color: #fff;
 	font-size: 18px;
 	font-weight: 700;
 	border-radius: 6px;
}
.price-testi.test-section .container .test-button a:hover{
 	background-color: #64a036;
}
.price-testi.test-section .container .test-box h4::after{
	content: "\f10d";
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 30px;
	line-height: 26px;
	color: #7cc048;
	position: absolute;
	top: 40px;
	right: 45px;
}
.price-accordion.accordion-section{position: relative;background-color: #fff;padding: 5rem 0 4.5rem;} 
.price-accordion.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 20px;
    padding: 18px 28px;
}
.price-accordion.accordion-section .panel-body p{
	color: #9097a0;
	font-size: 20px;
}
.price-accordion.accordion-section .panel.panel-default{border: 0;margin-bottom: 30px;}
.price-accordion.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1.5rem;
    float: left;
    margin-right: 15px;
    margin-top: -3px;
    content: "\f106";
}		
.price-accordion.accordion-section .panel-default > .panel-heading + .panel-collapse > .panel-body{border: 0;padding: 2px 28px 30px;}
.price-accordion.accordion-section a:hover, .price-accordion.accordion-section a:focus {color: unset;}
.green-title{
	color: #7cc048;
}
.bold-title{
	font-weight: 700;
}
.price-testi .col-md-4:nth-child(3n+1) {
	clear: both;
}
@media (max-width: 960px) {
	.price-accordion  .collapse {
	    display: none;
	}
}
.price-testi .figure-img img {
	width: auto;
    height: 70px;
}
.spice-extension .ribbon-free {
    position: absolute;
    right: 0;
    left: -15px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    width: 108px;
    height: auto;
    text-align: right;
}
.spice-extension .ribbon {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    width: 108px;
    height: auto;
    text-align: right;
}




.slider-banner.wpkites-plus-elementor-banner {
    background: url(images/bg/wpkites-plus-elementor-banner.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% 100%;
}
.slider-banner.wpkites-plus-elementor-banner .overlay {
    background-color: rgba(49,49,49,0.1);
}
@media (min-width: 1100px) {
	.slider-banner.wpkites-plus-elementor-banner .slider-text-area .banner-text-lg {
	    font-size: 5.125rem;
	}
}
@media (max-width: 600px) {
	.slider-banner.wpkites-plus-elementor-banner .m-right-30 {
		margin-right: 0 !important;
	}
}
.slider-banner.wpkites-plus-elementor-banner .slider-text-area .m-bottom-60 {
    margin-bottom: 2.75rem !important;
}
.slider-banner.wpkites-plus-elementor-banner .slider-text-area.p-bottom-3 {
    padding-bottom: 1rem;
}
.slider-banner.wpkites-plus-elementor-banner .slider-text-area {
    padding: 8.5rem 0 8rem 0;
}
.starter-sites-page.featured-themes .panel {
    background-color: unset;
    border-radius: 16px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.panel-txt {
    margin: 25px 15px 60px 15px;
}
.starter-sites-page .panel-body {
    height: 615px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    margin: 10px 18px;
    background-size: 100% auto;
    cursor: pointer;
    transition: background-position 2s linear;
}
.starter-sites-page .panel-body:hover {
    background-position: 0 100%;
}
.starter-sites-page .panel-body.img1 {
	background-image: url('images/starter-sites/wpkites-plus/photography.png');transition: background-position 5s linear;
}
.starter-sites-page .panel-body.img2 {
	background-image: url('images/starter-sites/wpkites-plus/job-portal.png');transition: background-position 5s linear;
}
.starter-sites-page .panel-body.img3 {
	background-image: url('images/starter-sites/wpkites-plus/food-restaurant.png');transition: background-position 5s linear;
}
.starter-sites-page .panel-body.img4 {
	background-image: url('images/starter-sites/wpkites-plus/corporate.png');transition: background-position 5s linear;
}
.starter-sites-page .panel-body.img5 {
	background-image: url('images/starter-sites/wpkites-plus/business.png');transition: background-position 5s linear;
}
.total-sites h3{
	font-size:150px;
	font-weight:700;
	line-height: 160px;
    margin-bottom: 0.875rem;
}
.total-sites .site-number{
	color: #bcbcbc;background: linear-gradient(0deg, #f5f5f5, #bcbcbc 50%, #bcbcbc);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.total-sites .stater-heading {
	font-size:50px;
	font-weight:700;    
	line-height: 60px;
	margin-bottom: 3rem;
}
.stater-search {
    margin: 30px 0;
}
.starter-sites-page { background-color: #f4f6f7; }
.featured-themes.starter-sites-page h4 {
    float: left;
    font-size: 20px;
    padding: 12px 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
}
.starter-sites-page .item a {
    position: relative;
    float: unset;
    padding: 0.5rem 1.3rem;
    font-size: .9rem;
    font-weight: 600;
}
@media (max-width: 320px) {
    .starter-tabs .nav.nav-pills .nav-item .nav-link {
        padding: 12px 20px;
    }
    .starter-sites-page .panel-body {
        height: 263px;
    }
}
@media (min-width: 321px) and (max-width: 360px) {
	.starter-sites-page .panel-body {
        height: 338px;
    }
}
@media (min-width: 361px) and (max-width: 480px) {
	.starter-sites-page .panel-body {
        height: 390px;
    }
}
@media (min-width: 481px) and (max-width: 520px) {
	.starter-sites-page .panel-body {
        height: 485px;
    }
}
@media (min-width: 521px) and (max-width: 600px) {
	.starter-sites-page .panel-body {
        height: 575px;
    }
}
@media (min-width: 601px) and (max-width: 767px) {
	.starter-sites-page .panel-body {
        height: 615px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.starter-sites-page .panel-body {
        height: 318px;
    }
}
@media (min-width: 992px) and (max-width: 1099px) {
	.starter-sites-page .panel-body {
        height: 260px;
    }
}

@media (min-width: 768px) {
	.starter-sites-page #demonames .item.moreitem.col-md-3:nth-child(4n+1) {
		clear: left;
	}
}
.starter-sites-page .ribbon {
    position: absolute;
    right: 28px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    height: auto;
    text-align: right;
}
.starter-sites-page .ribbon img { width: 90%; }

#wpkites_pricing .pricing-table-block ul li.price-new-tag {
	display: flex;
}
#wpkites_pricing .best-offer.pricing-table-block li a {
	color: #fff;
}
#wpkites_pricing .best-offer.pricing-table-block li a:hover {
	color: #000;
}


/* Spice FSE */ 
.spice-fse-banner {
	background: url(images/spice-fse/banner-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% 100%;
}
.spice-fse-banner .overlay {
	background-color: rgba(49,49,49,0.3);
}
.spice-fse-banner .slider-text-area {
	padding: 10.5rem 0 0 0;
}
.spice-fse-features{
    margin-bottom: 3rem;
}
.spice-fse-features .theme-f {
    margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
	#spice-fse-header-banner .content.right.m-bottom-40 {
	     margin-bottom: 0rem!important; 
	}
	#spice-fse-header-banner .p-top-40 {
	    padding-top: 1.5rem!important;
	}
}
@media (min-width: 768px) {
	#spice-fse-blog-temp .col-lg-3 {
		width: 20%;
	}
}
#spice-fse-features .theme-f:hover {
    box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}