/*
@File: Axolot Theme Styles

* This file contains the styling for the actual Theme, this
is the file you need to edit to change the look of the
Theme.

This files table contents are outlined below >>>>>

*******************************************
*******************************************

*** - Default CSS
*** - Prealoader CSS 
*** - Navbar CSS
*** - Main Banner CSS
*** - Features CSS
*** - About CSS
*** - Services CSS
*** - Vision CSS
*** - Fun Facts CSSblog-area
*** - Join Now CSS
*** - How It Works CSS
*** - Team CSS
*** - Testimonials CSS
*** - FAQ CSS
*** - Pricing CSS
*** - Partner CSS
*** - Subscribe CSS
*** - Page Title CSS
*** - Contact CSS
*** - Footer Area CSS
*** - Go Top CSS
*** - Blog CSS
*** - Coming-Soon Css
*/

/* ==============
    Start Default CSS 
==================================== */
body {
	padding: 0;
	font-size: 15px;
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.h1, h1 {
	font-size: 33px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 15px;
}
a {
	text-decoration: none;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #222222;
}
p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}
a:hover {
	text-decoration: none;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-70 {
	padding-bottom: 70px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-100 {
	margin-top: 100px;
}
.bg-fbf9f8 {
    background-color: #fbf9f8;
  }
.logo img {
    max-width: 120px;
}
/* Section Title */
.section-title {
	margin-bottom: 60px;
	text-align: center;
	margin-top: -6px;
}
.section-title span {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.section-title h3 {
	font-size: 30px;
	margin-bottom: 20px !important;
	position: relative;
	padding-bottom: 20px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
}
.section-title h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	border-radius: 5px;
	right: 0;
	margin: 0 auto;
}
.section-title h3::after {
    background-color: #edf5ff;
    border: 1px solid;
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.section-title p {
	max-width: 550px;
	margin: 0 auto !important;
}
/* Owl Carousel Btn */
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
	font-size: 17px;
	margin: 0;
	padding: 0;
	background: #fff;
	display: inline-block;
	border-radius: 0;
	position: absolute;
	left: 20px;
	top: 22%;
	height: 150px;
	opacity: 0;
	overflow: hidden;
	width: 15px;
	line-height: 150px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 20px;
}
.owl-theme:hover .owl-nav [class*="owl-"] {
	opacity: 1;
	overflow: visible;
	left: 0;
}
.owl-theme:hover .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #FFF;
}
/* Btn Button */
.btn {
	font-size: 15px;
	border-radius: 30px;
	padding: 12px 30px;
	position: relative;
	overflow: hidden;
}
.btn::before {
	content: '';
	position: absolute;
	display: block;
	width: 200px;
	height: 100px;
	-webkit-transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
	-ms-transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
	transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
	transition: all 1.1s cubic-bezier(0.19,1,.22,1);
	background: rgba(255,255,255,0.5);
	left: 0;
	top: 0;
}
.btn:hover::before {
	background: #fff;
	-webkit-transform: translate3d(120%,-100px,0) rotate3d(0,0,1,90deg);
	-ms-transform: translate3d(120%,-100px,0) rotate3d(0,0,1,90deg);
	transform: translate3d(120%,-100px,0) rotate3d(0,0,1,90deg);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
}
.btn-primary:hover {
	color: #fff;
}
.btn-primary {
	color: #fff !important;
}
.btn-primary.disabled, .btn-primary:disabled {
	opacity: 1;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
}
.btn-secondary:hover {
	color: #fff;
}
.btn-secondary {
	color: #fff !important;
}
/* ==============
    End Default CSS
==================================== */

/* ==============
    Start Preloader CSS
==================================== */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
.loader {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.spinner {
	width: 60px;
	height: 60px;
	position: relative;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
	  }
}
/* ==============
    End Preloader CSS
==================================== */

/* ==============
    Start Top Header CSS 
==================================== */
.top-header {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  
  .top-header .header-social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  
  .top-header .header-social li {
    display: inline-block;
    color: #ffffff;
  }
  
  .top-header .header-social li span {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
  }
  
  .top-header .header-social li a {
    font-size: 16px;
    color: #ffffff;
    margin-right: 4px;
  }
  
  .top-header .header-social li a:hover, .top-header .header-social li a:focus {
    text-decoration: none;
    color: #f06334;
  }
  
  .top-header .location {
    text-align: right;
  }
  
  .top-header .location span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  /* ==============
      End Top Header CSS 
  ==================================== */
  
/* ==============
    Start Navbar CSS 
==================================== */
.navbar {
    padding: 30px 0;
    /*position: absolute; */
    left: 0;
    width: 100%;
	z-index: 99;
    background-color: #fff;
    top: 0;
}
.navbar.is-sticky {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar .logo h1 {
	margin: 0;
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
/* nav.navbar.hide-adminbar {
    padding-top: 60px;
} */
.landing_page_nav.hide-adminbar.is-sticky {
    margin-top: 32px;
}
.landing_page_nav .cart-link {
    display: none;
}
.bg-light {
    background-color: #fff !important;
}
.navbar-light .navbar-brand {
	color: #222222;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
}
#navbarSupportedContent ul li {
	padding-left: 15px;
	padding-right: 15px;
}
#navbarSupportedContent ul li a {
	font-size: 16px;
	color: #333333;
	padding: 0;
	position: relative;
}
#navbarSupportedContent ul li a::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	transition: .4s;
}
#navbarSupportedContent ul li a.active::before, #navbarSupportedContent ul li a:hover::before {
	width: 100%;
}
/* #navbarSupportedContent ul li:last-child {
    padding-right: 0;
} */
.navbar-light .site-title {
	padding-top: 1px;
}
.multi_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.multi_nav .navbar-nav .nav-item {
	position: relative;
}
.multi_nav {
	padding: 15px 0
}
/* .navbar-light.multi_nav.hide-adminbar {
    padding-top: 45px;
} */
.navbar-light.multi_nav.hide-adminbar.is-sticky {
    margin-top: 32px;
}

@media only screen and (min-width: 991px) {
	.multi_nav .navbar-nav .nav-item .dropdown-menu {
		margin-top: 0;
		background-color: #fff;
		-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
		box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
		border-radius: 0;
		position: absolute;
		top: 80px;
		left: 0;
		width: 220px;
		z-index: 99;
		display: block;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.multi_nav #navbarSupportedContent ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li {
		position: relative;
		padding: 0 !important;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li a {
		font-size: 15px !important;
		font-weight: normal !important;
		text-transform: capitalize;
		padding: 5px 15px !important;
		margin: 0;
		display: block;
		background: transparent;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		white-space: inherit;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li a::before {
		display: none;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		position: absolute;
		left: -100%;
		top: 0;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
		color: #ffffff;
		text-transform: capitalize;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
		position: absolute;
		left: -100%;
		top: 0;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
		color: #ffffff;
		text-transform: capitalize;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
		top: -11px !important;
	}	
	.multi_nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
		top: -11px !important;
	}
	.multi_nav .navbar-nav .nav-item:hover ul {
		opacity: 1;
		visibility: visible;
		top: 100%;
	}
}
/* ==============
    End Navbar CSS
==================================== */

/* ==============
    Start Main Banner CSS
==================================== */
.main-banner {
	height: 780px;
	/* padding-top: 50px; */
	position: relative;
}
.main-banner-content {
	text-align: left;
	position: relative;
	z-index: 2;
}
.main-banner-content h2 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 20px !important;
	text-transform: capitalize;
}
.main-banner-content p {
	margin-bottom: 30px !important;
	font-size: 17px;
}
.main-banner-content .btn-primary {
	margin-right: 10px;
}
.main-banner-content .btn i {
	margin-right: 4px;
}
.banner-img {
	text-align: center;
}
.pattern {
	background: url(../../assets/img/pattern.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	z-index: 1;
}
.pattern-2 {
	background: url(../../assets/img/pattern-2.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
}
.creative-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	border-radius: 100% 0 0 0;
}
.creative-bg-two {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	border-radius: 0 0 0 100%;
}
.banner-form {
	background: #ffffff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
			box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	padding: 0;
	position: relative;
	z-index: 2;
}
.banner-form h3 {
	font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 35px;
    color: #ffffff;
    border-radius: 2px;
	padding: 25px 10px;
	text-align: center;
	margin: 0;
}
  
.banner-form::before {
content: '';
position: absolute;
z-index: -1;
background: #ffffff;
width: 96%;
opacity: .62;
height: 50%;
bottom: -10px;
left: 0;
right: 0;
margin: auto;
border-radius: 3px;
}
.banner-form form {
	padding: 40px;
}
.banner-form form .form-control {
	border: 1px solid #eeeeee;
	font-size: 14px;
	border-radius: 2px;
	height: 50px;
}

.banner-form form label {
	color: #444;
    margin-bottom: 10px;
    font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.banner-form form select.form-control {
height: 50px;
cursor: pointer;
}

.banner-form form .btn {
margin-top: 5px;
}
.banner-form .form-control {
	border: 1px solid #eeeeee;
	padding: 10px 15px;
	font-weight: 400;
}
.banner-bg-color {
	background-color: #edf5ff;
}
.form-group.check-gdpr {
	position: relative;
	padding-left: 17px;
}
.form-group.check-gdpr input {
	position: absolute;
	left: 0;
	top: 4px;
}
.form-group.check-gdpr p {
	line-height: 22px;
    font-size: 13px;
}
/* ==============
    End Main Banner CSS
==================================== */

/* ==============
    Start Features CSS
==================================== */
.features-area {
	padding-bottom: 70px;
}
.single-features {
	background: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
	text-align: center;
}
.single-features::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 0%;
	transition: .6s;
	-webkit-transition: .6s;
}
.single-features:hover::before {
	width: 100%;
}
.single-features i {
	background-color: #e8ecfc;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    font-size: 28px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}
.single-features:hover i {
	color: #fff;
}
.single-features h3 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px !important;
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
}
.single-features h3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
	height: 1px;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	transition: .6s;
	margin: auto;
}
.single-features:hover h3::before {
	width: 80px;
}
.single-features p {
	margin-bottom: -5px !important;
}
/* ==============
    End Features CSS
==================================== */

/* ==============
    Start About CSS
==================================== */
.bg-style-one {
	position: relative;
}
.about-separate-line {
	border-top: 1px solid #eee;
	padding-top: 70px;
	margin-top: 70px;
}
.about-content h3 {
	font-size: 24px;
	margin-bottom: 15px !important;
	line-height: 30px;
}
.about-content p {
	margin-bottom: 10px !important;
}
.about-content .pull-left {
	float: left;
	margin-right: 45px !important;
}
.about-content ul {
	padding: 0 !important;
	margin: 0;
	list-style-type: none !important;
}
.about-content ul li {
	color: #555555;
	margin-top: 10px !important;
	font-weight: 400;
	list-style-type: none;
	font-size: 15px !important;
	margin: auto;
	padding: 0 !important;
}
.about-content ul li i {
	padding-right: 3px;
}
.about-content ul li:first-child {
	margin-top: 0;
}
.about-content .btn {
	margin-top: 25px;
}
.about-features-content {
	overflow: hidden;
}
.about-text span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.about-text h3 {
	font-size: 24px;
	margin-bottom: 15px !important;
	margin-top: 20px;
	line-height: 30px;
}
.about-text p {
	margin-bottom: 0 !important;
	margin-top: 10px;
}
.about-text ul {
	padding: 0 !important;
	margin: 0;
	list-style-type: none !important;
	margin-top: 15px;
}
.about-text ul li {
	color: #555555;
	margin-top: 8px;
	font-weight: 400;
	list-style-type: none;
	padding: 0 !important;
}
.about-text ul li i {
	padding-right: 3px;
}
.about-text ul li:first-child {
	margin-top: 0;
}
.about-text .blockquote {
	margin-bottom: 0;
	padding: 15px;
	margin-top: 15px;
	border-radius: 5px;
	border: none;
	background: #edf5ff !important;
}
.about-text .blockquote::before{
	content: '';
	margin: 0;
}
.about-text blockquote::before {
	content: inherit;
}
.about-text blockquote {
	border-left: 0px solid #ccc;
}
.about-img {
    text-align: center;
}
.about-content-img .right-img {
	text-align: center;
}
/* ==============
    End About CSS
==================================== */

/* ==============
    Start Services CSS
==================================== */
.services-area {
	padding-bottom: 70px;
}
.single-service {
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 30px;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	transition: .6s;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.single-service:hover {
	border-radius: 0;
}
.single-service::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #dcdcdc;
	height: 1px;
	width: 0%;
	transition: .6s;
	-webkit-transition: .6s;
}
.single-service:hover::before {
	width: 100%;
}
.single-service .service-icon i {
	background-color: #e8ecfc;
	font-size: 28px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    display: inline-block;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}
.single-service:hover .service-icon i {
	color: #fff;
}
.single-service .lg-icon {
    color: #f7f7f7;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    top: 20px;
	right: 30px;
	transition: .6s;
	-webkit-transition: .6s;
}
.single-service:hover .lg-icon {
	font-size: 130px;
}
.single-service h3 {
	font-size: 20px;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	font-weight: 600;
	position: relative;
}
.single-service h3::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d1d1d1;
    width: 100px;
	height: 1px;
	transition: .6s;
	-webkit-transition: .6s;
}
.single-service:hover h3::before {
	width: 110px;
}
.single-service p {
	margin-bottom: 0 !important;
}
.single-service .view-link {
    border: 1px solid #e8ecfc;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
    color: #444;
    font-size: 15px;
    padding: 5px 20px;
}
.single-service:hover .view-link {
	color: #fff;
	border: 1px solid transparent;
}
/* ==============
    End Services CSS
==================================== */
.service-details {
	color: #555;
}
.service-details .service-title {
	position: relative;
	font-size: 25px;
	padding-bottom: 10px;
    margin-bottom: 15px;
}
.service-details .service-title::before {
	content: '';
	background: #506cea;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
}
.service-details p {
	margin-bottom: 10px;
}
.service-details p:last-child {
	margin-bottom: 0;
}
.service-details ul, .service-details ol {
	padding-left: 17px;
	margin-bottom: 10px;
}
.service-details ul li, .service-details ol li {
	margin-bottom: 2px;
	line-height: 1.8;
}
.service-details ul li:last-child, .service-details ol li:last-child {
	margin-bottom: 0;
}
/* ==============
    Services Details CSS
==================================== *


/* ==============
    End Services Details CSS
==================================== */



