/*
	Template Name: seclek
    Template URL: https://demo.themeregion.com/seclek
	Author: Theme Region
	Author URI : https://www.themeregion.com/
    Version: 1.0
    Description: HTML5 Multipurpose Business Responsive Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# tr-topbar 
# Tr-Menu-CSS 
# tr-banner 
# tr-breadcrumb 
# tr-features 
# tr-service 
# tr-testimonial 
# tr-experience 
# tr-portfolio 
# tr-cta  
# tr-blog 
# tr-fun-facts 
# tr-subscribe 
# tr-pricing 
# tr-brand 
# tr-contact 
# not-found 
# tr-upcoming 
# tr-pagination 
# tr-footer 
# Extra CSS 


==================================================

*/




/* Global */

html,
body {
	color: #888888;
	font-size: 16px;
	background-color: #f5f5f5;
	font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

a {
	color:#888888;
}

a:hover,
a:focus {
	color:#f26744;
}

#seclek-content { 
    overflow: hidden;
}

.btn.btn-primary {
	color: #fff;
	font-size: 14px;
	padding: 15px 50px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #f26744;
	border-color: #f26744;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn.btn-primary:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: -1;
    background: #fff;
}

.btn.btn-primary:hover:before{
	width: 100%;
	left: 0;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;	
}

.btn.btn-primary:hover,
.section-before .btn.btn-primary:hover {
	color: #f26744;
}

.btn.btn-primary:hover:before {
	left: 0;
}

.section-before .btn.btn-primary {
	color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
	color: #f26744;
	border-color: #f26744;
	box-shadow: none;
	background-color: transparent;
}

.section-title {
	font-size: 16px;
	color: #888888;
	display: inline-block;
	margin-bottom: 45px;
	overflow: hidden;
}

.section-title h1 {
	font-size: 48px;
	color: #3e3a3a;
	margin-top: 0;
	font-weight: 800;
	max-width: 380px;
	float: left;
	margin-right: 100px;
	position: relative;
}

.section-title h1:after {
	position: absolute;
	content: "";
	right: -50px;
	top: 0;
	height: 100px;
	width: 1px;
	background-color: #e3e3e3;
}

.section-padding,
.main-content {
	padding: 80px 0;
}

.section-before {
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	background-color: #f26744;
}

.section-before a,
.section-before .section-title,
.section-before .section-title h1 {
	color: #fff;
}

.section-before:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(250, 103, 66, 0.0) !important;
}

.banner-content.section-before:before,
.breadcrumb-content.section-before:before,
.upcoming-content.section-before:before,
.not-found-content.section-before:before {
	background: -webkit-linear-gradient(220deg, rgba(152, 42, 139, 0.99) 0%, rgba(198, 70, 104, 0.1) 50%, rgba(244, 99, 70, 0.99) 100%);
	background: -o-linear-gradient(220deg, rgba(152, 42, 139, 0.99) 0%, rgba(198, 70, 104, 0.1) 50%, rgba(244, 99, 70, 0.99) 100%);
	background: -ms-linear-gradient(220deg, rgba(152, 42, 139, 0.99) 0%, rgba(198, 70, 104, 0.1) 50%, rgba(244, 99, 70, 0.99) 100%);
	background: -moz-linear-gradient(220deg, rgba(152, 42, 139, 0.99) 0%, rgba(198, 70, 104, 0.1) 50%, rgba(244, 99, 70, 0.99) 100%);
	background: linear-gradient(230deg, rgba(152, 42, 139, 0.99) 0%, rgba(198, 70, 104, 0.1) 50%, rgba(244, 99, 70, 0.99) 100%);	
	background:inherit;
	background-position: center;
}

.form-control {
	height: 45px;
	border-radius: 0;
	padding: 5px 20px;
	background-color: #fff;
}

.form-control:focus {
	border-color: #f26744;
}

.tr-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    background-color: #4a4a4a;
}

/* tr-topbar */

.topbar-content {
	background-color: #ececec;
	padding: 15px 0;
}

.topbar-content ul li {
	float: left;
	margin-right: 10px;
	color: #4c4c4c;
}

.topbar-content .left-content ul li i {
	margin-right: 10px;
}

.topbar-content .right-content ul li {
	margin-right: 20px;
}

.topbar-content ul li:last-child {
	margin-right: 0;
}

.topbar-content .left-content {
	float: left;
}

.topbar-content .right-content {
	float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.topbar-content .left-content ul li {
	margin-right:25px;
}

.topbar-content .left-content ul li a {
	color: #4c4c4c;
}

.topbar-content .left-content ul li a:hover {
	color: #f26744;
}

.topbar-content .left-content ul li i{
	font-size: 20px;
	color: #abafb3;
}

/* Tr-Menu-CSS */

.tr-menu {
	background-color: #f5f5f5;
}

.navbar-brand .site-description, 
.navbar-brand .site-title {
	margin: 0px;
}

.navbar-brand .site-title {
	font-size: 30px;
}

.tr-menu.no-btn .right-content {
	min-width: inherit;
}

.tr-menu.no-btn .tr-search {
	margin-right: 0;
}

.tr-menu.fixed-top {
    z-index: 9999999;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);	
}

.tr-menu.fixed-top .navbar-nav>li>.nav-link {
	padding: 20px 15px;
}

.tr-menu .navbar {
	padding: 0;
} 

.tr-menu .navbar-nav>li>.nav-link {
	padding: 35px 15px;
	color: #3d3a3b;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;	
}

.tr-menu .navbar-nav .nav-link {
	font-size: 16px;
}

.tr-menu .navbar-nav li.active>.nav-link,
.tr-menu .navbar-nav .nav-link:hover,
.tr-menu .tr-dropdown.active>.icon,
.tr-menu .tr-dropdown:hover>.icon,
.navbar-nav li.current>.nav-link {
	color: #f26744;
}

