	/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);
/* Css */
@import url(../plugins/fontawesome-5/css/all.css);
@import url(libs/animate/animate.css);
@import url(libs/themify/css/themify-icons.css);
@import url(libs/bootstrap/css/bootstrap.min.css);
@import url(libs/owl.carousel/assets/owl.carousel.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body,html{
	font-size: 13px !important;
	color: #5f5f5f;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	height:100%;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img{
	border:none;
	max-width:100%;
	height: auto;
}
a{
	color:#5f5f5f;
}
a:hover{
	color: #ED3237;
	text-decoration:none;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
.recent-posts-widget a {
    color: #ea6f00;
}
a,
button,
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
	color: #555;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #ED3237;
	outline: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-color: #FCD998;
}
blockquote {
	background: #fafafa;
	border-left: 5px solid #ecf0f1;
	padding: 10px 25px;
	font-size: 18px;
	font-style: italic;
	color: #313131;
	margin: 20px 0 20px 40px;
}
/* / xbc home testimonial start / */
.testimonial-main-wrappper {
	margin: 60px 0px;
}

.testimonial-main-wrappper .testimonial-box {
	display: flex;
}

.testimonial-main-wrappper .carousel-inner-wrapper .testimonial-box {
	display: flex;
	width: 800px;
	gap: 50px;
	align-items: center;
	position: relative;

}

.testimonial-main-wrappper .carousel-indicators li {
	width: 20px;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #fff;
	border: 0;

}

.testimonial-main-wrappper .carousel-indicators li.active {
	background-color: #4d4d4d;
	border: 0;
}


.testimonial-box-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0px;
	border-radius: 2px 185px 2px;
	background-image: linear-gradient(to right, #4e4c4c, #f07c16);
}

.testimonial-main-wrappper .testimonial-img-box {
	width: 300px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}


.testimonial-main-wrappper .testimonial-img-box img {
	width: 225px;
	max-width: 225px;
	height: 225px;
	border-radius: 50%;
}

.testimonial-main-wrappper .testimonial-text-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
	position: relative;
}

.testimonial-main-wrappper .testimonial-text-box::before {
	content: url(../images/after.png);
	size: 20px;
	z-index: 99;
	position: absolute;
	left: -50px;
	top: -50px;
	opacity: 0.2;

}

.testimonial-main-wrappper .testimonial-text-box::after {
	content: url(../images/before.png);
	z-index: 99;
	right: 0;
	bottom: -25px;
	opacity: 0.2;
	position: absolute;

}

.testimonial-main-wrappper .testimonial-text-box p {
	font-size: 16px;
}

.testimonial-main-wrappper .carousel-indicators {
	width: 70%;
}


/*==========================================================
	3. ELEMENTS
==========================================================*/
@media (min-width: 1200px) {
	.container {
	    width: 1200px;
	}
}
.button {
	display: inline-block;
	vertical-align: top;
	border: none;
}
.button.full {
	display: block;
	text-align: center;
}
.button.large {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
}
.button.extra-large {
	height: 60px;
	line-height: 60px;
	max-width: 570px;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 16px;
}
.button.extra-large img {
	margin-right: 10px;
}
.primary-button {
	background: #ea6f00;
	color: #FFF;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
}
.primary-button:hover {
	color: #FFF;
	background: #1f2930;
}
.hover-cycle {
	position: relative;
	overflow: hidden;
}
.hover-cycle img {
	width: 100%;
	transform: scale3d(1,1,1);
	transition: .6s all;
}

.hover-cycle:hover img{
	transform: scale3d(1.2,1.2,1);
}


