@import "Vazir-Regular-FD.css";
body {
	font-size: 16px;
	line-height: 1.8;
	font-family: Vazir-Regular-FD, sans-serif;
	color: #10142d;
	font-weight: 400
}
p {
	color: #10142d
}
a {
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none
}
a:hover, a:focus {
	text-decoration: none
}
button {
	margin: 0;
	padding: 0;
	outline: 0
}
button:focus {
	outline: 0;
	border: 0
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.4;
	color: #10142d
}
h3 {
	font-size: 24px
}
.d-table {
	width: 100%;
	height: 100%
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle
}
img {
	max-width: 100%
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.pt-100 {
	padding-top: 100px
}
.pt-80 {
	padding-top: 80px
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}
.pb-100 {
	padding-bottom: 100px
}
.pb-70 {
	padding-bottom: 70px
}
.pl-30 {
	padding-left: 30px
}
.pl-35 {
	padding-left: 35px
}
.pt-45 {
	padding-top: 45px
}
.pt-20 {
	padding-top: 20px
}
.default-btn {
	padding: 14px 27px;
	background-color: #fc8e41;
	color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1
}
.default-btn::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #10142d;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	border-radius: 5px
}
.default-btn:hover {
	background-color: #10142d;
	color: #fff
}
.default-btn:hover::before {
	height: 100%;
	opacity: 1;
	border-radius: 5px
}
.section-title span {
	text-transform: capitalize;
	padding-bottom: 5px;
	font-weight: 400;
	color: #fc8e41;
	line-height: 0
}
.section-title h2 {
	font-size: 35px;
	font-weight: 600;
	margin-top: 5px;
	line-height: 1.4;
	color: #10142d
}
.section-title p {
	padding-top: 10px;
	margin-bottom: 0
}
.section-title .span-bg {
	line-height: 1.4;
	font-weight: 500;
	background-color: #fc8e41;
	padding: 5px 18px;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px
}
.top-header {
	background-color: #02213d
}
.header-left {
	text-align: left;
	margin-top: 5px
}
.header-left .header-left-card ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}
.header-left .header-left-card ul li {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 7px;
	color: #fff;
	margin-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px
}
.header-left .header-left-card ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 24px;
	background-color: #645673;
	left: -20px;
	top: 17px
}
.header-left .header-left-card ul li:first-child::before {
	display: none
}
.header-left .header-left-card ul li:last-child {
	margin-right: 0
}
.header-left .header-left-card ul li .head-icon {
	color: #fc8e41;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.header-left .header-left-card ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-left: 25px
}
.header-left .header-left-card ul li:hover .head-icon {
	color: #fff
}
.header-left .header-left-card ul li:hover a {
	color: #fc8e41
}
.header-right {
	float: right
}
.top-social-link {
	padding-top: 15px;
	padding-bottom: 10px;
	float: right
}
.top-social-link ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.top-social-link ul li {
	display: inline-block;
	margin-right: 5px
}
.top-social-link ul li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background-color: #fc8e41;
	color: #fff;
	border-radius: 50px
}
.top-social-link ul li a:hover {
	background-color: #fff;
	color: #fc8e41
}
.navbar-area {
	background-color: transparent;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0
}
.navbar-light {
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent
}
.navbar-light .navbar-brand img {
	float: left;
	padding: 10px 0
}
.navbar-light .navbar-brand-sticky {
	display: none
}
.main-nav {
	position: inherit;
	background-color: #fff6f1;
	top: 0;
	left: 0;
	z-index: inherit;
	padding: 0;
	width: 100%;
	height: auto
}
.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
	color: #fc8e41!important
}
.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: #10142d;
	font-weight: 500;
	margin-left: 12px;
	margin-right: 12px
}
.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 3px;
	font-size: 18px
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
	color: #da691f!important
}
.main-nav nav .navbar-nav .nav-item a.active {
	color: #fc8e41!important
}
.main-nav nav .navbar-nav .nav-item a .active::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #fff!important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #fff
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: none
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	color: #10142d!important;
	position: relative;
	-webkit-transition: .7s;
	transition: .7s;
	font-weight: 500;
	padding: 10px;
	border-bottom: 1px dashed #ebebeb
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	border-radius: 0;
	color: #fc8e41!important;
	background-color: #f3f3f3;
	border-left: 3px solid #fc8e41
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #fc8e41!important;
	border-radius: 0;
	background-color: #f3f3f3;
	border-left: 3px solid #fc8e41
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #fc8e41!important;
	background-color: #f3f3f3;
	border-left: 3px solid #fc8e41
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	margin-top: 18px!important;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.main-nav .others-options .option-item {
margin-left: 20px
}
.main-nav .others-options .option-item:last-child {
margin-left: 0
}
.main-nav .others-options .option-item .search-btn {
	font-size: 24px;
	margin-top: 10px;
	color: #fc8e41;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer
}
.main-nav .others-options .option-item .search-btn:hover {
	color: #10142d;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}
.main-nav .others-options .option-item .close-btn {
	font-size: 24px;
	color: #fc8e41;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
	cursor: pointer
}
.main-nav .others-options .option-item .close-btn:hover {
	color: #10142d;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}
.main-nav .others-options .option-item .close-btn.active {
	display: block
}
.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon {
	font-size: 24px;
	color: #fc8e41;
	position: relative
}
.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon:hover {
	color: #10142d
}
.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon span {
	position: absolute;
	top: 5px;
left: -10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #10142d;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 11px
}
.nav-bar {
	background-color: #fff
}
.nav-btn {
	float: right
}
.nav-btn .default-btn {
	padding: 5px 20px
}
.search-overlay {
	display: none
}
.search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	background: #fff;
	z-index: 2;
	right: 0;
	padding: 20px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	margin-top: 0
}
.search-overlay.search-popup .search-form {
	position: relative
}
.search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eee;
	color: #10142d;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	padding-top: 4px;
	padding-left: 10px
}
.search-overlay.search-popup .search-form .search-input:focus {
	border-color: #fc8e41
}
.search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: 0 0;
	border: none;
	width: 50px;
	outline: 0;
	color: #10142d;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0
}
.search-overlay.search-popup .search-form .search-button:focus {
	color: #fc8e41
}
.search-overlay.search-popup .search-form .search-button i {
	font-size: 18px;
	font-weight: 700
}
.side-nav-responsive {
	display: none
}
.side-nav-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
left: 60px;
	top: 12px
}
.side-nav-responsive .dot-menu .circle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}
.side-nav-responsive .dot-menu .circle-inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: .7s;
	transition: .7s;
	background-color: #10142d
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
	background-color: #fc8e41
}
.side-nav-responsive .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.side-nav-responsive .container .container {
	position: absolute;
	top: 55px;
left: 0;
	max-width: 185px;
margin-right: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .7s;
	transition: .7s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}