/* ==============
    Start Vision CSS
==================================== */
.bg-style-two {
	background-image: url(../../assets/img/pattern-4.png);
	background-attachment: fixed;
}
.tab {
	overflow: hidden;
}
.tabs {
	list-style-type: none;
	margin-bottom: 40px;
	padding-left: 0;
	border-bottom: 2px solid #edf5ff;
	padding-bottom: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0 !important;
}
.tabs li {
	-ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    text-align: center;
    list-style-type: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.tabs li.current {
	position: relative;
}
.tabs li.current:before {
	content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.tabs li:first-child {
	padding-left: 0;
}
.tabs li:last-child {
	padding-right: 0;
}
.tabs a {
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}
.tabs a i {
	display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(80, 108, 234, .2);
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    margin-bottom: 20px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.tabs a:hover i, .tabs .current a i {
	color: #fff;
}
.tabs_item {
	display: none;
}
.tabs_item:first-child {
	display: block;
}
.tabs_item_content h3 {
	font-size: 22px;
    margin-bottom: 15px !important;
    font-weight: 600;
}
.tabs_item_content p {
	margin-bottom: 0 !important;
}
.tabs_item_content ul {
	padding: 0 !important;
	margin: 0;
	list-style-type: none !important;
	margin-top: 15px;
}
.tabs_item_content ul li {
	color: #555555;
	margin-top: 5px;
	font-weight: 400;
	list-style-type: none;
	padding: 0 !important;
	line-height: 25px !important;
}
.tabs_item_content ul li i {
	padding-right: 3px;
}
.tabs_item_content ul li:first-child {
	margin-top: 0;
}
.tabs_item_img {
    text-align: center;
}
.tabs_item_img img {
	max-width: 400px;
	width: 100%;
}
/* ==============
    End Vision CSS
==================================== */

/* ==============
    Start Fun Facts CSS
==================================== */
.funfacts-area {
	background: url(../../assets/img/parallax.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding-top: 100px !important;
	padding-bottom: 70px !important;
}
.funfacts-area::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .95;
}
.funFact {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px dashed #fff;
	margin-bottom: 30px;
}
.funFact:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
/*
.funFact::before, .funFact::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 75px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.funFact::after {
	top: auto;
	bottom: 0;
}
.funFact:hover::before, .funFact:hover::after {
	height: 0;
}*/
.funFact i {
	font-size: 25px;
	background: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	line-height: 61px;
	border-radius: 50%;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.funFact:hover i {
	color: #fff;
	background: transparent;
}
.funFact h3 {
	font-size: 35px;
    color: #fff;
    margin-top: 25px;
    font-weight: 700;
    margin-bottom: 15px !important;
}
.funFact p {
	color: #fff;
    font-size: 15px;
    line-height: 1;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* ==============
    End Fun Facts CSS
==================================== */

/* ==============
    Start Join Now CSS
==================================== */
.join-content h3 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 15px !important;
	font-weight: 600;
}
.join-content p {
	margin-bottom: 10px !important;
}
.join-content .btn-primary {
	margin-right: 10px;
}
.join-content .btn {
	margin-top: 15px;
}
/* ==============
    End Join Now CSS
==================================== */

/* ==============
    Start How It Works CSS
==================================== */
.how-works-area {
	padding-bottom: 70px;
}
.single-box {
	background: #fff;
	padding: 40px 30px;
	cursor: pointer;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	transition: .5s;
	-webkit-transition: .5s;
	border-bottom: 1px solid #ddd;
}
.single-box::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #dcdcdc;
	height: 1px;
	width: 0%;
	transition: .6s;
	-webkit-transition: .6s;
}
.single-box:hover::after {
	width: 100%;
}
.vc_col-sm-4:last-child .with-line::before {
	display: none;
}
.single-box.with-line::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: url(../../assets/img/arrow-big.png) no-repeat center center;
	width: 217px;
	height: 210px;
	top: 0;
	right: -125px;
}
.single-box span {
	display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
	color: #fff;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    font-weight: 700;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-box:hover span {
	color: #fff;
}
.single-box h3 {
	font-size: 20px;
	margin-bottom: 12px !important;
	font-weight: 600;
}
.single-box p {
	margin-bottom: -8px !important;
}
/* ==============
    End How It Works CSS
==================================== */

/* ==============
    Start Team CSS
==================================== */
.our-team {
	text-align: center;
	position: relative;
}
.our-team .pic {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.our-team .pic::before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(53, 53, 53, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transform: scale(1);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.our-team:hover .pic::before {
	opacity: 1;
	transform: scale(.95);
	visibility: visible;
}
.our-team img {
	border-radius: 50%;
	transform: scale(1);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.our-team:hover img {
	transform: scale(1.3);
}
.our-team .social {
	width: 100%;
	position: absolute;
	top: 45%;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2;
	list-style-type: none;
	opacity: 0;
	transform: scale(1.2);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.our-team:hover .social {
	opacity: 1;
	transform: scale(1);
}
.our-team .social li {
	display: inline-block;
}
.our-team .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 36px;
	border-radius: 50%;
	background: #fff;
	text-decoration: none;
}
.our-team .social li a:hover {
	color: #fff;
}
.our-team .title {
	font-size: 20px;
	color: #2a2b2f;
	text-transform: capitalize;
	margin-top: 25px;
	margin-bottom: 5px !important;
}
.our-team .post {
	display: inline-block;
	color: #555555;
	font-size: 14px;
}
/* Team Style Two */
.single-team {
	text-align: center;
}
.single-team .pic {
	position: relative;
}
.single-team .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-team .pic::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 2;
	visibility: hidden;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-team:hover .pic::before, .single-team:hover .pic::after {
	opacity: 1;
	visibility: visible;
}
.single-team:hover .pic::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-team:hover .pic::after {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
.single-team .social-links {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 40px;
	left: 0;
	opacity: 0;
	z-index: 6;
	visibility: hidden;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-team:hover .social-links {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-team .social-links li {
	display: inline-block;
}
.single-team .social-links li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	border: 1px solid #FFF;
	text-decoration: none;
}
.single-team .team-content {
	padding: 20px 0;
	background: #edf5ff;
}
.single-team .title {
	font-size: 22px;
	font-weight: 700;
	color: #2a2b2f;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
}
.single-team .post {
	display: inline-block;
	color: #555555;
	position: relative;
}
/* ==============
    End Team CSS
==================================== */

/* ==============
    Start Testimonials CSS
==================================== */
.testimonials-area {
	padding-bottom: 60px;
	position: relative;
}
.testimonials-item {
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
	padding: 30px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	text-align: center;
}
.client-info {
	position: relative;
	margin-top: 25px;
}
.client-info .img img {
	border-radius: 50%;
	height: 60px;
	width: 60px; 
}
.client-info .client-title {
	margin-top: 15px;
}
.client-info .client-title h4 {
	font-size: 20px;
	margin-bottom: 5px !important;
	text-transform: capitalize;
	font-weight: 500;
}
.client-info .client-title span {
	font-size: 13px;
}
.client-info .client-title span, .client-info .client-title h4, .testimonials-item p {
	position: relative;
	z-index: 1;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.testimonials-item p {
	margin-bottom: 0 !important;
	margin-top: 25px;
	color: #555555;
}
.testimonials-item:hover .client-info .client-title span, .testimonials-item:hover .client-info .client-title h4, .testimonials-item:hover p {
	color: #fff;
}
.testimonials-item i {
	position: absolute;
    right: 0;
    top: -20px;
    font-size: 20px;
    color: #edf5ff;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin: auto;
}
.testimonials-item:hover i {
	background-color: #fff !important;
}
/* ==============
    End Testimonials CSS
==================================== */

/* ==============
    Start FAQ CSS
==================================== */
.faq-area .wpb_content_element {
	margin: 0;
}
.faq-area .vc_toggle:last-of-type {
    margin-bottom: 0;
}
.vc_toggle_title {
	background-color: #fafafa;
    border: 1px solid #eee;
    padding: 20px 20px 17px !important;
    padding-left: 40px !important;
}
.vc_toggle_title h4 {
	font-size: 18px;
}
.vc_toggle_title:hover h4 {
	color: #506cea;
}
.vc_toggle_active .vc_toggle_title h4 {
	color: #506cea;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    margin-left: 20px !important;
}
.vc_toggle_content {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 0 !important;
}
.vc_toggle_content .panel-body {
	padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.vc_toggle_content p {
	padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ==============
    End FAQ CSS
==================================== */

/* ==============
    Start Pricing CSS
==================================== */
.pricing-area {
	padding-bottom: 70px;
}
.single-pricing {
	position: relative;
    border: 1px solid #efefef;
    background: #fff;
	text-align: center;
	padding: 35px 15px;
	margin-bottom: 30px;
	transition: .5s;
	-webkit-transition: .5s;
}
.single-pricing:hover {
	border: 1px solid;
}
.single-pricing:hover {
	margin-top: -2px;
}
.price-icon-box {
	border: 1px solid #eaf6fa;
	width: 170px;
	height: 170px;
	line-height: 170px;
	text-align: center;
    margin: auto;
	border-radius: 50%;
	padding: 3px;
	transition: .5s;
	-webkit-transition: .5s;
}
.single-pricing:hover .price-icon-box {
	border: 1px solid;
}
.price-icon {
	background-color: #eaf6fa;
	border-radius: 50%;
	height: 162px;
	width: 162px;
	transition: .5s;
	-webkit-transition: .5s;
}
.price-icon img {
	height: 85px;
}
.single-pricing .title {
	margin: 30px 0 0;
	color: #000;
	padding-bottom: 10px;
    position: relative;
}
.single-pricing .title::before {
	content: '';
    position: absolute;
    background: #d1d1d1;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
	margin: auto;
	transition: .5s;
	-webkit-transition: .5s;
}
.single-pricing .price-value {
	padding: 25px 0;
    position: relative;
	font-weight: bold;
	font-size: 30px;
	color: #444;
	border-top: 1px solid #e6e6e6;
}
.single-pricing span.month {
	display: block;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
.single-pricing ul {
	list-style-type: none;
    padding: 25px 15px;
    margin: 0;
}
.single-pricing ul li {
	line-height: 25px;
	margin-bottom: 10px;
	color: #444;
}
.single-pricing ul li i {
	margin-right: 5px;
}
.single-pricing ul li.delete {
	color: #a5a5a5;
	text-decoration: line-through;
}
.single-pricing ul li.delete i {
	color: #ee6e6e;
}
.single-pricing ul li:last-child {
	margin-bottom: 0;
}
.select-btn {
    border: 1px solid;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    padding: 12px 50px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-pricing:hover .select-btn {
	color: #fff;
}
.pricing-active .single-pricing {
	border: 1px solid;
}
.pricing-active .single-pricing .price-icon-box {
	border: 1px solid;
}

.pricing-active .single-pricing .title::before {
	width: 100px;
}
.pricing-active .single-pricing .select-btn {
	color: #fff;
}
/* ==============
    End Pricing CSS
==================================== */

/* ==============
    Start Partner CSS
==================================== */
.partner-area {
	background-color: #fbfbfb;
	padding-top: 100px;
	padding-bottom: 100px;
}
.partner-area .owl-item {
	text-align: center;
}
.partner-area .owl-item img {
	display: inline-block !important;
	width: unset !important;
}
/* ==============
    End Partner CSS
==================================== */

/* ==============
    End Subscribe CSS
==================================== */
.subscribe-area {
	text-align: center;
	position: relative;
}
.newsletter {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.newsletter h4 {
	text-transform: capitalize;
	margin-bottom: 30px !important;
	font-size: 30px;
	color: #fff;
}
.newsletter form {
	position: relative;
}
.newsletter input {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1) !important;
	border: none;
	height: 75px;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
}
.newsletter input:focus {
    padding-left: 30px;
}
.newsletter input.btn {
	position: absolute;
	right: 7px;
	border-radius: 30px;
	top: 8px;
	height: 60px;
	text-transform: uppercase;
	width: 175px;
	font-weight: 500;
}
.bg-top {
	position: absolute;
	width: 175px;
    height: 200px;
    top: 120px;
	left: -50px;
	background: url(../../assets/img/bg-top.png);
	background-size: contain;
    background-repeat: no-repeat;
}
.bg-bottom {
	background: url(../../assets/img/bg-bottom.png);
	position: absolute;
    width: 175px;
    height: 200px;
    bottom: 0;
    right: -90px;
    background-size: contain;
    background-repeat: no-repeat;
}
.subscribe-area .pattern-2 {
	height: 100px;
}
.subscribe-area .pattern {
	height: 135px;
}
/* ==============
    End Subscribe CSS
==================================== */

/* ==============
    Start Page Title CSS
==================================== */
.page-title {
	position: relative;
	height: 375px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.page-title .pattern-2 {
	height: 90px
}
.page-title-content {
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.page-title-content h3 {
	color: #fff;
	font-size: 35px;
    text-transform: capitalize;
	margin-bottom: 10px !important;
	font-weight: 600;
}
.page-title-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.page-title-content ul li {
	display: inline-block;
	margin: 0 2px;
	padding: 0 !important;
	font-size: 15px;
	color: #fff;
}
.page-title-content ul li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
/* ==============
    End Page Title CSS
==================================== */

/* ==============
    Start Contact CSS
==================================== */
.contact-box {
	background: #fff;
	padding: 40px 20px 35px;
	position: relative;
	transition: .4s;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 2px solid #ddd;
}
.contact-box:hover {
	border-radius: 0;
	border-bottom: 2px solid;
}
.contact-box .icon {
	color: #fff !important;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	border-radius: 50%;
	font-size: 22px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	margin: auto;
}
.contact-box:hover .icon {
	color: #fff;
}
.contact-box .content h4 {
	font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.contact-box .content p {
	margin-bottom: 0 !important;
}
.contact-box .content p a {
	color: #555;
	text-decoration: none;
}
.bg-color .wpb_gmaps_widget.wpb_content_element {
	margin: 0;
}
.contact-text {
    text-align: center;
    margin-bottom: 50px;
}
.contact-text h3 {
	font-size: 30px;
    margin-bottom: 0 !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
.contact-text p {
	margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.form-control {
	height: 55px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
}
.form-control::placeholder {
	color: #333;
	opacity: 1; 
}
.form-control:-ms-input-placeholder { 
	color: #333;
}
.form-control::-ms-input-placeholder {
	color: #333;
}
.form-group {
    margin-bottom: 30px;
}
.form-control:focus {
	box-shadow: unset;
	padding-left: 20px;
}
#contactForm .list-unstyled li {
	color: red;
}
.icon {
	border: 1px dashed;
}
#contactForm .btn {
	text-transform: uppercase;
	padding: 10px 35px;
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 8px;
}
div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 15px;
    text-align: center;
}
#contactForm .form-control {
	border-bottom: 1px solid #ddd;
}
/* ==============
    End Contact CSS
==================================== */

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon-area {
	position: relative;
	z-index: 1;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.coming-soon-area::before {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .9;
}
.coming-soon-area .social-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 30px;
}
.coming-soon-area .social-list li {
	display: inline-block;
}
.coming-soon-area .social-list li.list-heading {
	display: block;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}
.coming-soon-area .social-list li a {
	width: 35px;
	height: 35px;
	line-height: 34px;
	color: #ffffff;
	border-radius: 50%;
	margin: 0 2px;
	border: 1px solid #fff;
}
.coming-soon-area .social-list li a svg {
	width: 15px;
}
.coming-soon-content {
	text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}
.coming-soon-content h1 {
	color: #ffffff;
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 15px;
}
.coming-soon-content p {
	color: #ffffff;
	font-size: 16px;
	margin: 0 auto;
	max-width: 620px;
}
.coming-soon-content form {
	position: relative;
	margin: 40px auto 60px;
	max-width: 520px;
}
.coming-soon-content form .email-input {
	display: block;
	width: 100%;
	height: 56px;
	border: none;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
			box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	border-radius: 40px;
	padding: 15px 25px;
	font-size: 16px;
	outline: 0 !important;
	background: #F1F2F3;
}
.coming-soon-content form .submit-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 50px;
	color: #ffffff;
	border: none;
	border-radius: 40px;
	width: 130px;
	outline: 0 !important;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
	font-weight: 500;
}
.coming-soon-content #timer div {
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	color: #c679e3;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
			box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	margin: 0 10px;
	padding-top: 18px;
	font-size: 35px;
	font-weight: 500;
}
.coming-soon-content #timer div span {
	display: block;
	margin-top: -4px;
	color: #6084a4;
	font-size: 15px;
}
.simply-countdown .simply-section {
	display: inline-block;
    background-color: #fff;
    margin: 15px 20px;
    height: 100px;
    width: 100px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.simply-countdown .simply-section span {
	display: block;
	text-transform: capitalize;
}
.simply-countdown .simply-section span.simply-amount {
    color: #506cea;
    font-weight: bold;
    font-size: 30px;
	line-height: 1;
	margin-top: 20px;
}
span.simply-word {
    color: #666;
    border-top: 1px solid #f5f5f5;
    margin-top: 5px;
    padding-top: 8px;
	line-height: 1;
	font-size: 14px;
}
/*================================================
End Coming Soon CSS
=================================================*/


/*================================================
Blog Area CSS
=================================================*/
.blog-post-area {
	background-color: #fafbfc;
}
.single-blog-post { 
	background: #ffffff;
	margin-bottom: 30px;
	transition: .4s;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.single-blog-post .post-image {
	position: relative;
}
.post-img-hover {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 0%;
	width: 100%;
	background-color: rgba(0, 0, 0, .50);
	border-radius: 5px 5px 0px 0px;
	opacity: 0;
	transition: .5s;
}
.single-blog-post:hover .post-img-hover {
	height: 100%;
	opacity: 1;
}
.single-blog-post:hover {
	border-radius: 0;
}
.single-blog-post:hover {
	border-radius: 0;
}
.single-blog-post::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #dcdcdc;
	height: 1px;
	width: 0%;
	transition: .6s;
	-webkit-transition: .6s;
}
.single-blog-post:hover::before {
	width: 100%;
}
.post-img-hover .post-view-link {
	color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}
.post-img-hover .post-view-link:hover {
	color: #fff;
	border: 1px solid;
}
.post-img-hover .date {
    position: absolute;
    top: 20px;
    color: #fff;
    left: 0;
    padding: 6px 15px;
	border-radius: 0px 30px 30px 0px;
	font-size: 14px;
}
.single-blog-post img {
	height: auto;
}
.single-blog-post .blog-post-content {
	padding: 30px;
	position: relative;
	border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
.single-blog-post .blog-post-content p {
	margin-top: 5px;
}
.sticky .blog-post-content h3 {
	position: relative;
}
.sticky .blog-post-content {
	padding-left: 50px !important;
}
.sticky .blog-post-content h3 {
	overflow: inherit !important;
}
.sticky .blog-post-content h3::before {
    font-family: "FontAwesome";
    content: "\f08d";
    position: absolute;
    left: -30px;
    top: 0;
    font-size: 25px;
    font-weight: normal;
}
.single-blog-post .blog-post-content ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.single-blog-post .blog-post-content ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 0 !important;
	font-size: 14px;
	font-weight: 400;
	color: #656565;
	position: relative;
	margin-bottom: 10px;
}
.single-blog-post .blog-post-content ul li::before {
	content: '';
    background: #ddd;
    height: 15px;
    width: 1px;
    right: -10px;
    top: 4px;
    position: absolute;
}
.single-blog-post .blog-post-content ul li:last-child::before {
	display: none;
}
.single-blog-post .blog-post-content ul li i {
	color: #656565;
	margin-right: 3px;
	font-style: normal;
	font-size: 15px;
}
.single-blog-post .blog-post-content a.read-more-btn {
	margin-top: 14px;
	display: inline-block;
}
.blog-post-content ul li span {
    color: #777;
}
.single-blog-post .blog-post-content ul li a {
	color: #777;
	padding-top: 5px;
}
.single-blog-post .blog-post-content ul li:last-child {
	margin-right: 0;
}
.single-blog-post .blog-post-content h3 {
	margin-bottom: 13px !important;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 0;
    font-weight: bold;
    text-transform: capitalize;
}
.single-blog-post .blog-post-content h3 a {
	color: #000;
}
.blog-area .single-blog-post .blog-post-content h3 {
	font-size: 25px;
	line-height: 36px;
}
.single-blog-post .blog-post-content .read-more-btn {
	color: #000000;
	font-weight: 500;
	font-size: 14px;
}
/*================================================
	Blog Details Area CSS
=================================================*/
.blog-details-area .blog-details .article-img {
	position: relative;
}
.blog-details-area .blog-details .article-img .date {
	position: absolute;
	bottom: 15px;
	width: 100px;
	left: 15px;
	height: 100px;
	text-align: center;
	font-size: 25px;
	font-style: italic;
	color: #ffffff;
	border-radius: 5px;
	padding-top: 19px;
	line-height: 32px;
}
.blog-details-area .blog-details .article-content {
	padding: 30px;
	background: #fff;
}
.blog-details-area .blog-details .article-content ul.category li a {
	color: #ffffff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
	margin-bottom: 3px !important;
    font-size: 13px;
}
.blog-details-area .blog-details .article-content ul.category li span {
	font-size: 17px;
	margin-right: 7px;
	color: #333 !important;
}
.blog-details-area .blog-details .article-content ul.category li a:hover {
	text-decoration: none;
}
.blog-details-area .blog-details .article-content .heading {
	font-size: 25px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 30px;
}
.blog-details-area .blog-details .article-content p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog-details-area .blog-details .article-content p:first-child {
	margin-top: 0;
}
.blog-details-area .blog-details .article-content p:last-child {
	margin-bottom: 0;
}
.share-post {
	text-align: center;
	padding-top: 30px;
}
h3#reply-title {
	margin-bottom: 12px;
    font-size: 17.2px;
    border-bottom: 1px solid #eee;
	padding-bottom: 9px;
}
.share-post ul li a {
	width: 40px;
	font-size: 15px;
	height: 40px;
	line-height: 40px !important;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	color: #555555;
	display: inline-block;
}
.share-post ul {
	list-style-type: none;
	margin: auto;
}
.share-post ul li {
	display: inline-block;
}
.share-post ul li a:hover, .share-post ul li a:focus {
	color: #ffffff;
}
.blog-details-area .post-controls-buttons {
	overflow: hidden;
	margin-bottom: 30px;
	background: #ffffff;
	width: 100%;
	padding: 30px;
}
.blog-details-area .post-controls-buttons .controls-left {
	float: left;
}
.blog-details-area .post-controls-buttons .controls-right {
	float: right;
}
.blog-details-area .post-controls-buttons div a {
	border: 1px solid #eeeeee;
	padding: 8px 20px 6px;
	border-radius: 5px;
	display: inline-block;
}
.blog-details-area .post-controls-buttons div a:hover, .blog-details-area .post-controls-buttons div a:focus {
	color: #ffffff;
}
.widget:last-child {
	margin-bottom: 0 !important;
}
.widget .widget-title {
    font-size: 20px;
    margin-bottom: 35px;
	position: relative;
	color: #444;
}
.widget .widget-title .rsswidget {
	color: #444;
}
.widget .widget-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 70px;
	height: 2px;
	border-radius: 5px;
	z-index: 1;
}
.widget .widget-title::after {
	background-color: #eee;
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    z-index: 0;
}
.blog-sidebar ul li {
	list-style-type: none;
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 1.8;
    padding-top: 8px;
    padding-bottom: 8px;
}
.blog-sidebar ul li:first-child {
	padding-top: 0;
}
.blog-sidebar ul li:last-child {
	padding-bottom: 0;
}
#secondary ul li a {
	color: #444;
	font-size: 15px;
	text-decoration: none;
}
#secondary .recent-posts-widget-with-thumbnails ul li {
	border: none;
    margin-bottom: 15px;
    padding: 0;
}
#secondary .recent-posts-widget-with-thumbnails ul li:last-child {
    margin-bottom: 0;
}
#secondary .recent-posts-widget-with-thumbnails ul li a {
	font-size: 14px;
	color: #000;
	display: list-item;
}
#secondary .recent-posts-widget-with-thumbnails ul li img {
	margin-bottom: 0;
}
.rpwwt-post-date {
	margin-top: 10px;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
}
#secondary ul {
	margin-bottom: 0;
	padding-left: 0;
}
.widget .children {
	margin-left: 15px;
    padding-top: 10px;
}
.widget .children li a span {
    top: 3px;
}
.search-submit {
	color: #fff !important;
	font-size: 15px !important;
	border: 0 !important;
	border-radius: 5px !important;
	padding: 10px 27px !important;
	position: relative;
	overflow: hidden;
	height: 43px;
	cursor: pointer;
	transition: 0.5s;
}
#secondary .tagcloud a {
	font-size: 14px !important;
    border: 1px solid;
    padding: 6px 15px;
    border-color: #eeeeee !important;
	margin: 2px 0;
	text-transform: capitalize;
}
#secondary .tagcloud a:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid;
}
.post-content blockquote {
	margin-bottom: 20px;
	margin-top: 20px;
	background: #edf5ff;
	padding: 30px;
}
.post-content p {
	font-size: 15px;
}
.post-content blockquote p {
	font-size: 16px;
	color: #333;
}
.post-content blockquote p strong {
	margin-top: 8px;
	display: block;
	font-weight: 500;
}
.blog-details-area .blog-details .post-content ul {
	list-style-type: disc;
	padding-left: 20px;
}
.blog-details-area .blog-details .post-content ul li ul {
	list-style-type: circle;
	margin-top: 10px;
}
.blog-details-area .blog-details .post-content ol li ol {
	margin-top: 10px;
}
.comments-title {
	margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
	padding-bottom: 9px;
	margin-top: 0;
}
.form-submit #submit {
	color: #fff !important;
    font-size: 15px !important;
    border: 0 !important;
    border-radius: 5px !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 0;
    width: auto;
	padding: 10px 25px;
	font-weight: 500;
	letter-spacing: 1px;
}
.form-submit #submit:hover {
    background-color: #000000 !important;
    color: #fff;

}
.post-content-wrapper p {
	color: #333;
	line-height: 1.8;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.page-numbers {
	padding: 0;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.page-numbers:hover{
	color: #ffffff;
}
.page-numbers.current {
	color: #ffffff;
}
.pagination-area {
	text-align: center;
}
.page-content {
	text-align: center;
	padding-top: 20px;
}
.page-content p {
	font-size: 21px;
	margin-bottom: 25px;
}

/* ==============
    Start Footer CSS
==================================== */
.footer-area {
	padding-bottom: 0;
	background-attachment: fixed;
	background-image: none !important;
	border-top: 1px solid #eee;
}
.single-footer .logo {
	margin-top: -6px;
	margin-bottom: 15px;
}
.single-footer .logo a {
	color: #222222;
	text-transform: uppercase;
	font-size: 25px;
	text-decoration: none;
	font-weight: 700;
}
.single-footer .logo a h1 {
    color: #222222;
	text-transform: uppercase;
	font-size: 25px;
	text-decoration: none;
	font-weight: 700;
}
.single-footer p {
	color: #444;
}
.single-footer .btn {
	margin-top: 15px;
}
.single-footer h3 {
	font-size: 20px;
    margin-top: -2px;
	margin-bottom: 25px;
	font-weight: 600;
}
.single-footer ul {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0;
}
.single-footer ul li a, .single-footer ul li a.active {
	color: #444 !important;
	margin-top: 12px;
	display: block;
	text-decoration: none;
	font-size: 15px;
	padding: 0;
	text-transform: capitalize;
}
.contact-info li a::before {
	display: none;
}
.single-footer ul li:first-child a {
	margin-top: 0;
}
.single-footer ul li a:hover {
	padding-left: 7px;
}
.single-footer .contact-info {
	margin-top: 15px;
}
.single-footer .contact-info li {
	margin-bottom: 12px;
	color: #444;
	position: relative;
	padding-left: 25px;
}
.single-footer .contact-info li:last-child {
	margin-bottom: 0;
}
.single-footer .contact-info li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px;
}
.single-footer .contact-info li i.fa.fa-envelope {
	font-size: 17px !important;
}
.single-footer .btn.btn-primary {
    font-size: 14px;
    padding: 8px 20px;
}
.copyright-area {
	margin-top: 100px;
	background: #F7F8FC;
	padding: 40px 0;
}
.copyright-area p {
	margin-bottom: 0 !important;
    color: #555;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 3px;
}
.copyright-area ul {
	text-align: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.copyright-area ul li {
	display: inline-block;
	margin-right: 5px;
}
.copyright-area ul li:last-child {
	margin-right: 0;
}
.copyright-area ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	border: 1px solid;
}
.copyright-area ul li a:hover {
	color: #fff;
}
/* ==============
    End Footer CSS
==================================== */

/* ==============
    Start Go Top CSS
==================================== */
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	z-index: 1;
	display: none;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	-webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);	
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.go-top:hover {
	color: #fff;
}
/* ==============
    End Go Top CSS
==================================== */
/*Extre Css*/
.post-btn {
	text-align: center;
	margin-top: 20px;
}
#menu-header-menu li a {
	color: #333;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu-header-menu li a:hover {
	text-decoration: none;
}
.ex-padding {
	padding-bottom: 100px;
}
.bg-c {
	background-color: #0029271a;
}
.post-thumbnail {
	display: none;
}
.expadding {
	padding-bottom: 200px;
}
.testimonials-item h6 {
	position: relative;
	z-index: 1;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	color: antiquewhite;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #555555;
	font-weight: 400;
}
.es_textbox #es_txt_email {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border: none;
	height: 75px;
	border-radius: 50px;
	padding-left: 20px;
	font-size: 17px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.wpb_wrapper .wpcf7-form-control.wpcf7-submit {
	padding: 15px 44px;
	font-size: 17px;
	cursor: pointer;
	transition: 0.5s;
}
.entry-title {
	display: none;
}
.widget {
    padding: 30px;
    background-color: #ffffff;
    border-bottom: #eee;
}
.widget .search-form {
	position: relative;
}
.widget .search-form label {
	display: block;
	margin-bottom: 0;
}
.widget .search-form .search-submit {
	color: #fff !important;
    font-size: 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 20px !important;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
	position: absolute;
	outline: 0 !important;
    right: 0;
    top: 0;
}
.post-content {
	overflow: hidden;
}
.post-content ul li {
	display: list-item !important;
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
	margin-bottom: 8px;
}
.post-content ol {
	padding-left: 20px;
}
.post-content ol li {
	color: #555555;
	font-size: 15px;
	font-size: 15px;
    line-height: 1.8;
	margin-bottom: 8px;
}
.single-footer .sub-menu {
	margin-left: 20px !important;
}
.single-footer .sub-menu li a{
	margin: auto;
}
.single-footer ul li a::before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 6px;
    font-size: 18px;
}
.comment-form-url {
	margin-top: 7px;
}
.post-content img{
	height: auto;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 30px;
}
.widget select {
    max-width: 100%;
    width: 300px;
    border: 1px solid #eee;
	padding: 10px 15px;
	height: 45px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
	border: 1px solid;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
	width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 12px 0;
	font-size: 14px;
}
.wp-caption .wp-caption-text a {
	text-decoration: underline;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 0;
	margin: 0;
}
/*
.gallery figure {
	margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}*/
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    padding: 0 10px;
}
.gallery-item .wp-caption-text {
	font-size: 13px;
	line-height: 22px;
	margin-top: 5px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
	Blog All CSS
--------------------------------------------------------------*/
span.screen-reader-text {
    display: none;
}
.blog-details-area .blog-details .article-content ul.category li a {
    margin-bottom: 10px;
}
.page-style blockquote {
	margin-bottom: 20px;
    margin-top: 20px;
    background: #edf5ff;
    padding: 30px;
}
.page-style blockquote p {
	margin: 0;
}
.comment-content blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #ffffff;
	padding: 30px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
table  {
    border: 1px solid #eee;
    border-collapse: collapse;
	width: 100%;
	margin-bottom: 25px;
}
th {
    padding: 10px;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 900;
    border: 1px solid #eee;
}
td {
    border: 1px solid #eee;
    padding: 10px;
}
td a {
	text-decoration: underline;
}
td a:hover {
	text-decoration: none;
}
td + td{
    color: #444;
    font-weight: normal;
}
tr {
    background-color: white;
    transition: 0.5s;
}
tr:nth-child(even){
    background-color: #efefef;
}
tr + tr:hover {
    background-color: #E9E9E9;
    cursor: default;
    transition: none;
}
tr + tr {
    height: 50px;
}
dl {
    padding: 0;
	background-color: transparent !important;
	margin-top: 15px;
	margin-bottom: 15px;
}
dl dt {
    margin-bottom: 5px;
}
dl dd {
	margin-left: 15px;
	color: #555555;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
}
.page-style p {
	margin-bottom:15px;
	margin-top: 15px;
}
.page-style p:first-child {
	margin-top: 0;
}
.page-style ul li {
    position: relative;
    font-size: 15px;
    color: #555555;
	padding: 0;
	line-height: 1.8;
}
.page-style ol li {
    position: relative;
    font-size: 15px;
    color: #555555;
	padding: 0;
	line-height: 1.8;
}
.page-style b, .page-style strong {
    color: #333;
}
.page-style address {
    font-style: italic;
    color: #555555;
}
.page-style pre {
    overflow: auto;
    max-width: 100%;
    max-height: 400px;
    font-size: 15px;
}
.navigation .screen-reader-text {
    display: none;
}
.comment-body  {
    padding: 0 0 25px;
}
.page-stylediv .wp-caption {
    background: #fff;
    border: 1px solid #e5e5e5;
    max-width: 96%;
    padding: 8px 3px 10px !important;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 7px;
}
.page-links {
    padding: 15px 0;
	font-size: 18px;
	clear: both;
}
.page-links .post-page-numbers {
    background: #d9e4f3;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
	color: #fff;
}
.pass-from label input {
    height: 30px;
    border: 1px solid #adadad;
}
.post-content input {
    display: inline-block;
    color: #fff;
	font-size: 14px !important;
    padding: 7px 25px !important;
    border-radius: 25px;
    border: 2px solid transparent;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.post-content label input {
    display: block;
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #494949;
    font: 15px "Roboto", sans-serif;
    letter-spacing: 0.3px;
    padding: 12px 30px;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
span.edit-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-details-area .blog-details .article-img .date-single {
	position: absolute;
    bottom: 15px;
    width: 90px;
    left: 15px;
    height: 90px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    padding-top: 17px;
    line-height: 30px;
}
.comment-respond h3 small {
    font-weight: bold;
    font-size: 13px;
}
.nav-links .nav-previous a{
    border: 1px solid #eeeeee;
    padding: 8px 27px 6px;
	border-radius: 5px;
	display: inline-block;
}
.nav-links .nav-next a {
    border: 1px solid #eeeeee;
    padding: 8px 27px 6px;
	border-radius: 5px;
	display: inline-block;
}
.nav-links .nav-previous a:hover {
    color: #fff;
}
.nav-links .nav-next a:hover {
    color: #fff;
}
.nav-previous {
    margin-bottom: 30px;
}
.widget_calendar table thead {
    color: #fff;
}
.widget_calendar table tr {
    background: transparent;
}
.widget_calendar table td, .widget_calendar table th {
    padding: 5px;
}
.widget_calendar table th {
    font-weight: bold;
}
.calendar_wrap {
    text-align: center;
}
.calendar_wrap td {
	font-weight: normal;
}
.calendar_wrap table {
	margin: 0;
}
.calendar_wrap caption {
	padding-bottom: 0;
}
.search-field {
    height: 45px;
    border: 1px solid #fff;
    padding: 0 15px;
    display: block;
    width: 100%;
    outline: 0 !important;
}
.widget_archive ul > li:last-of-type, .widget_categories ul > li:last-of-type, .widget_meta ul > li:last-of-type, .widget_nav_menu ul > li:last-of-type, .widget_pages ul > li:last-of-type, .widget_recent_comments ul > li:last-of-type, .widget_recent_entries ul > li:last-of-type, .widget_rss ul > li:last-of-type {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.widget_archive ul > li:last-of-type, .widget_categories ul > li:last-of-type, .widget_meta ul > li:last-of-type, .widget_nav_menu ul > li:last-of-type, .widget_pages ul > li:last-of-type, .widget_recent_comments ul > li:last-of-type, .widget_recent_entries ul > li:last-of-type, .widget_rss ul > li:last-of-type {
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding-bottom: 0;
}
.widget_archive ul > li ul.children, .widget_archive ul > li ul.sub-menu, .widget_categories ul > li ul.children, .widget_categories ul > li ul.sub-menu, .widget_meta ul > li ul.children, .widget_meta ul > li ul.sub-menu, .widget_nav_menu ul > li ul.children, .widget_nav_menu ul > li ul.sub-menu, .widget_pages ul > li ul.children, .widget_pages ul > li ul.sub-menu, .widget_recent_comments ul > li ul.children, .widget_recent_comments ul > li ul.sub-menu, .widget_recent_entries ul > li ul.children, .widget_recent_entries ul > li ul.sub-menu, .widget_rss ul > li ul.children, .widget_rss ul > li ul.sub-menu {
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.single-list h3 {
	font-size: 26px;
	line-height: 35px;
}
.single-list ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.single-list ul li {
    display: inline-block;
	padding: 0px 5px;
	color: #777;
	font-size: 14px;
}
.single-list ul li a {
	color: #777;
}
.menu-item .sub-menu li {
    margin-left: 15px;
}
.single-list ul li i {
	color: #656565;
	font-size: 15px;
	padding-right: 5px;
}
.blog-details-area .category {
    padding: 0px !important;
}
.article-img img {
    height:auto;
}
.pagination-area nav {
    margin-top: 15px;
}
.sticky-text {
	font-size: 13px;
    color: #fff;
    position: absolute;
    right: 30px;
    margin: auto;
    top: 30px;
    padding: 3px 14px;
    border-radius: 4px;
}
.page-pagi {
    clear: both;
    overflow: hidden;
    margin-top: 15px;
}
.page-pagi p {
    font-size: 18px;
}
.page-pagi .post-page-numbers {
	text-align: center;
    background: #edf5ff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 15px;
	line-height: 30px;
	margin-left: 5px;
}
.post-page-numbers.current, .post-page-numbers:hover {
	color: #fff;
}
.single-list {
	background-color: #fff !important;
	padding: 30px 30px 0;
	margin-bottom: -10px;
}
.single-list a {
    color: #222;
}
.error-404 .error-content {
    text-align: center;
	margin-top: 65px;
}
.error-404 .error-content h3 {
    font-size: 25px;
    margin: 0 0 25px;
}
.error-404 .error-content p {
    font-size: 18px;
    max-width: 520px;
    margin: 0 auto 30px;
}
.error-content .btn.btn-primary {
    margin-top: 30px;
}
.blog-details-area img {
    height: auto;
}
.blog-details-area ol li {
    border-bottom: none;
}
.widget_categories ul li a span {
    position: absolute;
    right: 0;
    color: #757575;
    top: 10px;
    font-size: 13px;
    font-weight: 500;
}
.widget_categories ul li .children {
	padding-top: 10px;
}
.widget_categories ul li a {
	padding: 0;
	display: block;
}
.single-fo-cart {
	margin-top: 30px;
	background: #fff;
}
.tagcloud a {
    margin: 2px;
    display: inline-block;
}
.rpwwt-widget ul li img {
    border-radius: 2px;
}
.blocks-gallery-item {
    list-style-type: none;
}
.gallery-item img {
	height: auto;
	padding: 2px;
}
.blog-details::after {
    content: "";
    display: table;
    clear: both;
}
video.wp-block-cover__video-background {
    width: 100%;
}
.has-background.has-very-light-gray-color {
    color: #fff;
}
.wp-block-cover-text {
    color: #fff;
}
.wp-block-cover-text strong {
	color: #fff !important;
}
.wp-block-cover {
	margin-top: 20px;
	margin-top: 20px;
}
.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
    margin-bottom: 20px;
}
video {
    max-width: 100%;
}
.wp-block-button {
	background-color: transparent !important;
}
.wp-block-button a {
	display: inline-block;
    padding: 6px 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 15px;
}
.wp-block-button a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.is-style-outline .wp-block-button__link:hover {
	background: transparent;
	color: #000 !important;
}
p.logged-in-as {
	font-size: 13px;
	margin-bottom: 10px;
}
#contactForm textarea {
    height: 150px;
}
.trackback .comment-body > a, .pingback .comment-body > a {
    font-size: 14px;
}
.trackback .comment-body > a:hover,  
.pingback .comment-body > a:hover {
    color: #6b6b6b;
}
.pingback, .trackback {
    line-height: 25px;
}
.pingback .comment-edit-link {
    font-size: 14px;
}
.widget_rss ul li {
	color: #444;
	font-size: 14px;
	margin-bottom: 10px;
    padding-bottom: 20px;
}
.widget_rss ul li a {
	font-weight: 500;
	color: #222 !important;
}
.widget_rss ul li a.rsswidget {
    font-size: 16px !important;
}
.widget_rss ul li .rss-date {
	display: block;
    font-size: 13px;
	margin-bottom: 5px;
	margin-top: 1px;
	text-transform: uppercase;
}
.widget_rss ul li cite {
	font-weight: 600;
    color: #333;
    font-size: 13px;
    margin-top: 5px;
	display: block;
	font-style: normal;
}
.blog-sidebar .widget_text p {
	color: #444;
}
.blog-sidebar .widget_text img {
	margin: 10px 0;
}
.blog-sidebar .widget_text .wp-caption .wp-caption-text {
	margin-top: 0;
}
.blog-sidebar .widget_archive ul li a {
	text-transform: capitalize;
}
.blog-sidebar .widget_categories ul li a {
	text-transform: capitalize;
}
.blog-sidebar .widget_nav_menu ul .sub-menu {
	padding-top: 10px;
}
.blog-sidebar .widget_pages ul li a {
	padding: 0;
	display: block;
	text-transform: capitalize;
}
.article-content .post-content a {
	text-decoration: underline;
}
.article-content .post-content a:hover {
	text-decoration: none;
}
.article-content ul.category {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0;
}
.post-content .wp-block-code code {
	background: #edf5ff;
    display: block;
    border-radius: 0;
}
.post-content pre {
    background: #edf5ff;
	padding: 20px;
	margin-top: 15px;
}
.page-style pre {
	background: #edf5ff;
	padding: 20px;
	margin-top: 15px;
}
.post-content .wp-block-pullquote {
	padding: 0;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #fff;
}
table.wp-block-table.has-fixed-layout.is-style-stripes {
    border: 1px solid #eee;
}
.wp-block-media-text.alignwide {
    margin-bottom: 20px;
}
.wp-block-media-text.alignwide .has-large-font-size {
    font-weight: 500;
    color: #222;
    font-size: 18px;
    margin: 0 !important;
}
.wp-block-media-text.alignfull.has-media-on-the-right .has-large-font-size {
    font-weight: 500;
    color: #222;
    font-size: 18px;
    margin: 0 !important;
}
.post-content .wp-block-archives-dropdown .screen-reader-text {
	display: block;
}
.post-content .wp-block-archives-dropdown select {
    border: 1px solid #eee;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
}
.post-content .wp-block-categories-list li a {
	text-transform: capitalize;
}
.post-content span.wp-block-latest-comments__comment-author {
    color: #555555;
	text-transform: capitalize;
	font-weight: 500;
}
.post-content .wp-block-file .wp-block-file__button {
	text-decoration: none;
}
.wp-block-file a {
	text-decoration: underline;
	font-size: 15px;
}
.wp-block-file a:hover {
	text-decoration: underline;
}
.wp-block-file .wp-block-file__button {
	display: table;
	margin: 10px 0 0;
}
.wp-block-file .wp-block-file__button:hover {
	background-color: #000 !important;
	color: #fff;
}
figure.wp-block-pullquote.has-cyan-bluish-gray-background-color.is-style-solid-color {
    padding: 20px 0;
}
.has-text-color.has-very-dark-gray-color cite {
	display: block;
}
.wp-block-gallery {
    padding: 0 !important;
}
.post-content b, .post-content strong {
	color: #333;
}
kbd {
    background-color: #eee;
}
address {
    font-style: italic;
	line-height: 28px;
	color: #555555;
}
dfn, cite, em, .post-content i {
    font-style: italic;
}
code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem;
}
.main-content {
    background-color: #F7F8FC;
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-content .page-style .page-inner {
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
}
.main-content .page-no-content {
    height: 100px;
}
.main-content .page-no-content .page-inner {
	background: transparent;
}
.main-content .page-style p a {
	text-decoration: underline;
}
.main-content .page-style dd a {
	text-decoration: underline;
}
.page-style ul {
	padding-left: 18px;
	list-style-type: disc;
}
.page-style ul li ul {
    list-style-type: circle;
}
.page-style ol {
	padding-left: 18px;
}
mark {
    background: #fff9c0;
    text-decoration: none;
}
ins {
    text-decoration: none;
}
.page-style ol li {
	padding: 0;
}
.page-style .tnp-subscription input.tnp-email {
	background-color: #edf5ff !important;
	height: 40px;
}
.page-style .tnp-subscription label {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px;
}
.page-style .tnp-subscription {
	margin: 0 auto !important;
}
.page-style .tnp-subscription div.tnp-field {
	margin: 0 !important;
}
.page-style .tnp-subscription input.tnp-submit {
    padding: 10px 20px !important;
	display: inline-block;
	cursor: pointer;
	margin-top: 15px !important;
}
/* =========================
Start Comments CSS 
========================= */
.blog-details-area .comments-area {
	background-color: #fff;
	padding: 30px;
}
#comments {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
.comment-list {
	list-style-type: none !important;
	margin: 0;
	padding: 0 !important;
}
.comment-list li:before {
	display: none;
}
.comment-list .comment-body {
	margin-left: 65px;
}
.comment-list .comment-author {
	font-size: 14px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}
.comment-list .comment-author b.fn {
	text-transform: capitalize;
	font-weight: 500;
}
.comment-list .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}
.comment-list .comment-author .says {
	display: none;
}
.comment-list .comment-meta {
	margin-bottom: 0;
}
.comment-list .comment-metadata {
	color: #767676;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1818em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.comment-list .comment-metadata span.edit-link {
	display: inline;
}
.comment-list .comment-metadata a {
	color: #555555;
}
.comment-list .comment-author .fn a {
	color: #333;
}
.comment-list .comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}
.comment-list .comment-body {
	color: #333;
    font-size: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.comment-list .comment-reply-link {
	position: relative;
    border: 1px solid;
    display: inline-block;
    padding: 6px 15px;
    line-height: 1;
    font-size: 13px;
	text-transform: uppercase;
	margin-top: 5px;
}
.comment-list .comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}
.comment-list li .children {
	padding-left: 20px;
	list-style: none;
}
.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}
.no-comments, .comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.comment-list .comment-content img {
	margin: 5px 0;
}
.comments-area .comment-list .comment-content ul {
	list-style-type: disc;
	padding-left: 18px;
}
.comments-area .comment-list .comment-content ul li {
	line-height: 32px;
	color: #555555;
}
.comments-area .comment-list .comment-content ul li ul {
	list-style-type: circle;
}
.comments-area .comment-list .comment-content ol {
	padding-left: 18px;
}
.comments-area .comment-list .comment-content ol li {
	line-height: 32px;
	color: #555555;
}
.comments-area .comment-list .comment-content strong {
	color: #333;
}
.comments-area .comment-list .comment-content p {
	color: #555;
	margin-bottom: 10px;
	font-size: 14px;
}
.comments-area .comment-list .comment-content p a {
	text-decoration: underline;
}
.comments-area .comment-list .comment-content dd a {
	text-decoration: underline;
}
.comments-area .comment-list .comment-content pre {
	background-color: #fafafa;
	padding: 30px;
}
.blog-sidebar .gallery-size-thumbnail figure.gallery-item {
	padding: 0;
	margin: 0
}
.comment-respond {
	overflow: hidden;
	background-color: #f7f7f7;
    padding: 30px;
}
.comment-respond .comment-form-comment {
    margin: 0;
}
.comment-respond .comment-form-comment textarea {
	background-color: #fff;
	border-top: 1px solid #f6f6f6 !important;
	border-left: 1px solid #f6f6f6 !important;
	border-right: 1px solid #f6f6f6 !important;
	border-bottom: 1px solid #eadede !important;
	padding: 10px 15px;
}
.comment-respond .comment-form-comment textarea:focus {
	outline: 0;
}
.comment-respond .comment-form-author {
    margin: 0;
}
.comment-respond .comment-form-author input {
	background-color: #fff;
	height: 46px;
    border-top: 1px solid #f6f6f6 !important;
	border-left: 1px solid #f6f6f6 !important;
	border-right: 1px solid #f6f6f6 !important;
	border-bottom: 1px solid #eadede !important;
	padding: 10px 15px;
}
.comment-respond .comment-form-author input:focus {
	outline: 0;
}
.comment-respond .comment-form-email {
    margin: 0;
}
.comment-respond .comment-form-email input {
	background-color: #fff;
	height: 46px;
    border-top: 1px solid #f6f6f6 !important;
	border-left: 1px solid #f6f6f6 !important;
	border-right: 1px solid #f6f6f6 !important;
	border-bottom: 1px solid #eadede !important;
	padding: 10px 15px;
}
.comment-respond .comment-form-email input:focus {
	outline: 0;
}
.comment-respond .comment-form-url {
    margin: 0;
}
.comment-respond .comment-form-url input {
	background-color: #fff;
	height: 46px;
    border-top: 1px solid #f6f6f6 !important;
	border-left: 1px solid #f6f6f6 !important;
	border-right: 1px solid #f6f6f6 !important;
	border-bottom: 1px solid #eadede !important;
	padding: 10px 15px;
}
.comment-respond .comment-form-url input:focus {
	outline: 0;
}
.comment-form-cookies-consent {
    margin: 0 !important;
    position: relative;
	padding-left: 20px;
}
.comment-form-cookies-consent input {
    display: inline-block;
    width: auto !important;
    position: absolute;
    left: 0;
    top: 6px;
}
.comment-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
	color: #333;
	line-height: 1;
	font-size: 14px;
}
.comment-form input{
    width: 100%;
    margin-bottom: 20px;
}
.comment-form textarea {
    width: 100%;
    margin-bottom: 15px;
}
p.form-submit {
    margin: 0;
}
span.required {
    color: red;
}
.comments-area .trackback .comment-body {
	margin-left: 0;
}
.comments-area .pingback .comment-body {
	margin-left: 0;
}
.comments-area .trackback span.edit-link, .comments-area .pingback span.edit-link {
	margin: 10px 0 0;
	line-height: 1;
}
.blog-details-area {
	/* margin-top: 83px; */
}
.comment-navigation .nav-links {
	overflow: hidden;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}