.hover-cycle:before,
.hover-cycle:after {
	position: absolute;
	display: block;
	content: "";
	opacity: 0;
	visibility: hidden;
}
.hover-cycle:before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/assets/icon-plus.png) no-repeat center, rgba(31, 41, 48, 0.5);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	z-index: 10;
}
.hover-cycle:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20%;
	height: 20%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	content: "";
	display: block;
	border: 20px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 2;
}
.hover-cycle:hover:after {
	width: 150%;
	height: 150%;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.hover-cycle:hover:before {
	opacity: 1;
	visibility: visible;
}
.checkbox-field input {
	display: none;
}
.checkbox-field label {
	padding-left: 20px;
	position: relative;
	cursor: pointer;
}
.checkbox-field label:before {
	width: 13px;
	height: 13px;
	display: block;
	border: 1px solid #dddddd;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
.checkbox-field input:checked + label:before {
	content:"\f00c";
	font-family: FontAwesome;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	color: #ED3237;
}
.section {
	background-repeat: no-repeat;
	background-position: top center;
	padding:70px 0;
}

.section.margin{
	margin-bottom:50px;
}

.section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.section.light-bg {
	background: #f7f7f7;
}

.blog-slider-section{
	padding-bottom: 15px;
}

.section-title {
	font-size: 26px;
	font-weight: 700;
	color: #313131;
	text-align: center;
	margin-bottom: 15px;
}
.section-title span {
	color: #ea6f00;
}

.section-desc {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 70px;
}

.jcb-img{
	max-width: 400px;
    margin: 0 auto;
    display: block;
}
.intro-box {
	padding-right: 70px;
	font-size: 16px;
	line-height: 30px;
}
.intro-title {
	font-size: 16px;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 500;
}
.read-more {
	font-size: 14px;
	color: #ea6f00;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	margin-top: 7px;
	padding-right: 25px;
	background: url(../images/assets/next.png) no-repeat right center;
}
.read-more:hover {
	text-decoration: underline;
}
.service-box {
	position: relative;
	padding: 35px 55px 35px 100px;
	background: #FFF;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.service-box:hover {
	box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-ms-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-webkit-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-o-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
}
.service-box .icon {
	position: absolute;
	left: 40px;
	top: 35px;
}
.service-box .read-more {
	background: url(../images/assets/next2.png) no-repeat right center;
	padding-right: 22px;
	margin-top: 10px;
}
.service-title {
	font-size: 18px;
	font-weight: 500;
	margin: 5px 0 15px;
}
.service-title a {
	color: #313131;
}
.service-title a:hover {
	color: #ED3237;
}
.service-center {
	text-align: center;
	padding: 30px 25px;
	margin-bottom: 20px;
	/* cursor:pointer; */
	transition:.6s all;
}

.service-center:hover{
	box-shadow:0px 0px 20px 6px #ccc;
}
.service-center.shadow {
	border-top: 3px solid #ED3237;
}
.service-center .icon {
	position: static;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	height: 40px;
}
.service-center .service-title {
	font-size: 16px;
	text-transform: uppercase;
}
.service-box.has-bg {
	background: #fafafa;
	padding: 35px 40px 30px;
	margin-bottom: 30px;
}
.service-box.rounded-center {
	padding: 35px 20px 30px;
	text-align: center;
}
.service-box.has-bg .icon,
.service-box.rounded-center .icon {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	height: 50px;
	width: 50px;
	border: 2px solid #ED3237;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.service-box.has-bg .icon img,
.service-box.rounded-center .icon img {
	max-width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: auto;
}
.service-box.has-bg .service-title {
	margin-bottom: 10px;
}
.service-box.rounded-center .service-title {
	font-size: 16px;
	line-height: 26px;
}
.shadow {
	box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-ms-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-webkit-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-o-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
}
.team {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	padding: 40px 0;
	margin-top: -40px;
}
.team .avatar {
	text-align: center;
}
.team:hover {
	background: #fafafa;
	box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-ms-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-webkit-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-o-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
}
.team-info {
	padding: 30px 0 0;
	position: relative;
	text-align: center;
}
.team-name {
	font-size: 16px;
	font-weight: 700;
	color: #313131;
	margin-bottom: 5px;
}
.team-job {
	font-weight: 500;
}
.team .socials {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	bottom: 90%;
	left: 0;
	right: 0;
	background: rgba(86, 150, 227, 0.9);
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.team:hover .socials {
	opacity: 1;
	visibility: visible;
	bottom: 100%;
}
.team .socials li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.team .socials li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.team .socials li a:hover {
	color: #5696e3;
	background: #FFF;
}
.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordion > li {
	padding: 18px 0;
	border-bottom: 1px solid #f3f3f3;
}
.accordion > li:first-child {
	padding-top: 0;
}
.accordion-title {
	font-weight: 500;
	font-size: 16px;
	position: relative;
}
.accordion-title a {
	display: block;
}
.accordion-title a:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	background: url(../images/assets/plus.png) no-repeat center;
}
.accordion li.open .accordion-title a:before {
	background: url(../images/assets/exert.png) no-repeat center;
}
.accordion-content {
	padding-top: 10px;
	display: none;
}
.accordion-content p {
	margin-bottom: 15px;
}
.accordion-content p:last-child {
	margin-bottom: 0;
}
.accordion.first-open li:first-child .accordion-content {
	display: block;
}
.testimonials {
	position: relative;
}
.testimonials:before {
	position: absolute;
	content: "";
	width: 274px;
	height: 216px;
	left: 50%;
	margin-left: -137px;
	top: -70px;
	display: block;
	background: url(../images/assets/quote.png) no-repeat center;
}
.testi-preview {
	max-width: 900px;
	margin: 0 auto
}
.testi-thumb {
	max-width: 270px;
	margin: 0 auto;
}
.testi-thumb .item {
	padding: 10px 0;
}
.testi-thumb .avatar {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	display: block;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(98, 98, 98, 0.2);
	-moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.2);
	-ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.2);
	-webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.2);
	-o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.2);
}
.testi-thumb .avatar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.testi-thumb .item.active .avatar {
	box-shadow: 0 3px 8px rgba(98, 98, 98, 0.4);
	-moz-box-shadow: 0 3px 8px rgba(98, 98, 98, 0.4);
	-ms-box-shadow: 0 3px 8px rgba(98, 98, 98, 0.4);
	-webkit-box-shadow: 0 3px 8px rgba(98, 98, 98, 0.4);
	-o-box-shadow: 0 3px 8px rgba(98, 98, 98, 0.4);
}
.testi-preview {
	text-align: center;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 26px;
}
.testi-content {
	margin-bottom: 30px;
}
.testi-name {
	color: #ED3237;
	font-weight: 600;
}
.testi-job {
	color: #313131;
	font-weight: 500;
}
.counter {
	text-align: center;
}
.counter-number {
	font-size: 62px;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 25px;
}
.counter-title {
	font-size: 18px;
	text-transform: uppercase;
}
.pricing-table {
	margin: 0 - 15px;
	padding: 0;
	list-style: none;
}
.pricing-table > li {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
}
.pricing-table.column-3 > li {
	width: 33.3333%;
}
.pricing-table.column-4 > li {
	width: 25%;
}
.pricing-inner {
	background: #FFF;
	position: relative;
	padding: 90px 40px;
	text-align: center;
}
.pricing-inner > * {
	position: relative;
	z-index: 10;
}
.pricing-inner:before {
	position: absolute;
	border-top: 5px solid transparent;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 30px;
	display: block;
	content: "";
	box-shadow: 0 0 10px rgba(29, 29, 27, 0.15);
	-moz-box-shadow: 0 0 10px rgba(29, 29, 27, 0.15);
	-ms-box-shadow: 0 0 10px rgba(29, 29, 27, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(29, 29, 27, 0.15);
	-o-box-shadow: 0 0 10px rgba(29, 29, 27, 0.15);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.hightlight .pricing-inner:before {
	top: 0;
	bottom: 0;
}
.pricing-inner:hover:before {
	border-top-color: #ED3237;
}
.pricing-title h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.pricing-price {
	margin-bottom: 25px;
}
.pricing-price .money {
	font-size: 60px;
	font-weight: 700;
	color: #ED3237;
	text-transform: uppercase;
	letter-spacing: 0.2;
	line-height: 50px;
	display: inline-block;
}
.pricing-price .currency {
	font-size: 29px;
	color: #ED3237;
	display: inline-block;
	vertical-align: top;
}
.pricing-price .per {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;
}
.pricing-content ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.pricing-content ul li {
	padding: 5px 0;
}
.pricing-content ul li.not {
	text-decoration: line-through;
	color: #888888;
}
.pricing-content b,
.pricing-content strong {
	font-weight: 600;
}
.pricing-content .button {
	width: 200px;
	border: 2px solid #dddddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.hightlight .pricing-inner .pricing-content .button {
	background: #ED3237;
	border-color: #ED3237;
	color: #FFF;
}
.pricing-inner .pricing-content .button:hover {
	background: #1F2A30;
	border-color: #1F2A30;
	color: #FFF;
}
.twitter-slider.light-bg {
	background: #5696e3;
	color: #FFF;
}
.twitter-slider .slider-wrap {
	max-width: 830px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
}
.twitter-slider .slider-wrap b,
.twitter-slider .slider-wrap strong {
	font-weight: 600;
}
.twitter-slider .slider-wrap a {
	color: #FFF;
}
.twitter-slider .slider-wrap a:hover {
	text-decoration: underline;
}
.twitter-slider .icon {
	color: #2ddef2;
	font-size: 42px;
	margin-bottom: 30px;
}
.owl-carousel .owl-controls {
	margin-top: 50px;
	text-align: center;
}
.owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border: 2px solid #dddddd;
	margin: 0 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.owl-carousel .owl-controls .owl-dot.active {
	border-color: #5696e3;
	background: #5696e3;
}
.input-field {
	margin-bottom: 30px;
}
.input-field input,
.input-field textarea {
	width: 100%;
	height: 50px;
	padding: 10px 25px;
}


.input-field textarea {
	height: 150px;
}
.input-submit .button {
	line-height: 42px;
	height: 42px;
	font-size: 16px;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
	background: #fafafa;
	padding: 10px 0;
	position: relative;
	z-index: 100 !IMPORTANT;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.light-header {
	background: none;
}
.is-sticky .site-header {
	padding: 10px 0;
	background: #FFF;
	box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-moz-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-ms-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-o-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
}
.site-brand {
	float: left;
}
.light-logo,
.is-sticky .light-header .logo {
	display: none;
}
.is-sticky .light-header .light-logo {
	display: block;
}
/* .logo img{max-width: 100px;} */
.main-menu,
.login-button {
	float: right;
	margin-top: 5px;
}
.main-menu {
	margin-right: 25px;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px;
	position: relative;
}
.main-menu ul li a {
	line-height: 38px;
	display: block;
	color: #313131;
	text-transform: uppercase;
	position: relative;
}
.main-menu > ul > li > a:before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 20%;
	height: 2px;
	background: #ED3237;
	display: block;
	left: 50%;
	transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-o-transform: translate(-50%);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li:hover > a:before,
.main-menu ul li.current-menu-item > a:before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background: #FFF;
	padding: 10px 25px;
	box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-moz-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-ms-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	-o-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}
.main-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 15px;
}
.main-menu .sub-menu li {
	display: block;
	margin: 0;
}
.main-menu .sub-menu li a {
	font-size: 12px;
	line-height: 24px;
	padding: 10px 0;
}
.main-menu .arrow {
	display: none;
}
.main-menu .sub-menu .arrow {
	display: inline;
	float: right;
}
.main-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
.mobile-btn {
	display: none;
}
.light-header .main-menu > ul > li > a {
	color: #FFF;
}
.is-sticky .light-header .main-menu > ul > li > a {
	color: #313131;
}
.main-menu ul li:hover > a,
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-parent > a,
.light-header .main-menu > ul > li:hover > a,
.light-header .main-menu > ul > li.current-menu-item > a
.is-sticky .light-header .main-menu ul li.current-menu-parent > a {
	color: #ED3237 !IMPORTANT;
}

.shipping-image{
	position: relative;
}

.shipping-image:after{
	position: absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: black;
	opacity: .4;
}

.shipping-image .shipping-text{
	position: absolute;
	width:100%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index: 9;
	text-align: center;
	color:white;
}

.shipping-text h2{
	font-size: 40px;
	font-weight: bold;
}

.shipping-text p{
	font-size: 20px;
	margin: 20px 0;
}

.calculator{
	position: relative;
    top: -125px;
    background: white;
    padding: 30px;
    box-shadow: 0px 9px 15px 0px #eeeeee9e;
}

.calculator .form-control{
	height:50px;
}

.calculator #country1,.calculator #country2{
    width: 90%;
    float: left;
    border: 1px solid #ccc;
    border-top: 0;
	border-radius: 0;
	border-right: 0;
}