.side-nav-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.side-nav-responsive .side-nav-inner {
	padding: 10px;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
	background-color: #fff
}
.side-nav-responsive .side-nav-inner .side-nav {
	background-color: #fc8e41;
	padding: 10px 0 2px
}
.side-nav-responsive .side-nav-inner .side-nav .side-item {
padding-right: 10px;
	position: relative;
	display: inline-block
}
.side-nav-responsive .side-nav-inner .side-nav .side-item:last-child {
padding-right: 0
}
.side-nav-responsive .side-nav-inner .side-nav .option-item {
margin-left: 0;
margin-right: 10px;
	display: inline-block
}
.side-nav-responsive .side-nav-inner .side-nav .option-item:last-child {
margin-left: 20px;
margin-right: 5px
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn {
	font-size: 30px;
	margin-top: 10px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn:hover {
	color: #fc8e41;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn {
	font-size: 30px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
	cursor: pointer
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn:hover {
	color: #fc8e41;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn.active {
	display: block
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn {
	display: inline-block
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon {
	font-size: 30px;
	color: #fff;
	position: relative;
	display: inline-block
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon:hover {
	color: #10142d
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon span {
	position: absolute;
	top: 5px;
left: -10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #10142d;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 11px
}
.sticky-nav {
	top: 0;
	position: fixed;
	-webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	-webkit-transition: .9s;
	transition: .9s;
	width: 100%!important;
	z-index: 999
}
.sticky-nav .navbar-light .navbar-brand img {
	max-width: 130px
}
.sticky-nav .main-nav {
	top: 0;
	background-color: #fff6f1;
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}
.sticky-nav .nav-bar {
	background-color: #fff
}
.slider-area {
	position: relative
}
.slider-area .owl-nav {
	margin-top: 0
}
.slider-area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	left: 45px;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #707070!important
}
.slider-area .owl-nav .owl-prev:hover {
	background-color: #fc8e41!important
}
.slider-area .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	right: 45px;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #707070!important
}
.slider-area .owl-nav .owl-next:hover {
	background-color: #fc8e41!important
}
.slider-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
	.slider-item::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #02213d00;
	}
.slider-content {
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
	z-index: 1
}
.slider-content span {
	color: #fc8e41
}
.slider-content h1 {
	margin-top: 10px;
	font-size: 65px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.3;
	max-width: 570px
}
.slider-content p {
	color: #fff;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 400;
	max-width: 530px
}
.slider-content .slider-btn .get-btn {
	padding: 12px 30px;
	border-radius: 3px;
	background-color: #fc8e41;
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s
}
.slider-content .slider-btn .get-btn:hover {
	background-color: #10142d;
	color: #fff
}
.bg-item1 {
	background-image: url(../img/home-one/home-one3.jpg)
}
.bg-item2 {
	background-image: url(../img/home-one/home-one2.jpg)
}
.bg-item3 {
	background-image: url(../img/home-one/home-one1.jpg)
}
.banner-area {
	background-color: #f7f8fb
}
.banner-content {
	position: relative;
	z-index: 1;
	max-width: 540px;
	margin-left: auto
}
.banner-content span {
	margin: 0;
	font-weight: 500;
	background-color: #fc8e41;
	padding: 5px 18px;
	color: #fff;
	display: inline-block
}
.banner-content h1 {
	margin-top: 10px;
	font-size: 60px;
	color: #10142d;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.3
}
.banner-content p {
	color: #10142d;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 400;
	max-width: 530px
}
.banner-content .banner-btn .get-btn {
	padding: 12px 30px;
	background-color: #10142d;
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s
}
.banner-content .banner-btn .get-btn:hover {
	background-color: #fc8e41;
	color: #fff
}
.banner-img {
	margin-top: 50px;
	margin-bottom: 50px
}
.banner-img img {
	border-radius: 100px 0 0 100px
}
.inner-banner {
	position: relative;
	background-position: center center;
	background-size: cover
}
.inner-banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: .5
}
.inner-banner .inner-title {
	padding-top: 150px;
	padding-bottom: 150px
}
.inner-banner .inner-title h3 {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
	position: relative
}
.inner-banner .inner-title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
.inner-banner .inner-title ul li {
	font-size: 18px;
	color: #fff;
	display: inline-block
}
.inner-banner .inner-title ul li i {
	color: #fff;
	position: relative;
	top: 3px;
	margin: 0 3px
}
.inner-banner .inner-title ul li a {
	color: #fff
}
.inner-banner .inner-title ul li a:hover {
	color: #da691f
}
.inner-bg1 {
	background-image: url(../img/inner-banner/inner-banner-1.jpg)
}
.inner-bg2 {
	background-image: url(../img/inner-banner/inner-banner-2.jpg)
}
.inner-bg3 {
	background-image: url(../img/inner-banner/inner-banner-3.jpg)
}
.inner-bg4 {
	background-image: url(../img/inner-banner/inner-banner-4.jpg)
}
.inner-bg5 {
	background-image: url(../img/inner-banner/inner-banner-5.jpg)
}
.inner-bg6 {
	background-image: url(../img/inner-banner/inner-banner-6.jpg)
}
.inner-bg7 {
	background-image: url(../img/inner-banner/inner-banner-7.jpg)
}
.inner-bg8 {
	background-image: url(../img/inner-banner/inner-banner-8.jpg)
}
.inner-bg9 {
	background-image: url(../img/inner-banner/inner-banner-9.jpg)
}
.inner-bg10 {
	background-image: url(../img/inner-banner/inner-banner-10.jpg)
}
.inner-bg11 {
	background-image: url(../img/inner-banner/inner-banner-11.jpg)
}
.brand-area {
	background-color: #10142d;
	padding-top: 50px;
	padding-bottom: 50px
}
.brand-item img {
	width: 115px!important;
	text-align: center;
	margin: 0 auto
}
.choose-area .section-title h2 {
	max-width: 475px;
	margin-left: auto;
	margin-right: auto
}
.choose-card {
	position: relative;
	margin-bottom: 30px;
	background-color: #f7f8fb;
	padding: 30px;
	border-radius: 5px
}
.choose-card .choose-icon {
	position: absolute;
	top: 30px;
right: 30px;
	width: 45px;
	height: 45px;
	font-size: 24px;
	line-height: 45px;
	color: #fff;
	border-radius: 5px;
	text-align: center
}
.choose-card .content {
margin-right: 65px
}
.choose-card .content h3 {
	font-size: 24px;
	color: #10142d;
	margin-bottom: 10px
}
.choose-card .content p {
	margin-bottom: 15px;
	max-width: 235px
}
.choose-card .content .read-more-btn {
	text-align: center;
	display: inline-block;
	color: #10142d;
	-webkit-transition: .7s;
	transition: .7s;
	border-radius: 5px;
padding: 7px 45px 7px 25px;
	position: relative;
	font-size: 16px;
	font-weight: 600
}
.choose-card .content .read-more-btn .left-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
right: 0;
	top: 3px;
	line-height: 35px;
	background-color: #fc8e41;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	font-size: 20px
}
.choose-card .content .read-more-btn .right-icon {
	position: absolute;
left: 20px;
	top: 10px;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	visibility: hidden;
	font-size: 20px;
	font-weight: 400
}
.choose-card .content .read-more-btn:hover {
	background-color: #fc8e41;
	color: #fff;
padding-right: 20px;
padding-left: 40px
}
.choose-card .content .read-more-btn:hover .left-icon {
	opacity: 0;
	visibility: hidden
}
.choose-card .content .read-more-btn:hover .right-icon {
	color: #fff;
	opacity: 1;
	visibility: visible
}
.one-bg {
	background-color: #de43a5
}
.two-bg {
	background-color: #474dd5
}
.three-bg {
	background-color: #fbcd03
}
.choose-item {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding: 30px;
	background-color: #f7f8fb;
	border-radius: 5px
}
.choose-item .choose-item-icon {
	width: 45px;
	height: 45px;
	font-size: 24px;
	line-height: 45px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}
.choose-item h3 {
	font-size: 24px;
	color: #10142d;
	margin-bottom: 10px
}
.choose-item p {
	margin-bottom: 15px;
	max-width: 235px;
	margin-left: auto;
	margin-right: auto
}
.choose-item .read-more {
	font-weight: 600;
	color: #10142d;
	font-size: 16px
}
.choose-item .read-more i {
	position: relative;
	top: 5px;
	font-size: 20px
}
.choose-item .read-more:hover {
	color: #fc8e41;
	letter-spacing: .25px
}
.about-img {
	margin: 40px 40px 70px;
	position: relative
}
.about-img img {
	border-radius: 15px
}
.about-img .about-img-shape .shape-1 {
	position: absolute;
	top: -40px;
	right: -40px;
	z-index: -1
}
.about-img .about-img-shape .shape-2 {
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: -1
}
.about-img .about-img-shape .shape-3 {
	position: absolute;
	bottom: -40px;
	left: -40px;
	z-index: -1
}
.about-content {
	margin-bottom: 0;
	margin-left: 40px
}
.about-content .section-title {
	margin-bottom: 30px
}
.about-content ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.about-content ul li {
	display: block;
	margin-bottom: 10px
}
.about-content ul li i {
	color: #fc8e41;
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 10px
}
.about-img-2 {
	margin-bottom: 60px;
	margin-left: 30px;
	position: relative;
	z-index: 1
}
.about-img-2::before {
	content: '';
	position: absolute;
	top: 30px;
	width: 100%;
	height: 100%;
	left: -30px;
	background-color: #fc8e41;
	z-index: -1
}
.service-area .owl-nav {
	margin-top: 0
}
.service-area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	left: -5%;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
	background-color: #707070!important
}
.service-area .owl-nav .owl-prev:hover {
	background-color: #fc8e41!important
}
.service-area .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	right: -5%;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background-color: #707070!important
}
.service-area .owl-nav .owl-next:hover {
	background-color: #fc8e41!important
}
.service-area .section-title h2 {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto
}
.service-area .section-title p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}
.service-item {
	background-color: #f7f8fb;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 30px
}
.service-item:hover .read-more-btn {
	background-color: #fc8e41;
	color: #fff;
padding-right: 20px;
padding-left: 40px
}
.service-item:hover .read-more-btn .left-icon {
	opacity: 0;
	visibility: hidden
}
.service-item:hover .read-more-btn .right-icon {
	color: #fff;
	opacity: 1;
	visibility: visible
}
.service-item .service-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	background-color: #fc8e41
}
.service-item h3 {
	font-size: 24px;
	margin-bottom: 10px
}
.service-item h3 a {
	display: block;
	color: #342e36
}
.service-item p {
	margin-bottom: 15px;
	max-width: 245px;
	margin-left: auto;
	margin-right: auto
}
.service-item .read-more-btn {
	text-align: center;
	display: inline-block;
	color: #10142d;
	-webkit-transition: .7s;
	transition: .7s;
	border-radius: 5px;
padding: 7px 45px 7px 25px;
	position: relative;
	font-size: 16px;
	font-weight: 600
}
.service-item .read-more-btn .left-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
right: 0;
	top: 3px;
	line-height: 35px;
	background-color: #fc8e41;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	font-size: 20px
}
.service-item .read-more-btn .right-icon {
	position: absolute;
left: 20px;
	top: 10px;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	visibility: hidden;
	font-size: 20px;
	font-weight: 400
}
.service-item .read-more-btn:hover {
	background-color: #fc8e41;
	color: #fff;
padding-right: 20px;
padding-left: 40px
}
.service-item .read-more-btn:hover .left-icon {
	opacity: 0;
	visibility: hidden
}
.service-item .read-more-btn:hover .right-icon {
	color: #fff;
	opacity: 1;
	visibility: visible
}
.service-card {
	margin-bottom: 30px
}
.service-card:hover .content {
	width: 100%
}
.service-card a {
	display: block
}
.service-card .content {
	position: relative;
	margin-top: -100px;
	padding: 30px;
	background-color: #10142d;
	-webkit-transition: .7s;
	transition: .7s;
	width: 90%
}
.service-card .content i {
	display: inline-block;
	color: #fc8e41;
	font-size: 55px;
	margin-bottom: 15px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	line-height: 1
}
.service-card .content .service-icon-bg {
	position: absolute;
left: 0;
	top: 0;
	font-size: 110px;
	opacity: .2;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}