blockquote.wp-block-quote.is-style-large {
	padding: 30px;
}
blockquote.wp-block-quote.is-style-large cite {
	display: block;
    text-align: left;
}
blockquote.wp-block-quote.is-style-large p br {
	display: none;
}
.li.recentcomments {
	color: #000;
}
.recentcomments .comment-author-link {
	text-transform: capitalize;
	font-weight: 600;
}
span.rpwwt-post-title {
    font-weight: 500;
}
.post-content .wp-block-archives-list {
    list-style-type: none !important;
    padding: 0 !important;
}
.post-content .wp-block-archives-list li {
	margin-bottom: 3px;
}
.post-content .wp-block-archives-list li a {
	color: #555555;
}
.post-content .wp-block-categories-list {
    list-style-type: none !important;
    padding: 0 !important;
}
.post-content .wp-block-categories-list ul {
	list-style-type: none !important;
    padding-left: 15px !important;
}
.post-content .wp-block-categories-list li {
	margin-bottom: 3px;
}
.post-content .wp-block-categories-list li a {
	color: #555555;
}
.wp-block-latest-comments {
	padding: 0 !important;
}
a.wp-block-latest-comments__comment-link {
	color: #555555;
    text-decoration: none;
	font-weight: 500;
}
a.wp-block-latest-comments__comment-author {
    color: #555555;
    font-weight: 500;
}
.wp-block-latest-posts li a {
	color: #555555;
	font-weight: 500;
}
.post-password-form input:focus {
	outline: 0;
}
.post-password-form input[type="submit"] {
	cursor: pointer;
}
.widget_archive .screen-reader-text {
	display: none;
}
.widget_categories .screen-reader-text {
	display: none;
}
.recent-posts-widget-with-thumbnails ul li {
	line-height: 1;
}
.recent-posts-widget-with-thumbnails ul li span.rpwwt-post-title {
    font-weight: 500;
    line-height: 22px;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 70%;
	background: transparent;
	margin-top: 0;
    margin-bottom: 0;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote p {
	margin-top: 0 !important;
    color: #fff;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote cite {
    display: block;
    color: #fff;
}
/*--------------------------------------------------------------
    *End Blog All CSS
--------------------------------------------------------------*/
.workflow-section {
	overflow: hidden;
}
li.current-menu-item a {
    color: pink;
}
.workflow-video {
    background-image: url(../../assets/img/video-cover.png);
    height: 350px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
	position: relative;
	text-align: center;
}
.workflow-video::before {
	position: absolute;
	content: '';
	background: #000;
	top: 0;
	left: 0;
	opacity: .10;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.workflow-video .play-video {
    background: #fff;
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 30px;
    border-radius: 100px;
	padding-left: 5px;
	position: relative;
}
.workflow-video .play-video:hover {
	color: #fff;
}
.workflow-text {
    margin-top: 2px;
}
.workflow-text h3 {
	color: #fff;
	font-size: 30px;
    line-height: 38px;
	font-weight: 600;
	margin: 0 0 15px;
}
.workflow-text p {
    color: #fff;
    margin-top: 9px;
}
.workflow-text ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
}
.workflow-text ul li {
	color: #fff;
	margin-top: 5px;
}
.workflow-text ul li i {
	padding-right: 6px;
	font-weight: normal;
	font-size: 14px;
}
.comment-respond p.comment-form-comment {
    float: left;
    width: 100%;
}
.comment-respond p.comment-form-author {
    width: 50%;
    float: left;
    padding-right: 12px;
}
.comment-respond p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 12px;
}
.comment-respond p.comment-form-url {
    float: left;
    width: 100%;
}
.comment-respond p.comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
	padding-left: 20px;
	margin-bottom: 15px !important;
}
.comment-respond p.comment-form-cookies-consent label {
	margin: 0;
	line-height: 1.8;
	font-size: 13px;
}
.comment-respond p.form-submit {
    float: left;
	width: 100%;
	margin-top: 5px;
}
.wp-block-cover .wp-block-cover-text {
	font-weight: bold;
}
p.comment-notes {
    margin-bottom: 10px;
}
.comment-list .comment-respond {
	overflow: hidden;
	border: 1px solid #eee;
	padding: 30px;
	margin-bottom: 30px;
}
.faq-img {
	text-align: center;
}
.faq-img img {
    max-width: 500px;
}
.search-form {
	position: relative;
}
.search-form label {
	display: block;
}
.search-form .search-field {
	display: block;
	width: 100%;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 !important;
    height: 45px;
}
.join-img {
	text-align: center;
}
.join-img img {
	max-width: 500px;
	margin: auto;
	width: 100%;
}
.comments-area .comment-list .comment-content blockquote p {
	margin: 0 !important;
}
.comments-area .comment-list .comment-content ul, .comments-area .comment-list .comment-content ol {
	margin-bottom: 15px;
}
.comments-area .comment-list .comment-content ul li ul, .comments-area .comment-list .comment-content ol li ol {
	margin-bottom: 0;
}
.wp-block-table.is-style-stripes td {
	border-color: #eee;
}
em.comment-awaiting-moderation {
    display: block;
    margin-bottom: 5px;
}
.fa-calendar {
    font-size: 14px !important;
}