.tr-menu .tr-dropdown .icon {
  position: absolute;
  right: -3px;
  text-align: center;
  top:50%;
  margin-top: -8px;
  color: #3d3a3b;
  font-size: 16px;
  cursor: pointer;
  z-index: 999999;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.tr-menu.fixed-top .tr-dropdown .tr-dropdown-menu .icon {
	top: 0;
	right: 0;
}

.navbar-nav>li.tr-dropdown {
	margin-right: 15px;
}

.navbar-nav>li:last-child.tr-dropdown {
	margin-right: 0;
}

.tr-menu .tr-dropdown-menu .tr-dropdown-menu {
	left: 100%;
	top: 0;
}

.tr-menu .navbar-nav>li:last-child .tr-dropdown-menu {
	left: inherit;
	right: 0;
}

.tr-menu .navbar-nav>li:last-child .tr-dropdown-menu .tr-dropdown-menu {
	left: inherit;
	right: 100%;
}

.tr-menu .tr-dropdown-menu .icon {
	color: #4a4a4a;
	height: 40px;
	width: 35px;
	right: 0;
	line-height: 40px;
	top: 0;
	margin-top: 0;
}

.navbar-toggler {
	padding: 5px 10px;
	border: 1px solid #f26744;
	line-height: 20px;
	display: inline-block;
}

.navbar-toggler-icon {
	width: inherit;
	height: inherit;
	color: #f26744;
	line-height: 0;
	font-size: 16px;
}

.navbar-toggler-icon i {
	line-height: 0;
}

.tr-menu .right-content {
	min-width: 215px;
}

.tr-menu .tr-search {
	margin:10px 25px;
	float: left;
}

.navbar-brand img {
	max-width: 160px;
}

.open-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	z-index: 999999999999;
	background: rgba(50,62,62,0.7);
}

.close-search {
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	line-height: 33px;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
}

.tr-search form {
	position: relative;
	width: 700px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
}

.tr-search .search-icon {
	font-size: 20px;
	cursor: pointer;
	color: #9e9e9e;
}

.tr-search .search-icon:hover,
.close-search:hover,
.tr-search button:hover {
	color: #f26744;
}

.tr-search input {
	margin: 0;
	display: block;
	border: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	border-radius: 0;
	background-color: transparent;
	width: 100%;
	height: 80px;
	font-size: 26px;
	padding-right: 35px;
}

.tr-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.tr-search input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.tr-search input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.tr-search input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.tr-search input:focus {
	color: #fff;
	border-color: #e9e9e9;
	background-color: transparent;
}

.tr-search button {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0;
	background: none;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	background-color: transparent;
}

.tr-menu .btn.btn-primary {
	padding: 12px 30px;
	float: right;
}

/*Dropdown CSS*/

.tr-dropdown {
	position: relative;
}