.service-card .content h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}
.service-card .content h3 a {
	color: #fff
}
.service-card .content p {
	margin-bottom: 0;
	color: #fff
}
.service-article {
	margin-bottom: 30px
}
.service-article .service-article-img {
	margin-bottom: 30px
}
.service-article .service-article-content h2 {
	font-size: 24px;
	margin-bottom: 15px
}
.service-article .service-article-content p {
	margin-bottom: 20px
}
.service-article .service-article-list {
	margin-bottom: 30px
}
.service-article .service-article-list h2 {
	font-size: 24px;
	margin-bottom: 15px
}
.service-article .service-article-list p {
	margin-bottom: 20px
}
.service-article .service-article-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.service-article .service-article-list ul li {
	display: block;
	margin-bottom: 10px
}
.service-article .service-article-list ul li i {
	color: #fc8e41;
	font-size: 20px;
	position: relative;
	top: 3px;
margin-left: 10px
}
.service-article .service-article-choose h2 {
	font-size: 24px;
	margin-bottom: 15px
}
.service-article .service-article-choose p {
	margin-bottom: 20px
}
.service-article .service-article-choose ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.service-article .service-article-choose ul li {
	display: block;
	margin-bottom: 10px
}
.service-article .service-article-choose ul li i {
	color: #fc8e41;
	font-size: 20px;
	position: relative;
	top: 3px;
margin-left: 10px
}
.service-details-widget {
	margin-bottom: 35px;
	background-color: #f7f8fb
}
.service-details-widget .title {
	font-size: 20px;
	color: #10142d;
	padding: 15px 0;
	font-weight: 600;
	position: relative;
	display: inline-block;
margin-right: 30px;
	border-bottom: 3px solid #fc8e41
}
.service-details-widget .service-details-categories {
	padding: 10px 15px 20px
}
.service-details-widget .service-details-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.service-details-widget .service-details-categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #ededed
}
.service-details-widget .service-details-categories ul li a {
	display: inline-block;
	color: #10142d;
	font-weight: 400;
	padding: 7px 20px;
	font-weight: 500
}
.service-details-widget .service-details-categories ul li a:hover {
	color: #fc8e41
}
.service-details-widget .service-widget-card {
	position: relative;
	margin-bottom: 30px;
margin-right: 20px
}
.service-details-widget .service-widget-card i {
	color: #fc8e41;
	font-size: 35px;
	position: absolute;
right: 0;
	top: 0
}
.service-details-widget .service-widget-card .content {
margin-right: 50px
}
.service-details-widget .service-widget-card .content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500
}
.service-details-widget .service-widget-card .content p {
	margin-bottom: 0;
	color: #342e36;
	font-size: 15px
}
.service-details-widget .service-widget-card .content p a {
	display: block;
	color: #342e36
}
.service-details-widget .service-widget-card .content p a:hover {
	color: #fc8e41
}
.service-details-widget .service-widget-card .content span {
	margin-bottom: 0;
	color: #342e36
}
.service-details-widget .service-widget-card .content span a {
	display: block;
	color: #342e36
}
.service-details-widget .service-widget-card .content span a:hover {
	color: #fc8e41
}
.pricing-area {
	position: relative
}
.pricing-area .section-title {
	margin-bottom: 75px
}
.pricing-area .section-title h2 {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto
}
.pricing-area .section-title p {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto
}
.pricing-bg {
	background-color: #f7f8fb
}
.color-2 {
	color: #fc8e41
}
.color-3 {
	color: #342e36
}
.color-bg1 {
	background-color: #eaf3ff
}
.color-bg2 {
	background-color: #fef4f0
}
.color-bg3 {
	background-color: #f1f1f1
}
.pricing-card {
	border: 1px dashed #94b7e2;
	padding: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	margin-bottom: 30px
}
.pricing-card:hover {
	border-color: #fc8e41
}
.pricing-card .pricing-card-into {
	text-align: center;
	padding: 0 30px 30px
}
.pricing-card .pricing-card-into .pricing-icon {
	position: relative;
	margin-top: -40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .03);
	box-shadow: 0 0 15px rgba(0, 0, 0, .03);
	width: 95px;
	height: 95px;
	font-size: 35px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 95px
}
.pricing-card .pricing-card-into h3 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 500;
	background-color: #fff;
	padding: 10px
}
.pricing-card .price-rate {
	padding-bottom: 10px;
	border-bottom: 1px solid #b7d0ee;
	margin-bottom: 20px
}
.pricing-card .price-rate h2 {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 0
}
.pricing-card .price-rate span {
	font-size: 16px
}
.pricing-card ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.pricing-card ul li {
	display: block;
	color: #10142d;
	margin-top: 3px
}
.pricing-card ul li i {
	color: #fc8e41;
	font-size: 24px;
	position: relative;
	top: 3px
}
.pricing-card ul li del {
	color: #10142d!important
}
.pricing-card .purchase-btn {
	margin-top: 20px;
	padding: 10px 17px;
	color: #342e36;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
	border-radius: 15px;
	border: none;
	outline: none;
	-webkit-transition: .9s;
	transition: .9s;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #342e36
}
.pricing-card .purchase-btn:hover {
	background-color: #fc8e41;
	border-color: #fc8e41;
	color: #fff
}
.single-product {
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px dashed #eee;
	margin-bottom: 30px;
	position: relative
}
.single-product a {
	display: block
}
.single-product a img {
	border-bottom: 1px solid #fc8e4154;
	text-align: center
}
.single-product .product-content {
	padding: 30px 20px
}
.single-product .product-content ul {
	list-style: none;
	padding: 0;
	line-height: 1;
	margin-bottom: 15px
}
.single-product .product-content ul li {
	display: inline-block;
	color: #fc8e41;
	padding: 0 5px
}
.single-product .product-content ul li del {
	color: #10142d
}
.single-product .product-content .rating {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	float: right
}
.single-product .product-content .rating li {
	color: #fc8e41;
	font-size: 14px;
	display: inline-block
}
.single-product .product-content h3 {
	text-transform: capitalize;
	margin-bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 20px
}
.single-product .product-content h3 a {
	color: #10142d
}
.single-product .product-content h3 a:hover {
	color: #fc8e41
}
.single-product .product-content .default-btn.product-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 155px;
	border-radius: 0;
	bottom: 200px;
	padding: 10px 20px;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.single-product .product-content .default-btn.product-btn i {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 5px
}
.single-product:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}
.single-product:hover .default-btn.product-btn {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.product-detls-image {
	margin-bottom: 30px;
	border: 1px dashed #eee
}
.product-detls-image:hover {
	border-color: #fc8e41
}
.product-desc {
	margin-bottom: 30px
}
.product-desc h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 600
}
.product-desc .price {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600
}
.product-desc .price .old-price {
	text-decoration: line-through;
	color: #10142d;
margin-right: 10px
}
.product-desc .product-review {
	margin-bottom: 15px
}
.product-desc .product-review .rating {
	display: inline-block;
padding-left: 5px;
	font-size: 14px
}
.product-desc .product-review .rating i {
	color: #fc8e41
}
.product-desc .product-review .rating-count {
margin-right: 5px;
	display: inline-block;
	color: #10142d;
	border-bottom: 1px solid #10142d;
	line-height: initial
}
.product-desc .product-review .rating-count:hover {
	color: #fc8e41;
	border-color: #fc8e41
}
.product-desc p {
	margin-bottom: 0
}
.product-desc .input-count-area h3 {
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
margin-left: 15px
}
.product-desc .input-count-area .input-counter {
	margin-top: 10px;
	max-width: 130px;
	min-width: 130px;
margin-left: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 15px
}
.product-desc .input-count-area .input-counter span {
	position: absolute;
	top: 2px;
	background-color: transparent;
	cursor: pointer;
	color: #10142d;
	width: 50px;
	height: 100%;
	line-height: 45px;
	-webkit-transition: .5s;
	transition: .5s
}
.product-desc .input-count-area .input-counter span:hover {
	color: #fc8e41
}
.product-desc .input-count-area .input-counter .minus-btn {
	left: 0
}
.product-desc .input-count-area .input-counter .plus-btn {
	right: 0
}
.product-desc .input-count-area .input-counter input {
	height: 45px;
	color: #10142d;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500
}
.product-desc .product-add-btn {
	margin-top: 20px
}
.product-desc .product-add-btn .default-btn {
	border: none;
margin-left: 20px;
	border-radius: 0
}
.product-desc .product-share {
	margin-top: 30px
}
.product-desc .product-share ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.product-desc .product-share ul li {
	display: inline-block;
	margin: 0 3px
}
.product-desc .product-share ul li span {
	color: #10142d;
margin-left: 5px;
	font-size: 16px
}
.product-desc .product-share ul li a {
	width: 35px;
	height: 35px;
	background-color: #fc8e41;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	border-radius: 50px;
	text-align: center
}
.product-desc .product-share ul li a:hover {
	background-color: #10142d
}
.product .input-count-area .input-counter input::-webkit-input-placeholder {
	color: #10142d
}
.product .input-count-area .input-counter input:-ms-input-placeholder {
	color: #10142d
}
.product .input-count-area .input-counter input::-ms-input-placeholder {
	color: #10142d
}
.product .input-count-area .input-counter input::placeholder {
	color: #10142d
}
.product-tab {
	background-color: #f7f8fb
}
.products-details-tab .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	text-align: center
}
.products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 25px
}
.products-details-tab .tabs li a {
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	color: #10142d;
	padding-bottom: 15px;
	border-bottom: 1px solid #b1acac
}
.products-details-tab .tabs li a span {
	color: #fc8e41
}
.products-details-tab .tabs li a:focus {
	color: #fc8e41;
	border-bottom: 1px solid #fc8e41
}
.products-details-tab .tabs li.active a {
	color: #fc8e41;
	border-bottom: 1px solid #fc8e41
}
.products-details-tab .tabs li.active a span {
	color: #10142d
}
.products-details-tab .tabs li.current a {
	color: #fc8e41;
	border-bottom: 1px solid #fc8e41
}
.products-details-tab .tabs li.current a span {
	color: #10142d
}
.products-tabs-decs {
	max-width: 840px;
text-align: right;
	margin-left: auto;
	margin-right: auto
}
.products-tabs-decs p {
	color: #10142d;
	font-weight: 600;
	margin-bottom: 30px
}
.products-tabs-reviews ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.products-tabs-reviews ul li {
	position: relative;
	padding-bottom: 40px;
	padding-left: 200px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee
}
.products-tabs-reviews ul li:last-child {
	margin-bottom: 0
}
.products-tabs-reviews ul li img {
	position: absolute;
	top: 0;
	left: 90px
}
.products-tabs-reviews ul li h3 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	color: #10142d
}
.products-tabs-reviews ul li .content .rating {
	display: inline-block;
	color: #ee8100;
	margin-right: 20px;
	position: relative
}
.products-tabs-reviews ul li .content .rating::before {
	content: '';
	position: absolute;
	top: 3px;
	right: -13px;
	width: 1px;
	height: 20px;
	background-color: #ccc
}
.products-tabs-reviews ul li .content span {
	margin-bottom: 10px;
	display: inline-block
}
.products-tabs-reviews ul li p {
	margin-bottom: 0;
	max-width: 650px
}
.reviews-form {
	margin-top: 35px
}
.reviews-form .contact-form {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto
}
.reviews-form .contact-form h3 {
	text-align: center;
	font-size: 24px;
	color: #10142d;
	margin-bottom: 10px
}
.reviews-form .contact-form .form-group .form-control {
	background-color: #fff;
	border-radius: 0
}
.reviews-form p {
	text-align: center;
	color: #10142d;
	margin-bottom: 10px
}
.reviews-form .rating {
	text-align: center;
	color: #fc8e41;
	position: relative;
	margin-bottom: 30px
}
.cart-wraps-area .cart-table table {
	margin-bottom: 0
}
.cart-wraps-area .cart-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	padding: 15px 0;
	text-transform: uppercase;
	border: none;
	font-weight: 700;
	font-size: 18px
}
.cart-wraps-area .cart-table table tbody tr td {
	vertical-align: middle;
	color: #10142d;
	padding-left: 0;
	padding-right: 0;
	font-size: 15px;
	border-color: #eee;
	border-left: none;
	border-right: none
}
.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
	display: block
}
.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
	width: 60px;
	height: 60px
}
.cart-wraps-area .cart-table table tbody tr td.product-name a {
	color: #10142d;
	font-weight: 600;
	display: inline-block;
	font-size: 16px
}
.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
	color: #da691f!important
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
	color: #10142d;
	float: right;
	position: relative;
	top: 1px;
	-webkit-transition: all .5s;
	transition: all .5s
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
	font-size: 24px
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
	color: #fc8e41
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
	font-weight: 600
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #10142d;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: .5s;
	transition: .5s
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
	color: #fc8e41!important
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
	left: 0
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
	color: #fc8e41!important
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
	right: 0
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
	color: #fc8e41!important
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #10142d;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600
}
.cart-wraps-area .cart-buttons {
	margin-top: 30px
}
.cart-wraps-area .cart-totals {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	border-radius: 0;
	margin: auto;
	margin-top: 50px
}
.cart-wraps-area .cart-totals h3 {
	font-size: 24px;
	margin-bottom: 25px
}
.cart-wraps-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none
}
.cart-wraps-area .cart-totals ul li {
	border: 1px solid #b8b08c;
	padding: 10px 15px;
	color: #10142d;
	overflow: hidden;
	font-weight: 500
}
.cart-wraps-area .cart-totals ul li:first-child {
	border-bottom: none
}
.cart-wraps-area .cart-totals ul li:nth-child(3) {
	border-top: none
}
.cart-wraps-area .cart-totals ul li:last-child {
	border-top: none
}
.cart-wraps-area .cart-totals ul li span {
	float: right;
	color: #10142d;
	font-weight: 400
}
.cart-wraps-area .cart-calc {
	margin-top: 50px;
	background-color: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}