/* Resent posts with thumb */
.widget_axolot_posts_thumbs .item {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.widget_axolot_posts_thumbs .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_axolot_posts_thumbs .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}
.widget_axolot_posts_thumbs .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-position: center center !important;
}
.widget_axolot_posts_thumbs .item .info {
	overflow: hidden;
}
.widget_axolot_posts_thumbs .item .info .title {
	font-size: 15px;
	margin: 0;
	line-height: 1.5;
	font-weight: 600;
}
.widget_axolot_posts_thumbs .item .info .title a {
	color: #444;
}
.widget_axolot_posts_thumbs .item .info time {
	display: block;
	font-size: 12px;
	color: #767676;
	text-transform: uppercase;
	margin-top: 5px;
}
.single-footer {
    margin-top: 30px;
}

/* Start New Demo Pages PC Repair */

/* ==============
    Start Repair Main Banner CSS 
==================================== */
.repair-main-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 300px;
}
.repair-main-banner::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
z-index: -1;
opacity: .60;
}
.repair-banner-content h2 {
    color: #ffffff;
    line-height: 1.2;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 25px;
}
.repair-banner-content p {
    max-width: 550px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 17px;
}
.repair-banner-content .btn {
    text-transform: uppercase;
}
.banner-video a {
    width: 100px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    margin-left: -40px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.banner-video a::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.banner-video a:hover, .banner-video a:focus {
    color: #ffffff;
}
.item-bg1 {
    background-image: url(../../assets/img/main-banner1.jpg);
}
.item-bg2 {
    background-image: url(../../assets/img/main-banner2.jpg);
}
.item-bg3 {
    background-image: url(../../assets/img/main-banner3.jpg);
}
.repair-home-slides.owl-theme .owl-dots {
    line-height: .1;
    margin-top: 0;
    position: absolute;
    bottom: 28%;
    left: 0;
    right: 0;
    text-align: left;
    max-width: 1100px;
    margin: auto;
}
.repair-home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
    margin: 0 3px;
    background: #d5d6d6;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 0;
}
.repair-home-slides.owl-theme .owl-dots .owl-dot:hover span, .repair-home-slides.owl-theme .owl-dots .owl-dot:focus span {
    background: #ffffff;
}
.repair-home-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: #ffffff;
}
@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
/* ==============
End Repair Main Banner CSS 
==================================== */

