@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&amp;family=Didact+Gothic&amp;family=Nunito+Sans:opsz,wght@6..12,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;0,700;1,400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&amp;display=swap');








:root {
	--color-one: #fd019c;
	--color-two: #000000eb;
}



body {
	background: #fff;
	color: #363636;
	font-family: 'Lora', serif;
	font-size: 14px;
	padding: 0 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	color: #0c0c0c;
	margin: 0 0 20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #0c0c0c
}

p a {
	color: #363636;
	width: auto;
	display: inline-block
}

p a:hover {
	text-decoration: underline;
	outline: 0
}

p {
	letter-spacing: normal;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 16px;
	color: #363636
}

a {
	color: #7f7f7f;
	text-decoration: none;
	outline: 0;
	display: block
}

a:active,
a:focus,
a:hover {
	outline: 0;
	text-decoration: none
}

img {
	max-width: 100%
}

iframe {
	border: 0;
	width: 100%
}

blockquote {
	padding: 0;
	border: 0
}

label {
	color: #f20404;
	display: block;
	font-weight: 400;
	margin: 0
}

textarea {
	height: 100px !important
}

input,
select,
textarea {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px !important
}

.form-group {
	position: relative;
	margin-bottom: 15px
}

.form-control::-moz-placeholder {
	color: #555
}

.form-control:focus::-moz-placeholder {
	color: var(--color-one)
}

.form-control:focus {
	border-color: var(--color-one);
	box-shadow: none
}

h2 {
	font-size: 26px;
	font-weight: 700
}

h3 {
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: 700;
	overflow: hidden
}

h3 span {
	padding: 0 10px 0 0;
	position: relative
}

h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
	text-align: center;
	padding: 15px 0;
	color: #fff
}

h5 {
	text-transform: capitalize
}

.web-pulse-header {
	float: left;
	width: 100%;
	background: #57306c
}

.web-pulse-header .w-e-b-p-u-l-s-e-topbar {
	background: #fff;
	padding: 2px 15px
}

.logo {
	margin: 8px 0 0
}

.top_right {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	height: 96px;
	align-items: center;
	padding: 15px 0;
	z-index: 1;
}

.top_right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: white;
	transform: rotate(90deg);
	z-index: -1;
	border-left: 8rem solid #ffffff;
	border-top: 8rem solid var(--color-two);
}

.search {
	max-width: 330px;
	width: 100%;
	margin: 0 0;
	padding: 0;
	position: relative
}

.search_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 15px;
	line-height: 40px;
	background: var(--color-one);
	color: #fff;
	border: 0;
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0 4px 4px 0;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}

.search_btn:hover {
	background: var(--color-one)
}

.phone_call {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
	padding: 5px 15px;
	background: var(--color-one);
	;
	border-radius: 5px;
	transition: .3s;
	border-radius: 0;
	box-shadow: 0 8px 6px -6px #727272
}

.phone_call a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif
}

.phone_call a svg {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align: middle
}

.phone_call:hover {
	background: #eee
}

.phone_call:hover a {
	color: #666
}

.navbar .phone_call {
	margin: 10px 0
}

.navbar .phone_call a {
	color: #fff
}

.navbar .phone_call a:focus,
.navbar .phone_call a:hover {
	color: var(--color-one)
}

ul.social {
	float: left;
	margin: 0;
	padding: 0
}

.top_right ul.social {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
	width: auto
}

ul.social li {
	margin: 0 0 0 3px;
	display: inline-block
}

ul.social li a {
	transition: background .4s ease-in-out;
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 0;
	box-shadow: 0 8px 6px -6px var(--color-one);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #fff;
	border: 1px solid #efefef
}

ul.social li a svg {
	color: #222;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0
}

ul.social li a:hover svg {
	color: #fff
}

ul.social li.facebook a:hover {
	background: #3c5b9b
}

ul.social li.twitter a:hover {
	background: #359bed
}

ul.social li.linkedin a:hover {
	background: #027ba5
}

ul.social li.youtube a:hover {
	background: #f70000
}

ul.social li.instagram a:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.menubar {
	float: left;
	width: 100%;
	position: relative;
	background: var(--color-one)
}

.menubar.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.navigation .nav-header {
	display: none;
	padding: 12px 20px
}

.navigation .navbar button {
	float: right;
	width: 40px;
	height: 40px;
	background: 0 0;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 25px;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	position: relative;
	z-index: 99;
	padding: 5px;
	position: relative;
	transform: rotate(0);
	transition: .5s ease-in-out;
	cursor: pointer
}

.navigation .navbar button span {
	display: block;
	position: absolute;
	height: 3px;
	width: 70%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 15%;
	transform: rotate(0);
	transition: .25s ease-in-out
}

.navigation .navbar button span:first-child {
	top: 8px
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
	top: 18px
}

.navigation .navbar button span:nth-child(4) {
	top: 28px
}

.navigation .navbar button.open span:first-child {
	top: 18px;
	width: 0%;
	left: 50%
}

.navigation .navbar button.open span:nth-child(2) {
	transform: rotate(45deg)
}

.navigation .navbar button.open span:nth-child(3) {
	transform: rotate(-45deg)
}

.navigation .navbar button.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}

.navigation .menu {
	display: block
}

.navigation .menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block
}

.navigation .menu ul li {
	display: inline-block;
	position: relative
}

.navigation .menu ul li a {
	padding: 10px 18px;
	display: block;
	color: #fff;
	transition: all .3s ease;
	font-size: 14px;
	background: 0 0;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
	color: #fff;
	background: 0 0
}

.navigation .menu ul li ul.cs-dropdown {
	top: 100%;
	left: 0;
	text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
	border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
	left: 100%;
	margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
	left: -100%;
	margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
	position: absolute;
	width: 285px;
	display: none;
	z-index: 99999;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .4);
	background: #fff;
	margin: 0;
	padding: 0;
	transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
	display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
	display: none;
	transition: all .3s ease;
	width: 250px
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
	display: block
}

.navigation .menu ul li ul.cs-dropdown li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #eee;
	width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
	border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
	display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
	color: #fff;
	background: var(--color-one)
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
	color: #fff;
	background: var(--color-one)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
	background: #fff;
	color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
	color: #fff;
	background: var(--color-one)
}

.navigation .menu ul li ul.cs-dropdown li a {
	color: #333;
	font-size: 14px;
	padding: 7px 15px;
	position: relative;
	display: block;
	text-transform: capitalize;
	font-weight: 400;
	background: #fff;
	transition: all .3s ease;
	border-bottom: 0 solid transparent
}

.navigation ul li.cs-submenu a button {
	border: 0;
	background: 0 0;
	outline: 0;
	padding: 0;
	margin: -10px 0 6px 3px;
	color: #fff
}

.navigation ul li.cs-submenu a button svg {
	width: 16px;
	height: 16px
}

.navigation ul li.cs-submenu:hover svg {
	transform: rotateZ(180deg);
	color: #fff
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
	color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
	float: right;
	color: #333
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
	transform: rotateZ(-90deg)
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
	color: #fff
}

/* .navigation ul li.branchMenu ul li{width: 100%;} */
.navigation .navbar {
	display: block;
	padding: 12px 0;
	margin: 0
}


.navigation .navbar .mobail_menu_btn {
	margin-top: 1rem;
}

.navigation .navbar .logo,
.navigation .navbar .mobail_menu_btn {
	display: none !important;
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
	visibility: visible;
	opacity: 1
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
	left: 100%;
	margin-top: -36px
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
	left: -100%;
	margin-top: -31px
}

.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
	visibility: visible;
	opacity: 1
}

.navigation .menu ul>li ul.cs-dropdown {
	position: absolute;
	width: 280px;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	transition: all .3s ease;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left
}

.navigation .menu ul>li ul.cs-dropdown li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #eee;
	width: 100%
}

.navigation .menu ul>li ul.cs-dropdown {
	position: absolute;
	width: 500px;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	transition: all .3s ease;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left
}

.navigation .menu ul>li ul.cs-dropdown li {
	display: inline-block;
	padding: 0;
	border-bottom: 1px solid #eee;
	width: 50%;
	float: left;
	border-left: 1px solid #eee !important;
}

.navigation .menu ul>li.branchMenu ul.cs-dropdown {
	width: 235px !important;
}

.navigation .menu ul>li.branchMenu ul.cs-dropdown li {
	width: 100% !important;
}

.navigation .menu ul>li:nth-child(2) ul.cs-dropdown {
	width: 250px
}

.navigation .menu ul>li:nth-child(2) ul.cs-dropdown li {
	width: 100%
}

.navigation .menu ul>li ul.cs-dropdown li ul.cs-dropdown {
	right: 100%;
	left: auto
}

.navigation .menu ul>li:nth-child(4) ul.cs-dropdown li ul.cs-dropdown {
	left: 100% !important;
	right: auto !important
}

.navigation .menu ul>li:nth-child(6) ul.cs-dropdown {
	right: 0 !important;
	left: auto !important
}

.navigation .menu ul>li:nth-child(7) ul.cs-dropdown {
	right: 0 !important;
	left: auto !important
}

.navigation .menu ul>li ul.cs-dropdown li ul.cs-dropdown {
	width: 500px !important;
	max-height: 400px;
	overflow: auto;
}

.navigation .menu ul>li ul.cs-dropdown li ul.cs-dropdown li {
	width: 50%;
	float: left
}

.home_slider {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative
}

.home_slider #slider {
	overflow: hidden;
	width: 100%
}

.slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.home_slider .slide img {
	width: 100%;
	max-width: 100%;
	height: auto
}

#slider .owl-next,
#slider .owl-prev {
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 50px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #333;
	border: 0;
	outline: 0;
	background: #fff;
	z-index: 9;
	background: rgba(255, 255, 255, .5)
}