.tr-dropdown-menu {
	position: absolute;
	top: 100%;	
	min-width: 240px;
	left: 0;
	border-radius: 0;
	background-color: #fff;
	list-style: none;
    opacity: 0;
    z-index: 99;
    padding: 10px 0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.tr-menu .tr-dropdown-menu .nav-link  {
	padding: 8px 20px;
	color: #3d3a3b;
}

.tr-dropdown:hover>.tr-dropdown-menu {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.tr-menu .tr-dropdown:hover>.nav-link {
	color: #f26744;
}


@media (max-width: 991px) {

	.tr-menu .tr-dropdown-menu {
	    position: static;
	    opacity: 1;
	    visibility: visible;
	    display: none;
	    padding: 0;
	     -webkit-transform: rotateX(0deg); 
	    -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	    -o-transform: rotateX(0deg);
	    transform: rotateX(0deg);
	    -webkit-box-shadow:none ;
	    -moz-box-shadow:none ;
	    -ms-box-shadow:none ;
	    -o-box-shadow:none ;
	    box-shadow:none ;
	    -webkit-transition: inherit !important;
	    -moz-transition: inherit !important;
	    -ms-transition: inherit !important;
	    -o-transition: inherit !important;
	    transition: inherit !important;
	}

	.tr-menu .cart-content .tr-dropdown-menu {
		position: absolute;
	    opacity: 0;
	    display: block;
	    visibility: hidden;
	    -webkit-transform: rotateX(-75deg);
	    -moz-transform: rotateX(-75deg);
	    -ms-transform: rotateX(-75deg);
	    -o-transform: rotateX(-75deg);
	    transform: rotateX(-75deg);
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    -webkit-transform-origin: 0% 0%;
	    -moz-transform-origin: 0% 0%;
	    -ms-transform-origin: 0% 0%;
	    -o-transform-origin: 0% 0%;
	    transform-origin: 0% 0%;
	    -webkit-transition: transform 0.2s !important;
	    -moz-transition: transform 0.2s !important;
	    -ms-transition: transform 0.2s !important;
	    -o-transition: transform 0.2s !important;
	    transition: transform 0.2s !important;		
	}

	.tr-menu .cart-content.tr-dropdown:hover .tr-dropdown-menu {
	    visibility: visible;
	    opacity: 1; 
	    -webkit-transform: rotateX(0deg);
	    -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	    -o-transform: rotateX(0deg);
	    transform: rotateX(0deg);
	}

	.tr-menu .tr-dropdown .icon {
		display: block;
	}

}

/* End Menu CSS */


/* tr-banner */

.banner-content {
	overflow: hidden;
	color: #fff;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-content .banner-info,
.banner-content .banner-image {
	width: 50%;
	float: left;
}

.banner-content .banner-image {
	position: absolute;
	bottom: 87px;
	right: 0;
}

.banner-middle {
	height:700px;
	display: table;
	width: 100%;
}

.middle-info {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.banner-info {
	margin-top: -40px;
	font-size: 18px;
	padding-right: 15px;
}

.banner-info h1 {
	font-weight: 800;
	font-size: 52px;
	margin-bottom: 20px;
}

.banner-info .btn.btn-primary {
	border-color: #242424;
	background-color: #242424;
	margin-top: 20px;
	padding: 15px 40px;
}

.banner-info .btn.btn-primary:hover {
	color: #242424;
}

/* tr-breadcrumb */

.breadcrumb-content {
	height: 300px;
	display: table;
	width: 100%;
}

.breadcrumb-middle {
	display: table-cell;
	vertical-align: middle;
}

.breadcrumb-info {
	font-size: 18px;
	max-width: 550px;
	display: inline-block;
	padding: 0 15px;
}

.breadcrumb-info h1 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 20px;
}


/* tr-features */

.feature-content {
	padding: 40px 30px;
	border-radius: 5px;
	background-color: #fff;
	margin-top: -87px;
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);   
}

.feature {
	padding: 0 30px;
}	

.feature p {
	margin-bottom: 0;
}

.feature span {
	color: #242424;
	font-size: 22px;
	display: block;
	font-weight: 700;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.feature span > span {
    width: 4px;
    height: 20px;
    background-color: #fa6742;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
}

/* tr-service */

.service {
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	padding: 50px;
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.service:hover {
	box-shadow: none;
}

.service:hover .icon, .service:hover .service-icon {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.service .icon {
	color: #fff;
	width: 90px;
	height: 90px;
	font-size: 45px;
	line-height: 90px;
	background-color: #fa6742;
	display: inline-block;
	border-radius: 100%;
}

.service-icon { display: inline-block; }

.service h2 {
	color: #3e3a3a;
	font-size: 22px;
	margin: 30px 0 20px;
}

.service a {
	color: #f26744;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
	position: relative;
}

.service a:after {
	position: absolute;
	content: "\f101";
	left: 100%;
	top: 0;
	opacity: 0;
	margin-left: -10px;
	font-family: "fontawesome";
}

.service a:hover:after {
	margin-left: 10px;
	opacity: 1;
}

/* tr-testimonial */


.testimonial-content {
	background-color: #fed149;
}

.testimonial-middle{
	width: 100%;
	display: table;
	height: 550px;
}

.testimonial-info {
	width: 100%;
	padding-right: 30px;
}

.testimonial-info,
.testimonial-image {
	display: table-cell;
	vertical-align: middle;
}

.testimonial-slider {
	width: 450px;
}

.testimonial-image {
	width: 50%;
	text-align: center;
}

.testimonial-icon {
	color: #ffb72f;
	font-size: 50px;
	margin-top: -50px;
}

.testimonial {
	color: #3b3b3b;
	font-size: 22px;
}

.testimonial p {
	font-style: italic;
}

.testimonial h1 {
	color: #413d3d;
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 20px;
}

.testimonial-title {
	font-size: 14px;
	margin-top: 30px;
}

.testimonial-title h2 {
	font-size: 22px;
	font-weight: 800;
}

.testimonial-slider .slick-dots {
	text-align: left;
	bottom: -45px;
}

.slick-dots li {
	margin-right: 10px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li,
.slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 100%;
}

.slick-dots li button:before {
	content: "";
	background-color: #fff;
	opacity: 1;
	border-radius: 100%;
	width: 100%;
	height: 100%;	
}

.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #fa6742;
}

.slick-dots li:hover,
.slick-dots li.slick-active,
.slick-dots li:hover button,
.slick-dots li.slick-active button {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* tr-experience */

.tr-video {
	text-align: center;
	padding: 130px 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.video-link {
	color: #f26744;
	font-size: 30px;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	display: inline-block;
}

.video-link:hover {
	color: #fff;
	background-color: #f26744;
}

.experience-content h1 {
    color: #413d3d;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 45px;
}

.experience-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 50px;
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.experience {	
	padding:55px 50px 40px;
}

.experience:hover {
	color: #fff;
	background-color: #f26744;
}

.experience:hover h2 {
	color: #fff;
}

.experience h2 {
	color: #413d3d;
	font-size: 22px;
	margin-bottom: 25px;
}

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
	right: -20px;
}

/* tr-portfolio */

.portfolio-content.section-padding{
	padding-top: 0;
}

.portfolio {
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
}

.portfolio img {
	width: 100%;
}

.portfolio-info {
	padding: 25px 15px;
}

.portfolio h2 {
	color: #413d3d;
	font-size: 22px;
	margin: 0;
}

.portfolio h2 a {
	color: #413d3d;
}

.portfolio h2 a:hover {
	color: #f26744;
}

.portfolio:hover,
.tr-post:hover {
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.portfolio-image {
	overflow: hidden;
}

.portfolio-details .kc-container {
    padding-left: 0px;
    padding-right: 0px;
}

.blog-details .tr-post:hover .entry-thumbnail img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
}

.blog-details .tr-post:hover{
	box-shadow: none;
}

.portfolio:hover .portfolio-image img,
.tr-post:hover .entry-thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-content .btn.btn-primary {
	margin-top: 40px;
}

/* tr-cta */


.cta-info {
	max-width: 730px;
	display: inline-block;
	padding: 30px 0;
}

.cta-info h1 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 25px;
}

.cta-info .btn.btn-primary {
	color: #4a4a4a;
	background-color: #fff;
	margin-top: 25px;
}

.cta-info .btn.btn-primary:before {
	background-color: #242424;
}

.cta-info .btn.btn-primary:hover {
	color: #fff;
	border-color: #242424;
}

/* tr-blog */

.tr-post {
	background-color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

.entry-thumbnail {
	overflow: hidden;
}

.entry-title {
	color: #3e3a33;
	font-size: 22px;
	margin-bottom: 15px;
}

.entry-title a{
	color: #3e3a33;
}

.entry-title a:hover {
	color: #fa6742;
}

.entry-content {
	position: relative;
	margin-top: 20px;
}

.tr-post-grid .entry-content {
	padding:10px 30px 20px 100px;
	min-height: 165px;
}

.blog-details .entry-content {
	padding: 10px 30px 30px 30px;
}

.post-time {
	position: absolute;
	left: 20px;
	top: 5px;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #f76641;
}

.post-time strong {
    font-size: 22px;
    font-weight: 800;
    display: block;
    line-height: 12px;
    margin-top: 14px;
}

.post-time span {
	display: block;
	position: relative;
	z-index: 1;
}

.post-time span:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 45px;
	height: 75px;
	width: 1px;
	z-index: -1;
	background-color: #dadada;
}

.post-time span:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	top: 110px;
	left: 50%;
	margin-left: -7px;
	background-color: #f76641;	
	border: 3px solid #dadada;
	border-radius: 100%;
}

.entry-meta li {
	float: left;
	margin-right: 15px;
}

.entry-meta li i {
	margin-right: 5px;
}

.entry-meta li:last-child {
	margin-right: 0;
}

.entry-footer-meta {
	background-color: #f5f5f5;
	padding-top: 15px;
	margin-top: 20px;
	padding: 15px;
	display: block;
	overflow: hidden;
}

.entry-footer-meta p {
    float: left;
    width: 50%;
    margin-bottom: 0;
}

blockquote {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}

.entry-content blockquote {
	color: #f26744;
	font-style: italic;
	margin: 30px 0;
}

.comments-area,
.tr-comments {
	overflow: hidden;
	margin-bottom: 30px;
	padding:40px 30px;
	background-color: #fff;
}

.comments-area h1,
.tr-comments h3 {
	font-size: 24px;
	color: #3e3a33;
	margin-bottom: 30px;
}

.comment-form .form-control {
	margin-bottom: 30px;
	border-radius: 30px;
	padding: 5px 25px;
}

.comment-form textarea.form-control {
	height: 120px;
	resize: none;
	padding: 15px 25px;
}

.comment-form .btn.btn-primary:hover {
	background-color: transparent;
}

.entry-meta {
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}

.blog-content .btn.btn-primary {
	margin-top: 15px;
}

footer.entry-footer {
	margin-top: 15px;
}

/* blog-two */

.blog-two .entry-content {
	padding:30px  25px;
	margin-top: 5px;
}

.blog-two .entry-content.no-thumb {
	width: 100%;
}

.blog-two .sticky {
    border-right: 5px solid;
    border-color: #F26744;
}

.blog-two .entry-header,
.blog-two .entry-content {
	float: left;
	width: 50%;
	overflow: hidden;
}

.blog-two .entry-meta {
	margin:25px 0 0;
	padding-top: 30px;
	padding-right: 65px;
	position: relative;
	overflow: visible;
}

.blog-two .entry-meta:before {
	position: absolute;
	content: "";
	top: 0;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f0f0f0;
}

.blog-two .entry-content .read-more {
    color: #f26744;
    border: 1px solid #f26744;
    display: inline-block;
    padding: 5px 20px;
    line-height: 0;
    border-radius: 15px;
    position: absolute;
    bottom: 28px;
    right: 25px;
}

.blog-two .entry-content .read-more:hover {
	color: #fff;
	background-color: #f26744;
}

/* widget */

.widget {
	border-radius: 0;
	padding: 20px;
	background-color: #fff;
}

.kc-elm.cr_social .footer-social {
    text-align: center;
}

.kc-elm.cr_social ul {
    display: inline-block;
}

.kc-elm.cr_social ul li {
    width: inherit;
}

.kc-elm.cr_social ul li a {
    color: #414141;
}

.widget_title, .kc-elm .widgettitle {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
}

.widget_search .widget_title {
	margin-bottom: 20px;
}

.widget .tagcloud {
	margin-top: 0;
}

.tagcloud a {
	padding: 5px;
	text-transform: capitalize;
}

.widget.widget_recent_entries span {
	color: #3e3a33;
}

.widget_search .search-field {
	border-radius: 30px;
}

.widget_search .search-field:focus {
	border-color: #f26744;
}

.widget_search .search-submit {
	background-color: #f26744;
	padding: 5px 10px;
	border-radius: 0 30px 30px 0;
}

.widget .entry-thumbnail {
	width: 100%;
	height: inherit;
	margin-right: 0;
}

.widget .entry-thumbnail img {
	height: inherit;
}

.blog-two .widget .entry-header, 
.blog-two .widget .entry-content {
	float: none;
	width: 100%;
}

.widget .entry-content {
	padding: 0;
	margin-top: 20px;
}

/* tr-fun-facts */

.fun-facts-content {
	background-color: #fff;
}

.fun-facts {
	color: #3e3a3a;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.fun-facts p {
	margin: 15px 0 10px;
}

.fun-facts span {
	font-size: 48px;
	color: #fa6742;
}

/* tr-subscribe */

.subscribe-content {
	color: #fff;
	background-color: #f76641;
	background-size: contain;
}

.subscribe-info {
	max-width: 700px;
	display: inline-block;
	font-weight: 300;
}

.subscribe-info h1 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 10px;
}

.mc4wp-form-fields {
	width: 500px;
	display: inline-block;
	position: relative;
	margin-top: 40px;
}

.kc_text_block .mc4wp-form {
	text-align: center;
}

.mc4wp-form-fields input {
	height: 55px;
	border-radius: 30px;
	border: 1px solid #fff;
	padding: 5px 20px;
	margin-bottom: 0;
	width: 100%;
	color: #3e3a3a;
}

.mc4wp-form-fields input:focus {
	background-color: rgba(255, 255, 255, 0.7);
}

.mc4wp-form-fields input[type="submit"] {
    position: absolute;
    bottom: 23px;
    right: 10px;
    width: 100px;
    padding: 0 5px;
    height: 40px;
    color: #fff;
    background-color: #f26744;
    border: 1px solid #f26744;
}

.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:focus {
	color: #f26744;
	background-color: transparent;
}

/* tr-pricing */

.pricing-content .price {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 10px;
	overflow: hidden;
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.pricing-content .price .icon {
	font-size: 80px;
	color: #f26744;
	padding: 20px 0 30px;
}

.pricing-content .price span {
	color: #3e3a3a;
	font-size: 20px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.pricing-list {
	border-top: 1px solid #ededed;
}

.pricing-list li {
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
}

.pricing-content .price h1 {
	font-size: 52px;
	color: #f26744;
	margin: 20px 0;
}

.pricing-content .price h1 sup {
	margin-right: 5px;
	top: -15px;
}

.pricing-content .price h1 sup,
.pricing-content .price h1 sub {
	font-size: 24px;
	color: #4a4a4a;
}

.pricing-content .price .btn.btn-primary {
	width: 100%;
	border-radius: 0;
	padding: 20px;
	color: #4a4a4a;
	background-color: #ededed;
	border: 0;
	border-top: 1px solid #ededed;
}

.pricing-content .price .btn.btn-primary:hover {
	color: #f26744;
}

.pricing-content .price.active {
	margin-top: -20px;
}

.pricing-content .price.active .icon {
	padding: 30px 0 25px;
}

.pricing-content .price.active h1 {
	margin: 30px 0;
}

.pricing-content .price.active .btn.btn-primary {
	color: #fff;
	background-color: #f26744;
}

.pricing-content .price.active .btn.btn-primary:hover {
	color: #f26744;
}

/* tr-brand */

.brand-content {
	background-color: #f7f9f8;
}

.brand-slider{
	text-align: center;
	padding: 0 50px;
}

.brand-slider img{
	display: inline-block;
	opacity: .4;
}

.brand-slider .brand {
	margin: 0 8px;
}

.brand-slider .brand:hover img {
	opacity: 1;
}

.brand-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: #9b9b9b;
    font-size: 30px;
    z-index: 999999;
    cursor: pointer;
}

.fa-angle-right.slick-arrow {
    right: 0;
}

.fa-angle-left.slick-arrow {
    left: 0;
}

.brand-slider .slick-arrow:hover {
	color: #f26744;
}

/* tr-contact */

.contact-content.section-before:before {
	background-color: rgba(251, 113, 2, 0.9);
}

.contact-info a:hover {
	color: #fff;
}

.contact-info span {
	display: block;
}

.contact-info .icon {
	font-size: 20px;
	margin-bottom: 15px;
}

/* not-found */

.search-content-wrapper {
    padding: 50px;
    background-color: #fff;
    text-align: center;

}

.not-found .page-content {
	margin-top: 0;
}

.error-404.not-found,
.no-results.not-found {
	text-align: center;
}

.error-404.not-found .page-content,
.no-results.not-found .page-content {
	max-width: 500px;
	display: inline-block;
	padding: 80px 0;
}

.not-found h1 {
	color: #3e3a3a;
    font-size: 48px;
	font-weight: 800;
	margin-bottom: 25px;
}

.error-404.not-found .page-content h1 {
	margin-bottom: 0;
	color: #fff;
}

.not-found h2 {
	font-size: 24px;
}

.not-found form {
	position: relative;
	margin: 30px 0 35px;
}

.not-found .search-field {
    height: 45px;
    padding: 5px 20px;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    width: 100%;
    padding-right: 90px;
    margin-bottom:0;
}

.not-found input.search-field:focus {
	border-color: #f26744;
}


.not-found .search-submit {
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    border: 0;
    color: #fff;
    padding: 5px 25px;
    border-radius: 0 30px 30px 0;
    background-color: #f26744;
}

.page-content .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.not-found .search-field:focus {
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}

.error-404.not-found .btn.btn-primary {
	border-color:#fff;
}

/* tr-upcoming */

.upcoming-info {
	display: table;
	width: 100%;
}

.upcoming-info-middle {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}

.upcoming-info .tr-logo {
	margin-bottom: 30px;
}

.upcoming-info h1 {
	font-size: 55px;
}

.upcoming-info h2 {
	font-weight: 300;
	font-size: 30px;
	margin:30px 0 50px;
}

#countdown li {
    font-size: 16px;
    margin-right: 50px;
    display: inline-block;
}

#countdown li span {
    font-size: 55px;
    line-height: 60px;
    font-weight: 800;
}

.social {
	margin: 50px 0 20px;
}

.social li {
	display: inline-block;
	margin-right: 15px;
}
.social li:last-child {
	margin-right: 0;
}

/* tr-pagination  */

.tr-pagination {
	padding-top: 30px;
}

.pagination {
	display: block;
	border-radius: 0;
	margin-bottom: 0;
	background-color: #fff;
}

.pagination li {
	font-size: 18px;
	display: inline-block;
}

.pagination li a, .pagination li span {
	color: #3e3a33;
	display: block;
	padding: 15px 20px;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li span:hover,
.pagination li.active span{
	color: #fff;
	font-weight: 700;
	background-color: #f76641;
}

/* tr-footer */

.footer-top {
	color: #bababa;
	background-color: #242424;
}

.footer-top a {
	color: #bababa;
}

.footer-top a:hover {
	color: #fff;
}

.footer-widget h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin:10px 0 35px;
}

.footer-widget.qucik-link ul li{
	width: 50%;
	float: left;
	margin-bottom: 5px;
}

.footer-widget address {
	max-width: 180px;
	margin-bottom: 0;
}

.footer-social li {
	display: inline-block;
	font-size: 18px;
	margin-right: 25px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-social li a {
	color: #fff;
}

.footer-bottom {
	color: #878787;
	padding: 20px 0;
	background-color: #383838;
}

.footer-bottom a:hover {
	color: #fff;
}

/* ===============================================
 	Extra CSS
 ================================================= */

a, .search-form, .btn.btn-primary:before,
.slick-dots li button:before,
.slick-dots li, .slick-dots li button,
.experience-info .experience,
.experience-info .experience h2,
.form-control, .service, .service a:after,
.brand-slider img, .slick-arrow,
.search-field, .service .icon,
.portfolio-image img, .portfolio,
.tr-post, .entry-thumbnail img,
.tr-search .search-icon,
.close-search, .tr-search button,
.tr-search input, .kc-elm,
.mc4wp-form-fields input {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}


.page-template-default .site-content {
    background-color: #fff;
    padding: 30px;
    overflow: hidden;
}


/*========================
=======style-chooser======
==========================*/

.style-chooser {
	width: 100px;
	left: -100px;
	position: fixed;
	top: 50%;
	margin-top:-90px;
	z-index: 9999999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.style-chooser.opened {
	left: 0;
}

.style-chooser .toggler {
	position: absolute;
	top: 0;
	right: -48px;
	display: inline-block;
	background-color: #ddd;
	width: 48px;
	height: 48px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #333;
}

.style-chooser-inner {
	position: relative;
	background-color: #ddd;
	padding: 15px;
}

.style-chooser-inner h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
}

.style-chooser-inner ul {
	list-style: none;
	padding: 0;
	margin: -5px;
}

.style-chooser-inner ul li {
	display: block;
	width: 40px;
	float: left;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.style-chooser-inner ul li a {
	display: block;
	height: 30px;
}

.style-chooser-inner ul li.preset1 a {
	background-color: #f26744;
}

.style-chooser-inner ul li.preset2 a {
	background-color: #2bc2a7;
}

.style-chooser-inner ul li.preset3 a {
	background-color: #ffb72f;
}

.style-chooser-inner ul li.preset4 a {
	background-color: #4a90e2;
}



div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	text-align: center;
	z-index:999999999999999999;
	width: 100%; 
	height: 100%;
	background-color: #fff;
	overflow: visible;
	font-size: 0px;
	color: #ffbb00;
}

div#preloader .icon {
	display: inline-block;
}


div#preloader .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
}