/* ==============
Start Repair Boxes CSS 
==================================== */
.repair-boxes-area {
    background-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -150px;
    margin-bottom: -45px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.repair-boxes-area::before {
    content: '';
    position: absolute;
    left: 0;
    height: 90%;
    bottom: 0;
    width: 201%;
    background: #ffffff;
    z-index: -1;
    -webkit-transform: skewY(177deg);
    transform: skewY(177deg);
}
.single-repair-box {
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 45px 25px;
    margin-bottom: 45px;
}
.single-repair-box i {
    font-size: 50px;
    color: #f06334;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-box a {
    font-weight: 600;
    margin-top: 20px;
    color: #222222;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-box a:hover, .single-repair-box a:focus {
    text-decoration: none;
    letter-spacing: 1.5px;
}
.single-repair-box .img-box img:first-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: .70;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-box .img-box img:last-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-box::before, .single-repair-box::after {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.single-repair-box::after {
    top: auto;
    bottom: -40px;
    border-radius: 0 0 5px 5px;
}
.single-repair-box.active {
    border-radius: 0;
}
.single-repair-box.active i {
    color: #ffffff;
}
.single-repair-box.active h3 {
    color: #ffffff;
}
.single-repair-box.active p {
    color: #ffffff;
}
.single-repair-box.active a {
    color: #ffffff;
}
.single-repair-box.active::before, .single-repair-box.active::after {
    opacity: 1;
    visibility: visible;
}
.single-repair-box.active .img-box img:first-child {
    opacity: 0;
    visibility: hidden;
}
.single-repair-box.active .img-box img:last-child {
    opacity: .35;
    visibility: visible;
}
/* ==============
End Repair Boxes CSS 
==================================== */

/* ==============
Start Repair About CSS 
==================================== */
.repair-about-content .section-title {
    text-align: left;
    margin-bottom: 25px;
}
.repair-about-content .section-title h3 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
}
.repair-about-content .section-title h3::before {
    display: none;
}
.repair-about-content .section-title p {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.repair-about-content ul {
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}
.repair-about-content ul li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 600;
}
.repair-about-content ul li i {
    color: #f06334;
    margin-right: 3px;
}
.repair-about-content .read-more-btn {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    color: #f06334;
    font-size: 14px;
    font-weight: 700;
}
.repair-about-content .read-more-btn:hover {
    text-decoration: none;
}
.repair-about-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.repair-about-image img {
    position: absolute;
}
.repair-about-image img:nth-child(1) {
    left: 0;
    top: 0;
    z-index: 1;
}
.repair-about-image img:nth-child(2) {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    border: 5px solid #f8fbff;
    width: 350px;
}
.repair-about-image img:nth-child(3) {
    right: 0;
    bottom: 0;
    z-index: 1;
}
.repair-about-image img:nth-child(4) {
right: 0;
top: 0;
}
.repair-about-image img:nth-child(5) {
    left: 0;
    bottom: 0;
}
/* ==============
End Repair About CSS 
==================================== */

/* ==============
Start Repair Services CSS 
==================================== */
.repair-services-area {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/services-bg.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
}
.repair-services-area .section-title span {
    color: #f06334;
}
.repair-services-area .section-title h3 {
    color: #ffffff;
}
.repair-services-area .section-title h3::before {
    background: #ffffff;
}
.repair-services-area .section-title p {
    color: #ffffff;
}
.repair-services-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    height: 11%;
}
.single-repair-services {
    border: 1px solid #8096b0;
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-services i {
    color: #ffffff;
    font-size: 40px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-services h3 {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 25px;
}
.single-repair-services p {
    color: #ffffff;
    opacity: .95;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-repair-services .read-more-btn {
    margin-top: 20px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.single-repair-services .read-more-btn:hover {
    text-decoration: none;
}
.single-repair-services:hover, .single-repair-services:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}
.single-repair-services:hover i, .single-repair-services:focus i {
    color: #f06334;
}
.single-repair-services:hover h3, .single-repair-services:focus h3 {
    color: #222222;
}
.single-repair-services:hover p, .single-repair-services:focus p {
    color: #6F8BA4;
}

.single-repair-services:hover .read-more-btn:hover, .single-repair-services:hover .read-more-btn:focus, .single-repair-services:focus .read-more-btn:hover, .single-repair-services:focus .read-more-btn:focus {
    color: #f06334;
}
.repair-services-inner {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-top: 80px;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #eee;
}
.repair-services-inner .single-inner-services {
    position: relative;
    padding-left: 60px;
}
.repair-services-inner .single-inner-services i {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.repair-services-inner .single-inner-services h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.repair-services-inner .col-lg-4:nth-child(2), .repair-services-inner .vc_col-sm-4:nth-child(2)  {
    border-left: 1px solid #d1d9e2;
    border-right: 1px solid #d1d9e2;
}
.repair-services-slides.owl-theme .owl-dots {
    line-height: .1;
    margin-top: 45px;
}
.repair-services-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
    margin: 0 3px;
    background: #8c96cc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 0;
}
.repair-services-slides.owl-theme .owl-dots .owl-dot:hover span, .repair-services-slides.owl-theme .owl-dots .owl-dot:focus span {
    background: #ffffff;
}
.repair-services-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: #ffffff;
}
/* ==============
End Repair Services CSS 
==================================== */

/* ==============
Start Repair Feedback CSS 
==================================== */
.feedback-area {
    position: relative;
    z-index: 1;
}
.single-repair-feedback {
    background-color: #f8fbff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.single-repair-feedback .client-info {
    margin-bottom: 25px;
    position: relative;
    padding-left: 90px;
    padding-top: 18px;
}
.single-repair-feedback .client-info img {
    display: inline-block !important;
    width: 70px !important;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.single-repair-feedback .client-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.single-repair-feedback .client-info span {
    display: block;
}
.single-repair-feedback ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}
.single-repair-feedback ul li {
    display: inline-block;
    color: #ff5202;
}
.single-repair-feedback .icofont-quote-left, .single-repair-feedback .fa-quote-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: .05;
    font-size: 180px;
}
.repair-feedback-slides.owl-theme .owl-dots {
    line-height: .1;
    margin-top: 45px;
}
.repair-feedback-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
    margin: 0 3px;
    background: #e7e7e7;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 0;
}