.calculator #state1,.calculator #state2{
	width:50%;
	float: left;
	border-right: 1px solid #ccc;
    border-radius: 0;
}

.calculator #city1,.calculator #city2{
	width:50%;
	float: left;
}

.calculator-box{
	position: relative;
	border: 1px solid #ccc;
    border-radius: 4px;
}

.calculator-box label{
    float: left;
    width: 10%;
	padding: 13px 10px 12px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.calculator-box .form-control{
	border:0;
	box-shadow: none;
	display:inline-block;
}

.quantity{
	position: relative;
}

.quantity label{
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 11px;
    color: #ea6f01;
    font-weight: normal;
}

.quantity .form-control{
	display: inline-block;
	height: 50px;
    padding: 15px 12px 0px;
}

.quantity .measurement{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ccc;
    padding: 13px 0px;
    width: 40px;
    color: black;
    text-align: center;
}

.calculator input[type=number]::-webkit-inner-spin-button,
.calculator input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*==========================================================
	5. MAIN CONTENT
==========================================================*/
/* --------------------------
	5.1 General
--------------------------- */
.site-main {
	padding: 0 0 10px;
	min-height: 200px;
}
.left-sidebar .main-content {
	float: right;
}
.page-title {
	min-height: 300px;
	background-repeat: no-repeat;
	background-attachment: top;
	position: relative;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #333;
	margin-bottom: 100px;
}
.page-title .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.page-title h1 {
	font-size: 56px;
	margin-bottom: 15px;
}
.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.breadcrumbs li:before {
	content:"\f105";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 5px;
}
.breadcrumbs li:first-child:before {
	display: none;
}
.breadcrumbs li a {
	color: #FFF;
}
.breadcrumbs li a:hover {
	color: #ED3237;
}
.page-title-search {
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	/* margin: 35px 0 25px; */
}
.page-title-search:before {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 16px;
	height: 16px;
	margin-top: -7px;
	display: block;
	content: "";
	background: url(../images/assets/search.png) no-repeat center;
}
.page-title-search input[type=text],
.page-title-search input[type=search] {
	width: 100%;
	background: none;
	border: none;
	height: 60px;
	padding: 8px 170px 8px 55px;
	font-size: 18px;
	color:#555;
	font-weight: 300;
	border: 1px solid #888;
}
.page-title-search input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	background: #ea6f00;
	border: none;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
	-o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
}
.page-title-search input[type=submit]:hover {
	background: #1f2930;
}
.page-title p {
	font-size: 16px;
}
.page-title-desc {
	font-weight: 300;
	text-align: center;
	font-size: 16px;
}
.page-title-desc a {
	color: #FFF;
}
.page-title-desc a:hover {
	color: #ED3237;
}
.pagination {
	padding: 50px 0;
	text-align: center;
	margin: 0;
	display: block;
}
.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
}
.pagination li > * {
	display: block;
	width: 40px;
	height: 40px;
	background: #f7f7f7;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.pagination li .current,
.pagination li a:hover {
	background: #ED3237;
	color: #FFF;
}
.entry-content p {
	margin-bottom: 15px;
}
.entry-content img {
	margin-bottom: 20px;
}
.entry-content ul {
	padding: 0 0 0 40px;
	margin-bottom: 15px;
	list-style: none;
}
.entry-content ul li {
	padding: 2px 0 2px 15px;
	position: relative;
}
.entry-content ul li:before {
	height: 6px;
	width: 6px;
	display: block;
	background: #5f5f5f;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
}

/* --------------------------
	5.2 Blog
--------------------------- */
.post {
	margin-bottom: 30px;
}
.post-thumb {
	display: block;
	position: relative;
}
.post-info {
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
}
.post-title {
	font-size: 26px;
	color: #313131;
	font-weight: 500;
	margin-bottom: 10px;
}
.post-title a {
	color: #313131;
}
.post-title a:hover {
	color: #ED3237;
}
.post-meta {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font-size: 13px;
}
.post-meta li {
	display: inline-block;
	vertical-align: top;
}
.post-meta li:before {
	content: " | ";
}
.post-meta li:first-child:before {
	display: none;
}
.post-meta li a {
	color: #ED3237;
}
.post-meta li a:hover {
	text-decoration: underline;
}
.blog-grid .site-main .row .col-md-4:nth-child(3n+1) {
	clear: both;
}
.blog-grid .post {
	background: #fafafa;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	margin-bottom: 80px;
}
.blog-grid .post:hover {
	box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-ms-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-webkit-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	-o-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
}
.blog-grid .post-info {
	padding: 20px 30px;
}
.blog-grid .post-title {
	font-size: 18px;
	margin-bottom: 7px;
}
.blog-grid .post-meta {
	margin-bottom: 10px;
}
.blog-grid .post-meta li:before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 6px;
	color: #949494;
}
.blog-grid .post-meta li:first-child:before {
	display: none;
}
.blog-grid .post-meta li a {
	color: #949494;
}
.blog-grid .post-meta li a:hover {
	color: #ED3237;
}
.blog-grid .post-meta li i {
	margin-right: 3px;
}
.blog-grid .pagination {
	padding: 0;
}

