.kc_row .kc_col-sm-12{
	padding-left:0px !important;
	padding-right:0px !important; 
}
.kc-col-container {
	display:block !important;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}

/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:999;
}
.ajax-loading:before  {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin: -5.5px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
}
body > .ajax-loading {
    position: fixed;
}
#pop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
	z-index:999;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
	z-index:999;
}
/*-----------------------End wishlist-----------------------*/

/***********************************************
				Custom Style
***********************************************/

.admin-bar .main-header.top-32,
.admin-bar .fixed-header .sticky-header{
	top:32px;
}
.df-button input{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 40px 10px;
	overflow: hidden;
	background-color: #FF4136;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.df-button input:hover{
	color: #FF4136;
	background:#ffffff;
}
.gray-bg{
	background:#f5f5f5;
}
iframe{
	width:100%;
	height:100%;
}

/*******Sidebar Widget*****************/
.widget{
	padding:30px;
	background:#ebf1f8;
}
.widget ul{
	position:relative
}
.widget ul li{
	position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom:10px;
	padding-bottom:10px;
	color: #222222;
    font-size: 16px;
    font-weight: 500;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}

.widget ul li a {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.widget ul li a:hover{
	color:#FF4136;
}
.widget-post .post-inner .lower-content .post-info li{
	border-radius: 0;
	border: none;
	padding: 0;
}
.widget-post .post-inner .lower-content .post-info li:before{
	display:none;
}
.widget-post .post-inner .lower-content .post-info li:hover{
	background:none;
}
.ubantu{
	font-family:'Quicksand', sans-serif;
}
.tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 26px 8px;
    margin: 0px 6px 10px 0px;
    color: #222222;
    text-align: center;
    font-size: 14px !important;
    background: #ffffff;
    font-weight: 400;
    border-radius: 50px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.tagcloud a:hover {
    background-color: #222222;
    color: #ffffff;
}

/**********************************
			Woocommerce
**********************************/
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	float:none;
}
.woocommerce .woocommerce-result-count{
	margin:0px !important;
	padding-top: 15px;
	font-weight: 600;
	color: #222;
}
.woocommerce div.product{
	/* margin-bottom:40px !important; */
}
.m-b0{
	margin-bottom:0px !important;
}
.woocommerce .related-product{
	margin-top:50px;
}
.woocommerce .related-product .title-box h3 {
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 21px;
    text-transform: capitalize;
}
.woocommerce .select2-container--default .select2-selection--single{
	height:48px;
	border-color:#e0e0e0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:46px;
	color:#777;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:46px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
	margin:0 -15px 30px;
	width:auto;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
	position:relative;
	display:block;
	margin-bottom:5px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child{
	margin-bottom:0px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
	display:block;
	position:relative;
	background:#ffffff;
	color:#FF4136 !important;
	font-weight:700;
	border:1px solid #FF4136;
	padding:10px;
	transition:all 500ms ease-out;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
	background:#FF4136;
	color:#ffffff !important;
}
.u-columns h2{
	font-weight:700;
	font-size:26px;
	color:#222222;
}
.woocommerce .u-columns form.woocommerce-form-login .form-row label{
	margin-right:20px;
}

.footer-widget ul li{
	position:relative;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid rgba(255,255,255,0.20);
	padding-left:18px;
}
.footer-widget ul > li:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
}
.footer-widget ul li ul li{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
	padding-top:8px;
	margin-top:8px;
	border-top:1px solid rgba(255,255,255,0.20);
}
.footer-widget ul li:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:0px;
	font-size:16px;
	color:#FF4136;
	font-family: 'FontAwesome';
}
.footer-widget ul li.recentcomment{
	padding-left: 25px;
}
.footer-widget ul li.recentcomments:before{
	content:'\f086'
}
.footer-widget ul li ul li:before{
	top:8px;
}
.footer-widget ul li a{
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.footer-widget ul li a:hover{
	color:#FF4136;
}
.footer-widget .newsletter-widget .newsletter-form{
	padding-top:7px;
}
.news-block-two .inner-box .lower-content .post-info li a{
	color:inherit;
}
.fac-comment-item .comment-form{
	margin-bottom:20px;
}
.fac-comment-item .comment-form .group-title{
	margin-bottom:0px;
}
.footer-widget .gallery .gallery-item{
	display:inline-block;
	width: 25%;
	margin-bottom: 5px;
	padding-right: 5px;
}
.main-footer.style-two .tweets-widget .tweet .text a{
	color:#222222;
}
.main-header .logo-box .logo a img{
	width:225px;
}
.main-header .sticky-header .logo a img,
.footer-widget .logo a img{
	width:200px;
}
.m-b45{
	margin-bottom:45px !important;
}
.blog-single .inner-box .post-info li a{
	color:inherit;
}
.product_meta .posted_in {
	color: #222222;
	font-size: 14px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight:600;
	font-family: 'Quicksand', sans-serif;
}
.product_meta .posted_in a{
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight:400;
}
.icon-wrap{
	position:absolute;
	bottom:0px;
	right:0px;
}
.icon-wrap .icon{
	font-size:100px;
	position:relative;
	color:#fafafa;
	transition: all 0.8s ease-in-out 0.8s;
	-moz-transition: all 0.8s ease-in-out 0.8s;
	-webkit-transition: all 0.8s ease-in-out 0.8s;
	-ms-transition: all 0.8s ease-in-out 0.8s;
	-o-transition: all 0.8s ease-in-out 0.8s;
}
.services-block-three .inner-box:hover .icon-wrap .icon{
	color:#FF4136;
	transform: rotate(360deg);
	opacity:0.2;
}
.services-block-three .inner-box .lower-box .content a.read-more{
	position: absolute;
	left: 50%;
	bottom: -45%;
	margin-left: -61px;
	opacity:0;
	display:block;
	font-size:16px;
	color:#ffffff;
	background: #FF4136;
	padding: 5px 20px;
	transition: all 0.5s ease-in-out 0.5s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-ms-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
}
.services-block-three .inner-box:hover .lower-box .content a.read-more{
	bottom:-35%;
	opacity:1;
}
.services-block-three .inner-box .lower-box .content a.read-more:hover{
	color:#fff;
}
/*** 

====================================================================
  Blog Section
====================================================================

***/

.blog-section.v-3{
  position: relative;
  padding: 90px 0px 60px;
  z-index: 1;
}
.blog-section.v-3 .item-holder{
  position: relative;
  margin-bottom: 40px;
  transition: all 500ms ease;
}
.blog-section.v-3 .item-holder:hover{
  transition: all 500ms ease;
  box-shadow: 0 0 20px 5px #f1f1f1;
}
.blog-section.v-3 .item-holder .image-box{
  position: relative;
}
.blog-section.v-3 .item-holder img{
  position: relative;
  width: 100%;
}
.blog-section.v-3 .item-holder .image-box .date-box{
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-section.v-3 .item-holder .date-box span{
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 600;
  padding: 9px 15px;
  background: #FF4136;
  display: inline-block;
}
.blog-section.v-3 .item-holder .text-area{
  border: 1px solid #f7f7f7;
  border-top: none;
}
.blog-section.v-3 .item-holder .content-text{
  position: relative;
  padding: 0px 28px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.blog-section.v-3 .content-text .title h5,.blog-section.v-3 .content-text .title strong{
  position: relative;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-section.v-3 .content-text .title h5:before,.blog-section.v-3 .content-text .title strong:before{
  position: absolute;
  left: 50%;
  bottom: 0px;
  content: '';
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #FF4136;
}
.blog-section.v-3 .content-text .text p{
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  padding-bottom: 15px;
}
.blog-section.v-3 .item-holder .blog-info{
  padding: 0px 20px;
  border-top: 1px solid #f6f6f6;
}
.blog-section.v-3 .item-holder .blog-info li{
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #848484;
  padding: 12px 0px;
  margin-right: 10px;
  text-transform: capitalize;
}
.blog-section.v-3 .item-holder .blog-info i{
  color: #848484;
  font-size: 13px;
  margin-right: 8px;
}
.blog-section.v-3 .item-holder .blog-info .right-side{
  position: relative;
  height: 52px;
}
.blog-section.v-3 .item-holder .blog-info .right-side i{
  margin-right: 0px;
  line-height: 52px;
  padding-left: 20px;
}
.blog-section.v-3 .item-holder .blog-info .right-side:before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 1px;
  height: 100%;
  background: #f6f6f6;
}
.footer-style-two .footer-widget h5 a,
.sidebar-title-two h2 a{
	color:inherit;
}
.p-t0{
	padding-top:0px !important;
}
.woocommerce-grouped-product-list{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
	margin-bottom:20px;
}
.woocommerce-grouped-product-list tr{
	
	margin-bottom:10px;
}
.woocommerce div.product form.cart .group_table td{
	border:1px solid #f5f5f5 !important;
	border-right: none !important;
	vertical-align:middle !important;
	padding:10px !important;
	text-align:center;
}
.woocommerce div.product form.cart .group_table td:last-child{
	border-right:1px solid #f5f5f5 !important;
}
.woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__label,
.woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__price{
	padding-top:10px;
}
.woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__label label{
	margin-bottom:0px;
	color:#000000;
}
.woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__price span.amount{
	margin-right:15px;
}
.woocommerce-grouped-product-list tr td p{
	display:inline-block;
}
.woocommerce div.product form.cart .group_table td .quantity .input-text{
	height:40px !important;
}

.single-working-box:nth-child(1) .static-content .inner .box{
	text-align:left;
}
.single-working-box:nth-child(3) .static-content .inner .box{
	text-align:right;
}
.single-working-box .icon-holder .icon{
	font-size: 50px;
	line-height: 100px;
	color:#212121;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	text-align: center;
	background:#ffffff;
	width:100px;
	height:100px;
	border-radius:50%;
}
.single-working-box:nth-child(3) .icon-holder .icon{
	float:right;
}

.services-block-five .inner-box .lower-content .lower-box a span{
	color:#ffffff;
}

.website-form .btn-style-two .btn-txt{
	padding: 14px 40px 16px;
}

/***************Sticky Sidebar****************/
.sticky-top,
.sticky-top > .side-bar{
	position:sticky;
	position: -webkit-sticky;
	top:130px;
	z-index:1;
}
@media only screen and (max-width: 991px) {
	.sticky-top{
		position:unset;
	}
}

.share-options .social-box.pull-right{
	float:none;
	margin-top:30px;
}

.share-options .social-box li {
    position: relative;
    margin-right: 2px;
    margin-bottom: 10px;
    display: inline-block;
}
.share-options .social-box li a{
	position: relative;
	width: 38px;
	height: 38px;
	font-size: 16px;
	color:#ffffff;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	background-color:#222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.share-options .social-box li a:hover{
	background:#FF4136;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	margin-top:50px;
}
.blog-foot{
	margin-top:40px;
}
.blog-foot .blog-foot-meta li{
	display:block;
	margin-right:5px;
	float:left;
}

.blog-foot .blog-foot-meta .indus-btn{
	position:relative;
	padding:0 15px;
	font-size:16px;
	background:#121212;
	line-height:40px;
	font-weight: 600;
	display:block;
	color:#ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.blog-foot .blog-foot-meta .indus-btn:hover{
	background:#FF4136;
}

.wp-block-cover .wp-block-cover-text{
	color: #ffffff !important;
}
.wp-block-button{
	margin-bottom: 1.5em;
	display: block;
}

.fac-comment-item .fac-comment-item{
	margin-left: 70px;
}
.page-breadcrumb li{
	color: #ffffff !important;
}
.thm-unit-test p {
    margin-bottom: 30px;
}
.p-b20{
	padding-bottom: 20px !important;
}
.widget_rss .footer-widget ul li{
	padding-left: 0px;
}
.widget_rss .footer-widget ul li:before{
	display: none;
}
.widget_rss .footer-widget ul li a{
	display: block;
	font-weight: 600;
	font-size: 18px;
}
.widget_rss .footer-widget ul li span{
	margin:15px 0;
	display: block;
}
.widget_rss .footer-widget ul li cite{
	margin-top: 15px;
	display: block;
}
.widget_bunch_contact_us .footer-widget ul li{
	padding-left:50px;
}
.widget_bunch_contact_us .footer-widget ul li:before,
.footer-widget .logo-widget .list-style-one li:before{
	display: none;
}
.footer-widget .logo-widget .list-style-one li{
	padding-left: 55px;
	margin-bottom: 25px;
	padding-bottom:0px;
	border-bottom:none;
}
.contact-page-section.up-v-two .form-column .inner-column{
	position:relative;
	padding:30px;
	background:#fafafa;
	border-radius:4px;
}
.contact-page-section.up-v-two .contact-form .form-group input[type="text"], 
.contact-page-section.up-v-two .contact-form .form-group input[type="password"], 
.contact-page-section.up-v-two .contact-form .form-group input[type="tel"], 
.contact-page-section.up-v-two .contact-form .form-group input[type="email"], 
.contact-page-section.up-v-two .contact-form .form-group select,
.contact-page-section.up-v-two .contact-form .form-group textarea{
	background:#ffffff;
	color:#212121;
	border: 2px solid rgba(0,0,0,0.3);
}
.contact-page-section.up-v-two .info-column .content-boxed{
	padding:0px;
	border:none;
}
.contact-page-section.up-v-two .info-column .content-boxed li{
	position:relative;
	padding:20px 75px 20px 20px;
	border: 2px solid rgba(0,0,0,.01);
	border-radius: 4px;
	background-color:#fafafa;
}
.contact-page-section.up-v-two .info-column .content-boxed li,
.contact-page-section.up-v-two .info-column .content-boxed li .icon{
	color:#212121;
}
.contact-page-section.up-v-two .info-column .content-boxed li strong{
	display:block;
	margin-bottom:6px;
}
.contact-page-section.up-v-two .info-column .content-boxed li .icon{
	left: auto;
	top: auto;
	bottom: 0;
	right: 10px;
	font-size: 70px;
	background:#fafafa;
	line-height: 70px;
	color:#FF4136;
	opacity: 0.2;
}
.woocommerce div.product form.cart .variations label{
	margin-bottom:8px;
}
.woocommerce div.product form.cart .variations select{
	border:1px solid #eaeaea;
	margin-right:0px;
	padding:10px;
}