.cart-wraps-area .cart-calc .cart-wraps-form h3 {
	font-size: 24px;
	color: #10142d;
	padding-bottom: 20px
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
	margin-bottom: 20px
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
	height: 50px;
	padding: 7px 18px;
	color: #6c777d;
	border: 1px solid #cfcfcf
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #fc8e41;
	background-color: #10142d!important
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
	padding: 10px
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
	background-color: #10142d!important
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
	font-size: 16px;
	border: 1px solid #b8b08c;
	color: #6c777d;
	padding: 12px 18px;
	font-weight: 400
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #cfcfcf
}
.cart-wraps-area .cart-calc .nice-select {
	height: 50px;
	width: 100%;
	margin-bottom: 19px;
	border: 1px solid #b8b08c
}
.cart-wraps-area .cart-calc .nice-select .list {
	width: 100%
}
.cart-wraps-area .cart-calc .nice-select .option {
	color: #10142d!important
}
.cart-wraps-area .cart-calc .nice-select .option :hover {
	color: #fff!important;
	background-color: #fc8e41!important
}
.cart-wraps-area .cart-calc .nice-select .current {
	position: relative;
	top: 4px;
	font-weight: 500;
	color: #6c777d
}
.cart-wraps-area .nice-select .option.focus, .cart-wraps-area .nice-select .option.selected.focus, .cart-wraps-area .nice-select .option:hover {
	background-color: #10142d!important;
	color: #fff!important;
	font-weight: 600
}
.cart-wraps-area .cart-calc select .option.focus, .cart-wraps-area .cart-calc .nice-select .option.selected.focus {
	background-color: #10142d!important;
	color: #fff!important
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #fc8e41
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #fc8e41
}
.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
	color: #fc8e41
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #fc8e41
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #fc8e41
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
	color: #fc8e41
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #fc8e41
}
.cart-wraps-area .cart-calc .cart-wraps-area form .form-control input::-webkit-input-placeholder {
	color: #6c777d
}
.cart-area .cart-calc .cart-wraps-area form .form-control input:-ms-input-placeholder {
	color: #6c777d
}
.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
	color: #6c777d
}
.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-webkit-input-placeholder {
	color: #495057
}
.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input:-ms-input-placeholder {
	color: #495057
}
.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
	color: #495057
}
.checkout-area .checkout-user {
	-webkit-box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .08);
	background: #fff;
	padding: 20px 15px;
	margin-bottom: 65px;
	border-top: 3px solid #da691f;
	color: #fc8e41
}
.checkout-area .checkout-user span {
	color: #10142d;
	font-size: 20px
}
.checkout-area .checkout-user span a {
	color: #fc8e41
}
.checkout-area .checkout-user span a:hover {
	color: #10142d
}
.billing-details {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 50px 30px 25px;
	-webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	box-shadow: 0 5px 28px rgba(0, 0, 0, .07)
}
.billing-details h3 {
	font-size: 24px;
	color: #10142d;
	margin-bottom: 15px;
	font-weight: 600
}
.billing-details .form-group {
	margin-bottom: 25px
}
.billing-details .form-group label {
	color: #10142d;
	display: block;
	margin-bottom: 10px;
	font-weight: 500
}
.billing-details .form-group label span {
	color: #fc8e41
}
.billing-details .form-group .form-control {
	height: 50px;
	color: #2d3652;
	border: 1px solid #e8e8e8;
	background-color: #fcfcff;
	border-radius: 0;
	padding: 10px 20px;
	width: 100%
}
.billing-details .form-group .form-control:focus, .billing-details .form-group .form-control :hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #10142d
}
.billing-details .form-group .form-message {
	font-size: 16px;
	border: 1px solid #e8e8e8;
	background-color: #fcfcff;
	padding: 18px;
	font-weight: 400;
	width: 100%
}
.billing-details .form-group .form-message:focus, .billing-details .form-group .form-message :hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #10142d
}
.billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: #10142d;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500
}
.billing-details .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}
.billing-details .form-group .nice-select .list .option {
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}
.billing-details .form-group .nice-select .list .option:hover {
	background-color: #fc8e41!important;
	color: #fff
}
.billing-details .form-group .nice-select .list .option:focus {
	border: none;
	outline: none
}
.billing-details .form-group .nice-select .list .option .selected {
	background-color: transparent
}
.billing-details .form-group .nice-select:after {
	right: 20px
}
.billing-details .form-check {
	margin-bottom: 15px
}
.billing-details .form-check .form-check-input {
	width: 15px;
	height: 15px
}
.billing-details .form-check .form-check-label {
	color: #10142d;
margin-right: 5px;
	font-weight: 500
}
.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
	background-color: #fc8e41!important;
	color: #fff!important;
	border: none;
	outline: none
}
.order-details .order-table {
	background-color: #fff;
	padding: 50px 30px;
	-webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	box-shadow: 0 5px 28px rgba(0, 0, 0, .07)
}
.order-details .order-table h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px
}
.order-details .order-table table {
	margin-bottom: 0
}
.order-details .order-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	border-color: #eaedff;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #10142d;
	font-size: 18px
}
.order-details .order-table table tbody tr td {
	vertical-align: middle;
	color: #10142d;
	border-color: #eaedff;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600
}
.order-details .order-table table tbody tr td.product-name a {
	color: #6e768f;
	display: inline-block;
	font-weight: 600
}
.order-details .order-table table tbody tr td.product-name a:hover {
	color: #fc8e41
}
.order-details .order-table table tbody tr td.order-subtotal span {
	color: #10142d;
	font-weight: 600
}
.order-details .order-table table tbody tr td.order-shipping span {
	color: #10142d;
	font-weight: 700
}
.order-details .order-table table tbody tr td.total-price span {
	color: #10142d;
	font-weight: 700
}
.order-details .order-table table tbody tr td.shipping-price {
	font-weight: 700
}
.order-details .order-table table tbody tr td.order-subtotal-price {
	font-weight: 700
}
.order-details .order-table table tbody tr td.product-subtotal {
	font-weight: 700
}
.order-details .payment-box {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 50px 30px
}
.order-details .payment-box .payment-method p [type=radio]:checked {
	display: none
}
.order-details .payment-box .payment-method p [type=radio]:checked+label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #fc8e41;
	position: relative;
	margin-bottom: 8px
}
.order-details .payment-box .payment-method p [type=radio]:checked+label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff
}
.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #fc8e41;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
	display: none
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #172541;
	position: relative;
	margin-bottom: 8px
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #fc8e41;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.order-details .payment-box .order-btn {
	margin-top: 20px;
	display: block;
	text-align: center;
	width: 100%;
	padding: 12px 27px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #fc8e41
}
.order-details .payment-box .order-btn::before {
	content: "";
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #08104d;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s
}
.order-details .payment-box .order-btn:hover {
	color: #fff;
	border: none
}
.order-details .payment-box .order-btn:hover::before {
	left: auto;
	right: 0;
	width: 100%
}
.billing-details .form-group .nice-select .option:hover, .billing-details .form-group .nice-select .option.focus, .billing-details .form-group .nice-select .option.selected.focus {
	background-color: #fc8e41!important;
	color: #fff!important
}
.faq-accordion {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px
}
.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}
.faq-accordion .accordion .accordion-item {
	display: block;
	background-color: #fff;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}
.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}
.faq-accordion .accordion .accordion-title {
	padding: 20px 60px 17px 20px;
	color: #232350;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600
}
.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 24px;
	width: 40px;
	height: 40px;
	color: #fc8e41;
	border-radius: 50px;
	border: 1px solid #fc8e41;
	text-align: center;
	line-height: 40px;
	background-color: transparent
}
.faq-accordion .accordion .accordion-title.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 15px
}
.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: -5px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px
}
.faq-accordion .accordion .accordion-content p {
	line-height: 1.8
}
.faq-accordion .accordion .accordion-content.show {
	display: block
}
.achievements-area .section-title h2 {
	max-width: 415px;
	margin-left: auto;
	margin-right: auto
}
.achievements-area .section-title p {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto
}
.achievements-card {
	padding: 45px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 30px
}
.achievements-card i {
	font-size: 60px;
	margin-bottom: 10px;
	line-height: 1.2
}
.achievements-card h3 {
	color: #10142d;
	margin-top: 15px;
	font-size: 30px;
	line-height: 1
}
.achievements-card span {
	font-size: 18px;
	color: #342e36
}
.achievements-bg-1 {
	background-color: #dcf9ee
}
.achievements-bg-1 i {
	color: #46b58b
}
.achievements-bg-2 {
	background-color: #fef5e2
}
.achievements-bg-2 i {
	color: #a88845
}
.achievements-bg-3 {
	background-color: #ffe7ea
}
.achievements-bg-3 i {
	color: #d66e7b
}
.achievements-bg-4 {
	background-color: #e0dfee
}
.achievements-bg-4 i {
	color: #5751b4
}
.single-counter {
	margin-bottom: 30px;
	text-align: center
}
.single-counter i {
	font-size: 50px;
	margin-bottom: 10px;
	line-height: 1.2;
	background-color: #f7f8fb;
	width: 90px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	border-radius: 5px
}
.single-counter h3 {
	color: #10142d;
	margin-top: 15px;
	font-size: 30px;
	line-height: 1
}
.single-counter span {
	font-size: 18px;
	color: #342e36
}
.icon-color-1 {
	color: #46b58b
}
.icon-color-2 {
	color: #a88845
}
.icon-color-3 {
	color: #d66e7b
}
.icon-color-4 {
	color: #5751b4
}
.project-title {
	margin-bottom: 30px
}
.project-text {
	margin-top: 50px;
	margin-bottom: 30px
}
.project-text p {
	margin-bottom: 0
}
.project-tab {
	margin-top: 10px
}
.project-tab .tabs {
	margin: 0;
	padding: 0;
	list-style: none
}
.project-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 25px
}
.project-tab .tabs li a {
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	color: #10142d
}
.project-tab .tabs li a:focus {
	color: #fc8e41
}
.project-tab .tabs li.active a {
	color: #fc8e41
}
.project-tab .tabs li.current a {
	color: #fc8e41
}
.tab .tabs_item {
	display: none
}
.tab .tabs_item:first-child {
	display: block
}
.project-card {
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	overflow: hidden
}
.project-card:hover .project-content {
	padding: 20px;
	height: auto;
	width: 100%;
	background-color: #17161691;
	bottom: 0
}
.project-card:hover .project-content .content {
	opacity: 1
}
.project-card:hover .project-card-bottom {
	width: 80%;
	opacity: 1
}
.project-card a {
	display: block
}
.project-card a img {
	border-radius: 5px
}
.project-card .project-content {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	background-color: #17161691;
	padding: 10px 20px;
	height: auto;
	border-radius: 5px;
	-webkit-transition: .9s;
	transition: .9s;
	overflow: hidden
}
.project-card .project-content h3 {
	font-weight: 400;
	margin-bottom: 0
}
.project-card .project-content h3 a {
	color: #fff
}
.project-card .project-content .content {
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0
}
.project-card .project-content .content p {
	color: #fff;
	margin-bottom: 15px
}
.project-card .project-content .content .project-more {
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	border-radius: 20px
}
.project-card .project-content .content .project-more:hover {
	color: #fc8e41;
	text-decoration: underline
}
.project-card .project-card-bottom {
	position: absolute;
	bottom: 0;
	width: 0;
	background-color: #fc8e41;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	border-radius: 5px
}
.project-area-two {
	background-color: #f7f8fb
}
.project-area-two .section-title {
	padding-left: 20px;
	padding-right: 20px
}
.project-area-two .section-title h2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}
.project-area-two .section-title p {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto
}
.single-project {
	position: relative;
	overflow: hidden
}
.single-project:hover a {
	bottom: 0
}
.single-project a {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	background-color: #fff;
	line-height: 1;
	color: #10142d;
	padding: 20px 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-weight: 600;
	font-size: 22px;
	border-bottom: 1px solid #eee
}
.single-project a i {
	float: right
}
.project-details-slider .owl-nav {
	margin-top: 0
}
.project-details-slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	left: -5px;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	background-color: #fc8e41!important
}
.project-details-slider .owl-nav .owl-prev:hover {
	background-color: #10142d!important
}
.project-details-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	right: -5px;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	background-color: #fc8e41!important
}
.project-details-slider .owl-nav .owl-next:hover {
	background-color: #10142d!important
}
.project-details-item {
	margin-bottom: 30px
}
.project-article h2 {
	font-size: 26px;
	margin-bottom: 20px
}
.project-article p {
	margin-bottom: 20px
}
.project-article .blockquote {
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
	background-color: #f7f8fb;
	padding: 30px
}
.project-article .blockquote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	background-color: #fc8e41
}
.project-article .blockquote p {
	font-size: 20px;
	color: #10142d;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 20px
}
.project-article-list {
	margin-bottom: 30px
}
.project-article-list h2 {
	font-size: 24px;
	margin-bottom: 15px
}
.project-article-list p {
	margin-bottom: 20px
}
.project-article-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.project-article-list ul li {
	display: block;
	margin-bottom: 10px
}
.project-article-list ul li i {
	color: #fc8e41;
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 10px
}
.project-side-bar {
	margin-bottom: 30px
}
.project-categories {
	padding: 10px 15px 20px;
	background-color: #f7f8fb;
	margin-bottom: 35px
}
.project-categories h3 {
	font-size: 20px;
	color: #10142d;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 15px;
	font-weight: 600;
	position: relative
}
.project-categories h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 3px;
	background-color: #fc8e41
}
.project-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.project-categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #ededed
}
.project-categories ul li a {
	display: inline-block;
	color: #10142d;
	font-weight: 400;
	padding: 7px 20px;
	font-weight: 500
}
.project-categories ul li a:hover {
	color: #fc8e41
}
.project-categories ul li span {
	padding: 7px 15px;
	float: right;
	color: #646060;
	font-weight: 500
}
.side-bar-from {
	background-color: #f7f8fb;
	padding: 30px 20px;
	margin-bottom: 35px
}
.side-bar-from h3 {
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px
}
.side-bar-from h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 3px;
	background-color: #fc8e41
}
.side-bar-from .appointment-form {
	margin-bottom: 0;
	margin-right: 0
}
.side-bar-from .appointment-form .form-group .form-control {
	background-color: #fff;
	border-radius: 0
}
.side-bar-from .appointment-form .default-btn {
	padding: 10px 20px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500
}
.testimonials-area {
	position: relative
}
.testimonials-area .section-title h2 {
	max-width: 415px;
	margin-left: auto;
	margin-right: auto
}
.testimonials-area .owl-dots {
	margin-top: 0!important;
	margin-bottom: 30px;
	left: 35px!important;
	position: absolute;
	bottom: 65px
}
.testimonials-area .owl-dots .owl-dot span {
	background-color: transparent!important;
	width: 15px!important;
	height: 15px!important;
	-webkit-transition: .7s;
	transition: .7s;
	border: 1px solid #fc8e41;
	position: relative
}
.testimonials-area .owl-dots .owl-dot span::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #fc8e41;
	top: 2.9px;
	left: 1px;
	right: 1px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50px;
	opacity: 0
}
.testimonials-area .owl-dots .owl-dot.active span::before {
	opacity: 1
}
.testimonials-area .owl-dots .owl-dot:hover span::before {
	opacity: 1
}
.testimonials-img {
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 35px
}
.testimonials-img img {
	border-radius: 15px
}
.testimonials-img .quote-text {
	position: absolute;
	top: -25px;
	left: -25px;
	background-color: #fc8e41;
	width: 70px;
	height: 70px;
	font-size: 35px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	border-radius: 50px
}
.testimonials-content {
	margin-left: 40px
}
.testimonials-content h3 {
	margin-bottom: 5px
}
.testimonials-content span {
	font-size: 16px;
	color: #838383
}
.testimonials-content p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #838383;
	margin-bottom: 40px
}
.testimonials-bg {
	background-color: #f7f8fb
}
.team-area {
	position: relative
}
.team-area .section-title h2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}
.team-area .section-title p {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto
}
.team-area .owl-nav {
	margin-top: 0
}
.team-area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	left: -5%;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
	background-color: #707070!important
}
.team-area .owl-nav .owl-prev:hover {
	background-color: #fc8e41!important
}
.team-area .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	right: -5%;
	color: #fff!important;
	font-size: 20px!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background-color: #707070!important
}
.team-area .owl-nav .owl-next:hover {
	background-color: #fc8e41!important
}
.team-item {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-radius: 5px
}
.team-item:hover .team-img img {
	-webkit-filter: brightness(.5);
	filter: brightness(.5)
}
.team-item:hover .team-img .social-icon .social-link li a {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
.team-item .team-img {
	position: relative
}
.team-item .team-img img {
	border-radius: 5px
}
.team-item .team-img .social-icon {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	bottom: 40px
}
.team-item .team-img .social-icon .social-link {
	margin: 0;
	padding: 0;
	list-style: none
}
.team-item .team-img .social-icon .social-link li {
	display: inline-block;
	margin-right: 5px
}
.team-item .team-img .social-icon .social-link li a {
	border-radius: 3px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	width: 35px;
	height: 35px;
	margin: 0 auto;
	line-height: 37px;
	text-align: center;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	color: #10142d;
	background-color: #fff;
	-webkit-transition: .7s;
	transition: .7s
}
.team-item .team-img .social-icon .social-link li a:hover {
	background-color: #fc8e41;
	color: #fff;
	border-radius: 50px
}
.team-item .content {
	padding: 30px 20px;
	position: relative
}
.team-item .content::before {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	width: 3px;
	height: 45px;
	background-color: #fc8e41
}
.team-item .content h3 {
	font-size: 20px;
	margin-bottom: 5px
}
.team-item .content span {
	color: #6e607c
}
.blog-area .section-title h2 {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto
}
.blog-area .section-title p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}
.blog-card {
	background-color: #f2f2f5;
	margin-bottom: 30px
}
.blog-card:hover .content h3 a {
	color: #fc8e41
}
.blog-card:hover .content .read-more-btn {
	color: #10142d;
	letter-spacing: .25px
}
.blog-card a {
	display: block
}
.blog-card a img {
	max-width: 100%
}
.blog-card .blog-img {
	position: relative
}
.blog-card .blog-img .date {
	position: absolute;
	bottom: -1px;
right: 0;
	background-color: #fc8e41;
padding: 7px 20px 7px 30px;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	-webkit-clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%)
}
.blog-card .content {
	padding: 20px
}
.blog-card .content span {
	font-weight: 500;
	color: #342e36;
	position: relative;
margin-right: 30px
}
.blog-card .content span::before {
	content: '';
	position: absolute;
	bottom: 3px;
right: -30px;
	width: 30px;
	height: 1px;
	background-color: #fc8e41
}
.blog-card .content h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 22px
}
.blog-card .content h3 a {
	display: block;
	color: #342e36
}
.blog-card .content p {
	margin-bottom: 15px
}
.blog-card .content .read-more-btn {
	color: #342e36;
	font-weight: 600;
	display: block
}
.blog-card-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-webkit-transition: .7s;
	transition: .7s
}
.blog-card-bg:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.blog-article {
	margin-bottom: 30px
}
.blog-article .blog-article-img {
	margin-bottom: 30px
}
.blog-article .blog-status {
	padding-bottom: 20px;
	border-bottom: 2px solid #f7f8fb;
	margin-bottom: 30px
}
.blog-article .blog-status ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.blog-article .blog-status ul li {
	display: inline-block;
	color: #10142d;
margin-left: 30px;
	position: relative
}
.blog-article .blog-status ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	width: 1px;
	height: 20px;
	background-color: #e0dde3;