.repair-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}
.map-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}
/* ==============
End Repair Feedback CSS 
==================================== */

/* ==============
Start Gallery CSS 
==================================== */
.gallery-area {
    padding-bottom: 70px;
}
.gallery-area .section-title {
    margin-bottom: 40px;
}
.single-gallery-item {
    overflow: hidden;
    margin-bottom: 30px;
}
.single-gallery-item a {
    display: block;
}
.single-gallery-item a img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.single-gallery-item:hover a img, .single-gallery-item:focus a img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.shorting .mix {
    display: none;
}
.gallery-shorting-menu {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.gallery-shorting-menu .filter {
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    border: 1px solid #eeeeee;
    color: #222222;
    text-transform: capitalize;
    margin: 0 3px 10px;
    padding: 9px 24px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}
.gallery-shorting-menu .filter:hover, .gallery-shorting-menu .filter:focus, .gallery-shorting-menu .filter.active {
    color: #ffffff;
}
.single-project-item {
    margin-bottom: 30px;
}
/* ==============
End Gallery CSS 
==================================== */

/*=============================
Start Repair Partner CSS
===============================*/
.repair-partner-area {
    background-color: #edf5ff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-repain-client {
    text-align: center;
}
.single-repain-client img {
    width: auto !important;
    height: auto;
    display: inline-block !important;
}
/* ==============
End Repair Partner CSS 
==================================== */

/* ==============
Start Repair Blog CSS 
==================================== */
.single-repair-blog-post .blog-content ul.meta-float-r li:last-child {
    float: unset;
}
.repair-blog-area {
    padding-bottom: 70px;
}
.single-repair-blog-post {
    margin-bottom: 30px;
}
.single-repair-blog-post .blog-image {
    overflow: hidden;
    position: relative;
}
.single-repair-blog-post .blog-image a {
    display: block;
}
.single-repair-blog-post .blog-image a img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.single-repair-blog-post .blog-image .tags {
    position: absolute;
    left: 15px;
    z-index: 2;
    top: 15px;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-repair-blog-post .blog-image .tags a {
    background: #f06334;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px 10px 3px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
.single-repair-blog-post .blog-content {
    margin-top: 20px;
}
.single-repair-blog-post .blog-content h3 {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.single-repair-blog-post .blog-content h3 a {
    color: #222222;
}
.single-repair-blog-post .blog-content h3 a:hover, .single-repair-blog-post .blog-content h3 a:focus {
    text-decoration: none;
}
.single-repair-blog-post .blog-content ul {
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 0;
}
.single-repair-blog-post .blog-content ul li {
    display: inline-block;
    color: #6F8BA4;
    position: relative;
    margin-right: 18px;
}
.single-repair-blog-post .blog-content ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 2px;
    left: -13px;
}
.single-repair-blog-post .blog-content ul li a {
    color: #6F8BA4;
}
.single-repair-blog-post .blog-content ul li a:hover, .single-repair-blog-post .blog-content ul li a:focus {
    text-decoration: none;
}
.single-repair-blog-post .blog-content ul li:first-child::before {
    display: none;
}
.single-repair-blog-post .blog-content ul li:last-child {
    float: right;
    margin-right: 0;
}
.single-repair-blog-post .blog-content ul li:last-child::before {
    display: none;
}
.single-repair-blog-post .blog-content ul li:last-child a {
    text-transform: uppercase;
    color: #f06334;
}

.single-repair-blog-post:hover .blog-image a img, .single-repair-blog-post:focus .blog-image a img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
/* ==============
End Repair Blog CSS 
==================================== */

/* ==============
Start Footer CSS 
==================================== */
.footer-area {
    padding-bottom: 0;
    background-image: url(../../assets/img/pattern-4.png);
    background-attachment: fixed;
}
.single-footer .logo {
    margin-top: -6px;
    margin-bottom: 15px;
}
.single-footer .logo a {
    color: #222222;
    text-transform: uppercase;
    font-size: 25px;
    text-decoration: none;
    font-weight: 700;
}
.single-footer .btn {
    margin-top: 15px;
}
.single-footer h3 {
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: 25px;
}
.single-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-footer ul li a {
    color: #6F8BA4;
    margin-top: 8px;
    display: block;
    text-decoration: none;
    font-size: 17px;
}
.single-footer ul li a:hover {
    padding-left: 7px;
}
.single-footer ul li:first-child a {
    margin-top: 0;
}
.single-footer .contact-info {
    margin-top: 15px;
}
.single-footer .contact-info li {
    margin-bottom: 10px;
    color: #737373;
    position: relative;
    padding-left: 25px;
}
.single-footer .contact-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
}
.single-footer .contact-info li:last-child {
    margin-bottom: 0;
}
.copyright-area {
    margin-top: 100px;
    background: #edf5ff;
    padding: 40px 0;
}
.copyright-area p {
    color: #222222;
    margin-top: 3px;
}
.copyright-area ul {
    text-align: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.copyright-area ul li {
    display: inline-block;
}
.copyright-area ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
}
.copyright-area ul li a:hover {
    color: #ffffff;
}
/* ==============
End Footer CSS 
==================================== */

/* ==============
Start Repair Subscribe CSS 
==================================== */
/* .repair-subscribe-area {
position: relative;
margin-top: -100px;
margin-bottom: 100px;
} */
.repair-subscribe-content {
    background-image: url(../../assets/img/services-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 90px;
}
.repair-subscribe-content h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 30px;
}
.repair-subscribe-content form {
    overflow: hidden;
}
.repair-subscribe-content form .form-group {
    float: left;
    margin-bottom: 0;
    width: 29%;
    padding-right: 15px;
}
.repair-subscribe-content form .form-group .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    outline: 0;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 12px;
}
.repair-subscribe-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
}
.repair-subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
}
.repair-subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
}
.repair-subscribe-content form .form-group .input-newsletter::placeholder {
    color: #ffffff;
}
.repair-subscribe-content form .validation-danger, .repair-subscribe-content form .validation-success {
    color: #ffffff;
}
.repair-subscribe-content form .btn {
    float: left;
    width: 13%;
}
.repair-subscribe-content form .btn-primary {
    color: #ffffff;
    border-color: #f06334;
    background-color: #f06334;
}
.repair-subscribe-content form .btn-primary.disabled, .repair-subscribe-content form .btn-primary:disabled {
    color: #ffffff;
    background-color: #f06334;
    border-color: #f06334;
}
/* ==============
End Repair Subscribe CSS 
==================================== */

/* ==============
Start Repair Footer CSS 
==================================== */
.repair-footer-area {
    padding-top: 165px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.repair-footer-area::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 201%;
    background: #161616;
    z-index: -2;
    -webkit-transform: skewY(177deg);
    transform: skewY(177deg);
}
.single-footer-widget .logo {
    margin-top: -10px;
}
.single-footer-widget .logo a {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.single-footer-widget .logo a span {
    display: inline-block;
}
.single-footer-widget p {
    color: #f2f2f2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-footer-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.single-footer-widget h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.single-footer-widget .services-list li a {
    margin-bottom: 12px;
    display: inline-block;
    color: #f2f2f2;
}
.single-footer-widget .services-list li a:hover {
    padding-left: 10px;
    color: #f06334;
}
.single-footer-widget .services-list li:last-child a {
    margin-bottom: 0;
}
.single-footer-widget .usefull-links li a {
    margin-bottom: 12px;
    display: inline-block;
    color: #f2f2f2;
}
.single-footer-widget .usefull-links li a:hover {
    padding-left: 10px;
    color: #f06334;
}
.single-footer-widget .usefull-links li:last-child a {
    margin-bottom: 0;
}
.single-footer-widget .contact-list li {
    margin-bottom: 12px;
    color: #f2f2f2;
    position: relative;
}
.single-footer-widget .contact-list li a {
    color: #f2f2f2;
    display: inline-block;
}
.single-footer-widget .contact-list li a:hover {
    color: #f06334;
}
.single-footer-widget .contact-list li:last-child {
    margin-bottom: 0;
}   
.single-footer-widget .contact-list li span {
    font-weight: 600;
}
.single-footer-widget .working-hours li {
    margin-bottom: 12px;
    color: #f2f2f2;
    position: relative;
}
.single-footer-widget .working-hours li:last-child {
    margin-bottom: 0;
}
.social-links li {
    display: inline-block;
    margin-right: 2px;
}
.social-links li a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    font-size: 14px;
    background-color: #343434;
    color: #ffffff;
}
.social-links li a:hover, .social-links li a:focus {
    background: #f06334;
    color: #ffffff;
}
.social-links li:last-child {
    margin-right: 0;
}   
.repair-copyright-area {
    background: #000000;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.repair-copyright-area p {
    color: #ffffff;
    font-size: 15px;
}
.repair-copyright-area ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.repair-copyright-area ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 15px;
}
.repair-copyright-area ul li::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 5px;
    background: #7c7c7c;
    width: 2px;
    height: 14px;
}
.repair-copyright-area ul li:first-child::before {
    display: none;
}
.repair-copyright-area ul li a {
    display: inline-block;
    color: #f8f8f8;
}
.repair-copyright-area ul li a:hover {
    color: #f06334;
}

/* ==============
End Repair Footer CSS 
==================================== */
  
/* End New Demo Pages PC Repair */

.single-footer-widget .widget {
    background: transparent;
    margin: 0;
    padding: 0;
}
.single-footer-widget .widget h3.widget-title:before {
    display: none !important;
    border: none !important;
}
.single-footer-widget .widget h3.widget-title:after {
    display: none;
}
.single-footer-widget .widget h3.widget-title {
    color: #fff;
    margin-bottom: 25px;
}
/* CUstom */
.repair-about-content .section-title h3:after {
    display: none;
}














/* Cart link style */
.cart-link {
    margin-right: 15px;
    position: relative;
    color: #333333;
}
.cart-link:hover {
    color: #506cea;
}
.cart-link i {
    font-size: 18px;
}
.cart-link span {
    background-color: #506cea;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    top: -15px;
    right: -15px;
}

