#return-to-top,
.hs_top_user_profile img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%
}
body,
html {
	font-family: Kalam;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	overflow-x: hidden;
	background-attachment: fixed;
	/* background-image: url(../images/astro4.jpg); */
	background-size: cover;
	background-position: center;
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #fff
}
body::-webkit-scrollbar {
	width: 6px;
	background-color: #fff
}
body::-webkit-scrollbar-thumb {
	background-color: #ff2f0b
}
#return-to-top {
	position: absolute;
	bottom: 70px;
	right: 80px;
	background: #fea300;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border-radius: 100%;
	display: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1000
}
#return-to-top i {
	color: #3b0101;
	margin: 0;
	position: relative;
	left: 1px;
	top: 8px;
	font-size: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
#return-to-top:hover i {
	color: #fff;
	top: 5px
}
.house_toggle svg {
	fill: #fff!important;
	width: 25px;
	height: 25px
}
.hs_btn_wrapper li a,
.hs_effect_btn li a {
	height: 50px;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	display: block;
	text-align: center;
	line-height: 50px;
	float: left;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	text-transform: uppercase
}
.aries_padding_left {
	padding-left: 10px
}
.hs_btn_wrapper li a {
	width: 220px;
	border: none;
	background: 0 0;
	color: inherit;
	position: relative;
	z-index: 1
}
.hs_btn_wrapper li a:focus {
	outline: 0
}
.hs_btn_wrapper li a>span {
	vertical-align: middle
}
.hs_btn_wrapper li .hs_btn_hover {
	border-radius: 50px;
	background: orange;
	color: #841a08;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}
.hs_btn_wrapper li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: .4;
	-webkit-transform: scale3d(.8, .5, 1);
	transform: scale3d(.8, .5, 1)
}
.hs_btn_wrapper li .hs_btn_hover:hover {
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	color: #841a08;
	background-color: orange;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards
}
.hs_btn_wrapper li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(.8, .8, 1);
		transform: scale3d(.8, .8, 1)
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(.8, .8, 1);
		transform: scale3d(.8, .8, 1)
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.hs_effect_btn li a {
	width: 180px;
	border: none;
	background: 0 0;
	color: inherit;
	position: relative;
	z-index: 1
}
.cc_cart_cont_wrapper h4 a,
.cc_cart_cont_wrapper h5,
.cc_cart_total_wrapper h4 {
	font-family: Lato, sans-serif
}
.hs_effect_btn li a:focus {
	outline: 0
}
.hs_effect_btn li .hs_btn_hover {
	border-radius: 50px;
	background: orange;
	color: #fff;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}
.hs_effect_btn li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: .4;
	-webkit-transform: scale3d(.8, .5, 1);
	transform: scale3d(.8, .5, 1)
}
.hs_effect_btn li .hs_btn_hover:hover {
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	color: #841c0f;
	background-color: orange;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards
}
.hs_profile_model button,
.modal-body button {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_effect_btn li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards
}
a {
	color: #797979;
	text-decoration: none
}
a:focus,
a:hover {
	color: #707070;
	text-decoration: none;
	outline: 0
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	font-weight: 400;
	color: #222;
	margin: 0;
	padding: 0
}
p {
	margin: 0;
	text-align: justify
}
button,
input,
select,
textarea {
	outline: 0
}
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0;
	box-shadow: none
}
ul {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	text-align: center;
	display: inline-block
}
#preloader,
.hs_main_menu li:last-child:after {
	display: none
}
#preloader {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2147483647;
	background-color: #323232
}
#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}
.hs_top_header_main_Wrapper {
	float: left;
	width: 100%;
	background: #ffffff;
	padding-top: 8px;
	padding-bottom: 10px;
	position: relative;
}
.hs_header_logo_left,
.hs_header_logo_right {
	float: left;
	width: 50%;
}
.hs_logo_wrapper {
	float: left
}
.hs_logo_wrapper .logo-icon {
	float: left;
	width: 110px
}
.hs_logo_wrapper .logo-right {
	float: right;
	width: 340px;
	padding: 15px 0
}
.hs_header_add_wrapper {
	float: left;
	width: 220px;
	margin-left: 20px
}
.hs_header_add_icon {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #ededed;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #fff
}
.hs_header_add_icon_cont {
	float: left;
	width: calc(100% - 50px);
	padding-top: 7px;
	padding-left: 15px
}
.hs_header_add_icon_cont h5 {
	font-size: 16px;
	color: #fff
}
.hs_header_add_icon_cont p {
	color: #fff;
	font-size: 14px
}
.hs_btn_wrapper {
	float: right
}
.hs_btn_wrapper p {
	text-align: center;
	/* font-size: 1.1em; */
	/* font-weight: 800; */
	line-height: 1.6;
	color: black;
	padding-top: 19px;
	font-family: 'Nova Slim', cursive;
	font-size: 16px;
	font-weight: 700;
}
.hs_top_user_profile {
	float: right;
	padding-left: 20px;
	position: relative
}
.hs_top_user_profile img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	cursor: pointer
}
.hs_top_user_profile p {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background: #71c386;
	font-size: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	margin-left: 34px;
	margin-top: -15px;
	cursor: pointer
}
.hs_profile_model {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	display: none;
	z-index: 1000
}
.hs_profile_model input {
	float: left;
	width: calc(100% - 60px);
	padding: 0 10px;
	height: 120px;
	border: 1px solid #e1e1e1;
	border-right: 0;
	font-size: 30px;
	color: #000
}
.hs_profile_model button {
	width: 60px;
	height: 120px;
	color: #000;
	border: 1px solid #e1e1e1;
	border-left: none;
	background-color: #fff;
	text-align: center;
	padding: 0;
	font-size: 24px;
	transition: all .5s
}
.modal-body button,
.modal-header {
	background: #841c0f;
	text-align: center
}
.modal-body {
	padding-top: 30px;
	padding-bottom: 20px;
	border: 1px dashed #841c0f;
	border-top: 0;
	border-bottom: 0
}
.modal-footer {
	padding-bottom: 30px;
	border: 1px dashed #841c0f;
	border-top: 0
}
.modal-body input,
textarea {
	width: 100%;
	padding-left: 20px
}
.modal-body input:nth-child(2),
input:nth-child(3),
textarea {
	margin-top: 20px
}
.modal-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase
}
.modal-body input {
	width: 100%;
	height: 50px;
	color: #555;
	border: 1px solid #acacac
}
.modal-body textarea {
	color: #555;
	padding: 10px 20px
}
.modal-body button {
	margin-top: 20px;
	float: left;
	width: 170px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s
}
.hs_main_menu a,
.modal-body button:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.modal-body button:hover {
	background: 0 0;
	border: 1px solid #841c0f;
	color: #841c0f;
	transition: all .5s
}
.modal-footer button {
	background: 0 0;
	border: 0;
	color: #841c0f
}
.modal-footer button:focus,
.modal-footer button:hover {
	background: 0 0;
	color: #841c0f;
	outline: 0
}
.hs_navigation_header_wrapper {
	float: left;
	width: 100%;
	background: #007524;
	position: relative;
}
.hs_main_menu li {
	float: left;
	position: relative
}
.hs_main_menu li:after {
	content: '';
	border: 1px solid rgba(132, 26, 8, .51);
	height: 20px;
	position: absolute;
	right: -1px;
	top: 14px
}
.hs_main_menu,
.hs_main_menu a {
	text-align: center;
	display: inline-block
}
.hs_main_menu {
	flex-direction: column;
	justify-content: space-between;
	overflow: visible;
	position: relative;
	width: 100%
}
.hs_main_menu a {
	padding: 9px 17px;
	color: #ffffff;
	font-size: 13px;
	transition: all .5s;
	font-family: 'Nova Slim', cursive;
	text-transform: uppercase;
}
.dropdown-wrapper:hover>.menu-button,
.hs_main_menu a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	color: #fff
}
.hs_main_menu .drop-menu a {
	padding: .49em 1em .49em 20px;
	text-align: left;
	line-height: 20px
}
.hs_main_menu .drop-menu a:hover {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}
.hs_main_menu a:hover {
	background: #841a08;
	transition: all .5s
}
.drop-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: max-height .4s, opacity .3s;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute
}
.drop-menu>.menu-button {
	height: 100%;
	transition: transform .4s;
	transform: translateY(-300%);
	background: black;
	float: left;
	width: 100%;
}
.dropdown-wrapper:hover>.menu-button {
	background: #841a08;
	transition: all .5s
}
.cc_cart_cont_wrapper h4 a,
.hs_navi_cart_wrapper:hover>.menu-button {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.dropdown-wrapper .drop-menu {
	width: 200px
}
.dropdown-wrapper:hover .drop-menu {
	max-height: 500px;
	opacity: 1;
	z-index: 1000
}
.dropdown-wrapper:hover>.drop-menu .menu-button {
	transform: translateY(0)
}
.hs_navi_searchbar_wrapper {
	float: left;
	width: calc(100% - 80px)
}
.hs_navi_cart_wrapper {
	float: left;
	width: 80px;
	cursor: pointer
}
.hs_navi_searchbar_wrapper input {
	width: calc(100% - 50px);
	float: left;
	height: 73px;
	background: 0 0;
	padding-left: 20px;
	color: #fff;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, .30196078431372547)
}
.hs_navi_searchbar_wrapper input::placeholder {
	color: #841a08
}
.hs_navi_searchbar_wrapper input:-ms-input-placeholder {
	color: #841a08
}
.hs_navi_searchbar_wrapper input::-ms-input-placeholder {
	color: #841a08
}
.hs_navi_searchbar_wrapper button {
	float: left;
	width: 50px;
	height: 73px;
	background: 0 0;
	color: #fff;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, .30196078431372547)
}
.cc_cart_wrapper1 {
	padding: 25px!important
}
.hs_navi_cart_wrapper .menu-button {
	padding: 25px 0;
	text-align: center
}
.hs_navi_cart_wrapper .drop-menu {
	top: 100%;
	right: 16px;
	width: 342px
}
.hs_navi_cart_wrapper a i:before {
	color: #fff;
	margin-left: 0;
	font-size: 22px
}
.hs_navi_cart_wrapper .dropdown-wrapper:hover>.menu-button {
	background: 0 0
}
.hs_navi_cart_wrapper:hover>.menu-button {
	background: #ff2f0b;
	transition: all .5s
}
.hs_navi_cart_wrapper a i {
	position: relative
}
.hs_navi_cart_wrapper a span {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	line-height: 15px;
	float: left;
	color: #fff;
	font-size: 10px;
	position: absolute;
	margin-top: -6px;
	margin-left: -5px
}
.cc_cart_wrapper1,
.cc_cart_wrapper2 {
	width: 100%;
	padding-bottom: 25px;
	padding-left: 30px;
	float: left
}
.menu_fixed {
	position: fixed;
	background: #007524;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	z-index: 1000;
	left: 0;
	right: 0;
}
.cc_cart_wrapper1 {
	border-bottom: 1px solid rgba(255, 255, 255, .28)
}
.cc_cart_wrapper2 {
	padding-top: 25px;
	border-bottom: 1px solid #ff2f0b
}
.cc_cart_img_wrapper {
	float: left;
	width: 80px
}
.cc_cart_cont_wrapper {
	width: calc(100% - 80px);
	float: left;
	padding-left: 20px;
	padding-top: 11px;
	position: relative
}
.cc_cart_cont_wrapper h4 {
	text-align: left
}
.cc_cart_cont_wrapper h4 a {
	color: #fff!important;
	font-size: 18px;
	padding: 0!important;
	margin-top: 10px;
	transition: all .5s
}
.cc_cart_btn .cart_btn1,
.cc_cart_cont_wrapper h4 a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.cc_cart_cont_wrapper h4 a:hover {
	color: #ff2f0b!important;
	transition: all .5s
}
.cc_cart_cont_wrapper p {
	color: #fff;
	font-size: 14px;
	padding-top: 3px;
	float: left
}
.cc_cart_cont_wrapper h5 {
	float: right;
	padding-right: 35px;
	color: #fff;
	font-size: 18px;
	margin-top: -9px
}
.cc_cart_total_wrapper {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff
}
.cc_cart_total_wrapper h4 {
	font-size: 16px;
	display: inline-block;
	color: #000;
	text-transform: uppercase
}
.cc_cart_total_wrapper h4 b {
	color: #1887e5
}
.cc_cart_btn_wrapper {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 25px
}
.cc_cart_btn .cart_btn1,
.cc_cart_btn .cart_btn2 {
	width: 145px;
	height: 40px;
	line-height: 33px;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	float: left
}
.cc_cart_btn {
	display: inline-block
}
.cc_cart_btn .cart_btn1 {
	background: #1887e5;
	color: #fff;
	border-radius: 2px;
	transition: all .5s;
	border: 2px solid transparent
}
.cc_cart_btn .cart_btn1:hover,
.cc_cart_btn .cart_btn2 {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.cc_cart_btn .cart_btn1:hover {
	background: 0 0;
	border: 2px solid #1887e5;
	color: #fff;
	transition: all .5s
}
.cc_cart_btn .cart_btn2 {
	margin-left: 20px;
	background: #fff;
	color: #000;
	border-radius: 2px;
	transition: all .5s;
	border: 2px solid transparent
}
.carousel-nevigation>.prev,
.cc_cart_btn .cart_btn2:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.cc_cart_btn .cart_btn2:hover {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff;
	transition: all .5s
}
.cc_cart_cont_wrapper li a {
	float: left;
	width: 40px;
	height: 20px;
	background: red
}
.cc_cart_cont_wrapper button.close {
	color: #fff!important;
	position: absolute;
	right: 8px;
	opacity: .7;
	top: 20px
}
.slider-area {
	float: left;
	width: 100%;
	position: relative;
	box-shadow: 0 4px 12px #d29696
}
.slider-area .carousel-inner .item .caption-1 {

	position: relative;
	height: 500px;
}
.slider-area .carousel-inner .item .caption-2 {
	
	position: relative;
height: 500px
}
.slider-area .carousel-inner .item .caption-3 {
	
	position: relative;
	min-height: 500px
}
.slider-area .carousel-inner .item .carousel-captions:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, .8)*/
}
.slider-area .carousel-inner .item .carousel-captions .content {
	display: block;
	position: relative;
	z-index: 999;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 50px
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs {
	display: block;
	position: relative;
	z-index: 999;
	padding: 20px;
	overflow: hidden;
	vertical-align: middle;
	margin-top: 60px;
	margin-bottom: 60px;
	background: 0 0
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs .title {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase
}
.slider-area .carousel-inner .item .carousel-captions .content h1 {
	animation-delay: .5s;
	margin: 0 0 10px
}
.slider-area .carousel-inner .item .carousel-captions .content h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 0;
	line-height: 1.4;
	margin: 0 0 20px;
	animation-delay: 1.5s;
	text-transform: uppercase
}
.slider-area .carousel-inner .item .carousel-captions .content h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 0;
	margin: 0 0 20px;
	animation-delay: 1.5s;
	text-transform: uppercase
}
.slider-area .carousel-inner .item .carousel-captions .content h2 span {
	font-weight: 700
}
.slider-area .carousel-inner .item .carousel-captions .content p {
	font-size: 20px;
	color: #fff;
	margin: 0 0 30px;
	animation-delay: 2.5s
}
.slider-area .carousel-inner .item .carousel-captions .content li {
	animation-delay: 3.2s
}
.slider-area .carousel-inner .carousel-indicators {
	display: none
}
.slider-area .carousel-inner .carousel-indicators li {
	text-indent: 0;
	position: relative;
	width: 10px;
	height: 25px;
	background-color: transparent;
	display: block;
	border: none;
	cursor: pointer;
	font-size: 16px;
	margin: 10px 0 0;
	color: #fff;
	font-family: Poppins, sans-serif;
	text-align: left;
	background: rgba(255, 255, 255, .42);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}