/* --------------------------
	5.3 Single Blog
--------------------------- */
.single .post {
	margin-bottom: 75px;
}
.tags-links {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 0 30px;
}
.tags-links > * {
	display: inline-block;
	vertical-align: middle;
}
.tags-links a {
	background: #f7f7f7;
	padding: 2px 5px;
	margin: 0 2px;
}
.author-info {
	margin: 10px 0 0;
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}
.author-info .avatar,
.comment-avatar {
	display: block;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	margin-right: 30px;
}
.author-info h3 {
	font-size: 16px;
	font-weight: 500;
	color: #313131;
	margin-bottom: 5px;
}
.author-info h3 a  {
	color: #313131;
}
.author-info h3 a:hover {
	color: #ED3237;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-body {
	position: relative;
}
.comment-meta > * {
	display: block;
}
.comment-content,
.comment-meta {
	margin-left: 85px;
}
.comment-avatar {
	position: absolute;
	top: 5px;
	left: 0;
}
.comment-author,
.comment-reply-title,
.comments-title {
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	color: #313131;
}
.comments-title,
.comment-reply-title {
	margin-bottom: 35px;
}
.comment-author a {
	color: #313131;
}
.comment-author a:hover {
	color: #ED3237;
}
.comment-date {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: -2px;
}
.comment-list .comment {
	margin-bottom: 30px;
}
.comment-respond {
	padding-top: 40px;
}
.comment-form p {
	margin-bottom: 25px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form input[type=number],
.comment-form textarea {

}
.comment-form textarea {
	height: 130px;
}
.comment-form .row {
	margin-left: -13px;
	margin-right: -13px;
}
.comment-form .row > * {
	padding-left: 13px;
	padding-right: 13px;
}

.comment-form .form-submit{
	display:inline-block;
	float: right;
}
.comment-form .form-submit .button {
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    width: auto;
}

button.add{
	border: 0;
    background: transparent;
    color: #ea6f01;
    float: left;
	font-size: 15px;
	padding: 5px 0;
}

.clone{
	position: relative;
	background: whitesmoke;
    padding: 25px 0 0;
    margin-bottom: 20px;
}

a.remove{
	position: absolute;
    top: 0;
    right: -12px;
    background: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
    color: white;
    text-align: center;
    padding: 0 !important;
    padding-left: 1px !important;
	font-weight: bold;
	transform:translateY(-50%);
}

/*==========================================================
	6. SIDEBAR
==========================================================*/
.sidebar {
	padding-left: 45px;
}
.left-sidebar .sidebar {
	padding-left: 15px;
	padding-right: 45px;
}
.sidebar .widget {
	background: #fafafa;
	padding: 30px;
	margin-bottom: 40px;
}
.sidebar .widget-title {
	font-size: 16px;
	color: #313131;
	font-weight: 500;
	margin-bottom: 25px;
}
.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .widget ul li {
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
	font-size: 16px;
	line-height: 26px;
}
.login-form-widget {
	padding: 35px 30px 20px;
}
.login-form-widget .field {
	margin-bottom: 20px;
}
.login-form-widget .input-field input {
	background: #FFF;
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.login-form-widget label {
	display: block;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 7px;
}
.login-form-widget .submit-field {
	font-size: 16px;
}
.login-form-widget .submit-field > * {
	display: inline-block;
	vertical-align: middle;
}
.login-form-widget .submit-field span {
	margin: 0 25px;
	font-weight: 500;
}
.login-form-widget .submit-field a {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
}
.login-form-widget .submit-field .button {
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
}


/*==========================================================
	7. KNOWLEDGE BASE
==========================================================*/
.knowledge-page .page-title {
	min-height: 300px;
}
.knowledge-page .site-main {
	padding-bottom: 30px;
}
/* --------------------------
	7.1 Knowledge
--------------------------- */
.knowledge-page .main-content > .row > *:nth-child(2n+1) {
	clear: both;
}
.knowledge-page.fullwidth .main-content > .row > *:nth-child(2n+1) {
	clear: none;
}
.knowledge-page.fullwidth .main-content > .row > *:nth-child(3n+1) {
	clear: both;
}
.knowledge {
	margin-bottom: 70px;
}
.knowledge-title {
	font-size: 18px;
	font-weight: 500;
	color: #313131;
	margin-bottom: 7px;
}
.knowledge-desc {
	margin-bottom: 0;
}
.knowledge-list {
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
}
.knowledge-list li {
	padding: 15px 0;
	border-bottom: 1px solid #f3f3f3;
	font-size: 16px;
}
.knowledge-list li:last-child {
	border-bottom: none;
}
.knowledge-list li a {
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/assets/doc.png) no-repeat left 5px;
}
.knowledge-list li.video a {
	background: url(../images/assets/video.png) no-repeat left 6px;
}
.knowledge .read-more {
	margin: 0;
}

/* --------------------------
	7.2 Knowledge Widget
--------------------------- */
.sidebar .knowledge-widget {
	padding: 29px;
}
.sidebar .widget .knowledge-list li {
	padding: 15px 0;
}
.sidebar .widget .knowledge-list li:first-child {
	padding-top: 10px;
}
.sidebar .widget .knowledge-list li:last-child {
	border-bottom: none;
}
.support-widget .button {
	margin-top: 35px;
}


/*==========================================================
	8. PAGES
==========================================================*/
/* --------------------------
	8.1 About Us
--------------------------- */

/* --------------------------
	8.2 FAQ
--------------------------- */
.faq-page .page-title {
	min-height: 300px;
}
.sidebar .widget .faq-list-widget li {
	border: none;
	font-size: 14px;
	line-height: 24px;
}
.sidebar .widget .faq-list-widget li:first-child {
	padding-top: 2px;
}
.sidebar .widget .faq-list-widget li:last-child {
	padding-bottom: 2px;
}
.sidebar .widget .faq-list-widget li > a {
	display: block;
	padding: 5px 0;
	position: relative;
}
.sidebar .widget .faq-list-widget li > a:before {
	display: block;
	height: 0;
	width: 5px;
	background: #ED3237;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -30px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.sidebar .widget .faq-list-widget li > a:hover:before,
.sidebar .widget .faq-list-widget li.active > a:before {
	height: 100%;
}
.faq-list-widget h3 {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

/* --------------------------
	8.3 Contact Us
--------------------------- */
.contact-page .site-main {
	padding-bottom: 0;
}
.contact-title {
	font-size: 18px;
	color: #313131;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.contact-list1 {
	text-align: left;
}
.sidebar .widget .contact-list1 li {
    font-size: 16px;
    line-height: 20px;
    width: 30%;
    padding: 0px 15px;
    float: left;
}
.sidebar .widget .contact-list1 li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.contact-list1 li p {
	line-height: 20px;
	word-wrap: break-word;
	font-size: 12px;
}
.contact-list1 li.dimensions p {
	line-height: 37px;
	word-wrap: break-word;
	/* background: #ddd; */
	text-align: left;
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
}
.contact-list1 li p a {
	word-wrap: break-word;
}
.contact-list1 h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
    color: #313131;
    margin-bottom: 5px;
    font-weight: bold;
}
.contact-list1 .icons {
    font-size: 40px;
    color: #252525;
    margin-bottom: 25px;
    float: left;
    margin-right: 15px;
}
.contact-widget .contact-list1 .icons img{
	width: 24px;
}


/* --------------------------
	8.3 Contact Us
--------------------------- */
.contact-page .site-main {
	padding-bottom: 0;
}
.contact-title {
	font-size: 18px;
	color: #313131;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.contact-list {
	text-align: center;
}
.sidebar .widget .contact-list li {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 15px;
}
.sidebar .widget .contact-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.contact-list li p {
	line-height: 20px;
	word-wrap: break-word;
	font-size: 14px;
}
.contact-list li.dimensions p {
	line-height: 37px;
	word-wrap: break-word;
	/* background: #ddd; */
	text-align: left;
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
}

.contact-list li p a {
	word-wrap: break-word;
}
.contact-list h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
    color: #313131;
    margin-bottom: 5px;
    font-weight: bold;
}
.contact-list .icons {
    font-size: 40px;
    color: #252525;
    margin-bottom: 25px;
    margin-right: 15px;
}

#map {
	height: 500px;
	margin-top: 60px;
}