#slider .owl-nav .owl-prev {
	left: 80px
}

#slider .owl-nav .owl-next {
	right: 80px
}

#slider .owl-next:hover,
#slider .owl-prev:hover {
	background: var(--color-one);
	color: #fff;
	border-color: var(--color-one)
}

#slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.w-p-s-home-feture {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}

.offers .item {
	display: flex;
	align-items: center;
	background: var(--color-one);
	;
	padding: 11px 11px;
}

.offerhead {
	font-size: 22px;
	padding: 0;
	float: left;
	margin: 0;
	color: #fff;
	text-transform: uppercase
}

.viewbt {
	color: #222;
	font-size: 16px;
	padding: 8px 20px;
	margin: 0;
	text-decoration: none;
	float: right;
	background: #fff;
	border: 0;
	border-radius: 4px;
	margin-left: auto
}

.viewbt:hover {
	background: var(--color-one);
	color: #fff
}

.home_featured {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background: #fff
}

.title_2 {
	padding: 0 0 0;
	margin: 0;
	text-align: center;
	text-transform: initial;
	margin-bottom: 25px;
	position: relative;
	overflow: visible;
	color: #0c0c0c;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}

.tt-bx {
	margin-bottom: 10px;
}

.tt-bx p {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	font-size: 15px;
}

.title_2:after {
	background: var(--color-one);
	;
	bottom: -10px;
	content: "";
	height: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 80px
}

.text-left:after {
	display: none
}

#featuredProducts .owl-next,
#featuredProducts .owl-prev {
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 45px;
	height: 45px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: 0;
	outline: 0;
	background: var(--color-one);
	border-radius: 100%;
	z-index: 9
}

#featuredProducts .owl-nav .owl-prev {
	left: -20px
}

#featuredProducts .owl-nav .owl-next {
	right: -20px
}

#featuredProducts .owl-next:hover,
#featuredProducts .owl-prev:hover {
	background: var(--color-one);
	color: #fff;
	border-color: var(--color-one)
}

#featuredProducts .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.feature_item .item {
	background: #fff;
	margin: 10px 10px 15px;
	padding: 0;
	position: relative;
	z-index: 0;
	border-radius: 10px
}

.feature_item .feature_image {
	position: relative;
	text-align: center;
	min-height: 345px;
	overflow: hidden
}

.feature_item .feature_image .image {
	position: relative;
	padding: 0;
	text-align: center;
	min-height: 345px;
	overflow: hidden;
	transition: all .4s ease-in-out
}

.feature_item .image img {
	position: absolute;
	margin: auto;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	width: 100%
}

.feature_item:hover .feature_image .image {
	transform: scale(1.1)
}

.feature_sec {
	display: block;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
	width: 100%
}

.feature_sec .title_h3 {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 700;
	overflow: hidden
}

.feature_sec .title_h3 a {
	color: #333
}

.feature_sec:hover .title_h3 a {
	color: var(--color-one)
}

.feature_sec p {
	font-weight: 400;
	font-size: 16px;
	color: #333
}

.read_more {
	position: relative;
	padding: 10px 25px 10px 25px;
	background: var(--color-one);
	;
	z-index: 1;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
	transition: all .3s;
	margin-top: 20px;
	height: 44px;
	border-radius: 5px;
	margin: auto !important;
}

.read_more:after,
.read_more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	border-radius: 0;
	z-index: -1;
	height: 100%;
	background: var(--color-one);
	will-change: transform;
	transform: skew(-45deg) scaleX(0);
	transition: transform .3s ease-in-out
}

.read_more:before {
	right: 75%;
	margin-right: -1px;
	transform-origin: 0% 0%
}

.read_more:after {
	width: 70%;
	left: 75%;
	margin-left: -1px;
	transform-origin: 100% 0%
}

.read_more:hover:after,
.read_more:hover:before {
	transform: skew(-45deg) scaleX(1.5)
}

.read_more:hover {
	color: #fff
}

button.read_more {
	border: 0;
	margin: 0;
	border-radius: 4px
}

.title_3 {
	overflow: visible;
	padding: 0 0 0;
	font-size: 25px;
	margin: 0;
	float: left;
	width: 100%;
	color: var(--color-one);
	;
	margin-bottom: 15px;
	position: relative;
	font-family: 'Nunito Sans', sans-serif
}

.title_5 {
	text-align: center;
	overflow: visible;
	padding: 0 0 0;
	font-size: 24px;
	margin: 0;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	font-weight: 600
}

.title_5:after {
	background: var(--color-one);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 50px
}

.home_right {
	float: right;
	max-width: 450px;
	margin: 0 0 15px 25px;
	border-radius: 8px;
	overflow: hidden
}

.work-exp-area {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: url(../images/home/welcome-bg.html) 50% 0/cover fixed
}

.work-exp-area .work-content .work-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.work-exp-area .work-content .work-header span {
	height: 100px;
	width: 100px;
	border: 5px solid #d2d2d2;
	text-align: center;
	line-height: 100px;
	font-size: 50px;
	font-weight: 700;
	color: var(--color-one);
	margin-right: 20px;
	display: inline-block
}

.work-exp-area .work-content .work-header .title {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-two);
	line-height: normal
}

.work-exp-area .work-content .work-item .title {
	font-size: 18px;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
	text-transform: initial
}

.work-exp-area .work-content .work-item .title span {
	color: var(--color-one)
}

.work-exp-area .work-content h2.title_3 {
	font-size: 24px;
	margin-bottom: 20px
}

.work-exp-area .work-content h2 {
	font-size: 20px;
	margin: 15px 0 10px
}

.work-exp-area .work-content .work-item p {
	line-height: 25px;
	padding-right: 0;
	text-align: justify
}

.work-exp-area .work-content .single-work-services p {
	text-align: left
}

.work-exp-area .work-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 11px;
	display: block;
	max-width: 100%;
	clear: left
}

.work-exp-area .work-content li {
	line-height: 28px;
	font-size: 16px;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	display: flex;
	align-items: center
}

.work-exp-area .work-content li:before {
	width: 20px;
	height: 20px;
	color: #4e4e4e;
	font-weight: 400;
	margin-top: 0;
	margin-right: 5px;
	float: left;
	content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.work-exp-area .single-work-services {
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
	border-radius: 5px;
	padding: 15px 25px 20px;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	background: #fff;
	margin-bottom: 30px
}

.work-exp-area .single-work-services .title {
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
	margin-bottom: 10px;
	color: var(--color-one);
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.work-exp-area .single-work-services p {
	font-size: 15px;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	margin: 0
}

.welcome-box {
	background: #fff;
	padding: 50px 15px;
}

.video-section {
	margin: 0;
	padding: 0 0 20px;
	position: relative
}

.video-section .video-inner {
	position: relative;
	max-width: 640px;
	width: 100%;
	padding: 140px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 480px;
	margin: 0;
	border-radius: 6px;
	border: 5px solid #fff
}

.video-section .video-inner .video-content a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: .3s
}

.video-section .video-inner .video-content a svg {
	width: 30px;
	height: 30px
}

.video-section .video-inner .video-content a:hover {
	background: var(--color-one);
	color: #fff
}

.video-section .video-inner .video-content {
	position: relative;
	text-align: center
}

.home_about-web-pulse {
	float: left;
	width: 100%;
	color: #fff;
	padding: 80px 0;
	background: url(../images/home/about_bg.html) no-repeat fixed;
	background-repeat: repeat;
	background-size: 100%;
	position: relative;
	overflow: hidden
}

.home_about-web-pulse {
	padding: 0
}

.home_about-web-pulse .features-image {
	width: calc(75% - 210px);
	float: left;
	display: block
}

.home_about-web-pulse .web-pulse-features-area {
	width: -webkit-calc(25% + 210px);
	width: calc(25% + 210px);
	float: left;
	position: relative
}

.home_about-web-pulse .web-pulse-features-area::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(229, 149, 9, .5);
	top: 0;
	left: 0;
	display: block;
	z-index: 1
}

.home_about-web-pulse .web-pulse-features-area .features {
	max-width: 460px;
	position: relative;
	z-index: 2
}