/* Sk Grid */

.sk-row {
	margin-left: -15px;
	margin-right: -15px;
}

.sk-col-2,
.sk-col-3,
.sk-col-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
    float: left;
}

.sk-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}

.sk-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.sk-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;	
}

.portfolio-details .kc-container {
    padding-left: 0px;
    padding-right: 0px;
}


.wpcf7 .wpcf7-form-control {
	border-radius: 30px;
}


.kc_title,
.tr-heading {
	text-transform: capitalize;
}

.section-title .heading-content {
	margin-top: 15px;
	float: left;
	max-width: 650px;
}

.comment-respond {
	margin: 0;
}

.comments-area .comment-respond {
	margin:30px 0
}

#reply-title {
    font-size: 20px;
}

.page .comment-respond,
.page .tr-comments {
	padding: 0;
}

.page .tr-comments {
	margin: 40px 0 0;
}



/* woocommerce CSS */


.woocommerce .woocommerce-ordering select.orderby {
	padding:5px 15px;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul{
	border:0;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 24px;
    font-weight: 300;
    margin: 1px;
    padding: 8px 18px;
    background-color: #fff;	
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}

/* form */

.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single{
	height:50px;
	border: 1px solid #e9eff4;
    border-radius: 5px;
    margin-bottom: 10px;	
	padding:5px 20px;
}

textarea.input-text  {
	border: 1px solid #e9eff4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right:15px;
	top:0;
	height:50px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

.woocommerce button.button {
	margin-right:15px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: transparent;
}

.lost_password a {
	color:#989898;
}

.edit-account fieldset {
	margin-bottom:30px;
}

.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th {
    padding: 15px 20px;
}

.woocommerce address br {
    margin-bottom: 10px;
    display: block;
}

.woocommerce form h3 {
    margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border-bottom: 1px solid #e9eff4;
    padding: 8px 0 8px 20px;
    display: block;
    color: #4F4F4F;
    font-size: 16px;
    text-decoration: none;
	position:relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #4F4F4F;
    position: absolute;
    top: 15px;
    left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{
	border-left: 4px solid #ed1c24;
}

.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width:140px;
	text-align:center;
	padding:5px;
}

.woocommerce table.cart td.actions .coupon .button {
	margin-left:80px;
}

.woocommerce #content table.cart td.actions, 
.woocommerce table.cart td.actions, 
.woocommerce-page #content table.cart td.actions, 
.woocommerce-page table.cart td.actions {
	padding:20px 15px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	padding:10px 20px;
	color:#fff;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: transparent;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #e9eff4;
}

.wpcf7 .wpcf7-form-control,
.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text{
    height: 50px;
	font-weight:normal;
    border-color: #e9eff4;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 20px;  
	width:100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 20px;
}

.woocommerce div.product form.cart .variations select {
	margin-bottom:0;
}

.wpcf7 form label {
	width:100%;
}

.wpcf7 input[type="date"] {
	padding: 12px 20px; 
}

.wpcf7 textarea,
.woocommerce form .form-row textarea,
.woocommerce #review_form #respond textarea,
.woocommerce-page form .form-row textarea.input-text{
	height:200px;
	resize:none;
	padding:15px 20px;
	border-radius: 5px;
}

body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button {
	height:50px;
}

body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button:hover {
	background-color: transparent;
}

body.page-template-default .woo-login-popup-sc-modal .woo-login-popup-sc-close a {
	width:20px;
}


.wpcf7 .wpcf7-form-control.wpcf7-file {
    padding: 0;
	height:inherit;
	width:inherit;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit {
	padding:10px 30px;
	height:inherit;
	cursor:pointer;
	width:inherit;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent;
}

.wpcf7 .wpcf7-form-control.wpcf7-range {
	padding:0;
}

.icheckbox_minimal{
    position: relative;
}

span.wpcf7-list-item {
	margin: 0 20px 0 0;
	text-align:left;
}

.icheckbox_minimal, 
.iradio_minimal {
	background-image: none !important;	
}

.icheckbox_minimal:before {
    position: absolute;
    content: "\f096";
	color:#494949;
    left: 0;
    top: -4px;
	font-size:20px;
    font-family: "fontawesome";
}

.icheckbox_minimal.checked:before {
	 content: "\f14a";
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	display:none;
}

.iradio_minimal:before {
	color:#494949;
    position: absolute;
    content: "\f10c";
    left: 0;
    top: -4px;
	font-size:20px;
    font-family: "fontawesome";	
}

.iradio_minimal.checked:before {
	content: "\f058";
	color:#ed1c24;
}

.wpcf7-list-item-label {
	text-align:left;
	padding:0 10px;
	display:inline-block;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio{
	padding:0;
}


/* products */

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
	margin-bottom:30px;
}
 
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	font-size:18px;
	font-weight: normal;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	color:#494949;
	font-weight:700;
}

.woocommerce ul.products li.product a.button {
	font-size:12px;
	padding:10px 20px;
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 50%;
	color:#fff;
	opacity:0;
	min-width: 125px;
	display: table;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.woocommerce ul.products li.product a.button.product_type_variable {
	min-width: 150px;
}

.woocommerce ul.products li.product:hover a.button {
	opacity:1;
	margin-top: -50px;
	color:#fff;
}

.woocommerce ul.products li.product a.button:hover {
	background-color: #fff !important;
}

.woocommerce ul.products li.product a.button.added {
	display: none;
}

.woocommerce ul.products li.product a.button:hover {
	background-color:rgba(255, 255, 255, 0.6);
	color: #ed1c24;
}

.woocommerce ul.products li.product .added_to_cart {
    position: absolute;
    top: 100%;
	padding:3px 15px;
	left: 50%;
	color: #fff;
	border-radius:4px;
	margin-top: -50px;
	display: table;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);	
}

.woocommerce ul.products li.product .added_to_cart:hover {
	background-color: #fff;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    padding: 3px 12px;
    right: inherit;
    left: 0;
    line-height: 20px;
    border-radius: 0;
    margin: 0;
    top: 14px;
    min-height: inherit;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.onsale:after {
    content: "";
    border: 5px solid #f26744;
    border-color: #f26744 transparent transparent #f26744;
    border-width: 9px 5px;
    position: absolute;
    right: -9px;
    bottom: inherit;
    top: 0;
}

.onsale:before {
    content: "";
    border: 5px solid #f26744;
    border-color: transparent transparent #f26744 #f26744;
    border-width: 9px 5px;
    position: absolute;
    right: -9px;
    bottom: 0;
}

.woocommerce .star-rating {
	color:#ffcc00;
}

.woocommerce .products .star-rating {
	text-align:center;
	display:inline-block;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding:20px 30px;
	box-shadow:none;
	border:0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin:0 0 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left:5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right:5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	margin-right:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: 0;
	padding:0;
	border-radius:0;
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color:#494949;
	padding: 10px 20px;
	border-radius:4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	color:#fff;
}

.woocommerce #review_form #respond .form-submit input {
	margin-top:10px;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 10px 0 0;
}

.woocommerce .quantity .qty {
	border-radius:5px;
	width:80px;
	border: 1px solid #e9eff4;
}

.woocommerce-message::before {
	left:0;
}

.woocommerce-message {
	padding: 15px 0 15px 25px;
}

.woocommerce-form-login .icheckbox_minimal:before {
	top:-10px;
}

.related.products h2,
.up-sells.upsells.products h2{
	margin-bottom:30px;
}

.woocommerce div.product form.cart .variations label {
	color:#494949;
	margin-top:15px;
	font-size:14px;
}

.create-account .icheckbox_minimal:before {
    top: -12px;
}

.product-name a,
.woocommerce-order-details a{
	color:#4f4f4f;
}

.tr-dropdown-menu .woocommerce-mini-cart li a.remove{
	color:#4f4f4f !important;
}

.woocommerce p.stars a {
	color:#fec42d;
}

/* widget */

.woocommerce-product-search {
	position:relative;
}

.woocommerce-product-search input[type="search"] {
    width: 100%;
    height: 50px;
    color: #454545;
    border: 1px solid #e9eff4;
    padding: 5px 75px 5px 20px;
    font-weight: 300;	
}

.woocommerce-product-search button {
	position:absolute;
	right:0;
	top:0;
	padding:5px 12px;
	height:100%;
	border-radius:0;
	border:0;
	color: #fff;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .widget_rating_filter ul li a{
	    padding: 10px 30px;
}

.woocommerce .woocommerce-widget-layered-nav-list li {
	display:block;
	width:100%;
}

.woocommerce .woocommerce-widget-layered-nav-list li a {
	float:left;
	width:80%;
}

.woocommerce .woocommerce-widget-layered-nav-list li a:hover,
.woocommerce ul.product_list_widget li a:hover{
	color:#ed1c24;
	background-color:transparent;
}

.woocommerce .woocommerce-widget-layered-nav-list li span {
	float:right;
	margin-top:8px;
}

.woocommerce ul.product_list_widget li img {
	width:50px;
	margin-right: 5px;
	margin-left: 0;
}

.widget.widget_price_filter form {
    padding: 10px 0 0;
    overflow: hidden;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f7f7f7;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size:12px;
	padding:8px 15px;
	margin-right:5px;
}

.widget.woocommerce.widget_rating_filter ul li a:hover {
	color:#4f4f4f;
	background-color: transparent;
}

.widget ul.children {
    padding: 0 0 0 15px;
}

.right-content>ul {
	margin-right: 20px;
	float: left;
}


/* transition */

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.wpcf7 .wpcf7-form-control.wpcf7-submit,
.wpcf7 .wpcf7-form-control,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce button.button, .input-text,
body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;	
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; 
    max-width: 100%; 	
}

.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce a.remove {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #494949 !important;
}

.woocommerce  .variations_form table td, 
.woocommerce  .variations_form table th {
	background-color: transparent !important;
}

.woocommerce  .entry-summary .quantity .qty {
	height: 36px;
	padding: 0 5px;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.cart_totals h2, .related.products h2, 
.up-sells.upsells.products h2,
#customer_login h2 {
	color: #3e3a3a;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 20px 30px;
	background-color: #fff;
}


.widget_shopping_cart_content .woocommerce-mini-cart li.woocommerce-mini-cart-item {
	margin-bottom: 8px;
}

.cart-content .tr-dropdown-menu {
    min-width: 260px;
    left: inherit;
    padding: 20px 15px;
    right: 0 !important;
    z-index: 9999999;
}

.cart-content .tr-dropdown-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cart-content .tr-dropdown-menu li {
    float: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e9eff4;
    padding-right: 20px;
}

.cart-content .tr-dropdown-menu li a.remove {
    position: absolute;
    right: 0;
    top: 3px;
    line-height: 0;
    padding: 5px;
    font-size: 16px;
    background-color: #fff;
}

.cart-content li.mini_cart_item a.remove:hover {
	background-color: transparent !important;
}

.cart-content .mini_cart_item img {
    float: left !important;
    width: 60px!important;
    border-radius: 4px;
    padding: 5px;
    height: auto;
    margin-right: 5px;
}

.cart-content .cart-content ul li span {
    font-size: 14px;
}

.cart-content .woocommerce-mini-cart__buttons .button {
    font-size: 14px;
    padding: 8px 20px;
    float: left;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
}

.cart-content .woocommerce-mini-cart__buttons .button.checkout {
    margin-left: 5px;
    float: right;
}

.cart-content .woocommerce-mini-cart__buttons .button:hover {
	background-color: transparent !important;
}

.woocommerce .product .entry-summary button.button {
	margin-right: 0;
}

.cart-content .woocommerce-mini-cart__total.total {
	text-align: center;
	margin: 10px 0;
}

.tr-menu .cart-content.tr-dropdown .cr_cart {
	color: #fff;
	display: block;
	padding: 13px 25px;
    border-radius: 10px;
}

.tr-menu .cart-content .tr-dropdown-menu+.icon {
	display: none;
}

.tr-topbar .cart-content.tr-dropdown {
	margin-right: 20px;
}

.tr-menu .cart-content.tr-dropdown {
	float: right;	
}

.cart-content.tr-dropdown li a {
	display: block;
}

.woo-signin,
.woo-account {
	float: left;
}

.woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
}