/* --------------------------
	8.4 Page 404
--------------------------- */
.page-404 .site-main .container {
	text-align: center;
	padding: 60px 15px;
}
.error-heading {
	font-size: 150px;
	font-weight: 700;
	color: #424242;
	margin-bottom: 10px;
}
.error-content h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 20px;
}
.error-desc {
	font-weight: 500;
}
.error-content a {
	text-decoration: underline;
}
.error-search-form {
	background: #f4f4f4;
	max-width: 370px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	margin-top: 40px;
}
.error-search-form input[type=search] {
	height: 50px;
	padding: 10px 20px;
	font-weight: 500;
	background: none;
	border: none;
	width: 100%;
}
.error-search-form button {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	right: 0;
	background: none;
	border: none;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
}

/*==========================================================
	9. FORUM
==========================================================*/
#bbpress-forums ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bbpress-forums ul:after {
	display: block;
	clear: both;
	content: "";
}
#bbpress-forums .bbp-topics {
	margin-bottom: 70px;
}
#bbpress-forums ul ul {
	border-bottom: 1px solid #f3f3f3;
	padding: 15px 0;
}
.bbp-header > ul > li,
.bbp-body > ul > li {
	float: left;
}
.bbp-topic-title h2 {
	font-size: 18px;
	font-weight: 500;
	color: #313131;
	margin-bottom: 15px;
}
.bbp-topic-title {
	width: 47%;
}
.bbp-topic-voice-count,
.bbp-topic-reply-count {
	text-align: center;
	width: 13%;
}
.bbp-topic-freshness {
	width: 27%;
}
.bbp-body > ul > li h3,
.bbp-topic-permalink {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}
.single-forum .site-main {
	padding-bottom: 60px;
}
.single-forum #bbpress-forums {
	margin-bottom: 80px;
}
.forum-title {
	font-size: 22px;
	color: #313131;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f3f3f3;
}
.bbp-topic-author {
	position: relative;
	padding-left: 90px;
	margin-bottom: 10px;
	padding-right: 80px;
}
.bbp-topic-author:after {
	display: block;
	content: "";
	clear: both;
}
.bbp-author-avatar {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 70px;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.bbp-author-name {
	font-size: 16px;
	color: #313131;
	font-weight: 500;
	line-height: 20px;
	display: block;
}
.bbp-author-name:hover {
	color: #ED3237;
}
.bbp-author-role {
	font-size: 13px;
	line-height: normal;
	margin-top: -2px;
	float: left;
}
.bbp-topic-post-date {
	float: right;
}
.bbp-topic-post-date .bbp-topic-permalink {
	font-size: 13px;
	font-weight: normal;
}
.bbp-topic-content {
	padding-left: 90px;
}
.bbp-topic-content p {
	margin-bottom: 15px;
}
.bbp-topic-content p:last-child {
	margin-bottom: 0;
}
#bbpress-forums .bbp-topic-content ul {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
#bbpress-forums .bbp-topic-content ul li {
	position: relative;
	padding-left: 55px;
}
#bbpress-forums .bbp-topic-content ul li:before {
    background: #5f5f5f;
    content: "";
    display: block;
    height: 6px;
    left: 40px;
    position: absolute;
    top: 8px;
    width: 6px;
}
.single-forum #bbpress-forums .bbp-topics {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f3f3f3;
}
.bbp-pagination {
	margin-top: 80px;
	margin-bottom: 25px;
}
div.bbp-template-notice,
div.indicator-hint {
	background: #fafafa;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 7px;
	text-align: center;
}
div.bbp-template-notice li a,
div.indicator-hint li a {
	font-weight: 500;
	color: #ED3237;
}
div.bbp-template-notice li a:hover,
div.indicator-hint li a:hover {
	text-decoration: underline;
}
.how_page_tab {
    float: left;
    border-right: 1px solid #ccc;
    background-color: #fff;
       width: 35%;
    margin: 25px 0px;
}