.home_about-web-pulse:before {
	background-color: rgba(17, 17, 17, .6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.home_about-web-pulse h3 {
	color: #fff;
	font-size: 36px;
	font-style: italic
}

.home_about-web-pulse h3 span {
	color: var(--color-one);
	font-weight: 700
}

.home_about_text {
	margin-bottom: 20px
}

.home_about-web-pulse .home_about_text p {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	padding: 0 0;
	font-weight: 500;
	line-height: 24px
}

.home_about-web-pulse .home_about_text p a {
	color: #fff
}

.webpulse_welcome_list {
	padding: 40px 0 40px 30px;
	z-index: 9
}

.webpulse_welcome_col {
	padding: 40px 20px 40px 90px;
	z-index: 5
}

.webpulse_welcome_list img {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 15px
}

.webpulse_welcome_list p {
	color: #fff;
	letter-spacing: .1px;
	margin: 0 0 15px
}

.home_video {
	width: 100%;
	height: 330px
}

.wps-factsheet {
	width: 100%;
	float: left;
	padding: 10px 0;
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	box-shadow: 0 8px 4px -4px #555;
	margin-bottom: 15px;
	min-height: 80px
}

.wps-factsheet .icon {
	height: 55px;
	float: left
}

.wps-factsheet .icon img {
	float: left;
	width: 55px;
	padding-left: 5px;
	padding-right: 10px
}

.wps-factsheet .info {
	padding-top: 2px;
	text-align: left
}

.wps-factsheet .info h4 {
	margin: 0;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-align: left;
	text-transform: inherit
}

.wps-factsheet .info p {
	font-size: 12px;
	margin: 0;
	line-height: 18px;
	color: #666
}

.webpulse_home_product {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background: var(--color-one)
}

.webpulse_home_product h2 {
	color: #fff;
	margin-bottom: 50px
}

.feature_item_1 {
	background: #fff;
	margin: 0 0 20px;
	padding: 0
}

.feature_item_1 .feature_image {
	position: relative;
	padding: 0;
	text-align: center;
	min-height: 260px;
	overflow: hidden;
	border-bottom: 3px solid var(--color-one)
}

.feature_item_1 .feature_image .image {
	position: relative;
	padding: 0;
	text-align: center;
	min-height: 276px;
	overflow: hidden;
	transition: all .4s ease-in-out
}

.feature_item_1 .image img {
	position: absolute;
	margin: auto;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	width: auto;
	max-height: 100%
}

.feature_item_1:hover .feature_image .image {
	transform: scale(1.1)
}

.feature_item_1 .feature_sec {
	display: block;
	overflow: hidden;
	padding: 15px;
	text-align: center
}

.feature_item_1 .feature_sec h3 {
	display: flex;
	width: 100%;
	text-align: center;
	float: inherit;
	padding: 0 10px;
	font-weight: 600;
	font-size: 16px !important;
	color: #333;
	align-items: center;
	justify-content: center;
	text-transform: none;
	margin-bottom: 5px;
	line-height: 23px;
	text-transform: capitalize;
	height: 50px
}

.feature_item_1 .feature_sec span a {
	color: #333;
	font-weight: 600;
	border-bottom: 0;
	padding-bottom: 10px
}

.feature_item_1 .feature_sec:hover span a {
	color: var(--color-one)
}

.feature_item_1 .feature_sec h3 a {
	color: #333;
	font-weight: 600;
	border-bottom: 0;
	padding-bottom: 10px
}

.feature_item_1 .feature_sec:hover h3 a {
	color: var(--color-one)
}

.feature_item_1 .feature_sec p {
	font-weight: 400;
	font-size: 15px;
	color: #333
}

.feature_item_1 .feature_sec .read_more {
	margin-top: 0 !important
}

.bg_1 {
	background: var(--color-one)
}

#ourProducts .owl-next,
#ourProducts .owl-prev {
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 45px;
	height: 45px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: 0;
	outline: 0;
	background: var(--color-two);
	border-radius: 100%;
	z-index: 9
}

#ourProducts .owl-nav .owl-prev {
	left: -20px
}

#ourProducts .owl-nav .owl-next {
	right: -20px
}

#ourProducts .owl-next:hover,
#ourProducts .owl-prev:hover {
	background: var(--color-one);
	color: #fff;
	border-color: var(--color-one)
}

#ourProducts .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.wps_why_us {
	float: left;
	width: 100%;
	color: #fff;
	padding: 40px 0;
	margin: 0;
	background: #fff
}

.wps_why_us .title_2 {
	margin-bottom: 50px
}

.ctpbox {
	background: var(--color-one);
	margin-top: 30px;
	height: 150px;
	position: relative
}

.ctpbox .texti {
	padding-top: 80px;
	font-size: 21px;
	width: 100%;
	text-align: center;
	color: #fff
}

.ctpcount {
	width: 100px;
	height: 100px;
	padding: 0;
	margin: -40px auto 0;
	border: 3px solid var(--color-one);
	text-align: center;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0
}

.ctpcount img {
	width: 65px;
	margin: 15px auto
}

.web-pulse-choose {
	float: left;
	width: 100%;
	color: #fff;
	padding: 80px 0 0;
	background: url(../images/home/background1.html) no-repeat fixed;
	text-align: center;
	background-repeat: repeat;
	background-size: 100%;
	position: relative
}

.web-pulse-choose:before {
	background-color: rgba(17, 17, 17, .6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.red-sec-heading {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 0 0 50px;
	margin-bottom: 15px
}

.red-sec-heading h5 {
	color: #fff;
	margin: 0;
	float: left;
	font-size: 30px;
	font-weight: 700
}

.why_choose_p {
	color: #fff;
	text-align: left;
	margin-bottom: 15px
}

.icon_box {
	background: var(--color-one);
	text-align: left;
	padding-left: 15px !important;
	position: relative;
	padding: 20px !important;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 0;
	min-height: 130px;
	transition: all .3s ease
}

.icon_box img {
	display: inline-block;
	font-size: 42px;
	transition: all .3s ease;
	font-weight: 600;
	vertical-align: text-bottom
}

.media-heading {
	text-align: left;
	padding: 0;
	margin-bottom: 10px !important;
	color: #fff;
	font-size: 20px
}

.icon_box p {
	color: #fff;
	font-weight: 400
}

.icon_box:hover {
	transform: translateY(-5px)
}

.webpulse-home_blog {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0px 20px;
}

.webpulse-home_blog h2 {
	text-transform: uppercase
}

.webpulse-home_blog h2 span {
	color: var(--color-one)
}

.h_blog .item {
	max-width: 100%;
	padding-bottom: 11px;
	position: static;
	opacity: 1;
	transition: opacity .3s ease;
	top: 0;
	left: 0
}

.h_blog .item .blog_b {
	position: relative;
	padding: 0
}

.h_blog .item .blog_b p {
	padding: 0 19px;
	text-align: left;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center
}

.blogbox {
	position: relative;
	text-align: center;
	background: #fdfdfd;
	overflow: hidden;
	margin-bottom: 10px
}

.blogbox:hover img {
	opacity: .5;
	transition: .5s
}

.bloghead {
	background: var(--color-one);
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	font-weight: 500;
	height: 70px;
	line-height: 24px;
	transition: all .2s linear;
}

.bloghead:hover {
	background: var(--color-one);
	;
}

.bloghead a {
	color: #fff
}

.blogdate {
	width: 82px;
	text-align: center;
	padding: 14px 0 0 0;
	background-color: #fff;
	margin: 0;
	position: absolute;
	z-index: 50;
	font-size: 17px;
	color: #909090;
	position: absolute;
	top: 5px;
	left: 5px
}

.blogdate span {
	color: var(--color-one);
	font-size: 26px
}

.blogcom {
	background-color: #683e81;
	margin-top: 15px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 25px
}

.blogcom img {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline !important;
	width: auto
}

.blog_b:hover .bloghead {
	background: #7eadbc
}

.home_testimonials_webpulse {
	float: left;
	width: 100%;
	color: #fff;
	padding: 50px 0 30px;
	background: url(../images/background1.png) no-repeat;
	text-align: left;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative
}

.home_testimonials_webpulse:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.home_testimonials_webpulse .title_2 {
	color: var(--color-one);
	;
	margin-bottom: 20px
}

.image-carousel {
	float: left;
	width: 100%
}

.testimonials-item {
	padding: 40px 30px;
	font-size: 15px;
	background: #fff;
	border-radius: 10px;
	line-height: 24px;
	color: #333;
	min-height: 260px;
	display: flex;
	align-items: center
}

.testimonials-item span {
	color: var(--color-one);
	;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px
}

.dont-know {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 999
}

.web-pulse-testimonials .testimonial-info {
	font-size: 16px;
	padding: 0 15px;
	margin-top: 18px
}

.web-pulse-testimonials .testimonial-info span {
	float: left;
	top: 3px;
	font-weight: 600;
	position: relative;
	color: #fff
}

.web-pulse-testimonials .testimonial-info p {
	color: #fff;
	display: block;
	font-size: 13px;
	margin-top: 10px
}

.web-pulse-testimonials .testimonial-info img {
	width: 80px;
	float: left;
	height: 80px;
	padding: 2px;
	margin-right: 15px;
	border: solid 1px #ccc
}

.web-pulse-testimonials .testimonial-author {
	color: var(--color-one);
	display: block;
	font-size: 100px;
	width: 200px
}

.testimonials-item {
	position: relative
}

.testimonials-item:after,
.testimonials-item:before {
	left: 80px;
	bottom: -20px
}

.rounded-x {
	border-radius: 50%
}

#testimonials .item {
	background-color: #fff
}

.faq_section {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: url(../images/bg-2.html)
}

.accordion-item {
	margin-bottom: 15px;
	border-radius: 5px !important;
	overflow: hidden
}

.accordion-header {
	padding: 0 !important;
	margin: 0 !important;
	text-transform: initial
}

.accordion-item:not(:first-of-type) {
	border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-button {
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 400
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background: var(--color-one);
	font-weight: 400
}

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
	transform: rotate(0)
}

.accordion-button:focus,
.accordion-button:hover {
	color: #fff;
	background: var(--color-one)
}

.accordion-button:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
	transform: rotate(-180deg)
}

.accordion-body p {
	font-size: 16px;
	line-height: 24px
}

.webpulse_home_clients {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: #fff
}

.webpulse_home_clients .clients {
	border: 2px solid #000;
	max-width: 100%;
	background: #fff;
	margin-bottom: 26px;
	position: static;
	opacity: 1;
	margin: 0;
	transition: opacity .3s ease;
	top: 0;
	left: 0
}

.webpulse_home_clients .item .image {
	position: relative;
	padding: 15px 10px 0;
	text-align: center;
	min-height: 80px;
	max-height: 100px;
	overflow: hidden
}

.webpulse_home_clients .item .image img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%
}

.webpule_quote {
	float: left;
	width: 100%;
	background: var(--color-one);
	display: block;
	overflow: hidden;
	padding: 20px 0
}

.banner-contact {
	float: right;
	display: flex;
	align-items: center
}

.banner-contact a svg {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #fff;
	text-align: center;
	line-height: 24px
}

.banner-contact a {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-right: 20px;
	display: inline-block
}

.banner-contact span {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-right: 20px;
	display: inline-block
}

.banner-btn {
	float: right;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	background: var(--color-one);
	border-radius: 4px
}