.woocommerce-page .woocommerce-message .button {
	padding: 5px 15px;
	font-size: 12px;
}

.widget .woocommerce-mini-cart__buttons .button {
	width: 100%;
	text-align: center;
}

.woocommerce-pagination {
	margin-top: 55px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce-page #content table.cart td.actions .input-text:focus, 
.woocommerce-page table.cart td.actions .input-text:focus,
.wpcf7 .wpcf7-form-control:focus,
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover,
.woocommerce-product-search input[type="search"]:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce #review_form #respond textarea:focus,
.woocommerce-message, .woocommerce-info,
.woocommerce form .form-row .input-text:focus, 
.woocommerce-page form .form-row .input-text:focus,
body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button{
    border-color: #f26744;
}

.lost_password a:hover,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce ul.products li.product a.button,
.comment-form-rating a, .woocommerce-message::before,
.woocommerce-info::before, .icheckbox_minimal.checked:before,
.woocommerce-info a, .woocommerce ul.products li.product a.button:hover,
body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button:hover,
body .woo-login-popup-sc-modal .woocommerce-LostPassword a:hover, 
body .woo-login-popup-sc-modal .woocommerce-plogin a:hover,
.product_meta a:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.tr-topbar .cart-content .tr-dropdown-menu li a.remove:hover,
.woocommerce-mini-cart__buttons .button:hover{
	color:#f26744;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce span.onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .psingle_add_to_cart_button,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover,
body.page-template-default .woo-login-popup-sc-modal .woo-login-popup-sc-close a:hover:before,
body.page-template-default .woo-login-popup-sc-modal .woo-login-popup-sc-close a:hover:after,
.woocommerce a.remove:hover, .woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt, .woocommerce-product-search button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.product_list_widget li a.remove:hover,
.woocommerce-mini-cart__buttons .button,
.tr-menu .cart-content.tr-dropdown .cr_cart{
    background-color: #f26744;	
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce-mini-cart__buttons .button {
    border: 1px solid #f26744;	
}
.footer-top{
	text-align: center;
}
.footer-top .row .footer-widget:nth-child(2){
	display: flex !important;
}
.footer-top .row .footer-widget  #media_image-2{
	margin: auto;
}
#media_image-2 img {
	width: 50%;
}
#text-2 address{
	margin: auto;
}