/* Style the buttons inside the tab */
.how_page_tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 20px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.how_page_tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.how_page_tab button.active {
    background-color: #fa7804;
}

/* Style the tab content */
.font_icon {padding: 25px;font-size: 26px;border: 1px solid #dcdcdc;border-radius: 5px;margin: 8px;}
.how_page_tabcontent {
    float: left;padding: 36px 55px;width: 65%;border-left: none;height: 300px;
}
.how_page_tabcontent p {padding-top:15px; line-height:28px;}
/*==========================================================
	10. HOME PAGES
==========================================================*/
/* --------------------------
	10.1 General
--------------------------- */
.how-proceed .section-desc {
	margin-bottom: 50px;
}

/* --------------------------
	10.2 Home page 1
--------------------------- */
.home1 .page-title {
	height: 720px;
	margin-bottom: 0;
}
.home1 .sticky-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* --------------------------
	10.3 Home page 2
--------------------------- */
.home2 .page-title {
	height: 720px;
}
.home2 .sticky-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.home2 .site-main {
	padding-bottom: 0;
}
.twitter-slider .owl-carousel .owl-controls .owl-dot.active {
	border-color: #FFF;
	background: #FFF;
}

/* --------------------------
	10.4 Home page 3
--------------------------- */
.home3 .page-title {
	height: 460px;
	margin-bottom: 0;
}
.blog-slider .post {
	margin-bottom: 0;
	/* cursor: pointer; */
}

.services-slider {
	margin-right: -5px;
	margin-left: -5px;
}
.services-slider .service-box {
	margin: 5px;
}

/*==========================================================
	11. FOOTER
==========================================================*/
.site-bottom {
	background: #27343d;
	color: #ecf0f1;
	padding: 75px 0 25px;
}
.site-bottom p {
	margin-bottom: 10px;
}
.site-bottom a,
.site-footer a {
	color: #ecf0f1;
}
.site-bottom a:hover,
.site-footer a:hover {
	color: #ED3237;
}

.copyright a{
	padding:0 10px;
	position:relative;
}

.copyright a:after{
	content: "";
	position: absolute;
	top:0;
	right:0;
	width:2px;
	height:100%;
	background-color: #ecf0f1;
}

.copyright a:last-child{
	padding-left: 8px;
}

.copyright a:last-child:after{
	display: none;
}

.site-bottom .widget {
	margin-bottom: 50px;
}
.site-bottom .widget-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.site-bottom .textwidget {
	padding-right: 30px;
}
.site-bottom .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-bottom .widget ul li {
	padding: 0 0 8px;
}
.newsletter_widget form {
	margin-top: 30px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}
.newsletter_widget form input[type=email] {
	background: #FFF;
	height: 50px;
	padding: 5px 15px;
	border: none;
	width: 100%;
}
.newsletter_widget form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	background: #5696e3;
	color: #FFF;
	text-transform: uppercase;
	border: none;
}
.newsletter_widget form input[type=submit]:hover {
	background: #ED3237;
}
.site-bottom .widget .tweet_list li {
	padding-bottom: 15px;
}
.tweet_list li > * {
	display: inline;
}
.tweet_list .twitter-icon {
	color: #2ddef2;
	margin-right: 5px;
}
.site-footer {
	background: #1f2930;
	color: #ffffff;
	padding: 18px 0;
}
.back-to-top {
	color: #FFF;
	display: inline-block;
	float: right;
	padding-right: 25px;
	background: url(../images/assets/back-to-top-icon.png) no-repeat right center;
}