.banner-btn:focus,
.banner-btn:hover {
	background: var(--color-one);
	color: #fff
}

.banner-content h4 {
	float: left;
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
	max-width: 600px;
	line-height: 32px;
	text-align: left;
	padding: 7px 0
}

.footer_area {
	background-color: var(--color-two);
	float: left;
	width: 100%;
	position: relative;
	padding-top: 50px;
	overflow: hidden
}

.footer_area img.footer_shape {
	position: absolute;
	right: 0;
	top: 65px
}

.footer_area .footer_widget .footer_logo {
	margin-bottom: 23px;
	display: inline-block
}

.footer_area .footer_widget p {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 10px
}

.footer_area .footer_widget.explore_vizeon {
	padding-left: 0
}

.footer_area .footer_widget .widget_title {
	color: var(--color-one);
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: left;
	padding: 0 0;
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Nunito Sans', sans-serif
}

.footer_area .footer_widget .flex_widget_links {
	display: flex;
	align-items: flex-start
}

.footer_area .footer_widget .flex_widget_links .link {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}

.footer_area .footer_widget .flex_widget_links .link li {
	display: block;
	line-height: 22px;
	margin-bottom: 12px
}

.footer_area .footer_widget .flex_widget_links .link li a {
	display: block;
	line-height: 22px;
	color: #ffffff;
	font-size: 15px
}

.footer_area .footer_widget .flex_widget_links .link li a:hover {
	color: var(--color-one)
}

.footer_area .footer_widget.question {
	padding-right: 0
}

.footer_area .footer_widget .address {
	display: flex
}

.footer_area .footer_widget .question_bx {
	margin-bottom: 23px;
	float: left;
	width: 100%
}

.footer_area .footer_widget .question_bx svg {
	color: var(--color-one);
	margin-top: 5px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	float: left;
	min-width: 24px
}

.footer_area .footer_widget .question_bx .address_place,
.footer_area .footer_widget .question_bx .email,
.footer_area .footer_widget .question_bx .number {
	line-height: 15px
}

.footer_area .footer_widget .question_bx p,
.footer_area .footer_widget .question_bx p a {
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
	line-height: 22px;
	margin-bottom: 6px;
	display: flex;
	align-items: center
}

.footer_area .footer_widget .question_bx p a:hover {
	color: var(--color-one)
}

.footer_area .footer_widget .question_bx h4 {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-align: left
}

.footer_area .footer_widget .question_bx span a {
	color: #fff;
	display: inline-block
}

.footer_area .footer_widget .question_bx span a:focus,
.footer_area .footer_widget .question_bx span a:hover {
	color: var(--color-one)
}

.footer_area .footer_widget .question_bx:last-child {
	margin-bottom: 0
}

.footer_area .copyright {
	border-top: 2px solid rgba(255, 255, 255, .05);
	padding: 15px 0 5px 0;
	margin-top: 35px;
	color: #202020;
	border-top: 5px solid #f5f0eb
}

.footer_area .copyright a {
	color: var(--color-one);
	display: inline-block
}

.footer_area .copyright p {
	color: #ffffff;
	font-size: 14px
}

.footer_area .copyright p a {
	color: #202020
}

.text-right {
	text-align: right;
	color: white;
}

.footer_area .copyright .footer_social {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.footer_area .copyright .footer_social li {
	margin-left: 57px
}

.footer_area .copyright .footer_social li:first-child {
	margin-left: 0
}

.footer_area .copyright .footer_social li a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block
}

.footer_area .footer_widget .question_bx .address_place,
.footer_area .footer_widget .question_bx .email,
.footer_area .footer_widget .question_bx .number {
	line-height: 15px
}

#web-pulse-scroll-up {
	position: fixed;
	z-index: 8030;
	bottom: 65px;
	right: 30px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .25s;
	display: none;
	background: var(--color-one)
}

#web-pulse-scroll-up svg {
	width: 20px;
	height: 20px
}

#web-pulse-scroll-up:hover {
	background: #333
}

.whatapp_btn {
	background: #01e675;
	width: 50px;
	height: 50px;
	color: #fff;
	position: fixed;
	left: 15px;
	bottom: 90px;
	cursor: pointer;
	z-index: 999;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16)
}

.whatapp_btn svg {
	width: 24px;
	height: 24px
}

.whatapp_btn:focus,
.whatapp_btn:hover {
	background: #01e675;
	color: #fff
}

#whatsapp .modal-dialog {
	margin-top: 15%
}

.send_enquiry {
	background: #fff;
	border-radius: 40px;
	bottom: 30px;
	color: #fff;
	display: table;
	height: 50px;
	left: 10px;
	min-width: 50px;
	position: fixed;
	text-align: center;
	z-index: 9999;
	transition: all .2s linear;
	background: linear-gradient(to bottom, var(--color-one) 0, #8c6207 100%);
	display: flex;
	align-items: center;
	justify-content: center
}

.send_enquiry svg {
	width: 24px;
	height: 24px;
	line-height: 50px
}

.send_enquiry:hover {
	color: #fff;
	padding: 0 20px
}

.send_enquiry:focus {
	color: #fff
}

.send_enquiry span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: -15px;
	opacity: 0;
	line-height: 50px;
	transition: all .5s;
	text-transform: uppercase
}

.send_enquiry:hover span {
	opacity: 1;
	letter-spacing: 1px;
	padding-left: 10px
}

.modal-content {
	border-radius: 0
}

.modal-header {
	padding: 0 15px;
	background: var(--color-one);
	color: #fff;
	border-radius: 0
}

.modal-header h5 {
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #fff
}

.modal-header h6 {
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #fff
}

.modal-header .modal-title {
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 15px 0;
	text-transform: initial;
	letter-spacing: .2px
}

.btn-close {
	width: 1em;
	height: 1em;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	outline: 0
}

.send_p {
	font-size: 13px;
	line-height: 18px;
	text-align: center
}

.g-recaptcha {
	transform: scale(.8);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0
}

.heading_banner {
	float: left;
	width: 100%;
	position: relative;
	background-size: 100%;
	background-position: center;
	padding: 70px 0;
	margin: 0
}

.heading_banner:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	z-index: 0;
	content: ''
}

.heading_banner .container {
	position: relative;
	z-index: 9
}

.heading_banner h1 {
	margin: 0 0 10px;
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: auto;
	padding: 10px 20px
}

.heading_banner h2 {
	margin: 0;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 400;
	color: #eee;
	text-align: center;
	text-align: center;
	display: inline-block;
	width: auto;
	padding: 10px 20px
}

.heading_banner .cat_title {
	margin: 0 0 10px;
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: auto;
	padding: 0
}

.heading_banner .cat_title2 {
	margin: 0;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 400;
	color: #eee;
	text-align: center;
	text-align: center;
	display: inline-block;
	width: auto;
	padding: 10px 20px
}

.inner_breadcrumb {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	margin: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.inner_breadcrumb .breadcrumb {
	background: 0 0;
	border-radius: 0;
	border: none;
	list-style: none;
	padding: 0;
	float: left;
	display: inline-block;
	text-transform: capitalize;
	margin: 0
}

.inner_breadcrumb .breadcrumb li {
	text-transform: uppercase;
	color: #666;
	float: left;
	display: inline-block;
	line-height: 45px
}

.inner_breadcrumb .breadcrumb li a {
	float: left;
	padding: 0;
	color: #666;
	letter-spacing: .3px
}

.inner_breadcrumb .breadcrumb li:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	padding: 0 14px;
	color: #fff;
	display: inline-block
}

.inner_breadcrumb .breadcrumb li.active {
	color: var(--color-one)
}

.inner_breadcrumb .breadcrumb li+li:before {
	content: "/";
	color: #fff;
	padding: 0 14px
}

.inner_breadcrumb .breadcrumb li+li:before {
	float: left;
	padding: 15px 10px;
	color: #bfbfbf
}

.title_h2 {
	float: left;
	width: 100%;
	padding: 8px 10px;
	margin: 0;
	line-height: 30px;
	background: var(--color-one);
	font-size: 24px;
	color: #fff;
	font-weight: 600
}

.right_side .title_h2 {
	float: left;
	width: 100%;
	padding: 8px 10px;
	margin: 0;
	line-height: 30px;
	background: var(--color-one);
	font-size: 24px;
	color: #fff;
	font-weight: 600
}

.about_page {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0 20px;
	background: #fff
}

.left_sidebar {
	float: left;
	width: 100%;
	margin: 0 0 25px;
	padding: 0
}

.left_sidebar .left_title {
	float: left;
	width: 100%;
	padding: 8px 10px;
	margin: 0;
	line-height: 30px;
	background: var(--color-one);
	font-size: 24px;
	color: #fff;
	font-weight: 600
}

.left_sidebar ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: var(--color-one)
}

.left_sidebar ul li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #444;
	list-style: none
}

.left_sidebar ul li a {
	color: #fff;
	padding: 10px;
	font-weight: 500;
	line-height: 20px;
	font-size: 14px
}

.left_sidebar ul li a.active,
.left_sidebar ul li a:focus,
.left_sidebar ul li a:hover {
	background: var(--color-one);
	color: #fff
}

.left_sidebar ul li ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff
}

.left_sidebar ul li ul li {
	border-bottom: 1px dashed #ccc;
	list-style-type: none;
	position: relative
}

.left_sidebar ul li ul li a {
	display: block;
	font-weight: 500;
	color: #333;
	text-align: left;
	font-size: 14px;
	padding: 4px 15px;
	text-decoration: none;
	line-height: 24px
}

.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover {
	background: var(--color-one);
	color: #fff
}

.left_sidebar ul li ul li a i {
	float: right;
	line-height: 24px
}