/*================================================
Products Area CSS
=================================================*/
.products-area {
    position: relative;
}
.products-area .pagination-area {
    margin-top: 25px;
}
.single-products {
    text-align: center;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border: 5px solid #ffffff;
}
.single-products > a {
    display: none;
}
.single-products .products-content {
    padding: 30px 15px;
}
.single-products .products-content h3 {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    padding: 0 !important;
}
.single-products .products-content .price {
    color: #ff2d2d !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
}
.single-products .products-content .star-rating {
    margin: 12px auto 29px !important;
    color: #eac11d;
}
.single-products .products-content span {
    font-weight: 600;
}
.single-products .products-content .add-to-cart-btn {
    display: inline-block;
    color: #0a0c19;
    border: 1px solid #0a0c19;
    padding: 10px 22px !important;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    margin: 0 !important;
    line-height: 20px;
    font-weight: 700;
    font-size: 13px;
}
.single-products .products-content a.added_to_cart.wc-forward {
    margin-left: 10px;
}
.single-products .products-content ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}
.single-products .products-content ul li {
    display: inline-block;
    color: #eac11d;
    font-size: 17px;
}
.single-products .sale-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff2d2d;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    z-index: 2;
}
.single-products .products-image {
    overflow: hidden;
    position: relative;
}
.single-products .products-image > a {
    display: block !important;
}
.single-products .products-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    width: 100%;
    margin: 0 !important;
}
.single-products .products-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gray;
    content: '';
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.single-products .products-image ul {
    padding: 0;
    z-index: 2;
    list-style-type: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-products .products-image ul li {
    display: inline-block;
}
.single-products .products-image ul li a {
    display: block;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.single-products .products-image ul li a:hover,
.single-products .products-image ul li a:focus {
    background-color: #506cea;
    color: #ffffff;
}
.single-products .products-image ul li a:nth-child(1) {
    margin-left: -15px;
}
.single-products .products-image ul li a:nth-child(3) {
    margin-right: -15px;
}
.single-products:hover .products-content .add-to-cart-btn,
.single-products:focus .products-content .add-to-cart-btn {
    background-color: #0a0c19;
    color: #ffffff;
}
.single-products:hover .products-image img,
.single-products:focus .products-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.single-products:hover .products-image::before,
.single-products:focus .products-image::before {
    opacity: .40;
    visibility: visible;
}
.single-products:hover .products-image ul,
.single-products:focus .products-image ul {
    opacity: 1;
    visibility: visible;
}
.single-products:hover .products-image ul li a:nth-child(1),
.single-products:focus .products-image ul li a:nth-child(1) {
    margin-left: 0;
}
.single-products:hover .products-image ul li a:nth-child(3),
.single-products:focus .products-image ul li a:nth-child(3) {
    margin-right: 0;
}
.productsQuickView,
.quick-view-modal {
    padding: 0 !important;
}
.productsQuickView .modal-dialog,
.quick-view-modal .modal-dialog {
    max-width: 900px;
}
.productsQuickView .products-content,
.quick-view-modal .products-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.productsQuickView .modal-content,
.quick-view-modal .modal-content {
    border: none;
    border-radius: 0;
}
.productsQuickView .modal-content button.close,
.quick-view-modal .modal-content button.close {
    position: absolute;
    right: 2%;
    display: inline-block;
    opacity: 1;
    top: 2%;
    width: 35px;
    z-index: 333;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.productsQuickView .modal-content button.close span,
.quick-view-modal .modal-content button.close span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.productsQuickView .modal-content button.close:hover,
.productsQuickView .modal-content button.close:focus,
.quick-view-modal .modal-content button.close:hover,
.quick-view-modal .modal-content button.close:focus {
    background-color: #506cea;
    color: #ffffff;
}
.productsQuickView .modal-content button.close span, .quick-view-modal .modal-content button.close span {
    display: block;
    margin-top: -2px;
}
.productsQuickView .modal-content button.close:hover span,
.productsQuickView .modal-content button.close:focus span,
.quick-view-modal .modal-content button.close:hover span,
.quick-view-modal .modal-content button.close:focus span {
    color: #ffffff;
}
.productsQuickView .modal-content .products-image,
.quick-view-modal .modal-content .products-image {
    overflow: hidden;
}
.productsQuickView .modal-content .products-image img,
.quick-view-modal .modal-content .products-image img {
    width: 100%;
}
.productsQuickView .modal-content .products-content p,
.quick-view-modal .modal-content .products-content p {
    margin-bottom: 20px;
    font-size: 14px;
}
.productsQuickView .modal-content .products-content h3,
.quick-view-modal .modal-content .products-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.productsQuickView .modal-content .products-content .price,
.quick-view-modal .modal-content .products-content .price {
    color: #ff2d2d !important;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.productsQuickView .modal-content .products-content .price del, .quick-view-modal .modal-content .products-content .price del {
    margin-right: 5px;
    opacity: .60;
}
.productsQuickView .modal-content .products-content .price span,
.quick-view-modal .modal-content .products-content .price span {
    font-weight: normal;
}
.productsQuickView .modal-content .products-content .star-rating,
.quick-view-modal .modal-content .products-content .star-rating {
    color: #eac11d;
    font-size: 15px;
}
.productsQuickView .modal-content .products-content form .quantity,
.quick-view-modal .modal-content .products-content form .quantity {
    display: inline-block;
}
.productsQuickView .modal-content .products-content form .quantity input,
.quick-view-modal .modal-content .products-content form .quantity input {
    border: 1px solid #eeeeee;
    background: #ffffff;
    height: 45px;
    padding: 8px 15px;
    width: 75px;
    outline: 0;
    font-size: 18px;
}
.productsQuickView .modal-content .products-content form button,
.quick-view-modal .modal-content .products-content form button {
    border-radius: 0;
    color: #ffffff;
    border: none;
    height: 45px;
    padding: 0 20px;
    position: relative;
    top: -2px;
    cursor: pointer;
    outline: 0;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
}
.productsQuickView .modal-content .products-content form button:hover,
.productsQuickView .modal-content .products-content form button:focus,
.quick-view-modal .modal-content .products-content form button:hover,
.quick-view-modal .modal-content .products-content form button:focus {
    background-color: #0a0c19;
    color: #ffffff;
}
.productsQuickView .modal-content .products-content .product-meta,
.quick-view-modal .modal-content .products-content .product-meta {
    margin-top: 15px;
}
.productsQuickView .modal-content .products-content .product-meta .sku_wrapper,
.quick-view-modal .modal-content .products-content .product-meta .sku_wrapper {
    display: block;
    margin-bottom: 5px;
}
.productsQuickView .modal-content .products-content .product-meta .posted_in,
.quick-view-modal .modal-content .products-content .product-meta .posted_in {
    display: block;
    margin-bottom: 5px;
}
.productsQuickView .modal-content .products-content .product-meta .tagged_as,
.quick-view-modal .modal-content .products-content .product-meta .tagged_as {
    display: block;
    margin-bottom: 5px;
}
.productsQuickView .modal-content .products-content .product-meta span,
.quick-view-modal .modal-content .products-content .product-meta span {
    display: inline-block;
    color: #0a0c19;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
}
.productsQuickView .modal-content .products-content .product-meta span a,
.quick-view-modal .modal-content .products-content .product-meta span a {
    display: inline-block;
    color: #666666;
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
}
.productsQuickView .grouped_form,
.quick-view-modal .grouped_form {
    font-size: 14px;
}
.productsQuickView .grouped_form .add-to-cart-btn,
.quick-view-modal .grouped_form .add-to-cart-btn {
    color: #fff;
    font-size: 12px;
    padding: 10px 10px;
}
.productsQuickView .grouped_form .add-to-cart-btn:hover,
.quick-view-modal .grouped_form .add-to-cart-btn:hover {
    background-color: #000;
    color: #fff;
}
.productsQuickView .variations_form td,
.quick-view-modal .variations_form td {
    text-transform: capitalize;
}
.productsQuickView .variations_form td a.reset_variations, .quick-view-modal .variations_form td a.reset_variations {
    margin-left: 10px;
}

.productsQuickView .variations_form .label label,
.quick-view-modal .variations_form .label label {
    margin: 0;
}
.productsQuickView .variations_form .value select,
.quick-view-modal .variations_form .value select {
    border: 1px solid #eee;
    font-size: 13px;
    height: 35px;
    padding: 5px 10px;
}
.productsQuickView .variations_form .reset_variations,
.quick-view-modal .variations_form .reset_variations {
    font-size: 13px;
    margin-top: 10px;
}
.productsQuickView .variations_form .woocommerce-variation-price,
.quick-view-modal .variations_form .woocommerce-variation-price {
    margin-bottom: 10px;
}
.quick-view-modal .modal-content .products-content form button {
    top: 0px;
}
.woocommerce-topbar {
    background-color: #506cea;
    padding: 15px 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.woocommerce-topbar p {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 0 !important;
}
.woocommerce-topbar .woocommerce-topbar-ordering {
    margin: 0;
}
.woocommerce-topbar .woocommerce-topbar-ordering .form-control {
    cursor: pointer;
    background-color: #fff;
    border-color: #ebebeb;
    border-radius: 4px;
    height: 50px;
    padding: 10px 15px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .form-control option {
    font-size: 15px;
}

/* Products card */
.woocommerce .title, .woocommerce-page .title {
    margin-top: 0;
    margin-bottom: 20px;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
    margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    opacity: .7;
    margin-right: 5px;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.register {
    border: 1px solid #eee;
    padding: 30px;
    margin: 0;
}
.woocommerce .form-row,
.woocommerce-page .form-row {
    margin: 0 0 20px !important;
}
.woocommerce .form-row label,
.woocommerce-page .form-row label {
    line-height: 1 !important;
    font-weight: 600;
    margin-bottom: 13px;
    width: 100%;
}
.woocommerce .form-control, .woocommerce-page .form-control {
    height: 50px;
    border: 1px solid #eee;
    height: 45px;
    font-size: 15px;
    width: 100%;
}
.woocommerce-shipping-fields .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}
.woocommerce-additional-fields .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}
.woocommerce .woocommerce-form-login__rememberme,
.woocommerce-page .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}
.woocommerce .woocommerce-form-login__rememberme span,
.woocommerce-page .woocommerce-form-login__rememberme span {
    font-size: 15px;
}
.woocommerce p.woocommerce-LostPassword.lost_password,
.woocommerce-page p.woocommerce-LostPassword.lost_password {
    margin: 0 !important;
}
.woocommerce .woocommerce-ResetPassword .form-row,
.woocommerce-page .woocommerce-ResetPassword .form-row {
    margin: 0 !important;
}
.woocommerce .woocommerce-ResetPassword .button.button,
.woocommerce-page .woocommerce-ResetPassword .button.button {
    margin-top: 10px;
}
.woocommerce-form-login .button.button,
.woocommerce-form-register .button.button,
.woocommerce-ResetPassword .button.button {
    color: #fff;
    padding: 14px 30px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.woocommerce-form-login .button.button:hover,
.woocommerce-form-register .button.button:hover,
.woocommerce-ResetPassword .button.button:hover {
    background-color: #000;
    color: #fff;
}

/* End Products card */
.related.products h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/* woocommerce-products-header */
.page-title .woocommerce-breadcrumb {
    margin: 0;
    color: #fff;
    font-size: 15px;
}
.page-title .woocommerce-breadcrumb a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

/*================================================
  Products Details Area CSS
  =================================================*/
.products_details .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    display: block !important;
}
.products_details div.product span.onsale {
    top: 0;
    left: 0;
}
.products_details div.product span.sale-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff2d2d;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
}
.products_details .summary.entry-summary .product_title {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}
.products_details .summary.entry-summary .product_title::before {
    content: '';
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 2px;
    position: absolute;
}
.products_details .summary.entry-summary p.price,
.products_details .summary.entry-summary span.price {
    font-size: 15px;
    margin-bottom: 5px;
    color: #ff2d2d;
    font-weight: 600;
}
.products_details .summary.entry-summary p.price del,
.products_details .summary.entry-summary span.price del {
    margin-right: 5px;
}
.products_details .summary.entry-summary .star-rating {
    margin: .5em 4px 0 0 !important;
}
.products_details .summary.entry-summary .star-rating span::before {
    color: #ff6d34;
}
.products_details .summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 5px !important;
}
.products_details .summary.entry-summary .woocommerce-product-rating a.woocommerce-review-link {
    color: #62618d;
    font-size: 14px;
}
.products_details .summary.entry-summary .woocommerce-product-details__short-description p {
    font-size: 15px;
}
.products_details .summary.entry-summary form.cart {
    margin-top: 6px;
    margin-bottom: 0;
}
.products_details .summary.entry-summary form.cart .qty {
    height: 40px;
    font-size: 14px;
    width: 100px;
    padding: 5px;
    border: 1px solid #eee;
}
.products_details .summary.entry-summary form.cart a.button.alt,
.products_details .summary.entry-summary form.cart button.button.alt,
.products_details .summary.entry-summary form.cart input.button.alt {
    background-color: #506cea;
    font-weight: normal;
    font-size: 13px;
    height: 40px;
    border-radius: 0;
}
.products_details .summary.entry-summary form.cart a.button.alt:hover,
.products_details .summary.entry-summary form.cart button.button.alt:hover,
.products_details .summary.entry-summary form.cart input.button.alt:hover {
    background-color: #000;
}
.products_details .summary.entry-summary form.cart table {
    margin-bottom: 15px;
    border-bottom: none;
}
.products_details .summary.entry-summary form.cart table tr:nth-child(even),.products_details .summary.entry-summary form.cart table tr:hover {
    background-color: #fff;
}


.products_details .summary.entry-summary form.cart table tr del {
    opacity: .50;
    margin-right: 3px
}
.products_details .summary.entry-summary form.cart .variations select {
    border: 1px solid #eee;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
}
.products_details .summary.entry-summary form.cart .variations label {
    text-transform: capitalize;
}
.products_details .summary.entry-summary form.cart .variations th,
.products_details .summary.entry-summary form.cart .variations td {
    padding: 5px 0;
}
.products_details .summary.entry-summary form.cart .single_variation_wrap p {
    font-size: 14px;
}
.products_details .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 5px;
}
.products_details .summary.entry-summary form.cart .group_table td {
    vertical-align: middle;
}
.products_details .summary.entry-summary form.cart .group_table td label {
    margin: 0;
    font-size: 14px;
}
.products_details .summary.entry-summary form.cart .group_table td:first-child {
    width: 130px;
    text-align: center;
}
.products_details .summary.entry-summary form.cart .group_table td .qty {
    width: 100%;
}
.products_details .summary.entry-summary form.cart .group_table td .button {
    font-weight: normal;
    font-size: 13px;
    border-radius: 0;
    color: #fff;
    padding: 12px 15px;
    width: 100%;
}
.products_details .summary.entry-summary form.cart .group_table td .button:hover {
    background-color: #000;
    color: #fff;
}
.products_details .summary.entry-summary .product_meta {
    margin-top: 20px;
}
.products_details .summary.entry-summary .product_meta span.sku_wrapper {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
}
.products_details .summary.entry-summary .product_meta span.posted_in,
.products_details .summary.entry-summary .product_meta span.tagged_as {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.products_details .summary.entry-summary .product_meta span.posted_in a,
.products_details .summary.entry-summary .product_meta span.tagged_as a {
    font-size: 13px;
    color: #666666;
    margin-left: 5px;
    display: inline-block;
    text-transform: capitalize;
}
.products_details .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    border: none;
}
.products_details .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #eee !important;
}
.products_details .woocommerce-tabs ul.tabs li {
    background-color: #fafafa !important;
    margin: 0 10px 0 0 !important;
    border-color: #eee !important;
    padding: 15px 10px !important;

    -ms-flex: 0 0 20%; 
    flex: 0 0 20%;
    max-width: 20%;
}
.products_details .woocommerce-tabs ul.tabs li a {
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif !important;
}

.products_details .woocommerce-tabs ul.tabs li.active {
    color: #fff;
    border-radius: 0 !important;
}
.products_details .woocommerce-tabs ul.tabs li.active a:hover {
    color: #fff !important;
}
.products_details .woocommerce-tabs ul.tabs li::after, .products_details .woocommerce-tabs ul.tabs li::before {
    display: none;
}


.products_details .woocommerce-tabs .panel {
    margin: 0;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 30px !important;
}
.products_details .woocommerce-tabs .panel h1,
.products_details .woocommerce-tabs .panel h2,
.products_details .woocommerce-tabs .panel h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.products_details .woocommerce-tabs .panel h4,
.products_details .woocommerce-tabs .panel h5,
.products_details .woocommerce-tabs .panel h6 {
    font-size: 17px;
    margin-bottom: 10px;
}
.products_details .woocommerce-tabs .panel p {
    font-size: 15px;
}
.products_details .woocommerce-tabs .panel table.shop_attributes {
    margin-bottom: 0;
    margin-top: 15px;
}
.products_details .woocommerce-tabs .panel table.shop_attributes td,
.products_details .woocommerce-tabs .panel table.shop_attributes th {
    border: 1px solid #eee !important;
    padding: 10px 15px;
    text-transform: capitalize;
}
.products_details .woocommerce-tabs .panel #comments {
    margin: 0;
}
.products_details .woocommerce-tabs .panel #comments .woocommerce-Reviews-title {
    text-transform: capitalize;
    margin-bottom: 10px !important;
}
.products_details .woocommerce-tabs .panel #comments ol.commentlist {
    padding: 0;
}
.products_details .woocommerce-tabs .panel #comments p.meta {
    margin-bottom: 5px !important;
}
.products_details .woocommerce-tabs .panel #comments .woocommerce-review__author {
    color: #222222;
}
.products_details .woocommerce-tabs .panel #comments .star-rating {
    font-size: 14px;
    color: #ff6d34;
}

.products_details .woocommerce-tabs .panel #comments .description p {
    font-size: 14px;
}
.products_details .woocommerce-tabs .panel .comment-reply-title {
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
    margin-top: 10px;
    display: block;
    padding-bottom: 0;
    margin-bottom: 6px;
}
.products_details .woocommerce-tabs .panel .comment-reply-title::before {
    display: none;
}
.products_details .woocommerce-tabs .panel p.stars {
    margin-bottom: 10px !important;
    display: inline-block;
}
.products_details .woocommerce-tabs .panel .comment-form-rating label {
    margin-bottom: 10px;
}
.products_details .woocommerce-tabs .panel textarea#comment {
    padding: 12px 15px;
    font-size: 14px;
}
.products_details .woocommerce-tabs .panel .comment-respond .comment-form-comment textarea {
    margin: 0;
}
.products_details .woocommerce-tabs .panel p.comment-form-comment,
.products_details .woocommerce-tabs .panel .comment-form-author,
.products_details .woocommerce-tabs .panel .comment-form-email,
.products_details .woocommerce-tabs .panel .comment-form-cookies-consent {
    margin-bottom: 20px !important;
}
.products_details .woocommerce-tabs .panel p.form-submit {
    margin: 0 !important;
}
.products_details .woocommerce-tabs .panel p.form-submit .btn {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 12px 20px !important;
}
.products_details .woocommerce-tabs .panel p.form-submit .btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.products_details .woocommerce-tabs .panel ol.commentlist {
    margin: 0;
}
.products_details .up-sells.upsells.products h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
@-webkit-keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}
@keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}
.products-image-slides.owl-theme .owl-nav {
    margin-top: 0;
}
.products-image-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 20px;
    border-radius: 50%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.products-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}
.products-image-slides.owl-theme:hover .owl-nav [class*=owl-],
.products-image-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: 2px;
    opacity: 1;
    visibility: visible;
}
.products-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next,
.products-image-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 2px;
}