/*==========================================================
	12. PAGE LOADER
==========================================================*/
#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9999;
}
.page-loading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -21px;
	animation: rotate 2s infinite linear both;
	-moz-animation: rotate 2s infinite linear both;
	-webkit-animation: rotate 2s infinite linear both;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}


.bg-section{
	background-image:url(../images/assets/bg-img.jpg);
	background-size:cover;
	padding:70px 0;
	color:white;
	position:relative;
	z-index:1;
}

.bg-section:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:black;
	opacity:.5;
	z-index:-1;
}

.bg-section h2{
	font-size: 45px;
    font-weight: bold;
}

.bg-section p{
	font-size:20px;
    margin: 25px 0;
}

.bg-section a{
	font-size: 16px;
	text-decoration: none;
	color: white;
	display: inline-block;
	background-color: #ea6f00;
	padding: 10px 40px;
	border-radius: 4px;
	transition: .3s all;
	text-transform: uppercase;
	font-weight: 100;
}

.bg-section a:hover{
    color: #FFF;
    background: #1f2930;
}

.social{
	position: fixed;
	top:50%;
	right:0;
	height:150px;
	width:50px;
	z-index: 99;
	transform: translateY(-50%);
}

.social a{
	overflow: hidden;
	display: inline-block;
	border-radius: 50%;
	font-size: 20px;
	height: 40px;
	width: 40px;
	color: white;
	padding-top: 10px;
	text-align: center;
}

.twitter-color{
}

.facebook-color{
}

.google-plus-color{
}

a.facebook-color{
	background: url(../images/assets/social_sprite.png) no-repeat 0px -1px;
	width: 39px;
	height: 39px;
	transition:.3s all;
}

a.facebook-color:hover{
	background-position: 0px -41px;
}

a.twitter-color{
	background: url(../images/assets/social_sprite.png) no-repeat -41px -1px;
	width: 39px;
	height: 39px;
	transition:.3s all;
}

a.twitter-color:hover{
	background-position: -41px -41px;
}

a.google-plus-color{
	background: url(../images/assets/social_sprite.png) no-repeat -124px -1px;
	width: 39px;
	height: 39px;
	transition:.3s all;
}

a.google-plus-color:hover{
	background-position: -124px -41px;
}

.links{
	background-color: #333f47;

}

.links-title{
	color: white;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 30px;
}

.sub-links-a{
	color:white;
	display: inline-block;
}

.sub-links-a:hover i{
	background: transparent;
}

.sub-links-a i{
	border-radius: 50px;
  transition: all,.3s,ease;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  line-height: 100px;
  border: 1px solid #465059;
  font-size: 30px;
  background: #465059;
}

.sub-links-a span{
	display: block;
}