.left_sidebar ul li ul li ul {
	display: none;
	transition: all 2s;
	position: absolute;
	left: 98%;
	top: 0;
	z-index: 200;
	background: #fff;
	width: 200px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75)
}

.left_sidebar ul li ul li:hover ul {
	display: block;
	transition: all 2s
}

.left_sidebar ul li ul li ul li a {
	display: block;
	font-weight: 400;
	color: #333;
	text-align: left;
	font-size: 13px;
	padding: 4px 15px;
	text-decoration: none;
	text-transform: initial;
	line-height: 24px
}

.left_sidebar ul li ul li ul li a.active,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a:hover {
	background: var(--color-one);
	color: #fff
}

.left_sidebar form {
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px 10px 10px
}

.right_side h1 {
	padding: 8px 10px;
	margin: 0 0 10px;
	line-height: 30px;
	background: var(--color-one);
	font-size: 24px;
	color: #fff;
	font-weight: 600
}

.right_side h2 {
	padding: 0;
	margin: 20px 0 5px;
	line-height: 30px;
	font-size: 22px;
	color: var(--color-one);
	font-weight: 600
}

.right_side h3 {
	padding: 0;
	margin: 10px 0 5px;
	line-height: 30px;
	font-size: 20px;
	color: var(--color-one);
	font-weight: 600
}

.wps_right {
	float: left;
	width: 100%
}

.wps_right p {
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 16px;
	font-weight: 400
}

.wps_right ul {
	margin: 0 0 25px;
	padding: 0
}

.wps_right ul li {
	line-height: 28px;
	font-size: 16px;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	align-items: center
}

.wps_right ul li:before {
	width: 20px;
	height: 20px;
	color: #4e4e4e;
	font-weight: 400;
	margin-top: 0;
	margin-right: 5px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.left_image {
	float: left;
	width: 340px;
	margin: 0 15px 15px 0;
	text-align: center
}

.left_image .left_centered {
	width: 100%;
	position: relative;
	padding: 0;
	min-height: 338px;
	overflow: hidden;
	border: 1px solid #eee
}

.left_image .left_centered .image {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 338px;
	transition: transform .5s ease
}

.left_image .left_centered .image img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%
}

.right_image1 {
	float: right;
	width: 340px;
	margin: 0 0 15px 15px;
	text-align: center
}

.right_image1 .left_centered {
	width: 100%;
	position: relative;
	padding: 0;
	min-height: 338px;
	overflow: hidden;
	border: 1px solid #eee
}

.right_image1 .left_centered .image {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 338px;
	transition: transform .5s ease
}

.right_image1 .left_centered .image img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%
}

.category_page {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: #fff
}

.category_page .title-1 {
	padding: 0 0 0;
	font-size: 35px;
	margin: 0;
	float: left;
	width: 100%;
	text-transform: initial;
	position: relative;
	overflow: visible;
	font-family: Playfair, serif;
	color: var(--color-one);
}

.category_page .wps_right ul {
	margin: 0 0 7px;
	padding: 0
}

.category_page .wps_right ul li {
	display: block;
	list-style: none;
	line-height: 24px;
	color: #423f3f;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0px 22px;
}

.category_page .wps_right ul li a:hover {
	color: var(--color-one)
}

.category_page .wps_right ul li:before {
	margin-right: 5px;
	content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>")
}

.product_right_image {
	float: right;
	max-width: 400px;
	width: 100%;
	margin: 0 0 25px 15px;
	text-align: center
}

.product_right_image .detail_image {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 500px;
	border: 1px solid #eee;
	margin-bottom: 15px
}

.product_right_image .detail_image img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%
}

.product_right_image .product_dimage {
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 400px;
	border: 1px solid #eee;
	margin-bottom: 15px
}

.more_images {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 15px
}

#thumbs {
	padding-top: 10px;
	overflow: hidden;
	text-align: center
}

#largeImage,
#thumbs img {
	padding: 0;
	cursor: pointer;
	border: 1px solid #eee
}

#thumbs img {
	display: inline-block;
	margin-right: 6px;
	width: 70px
}

#thumbs img.active {
	border-color: #ac2990
}

.wps_right h2 {
	font-size: 22px;
	line-height: normal;
	margin-bottom: 10px;
	color: var(--color-one)
}

.wps_right h3 {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 10px;
	color: var(--color-one)
}

.wps_right table {
	margin: 0
}

.wps_right table tbody tr td {
	vertical-align: middle;
	padding: 6px 10px;
	font-size: 16px;
	line-height: normal;
	text-align: left
}

.wps_right table tbody tr td {
	border: 1px solid #eaeaea;
	width: 60%
}

.wps_right table tbody tr td:first-child {
	color: #ac2990;
	width: 40%
}

.interested_section {
	text-align: center;
	margin: 20px 0
}

.interested_section .interested_btn {
	font-size: 18px;
	color: #fff;
	background: var(--color-one);
	;
	border: 1px solid var(--color-one);
	;
	border-radius: 3px;
	padding: 12px 0;
	width: 258px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer
}

.interested_section .interested_btn svg {
	margin-right: 5px;
	width: 20px;
	height: 20px
}

.interested_section .interested_btn:hover {
	background: var(--color-one);
	color: #fff;
	border: 1px solid var(--color-one)
}

.product_listing {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
	transition: all .35s ease-in-out;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #eee
}

.product_listing .product {
	width: 100%;
	position: relative;
	padding: 0;
	text-align: center;
	min-height: 200px;
	overflow: hidden;
	border-right: 1px solid #eee;
	display: inline-block
}

.product_listing .product .image1 {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 374px;
	transition: all .4s ease-in-out;
	margin-bottom: 10px
}

.product_listing .product .image1 img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%
}

.product_listing .product .small {
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center
}

.product_listing .product .largeImage img,
.product_listing .product .small img {
	padding: 0;
	cursor: pointer;
	border: 1px solid #eee
}

.product_listing .product .small .item {
	display: inline-block;
	margin-right: 6px;
	width: 60px;
	cursor: pointer
}

.product_listing .product .small .item:last-child {
	margin: 0
}

.product_listing .product .small .item.active {
	border-color: #ac2990
}

.product_listing .product .small .item.youtube {
	width: 60px;
	height: 60px;
	background: #f70000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.product_listing .product .small .item.youtube a {
	color: #fff;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center
}

.youtube svg {
	width: 40px;
	height: 40px
}

.product_listing .product p {
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px
}

.product_listing .product .read_more {
	margin-top: 0
}

.product_listing .right-content .read_more {
	margin-top: 10px
}

.padding0 {
	padding: 0
}

.right-content {
	position: relative;
	padding-right: 15px
}

.right-content h3 {
	line-height: 24px;
	padding: 10px 0;
	text-align: left;
	margin: 0;
	font-size: 20px;
	font-weight: 600
}

.right-content h3 a {
	color: var(--color-one)
}

.right-content h4 {
	line-height: 24px;
	padding: 10px 0;
	text-align: left
}

.right-content p {
	font-size: 16px;
	margin-bottom: 10px
}

.blue-line1 {
	width: 100%;
	display: block;
	height: 1.1px;
	background: #eee;
	position: relative;
	margin-bottom: 10px;
	padding: 0 15px
}

.product_listing:hover .right-content h3 a {
	color: var(--color-one)
}

.product_listing:hover .right-content h4 a {
	color: var(--color-one)
}

.right-content .table-responsive {
	float: left;
	width: 100%;
	overflow: hidden;
	max-height: 230px;
	overflow: auto;
	padding-right: 5px
}

.right-content table {
	margin-bottom: 15px
}

.right-content table tbody tr td {
	vertical-align: middle;
	padding: 6px 10px;
	font-size: 16px;
	line-height: normal;
	text-align: left
}

.right-content table tbody tr td {
	border: 1px solid #eaeaea;
	width: 60%
}

.right-content table tbody tr td:first-child {
	color: var(--color-one);
	width: 40%
}

.you_may {
	float: left;
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 15px;
	line-height: 30px;
	color: var(--color-one);
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #eee
}

.team_member {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
	transition: all .35s ease-in-out;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #eee
}

.team_member .image {
	width: 100%;
	position: relative;
	padding: 15px 15px 15px 0;
	text-align: center;
	min-height: 268px;
	overflow: hidden;
	border-right: 1px solid #eee;
	display: inline-block
}

.team_member .image img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%
}

.team_info {
	position: relative;
	padding-right: 15px
}

.team_info h3 {
	line-height: 24px;
	padding: 10px 0;
	text-align: left;
	margin: 0
}

.team_info h3 small {
	display: block;
	color: #333;
	font-weight: 600;
	font-size: 14px
}

.testimonial_block {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.testimonial_text_box {
	margin: 0 0 30px;
	padding: 32px 20px 35px 0;
	background: #eee;
	box-shadow: 0 0 12px rgba(0, 0, 0, .05);
	display: table;
	position: relative;
	border-radius: 4px
}

.testimonial_text_box .this-quote {
	margin: 0 20px;
	width: 30px
}

.testimonial_text_box .this-quote img {
	width: auto
}

.testimonial_text_box:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -25px;
	left: 69px;
	border-top: 25px solid #eee;
	border-right: 25px solid transparent
}

.testimonial_text_box .this-texts {
	display: table-cell;
	width: calc(100% - 70px);
	vertical-align: top;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	text-align: justify
}

.testimonial_author .media-left {
	padding-right: 20px;
	float: left
}

.testimonial_author .media-left img {
	border: 1px solid var(--color-one);
	border-radius: 4px
}

.testimonial_author .media-left a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%
}

.testimonial_author .media-body {
	vertical-align: middle
}

.testimonial_author .this-title {
	font-size: 18px;
	color: var(--color-one);
	text-align: left;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0
}