.slider-area .carousel-inner .carousel-indicators li span.number {
	display: inline-block
}
.slider-area .carousel-inner .carousel-indicators li span.con {
	display: inline-block;
	position: relative;
	padding-left: 42px
}
.slider-area .carousel-inner .carousel-indicators li span.con:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: #cf9c67;
	width: 26px
}
.slider-area .carousel-inner .carousel-indicators li.active {
	background: #841c0f;
	width: 10px;
	height: 25px
}
.slider-area .carousel-inner .carousel-indicators li:first-child {
	margin-top: 0
}
.carousel-nevigation {
	position: absolute;
	top: 50%;
	float: left;
	width: 100%
}
.carousel-nevigation>.next,
.carousel-nevigation>.prev {
	position: absolute;
	width: 60px;
	height: 90px;
	background: Orange;
	padding-top: 26px
}
.carousel-nevigation>.prev {
	left: -138px;
	transition: all .5s
}
.carousel-nevigation>.next,
.slider-area:hover .carousel-nevigation>.prev {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.carousel-nevigation>.next {
	right: -138px;
	transition: all .5s
}
.carousel-nevigation>.next span,
.carousel-nevigation>.prev span {
	width: calc(100% - 35px);
	line-height: 17px;
	float: left;
	font-weight: 700
}
.slider-area:hover .carousel-nevigation>.prev {
	left: 0;
	transition: all .5s
}
.slider-area:hover .carousel-nevigation>.next {
	right: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.carousel-nevigation>.next:hover,
.carousel-nevigation>.prev:hover {
	color: #841c0f;
	background: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.carousel-nevigation>.prev i {
	float: left;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding-left: 23px
}
.carousel-nevigation>.prev span {
	color: #fff;
	font-size: 16px
}
.carousel-nevigation>.next i {
	float: left;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding-left: 23px
}
.carousel-nevigation>.next span {
	color: #fff;
	font-size: 16px;
	text-align: right
}
.hs_slider_right_tabs_wrapper {
	float: left;
	width: 100%;
	animation-delay: 3.5s
}
.hs_slider_tab_one {
	animation-delay: 3.7s
}
.hs_slider_tab_tow {
	animation-delay: 3.9s
}
.hs_slider_tab_three {
	animation-delay: 4.1s
}
.hs_slider_tab_four {
	animation-delay: 4.3s
}
.hs_slider_tab_fifth {
	animation-delay: 4.6s
}
.hs_slider_tab_six {
	animation-delay: 4.9s
}
.hs_slider_right_tabs_wrapper2 {
	margin-top: 20px
}
.hs_slider_tabs_icon_wrapper {
	float: left;
	width: 80px;
	height: 80px;
	border: 8px solid rgba(255, 255, 255, .23137254901960785);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.hs_slider_tabs_icon_wrapper i {
	width: 65px;
	height: 65px;
	float: left;
	text-align: center;
	line-height: 65px;
	background: #841c0f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_slider_tabs_icon_wrapper i:before {
	margin-left: 0;
	color: #fff;
	font-size: 40px
}
.hs_slider_tabs_icon_cont_wrapper {
	float: left;
	width: calc(100% - 80px);
	padding-top: 15px;
	padding-left: 15px
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: rgba(255, 255, 255, .21);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
	background: #ff2f0b;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
	background: #ff2f0b!important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_title_main_wrapper {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -106px
}
.hs_title_box_main_wrapper {
	float: left;
	width: 100%;
	overflow: hidden
}
.hs_title_img_wrapper {
	float: left;
	width: 100%;
	position: relative
}
.hs_title_img_wrapper img {
	width: 100%
}
.hs_title_img_cont_wrapper {
	float: left;
	width: 100%;
	padding: 30px;
	border: 1px dashed #cecece;
	border-top: 0
}
.hs_title_img_cont_wrapper h2 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px
}
.hs_title_img_cont_wrapper h2 a {
	color: #222;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_title_box_main_wrapper:hover .hs_title_img_cont_wrapper h2 a {
	color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_title_img_cont_wrapper h5 a i,
.hs_title_img_cont_wrapper h5 a:hover i {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_title_img_cont_wrapper h5 a {
	font-size: 16px;
	color: #841c0f;
	padding-top: 20px;
	float: left
}
.hs_title_img_cont_wrapper h5 a i {
	position: relative;
	top: 2px;
	transition: all .5s
}
.hs_title_img_cont_wrapper h5 a:hover i {
	padding-left: 5px;
	transition: all .5s
}
.hs_title_box_main_wrapper:hover .hs_title_img_wrapper li,
.hs_title_img_wrapper li {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_title_img_wrapper li {
	float: left;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #841c0f;
	color: #fff;
	position: absolute;
	font-size: 22px;
	font-weight: 700;
	top: 30px;
	left: -100px;
	transition: all .5s
}
.hs_title_box_main_wrapper:hover .hs_title_img_wrapper li {
	left: 0;
	transition: all .5s
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper i,
.hs_sign_left_tabs_wrapper li .hs_tabs_btn {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	float: left
}
.hs_about_indx_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px
}
.hs_about_heading_main_wrapper {
	float: left;
	width: 100%;
	text-align: center
}
.hs_about_heading_wrapper {
	float: left;
	width: 100%;
	display: inline-block
}
.hs_about_heading_wrapper h2 {
	font-size: 40px;
	font-weight: 100;
	color: #000000;
	text-transform: uppercase;
}
.hs_about_heading_wrapper h2 span {
	font-weight: 700
}
.hs_about_heading_wrapper h4,
.hs_about_heading_wrapper p {
	color: #000;
	padding-top: 10px;
	text-align: justify;
	/* font-family: 'Nova Slim', cursive; */
	font-family: calibri;
	font-size: 17px;
	line-height: 30px;
}
.hs_about_heading_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #fff;
	display: inline-block;
	position: relative
}
.hs_about_heading_wrapper h4 span:after,
.hs_about_heading_wrapper h4 span:before {
	border: 1px solid #d8d8d8;
	width: 20px;
	position: absolute;
	top: 3px;
	content: ''
}
.hs_about_heading_wrapper h4 span:after {
	left: 15px
}
.hs_about_heading_wrapper h4 span:before {
	right: 15px
}
.hs_about_left_img_wrapper {
	float: left;
	width: 100%;
	margin-top: 159px
}
.hs_about_left_img_wrapper img {
	width: 100%;
	border-radius: 10px;
	border: 10px solid #fff;
	/*animation:pawan linear 25s infinite*/
}
.hs_about_right_cont_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_about_right_cont_wrapper p {
	line-height: 2;
	font-size: 22px;
	font-family: Kalam
}
.hs_about_right_cont_wrapper h2 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 40px
}
.hs_about_right_cont_wrapper h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding-top: 30px
}
.hs_about_right_cont_wrapper h1 {
	font-size: 50px;
	font-weight: 700;
	color: #000;
	padding-top: 30px;
}
.hs_about_btn {
	margin-top: 40px
}
.hs_sign_main_wrapper {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_sign_heading_wrapper {
	float: left;
	width: 100%
}
.hs_sign_left_wrapper {
	float: left;
	width: 25%;
	margin-top: 60px;
	position: relative
}
.hs_sign_center_wrapper {
	float: left;
	width: 49%;
	margin-top: 110px
}
.hs_sign_right_wrapper {
	float: left;
	width: 26%;
	margin-top: 60px;
	position: relative
}
.hs_sign_left_tabs_wrapper_2 {
	margin-top: 25px;
	float: left;
	width: 100%
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper {
	float: left;
	width: 100px;
	height: 100px;
	border: 8px solid #894142;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper img {
	width: 100%;
	background: 0 0;
	border: 1px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper i {
	width: 65px;
	height: 65px;
	display: none;
	text-align: center;
	line-height: 65px;
	background: #841c0f;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_cycle_img img,
.hs_cycle_img:after {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper i:before {
	margin-left: 0;
	color: #000;
	font-size: 40px
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper {
	float: left;
	width: calc(100% - 186px);
	padding-top: 15px;
	padding-left: 15px
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper li:last-child {
	font-size: 16px
}
.hs_sign_left_tabs_wrapper li .hs_tabs_btn {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding: 5px 0;
	transition: all .5s
}
.hs_tab_shap1 svg,
.hs_tab_shap2 svg {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_wrapper .hs_slider_tabs_icon_cont_wrapper {
	float: left;
	width: calc(100% - 170px);
	padding-top: 15px;
	padding-right: 15px
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper ul,
.hs_sign_right_wrapper .hs_slider_tabs_icon_cont_wrapper ul {
	margin-top: 25px
}
.hs_cycle_main_wrapper {
	float: left;
	margin-left: 55px;
	margin-top: 116px
}
.hs_cycle_img {
	position: relative
}
.hs_cycle_img:after {
	content: '';
	position: absolute;
	width: 295px;
	height: 295px;
	left: 0;
	top: 0;
	border-radius: 100%
}
.hs_cycle_img span {
	position: absolute;
	top: 39px;
	left: 37px
}
.pulse {
	margin: 100px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(105, 16, 20, .47);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(204, 169, 44, .4);
	animation: pulse 2s infinite
}
.pulse:hover {
	animation: none
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(55, 164, 221, .51)
	}
	70% {
		-webkit-box-shadow: 0 0 0 25px rgba(204, 169, 44, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(55, 164, 221, .51);
		box-shadow: 0 0 0 0 rgba(55, 164, 221, .51)
	}
	70% {
		-moz-box-shadow: 0 0 0 25px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 25px rgba(204, 169, 44, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}
.hs_cycle_img img {
	border-radius: 100%;
	width: 355px;
	height: 355px;
	position: relative
}
.hs_tab_shap1 svg {
	fill: #91c8cb;
	transition: all .5s
}
.hs_tab_shap2 svg {
	fill: #c1aa36;
	transition: all .5s
}
.hs_tab_shap3 svg,
.hs_tab_shap4 svg {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_tab_shap3 svg {
	fill: #c48c59;
	transition: all .5s
}
.hs_tab_shap4 svg {
	fill: #c95854;
	transition: all .5s
}
.hs_tab_shap5 svg,
.hs_tab_shap6 svg {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_tab_shap5 svg {
	fill: #c06175;
	transition: all .5s
}
.hs_tab_shap6 svg {
	fill: #9d4e69;
	transition: all .5s
}
.hs_tab_shap7 svg,
.hs_tab_shap8 svg {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_tab_shap7 svg {
	fill: #b099b6;
	transition: all .5s
}
.hs_tab_shap8 svg {
	fill: #8da1c0;
	transition: all .5s
}
.hs_tab_shap10 svg,
.hs_tab_shap9 svg {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_tab_shap9 svg {
	fill: #91c8cb;
	transition: all .5s
}
.hs_tab_shap10 svg {
	fill: #618967;
	transition: all .5s
}
.hs_tab_shap11 svg,
.hs_tab_shap12 svg {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_tab_shap11 svg {
	fill: #cc9127;
	transition: all .5s
}
.hs_tab_shap12 svg {
	fill: #8c8b3b;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper1 span,
.hs_sign_left_tabs_border_wrapper1 span:after {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_tab_shap1 p,
.hs_tab_shap10 p,
.hs_tab_shap11 p,
.hs_tab_shap12 p,
.hs_tab_shap2 p,
.hs_tab_shap3 p,
.hs_tab_shap4 p,
.hs_tab_shap5 p,
.hs_tab_shap6 p,
.hs_tab_shap7 p,
.hs_tab_shap8 p,
.hs_tab_shap9 p {
	position: absolute;
	color: #fff;
	top: 18px
}
.hs_tab_shap1 {
	position: absolute;
	-moz-transform: rotate(-62deg);
	-webkit-transform: rotate(-62deg);
	-o-transform: rotate(-62deg);
	-ms-transform: rotate(-62deg);
	transform: rotate(-62deg);
	top: 29px;
	left: 35px;
	z-index: 1
}
.hs_tab_shap2 {
	position: absolute;
	-moz-transform: rotate(-31deg);
	-webkit-transform: rotate(-31deg);
	-o-transform: rotate(-31deg);
	-ms-transform: rotate(-31deg);
	transform: rotate(-31deg);
	top: 1px;
	left: 87px;
	z-index: 1
}
.hs_tab_shap3 {
	position: absolute;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
	top: 3px;
	left: 146px;
	z-index: 1
}
.hs_tab_shap4 {
	position: absolute;
	-moz-transform: rotate(29deg);
	-webkit-transform: rotate(29deg);
	-o-transform: rotate(29deg);
	-ms-transform: rotate(29deg);
	transform: rotate(29deg);
	top: 35px;
	left: 196px;
	z-index: 1
}
.hs_tab_shap5 {
	position: absolute;
	-moz-transform: rotate(57deg);
	-webkit-transform: rotate(57deg);
	-o-transform: rotate(57deg);
	-ms-transform: rotate(57deg);
	transform: rotate(57deg);
	top: 87px;
	left: 224px;
	z-index: 1
}
.hs_tab_shap6 {
	position: absolute;
	-moz-transform: rotate(88deg);
	-webkit-transform: rotate(88deg);
	-o-transform: rotate(88deg);
	-ms-transform: rotate(88deg);
	transform: rotate(88deg);
	top: 145px;
	left: 223px;
	z-index: 1
}
.hs_tab_shap7 {
	position: absolute;
	-moz-transform: rotate(118deg);
	-webkit-transform: rotate(118deg);
	-o-transform: rotate(118deg);
	-ms-transform: rotate(118deg);
	transform: rotate(118deg);
	top: 195px;
	left: 193px;
	z-index: 1
}
.hs_tab_shap8 {
	position: absolute;
	-moz-transform: rotate(148deg);
	-webkit-transform: rotate(148deg);
	-o-transform: rotate(148deg);
	-ms-transform: rotate(148deg);
	transform: rotate(148deg);
	top: 223px;
	left: 142px;
	z-index: 1
}
.hs_tab_shap9 {
	position: absolute;
	-moz-transform: rotate(179deg);
	-webkit-transform: rotate(179deg);
	-o-transform: rotate(179deg);
	-ms-transform: rotate(179deg);
	transform: rotate(179deg);
	top: 222px;
	left: 83px;
	z-index: 1
}
.hs_tab_shap10 {
	position: absolute;
	-moz-transform: rotate(209deg);
	-webkit-transform: rotate(209deg);
	-o-transform: rotate(209deg);
	-ms-transform: rotate(209deg);
	transform: rotate(209deg);
	top: 191px;
	left: 32px;
	z-index: 1
}
.hs_tab_shap11 {
	position: absolute;
	-moz-transform: rotate(238deg);
	-webkit-transform: rotate(238deg);
	-o-transform: rotate(238deg);
	-ms-transform: rotate(238deg);
	transform: rotate(238deg);
	top: 140px;
	left: 4px;
	z-index: 1
}
.hs_tab_shap12 {
	position: absolute;
	-moz-transform: rotate(267deg);
	-webkit-transform: rotate(267deg);
	-o-transform: rotate(267deg);
	-ms-transform: rotate(267deg);
	transform: rotate(267deg);
	top: 80px;
	left: 5px;
	z-index: 1
}
.hs_sign_left_tabs_border_wrapper1 span {
	top: 58px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper1 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 228px;
	left: 2px;
	-moz-transform: rotate(201deg);
	-webkit-transform: rotate(201deg);
	-o-transform: rotate(201deg);
	-ms-transform: rotate(201deg);
	transform: rotate(201deg);
	top: 47px;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper1 span:before,
.hs_sign_left_tabs_border_wrapper2 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_left_tabs_border_wrapper1 span:before {
	content: '';
	border: 1px dashed #fff;
	width: 36px;
	-moz-transform: rotate(231deg);
	-webkit-transform: rotate(231deg);
	-o-transform: rotate(231deg);
	-ms-transform: rotate(231deg);
	transform: rotate(231deg);
	top: 103px;
	left: 218px;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper2 span {
	top: 82px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper2 span:after,
.hs_sign_left_tabs_border_wrapper3 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_left_tabs_border_wrapper2 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 173px;
	left: 8px;
	-moz-transform: rotate(193deg);
	-webkit-transform: rotate(193deg);
	-o-transform: rotate(193deg);
	-ms-transform: rotate(193deg);
	transform: rotate(193deg);
	top: 24px;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper3 span {
	top: 80px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper3 span:after,
.hs_sign_left_tabs_border_wrapper4 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_left_tabs_border_wrapper3 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 136px;
	left: 8px;
	-moz-transform: rotate(181deg);
	-webkit-transform: rotate(181deg);
	-o-transform: rotate(181deg);
	-ms-transform: rotate(181deg);
	transform: rotate(181deg);
	top: 5px;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper4 span {
	top: 80px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper4 span:after,
.hs_sign_left_tabs_border_wrapper5 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_left_tabs_border_wrapper4 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 141px;
	left: 8px;
	-moz-transform: rotate(169deg);
	-webkit-transform: rotate(169deg);
	-o-transform: rotate(169deg);
	-ms-transform: rotate(169deg);
	transform: rotate(169deg);
	top: -9px;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper5 span {
	top: 72px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper5 span:after,
.hs_sign_left_tabs_border_wrapper6 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_left_tabs_border_wrapper5 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 193px;
	left: 5px;
	-moz-transform: rotate(160deg);
	-webkit-transform: rotate(160deg);
	-o-transform: rotate(160deg);
	-ms-transform: rotate(160deg);
	transform: rotate(160deg);
	top: -30px;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper6 span {
	top: 71px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper6 span:after,
.hs_sign_left_tabs_border_wrapper6 span:before {
	border: 1px dashed #fff;
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	content: ''
}
.hs_sign_left_tabs_border_wrapper6 span:after {
	width: 245px;
	left: -2px;
	-moz-transform: rotate(154deg);
	-webkit-transform: rotate(154deg);
	-o-transform: rotate(154deg);
	-ms-transform: rotate(154deg);
	transform: rotate(154deg);
	top: -53px;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper6 span:before {
	width: 60px;
	-moz-transform: rotate(132deg);
	-webkit-transform: rotate(132deg);
	-o-transform: rotate(132deg);
	-ms-transform: rotate(132deg);
	transform: rotate(132deg);
	top: -132px;
	left: 223px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper1 span,
.hs_sign_right_tabs_border_wrapper1 span:after {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_tabs_border_wrapper1 span {
	top: 58px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper1 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 222px;
	left: -215px;
	-moz-transform: rotate(160deg);
	-webkit-transform: rotate(160deg);
	-o-transform: rotate(160deg);
	-ms-transform: rotate(160deg);
	transform: rotate(160deg);
	top: 43px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper1 span:before,
.hs_sign_right_tabs_border_wrapper2 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_tabs_border_wrapper1 span:before {
	content: '';
	border: 1px dashed #fff;
	width: 45px;
	-moz-transform: rotate(132deg);
	-webkit-transform: rotate(132deg);
	-o-transform: rotate(132deg);
	-ms-transform: rotate(132deg);
	transform: rotate(132deg);
	top: 98px;
	left: -247px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper2 span {
	top: 82px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper2 span:after,
.hs_sign_right_tabs_border_wrapper3 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_tabs_border_wrapper2 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 176px;
	left: -175px;
	-moz-transform: rotate(166deg);
	-webkit-transform: rotate(166deg);
	-o-transform: rotate(166deg);
	-ms-transform: rotate(166deg);
	transform: rotate(166deg);
	top: 27px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper3 span {
	top: 80px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper3 span:after,
.hs_sign_right_tabs_border_wrapper4 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_tabs_border_wrapper3 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 145px;
	left: -139px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 4px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper4 span {
	top: 75px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper4 span:after,
.hs_sign_right_tabs_border_wrapper5 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_tabs_border_wrapper4 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 145px;
	left: -139px;
	-moz-transform: rotate(196deg);
	-webkit-transform: rotate(196deg);
	-o-transform: rotate(196deg);
	-ms-transform: rotate(196deg);
	transform: rotate(196deg);
	top: -16px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper5 span {
	top: 70px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper5 span:after,
.hs_sign_right_tabs_border_wrapper6 span {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_tabs_border_wrapper5 span:after {
	content: '';
	border: 1px dashed #fff;
	width: 184px;
	left: -175px;
	-moz-transform: rotate(205deg);
	-webkit-transform: rotate(205deg);
	-o-transform: rotate(205deg);
	-ms-transform: rotate(205deg);
	transform: rotate(205deg);
	top: -37px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper6 span {
	top: 70px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper6 span:after,
.hs_sign_right_tabs_border_wrapper6 span:before {
	content: '';
	border: 1px dashed #fff;
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_sign_right_tabs_border_wrapper6 span:after {
	width: 216px;
	left: -201px;
	-moz-transform: rotate(210deg);
	-webkit-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
	top: -52px;
	transition: all .5s
}
.hs_sign_right_tabs_border_wrapper6 span:before {
	width: 76px;
	-moz-transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	top: -134px;
	left: -254px;
	transition: all .5s
}
.hs_sign_left_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
	background: #ff2f0b;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_sign_left_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
	color: #ff2f0b!important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper1:hover span,
.hs_sign_left_tabs_border_wrapper2:hover span,
.hs_sign_left_tabs_border_wrapper3:hover span,
.hs_sign_left_tabs_border_wrapper4:hover span,
.hs_sign_left_tabs_border_wrapper5:hover span,
.hs_sign_left_tabs_border_wrapper6:hover span,
.hs_sign_right_tabs_border_wrapper1:hover span,
.hs_sign_right_tabs_border_wrapper2:hover span,
.hs_sign_right_tabs_border_wrapper3:hover span,
.hs_sign_right_tabs_border_wrapper4:hover span,
.hs_sign_right_tabs_border_wrapper5:hover span,
.hs_sign_right_tabs_border_wrapper6:hover span {
	background: #ff2f0b;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_sign_left_tabs_border_wrapper1:hover span:after,
.hs_sign_left_tabs_border_wrapper1:hover span:before,
.hs_sign_left_tabs_border_wrapper2:hover span:after,
.hs_sign_left_tabs_border_wrapper2:hover span:before,
.hs_sign_left_tabs_border_wrapper3:hover span:after,
.hs_sign_left_tabs_border_wrapper3:hover span:before,
.hs_sign_left_tabs_border_wrapper4:hover span:after,
.hs_sign_left_tabs_border_wrapper4:hover span:before,
.hs_sign_left_tabs_border_wrapper5:hover span:after,
.hs_sign_left_tabs_border_wrapper5:hover span:before,
.hs_sign_left_tabs_border_wrapper6:hover span:after,
.hs_sign_left_tabs_border_wrapper6:hover span:before,
.hs_sign_right_tabs_border_wrapper1:hover span:after,
.hs_sign_right_tabs_border_wrapper1:hover span:before,
.hs_sign_right_tabs_border_wrapper2:hover span:after,
.hs_sign_right_tabs_border_wrapper2:hover span:before,
.hs_sign_right_tabs_border_wrapper3:hover span:after,
.hs_sign_right_tabs_border_wrapper3:hover span:before,
.hs_sign_right_tabs_border_wrapper4:hover span:after,
.hs_sign_right_tabs_border_wrapper4:hover span:before,
.hs_sign_right_tabs_border_wrapper5:hover span:after,
.hs_sign_right_tabs_border_wrapper5:hover span:before,
.hs_sign_right_tabs_border_wrapper6:hover span:after,
.hs_sign_right_tabs_border_wrapper6:hover span:before {
	border: 1px dashed #ff2f0b;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_tab_shap10:hover svg,
.hs_tab_shap11:hover svg,
.hs_tab_shap12:hover svg,
.hs_tab_shap1:hover svg,
.hs_tab_shap2:hover svg,
.hs_tab_shap3:hover svg,
.hs_tab_shap4:hover svg,
.hs_tab_shap5:hover svg,
.hs_tab_shap6:hover svg,
.hs_tab_shap7:hover svg,
.hs_tab_shap8:hover svg,
.hs_tab_shap9:hover svg {
	fill: #ff2f0b;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_service_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 36px;
	padding-bottom: 100px;
}
.hs_service_main_box_wrapper {
	float: left;
	width: 100%;
	padding: 30px;
	/* min-height: 184px; */
	margin-bottom: 18px;
	text-align: center;
	background: #e2e2e238;
	border: 1px dashed #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.hs_service_icon_wrapper,
.hs_service_icon_wrapper i:before {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_service_icon_main_wrapper {
	display: inline-block;
	border: 1px dashed #cecece;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 10px
}
.hs_service_icon_wrapper {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 90px;
	border: 1px dashed #cecece;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	transition: all .5s
}
.hs_service_icon_wrapper img {
	width: 100%;
	animation: pawan linear 8s infinite
}
.hs_service_icon_wrapper i:before {
	color: #fdfdfc;
	margin-left: 0;
	font-size: 70px;
	transition: all .5s
}
.hs_service_icon_cont_wrapper h2,
.hs_service_icon_cont_wrapper h5 a i {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_service_icon_cont_wrapper {
	float: left;
	width: 100%;
	display: inline-block
}
.hs_service_icon_cont_wrapper h2 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 0px;
	font-family: 'Nova Slim', cursive;
	transition: all .5s;
}
.hs_service_icon_cont_wrapper p {
	color: #fff
}
.hs_service_icon_cont_wrapper h5 a {
	font-size: 16px;
	color: orange;
	padding-top: 20px;
	display: inline-block
}
.hs_service_icon_cont_wrapper h5 a i {
	position: relative;
	top: 2px;
	transition: all .5s
}
#filter li:nth-child(2):after,
#filter li:nth-child(2):before {
	content: '';
	height: 19px;
	top: 14px;
	border: 1px dashed #cecece
}
.hs_service_icon_cont_wrapper h5 a:hover,
.hs_service_icon_cont_wrapper h5 a:hover i {
	padding-left: 5px;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.portfolio-filter ul {
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 30px;
	border: 1px dashed #cecece
}
.III_column {
	margin-top: 30px
}
.portfolio-filter li {
	float: left;
	position: relative
}
#filter li a {
	display: block;
	font-size: 16px;
	cursor: pointer;
	color: #000;
	background: 0 0;
	text-transform: uppercase;
	padding: 10px 25px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
#filter li a.active,
#filter li a:hover,
.btc_step_overlay {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
#filter li a.active,
#filter li a:hover {
	background: #841c0f;
	color: #fff;
	transition: all .5s
}
#filter li:nth-child(2):after {
	position: absolute;
	left: -1px
}
#filter li:nth-child(2):before {
	position: absolute;
	right: -1px
}
.btc_step_overlay {
	position: absolute;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	opacity: 0;
	padding: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_service_main_box_wrapper:hover .btc_step_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 0 0;
	opacity: 1
}
.hs_service_main_box_wrapper:hover .hs_service_icon_wrapper i:before {
	position: relative;
	color: #fff;
	z-index: 100;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_service_main_box_wrapper:hover .hs_service_icon_cont_wrapper h2 {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_news_slider_wrapper .owl-theme .owl-dots .owl-dot span,
.hs_service_main_box_wrapper:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_service_main_box_wrapper:hover {
	transition: all .5s
}
.hs_news_slider_main_wrapper {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 80px
}
.hs_news_slider_bg_wrapper {
	background: url(../images/content/news_slider_bg3.html) center 0 no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 150px 50px 180px
}
.hs_news_slider_bg_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8)
}
.hs_news_slider_wrapper {
	float: left;
	width: 100%;
	text-align: center
}
.hs_news_slider_wrapper .owl-theme .owl-dots {
	position: absolute;
	top: 100%;
	margin: 115px 0 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block
}
.hs_news_slider_wrapper .owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .42);
	transition: all .5s
}
.hs_news_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.hs_news_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #841c0f;
	width: 25px;
	height: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_news_slider_wrapper .owl-theme .owl-nav {
	display: none
}
.hs_news_slider_cont_wrapper {
	float: left;
	width: 100%;
	display: inline-block
}
.hs_news_slider_cont_wrapper h2 {
	font-size: 32px;
	color: #fff;
	font-family: Norican, cursive
}
.hs_news_slider_cont_wrapper h3 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 40px
}
.hs_news_slider_cont_wrapper p {
	color: rgba(255, 255, 255, .8);
	padding-top: 30px
}
.hs_news_slider_btn_wrapper {
	display: inline-block;
	margin-top: 40px
}
.hs_latest_news_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_lest_news_box_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_lest_news_img_wrapper {
	position: relative;
	overflow: hidden
}
.hs_lest_news_img_wrapper img {
	width: 100%
}
.hs_lest_news_date_wrapper {
	width: 70px;
	height: 70px;
	background: #841c0f;
	text-align: center;
	position: absolute;
	bottom: -94px;
	right: 30px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_lest_news_date_wrapper p {
	font-size: 24px;
	color: #fff;
	font-weight: 700
}
.hs_lest_news_date_wrapper ul {
	padding-top: 10px
}
.hs_lest_news_date_wrapper li:first-child {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 5px
}
.hs_lest_news_date_wrapper li:last-child {
	font-size: 22px;
	color: #fff
}
.hs_lest_news_cont_wrapper {
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px dashed #cecece;
	border-top: 0;
	border-bottom: 0
}
.hs_lest_news_cont_wrapper h5 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	line-height: 28px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_lest_news_cont_wrapper p {
	padding-top: 20px
}
.hs_lest_news_cont_wrapper h4 {
	padding-top: 30px;
	padding-bottom: 30px
}
.hs_lest_news_cont_bottom {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px dashed #cecece
}
.hs_lest_news_cont_bottom_center,
.hs_lest_news_cont_bottom_left,
.hs_lest_news_cont_bottom_right {
	width: 33.33%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	text-align: center
}
.hs_lest_news_cont_bottom_left p,
.hs_lest_news_cont_bottom_right p {
	margin: 0
}
.hs_lest_news_cont_bottom_left p i,
.hs_lest_news_cont_bottom_right p i {
	color: #841c0f
}
.hs_lest_news_cont_bottom_center p a,
.hs_lest_news_cont_bottom_left p a,
.hs_lest_news_cont_bottom_right p a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_lest_news_cont_bottom_center p a:hover,
.hs_lest_news_cont_bottom_left p a:hover,
.hs_lest_news_cont_bottom_right p a:hover {
	color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_lest_news_cont_wrapper h4 a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #ff2f0b;
	display: inline-block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_lest_news_cont_wrapper h4 a:hover i {
	padding-left: 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_lest_news_cont_bottom_center {
	position: relative
}
.hs_lest_news_cont_bottom_center:after,
.hs_lest_news_cont_bottom_center:before {
	border: 1px solid #cecece;
	height: 35px;
	position: absolute;
	top: 14px;
	content: ''
}
.hs_lest_news_cont_bottom_center:after {
	left: 0
}
.hs_lest_news_cont_bottom_center:before {
	right: 0
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_date_wrapper {
	bottom: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h4 a,
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h4 a i,
.hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h5 {
	color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_counter_main_wrapper {
	float: left;
	width: 100%;
	text-align: center
}
.hs_counter_cont_wrapper {
	float: left;
	width: 25%;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	border: 1px dashed #cecece;
	border-left: 0
}
.hs_counter_cont_wrapper1 {
	border-left: 1px dashed #cecece
}
.count-description span {
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	border: 1px dashed #cecece;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.hs_main_cycle_main {
	width: 85px;
	height: 85px;
	padding-top: 10px;
	background: #841c0f;
	display: inline-block;
	border: 1px dashed #cecece;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.count-description i {
	font-size: 30px;
	color: #000;
	padding-left: 10px;
	position: relative;
	top: -5px
}
.con1,
.con2,
.con3,
.con4 {
	font-size: 22px;
	color: #000;
	margin-top: 16px
}
.hs_testi_slider_main_wrapper {
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 100px;
}
.hs_testi_slider_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_testi_slider_wrapper .owl-theme .owl-dots {
	position: absolute;
	top: 100%;
	margin: 30px 0 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block
}
.hs_testi_slider_wrapper .owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #c2c2c2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_testi_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.hs_testi_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: orange;
	width: 25px;
	height: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_testi_slider_wrapper .owl-theme .owl-nav {
	display: none
}
.hs_testi_slider_wrapper .owl-carousel .owl-stage:after {
	height: 50px
}
.hs_testi_cont_main_wrapper {
	float: left;
	width: 100%;
	height: 420px;
	background: #841c0f;
	padding: 20px;
	position: relative
}
.hs_testi_cont_main_wrapper:after {
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 46px solid orange;
	position: absolute;
	bottom: -46px;
	right: 70px
}
.hs_testi_cont_inner_wrapper {
	float: left;
	width: 100%;
	padding: 40px;
	height: 380px;
	border: 1px dashed #cecece
}
.hs_testi_quote_wrapper {
	float: left;
	width: 30px
}
.hs_testi_quote_wrapper i {
	font-size: 25px;
	color: orange;
	position: relative;
	top: -6px
}
.hs_testi_quote_cont_wrapper {
	float: left;
	color: #fff;
	text-align: center;
	width: calc(100% - 30px)
}
.hs_testi_client_main_wrapper {
	float: right;
	width: 280px;
	background: #841c0f;
	margin-top: 70px;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px
}
.hs_testi_client_cont_img_sec {
	float: left;
	width: 87px
}
.hs_testi_client_cont_img_sec img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.hs_testi_client_cont_sec {
	float: left;
	width: calc(280px - 21px);
	margin-top: 0;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 7px;
	position: relative;
	left: 11px;
	border-right: 0;
	-webkit-border-top-left-radius: 50px;
	-moz-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-bottom-left-radius: 50px;
	border-bottom-left-radius: 50px
}
.hs_testi_client_cont_sec h2 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase
}
.hs_testi_client_cont_sec p {
	text-align: center;
	color: #fff
}
.hs_testi_client_main_right_wrapper {
	float: left
}
.hs_testi_cont_main_right_wrapper:after {
	right: 100%;
	left: 70px
}
.hs_testi_client_main_right_wrapper .hs_testi_client_cont_sec {
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	right: 0;
	border-left: 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0
}
.hs_advert_main_wrapper {
	background: url(../images/content/advert_bg.jpg) center 0 no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	text-align: center
}
.hs_advert_img_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8)
}
.hs_advert_cont_wrapper {
	float: left;
	width: 100%
}
.hs_advert_cont_wrapper h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 50px
}
.hs_advert_cont_wrapper p {
	color: rgba(255, 255, 255, .77);
	padding-top: 25px
}
.hs_advert_btn_wrapper {
	margin-top: 30px;
	display: inline-block
}
.hs_client_slider_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_client_slider_wrapper .owl-theme .owl-dots {
	display: none
}
.hs_client_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 33%;
	z-index: 1000;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto
}
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-next,
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
	font-size: 26px;
	top: 60px;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #841c0f;
	color: #fff;
	text-align: center
}
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
	margin: 0;
	padding: 0;
	left: -75px;
	line-height: 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-next {
	right: -75px;
	line-height: 40px;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-next:hover,
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
	background: #ff2f0b;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_footer_logo_wrapper h4 a,
.hs_footer_logo_wrapper h4 a i {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_client_img_wrapper {
	border: 1px dashed #cecece
}
.hs_online_main_slider_wrapper {
	float: left;
	width: 100%;
	background: #f5f4f4;
	padding-top: 80px;
	padding-bottom: 80px
}
.hs_online_slider_left_cont {
	float: left;
	width: 100%;
	padding-top: 20px
}
.hs_online_slider_left_cont h2 {
	color: #000;
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase
}
.hs_online_slider_left_cont h2 span {
	font-weight: 700
}
.hs_online_slider_left_cont p {
	padding-top: 20px
}
.hs_online_slider_wrapper {
	float: left;
	width: 100%
}
.hs_online_slider_wrapper .owl-theme .owl-dots,
.hs_online_slider_wrapper .owl-theme .owl-nav {
	display: none
}
.hs_online_img_wrapper {
	position: relative;
	display: inline-block
}
.hs_online_img_wrapper img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: auto!important
}
.hs_online_img_wrapper span {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #27b72e;
	float: left;
	border: 5px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto
}
.hs_online_img_wrapper .offline {
	background: #b7b7b7
}
.hs_online_slider_wrapper .owl-carousel .owl-stage:after {
	height: 10px
}
.hs_footer_main_wrapper {
	float: left;
	width: 100%;
	background: #000000;
	padding-top: 36px;
	padding-bottom: 3px;
}
.hs_footer_logo_wrapper {
	float: left;
	
	text-align: center;
	padding-left: 30px;
	padding-right: 30px
}
.hs_footer_logo_wrapper img {
	display: inline-block
}
.hs_footer_logo_wrapper p {
	color: #ddd;
	margin-top: 20px;
	font-size: 18px;
	font-family: calibri;
}
.hs_footer_logo_wrapper h4 a {
	font-size: 16px;
	color: #fea300;
	display: inline-block;
	transition: all .5s;
	margin-top: 20px
}
.hs_footer_logo_wrapper h4 a i {
	transition: all .5s;
	position: relative;
	top: 2px
}
.hs_footer_logo_wrapper h4 a:hover i,
.hs_footer_logo_wrapper li a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_footer_logo_wrapper h4 a:hover i {
	padding-left: 5px;
	transition: all .5s
}
.hs_footer_contact_wrapper,
.hs_footer_help_wrapper {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	text-align: left;
	float: left
}
.hs_footer_logo_wrapper ul {
	display: inline-block;
	margin-top: 30px
}
.hs_footer_logo_wrapper li {
	float: left;
	margin-left: 10px
}
.hs_footer_logo_wrapper li:first-child {
	margin-left: 0
}
.hs_footer_logo_wrapper li a {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fea400;
	color: #3b0101;
	font-size: 18px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all .5s
}
.hs_footer_contact_input_wrapper input,
.hs_footer_logo_wrapper li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_footer_logo_wrapper li a:hover {
	background: #ff2f0b;
	color: #fff;
	transition: all .5s
}
.hs_footer_help_wrapper {
	width: 100%;
	position: relative
}
.hs_footer_help_wrapper:after,
.hs_footer_help_wrapper:before {
	height: 455px;
	position: absolute;
	top: -100px;
	content: ''
}
.hs_footer_help_wrapper:after {
	left: -15px
}
.hs_footer_help_wrapper:before {
	right: -15px
}
.hs_footer_help_wrapper h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase
}
.hs_footer_help_wrapper h2 span {
	color: #fff;
	font-weight: 700
}
.hs_footer_help_wrapper p {
	color: #ddd;
	margin-top: 30px
}
.hs_footer_help_wrapper ul a {
	color: #ddd;
	font-size: 18px;
	font-family: calibri;
}
.hs_footer_help_btn {
	display: inline-block;
	margin-top: 50px
}
.hs_footer_help_btn li a {
	float: left;
	width: 200px;
	height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 50px;
	border: none;
	background: 0 0;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
}
.hs_footer_help_btn li a:focus {
	outline: 0
}
.hs_effect_btnli a>span {
	vertical-align: middle
}
.hs_footer_help_btn li .hs_btn_hover {
	border-radius: 50px;
	background: #fea400;
	color: #841c0f;
	border: 1px solid #fff;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}
.hs_footer_help_btn li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: .4;
	-webkit-transform: scale3d(.8, .5, 1);
	transform: scale3d(.8, .5, 1)
}
.hs_footer_help_btn li .hs_btn_hover:hover {
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	color: #fff;
	background-color: #841c0f;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards
}
.hs_footer_help_btn li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards
}
.hs_footer_contact_wrapper {
	width: 100%
}
.hs_footer_contact_wrapper h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase
}
.hs_footer_contact_wrapper h2 span {
	color: #fff;
	font-weight: 700
}
.hs_footer_contact_wrapper p {
	color: #ddd;
	margin-top: 30px;
	text-align: left;
	font-size: 18px;
	font-family: calibri;
}
.hs_footer_contact_wrapper p a,
.hs_footer_contact_wrapper p span {
	color: #fea400
}
.hs_footer_contact_input_wrapper {
	float: left;
	width: 100%;
	margin-top: 50px
}
.hs_footer_contact_input_wrapper input {
	width: 100%;
	height: 45px;
	padding-left: 20px;
	background: 0 0;
	border: 1px solid #383838;
	transition: all .5s
}
.hs_footer_contact_input_wrapper input:focus,
.hs_footer_contact_input_wrapper input:hover {
	border: 1px solid #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_footer_contact_input_wrapper i {
	margin-left: -35px;
	color: #841c0f
}
.hs_bottom_footer_main_wrapper {
	float: left;
	width: 100%;
	background: #4d0900;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative
}
.footer_bottom_cont_wrapper {
	float: left;
	width: 100%
}
.footer_bottom_cont_wrapper p {
	color: #ddd;
	font-size: 14px;
	text-align: center
}
.hs_indx_title_main_wrapper {
	background: url(../images/baner.jpg) center -324px no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px
}
.hs_title_img_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .45)
}
.hs_indx_title_left_wrapper {
	float: left;
	width: 100%
}
.hs_indx_title_left_wrapper h2 {
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}
.hs_indx_title_right_wrapper {
	float: left;
	width: 100%
}
.hs_indx_title_right_wrapper ul {
	float: right
}
.hs_indx_title_right_wrapper li {
	float: left;
	color: #fff
}
.hs_indx_title_right_wrapper li a {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_astro_img_cont_wrapper h2 a,
.hs_indx_title_right_wrapper li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_indx_title_right_wrapper li a:hover {
	color: #ff2f0b;
	transition: all .5s
}
.hs_indx_title_right_wrapper li:last-child {
	color: #ff2f0b;
	margin-left: 10px
}
.hs_about_progress_cont_left h2,
.hs_about_progress_img_left h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_about_indx_inner_main_wrapper {
	padding-top: 40px
}
.hs_about_progress_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_about_progress_img_left {
	float: left;
	width: 100%
}
.hs_about_progress_img_left h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_about_progress_cont_left .accordionFifteen,
.hs_about_progress_img_left img {
	margin-top: 30px
}
.hs_about_progress_img_left h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	width: 20px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_about_progress_cont_left {
	float: left;
	width: 100%
}
.hs_about_progress_cont_left h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_about_progress_cont_left h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	width: 20px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_about_progress_cont_left .lv_faq_wrapper .panel-title {
	position: relative
}
.hs_about_progress_cont_left .lv_faq_wrapper .panel-title:after {
	content: "";
	position: absolute;
	border-left: 1px solid #fff73;
	top: 0;
	bottom: 0;
	left: 90px
}
.hs_about_progress_cont_left .accordionFifteen .panel-group .panel+.panel {
	margin-top: 20px
}
.hs_about_progress_cont_left .accordionFifteen .panel-group {
	margin-bottom: 0
}
.hs_about_progress_cont_left .accordionFifteen .panel-default {
	border: 0
}
.hs_about_progress_cont_left .accordionFifteen .panel {
	background-color: rgba(255, 255, 255, .058823529411764705);
	box-shadow: none;
	border-radius: 0;
	margin: 0
}
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a {
	display: block;
	background: #841c0f;
	padding: 15px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px dashed #cecece;
	border-left: 0;
	border-right: 0;
	text-decoration: none
}
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a.collapsed {
	color: #000;
	background-color: transparent;
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	border: 1px dashed #cecece;
	text-decoration: none;
	font-family: Raleway, sans-serif
}
.hs_about_progress_cont_left .accordionFifteen .panel-default>.panel-heading {
	border-radius: 0;
	padding: 0;
	background: 0 0
}
.hs_about_progress_cont_left .accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 10px 20px 15px;
	background: 0 0;
	border-bottom: 1px dashed #cecece;
	border-left: 1px dashed #cecece;
	border-right: 1px dashed #cecece
}
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a.collapsed:before,
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a:before {
	font-family: FontAwesome;
	font-size: 16px;
	float: left;
	margin-right: 60px;
	margin-left: 20px;
	display: block
}
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a.collapsed:after,
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a:after {
	font-family: FontAwesome;
	font-size: 25px;
	float: right;
	text-align: center;
	display: block
}
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a:after {
	content: "\2212";
	background: 0 0;
	border-radius: 2px;
	width: 15px;
	height: 15px;
	color: #fff;
	line-height: 15px
}
.hs_about_progress_cont_left .accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	background: 0 0;
	border-radius: 2px;
	width: 15px;
	height: 15px;
	color: #000;
	line-height: 15px
}
.hs_about_video_main_wrapper {
	background: url(../images/content/about/video_img.html) center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 260px;
	padding-bottom: 260px;
	position: relative;
	text-align: center
}
.hs_about_video_img_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8)
}
.hs_about_video_icon_wrapper {
	display: inline-block
}
.hs_about_video_icon_wrapper h2 {
	font-size: 40px;
	color: #fff;
	padding-top: 50px
}
.hs_about_video_icon_wrapper h2 span {
	color: #841c0f;
	font-weight: 700
}
.hs_astrology_team_main_wrapper {
	background: url(../images/content/testi_bg.jpg) center 0 no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_astro_team_img_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_astro_img_cont_wrapper {
	float: left;
	width: 100%;
	padding: 20px;
	background: #fff;
	border: 1px dashed #cecece;
	border-bottom: 0
}
.hs_astro_img_wrapper img {
	width: 100%
}
.hs_astro_img_cont_wrapper h2 {
	font-size: 18px;
	font-weight: 700
}
.hs_astro_img_cont_wrapper h2 a {
	color: #000;
	transition: all .5s
}
.hs_astro_img_bottom_cont li a,
.hs_astro_img_cont_wrapper h2 a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_astro_img_cont_wrapper h2 a:hover {
	color: #841c0f;
	transition: all .5s
}
.hs_astro_img_cont_wrapper p,
.hs_astro_img_cont_wrapper ul {
	padding-top: 5px
}
.hs_astro_img_cont_wrapper li {
	float: left;
	color: #000
}
.hs_astro_img_cont_wrapper li:last-child {
	float: right;
	color: #ff2f0b
}
.hs_astro_img_bottom_cont {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px dashed #cecece;
	padding-top: 15px;
	padding-bottom: 15px
}
.hs_kd_first_sec_wrapper p,
.hs_kd_third_sec_wrapper p {
	padding-top: 30px
}
.hs_astro_img_bottom_cont li {
	float: left;
	width: 50%;
	text-align: center;
	position: relative
}
.hs_kd_first_sec_wrapper,
.hs_kd_sidebar_main_wrapper {
	width: 100%;
	float: left
}
.hs_astro_img_bottom_cont li:first-child:after {
	content: '';
	border: 1px dashed #cecece;
	height: 45px;
	position: absolute;
	right: -7px;
	top: -10px
}
.hs_astro_img_bottom_cont li a {
	transition: all .5s
}
.hs_astro_img_bottom_cont li a:hover,
.hs_jk_img_cont_wrapper h5 a i {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_astro_img_bottom_cont li a:hover {
	color: #00a651;
	transition: all .5s
}
.hs_num_sidebar_main_wrapper {
	padding-bottom: 100px
}
.hs_kd_left_sidebar_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 100px
}
.hs_kd_first_sec_wrapper h2 {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}
.hs_kd_first_sec_wrapper h2 a {
	color: #fff
}
.hs_kd_first_sec_wrapper h2 a:hover {
	color: orange
}
.hs_kd_first_sec_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #fff;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_kd_first_sec_wrapper h4 span:after {
	content: '';
	border: 1px solid #fff;
	width: 40px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_kd_five_heading_sec_wrapper h4 span:after,
.hs_kd_four_heading_sec_wrapper h4 span:after,
.hs_kd_third_sec_wrapper h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	left: 15px
}
.hs_kd_second_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_kd_second_img_sec_wrapper,
.hs_kd_second_list_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 35px
}
.hs_kd_second_list_sec_wrapper li {
	margin-top: 10px
}
.hs_kd_second_list_sec_wrapper li:first-child {
	margin-top: 0
}
.hs_kd_second_list_sec_wrapper li i {
	color: #841c0f;
	font-size: 12px
}
.hs_kd_third_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_kd_third_sec_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_kd_third_sec_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_kd_third_sec_wrapper h4 span:after {
	width: 40px;
	position: absolute;
	top: 3px
}
.hs_jk_box_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_jk_img_wrapper {
	float: left;
	width: 100%
}
.hs_jk_img_wrapper img {
	width: 100%
}
.hs_jk_img_cont_wrapper {
	float: left;
	width: 100%;
	padding-top: 25px
}
.hs_jk_img_cont_wrapper h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000
}
.hs_jk_img_cont_wrapper h3 {
	font-size: 16px;
	color: #841c0f;
	padding-top: 15px;
	padding-bottom: 15px
}
.hs_jk_img_cont_wrapper h5 a {
	font-size: 16px;
	color: #ff2f0b;
	padding-top: 20px;
	float: left
}
.hs_jk_img_cont_wrapper h5 a i {
	position: relative;
	top: 2px;
	transition: all .5s
}
.hs_jk_img_cont_wrapper h5 a:hover i,
.hs_kd_six_sec_btn li a,
.hs_kd_six_sec_btn li input {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_jk_img_cont_wrapper h5 a:hover i {
	padding-left: 5px;
	transition: all .5s
}
.hs_kd_four_heading_sec_wrapper {
	float: left;
	width: 100%;
	padding-top: 60px
}
.hs_kd_four_heading_sec_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_kd_four_heading_sec_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_kd_four_heading_sec_wrapper h4 span:after {
	width: 40px;
	position: absolute;
	top: 3px
}
.hs_kd_four_img_wrapper {
	float: left;
	width: 100%;
	margin-top: 35px
}
.hs_kd_four_img_wrapper img {
	width: 100%
}
.hs_kd_four_img_cont_wrapper {
	float: left;
	width: 100%;
	margin-top: 35px
}
.hs_kd_four_img_cont_wrapper h2 {
	font-size: 20px;
	color: #000;
	padding-bottom: 30px
}
.hs_kd_four_img_cont_bottom_wrapper {
	float: left;
	width: 100%;
	margin-top: 35px
}
.hs_kd_five_heading_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_kd_five_heading_sec_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_kd_five_heading_sec_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_kd_five_heading_sec_wrapper h4 span:after {
	width: 40px;
	position: absolute;
	top: 3px
}
.hs_kd_five_box_sec_wrapper {
	margin-top: 30px
}
.hs_kd_six_sec_input_wrapper {
	float: left;
	width: 100%;
	margin-top: 13px
}
.hs_kd_six_sec_input_wrapper input {
	width: 100%;
	height: 50px;
	color: #555;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #841a08
}
.hs_kd_six_sec_input_wrapper input[type=date] {
	color: #a2a2a2
}
.hs_kd_six_sec_input_wrapper textarea {
	width: 100%;
	color: #555;
	margin-top: 0;
	padding-top: 10px;
	font-size: inherit;
	border-radius: 4px;
	border: 1px solid #841a08
}
.hs_kd_six_sec_btn {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center
}
.hs_kd_six_sec_btn li a,
.hs_kd_six_sec_btn li input {
	float: left;
	width: 230px;
	height: 50px;
	background: #fff;
	color: #841c0f;
	text-align: center;
	line-height: 50px;
	border: 1px solid #841c0f;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s
}
.hs_kd_right_second_img_cont_wrapper li a,
.hs_kd_six_sec_btn li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_kd_six_sec_btn li a,
.hs_kd_six_sec_btn li input:hover {
	background: #841c0f;
	color: #fff
}
.hs_kd_six_sec_btn li a:hover {
	background: 0 0;
	border: 1px solid #841c0f;
	color: #841c0f;
	transition: all .5s
}
.hs_kd_right_sidebar_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px
}
.hs_kd_right_sidebar_wrapper {
	float: left;
	width: 100%;
	margin-top: 100px
}
.hs_kd_right_first_sec_wrapper {
	float: left;
	width: 100%
}
.hs_kd_right_first_sec_heading {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px
}
.hs_kd_right_first_sec_heading h2 {
	font-size: 20px;
	color: #691014;
	font-weight: 700;
	text-align: center;
	padding: 6px 0;
	text-transform: uppercase
}
.hs_kd_right_first_sec_img_heading {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_kd_right_first_sec_img_heading img {
	width: 100%
}
.hs_kd_right_first_sec_img_price_heading {
	float: left;
	width: 100%;
	margin-top: 20px
}
.hs_kd_right_first_sec_img_price_heading li:first-child {
	float: left;
	color: #841c0f
}
.hs_kd_right_first_sec_img_price_heading li:last-child {
	float: right
}
.hs_kd_right_first_sec_wrapper2 {
	margin-top: 60px
}
.hs_kd_right_second_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_kd_right_second_img_wrapper {
	float: left;
	width: 100%;
	position: relative
}
.hs_kd_right_second_img_wrapper img {
	width: 100%
}
.hs_kd_right_second_img_cont_wrapper {
	float: left;
	width: 100%;
	background: #f7282b;
	text-align: center;
	padding: 40px;
	-webkit-border-top-left-radius: 100%;
	-moz-border-top-left-radius: 100%;
	border-top-left-radius: 20%;
	-webkit-border-top-right-radius: 100%;
	-moz-border-top-right-radius: 100%;
	border-top-right-radius: 20%;
	position: relative;
	margin-top: -39px
}
.hs_kd_right_second_img_cont_wrapper p {
	color: #fff
}
.hs_kd_right_second_img_cont_wrapper h3 {
	font-size: 22px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 30px
}
.hs_kd_right_second_img_cont_wrapper li a {
	float: left;
	width: 100%;
	height: 40px;
	background: #fff200;
	color: #000;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s
}
.hs_kd_right_second_img_cont_wrapper li a:hover,
.hs_kd_ser_img_cont_wrapper h5 a i {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_kd_right_second_img_cont_wrapper li a:hover {
	background: 0 0;
	border: 1px solid #fff200;
	color: #fff;
	transition: all .5s
}
.hs_kd_right_accordi_sec_wrapper {
	float: left;
	width: 100%
}
.hs_kd_right_accordi_sec_wrapper .lv_faq_wrapper .panel-title {
	position: relative
}
.hs_kd_right_accordi_sec_wrapper .lv_faq_wrapper .panel-title:after {
	content: "";
	position: absolute;
	border-left: 1px solid #fff73;
	top: 0;
	bottom: 0;
	left: 90px
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel-group {
	margin-bottom: 0
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel-default {
	border: 0
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel {
	background-color: rgba(255, 255, 255, .058823529411764705);
	box-shadow: none;
	border-radius: 0;
	margin: 0
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a {
	display: block;
	background: #222;
	padding: 15px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #cecece;
	border-left: 0;
	border-right: 0;
	text-decoration: none
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a.collapsed {
	color: #000;
	background-color: transparent;
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-decoration: none;
	font-family: Raleway, sans-serif
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel-default>.panel-heading {
	border-radius: 0;
	padding: 0;
	background: 0 0
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 10px 20px 15px;
	background: 0 0;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a.collapsed:before,
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a:before {
	font-family: FontAwesome;
	font-size: 16px;
	float: left;
	margin-right: 60px;
	margin-left: 20px;
	display: block
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a.collapsed:after,
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a:after {
	font-family: FontAwesome;
	float: right;
	text-align: center;
	display: block
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a:after {
	content: "\2212";
	border-radius: 2px;
	width: 15px;
	height: 15px;
	color: #fff;
	line-height: 15px;
	background: #841c0f;
	font-size: 14px
}
.hs_kd_right_accordi_sec_wrapper .accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	border-radius: 4px;
	width: 15px;
	height: 15px;
	color: #fff;
	line-height: 15px;
	background: #841c0f;
	font-size: 14px
}
.hs_kd_special_service_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 100px
}
.hs_kd_srrvice_main_wrapper {
	float: left;
	width: 100%;
	text-align: center
}
.hs_kd_service_heading_wrapper {
	float: left;
	width: 100%;
	display: inline-block
}
.hs_kd_service_heading_wrapper h2 {
	font-size: 40px;
	font-weight: 100;
	color: #000;
	text-transform: uppercase
}
.hs_kd_service_heading_wrapper h2 span {
	font-weight: 700
}
.hs_kd_service_heading_wrapper h4,
.hs_kd_service_heading_wrapper p {
	padding-top: 10px
}
.hs_kd_service_heading_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative
}
.hs_kd_service_heading_wrapper h4 span:after,
.hs_kd_service_heading_wrapper h4 span:before {
	border: 1px solid #d8d8d8;
	width: 20px;
	position: absolute;
	top: 3px;
	content: ''
}
.hs_kd_service_heading_wrapper h4 span:after {
	left: 15px
}
.hs_kd_service_heading_wrapper h4 span:before {
	right: 15px
}
.hs_kd_service_main_box_wrapper {
	float: left;
	width: 100%;
	margin-top: 120px
}
.hs_kd_service_inner_box_wrapper {
	float: left;
	width: 100%;
	border: 1px dashed #ccc;
	padding: 0 30px 30px;
	text-align: center;
	position: relative
}
.hs_kd_ser_img_wrapper {
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px dashed #ccc;
	padding: 10px;
	background: #fff;
	position: relative;
	margin-top: -50px;
	top: -13px
}
.hs_kd_ser_img_wrapper img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.hs_kd_ser_img_cont_wrapper {
	float: left;
	width: 100%
}
.hs_kd_ser_img_cont_wrapper h2 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	padding-top: 10px;
	padding-bottom: 25px
}
.hs_kd_ser_img_cont_wrapper h5 a {
	font-size: 16px;
	color: #841c0f;
	padding-top: 20px;
	display: inline-block
}
.hs_kd_ser_img_cont_wrapper h5 a i {
	position: relative;
	top: 2px;
	transition: all .5s
}
.hs_kd_ser_img_cont_wrapper h5 a:hover i,
.hs_num_input_btn_wrapper li a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_kd_ser_img_cont_wrapper h5 a:hover i {
	padding-left: 5px;
	transition: all .5s
}
.hs_kd_earth_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_kd_earth_img1_wrapper,
.hs_kd_earth_img2_wrapper {
	height: 100%;
	position: relative;
	padding: 60px;
	width: 100%;
	text-align: center;
	float: left
}
.hs_kd_earth_img1_wrapper {
	background: url(../images/content/kundali/e1.html) center 0 no-repeat fixed;
	background-size: cover
}
.hs_kd_earth_img2_wrapper {
	background: url(../images/content/kundali/e2.html) center 0 no-repeat fixed;
	background-size: cover
}
.hs_kd_earth_img_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .7)
}
.hs_kd_earth_img1_wrapper h2,
.hs_kd_earth_img2_wrapper h2 {
	font-size: 38px;
	color: #fff;
	position: relative
}
.hs_num_first_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_num_first_sec_wrapper p {
	padding-top: 20px
}
.hs_num_second_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_num_second_sec_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_num_second_sec_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_num_second_sec_wrapper h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	width: 40px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_num_input_wrapper {
	float: left;
	width: 100%;
	padding-top: 30px
}
.hs_num_input_wrapper input {
	width: 100%;
	height: 50px;
	border: 1px solid #e7e7e7;
	padding-left: 10px
}
.hs_num_first_sec_wrapper img {
	width: 100%
}
.hs_num_input_btn_wrapper {
	float: left;
	width: 100%;
	margin-top: 58px
}
.hs_num_input_btn_wrapper li a {
	float: left;
	width: 100%;
	height: 50px;
	background: #841c0f;
	color: #fff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s
}
.hs_num_input_btn_wrapper li a:hover,
.hs_number_box_wrapper {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_num_input_btn_wrapper li a:hover {
	background: 0 0;
	border: 1px solid #841c0f;
	color: #841c0f;
	transition: all .5s
}
.hs_num_third_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_num_third_sec_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_num_third_sec_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_num_third_sec_wrapper h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	width: 40px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_num_third_sec_wrapper p {
	padding-top: 20px
}
.hs_number_box_main_wrapper {
	float: left;
	padding: 20px;
	border: 1px dashed #b7b7b7;
	margin-top: 30px
}
.hs_number_box_wrapper {
	float: left;
	width: 90px;
	text-align: center;
	height: 90px;
	border: 1px dashed #b7b7b7;
	transition: all .5s
}
.hs_number_box_main_wrapper:hover .hs_number_box_wrapper,
.hs_number_box_wrapper h2 a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_number_box_main_wrapper:hover .hs_number_box_wrapper {
	background: #841c0f;
	transition: all .5s
}
.hs_number_box_wrapper h2 {
	line-height: 90px;
	font-size: 52px;
	font-weight: 700
}
.hs_number_box_wrapper h2 a {
	float: left;
	width: 100%;
	color: #841c0f;
	transition: all .5s
}
.hs_number_box_main_wrapper:hover .hs_number_box_wrapper h2 a {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_number_box_main_wrapper2 {
	margin-left: 30px
}
.hs_number_box_main_wrapper6 {
	margin-left: 0
}
.hs_num_four_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_num_four_sec_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_num_four_sec_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_num_four_sec_wrapper h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	width: 40px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_num_cal_cont_1_wrapper {
	float: left;
	width: 100%;
	padding-top: 30px
}
.hs_num_cal_cont_1_wrapper h2 {
	font-size: 20px;
	color: #841c0f;
	font-weight: 700
}
.hs_num_cal_cont_1_wrapper p {
	padding-top: 10px
}
.hs_num_cal_cont_1_wrapper h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding-top: 20px
}
.hs_num_cal_cont_1_wrapper ul {
	padding-top: 10px
}
.hs_num_cal_cont_1_wrapper li {
	padding-top: 5px
}
.hs_num_cal_cont_1_wrapper li:first-child {
	padding-top: 0
}
.hs_num_cal_cont_2_wrapper {
	float: left;
	width: 100%
}
.hs_num_cal_cont_2_wrapper h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding-top: 20px
}
.hs_num_cal_cont_2_wrapper ul {
	padding-top: 10px
}
.hs_num_cal_cont_2_wrapper li {
	padding-top: 5px
}
.hs_num_cal_cont_2_wrapper li:first-child {
	padding-top: 0
}
.hs_num_cal_cont_1_wrapper h5 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	padding-top: 30px
}
.hs_trt_img_wrapper {
	float: left;
	width: 100%
}
.hs_trt_img_wrapper img {
	width: 100%
}
.hs_trt_second_cont {
	padding-top: 30px
}
.hs_trt_third_cont {
	margin-top: 60px
}
.hs_trt_cards_main_wrapper ul {
	margin-top: 20px
}
.hs_card_hover:hover .hs_trt_card1 {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg)
}
.hs_card_hover:hover .hs_trt_card1 img:first-child {
	opacity: 0
}
.hs_card_hover:hover .hs_trt_card1 img:last-child {
	opacity: 1
}
.hs_trt_card1 {
	overflow: hidden;
	float: left;
	height: 180px;
	width: 130px;
	position: relative;
	margin: auto;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out
}
.hs_trt_card1 img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out
}
.hs_trt_card1 img:first-child {
	z-index: 1
}
.hs_trt_card1 img:last-child {
	z-index: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	opacity: 0
}
.hs_trt_card_bottom_wrapper {
	float: left;
	width: 100%
}
.hs_trt_card_bottom_box_wrapper img {
	width: 100%
}
.hs_trt_card_bottom_box_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_trt_card_bottom_box_wrapper h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 20px
}
.hs_trt_card_bottom_box_wrapper h2 a {
	font-weight: 700;
	color: #000;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_cry_boll_wrapper,
.hs_trt_card_bottom_box_wrapper h2 a:hover {
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_trt_card_bottom_box_wrapper h2 a:hover {
	color: #841c0f;
	-o-transition: all .5s;
	transition: all .5s
}
.hs_cry_first_sec_wrapper {
	float: left;
	width: 100%;
	padding-top: 40px
}
.hs_cry_first_sec_wrapper h2 {
	font-size: 20px;
	color: #841c0f
}
.hs_cry_first_sec_wrapper ul {
	margin-top: 20px
}
.hs_cry_first_sec_wrapper li {
	color: #000;
	margin-top: 5px
}
.hs_cry_first_sec_wrapper li:first-child {
	margin-top: 0
}
.hs_cry_first_sec_wrapper li i {
	font-size: 12px;
	color: #841c0f
}
.hs_cry_first_sec_wrapper p {
	padding-top: 30px
}
.hs_cry_second_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_cry_scop_img_wrapper {
	float: left;
	width: 100%;
	background: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #e7e7e7;
	text-align: center
}
.hs_cry_scop_img_wrapper:hover .hs_cry_boll_wrapper img:first-child {
	opacity: 0
}
.hs_cry_scop_img_wrapper:hover .hs_cry_boll_wrapper img:last-child {
	opacity: 1
}
.hs_cry_boll_wrapper {
	overflow: hidden;
	height: 247px;
	width: 247px;
	position: relative;
	display: inline-block;
	-o-transition: all .5s;
	transition: all .5s
}
.hs_cry_boll_wrapper img,
.hs_cry_scop_img_cont_wrapper li a {
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_cry_boll_wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	-o-transition: all .5s;
	transition: all .5s
}
.hs_cry_boll_wrapper img:first-child {
	z-index: 1
}
.hs_cry_boll_wrapper img:last-child {
	z-index: 0;
	opacity: 0
}
.hs_cry_scop_img_cont_wrapper {
	float: left;
	width: 100%;
	padding-top: 30px
}
.hs_cry_scop_img_cont_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_cry_scop_img_cont_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_cry_scop_img_cont_wrapper h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	width: 40px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_cry_scop_img_cont_wrapper P {
	padding-top: 20px
}
.hs_cry_scop_img_cont_wrapper input {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 1px solid #e7e7e7;
	margin-top: 30px
}
.hs_cry_scop_img_cont_wrapper ul {
	margin-top: 30px
}
.hs_cry_scop_img_cont_wrapper li a {
	float: left;
	width: 265px;
	height: 50px;
	background: #841c0f;
	color: #fff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-o-transition: all .5s;
	transition: all .5s
}
.hs_cry_scop_img_cont_wrapper li a:hover {
	background: 0 0;
	border: 1px solid #841c0f;
	color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_cry_last_sec_wrapper {
	margin-top: 60px
}
.hs_pr_tabs_menu_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_pr_tabs_menu_wrapper .nav {
	display: inline-block;
	border: 1px dashed #b7b7b7
}
.hs_pr_tabs_menu_wrapper .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: #841c0f
}
.hs_pr_tabs_menu_wrapper .nav-pills>li+li {
	margin-left: 0
}
.hs_pr_tabs_menu_wrapper .nav-pills>li>a {
	border-radius: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_pr_tabs_menu_wrapper .nav>li>a:hover,
.nav>li>a:focus {
	background: #841c0f;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_pr_tabs_menu_wrapper .nav-pills>li {
	border-right: 1px dashed #b7b7b7
}
.hs_pr_tabs_menu_wrapper .nav-pills>li:last-child {
	border-right: 0
}
.hs_pr_tabs_menu_cont_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_pr_tabs_cont1_wrapper {
	float: left;
	width: 100%
}
.hs_pr_tabs_cont1_wrapper h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}
.hs_pr_tabs_cont1_wrapper p {
	margin-top: 30px
}
.hs_pr_tabs_img_cont_wrapper,
.hs_pr_tabs_img_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_pr_tabs_img_wrapper img {
	width: 100%
}
.hs_pr_second_cont_wrapper {
	float: left;
	width: 100%;
	padding-top: 40px
}
.hs_pr_second_cont_wrapper h2 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	padding-bottom: 20px
}
.hs_pr_second_cont_wrapper li {
	margin-top: 30px;
	display: table
}
.hs_pr_icon_wrapper {
	float: left;
	width: 10px;
	font-size: 14px;
	color: #841c0f
}
.hs_pr_icon_cont_wrapper {
	float: left;
	width: calc(100% - 10px);
	padding-left: 15px
}
.hs_pr_video_sec_wrapper {
	padding-top: 60px
}
.hs_pr_video_sec_wrapper p {
	padding-top: 30px
}
.hs_pr_video_player_wrapper {
	background: url(../images/content/kundali/pr_video_img.html) center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	margin-top: 60px;
	text-align: center
}
.hs_pr_player_img_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8)
}
.pr_play_icon {
	position: relative
}
.hs_ar_tabs_wrapper {
	float: left;
	width: 100%
}
.hs_ar_tabs_wrapper ul {
	border: 1px dashed #cecece;
	display: inline-block;
	margin-top: 30px
}
.hs_ar_tabs_wrapper li {
	float: left;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_ar_tabs_wrapper li a,
.hs_ar_tabs_wrapper li:hover {
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_ar_tabs_wrapper li:hover {
	background: #841c0f;
	-o-transition: all .5s;
	transition: all .5s
}
.hs_ar_tabs_wrapper li a {
	float: left;
	padding: 10px 20px;
	border-right: 1px dashed #cecece;
	color: #000;
	background: 0 0;
	-o-transition: all .5s;
	transition: all .5s
}
.hs_ar_tabs_wrapper li a:hover,
.hs_ar_tabs_wrapper li:nth-child(3) select {
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_ar_tabs_wrapper li a:hover {
	color: #fff;
	background: #841c0f;
	-o-transition: all .5s;
	transition: all .5s
}
.hs_ar_tabs_wrapper li:last-child a {
	border-right: 0
}
.hs_ar_tabs_heading_wrapper li:first-child a {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px
}
.hs_ar_tabs_wrapper li:last-child a,
.hs_ar_tabs_wrapper li:nth-child(3) a {
	padding: 0
}
.hs_ar_tabs_wrapper li:nth-child(3) select {
	width: 165px;
	height: 42px;
	border: 0;
	color: #000;
	border-right: 1px dashed #cecece;
	background: 0 0;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 0
}
.hs_ar_tabs_wrapper li:nth-child(3):hover select {
	background: 0 0;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_ar_tabs_wrapper li:last-child select {
	width: 120px;
	height: 42px;
	border: 0;
	color: #000;
	background: 0 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	padding: 0
}
.hs_ar_tabs_wrapper li:last-child:hover select {
	background: 0 0;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_ar_tabs_wrapper li select option {
	color: #000
}
.hs_ar_first_sec_img_cont_wrapper,
.hs_ar_first_sec_img_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_ar_first_sec_img_wrapper img {
	width: 100%
}
.hs_ar_second_sec_cont_wrapper {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_ar_second_sec_cont_list_wrapper li:first-child {
	margin-top: 0
}
.hs_ar_icon_cont_wrapper span {
	color: #000;
	font-weight: 700
}
.hs_ar_second_sec_cont_list_wrapper li {
	display: table;
	margin-top: 10px
}
.hs_ar_third_sec_heading_wrapper {
	margin-top: 60px
}
.hs_ar_third_sec_title_img {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center
}
.hs_ar_third_sec_title_img img {
	width: 100%
}
.hs_ar_third_sec_title_img ul {
	display: inline-block;
	margin-top: 30px
}
.hs_ar_third_sec_title_img li a {
	float: left;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px dashed #cecece;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_ar_third_sec_title_img li a:hover {
	background: #841c0f;
	border: 1px dashed #841c0f;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_four_sec_wrapper {
	background: url(../images/content/kundali/rs_slider_img.html) center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px
}
.hs_rs_four_sec_img_overlay_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8)
}
.hs_rs_four_slider_wrapper {
	float: left;
	width: 100%
}
.hs_rs_four_slider_wrapper .owl-theme .owl-dots {
	display: none
}
.hs_rs_four_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 35%;
	right: 0;
	z-index: 1000;
	display: block
}
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-next,
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-prev {
	margin: 0;
	top: 0;
	position: absolute;
	color: #fff;
	width: 40px;
	height: 40px;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	text-align: center
}
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-prev {
	padding: 0;
	left: 20px;
	line-height: 45px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px dashed #fff;
	background: 0 0;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-next i:before,
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-prev i:before {
	font-size: 24px;
	margin-left: 0
}
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-next {
	font-size: 26px;
	padding: 0 0 0 4px;
	right: 20px;
	line-height: 36px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px dashed #fff;
	background: 0 0;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-next:hover,
.hs_rs_four_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
	background: #fff;
	color: #000;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_slider_inner_cont_wrapper {
	float: left;
	width: 100%;
	text-align: center
}
.hs_rs_slider_inner_cont_wrapper h2 {
	font-size: 22px;
	color: #fff
}
.hs_rs_slider_inner_cont_wrapper ul {
	display: inline-block;
	margin-top: 25px
}
.hs_rs_slider_inner_cont_wrapper li a {
	float: left;
	width: 150px;
	height: 50px;
	background: #841c0f;
	color: #fff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_main_wrapper,
.hs_rs_slider_inner_cont_wrapper li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s
}
.hs_rs_slider_inner_cont_wrapper li a:hover {
	background: 0 0;
	border: 1px solid #841c0f;
	color: #fff;
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_main_wrapper {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px dashed #cecece;
	margin-top: 30px;
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_img_cont_wrapper h2,
.hs_rs_comment_main_wrapper:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s
}
.hs_rs_comment_main_wrapper:hover {
	border: 1px dashed #841c0f;
	background: #841c0f;
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_img_wrapper {
	float: left;
	width: 110px
}
.hs_rs_comment_img_cont_wrapper {
	float: left;
	width: calc(100% - 110px);
	padding-left: 20px
}
.hs_cn_icon_wrapper,
.hs_cn_second_sec_wrapper {
	width: 100%;
	float: left
}
.hs_rs_comment_img_cont_wrapper h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_img_cont_wrapper h5 a,
.hs_rs_comment_img_cont_wrapper p {
	padding-top: 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s
}
.hs_rs_comment_img_cont_wrapper p {
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_img_cont_wrapper h5 a {
	font-size: 16px;
	color: #841c0f;
	float: left;
	-ms-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_img_cont_wrapper h5 a i {
	position: relative;
	top: 2px;
	color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_img_cont_wrapper h5 a:hover i {
	padding-left: 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_main_wrapper:hover .hs_rs_comment_img_cont_wrapper h2,
.hs_rs_comment_main_wrapper:hover .hs_rs_comment_img_cont_wrapper h5 a,
.hs_rs_comment_main_wrapper:hover .hs_rs_comment_img_cont_wrapper h5 a i,
.hs_rs_comment_main_wrapper:hover .hs_rs_comment_img_cont_wrapper p {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_chinese_main_wrapper {
	background: url(../images/content/kundali/chinese_bg.html) center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_cn_tabs_wrapper {
	margin-top: 30px
}
.hs_cn_first_sec_wrapper {
	margin-top: 60px
}
.hs_cn_second_sec_wrapper h2 {
	font-size: 20px;
	font-weight: 700;
	color: #841c0f;
	padding-top: 40px
}
.hs_cn_birth_btn_wrapper li a {
	width: 200px
}
.hs_cn_birth_btn_wrapper {
	margin-top: 30px
}
.hs_cn_third_sec_wrapper span {
	font-size: 20px
}
.hs_blog_categories_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_blog_box1_main_wrapper,
.hs_blog_left_sidebar_main_wrapper,
.hs_blog_right_sidebar_main_wrapper {
	float: left;
	width: 100%
}
.hs_blog_box1_img_wrapper img {
	width: 100%
}
.hs_blog_box1_img_wrapper {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden
}
.hs_blog_box1_img_wrapper iframe {
	width: 100%;
	height: 350px;
	border: 0
}
.hs_blog_Indx_date_wrapper {
	float: left;
	width: 70px;
	height: 80px;
	background: #ff2f0b;
	text-align: center;
	position: absolute;
	right: 50px;
	bottom: -85px;
	z-index: 100;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_box1_main_wrapper:hover .hs_blog_Indx_date_wrapper {
	bottom: 0;
	z-index: 100;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_Indx_date_wrapper ul {
	padding-top: 18px
}
.hs_blog_Indx_date_wrapper li:first-child {
	font-size: 28px;
	color: #fff;
	font-weight: 700
}
.hs_blog_Indx_date_wrapper li:last-child {
	font-size: 22px;
	color: #fff
}
.hs_blog_box1_cont_main_wrapper {
	float: left;
	width: 100%;
	border: 1px dashed #acacac;
	padding: 35px
}
.hs_blog_cont_heading_wrapper h2 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.hs_blog_cont_heading_wrapper h4 span {
	width: 8px;
	height: 8px;
	background: #841c0f;
	display: inline-block;
	position: relative;
	margin-top: 10px
}
.hs_blog_cont_heading_wrapper h4 span:after {
	content: '';
	border: 1px solid #d8d8d8;
	width: 40px;
	position: absolute;
	left: 15px;
	top: 3px
}
.hs_blog_cont_heading_wrapper p {
	padding-top: 20px
}
.hs_blog_cont_heading_wrapper h5 a {
	font-size: 16px;
	color: #ff2f0b;
	padding-top: 20px;
	display: inline-block
}
.hs_blog_box1_bottom_cont_left li:last-child:after,
.hs_blog_box1_img_wrapper .owl-theme .owl-dots {
	display: none
}
.hs_blog_cont_heading_wrapper h5 a i {
	position: relative;
	top: 2px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_cont_heading_wrapper h5 a:hover i {
	padding-left: 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_box1_bottom_cont_main_wrapper {
	float: left;
	width: 100%;
	border: 1px dashed #acacac;
	border-top: 0
}
.hs_blog_box1_bottom_cont_left {
	float: left;
	width: 70%;
	padding-left: 35px
}
.hs_blog_box1_bottom_cont_right {
	float: left;
	width: 30%;
	padding-right: 35px
}
.hs_blog_box1_bottom_cont_left li {
	float: left;
	margin-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative
}
.hs_blog_box1_bottom_cont_left li:after {
	content: '';
	border: 1px solid rgba(0, 0, 0, .15);
	height: 15px;
	position: absolute;
	right: -15px;
	top: 19px
}
.hs_blog_box1_bottom_cont_left li a,
.hs_blog_box1_bottom_cont_right li a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_box1_bottom_cont_left li a:hover,
.hs_blog_box1_bottom_cont_right li a:hover {
	color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_box1_bottom_cont_right ul {
	float: right
}
.hs_blog_box1_bottom_cont_right li {
	float: left;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px
}
.hs_blog_box2_main_wrapper {
	margin-top: 60px
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 45%;
	right: 0;
	z-index: 1000;
	display: block
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next,
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev {
	margin: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #222;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	color: #fff;
	text-align: center
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev {
	padding: 0;
	left: 20px;
	top: 0;
	line-height: 45px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #222;
	transition: all .5s
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next i:before,
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev i:before {
	font-size: 24px;
	margin-left: 0
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next {
	font-size: 26px;
	padding: 0 0 0 4px;
	right: 20px;
	top: 0;
	line-height: 36px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #222;
	transition: all .5s
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next:hover,
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev:hover {
	background: #841c0f;
	border: 1px solid #841c0f;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_box3_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px;
	padding: 35px;
	border: 5px solid rgba(0, 0, 0, .14);
	border-right: 5px solid #841c0f
}
.hs_blog_box3_left_cont_wrapper {
	float: left;
	width: 60%;
	padding-top: 20px
}
.hs_blog_box3_right_cont_wrapper {
	float: left;
	width: 40%
}
.hs_blog_quote {
	float: left;
	width: 20px;
	font-size: 20px;
	padding-top: 4px;
	color: #841c0f
}
.hs_blog_quote_cont {
	float: left;
	width: calc(100% - 20px);
	padding-left: 20px
}
.hs_blog_box3_client_main_wrapper {
	margin-top: 0
}
.hs_blog_right_search_wrapper {
	float: left;
	width: 100%
}
.hs_blog_right_search_wrapper input {
	float: left;
	width: calc(100% - 50px);
	height: 50px;
	padding-left: 20px;
	border: 1px dashed #ccc;
	border-right: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_right_search_wrapper input:focus,
.hs_blog_right_search_wrapper input:hover {
	border: 1px dashed #841c0f;
	border-right: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_right_search_wrapper button {
	float: left;
	width: 50px;
	height: 50px;
	border: 0;
	background: #841c0f;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_right_cate_list_cont_wrapper li a,
.hs_blog_right_search_wrapper button:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_blog_right_search_wrapper button:hover {
	background: #ff2f0b;
	transition: all .5s
}
.hs_blog_right_cate_list_heading_wrapper {
	float: left;
	width: 100%;
	background: orange;
	border: 1px dotted #fff;
	padding: 15px;
	margin-top: 60px
}
.hs_blog_right_cate_list_heading_wrapper h2 {
	font-size: 18px;
	color: #841c0f;
	text-transform: uppercase
}
.hs_blog_right_cate_list_cont_wrapper {
	float: left;
	width: 100%
}
.hs_blog_right_cate_list_cont_wrapper ul {
	width: 100%;
	border: 1px dashed #fff
}
.hs_blog_right_cate_list_cont_wrapper li a {
	display: block;
	color: #fff;
	padding: 15px 20px;
	border-bottom: 1px dashed #ccc;
	transition: all .5s
}
.hs_blog_right_cate_list_cont_wrapper li a:hover,
.pagination>li>a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_blog_right_cate_list_cont_wrapper li:last-child a {
	border-bottom: 0
}
.hs_blog_right_cate_list_cont_wrapper li a:hover {
	color: orange;
	transition: all .5s
}
.hs_blog_right_recnt_cont_wrapper {
	float: left;
	width: 100%;
	margin-top: 40px
}
.hs_footer_ln_img_wrapper {
	float: left;
	width: 100px
}
.hs_footer_ln_cont_wrapper {
	float: left;
	width: calc(100% - 100px);
	padding-left: 20px;
	padding-top: 10px
}
.hs_footer_ln_cont_wrapper h4 {
	font-size: 16px;
	color: #000;
	line-height: 22px
}
.hs_footer_ln_cont_wrapper p {
	font-size: 16px;
	color: #841c0f;
	padding-top: 7px
}
.hs_blog_right_insta_img_wrapper {
	float: left;
	width: 100%
}
.hs_blog_right_insta_img_wrapper li {
	float: left;
	margin-right: 3px;
	margin-top: 3px
}
.hs_blog_right_insta_img_wrapper ul {
	margin-top: 20px
}
.pager_wrapper {
	margin-top: 80px;
	text-align: center
}
.pagination {
	display: inline-block;
	margin: 0
}
.pagination>li>a {
	color: #000;
	font-weight: 700;
	background: #fff;
	border: 1px dashed #acacac;
	font-size: 16px;
	text-transform: uppercase;
	transition: all .5s;
	width: 50px;
	height: 50px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right: 20px;
	z-index: 10
}
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	width: 50px;
	height: 50px;
	line-height: 36px;
	font-size: 26px;
	background: #222;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-weight: 700
}
.pagination>li:first-child>a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #fff;
	margin-right: 30px
}
.pagination>li:last-child>a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #fff;
	margin-left: 10px;
	padding-right: 8px
}
.hs_shop_tabs_sec_wrapper .nav-pills>li+li,
.pagination i:before {
	margin-left: 0
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #fff;
	border: 1px dashed;
	background-color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_blog_single_box3_main_wrapper,
.hs_blog_single_first_cont_wrapper {
	margin-top: 40px
}
.hs_blog_single_second_main_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_blog_single_second_client_img_wrapper {
	float: left;
	width: 30%;
	background: #f9f9f9;
	padding: 35px 0 35px 35px;
	position: relative
}
.hs_blog_single_second_client_img_wrapper:after {
	content: '';
	width: 100px;
	height: 157px;
	background: #f9f9f9;
	position: absolute;
	right: -42px;
	top: 0;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	z-index: 1
}
.hs_testi_client_blog_single_main_right_wrapper {
	margin-top: 0;
	position: relative;
	z-index: 10
}
.hs_blog_single_second_client_img_cont_wrapper {
	float: left;
	width: 70%;
	padding: 35px 35px 35px 100px;
	background: #841c0f
}
.hs_blog_single_second_client_img_cont_wrapper h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}
.hs_blog_single_second_client_img_cont_wrapper p {
	padding-top: 15px;
	color: #fff
}
.hs_rs_comment_img_cont_wrapper span {
	font-size: 14px;
	color: #797979;
	padding-left: 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_img_cont_wrapper h2 a {
	font-size: 14px;
	color: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_comment_main_wrapper:hover .hs_rs_comment_img_cont_wrapper h2 a,
.hs_rs_comment_main_wrapper:hover .hs_rs_comment_img_cont_wrapper span {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_rs_blog_single_comment_img_cont_wrapper {
	padding-top: 20px
}
.hs_contact_tittle_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_contact_title_box_wrapper {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 40px;
	text-align: center
}
.hs_contact_indx_icon_wrapper {
	line-height: 230px
}
.hs_contact_title_box_wrapper p {
	margin-top: 10px
}
.hs_contact_title_box_wrapper p a,
.hs_contact_title_box_wrapper p a:hover {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_contact_map_main_wrapper {
	float: left;
	width: 100%
}
.hs_contact_indx_form_main_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.hs_contact_indx_form_btn {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center
}
.hs_contact_indx_form_btn button {
	width: 170px;
	height: 50px;
	background: #fea400;
	color: #841c0f;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_contact_indx_form_btn input,
.hs_contact_indx_form_btn input:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_contact_indx_form_btn input {
	width: 235px;
	height: 50px;
	background: #fff;
	border: 1px solid #841c0f;
	color: #841c0f;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s
}
.hs_shop_pp_img_main_wrapper a,
.hs_shop_prodt_img_wrapper a {
	left: 0;
	right: 0;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center
}
.hs_contact_indx_form_btn input:hover {
	background: #841c0f;
	border: 1px solid #fff;
	color: #fff;
	transition: all .5s
}
.hs_vs_left_side_first_wrapper {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_vs_left_side_first_wrapper img {
	width: 100%
}
.hs_blog_right_cate_list_heading_wrapper2 {
	margin-top: 0
}
.hs_vs_first_sec_wrapper {
	float: left;
	width: 100%;
	padding: 30px;
	border: 1px dashed #cecece;
	margin-top: 30px
}
.hs_vs_first_sec_wrapper h2 {
	font-size: 18px;
	color: #841c0f;
	padding-bottom: 10px
}
.hs_vs_second_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_vs_four_sec_wrapper img,
.hs_vs_second_sec_wrapper img {
	width: 100%
}
.hs_vs_second_sec_wrapper p {
	padding-top: 20px;
	float: left;
	width: 100%
}
.hs_vs_third_sec_wrapper {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_shop_tabs_cont_sec_wrapper,
.hs_vs_four_sec_wrapper {
	margin-top: 60px;
	float: left;
	width: 100%
}
.hs_vs_four_sec_wrapper p {
	padding-top: 60px
}
.hs_vs_four_cont_list_wrapper p {
	color: #841c0f
}
.hs_vs_four_list_cont_pera {
	padding-top: 40px
}
.hs_vs_five_cont_list_main_wrapper {
	padding-top: 25px
}
.hs_shop_pp_border_top_line {
	border-top: 1px solid #e0e0e0
}
.hs_shop_tabs_sec_wrapper .nav {
	display: inline-block;
	border: 1px dashed #b7b7b7
}
.hs_shop_tabs_sec_wrapper .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: #841c0f
}
.hs_shop_tabs_sec_wrapper .nav-pills>li>a {
	border-radius: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_shop_tabs_sec_wrapper .nav>li>a:hover,
.nav>li>a:focus {
	background: #841c0f;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_kd_first_sec_cont_wrapper li a,
.hs_kd_first_sec_cont_wrapper li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_shop_tabs_sec_wrapper .nav-pills>li {
	border-right: 1px dashed #b7b7b7
}
.hs_shop_tabs_sec_wrapper .nav-pills>li:last-child {
	border-right: 0
}
.hs_kd_first_sec_cont_wrapper {
	float: left;
	width: 100%;
	padding-top: 25px
}
.hs_kd_first_sec_cont_wrapper ul {
	float: left
}
.hs_kd_first_sec_cont_wrapper li {
	float: left;
	margin-right: 20px;
	color: #841c0f
}
.hs_kd_first_sec_cont_wrapper li a {
	transition: all .5s
}
.hs_kd_first_sec_cont_wrapper li a:hover {
	color: #841c0f;
	transition: all .5s
}
.hs_shop_prodt_img_wrapper a,
.hs_shop_prodt_main_box:hover .hs_shop_prodt_img_wrapper a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_kd_first_sec_cont_wrapper p {
	float: right
}
.hs_kd_first_sec_cont_wrapper p span {
	color: #841c0f
}
.mt0 {
	margin-top: 0!important
}
.hs_shop_prodt_main_box {
	float: left;
	width: 100%;
	margin-top: 35px;
	border: 1px dashed #ccc
}
.hs_shop_prodt_img_wrapper {
	float: left;
	width: 100%;
	position: relative
}
.hs_shop_prodt_img_wrapper img {
	width: 100%;
	padding: 15px
}
.hs_shop_prodt_img_wrapper a {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	float: left;
	width: 150px;
	height: 40px;
	background: #841c0f;
	color: #fff;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s;
	opacity: 0
}
.hs_shop_prodt_main_box:hover .hs_shop_prodt_img_wrapper a {
	transition: all .5s;
	opacity: 1
}
.hs_shop_prodt_img_cont_wrapper h2 a,
.hs_shop_prodt_img_wrapper a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_shop_prodt_img_wrapper a:hover {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	transition: all .5s
}
.hs_shop_prodt_img_cont_wrapper {
	float: left;
	width: 100%;
	padding: 20px 10px
}
.hs_shop_prodt_img_cont_wrapper h2 {
	text-align: center
}
.hs_shop_prodt_img_cont_wrapper h2 a {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	transition: all .5s
}
.hs_shop_pp_img_main_wrapper a,
.hs_shop_prodt_img_cont_wrapper h2 a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_shop_prodt_img_cont_wrapper h2 a:hover {
	color: #841c0f;
	transition: all .5s
}
.hs_shop_prodt_img_cont_wrapper h3 {
	font-size: 20px;
	color: #841c0f;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none
}
.hs_shop_prodt_img_cont_wrapper h3 span {
	font-size: 16px
}
.hs_shop_prodt_img_cont_wrapper h3 del {
	color: #797979
}
.hs_shop_prodt_img_cont_wrapper i {
	color: #841c0f;
	display: none
}
.hs_shop_prodt_img_cont_wrapper h4 {
	font-size: 16px;
	color: #841c0f;
	padding-top: 10px;
	display: none
}
.hs_shop_prodt_img_cont_wrapper h4 span {
	color: #797979
}
.hs_shop_pp_main_wrapper {
	background: url(../images/content/shop/shop_bg.html) center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative
}
.hs_shop_pp_img_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .88)
}
.hs_shop_pp_main_box_wrapper {
	float: left;
	width: 100%;
	margin-top: 60px
}
.hs_shop_pp_img_main_wrapper {
	float: left;
	width: 100%;
	position: relative
}
.hs_shop_pp_img_main_wrapper img {
	width: 100%
}
.hs_shop_pp_img_main_wrapper a {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	float: left;
	width: 150px;
	height: 40px;
	background: #841c0f;
	color: #fff;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s;
	opacity: 0
}
.hs_shop_pp_main_box_wrapper:hover .hs_shop_pp_img_main_wrapper a {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 1
}
.hs_shop_pp_main_box_wrapper {
	border: 1px dashed #ccc
}
.hs_shop_pp_img_main_wrapper a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.hs_shop_single_cart_btn li a,
.hs_shop_single_cart_btn li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_shop_pp_img_cont_main_wrapper {
	float: left;
	width: 100%;
	background: #fbfbfb;
	border-top: 1px dashed #ccc
}
.hs_shop_pp_img_cont_main_wrapper h2 a {
	font-size: 22px
}
.hs_shop_single_prod_slider_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px
}
.cc_ps_top_slider_section .owl-theme .owl-dots,
.cc_ps_top_slider_section .owl-theme .owl-nav {
	display: none
}
.cc_ps_top_slider_section,
.video_nav_img {
	float: left;
	width: 100%
}
.video_nav_img .cc_ps_tabs {
	margin-top: 28px
}
.hs_shop_single_cart_wrapper {
	float: left;
	width: 100%
}
.hs_shop_single_cart_wrapper h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	padding-bottom: 10px
}
.hs_shop_single_cart_wrapper i {
	color: #841c0f
}
.hs_shop_single_cart_wrapper h3 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px
}
.hs_shop_single_cart_wrapper h3 span {
	font-size: 16px;
	color: #841c0f;
	font-weight: 100
}
.hs_shop_single_cart_wrapper h3 del {
	color: #797979;
	font-size: 26px
}
.hs_shop_single_cart_icon_wrapper {
	float: left;
	width: 100%;
	margin-top: 20px
}
.hs_shop_single_cart_icon_left {
	float: left;
	width: 70px;
	height: 70px;
	border: 1px dashed #d6d6d6;
	line-height: 70px;
	text-align: center;
	color: #841c0f;
	font-size: 30px
}
.hs_shop_single_cart_icon_cont_left {
	float: left;
	width: calc(100% - 70px);
	padding-left: 20px;
	padding-top: 25px
}
.hs_shop_single_co_wrapper {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_shop_single_co_wrapper button {
	width: 200px;
	height: 50px;
	float: left;
	background: #ffb400;
	border: 1px solid #ffb400;
	color: #fff;
	-webkit-border-top-right-radius: 50px;
	-moz-border-top-right-radius: 50px;
	border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px
}
.hs_shop_single_co_wrapper input {
	float: left;
	width: calc(100% - 200px);
	height: 50px;
	border: 1px solid #e7e7e7;
	border-right: 0;
	padding-left: 20px;
	padding-right: 10px
}
.hs_shop_single_co_wrapper p {
	padding-top: 10px;
	float: left
}
.btc_shop_prod_quanty_bar {
	float: left;
	width: 100%;
	margin-top: 30px
}
.cc_ps_quan_heading_wrapper {
	float: left
}
.cc_ps_quantily_info input {
	width: 90px;
	height: 45px;
	border: 1px solid #eee;
	outline: 0;
	position: relative;
	margin-left: 34px;
	border-radius: 0;
	border-left: 0;
	border-right: 0
}
.decrease,
.increase {
	position: absolute;
	background: #f9f9f9;
	height: 45px;
	width: 40px;
	color: #d6d6d6;
	bottom: 0
}
.cc_ps_quantily_info input:focus {
	box-shadow: none;
	border: 1px solid #eee
}
.increase {
	left: 139px;
	border: 1px solid #eee;
	border-left: 0
}
.decrease {
	left: 10px;
	border: 1px solid #eee;
	border-right: 0
}
.hs_pp_bottom_btn li a,
.hs_shop_single_cart_btn li a {
	border: 2px solid #841c0f;
	line-height: 50px;
	height: 50px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	font-weight: 700
}
.hs_shop_single_cart_btn {
	float: left;
	width: 100%;
	margin-top: 30px
}
.hs_shop_single_cart_btn li a {
	width: 180px;
	background: #841c0f;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s
}
.hs_shop_single_cart_btn li a:hover {
	background: 0 0;
	border: 2px solid #e5e5e5;
	color: #000;
	transition: all .5s
}
.hs_pp_bottom_btn li a,
.hs_pp_bottom_btn li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s
}
.hs_pp_bottom_btn_wrapper {
	float: left;
	width: 100%;
	text-align: center
}
.hs_pp_bottom_btn ul {
	display: inline-block;
	margin-top: 60px
}
.btc_shop_single_tabs_wrapper .nav>li>a:after,
.form_error {
	display: none
}
.hs_pp_bottom_btn li a {
	width: 180px;
	background: #841c0f;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .5s
}
.hs_pp_bottom_btn li a:hover {
	background: 0 0;
	border: 2px solid #841c0f;
	color: #841c0f;
	transition: all .5s
}
.btc_shop_single_tabs_main_wrapper {
	float: left;
	width: 100%;
	padding-bottom: 100px
}
.btc_shop_single_tabs_wrapper .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: #841c0f;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.btc_shop_single_tabs_wrapper .nav>li>a {
	width: 170px;
	height: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid transparent;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.enquiry_form,
.form_error {
	height: auto;
	position: absolute
}
.btc_shop_single_tabs_wrapper .nav>li>a:hover,
.nav>li>a:focus {
	background: #ff2f0b;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.btc_shop_single_tabs_content_main_wrapper .tab-content {
	margin: 0
}
.btc_shop_single_tabs_content_main_wrapper {
	border: 1px solid #e5e5e5;
	border-top: 5px solid #841c0f;
	margin-top: -5px;
	padding: 45px;
	float: left;
	width: 100%
}
.btc_shop_single_tabs_wrapper .nav-pills>li+li {
	margin-left: 0
}
.btc_shop_single_tabs_img_wrapper {
	float: left;
	width: 260px
}
.btc_shop_single_tabs_img_content_wrapper {
	float: left;
	width: calc(100% - 260px);
	padding-left: 40px
}
.btc_shop_single_tabs_img_content_bottom_wrapper {
	float: left;
	width: 100%;
	padding-top: 40px
}
.btc_shop_single_tabs_img_content_bottom_wrapper ul {
	margin-top: 35px
}
.btc_shop_single_tabs_img_content_bottom_wrapper li {
	margin-top: 10px
}
.btc_shop_single_tabs_img_content_bottom_wrapper li:first-child {
	margin-top: 0
}
.btc_shop_single_tabs_img_content_bottom_wrapper li i {
	color: #841c0f;
	padding-right: 10px
}
.modal-dialog {
	width: 400px
}
.enquiry_form {
	width: 360px;
	background-color: rgba(255, 255, 255, .71);
	border-radius: 10px;
	padding: 13px 25px;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 999
}
.form_error {
	width: 95%;
	padding: 10px;
	background-color: rgba(249, 181, 36, 1);
	color: #000;
	text-align: center;
	font-size: 15px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0
}
.enquiry_form h2 {
	font-size: 22px;
	text-align: center;
	line-height: 28px
}
.input_box {
	width: 100%;
	height: 35px;
	border: 1px solid #485154;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px
}
.input_box>span:first-child {
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 38px;
	text-align: center;
	background-color: #FFF
}
.input_box span>i {
	color: #6c8c9e
}
.input_box input,
.input_box select,
.input_box textarea {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #FFF;
	box-shadow: none
}
.input_box .error {
	position: absolute;
	top: 100%;
	right: 0;
	border-radius: 5px;
	z-index: 99;
	padding: 5px 10px;
	background-color: rgba(244, 67, 54, 1);
	font-size: 12px;
	display: none
}
.border {
	border: 1px dotted orange
}
.plr15 {
	padding-left: 15px;
	padding-right: 15px
}
hr {
	float: left;
	width: 100%;
	border-top: 1px solid #eee
}
.bgadjust {
	padding-left: 25px;
	padding-right: 25px
}
.bgwhite {
	background: #fff
}
.bgorange {
	background: orange
}
.bggray {
	background: #f8f7eb
}
.pd0 {
	padding: 0
}
.page-main {
	float: left;
	width: 100%;
	display: inline-block;
	position: relative
}
.slidcontact {
	top: 40px;
	right: 130px;
	position: absolute;
	padding: 35px 20px;
	border-radius: 5px;
	background: orange
}
.slidcontact .title {
	font-size: 30px;
	color: #661002;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}
.clearfix {
	clear: both
}
.footerbar {
	width: 100%;
	position: fixed;
	bottom: 0;
	border-bottom: 1px solid #cdcdcd;
	z-index: 1000;
	font-size: .9em;
	padding: 7px 0 0;
	display: none
}
.footerbar .footer-half {
	width: 50%;
	text-align: center
}
.footer-fst-btn,
.footer-scnd-btn {
	text-shadow: none;
	font-size: 16px;
	width: 100%;
	color: #fff
}
.footer-fst-btn {
	background-color: #EF5B2B;
	border: 2px solid #EF5B2B
}
.footer-scnd-btn {
	background-color: #3292d2;
	border: 2px solid #2f3b5f
}
.mbl-enquiry {
	color: #fff;
	width: 35px;
	height: 35px;
	margin: 2px 0 2px 10px;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #00b11b
}
a.footer-fst-btn,
a.footer-scnd-btn {
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	font-size: 15px;
	line-height: 3.4;
	font-weight: 600;
	color: #fff;
	text-decoration: none
}
.footerbar .left {
	float: left;
	text-align: center
}
a.footer-fst-btn {
	background-color: #ff0505;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 0
}
.fa-globe {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.footerbar .right {
	float: right;
	text-align: center
}
a.footer-scnd-btn {
	background-color: #04981a;
	border: 1px solid #fff;
	border-radius: 0
}
.fa-phone {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
@media (max-width: 480px) {
	.footerbar {
		display: block
	}
	.modal-dialog {
		width: 100%;
		margin: 0
	}
	.modal-content {
		padding: 25px;
		background-color: Orange
	}
	.modal-header {
		background: #841c0f
	}
	.modal-title {
		color: #fff
	}
	.modal-content form {
		background: #fff
	}
	.blink_me,
	.horo {
		display: none
	}
	.hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
		top: 260px;
		left: -21px!important
	}
	.hs_client_slider_wrapper .owl-theme .owl-nav .owl-next {
		left: 317px;
		top: 255px!important
	}
	.hs_testi_cont_main_wrapper {
		padding: 10px;
		height: auto
	}
	.hs_testi_cont_inner_wrapper {
		height: auto;
		padding: 15px 10px
	}
	.hs_num_sidebar_main_wrapper {
		padding-bottom: 0
	}
	.hs_kd_six_sec_btn li a,
	.hs_kd_six_sec_btn li input {
		width: 200px;
		font-size: 17px
	}
	.mobail_menu .container-fluid {
		padding-right: 0;
		padding-left: 0
	}
	.hs_btn_wrapper p {
		font-size: 17px
	}
}
.comunication_section {
	display: none
}
@media (max-width: 350px) {
	.imgsec img {
		width: 30px!important
	}
	.imgsec {
		margin: 0 5px 0 0!important
	}
	.textsec p {
		font-size: 11px!important
	}
}
@media (max-width: 480px) {
	.comunication_section {
		width: 100%;
		margin: 0 auto;
		padding: 17px 0 10px;
		background: #3b0101;
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 999;
		border-top: 1px solid #ddd;
		text-align: center
	}
	.inside_comunication_section {
		width: 90%;
		margin: 0 auto;
		padding: 0
	}
	.sectionleft {
		float: left;
		margin: 0 10px 0 0;
		padding: 0
	}
	.sectionleft:nth-child(3) {
		margin: 0
	}
	.imgsec {
		float: left;
		margin: 0 8px 0 0;
		padding: 0;
		width: auto
	}
	.imgsec img,
	.textsec,
	.textsec p {
		padding: 0;
		margin: 0
	}
	.imgsec img {
		width: 32px;
		height: auto;
		border: 0
	}
	.textsec {
		float: left;
		width: auto
	}
	.textsec p {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		line-height: 16px;
		text-align: left
	}
}
.keywords {
	font-family: calibri;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px
}
,
.hs_cycle_img .hs_tab_shap1,
.hs_tab_shap10,
.hs_tab_shap11,
.hs_tab_shap12,
.hs_tab_shap2,
.hs_tab_shap3,
.hs_tab_shap4,
.hs_tab_shap5,
.hs_tab_shap6,
.hs_tab_shap7,
.hs_tab_shap8,
.hs_tab_shap9 {
	display: none
}
img {
	-moz-user-select: none!important;
	-webkit-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important;
	-webkit-user-drag: none!important;
	user-drag: none!important;
	-webkit-touch-callout: none!important
}
.hs_cycle_img img {
	animation: pawan linear 5s infinite
}
.main {
	width: 100%;
	margin: auto;
	padding: 0;
	float: none;
}
.main .ban1 div {
	text-align: center;
	padding: 25px 0;
	font-size: 25px;
	line-height: 1.3
}
.main .ban1 div h1 {
	color: #fff;
	font-size: 25px
}
.banner {
	/* height: 145px; */
	/* margin: 0; */
	background: orange;
	/* border-top: 1px dashed #fff; */
	/* outline: #7c2f31 solid 0; */
	/* border-bottom: 1px dashed #fff; */
	/* box-shadow: inset 0 0 200px #841c0f99; */
}
.banner .ban1 img {
	width: 100%;
	padding-top: 7px
}
.ban1 {
	padding: 0 40px
}
.blink_me {
	padding-top: 5px;
	animation: blinker 2s linear infinite
}
@keyframes blinker {
	50% {
		opacity: .1
	}
}
.horo {
	margin: -28px 0 0;
	overflow: hidden
}
.horo img {
	animation: pawan linear 8s infinite
}
@keyframes pawan {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}
.hs_indx_title_main_wrapper {
	display: none
}
.mt35 {
	/* margin-top: 35px; */
	padding: 0px;
}
.mb25 {
	margin-bottom: 25px
}
.sitemap {
	width: 100%
}
.sitemap li {
	text-align: left
}
.erro404,
.our_work h1,
.paytm {
	text-align: center
}
.sitemap li a {
	color: #fff;
	float: left;
	width: 100%;
	padding: 5px 0
}
.sitemap li a:hover {
	color: #fef402
}
.erro404 h1 {
	color: #fff;
	font-size: 100px
}
.erro404 h2 {
	color: #fff;
	font-size: 50px
}
#work {
	width: 100%;
	padding-top: 0;
	color: #f5f5f5;
	clear: both;
	padding-bottom: 100px;
	background-color: #691014cc
}
.paytm {
	margin-bottom: 10px
}
.paytm a {
	color: #fef402
}
.our_work h1 {
	color: #fff;
	padding-top: 70px;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.our_work p,
.payments p {
	font-family: 'Arbutus Slab', serif;
	text-align: center
}
.our_work p {
	padding-top: 20px
}
.bnk_one,
.bnk_two {
	border: 10px solid orange;
	border-radius: 10px
}
.payments {
	margin-top: 40px
}
.payments p {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px
}
.location-heading,
.location-text {
	font-family: Tahoma;
	color: #FFF;
	line-height: 25px
}
.location {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	text-align: justify
}
.location-heading {
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	padding: 15px 0 4px
}
.location-text {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-decoration: none
}
.location-text:hover {
	color: #ddd
}
.hidden-lg {
	display: none
}
.image_ctrl {
	width: 100%;
	margin-top: 10px;
	border-radius: 10px;
	border: 10px solid #fff;
}
.main-content {
	padding: 20px;
	background-color: #f5d186;
	box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}
.main-content iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	/*position: absolute;*/
}
.videoHeading {
	margin: 0;
	background-color: #b10505;
	color: #fff;
	padding: 13px 0px;
	text-align: center;
}






































.basic-padding{
    padding-top:15px;
    padding-bottom:15px;
}
.image-hover {
  background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: left;
}
.image-hover .overlay::before {
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.image-hover img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  max-width: none;
  width: calc(108%);
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.image-hover h2 {
  padding: 15% 0 10px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
}
.image-hover .btn-hover {
  display: inline-block;
  color: #fff;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.image-hover:hover img {
  opacity: .6;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.hs_service_main_wrapper

{
    /* background-image: url(../images/astro4.jpg); */
    background-size: cover;
    background-position: center;
}

.hs_sign_main_wrapper
{
     background-image: url(../images/astro4.jpg); 
	background-size: cover;
	background-position: center;
    
}


.kar
{
    
        font-weight: 400;
    font-family: calibri;
    font-style: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    padding: 0 0px 0 0px;
}

.kar-1
{
        width: 100%;
    height: 520px;
}


@media (max-width: 316px) {
	.kar-1
    {
         width: 100%;
    height: 150px;
    }
}


@media (max-width: 460px) {
	.kar-1
    {
         width: 100%;
    height: 200px;
    }
}


.kar-2
{
        padding: 10px 0px 37px 0px;
        font-family: 'Poiret One', cursive;
}

.kar-3
{
        padding: 10px 0px 20px 0px;
        font-family: 'Poiret One', cursive;
}

.kar-4
{
    font-family: monospace;
}


.qw
{
    /* font-family: 'Nova Slim', cursive; */
    font-size: 18px;
    font-family: calibri;
    padding-top: 12px;
}


.wq
{
   
    font-size: 40px;
    font-weight: 100;
   
    text-transform: uppercase;
    padding: 9px 0px 23px 0px;
}

.tab-content {
    overflow: visible;
    padding: 30px 0;
    float: left;
}

.we {
    font-family: 'Roboto';
    font-weight: 400;
    font-family: calibri;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    padding: 0 0px 0 0px;
}

.bold
{
    font-weight: 400;
    font-family: calibri;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    padding: 0 0px 0 0px;
}

.read-less-location a.loc-read {
    font-size: 14px;
    color: #E25D11;
    line-height: 31px;
    padding: 0 0 0 6px;
    margin: 0 0 0 0px;
    font-weight: 500;
    text-decoration: none;
    text-align: justify;
}


.mm
{
    font-size: 18px;
    padding-left: 9px;
}

@media (max-width: 767px)
{
    .slider-area .carousel-inner .item .caption-3
    {
        width: 100% !important;
    }
}



.bb
{
    padding-left: 12px;
}