left: -20px
}
.blog-article .blog-status ul li:last-child {
margin-left: 0
}
.blog-article .blog-status ul li:last-child::before {
	display: none
}
.blog-article .blog-status ul li a {
	color: #fc8e41;
	display: inline-block
}
.blog-article .blog-status ul li a:hover {
	color: #10142d
}
.blog-article .blog-status .blog-comment {
float: left
}
.blog-article .blog-status .blog-comment h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0
}
.blog-article .blog-status .blog-comment h3 i {
	color: #fc8e41;
margin-left: 5px;
	position: relative;
	top: 2px
}
.blog-article .article-content h2 {
	font-size: 26px;
	margin-bottom: 20px
}
.blog-article .article-content p {
	margin-bottom: 20px
}
.blog-article .article-content .blockquote {
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
	background-color: #f7f8fb;
	padding: 30px
}
.blog-article .article-content .blockquote::before {
	content: '';
	position: absolute;
	top: 0;
right: 0;
	width: 3px;
	height: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	background-color: #fc8e41
}
.blog-article .article-content .blockquote p {
	font-size: 20px;
	color: #10142d;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
margin-right: 20px
}
.blog-article .another-content p {
	margin-bottom: 20px
}
.blog-article .another-content .content-img {
	margin-top: 30px;
	margin-bottom: 30px
}
.blog-article .blog-article-share {
	margin-top: 30px;
	border-bottom: 1px solid #e0dde3;
	padding-bottom: 30px
}
.blog-article .blog-article-share .social-icon {
	list-style: none;
	margin: 0;
	padding: 0
}
.blog-article .blog-article-share .social-icon li {
	display: inline-block;
margin-left: 5px;
	color: #10142d
}
.blog-article .blog-article-share .social-icon li:first-child {
margin-left: 15px;
	font-weight: 600
}
.blog-article .blog-article-share .social-icon li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background-color: #fc8e41;
	color: #fff;
	border-radius: 3px
}
.blog-article .blog-article-share .social-icon li a:hover {
	background-color: #10142d;
	color: #fff
}
.blog-article .blog-profile {
	margin-top: 30px;
	padding-top: 20px
}
.blog-article .blog-profile ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.blog-article .blog-profile ul li {
	position: relative;
	padding: 0 30px 15px;
padding-right: 170px
}
.blog-article .blog-profile ul li img {
	border-radius: 50%;
	position: absolute;
	top: 0;
right: 30px
}
.blog-article .blog-profile ul li h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500
}
.blog-article .blog-profile ul li p {
	margin-bottom: 0
}
.blog-article .comments-wrap {
	padding-top: 20px
}
.blog-article .comments-wrap .title {
	font-size: 24px;
	margin-bottom: 30px;
	color: #10142d;
	font-weight: 500
}
.blog-article .comments-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.blog-article .comments-wrap ul li {
	position: relative;
	padding: 30px;
padding-right: 140px;
	margin-bottom: 30px;
	background-color: #f7f8fb
}
.blog-article .comments-wrap ul li:last-child {
	margin-bottom: 0
}
.blog-article .comments-wrap ul li img {
	border-radius: 50%;
	position: absolute;
	top: 30px;
right: 30px
}
.blog-article .comments-wrap ul li h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500
}
.blog-article .comments-wrap ul li span {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #8b8b8b
}
.blog-article .comments-wrap ul li p {
	margin-bottom: 0
}
.blog-article .comments-wrap ul li a {
	position: absolute;
	top: 27px;
left: 30px;
	color: #fc8e41;
	font-weight: 600
}
.blog-article .comments-wrap ul li a:hover {
	color: #10142d
}
.blog-article .comments-form {
	margin-top: 40px
}
.blog-article .comments-form .contact-form .form-group .form-control {
	border-color: #988ea1;
	background-color: transparent;
	border-radius: 0
}
.blog-article .comments-form .contact-form .default-btn {
	border-radius: 0
}
.side-bar-wrap {
	margin-bottom: 30px
}
.side-bar-widget {
	margin-bottom: 30px
}
.search-widget {
	margin-bottom: 30px;
	background-color: #f7f8fb;
	padding: 20px
}
.search-widget .search-form {
	position: relative
}
.search-widget .search-form .form-control {
	height: 50px;
	border: 1px solid #988ea1;
	background-color: #fff;
	padding: 10px 20px;
	width: 100%;
	border-radius: 0
}
.search-widget .search-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}
.search-widget .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background-color: #fc8e41;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: none;
	outline: none
}
.search-widget .search-form button i {
	color: #fff
}
.search-widget .search-form button:hover {
	background-color: #10142d
}
.side-bar-widget {
	margin-bottom: 30px;
	background-color: #f7f8fb
}
.side-bar-widget .title {
	font-size: 20px;
	color: #10142d;
	padding: 15px 0;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-left: 30px;
	border-bottom: 3px solid #fc8e41
}
.side-bar-widget .side-bar-categories {
	padding: 10px 15px 20px
}
.side-bar-widget .side-bar-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.side-bar-widget .side-bar-categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #ededed
}
.side-bar-widget .side-bar-categories ul li a {
	display: inline-block;
	color: #10142d;
	font-weight: 400;
	padding: 7px 20px;
	font-weight: 500
}
.side-bar-widget .side-bar-categories ul li a:hover {
	color: #fc8e41
}
.side-bar-widget .side-bar-categories ul li span {
	padding: 7px 15px;
	float: right;
	color: #fc8e41;
	font-weight: 500
}
.side-bar-widget .widget-popular-post {
	position: relative;
	overflow: hidden;
	padding: 20px 30px 30px
}
.side-bar-widget .widget-popular-post .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px
}
.side-bar-widget .widget-popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.side-bar-widget .widget-popular-post .item .thumb {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 15px
}
.side-bar-widget .widget-popular-post .item .thumb .full-image {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center!important;
	position: relative;
	background-color: #10142d
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
	background-image: url(../img/blog/blog-img1.jpg)
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
	background-image: url(../img/blog/blog-img2.jpg)
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
	background-image: url(../img/blog/blog-img3.jpg)
}
.side-bar-widget .widget-popular-post .item .info {
	overflow: hidden
}
.side-bar-widget .widget-popular-post .item .info .title-text {
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 500
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
	display: inline-block;
	color: #10142d
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
	color: #fc8e41
}
.side-bar-widget .widget-popular-post .item .info p {
	font-size: 14px;
	margin-bottom: 0;
	max-width: 180px
}
.side-bar-widget .side-bar-widget-tag {
	list-style: none;
	margin: 0;
	padding: 10px 20px 20px
}
.side-bar-widget .side-bar-widget-tag li {
	display: inline-block;
	padding: 7px 15px;
	margin: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	color: #10142d;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #cbcbcb
}
.side-bar-widget .side-bar-widget-tag li:hover {
	background-color: #fc8e41;
	border-color: #fc8e41
}
.side-bar-widget .side-bar-widget-tag li a {
	color: #10142d
}
.side-bar-widget .side-bar-widget-tag li:hover a {
	color: #fff
}
.subscribe-area {
	background-color: #f7f8fb;
	padding: 30px
}
.subscribe-area span {
	color: #fc8e41;
	font-size: 13px
}
.subscribe-area h2 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px
}
.subscribe-area h2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 3px;
	background-color: #fc8e41
}
.subscribe-area .subscribe-form {
	position: relative;
	border-radius: 50px
}
.subscribe-area .subscribe-form .form-control {
	background: #fff;
	color: #10142d;
	height: 50px;
	line-height: 50px;
	margin: 0;
	border-radius: 0;
	border: 1px solid #cdcdcd;
	padding: 0 25px;
	width: 90%
}
.subscribe-area .subscribe-form .form-control:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.subscribe-area .subscribe-form .default-btn {
	margin-top: 15px;
	outline: none;
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600
}
.contact-form {
	max-width: 800px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}