.testimonial_author .loc {
	color: var(--color-one);
	line-height: 20px;
	margin: 0
}

.gallery_page {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: #dfdfdf
}

.gallery_page .gallery_item {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px .98px .02px rgba(0, 0, 0, .1);
	margin-bottom: 25px;
	position: relative
}

.gallery_page .gallery_item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
	position: static;
	transform: translate(0, 0)
}

.gallery_item_info {
	text-align: center;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 25px
}

.gallery_item_info h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 0
}

.gallery_item_info p {
	font-size: 13px;
	margin: 0;
	margin-top: 4px;
	color: #333;
	max-width: 100%
}

.hover_effect {
	display: block;
	background: 0 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.hover_effect:after {
	color: #fff;
	position: absolute;
	font-size: 1.6em;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: scale(.1, .1);
	transform: scale(.1, .1);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.hover_effect img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto
}

.hover_effect:hover:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

.hover_effect:hover img {
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: .4
}

.hover_effect:hover {
	background: var(--color-one)
}

.hover_effect:after {
	content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>")
}

.blog_page {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background: #fff
}

.blog_page .blog_left h1 {
	padding: 8px 10px;
	margin: 0 0 10px;
	line-height: 30px;
	background: var(--color-one);
	font-size: 24px;
	color: #fff;
	font-weight: 600
}

.blog_page .blog_b {
	margin-bottom: 20px;
	position: relative
}

.left_title1 {
	float: left;
	width: 100%;
	padding: 8px 10px;
	margin: 0 0 10px;
	line-height: 30px;
	background: var(--color-one);
	font-size: 24px;
	color: #fff;
	font-weight: 600
}

.right_news {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background: #fff
}

.right_news:last-child {
	margin-bottom: 0
}

.right_news .image {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
	height: 274px
}

.right_news .image img {
	position: absolute;
	max-width: 100%;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100%
}

.right_news .title_h4 {
	padding: 10px;
	line-height: 18px;
	font-size: 15px;
	margin: 0;
	text-align: left
}

.right_news .title_h4 a {
	color: #333
}

.right_news:hover .title_h4 a {
	color: var(--color-one)
}

.blog_details {
	float: left;
	width: 100%;
	background: #fff
}

.blog_details ul {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0
}

.blog_details ul li {
	display: inline-block;
	margin-right: 15px;
	list-style: none
}

.blog_details ul li:before {
	content: none;
	margin: 0
}

.blog_details ul li a {
	color: #333;
	transition: all .5s ease-out
}

.blog_details ul li i {
	margin-right: 5px
}

.blog_details1 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}

.blog_details1 img {
	margin-bottom: 15px
}

.blog_details_img {
	width: 100%;
	text-align: center;
	height: 100%;
	overflow: hidden;
	margin-bottom: 15px
}

.blog_details_img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto
}

.blog_details1 p {
	text-align: justify;
	line-height: 24px
}

.blog_details1 .block-quote {
	padding: 30px 40px;
	margin-bottom: 20px;
	background: #eee;
	border-left: 3px solid #e59509
}

.blog_details1 .block-quote p {
	font-size: 15px;
	line-height: 24px
}

.blog_details1 h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: 30px
}

.blog_details1 ul {
	float: left;
	width: 100%;
	margin: 0 0 25px;
	padding: 0
}

.blog_details1 ul li {
	position: relative;
	line-height: 28px;
	font-size: 16px;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	padding-left: 25px
}

.blog_details1 ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	color: #4e4e4e;
	font-weight: 400;
	margin-top: 0;
	margin-right: 5px;
	float: left;
	content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.fb-comments {
	width: 100%
}

.blogdetails img {
	width: 100%
}

.blog_news .content_details {
	float: left;
	width: 100%;
	background: #eee;
	padding: 20px 20px 20px
}

.blog_news .content_details h2 {
	text-transform: capitalize;
	line-height: 30px;
	font-size: 20px;
	margin: 0 0 10px
}

.blog_news .content_details h2 a {
	color: #333;
	transition: all .5s ease-out
}

.blog_news .content_details ul {
	display: inline;
	margin: 0
}

.blog_news .content_details ul li {
	display: inline-block;
	margin-right: 15px
}

.blog_news .content_details ul li:before {
	content: none;
	margin: 0
}

.blog_news .content_details ul li i {
	margin-right: 5px
}

.blog_news .block-quote {
	padding: 30px 40px;
	margin-bottom: 20px;
	background: #fdfdfd;
	border-left: 3px solid #e59509
}

.blog_news .block-quote p {
	font-size: 15px;
	line-height: 24px
}

.blog_news .content_details ol {
	width: 100%;
	margin: 0 0 25px;
	padding: 0
}

.blog_news .content_details ol li {
	list-style: none;
	line-height: 24px;
	color: #423f3f;
	font-size: 15px;
	font-weight: 400
}

.blog_news .content_details ol li::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px
}

.contact_page {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative
}

#contact_form label.error,
.output {
	color: #fb3a3a;
	font-weight: 400;
	margin-bottom: 15px
}

#quick_form label.error,
.output {
	color: #fb3a3a;
	font-weight: 400;
	margin-bottom: 15px
}

#quick_enquiry label.error,
.output {
	color: #fb3a3a;
	font-weight: 400;
	margin-bottom: 15px
}

.pac-container {
	z-index: 100000
}

.contact_map {
	float: left;
	width: 100%;
	height: 250px
}

.contact_form_grid1 {
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	border-radius: 4px;
	overflow: hidden
}

.related-branches {
	background: url(../images/video-background.html) no-repeat;
	background-size: 100%;
	position: relative;
	float: left;
	width: 100%;
}

.contact_details .title_h2_2 {
	color: var(--color-one);
	font-size: 20px;
	text-align: left;
	padding: 0;
	margin-bottom: 20px
}

.contact_details p {
	color: #333;
	margin-bottom: 20px;
	font-size: 16px
}

.address_list,
.contact_details .address_list {
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	height: 135px;
}

.address_list li,
.contact_details .address_list li {
	clear: both;
	list-style: none;
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
}

.address_list li svg,
.contact_details .address_list li svg {
	min-width: 25px;
	height: 25px;
	margin-right: 5px
}

.address_list li a,
.contact_details .address_list li a {
	color: #333;
	display: flex;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block
}

.address_list li a span,
.contact_details .address_list li a span {
	font-size: 30px;
	margin-right: 13px
}

.address_list li:first-child,
.contact_details .address_list li:first-child {
	display: flex;
	align-items: center
}

.address_list li span,
.contact_details .address_list li span {
	font-size: 30px;
	margin-right: 13px
}

.address_list li a:focus,
.address_list li a:hover .contact_details .address_list li a:focus,
.contact_details .address_list li a:hover {
	color: var(--color-one)
}

.social_list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}

.social_list li {
	list-style: none;
	display: inline-block
}

.social_list li a {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	text-align: center;
	margin-right: 10px
}

.social_list li a:hover {
	color: var(--color-one);
	border: 1px solid var(--color-one)
}

.contact_form_grid .form_grid {
	background-color: #fff;
	padding: 30px
}

.contact_form_grid1 .form_grid {
	background-color: #fff;
	padding: 30px
}

.form_grid .title_h2_2 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	color: var(--color-one)
}

.sitemap_page {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background: #eee;
	position: relative
}

.sitemap_right_side h1 {
	padding: 8px 10px;
	margin: 0 0 10px;
	line-height: 30px;
	background: var(--color-one);
	font-size: 24px;
	color: #fff;
	font-weight: 600
}

.sitemap {
	border-left: 1px solid #666;
	padding: 0
}

.sitemap li {
	list-style: none !important;
	background: transparent url(../images/sitemap_hr.html) no-repeat scroll 0 9px;
	padding: 0 0 0 15px;
	margin-bottom: 5px
}

.sitemap li ul {
	border-left: 1px solid #666;
	padding: 0
}

.sitemap li a {
	color: #333;
	font-size: 14px;
	padding-bottom: 5px;
	display: block
}

.sitemap li a:hover {
	color: var(--color-one)
}

.market_area h3 {
	float: left;
	display: block
}

.market_area h1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--color-one)
}

.market-list {
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0
}

.market-list li {
	list-style: none;
	padding-right: 10px;
	line-height: 20px;
	width: 24%;
	float: left;
	margin: 0 1% 10px 0 !important
}

.market-list li:before {
	content: none !important;
	margin-right: 0 !important
}

.market-list li a {
	width: auto;
	height: auto;
	padding: 10px 0 10px 12px;
	margin: 0 0 9px;
	display: block !important;
	color: #333 !important;
	font-size: 14px;
	background-color: #ddd
}

.market-list li a:hover {
	background: var(--color-one);
	color: #fff !important
}

.product_popup {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}

.product_popup_image {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	height: 430px
}

#callback .product_popup_image {
	height: 176px
}

.product_popup_image img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	width: 100%;
	margin: auto
}

.product_popup h6 {
	color: var(--color-one);
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px;
	text-align: left;
	padding: 0
}

.product_popup p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: left;
	margin-bottom: 15px
}

#product_enquiry label.error {
	color: #fb3a3a;
	font-weight: 400
}

.product_right_image .read_more {
	margin-top: 0
}

.logob {
	border-radius: 14px;
	padding: 5px 5px;
	background-color: #fff
}

.video_section iframe {
	width: 100%;
	height: 415px
}

.latest {
	font-size: 26px;
	font-weight: 700;
	font-family: 'Lora', serif;
	color: #0c0c0c;
	margin: 0 0 20px
}

.webpulse-home_blog h6 span {
	color: var(--color-one)
}

.webpulse-home_blog h6 {
	text-transform: uppercase
}

.webpulse-home_blog .item {
	background-color: #fff;
	box-shadow: none;
	padding: 0;
	margin: 0;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: auto
}