/* Shop Sidebar */
.shop-sidebar {
    padding-left: 15px;
}
.shop-sidebar ul {
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
}
.shop-sidebar ul li {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
}
.shop-sidebar ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.shop-sidebar ul li a {
    color: #0a0c19;
}
.shop-sidebar ul ul.children {
    padding-left: 15px !important;
    margin-top: 8px;
}
.shop-sidebar .widget {
    margin-top: 30px;
}
.shop-sidebar .widget:first-child {
    margin-top: 0;
}
.shop-sidebar .widget {
    border: 1px solid #eee;
    padding: 30px;
    background-color: #fff;
}
.shop-sidebar .widget .widget-title {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.shop-sidebar .widget .widget-title::before {
    display: none;
}
.shop-sidebar .widget .widget-title::after {
    display: none;
}
.shop-sidebar .widget_product_search form {
    position: relative;
}
.shop-sidebar .widget_product_search form .search-field {
    width: 100%;
    display: block;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.shop-sidebar .widget_product_search form .search-field:hover,
.shop-sidebar .widget_product_search form .search-field:focus {
    outline: 0;
}
.shop-sidebar .widget_product_search form button {
    background-color: #506cea;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 05px 15px;
}
.shop-sidebar .widget_product_search form button:hover {
    background-color: #000;
    color: #fff;
}
.shop-sidebar .woocommerce button.button {
    background-color: #506cea;
    color: #fff;
    font-size: 13px !important;
    font-weight: normal;
}
.shop-sidebar .woocommerce button.button:hover {
    background-color: #000;
    color: #fff;
}
.shop-sidebar .widget_shopping_cart .cart_list li {
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.shop-sidebar .widget_shopping_cart .cart_list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.shop-sidebar .widget_shopping_cart .cart_list li a {
    font-weight: 600;
    font-size: 14px !important;
}
.shop-sidebar .widget_shopping_cart .cart_list li .remove {
    font-size: 20px !important;
    top: 5px;
}
.shop-sidebar .widget_shopping_cart .cart_list li a img {
    margin-top: 5px;
}
.shop-sidebar .widget_shopping_cart .cart_list li span.quantity {
    font-size: 13px;
}
.shop-sidebar .widget_shopping_cart p.woocommerce-mini-cart__total.total {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #333;
}
.shop-sidebar .widget_top_rated_products .product_list_widget li,
.shop-sidebar .widget_products .product_list_widget li,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li,
.shop-sidebar .widget_recent_reviews .product_list_widget li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.shop-sidebar .widget_top_rated_products .product_list_widget li:last-child,
.shop-sidebar .widget_products .product_list_widget li:last-child,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li:last-child,
.shop-sidebar .widget_recent_reviews .product_list_widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.shop-sidebar .widget_top_rated_products .product_list_widget li:last-child,
.shop-sidebar .widget_products .product_list_widget li:last-child,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li:last-child,
.shop-sidebar .widget_recent_reviews .product_list_widget li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.shop-sidebar .widget_top_rated_products .product_list_widget li a,
.shop-sidebar .widget_products .product_list_widget li a,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li a,
.shop-sidebar .widget_recent_reviews .product_list_widget li a {
    font-weight: 600;
    font-size: 14px !important;
    color: #0a0c19;
}
.shop-sidebar .widget_top_rated_products .product_list_widget li .amount,
.shop-sidebar .widget_products .product_list_widget li .amount,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li .amount,
.shop-sidebar .widget_recent_reviews .product_list_widget li .amount {
    font-size: 13px;
}
.shop-sidebar .widget_top_rated_products .product_list_widget .star-rating,
.shop-sidebar .widget_products .product_list_widget .star-rating,
.shop-sidebar .widget_recently_viewed_products .product_list_widget .star-rating,
.shop-sidebar .widget_recent_reviews .product_list_widget .star-rating {
    margin: 5px 0;
}
.shop-sidebar .widget_top_rated_products .product_list_widget span.reviewer,
.shop-sidebar .widget_products .product_list_widget span.reviewer,
.shop-sidebar .widget_recently_viewed_products .product_list_widget span.reviewer,
.shop-sidebar .widget_recent_reviews .product_list_widget span.reviewer {
    font-size: 12px !important;
    text-transform: capitalize;
}
.shop-sidebar .star-rating {
    font-size: 12px;
    color: #eac11d;
}
.shop-sidebar a.button {
    background-color: #506cea;
    color: #fff;
    font-size: 12px;
    margin: 10px 10px 0 0 !important;
    text-transform: capitalize;
}
.shop-sidebar a.button:hover {
    background-color: #000;
    color: #fff;
}
.shop-sidebar .wcppec-cart-widget-button {
    margin-top: 10px;
}
.shop-sidebar .select2-container .select2-selection--single {
    border: 1px solid #eee;
    height: 45px;
    border-radius: 0;
}
.shop-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
}
.shop-sidebar .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #62618d;
}
.shop-sidebar .select2-container .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}
.shop-sidebar span.reviewer {
    font-size: 14px;
}
.shop-sidebar .select2-container--default .select2-selection--multiple {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 1px 15px;
}
.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit {
    background-color: #506cea;
    border: 1px solid #eee;
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.shop-sidebar .widget_price_filter .price_label {
    font-size: 15px;
}
.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover {
    background-color: #000;
    color: #fff;
}
.shop-sidebar .widget_layered_nav .selection ul li {
    border: none;
    padding-top: 5px;
}
.shop-sidebar .widget_rating_filter ul li a {
    color: #eac11d;
}
.select2-dropdown {
    border: 1px solid #eee !important;
}
.select2-results__option {
    padding: 5px 15px !important;
    font-size: 13px !important;
}
.return-to-shop .button.wc-backward {
    background-color: #506cea;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
}
.return-to-shop .button.wc-backward:hover {
    background-color: #000;
    color: #fff;
}
/* End Shop Sidebar */

/**/
.woocommerce .woocommerce-MyAccount-navigation {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    background-color: #fff;
    display: block;
    padding: 7px 20px;
    color: #333;
    text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #506cea;
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #506cea;
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-content {
    border: 1px solid #eee;
    padding: 30px;
}
.woocommerce .woocommerce-MyAccount-content form label {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .col-1 {
    max-width: 48%;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .col-2 {
    max-width: 48%;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-content .title {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .addresses .edit {
    font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .input-text {
    border: 1px solid #eee;
    height: 45px;
    padding: 5px 15px;
    font-size: 13px;
    color: #666666;
}
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row span {
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
    margin-top: 20px;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-size: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin-bottom: 20px;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
    width: 100%;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    height: 45px;
    padding: 5px 15px;
    font-size: 13px;
    color: #62618d;
}
.woocommerce-MyAccount-content form p:last-child {
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
    height: 45px;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 13px;
}
.woocommerce .woocommerce-MyAccount-content .button {
    background-color: #506cea;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 20px;
}
.woocommerce .woocommerce-MyAccount-content .button:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-content address {
    font-style: normal;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-content fieldset .woocommerce-form-row {
    margin-bottom: 15px;
}
.woocommerce .woocommerce-MyAccount-content p {
    margin-top: 0;
}
/**/

/*================================================
  Cart Area CSS
  =================================================*/
.cart-table table {
    margin-bottom: 0;
}
.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 15px !important;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
}
.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding: 10px 12px !important;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
    width: 50px;
}
.cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 600;
    display: inline-block;
}
.cart-table table tbody tr td.product-price span {
    font-weight: 600;
}
.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
}
.cart-table table tbody tr td.product-quantity .form-control {
    background: transparent;
    width: 80px;
}
.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal span {
    font-weight: 600;
}
.cart-table table .quantity .input-text {
    border: 1px solid #eee;
    height: 40px;
    font-size: 15px;
    width: 100px;
}
.cart-table table .coupon .form-control {
    width: 150px !important;
    padding: 5px 15px !important;
}
.cart-table a.remove {
    font-size: 17px;
}
.cart-table a.remove:hover {
    background-color: transparent;
    color: red !important;
}
.cart-table a.remove i {
    font-style: inherit;
}
.cart-buttons {
    margin-top: 30px;
}
.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 600px;
    width: 100% !important;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin: 10px auto 0;
    float: none !important;
}
.cart-totals h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}
.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}
.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #0a0c19;
    font-weight: 600;
    overflow: hidden;
}
.cart-totals ul li:first-child {
    border-bottom: none;
}
.cart-totals ul li:last-child {
    border-top: none;
}
.cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}
.cart-totals .wc-proceed-to-checkout {
    padding-bottom: 0;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}

/*================================================
  Checkout CSS
  =================================================*/
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 25px 15px;
    margin-bottom: 35px;
}
.user-actions span {
    display: inline-block;
    font-weight: 600;
}
.user-actions span i {
    margin-right: 2px;
}
.user-actions span a {
    font-weight: 500;
    display: inline-block;
    color: #0a0c19;
}
.checkout-area .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.checkout-area .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 50px;
}
.checkout-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    margin-top: 10px;
    padding-left: 15px;
    font-size: 14px;
}
.checkout-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}
.checkout-area .woocommerce-shipping-fields {
    margin-top: 30px;
}
.checkout-area .woocommerce-shipping-fields h3 {
    font-size: 16px;
    margin-top: 0;
}
.billing-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
}
.billing-details .form-group label {
    display: block;
    color: #666666;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.billing-details .form-group .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}
.billing-details .form-group label .required {
    color: red;
}
.billing-details .form-group .form-control {
    background: #fff;
    border: 1px solid #eee;
    height: 45px;
    font-size: 15px;
}
.billing-details .form-group select {
    cursor: pointer;
}
.billing-details .form-check {
    margin-bottom: 15px;
}
.billing-details .form-check .form-check-label {
    color: #666666;
}
.billing-details .form-check label {
    font-size: 14px;
    font-weight: 400;
}
.order-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
}
.order-details .order-table table {
    margin-bottom: 0;
    text-align: left;
}
.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 15px .75rem;
    font-weight: 600;
    font-size: 15.5px;
}
.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    border-color: #eaedff;
    font-size: 14px;
}
.order-details .order-table table tbody tr td.product-name a {
    color: #666666;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #0a0c19;
    font-weight: 600;
}
.order-details .payment-method {
    margin-top: 40px;
    border-top: 1px solid #eaedff;
    padding-top: 35px;
}
.order-details .payment-method p {
    margin-bottom: 15px;
    font-size: 14px;
}
.order-details .payment-method p [type="radio"]:checked,
.order-details .payment-method p [type="radio"]:not(:checked) {
    display: none;
}
.order-details .payment-method p [type="radio"]:checked + label,
.order-details .payment-method p [type="radio"]:not(:checked) + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #0a0c19;
    position: relative;
    margin-bottom: 8px;
}
.order-details .payment-method p [type="radio"]:checked + label::before,
.order-details .payment-method p [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}
.order-details .payment-method p [type="radio"]:checked + label::after,
.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.order-details .payment-method p [type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.order-details .btn.order-btn {
    display: block;
    margin-top: 10px;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    text-decoration: underline;
}
.woocommerce .checkout_coupon {
    margin-top: 0 !important;
}
.woocommerce .checkout_coupon .input-text {
    border: 1px solid #eee;
    height: 45px;
    padding: 8px 15px;
}
.woocommerce .checkout_coupon .button {
    background-color: #506cea;
    color: #fff;
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
}
.woocommerce .checkout_coupon .button:hover {
    background-color: #000;
    color: #fff;
}
.product-link a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}
.axolot-seo-breadcrumbs span {
    color: #ffffff;
}
.axolot-seo-breadcrumbs span a {
    color: #ffffff;
}

/* live sidebar */
.et-demo-options-toolbar {
    position: fixed;
    top: 50%;
    width: 40px;
    right: 0;
    line-height: 60px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 99999;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  }
  
  .et-demo-options-toolbar a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #111;
  }
  
  .et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
    color: #111 !important;
  }
  
  [class*=hint--] {
    position: relative;
    display: inline-block;
  }
  
  [class*=hint--]:before,
  [class*=hint--]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  
  [class*=hint--]:hover:before,
  [class*=hint--]:hover:after {
    visibility: visible;
    opacity: 1;
  }
  
  [class*=hint--]:hover:before,
  [class*=hint--]:hover:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  
  [class*=hint--]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 7px solid transparent;
    z-index: 1000001;
  }
  
  [class*=hint--]:after {
    background: #000;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
    border-radius: 5px;
  }
  
  [class*=hint--][aria-label]:after {
    content: attr(aria-label);
  }
  
  [class*=hint--][data-hint]:after {
    content: attr(data-hint);
  }
  
  [aria-label='']:before,
  [aria-label='']:after,
  [data-hint='']:before,
  [data-hint='']:after {
    display: none !important;
  }
  
  .hint--top-left:before {
    border-top-color: #000;
  }
  
  .hint--top-right:before {
    border-top-color: #000;
  }
  
  .hint--top:before {
    border-top-color: #000;
  }
  
  .hint--bottom-left:before {
    border-bottom-color: #000;
  }
  
  .hint--bottom-right:before {
    border-bottom-color: #000;
  }
  
  .hint--bottom:before {
    border-bottom-color: #000;
  }
  
  .hint--left:before {
    border-left-color: #000;
  }
  
  .hint--right:before {
    border-right-color: #000;
  }
  
  .hint--top:before {
    margin-bottom: -13px;
  }
  
  .hint--top:before,
  .hint--top:after {
    bottom: 100%;
    left: 50%;
  }
  
  .hint--top:before {
    left: calc(50% - 7px);
  }
  
  .hint--top:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  
  .hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
  }
  
  .hint--bottom:before {
    margin-top: -13px;
  }
  
  .hint--bottom:before,
  .hint--bottom:after {
    top: 100%;
    left: 50%;
  }
  
  .hint--bottom:before {
    left: calc(50% - 7px);
  }
  
  .hint--bottom:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  
  .hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
  }
  
  .hint--right:before {
    margin-left: -13px;
    margin-bottom: -7px;
  }
  
  .hint--right:after {
    margin-bottom: -15px;
  }
  
  .hint--right:before,
  .hint--right:after {
    left: 100%;
    bottom: 50%;
  }
  
  .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  
  .hint--right:hover:after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  
  .hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
  }
  
  .hint--left:after {
    margin-bottom: -15px;
  }
  
  .hint--left:before,
  .hint--left:after {
    right: 100%;
    bottom: 50%;
  }
  
  .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  
  .hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  
  .hint--top-left:before {
    margin-bottom: -13px;
  }
  
  .hint--top-left:before,
  .hint--top-left:after {
    bottom: 100%;
    left: 50%;
  }
  
  .hint--top-left:before {
    left: calc(50% - 7px);
  }
  
  .hint--top-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .hint--top-left:after {
    margin-left: 14px;
  }
  
  .hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  
  .hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
  }
  
  .hint--top-right:before {
    margin-bottom: -13px;
  }
  
  .hint--top-right:before,
  .hint--top-right:after {
    bottom: 100%;
    left: 50%;
  }
  
  .hint--top-right:before {
    left: calc(50% - 7px);
  }
  
  .hint--top-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .hint--top-right:after {
    margin-left: -14px;
  }
  
  .hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  
  .hint--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  
  .hint--bottom-left:before {
    margin-top: -13px;
  }
  
  .hint--bottom-left:before,
  .hint--bottom-left:after {
    top: 100%;
    left: 50%;
  }
  
  .hint--bottom-left:before {
    left: calc(50% - 7px);
  }
  
  .hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .hint--bottom-left:after {
    margin-left: 14px;
  }
  
  .hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  
  .hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
  }
  
  .hint--bottom-right:before {
    margin-top: -13px;
  }
  
  .hint--bottom-right:before,
  .hint--bottom-right:after {
    top: 100%;
    left: 50%;
  }
  
  .hint--bottom-right:before {
    left: calc(50% - 7px);
  }
  
  .hint--bottom-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .hint--bottom-right:after {
    margin-left: -14px;
  }
  
  .hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  
  .hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  
  [class*=hint--]:after {
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .hint--white:after {
    color: #111;
    background-color: #fff;
    text-shadow: 0 -1px 0px #bfbfbf;
  }
  
  .hint--white.hint--top-left:before {
    border-top-color: #fff;
  }
  
  .hint--white.hint--top-right:before {
    border-top-color: #fff;
  }
  
  .hint--white.hint--top:before {
    border-top-color: #fff;
  }
  
  .hint--white.hint--bottom-left:before {
    border-bottom-color: #fff;
  }
  
  .hint--white.hint--bottom-right:before {
    border-bottom-color: #fff;
  }
  
  .hint--white.hint--bottom:before {
    border-bottom-color: #fff;
  }
  
  .hint--white.hint--left:before {
    border-left-color: #fff;
  }
  
  .hint--white.hint--right:before {
    border-right-color: #fff;
  }
  
  .hint--rounded:after {
    border-radius: 4px;
  }
  
  .hint--no-animate:before,
  .hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
  }
  
  .hint--bounce:before,
  .hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  }

  .mchimp-errmessage, .mchimp-sucmessage {
    text-align: center;
    color: #fff;
    margin-top: 5px;
    padding: 7px 0px;
    font-size: 13px;
    border-radius: 6px;
  }
  
  .mchimp-errmessage {
    background: #c35151;
  }
  
  .mchimp-errmessage a {
    display: block;
    color: #fff;
  }
  
  .mchimp-sucmessage {
    background: #109834;
  }