.join-club{
	background: url(../images/assets/join-bg.jpeg) no-repeat center center;
	position: relative;
	z-index: 1;
	background-size: cover;
	color: white;
	text-align: center;
}

.join-club:after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background-color: black;
	opacity: .5;
	z-index: -1;
}

.white-color{
	color:white;
}

.join-club h2{
	font-size: 30px;
}

.join-club p{
	font-size: 20px;
	font-weight: 100;
	padding-bottom: 50px;
}

.join-club a{
	display:inline-block;
}

.services .services-catagory{
	margin-bottom: 60px;
}

.services-type .icon{
	margin-bottom: 25px;
}

.services-ul{
	list-style: none;
	-webkit-line-clamp: 6;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
}
.services-ul li{
	padding: 10px;
}
.banner-box.left,
.banner-box.right_side
{
		background: #3b3e46;
		padding: 20px;
}
.banner-box.left .button.primary-button,
.banner-box.right_side .button.primary-button
{
		height: 45px;
		line-height: 45px;
}
.banner-box.left .banner_middle_heading,
.banner-box.right_side .banner_middle_heading
{
	padding: 0;
	margin: 0;
	margin-bottom: 35px;
	color: #fff;
	text-shadow: none;
}

.banner-box.middle
{
	background: #fff;
	padding: 20px;
	position: relative;
}
.banner-box.middle .banner_middle_heading
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	color: #333;
	text-shadow: none;
}
label#shipping-error
{
	position: absolute;
	bottom: -15px;
	z-index: 40;
	left: 10px;
	text-align: left;
	font-size: 13px;
	text-shadow: none;
	margin: -7px;
	font-weight: 500;
	font-style: normal;
	display: block;
}


.svg-inline--fa.fa-w-18 {
    width: 47px;
    height: 47px;
    padding: 5px;
}

.track_menus_main{
	position: relative;
}
.track_menus_main ul{
	position: absolute;
	width: 250px;
    background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: none;
	transition-duration: 9s;
}
.track_menus_main:hover ul{
	display: block;
	cursor: pointer;
	transition-duration: 9s;
}
.track_menus_main ul li{
	width: 100%;
    border-bottom: 1px solid #c9c5c594;
    margin: 0;
	padding: 5px;
}

.main-menu .track_menus_main ul li a {
    line-height: 23px;
}
.more_menus{
	position: absolute;
}
.more_menus::after{
	content: "";
    width: 9px;
    height: 9px;
    left: 6px;
    position: relative;
    display: block;
    top: 6px;
    border-top: 2px solid #ea6f00;
    border-right: 2px solid #ea6f00;
    transform: rotate(133deg);
}
@media (max-width: 575px) {
	.site-brand img {
		height: 35px !important;
	}
	.main-menu, .login-button{
		margin-top: 0;
	}
	/* / tesmonial start / */
	.testimonial-box-wrapper {
		padding: 50px 0;
		border-radius: 2px 100px;
	}

	.testimonial-main-wrappper .carousel-inner-wrapper .testimonial-box {
		gap: 20px;
		flex-direction: column;
	}

	.testimonial-main-wrappper .testimonial-img-box {
		width: 190px;
	}

	.testimonial-main-wrappper .testimonial-img-box img {
		width: 150px;
		height: 150px;
	}

	.testimonial-main-wrappper .testimonial-text-box {
		align-items: center;
		padding: 20px;
		text-align: center;
	}

	.testimonial-main-wrappper .testimonial-text-box::before {
		left: 60px;
		top: 20px;
	}

	.testimonial-main-wrappper .testimonial-text-box::after {
		right: 30px;
		bottom: -20px;
	}

	/* / tesmonial end / */
}

@media (max-width: 767px) {

	/* / tesmonial start / */
	.testimonial-box-wrapper {
		padding: 60px 0;
		border-radius: 2px 120px;
	}

	.testimonial-main-wrappper .carousel-inner-wrapper .testimonial-box {
		gap: 30px;
		flex-direction: column;
	}

	.testimonial-main-wrappper .testimonial-img-box {
		width: 210px;
	}

	.testimonial-main-wrappper .testimonial-img-box img {
		width: 160px;
		height: 160px;
	}

	.testimonial-main-wrappper .testimonial-text-box {
		align-items: center;
		padding: 20px;
		text-align: center;
	}

	.testimonial-main-wrappper .testimonial-text-box::before {
		left: 60px;
		top: 20px;
	}

	.testimonial-main-wrappper .testimonial-text-box::after {
		right: 30px;
		bottom: -20px;
	}

	/* / tesmonial end / */
}

@media (max-width: 991px) {
	.testimonial-box-wrapper {
		padding: 60px 0;
		border-radius: 2px 120px;
	}
	.testimonial-main-wrappper .carousel-inner-wrapper .testimonial-box {
		flex-direction: column;
	}
	.testimonial-main-wrappper .testimonial-text-box::before {
		left: 60px;
		top: 0px;
	}
	.testimonial-main-wrappper .testimonial-text-box::after {
		right: 60px;
		bottom: -20px;
	}
	.testimonial-main-wrappper .testimonial-img-box {
		width: 240px;
	}
	.testimonial-main-wrappper .testimonial-img-box img {
		width: 185px;
		height: 185px;
	}
	.testimonial-main-wrappper .testimonial-text-box {
		align-items: center;
		padding: 20px;
		text-align: center;
	}
}
@media only screen and (max-width: 992px) {
.track_menus_main ul {
     position: initial;
}
.track_menus_main:hover ul{
	display: none;
}
.track_menus_main ul{
	display: none;
}
.track_menus_main ul.active{
	display: block;
}
.main-menu .track_menus_main ul li a {
    font-size: 13px;
}
}

.site-brand img {
    height: 45px;
}

.hideContent {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	height: auto;
  }