.feature_height {
	display: block;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	height: 140px
}

.thumb {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0
}

.fadeImg {
	animation-name: fadeimg;
	animation-duration: 2s
}

@keyframes fadeimg {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.follow-instagram {
	background: #f5f0eb;
	width: 100%;
	float: left;
	margin-top: 215px
}

.follow-instagram .insta-heading {
	padding: 0 0 0;
	font-size: 30px;
	margin: 0;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: initial;
	margin-bottom: 60px;
	position: relative;
	overflow: visible;
	font-family: 'Nunito Sans', sans-serif;
	color: var(--color-one);
	;
	text-transform: uppercase;
	letter-spacing: 3px
}

.insta-heading span {
	display: block;
	text-transform: lowercase;
	letter-spacing: 0;
	font-style: italic;
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #84847c
}

.follow-instagram .images-area {
	margin-top: -200px
}

.follow-instagram .images-area ul {
	list-style-type: none;
	float: left;
	padding: 0;
}

.follow-instagram .images-area li {
	width: 16.66667%;
	padding: 0 10px;
	margin: 0px 0 20px;
	float: left
}

.follow-instagram .images-area li:nth-child(2n) {
	margin-top: -30px
}

.follow-instagram .images-area li a {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all .8s cubic-bezier(.25, .46, .45, .94);
	clip-path: inset(0 0 0 0)
}

.follow-instagram .images-area li a:hover {
	clip-path: inset(8px 8px 8px 8px);
	transition: .8s
}

.follow-instagram .images-area li a:hover img {
	transform: scale(1.04);
	transition: transform .8s cubic-bezier(.25, .46, .45, .94);
	will-change: transform;
	width: 100%;
	display: block
}

.follow-instagram .images-area li a img {
	transform: scale(1);
	transition: transform .8s cubic-bezier(.25, .46, .45, .94);
	will-change: transform;
	height: auto
}

.videos-section {
	margin: 0;
	padding: 0 0 0;
	float: left;
	width: 100%;
	margin-top: 20px
}

.vdmr0x50 {
	margin: 200px 50px 50px;
	background: url(../images/video-background.html) no-repeat;
	background-size: 100%;
	position: relative
}

.youtube_video {
	margin-top: -130px
}

#popular {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px
}

.videos-section-details .youtube_video {
	margin-top: 0
}

.videos-section-details .youtube_video .video-section {
	padding: 0 0 20px
}

.videos-section-details .youtube_video .video-section .video-inner {
	padding: 63px 0;
	background-size: contain
}

.popular_product {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 0;
	padding: 20px 50px 20px;
}

.popular_product .popular_product_image {
	position: relative;
	text-align: center;
	background: #fdfdfd;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #000
}

.popular_product .popular_product_image:before {
	content: '';
	position: absolute;
	background: linear-gradient(to top, rgba(0, 0, 0, .82) 10%, rgba(0, 0, 0, .35) 80%);
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 5px;
	z-index: 1
}

.popular_product .popular_product_image .image {
	-webkit-transition: .5s ease-in;
	transition: .5s ease-in
}

.popular_product .popular_product_image .image img {
	position: static;
	transform: translate(0, 0);
	width: 100%
}

.popular_product .popular_product_image:hover .image {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}

.popular_product .popular_product_title {
	width: calc(100% - 10%);
	float: left;
	text-align: center;
	position: absolute;
	left: 5%;
	bottom: 10%;
	z-index: 99
}

.popular_product .popular_product_title .title-text,
.popular_product .popular_product_title h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .8)
}

.popular_product .popular_product_image:hover .popular_product_title h3 {
	color: var(--color-one)
}

.text-left {
	text-align: left
}

.fnt30 {
	font-size: 30px
}

.fnt35 {
	font-size: 35px
}

.mr-b0 {
	margin-bottom: 0
}

.title-sub {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px
}

.listing_view {
	float: left;
	width: 100%;
	margin-bottom: 15px
}

.listing_view h3 {
	line-height: 30px;
	padding-left: 5px;
	color: #333;
	font-size: 17px;
	margin: 5px 0
}

.product_view_btn {
	float: right
}

.list_btn {
	float: left;
	color: #333;
	margin: 10px;
	padding: 0 0;
	font-size: 18px;
	vertical-align: middle;
	line-height: 25px;
	height: 25px
}

.list_btn svg {
	vertical-align: middle;
	line-height: 25px;
	float: left;
	margin-right: 5px;
	line-height: 25px;
	height: 25px
}

.list_btn.active,
.list_btn:focus,
.list_btn:hover {
	color: var(--color-one);
}

.thumbnail {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px
}

.list_item {
	float: none;
	width: 100%;
	margin-bottom: 10px
}

.list_item .list-group-image {
	margin-right: 10px
}

.list_item .thumbnail {
	margin-bottom: 10px
}

.list_item .caption {
	padding: 0 9px 0 9px
}

.list_item:after,
.list_item:before {
	display: table;
	content: " "
}

.list_item img {
	float: left
}

.list_item:after {
	clear: both
}

.list-group-item-text {
	margin: 0 0 11px
}

.list_item .thumbnail .product_view {
	float: left;
	width: 30%;
	padding: 0 15px 0 0;
	margin-right: 25px;
	border-right: 1px solid #eee;
	background: #fff;
	z-index: 2;
	margin-bottom: 0
}

.product_view {
	float: left;
	width: 100%;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}

.product_view .image {
	text-align: center;
	margin: 0;
	transition: transform .5s ease;
	border-radius: 10px
}

.product_view .image img {
	position: static;
	max-width: 100%;
	margin: auto;
	transform: translate(0, 0);
	width: 100%;
	padding: 0
}

.item_view .thumbnail:hover .product_view .image {
	transform: scale(1.1)
}

.item_view .caption {
	text-align: center
}

.list_item .caption {
	text-align: left
}

.item_view .caption h2,
.item_view .caption h3 {
	padding: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height: 24px;
	margin: 0;
	height: auto;
	font-weight: 700;
	overflow: hidden
}

.list_item .caption h2,
.list_item .caption h3 {
	text-align: left;
	padding: 10px 0 13px
}

.item_view .caption h2 a,
.item_view .caption h3 a {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-one);
}

.list_item .caption h2,
.list_item .caption h3 {
	height: auto
}

.item_view .caption h4 {
	padding: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height: 24px;
	margin: 0
}

.list_item .caption h4 {
	text-align: left
}

.item_view .caption h4 a {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-one);
}

.item_view .caption p {
	text-align: center;
	height: 70px;
	overflow: hidden;
	display: none
}

.list_item .caption p {
	text-align: justify;
	height: auto;
	display: block
}

.item_view .caption span {
	text-align: center;
	margin-bottom: 10px;
	display: block
}

.list_item .caption span {
	text-align: justify;
	margin-bottom: 10px;
	display: block
}

.item_view .caption .may_btn {
	display: inline-block
}

.item_view .caption .may_btn.active,
.item_view .caption .may_btn:focus,
.item_view .caption .may_btn:hover {
	background: var(--color-one);
	;
	color: #fff
}

.item_view .thumbnail:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.read_more_product {
	background: var(--color-one);
	;
	padding: 7px 15px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: auto;
	border-radius: 3px;
	line-height: 16px;
	position: relative;
	background: var(--color-one);
	;
	z-index: 1;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
	transition: all .3s;
	height: 35px
}

.read_more_product i {
	margin-left: 10px
}

.read_more_product:focus,
.read_more_product:hover {
	color: #fff;
	background: var(--color-one)
}

.read_more_product:after,
.read_more_product:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	border-radius: 0;
	z-index: -1;
	height: 100%;
	background: var(--color-one);
	will-change: transform;
	transform: skew(-45deg) scaleX(0);
	transition: transform .3s ease-in-out
}

.read_more_product:before {
	right: 75%;
	margin-right: -1px;
	transform-origin: 0% 0%
}

.read_more_product :after {
	width: 70%;
	left: 75%;
	margin-left: -1px;
	transform-origin: 100% 0%
}

.read_more_product:hover:after,
.read_more_product:hover:before {
	transform: skew(-45deg) scaleX(1.5)
}

.read_more_product:hover {
	color: #fff
}

button.read_more_product {
	border: 0;
	margin: 0;
	border-radius: 4px
}

.product_listing:hover .right-content h3 a {
	color: var(--color-one)
}

.product_listing:hover .right-content h4 a {
	color: var(--color-one)
}

.mt30 {
	margin-top: 30px
}

.mt20 {
	margin-top: 20px
}

.contact_details {
	width: 96%;
	float: left;
	padding: 25px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	margin: 2% 2% 30px 2%;
	background: #ffffff87
}

.contactform-outer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: url(../images/bg-2.html) 50% 0/cover
}

.contactform {
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px
}

.homegallery {
	padding: 0;
	margin: 25px 0 0
}

.homegallery .feature_item .item {
	margin: 0
}

.homegallery .title_2 {
	margin-bottom: 30px;
}

.detailgallery .hover_effect {
	background: #efefef
}

.detailgallery .thumbnail {
	box-shadow: none;
	padding: 0
}

.inter-btn-left {
	float: left;
	margin: 0 0 30px 0
}

.mr0 {
	margin: 0
}

.mt50 {
	margin-top: 50px
}

.mb0 {
	margin-bottom: 0
}

.mb20 {
	margin-bottom: 20px !important
}

.about_contact_branches {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative
}

.about-cont-branch {
	background: #fff;
	border: 1px solid #faccde;
	text-align: center;
	padding: 25px 15px;
	border-radius: 5px;
	transition: .3s
}

.about-cont-branch:hover {
	-webkit-box-shadow: 0 2px 10px #ffdeeb;
	-moz-box-shadow: 0 2px 10px #ffdeeb;
	box-shadow: 0 2px 10px #ffdeeb;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	transition: .3s
}