.contact-form .section-title {
	margin-bottom: 30px
}
.contact-form .section-title p {
	max-width: 500px
}
.contact-form .form-group {
	margin-bottom: 25px;
	position: relative
}
.contact-form .form-group .form-control {
	height: 50px;
	color: #948b9f;
	border: 1px solid #ebebeb;
	background-color: #f8f9fb;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%
}
.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #fc8e41;
	-webkit-box-shadow: none;
	box-shadow: none
}
.contact-form .form-group textarea.form-control {
	height: auto
}
.contact-form .with-errors {
float: right;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block
}
.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px
}
.contact-form .default-btn {
	border: 0;
	outline: none;
	padding: 5px 60px
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #948b9f
}
.contact-form .form-group .form-control:-ms-input-placeholder {
	color: #948b9f
}
.contact-form .form-group .form-control::-ms-input-placeholder {
	color: #948b9f
}
.contact-form .form-group .form-control::placeholder {
	color: #948b9f
}
.contact-sidebar {
	padding: 50px 25px 20px;
	background-color: #f7f8fb
}
.contact-sidebar h2 {
	font-size: 25px;
	margin-bottom: 10px
}
.contact-sidebar p {
	margin-bottom: 30px
}
.contact-card {
	position: relative;
	margin-bottom: 30px
}
.contact-card i {
	color: #fc8e41;
	font-size: 45px;
	position: absolute;
	left: 0;
	top: 0
}
.contact-card .content {
	margin-left: 65px
}
.contact-card .content h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500
}
.contact-card .content p {
	margin-bottom: 0;
	color: #342e36
}
.contact-card .content p a {
	display: block;
	color: #342e36
}
.contact-card .content p a:hover {
	color: #fc8e41
}
.contact-card .content span {
	margin-bottom: 0;
	color: #342e36
}
.contact-card .content span a {
	display: block;
	color: #342e36
}
.contact-card .content span a:hover {
	color: #fc8e41
}
.user-all-form {
	margin-bottom: 30px
}
.user-all-form .contact-form {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 50px 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}
.user-all-form .contact-form .agree-label label {
	font-weight: 500;
	color: #10142d;
margin-right: 10px
}
.user-all-form .contact-form .forget {
	margin-bottom: 15px;
float: left;
	color: #10142d;
	font-weight: 500
}
.user-all-form .contact-form .forget:hover {
	color: #fc8e41
}
.user-all-form .contact-form .account-desc {
	margin-top: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0
}
.user-all-form .contact-form .account-desc a {
	color: #10142d
}
.user-all-form .contact-form .account-desc a:hover {
	color: #fc8e41
}
.map-area iframe {
	display: block;
	width: 100%;
	height: 400px
}
.single-content {
	margin-bottom: 30px
}
.single-content h3 {
	font-size: 24px;
	color: #10142d;
	margin-bottom: 10px
}
.single-content p {
	margin-bottom: 0
}
.appointment-bg {
	background-color: #f7f8fb
}
.appointment-form {
	margin-bottom: 30px;
	margin-right: 45px
}
.appointment-form .section-title {
	margin-bottom: 30px
}
.appointment-form .section-title p {
	max-width: 615px;
	margin: 0
}
.appointment-form .form-group {
	margin-bottom: 25px;
	position: relative
}
.appointment-form .form-group .form-control {
	height: 50px;
	color: #948b9f;
	border: 1px solid #ebebeb;
	background-color: #f8f9fb;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%
}
.appointment-form .form-group .form-control:focus {
	outline: none;
	border-color: #fc8e41;
	-webkit-box-shadow: none;
	box-shadow: none
}
.appointment-form .form-group textarea.form-control {
	height: auto
}
.appointment-form .nice-select {
	height: 50px;
	width: 100%;
	line-height: 32px;
	font-size: 15px;
	margin-bottom: 30px;
	padding-left: 20px;
	color: #10142d;
	background-color: #fc8e41
}
.appointment-form .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}
.appointment-form .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #10142d;
	padding-left: 20px;
	padding-right: 20px
}
.appointment-form .nice-select .list .option:hover {
	background-color: #fc8e41!important;
	color: #fff
}
.appointment-form .nice-select .list .option .selected {
	background-color: transparent;
	font-weight: 600;
	color: #10142d
}
.appointment-form .nice-select::after {
	height: 8px;
	width: 8px;
	border-color: #a7a7a7;
	right: 23px
}
.appointment-form .default-btn {
	border: 0;
	outline: none;
	padding: 14px 60px
}
.appointment-form-bg .form-group .form-control {
	background-color: #fff
}
.appointment-img {
	position: relative;
	z-index: 1;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 50px
}
.appointment-img img {
	border-radius: 0 50px 0 50px
}
.appointment-img::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -20px;
	left: -20px;
	width: 200px;
	height: 200px;
	background-color: #fc8e41
}
.appointment-img::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: -20px;
	right: -20px;
	width: 200px;
	height: 200px;
	background-color: #fc8e41
}
.pagination-area {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center
}
.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #10142d;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	border-radius: 5px
}
.pagination-area .page-numbers:hover {
	background-color: #fc8e41
}
.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 5px
}
.pagination-area .page-numbers.current {
	background-color: #fc8e41
}
.error-area .error-content {
	text-align: center;
	position: relative;
	padding-top: 140px;
	padding-bottom: 140px
}
.error-area .error-content h1 {
	font-size: 300px;
	line-height: .7;
	font-weight: 700;
	color: #10142d
}
.error-area .error-content h1 span {
	color: #fc8e41
}
.error-area .error-content h3 {
	margin: 50px 0 0;
	position: relative;
	color: #10142d;
	font-size: 35px
}
.error-area .error-content p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	color: #10142d
}
.coming-soon-area {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-image: url(../img/inner-banner/inner-banner-11.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.coming-soon-area .coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	padding: 50px 30px;
	background-color: #f7f8fb;
	border: 3px solid #fc8e41a3
}
.coming-soon-area .coming-soon-content h1 {
	margin-bottom: 0;
	color: #10142d;
	font-size: 60px
}
.coming-soon-area .coming-soon-content p {
	font-size: 16px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	color: #767079
}
.coming-soon-area .coming-soon-content #timer {
	margin-top: 20px
}
.coming-soon-area .coming-soon-content #timer div {
	display: inline-block;
	color: #10142d;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 45px;
	font-weight: 700
}
.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -15px;
	font-size: 16px;
	font-weight: 400;
	color: #10142d
}
.coming-soon-area .coming-soon-content #timer div:last-child {
	margin-right: 0
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
	display: none
}
.coming-soon-area .coming-soon-content #timer div:first-child {
	margin-left: 0
}
.coming-soon-area .coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: #fff
}
.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: #fff;
	padding-left: 15px;
	color: #fff;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0;
	border: 1px solid #ccc;
	color: #5d5d5d
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: #fc8e41
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
	border: 0;
	outline: 0;
	border-radius: 0!important
}
.coming-soon-area .coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	text-transform: uppercase;
	outline: 0;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
	border-radius: 0
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
	border-radius: 0
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
	color: #fff;
	background-color: #190f3c
}
.coming-soon-area .coming-soon-content ul {
	list-style: none;
	margin-top: 30px;
	padding: 0
}
.coming-soon-area .coming-soon-content ul li {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 50px;
	font-size: 18px;
	background-color: #fc8e41;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px
}
.coming-soon-area .coming-soon-content ul li a {
	color: #fff
}
.coming-soon-area .coming-soon-content ul li:hover {
	background-color: #10142d
}
.coming-soon-area #validator-newsletter {
text-align: right;
	color: #dc3545!important
}
.footer-area {
	background-color: #f2f2f5
}
.footer-widget {
	margin-bottom: 30px
}
.footer-widget .footer-logo {
	margin-bottom: 20px
}
.footer-widget h3 {
	margin-top: 8px;
	font-size: 24px;
	color: #10142d;
	margin-bottom: 35px
}
.footer-widget p {
	margin-bottom: 20px
}
.footer-widget .footer-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-widget .footer-list li {
	display: block;
	color: #10142d;
	margin-bottom: 7px
}
.footer-widget .footer-list li a {
	color: #10142d
}
.footer-widget .footer-list li a:hover {
	color: #fc8e41;
	letter-spacing: .15px
}
.footer-widget .footer-list-two {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-widget .footer-list-two li {
	display: block;
	color: #10142d;
	margin-bottom: 7px;
	position: relative;
	padding-left: 30px
}
.footer-widget .footer-list-two li i {
	color: #fc8e41;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px
}
.footer-widget .footer-list-two li a {
	color: #10142d
}
.footer-widget .footer-list-two li:hover {
	color: #fc8e41
}
.footer-widget .footer-list-two li:hover i {
	color: #10142d
}
.footer-widget .footer-list-two li:hover a {
	color: #fc8e41
}
.footer-widget .newsletter-form {
	position: relative;
	border-radius: 50px
}
.footer-widget .newsletter-form .form-control {
	background: #10142d;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin: 0;
	border-radius: 5px;
	border: none;
	padding: 0 25px;
	width: 90%
}
.footer-widget .newsletter-form .form-control:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.footer-widget .newsletter-form .default-btn {
	margin-top: 15px;
	outline: none;
	border: 0;
	padding: 12px 50px
}
.footer-widget .newsletter-form .validation-danger {
	font-size: 16px;
	margin-top: 15px;
	color: red
}
.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
	color: #948b9f
}
.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
	color: #948b9f
}
.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
	color: #948b9f
}
.footer-widget .newsletter-form .form-control::placeholder {
	color: #948b9f
}
.copy-right-area {
	padding: 15px;
	background-color: #10142d
}
.copy-right-area .copy-right-text p {
	color: #fff;
	margin-bottom: 0
}
.copy-right-area .copy-right-text p a {
	color: #fc8e41;
	border-bottom: 1px solid #fc8e41
}
.copy-right-area .copy-right-text p a:hover {
	color: #fff;
	border-color: #fff
}
#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	z-index: 99
}
.top-btn {
	background-color: #fc8e41;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 15px #fc8e41;
	box-shadow: 0 0 15px #fc8e41;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	-webkit-transition: .9s;
	transition: .9s
}
.top-btn:hover {
	background-color: #10142d;
	-webkit-box-shadow: 0 0 15px #08104d;
	box-shadow: 0 0 15px #08104d;
	color: #fff
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #10142d
}
.spinner {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
	margin: 100px auto;
	-webkit-animation: rotate-in 1.2s infinite ease-in-out;
	animation: rotate-in 1.2s infinite ease-in-out
}
@-webkit-keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@media only screen and (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
}