.about-cont-branch .title_3 {
	font-size: 18px;
	margin: 0
}

.our-team {
	background-size: 100%;
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #fafafa
}

.thoughts .owl-pagination {
	padding-top: 33px
}

#thoughts {
	background: #f9f9f9;
	padding: 106px 0 87px
}

.thoughts .box .box-top {
	margin-bottom: 14px;
	overflow: visible;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .16);
	transition: all .3s linear 0s;
	float: left;
	width: 100%;
	border-top: 1px solid #efefef
}

.thoughts .box .box-top .image {
	position: relative;
	overflow: hidden;
	margin: 40px 40px 0 40px;
	height: 250px !important
}

.thoughts .box .box-top .image a {
	height: 100%
}

.thoughts .box .box-top .caption {
	padding: 30px 40px 34px;
	text-align: center;
	position: relative
}

.thoughts .box .box-top .caption .onhover {
	position: absolute;
	left: 0;
	right: 0;
	top: -11px
}

.thoughts .box .box-top .caption .onhover .desc {
	background-color: var(--color-one);
	border-radius: 22px;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	padding: 0 10px;
	transition: all .3s linear 0s
}

.thoughts .box .box-top .caption .onhover .desc a {
	color: #fff
}

.thoughts .box .box-top .caption .onhover .desc a:hover {
	opacity: .8
}

.thoughts .box .box-top .caption h2 {
	font-size: 18px;
	margin: 0 0 0;
	line-height: 28px;
	font-weight: 700
}

.thoughts .box .box-top .caption h2 a {
	color: #282828
}

.thoughts .box .box-top .caption h2 a:hover {
	color: var(--color-one)
}

.thoughts .box .box-top .caption p {
	margin: 0
}

.thoughts .box .box-top .caption .date {
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 16px;
	color: #616161;
	font-family: Poppins, sans-serif
}

.thoughts .box .box-inner a {
	opacity: 0;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--color-one);
	transition: all .3s linear 0s
}

.thoughts .box .box-top .caption:before {
	content: "";
	width: 2px;
	height: 30px;
	background-color: var(--color-one);
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .3s linear 0s
}

.thoughts .box:hover .box-inner a,
.thoughts .box:hover .box-top .caption:before {
	opacity: 1
}

.thoughts .box:hover .box-top {
	-webkit-box-shadow: 0px 10px 30px #333;
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0px 10px 30px #333;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	transform: translateY(-20px)
}

.accordion .accordion-item {
	width: 100%;
	float: left;
}

.mainGallerysec {
	margin: 0 !important
}

.masonry {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em
}

.masonry .item {
	display: inline-block;
	padding: 10px 0px;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.masonry .item img {
	max-width: 100%;
	width: 100%;
}

@media only screen and (max-width:320px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

@media only screen and (min-width:321px) and (max-width:768px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2
	}
}

@media only screen and (min-width:769px) and (max-width:1200px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3
	}
}

@media only screen and (min-width:1201px) {
	.masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4
	}
}

.gallery-detailhoverEffect {
	position: relative
}

.gallery-detailhoverEffect img {
	position: static !important;
	transform: translate(0, 0) !important
}

.pagination {
	margin-bottom: 0;
	padding: 8px;
	box-shadow: rgba(0, 0, 0, .18) 0 2px 4px;
	width: max-content;
	background: #fff
}

.pagination .page-item a {
	border: 0;
	color: var(--color-one);
	margin: 0 4px !important;
	line-height: 34px;
	padding: 0 12px;
	height: 34px;
	border-radius: 3px !important
}

.page-item:nth-child(-n+2) a,
.page-item:nth-last-child(-n+2) a {
	background: #eee
}

.page-item:nth-child(-n+2) a:hover,
.page-item:nth-last-child(-n+2) a:hover {
	background: #ddd
}

.pagination .page-item.active .page-link {
	background: var(--color-one);
	color: #fff
}

.pagination .page-item.disabled a {
	background: #eee;
	color: #3c3c3c;
	cursor: context-menu
}

.blogbox .img_bx a {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px
}

.blogbox .bg_img {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1
}

.blogbox .bg_img img {
	height: 100%;
	width: 100%;
	filter: blur(4px);
	object-fit: cover
}

.blogbox .main_img img {
	width: 100%;
	object-fit: contain;
	object-position: center
}

.blog_details_img .img_bx {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

.blog_details_img .bg_img {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1
}

.blog_details_img .bg_img img {
	height: 100%;
	width: 100%;
	filter: blur(4px);
	object-fit: cover
}

.blog_details_img .main_img img {
	width: 100%;
	object-fit: contain;
	object-position: center
}

.moreVideosBtn {
	text-align: center;
	margin-bottom: 20px
}

.moreVideosBtn a {
	color: #fff;
	background: var(--color-one);
	;
	display: inline-block;
	padding: 10px 28px;
	font-size: 17px;
	font-weight: 700;
	transition: all .2s linear
}

.moreVideosBtn a svg {
	color: #fff;
	width: 22px;
	height: 22px;
	margin-left: 7px
}

.moreVideosBtn a:hover {
	background-color: var(--color-one)
}

.wps_featured .hover_effect img {
	position: static;
	transform: translate(0, 0)
}

.HiringPage {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	position: relative;
}

.registration {
	padding: 5px 15px;
	background: #eee;
}

.registration h2 {
	color: #c192ae;
	font-size: 18px;
	margin: 7px 0;
}

.registration h3 {
	color: #c192ae;
	font-size: 18px;
	margin: 7px 0;
}

.ragistrastionFormBox .treatment_details {
	float: left;
}

.ragistrastionFormBox .contact_form {
	float: left;
	display: block;
	width: 100%;
}

.treatment_details p {
	text-align: justify;
	font-size: 14px;
	line-height: normal;
}

.ragistrastionFormBox .contact_form .fileUpload {
	position: relative;
	display: flex;
	border: 1px solid #ddd;
	justify-content: left;
	align-items: center;
	padding: 8px 10px;
	border-radius: 4px;
}

.ragistrastionFormBox .contact_form .fileUpload p {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	line-height: normal;
}

.ragistrastionFormBox .contact_form #uploadBtn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.ragistrastionFormBox .contact_form .fileUpload .custom-span svg {
	color: #c192ae;
	width: 21px;
	height: 21px;
	margin-right: 7px;
}

.ragistrastionFormBox .contact_form .date_postion {
	position: relative;
}

.ragistrastionFormBox .contact_form .date_name {
	position: absolute;
	top: 10px;
	left: 110px;
	color: #c192ae;
}

.ragistrastionFormBox .form-group label {
	color: #c192ae;
}

.ragistrastionFormBox .form-group label input {
	height: auto;
}

.branchBox {
	background: #c192ae;
	overflow: hidden;
	border-radius: 9px;
}

.branchBox .branchImage img {
	width: 100%;
}

.branchBox .brandchName span {
	display: block;
	margin: 0;
	padding: 7px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}

.footer_widget ul.social {
	float: none;
}

.branchadressForm:first-child {
	margin-bottom: 20px;
}

.branchadressForm:nth-child(2) {
	margin-bottom: 20px;
}


.lookbook-section {
	float: left;
	width: 100%;
	position: relative;
	padding: 50px 0px 00px;
}

.sec-title {
	position: relative;
	padding-bottom: 30px;
}

.sec-title .back {
	display: block;
	color: #e9e9e9;
	font-size: 86px;
	font-weight: 500;
	line-height: 62px;
	text-transform: uppercase;
	margin: 0;
}

.sec-title .overlay-title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.overlay-title span {
	color: #edac15;
}

.testimonial-block-three {
	position: relative;
}

.testimonial-block-three .inner-box {
	position: relative;
	text-align: center;
	margin: 0 10px;
}

.testimonial-block-three .inner-box .upper-box {
	position: relative;
	padding: 35px 20px 30px;
	background-color: #ffffff;
	transition: all 300ms ease;
	box-shadow: 0px 1px 5px 1px rgba(241, 241, 241, 1);
}

.testimonial-block-three .inner-box .upper-box .content {
	position: relative;
}

.testimonial-block-three .inner-box .upper-box .content .text {
	position: relative;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

.testimonial-block-three .inner-box .lower-box {
	position: relative;
	margin-top: 30px;
}

.testimonial-block-three .inner-box .lower-box .image-box {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: -70px;
	border-radius: 50%;
	margin-bottom: 15px;
	overflow: hidden;
	display: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.testimonial-block-three .inner-box .lower-box .image-box img {
	border-radius: 50%;
}

.testimonial-block-three .inner-box .lower-box h3 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

.testimonial-block-three .inner-box .lower-box .location {
	position: relative;
	color: #f9c13f;
	font-size: 16px;
}

.lookbook-section .slick-slide {
	opacity: 0.3;
	cursor: move;
	cursor: grab;
	padding: 10px;
}

.lookbook-section .slick-slide.slick-current.slick-active {
	opacity: 1;
}

.lookbook-section .slick-slide.slick-active .testimonial-block-three .inner-box {
	margin-top: -40px;
}

.lookbook-section .slick-slide.slick-active .testimonial-block-three .inner-box .lower-box .image-box {
	display: block;
}

/*.lookbook-section .slick-slide.slick-active .testimonial-block-three .inner-box .upper-box{
	padding-bottom:70px;
}*/
.lookbook-section .slick-dots {
	position: relative;
	margin-top: 25px;
}

.lookbook-section .slick-dots li {
	background-image: none;
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	border: 2px solid #f3f3f3;
	padding: 0px;
	background: #f4f4f4;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 500ms ease;
	display: inline-block;
}

.slick-slide img {
	width: 100%;
}