@charset "UTF-8";

@-webkit-keyframes object_one {
	75% {
		-webkit-transform: scale(0)
	}
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
}

@-webkit-keyframes object_two {
	75% {
		-webkit-transform: scale(0)
	}
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
}

@-webkit-keyframes object_three {
	75% {
		-webkit-transform: scale(0)
	}
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
}

@-webkit-keyframes circle-move {
	0% {
		transform: translateY(0) translateX(0) rotate(0)
	}

	30% {
		transform: translateY(40px) translateX(60px) rotate(35deg);
		transform-origin: top center
	}

	50% {
		transform: translateY(80px) translateX(120px) rotate(55deg);
		transform-origin: center center
	}

	80% {
		transform: translateY(40px) translateX(60px) rotate(90deg);
		transform-origin: left top
	}

	100% {
		transform: translateY(0) translateX(0) rotate(0);
		transform-origin: top center
	}
}

@keyframes circle-move {
	0% {
		transform: translateY(0) translateX(0) rotate(0)
	}

	30% {
		transform: translateY(40px) translateX(60px) rotate(35deg);
		transform-origin: top center
	}

	50% {
		transform: translateY(80px) translateX(120px) rotate(55deg);
		transform-origin: center center
	}

	80% {
		transform: translateY(40px) translateX(60px) rotate(90deg);
		transform-origin: left top
	}

	100% {
		transform: translateY(0) translateX(0) rotate(0);
		transform-origin: top center
	}
}

@-webkit-keyframes square-rotate {
	0% {
		transform: rotate(0) scale(1) translateX(0);
		transform-origin: center bottom
	}

	20% {
		transform: rotate(-60deg) scale(.6) translateX(-20px);
		opacity: .3
	}

	70% {
		transform: rotate(-75deg) scale(.7) translateX(-40px);
		opacity: .6
	}

	100% {
		transform: rotate(-90deg) scale(1) translateX(-20px)
	}
}

@keyframes square-rotate {
	0% {
		transform: rotate(0) scale(1) translateX(0);
		transform-origin: center bottom;
		opacity: .1
	}

	20% {
		transform: rotate(-60deg) scale(.6) translateX(-20px);
		opacity: .3
	}

	70% {
		transform: rotate(-75deg) scale(.7) translateX(-40px);
		opacity: .6
	}

	100% {
		transform: rotate(-90deg) scale(1) translateX(-20px)
	}
}

@-webkit-keyframes play-button-pulse {
	0% {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-moz-keyframes play-button-pulse {
	0% {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-ms-keyframes play-button-pulse {
	0% {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-o-keyframes play-button-pulse {
	0% {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes play-button-pulse {
	0% {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}

	40% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	60% {
		-webkit-transform: scale(1.04);
		-moz-transform: scale(1.04);
		-ms-transform: scale(1.04);
		-o-transform: scale(1.04);
		transform: scale(1.04)
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes runme {
	0% {
		bottom: -60%
	}

	100% {
		bottom: 120%
	}
}

@-ms-keyframes runme {
	0% {
		bottom: -60%
	}

	100% {
		bottom: 120%
	}
}

@-o-keyframes runme {
	0% {
		bottom: -60%
	}

	100% {
		bottom: 120%
	}
}

@keyframes runme {
	0% {
		bottom: -60%
	}

	100% {
		bottom: 120%
	}
}

@-webkit-keyframes spinme {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes spinme {
	0% {
		-moz-transform: rotate(0)
	}

	10% {
		-moz-transform: rotate(360deg)
	}
}

@keyframes spinme {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinme2 {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@-moz-keyframes spinme2 {
	0% {
		-moz-transform: rotate(0)
	}

	10% {
		-moz-transform: rotate(-360deg)
	}
}

@keyframes spinme2 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -6px, 0);
		transform: translate3d(0, -6px, 0)
	}

	70% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -6px, 0);
		transform: translate3d(0, -6px, 0)
	}

	70% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0)
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

a:focus,
a:hover {
	text-decoration: none
}

input:focus {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2e3d62
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

body {
	font-size: 16px;
	line-height: 22px;
	font-family: Poppins, sans-serif;
	color: #4b4b4b;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.bg-1 {
	background-color: #850000 !important
}

.bg-2 {
	background-color: #4be6b8 !important
}

.bg-3 {
	background-color: #f78c01 !important
}

.bg-4 {
	background-color: #c500ee !important
}

.bg-5 {
	background-color: #f8c652 !important
}

.bg-6 {
	background-color: #850000 !important
}

.text-black {
	color: #2e3d62 !important
}

.text-white {
	color: #fff !important
}

.text-color-1 {
	color: #850000 !important
}

.text-color-2 {
	color: #4be6b8 !important
}

.text-color-3 {
	color: #f78c01 !important
}

.text-color-4 {
	color: #c500ee !important
}

.text-color-5 {
	color: #f8c652 !important
}

.text-color-6 {
	color: #850000 !important
}

.font-size-50 {
	font-size: 50px !important
}

.font-size-45 {
	font-size: 45px !important
}

.font-size-40 {
	font-size: 40px !important
}

.font-size-35 {
	font-size: 35px !important
}

.font-size-30 {
	font-size: 30px !important
}

.font-size-28 {
	font-size: 28px !important
}

.font-size-27 {
	font-size: 27px !important
}

.font-size-26 {
	font-size: 26px !important
}

.font-size-25 {
	font-size: 25px !important
}

.font-size-24 {
	font-size: 24px !important
}

.font-size-23 {
	font-size: 23px !important
}

.font-size-22 {
	font-size: 22px !important
}

.font-size-21 {
	font-size: 21px !important
}

.font-size-20 {
	font-size: 20px !important
}

.font-size-19 {
	font-size: 19px !important
}

.font-size-18 {
	font-size: 18px !important
}

.font-size-17 {
	font-size: 17px !important
}

.font-size-16 {
	font-size: 16px !important
}

.font-size-15 {
	font-size: 15px !important
}

.font-size-14 {
	font-size: 14px !important
}

.font-size-13 {
	font-size: 13px !important
}

.font-size-12 {
	font-size: 12px !important
}

.font-size-11 {
	font-size: 11px !important
}

.section-padding {
	padding-top: 90px;
	padding-bottom: 90px
}

.section--padding {
	padding-top: 90px;
	padding-bottom: 90px
}

.section-padding-top {
	padding-top: 90px
}

.section-padding-bottom {
	padding-bottom: 90px
}

.section-padding-bottom-2 {
	padding-bottom: 90px
}

.padding-top-none {
	padding-top: 0 !important
}

.padding-bottom-none {
	padding-bottom: 0 !important
}

.padding-none {
	padding: 0 !important
}

.section-margin {
	margin-top: 120px;
	margin-bottom: 120px
}

.section--margin {
	margin-top: 120px;
	margin-bottom: 90px
}

.margin-top-none {
	margin-top: 0 !important
}

.margin-bottom-none {
	margin-bottom: 0 !important
}

.margin-none {
	padding: 0 !important
}

.bg-gray {
	background-color: #f7f9fb
}

.bg-white {
	background-color: #fff !important
}

.bg-gradient {
	background-image: radial-gradient(circle farthest-corner at 10% 20%, #ec9ef8 0, #8353f1 90.1%)
}

.border-top-none {
	border-top: none !important
}

.border-bottom-none {
	border-bottom: none !important
}

.border-none {
	border: none !important
}

.after-none:after {
	display: none !important
}

.before-none:before {
	display: none !important
}

.container {
	max-width: 1200px
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

.section-heading {
	position: relative;
	z-index: 1
}

.section-heading .section__meta {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #850000;
	background-color: rgba(108, 92, 231, .1);
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: .6px;
	margin-bottom: 15px;
	font-weight: 500
}

.section-heading .section__meta2 {
	background-color: rgba(255, 255, 255, .1);
	color: #fff
}

.section-heading .section__meta3 {
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	color: #850000
}

.section-heading .section__title {
	font-size: 45px;
	font-weight: 600
}

@media (max-width:425px) {
	.section-heading .section__title {
		font-size: 40px
	}
}

@media (max-width:320px) {
	.section-heading .section__title {
		font-size: 35px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.section-heading .section__title br {
		display: none
	}
}

.section-heading .section__sub {
	color: #555;
	margin-top: 12px;
	font-size: 20px
}

.section-description {
	margin-bottom: 34px;
	position: relative;
	z-index: 1
}

.section-description .section__desc {
	line-height: 28px
}

.section-divider {
	position: relative;
	width: 90px;
	height: 3px;
	margin-top: 26px;
	margin-bottom: 30px
}

.section-divider:after,
.section-divider:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #850000
}

.section-divider:after {
	right: 25px;
	left: auto;
	background-color: #fff;
	width: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.section-divider2:after,
.section-divider2:before {
	background-color: #fff
}

.section-divider2:after {
	background-color: #2e3d62
}

.section-icon {
	position: relative;
	height: 40px;
	width: 60px;
	margin-bottom: 15px
}

.section-icon:before {
	position: absolute;
	top: 8px;
	left: 4px;
	content: "\f013";
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 35px;
	color: rgba(108, 92, 231, .7);
	animation: spinme 5s infinite linear
}

.section-icon:after {
	position: absolute;
	right: 4px;
	bottom: 1px;
	content: "\f013";
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 22px;
	color: rgba(108, 92, 231, .7);
	animation: spinme2 5s infinite linear
}

.section-block {
	height: 2px;
	display: block;
	width: 100%;
	background-color: #f7f9fb
}

.line-bg {
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, .1);
	top: 0;
	opacity: .7;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg)
}

.line-bg:before {
	position: absolute;
	bottom: -60%;
	left: 0;
	content: "";
	height: 80px;
	width: 100%;
	background-color: rgba(255, 255, 255, .4);
	-webkit-animation: runme 5s 0s infinite;
	animation: runme 5s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.3, .27, 0, .98);
	animation-timing-function: cubic-bezier(.3, .27, 0, .98)
}

.line-bg1 {
	left: 14%
}

.line-bg1:before {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.line-bg2 {
	left: 30%
}

.line-bg2:before {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s
}

.line-bg3 {
	left: 45%
}

.line-bg3:before {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.line-bg4 {
	left: 60%
}

.line-bg4:before {
	-webkit-animation-delay: 3.6s;
	animation-delay: 3.6s
}

.line-bg5 {
	left: 75%
}

.line-bg5:before {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.line-bg6 {
	left: 88%
}

.line-bg6:before {
	-webkit-animation-delay: 4.6s;
	animation-delay: 4.6s
}

#perticles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

#scroll-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #2e3d62;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#scroll-top:hover {
	background-color: #2e3d62;
	color: #fff
}

.ui-widget.ui-widget-content {
	border: none;
	background-color: #eee;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 8px;
	margin-left: 10px;
	margin-right: 10px
}

.input-number-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

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

.input-number-group .input-group-button {
	line-height: 35px
}

.input-number-group .input-number {
	padding: 0 12px;
	outline: 0;
	display: block;
	text-align: center
}

.input-number-group .input-number {
	border: 1px solid rgba(127, 136, 151, .2);
	height: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
	font-size: 18px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #2e3d62
}

.preview-video .video-play-btn {
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 90px;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	color: #2e3d62;
	position: relative
}

.preview-video .video-play-btn:hover {
	color: #850000
}

.preview-video .video-play-btn:after,
.preview-video .video-play-btn:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background-color: rgba(255, 255, 255, .4);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-button-pulse 1.8s linear infinite;
	-moz-animation: play-button-pulse 1.8s linear infinite;
	animation: play-button-pulse 1.8s linear infinite;
	opacity: 0;
	z-index: -1
}

.preview-video .video-play-btn:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s
}

.preview-video p {
	color: #fff;
	margin-top: 15px;
	font-weight: 500
}

.social-profile li {
	display: inline-block
}

.social-profile li a {
	display: block;
	color: #2e3d62;
	width: 35px;
	height: 35px;
	line-height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	background-color: rgba(46, 61, 98, .1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.social-profile li a:hover {
	background-color: #850000;
	color: #fff
}

.theme-btn {
	font-size: 15px;
	text-transform: uppercase;
	background-color: #850000;
	color: #fff;
	font-weight: 500;
	padding: 0 50px 0 30px;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: none
}

.theme-btn .la {
	position: absolute;
	top: 47%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.theme-btn:hover {
	color: #fff;
	background-color: #ba1111;
	-webkit-box-shadow: 0 12px 24px -6px rgba(93, 80, 197, .2);
	-moz-box-shadow: 0 12px 24px -6px rgba(93, 80, 197, .2);
	box-shadow: 0 12px 24px -6px rgba(93, 80, 197, .2);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px)
}

.btn-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:425px) {
	.btn-box {
		display: block;
		text-align: center
	}
}

.btn-box a {
	margin-right: 15px
}

.btn-box a:last-child {
	margin-right: 0
}

.btn-box .theme-btn:hover {
	background-color: #ba1111
}

.google-btn {
	background-color: #f78c01
}

.facebook-btn {
	background-color: #5d50c5
}

.twitter-btn {
	background-color: #3897f0
}

.button {
	display: inline-block;
	background-color: #850000;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	outline: 0;
	line-height: 55px;
	position: relative;
	padding: 0 30px;
	text-transform: capitalize
}

.button .btn-icon {
	margin-left: 4px
}

.button:hover {
	background-color: #ba1111;
	color: #fff
}

.btn-style-2 {
	padding-left: 50px;
	padding-right: 20px;
	text-align: center
}

.btn-style-2 .btn-icon {
	width: 33px;
	height: 33px;
	line-height: 33px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 0;
	color: #2e3d62;
	background-color: #fff;
	font-size: 22px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.btn--style-2 {
	color: #2e3d62;
	padding-left: 20px;
	padding-right: 50px;
	border: 2px solid #2e3d62;
	background-color: transparent;
	text-align: center
}

.btn--style-2 .btn-icon {
	background-color: #2e3d62;
	left: auto;
	color: #fff;
	right: 10px;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px
}

.btn--style-2:hover {
	border-color: #850000
}

.btn-style-3 {
	padding-left: 50px;
	font-weight: 500;
	color: #555;
	text-transform: capitalize;
	display: inline-block;
	position: relative
}

.btn-style-3 .la-play {
	top: -10px;
	left: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #fff;
	color: #850000;
	font-size: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .3);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .3);
	box-shadow: 0 0 40px rgba(82, 85, 90, .3)
}

.btn-style-3:hover {
	color: #ba1111
}

.btn-style-3:hover .la-play {
	background-color: #ba1111;
	color: #fff
}

.btn-style-4,
.btn-style-5 {
	background-color: transparent;
	background-image: url(/wp-content/themes/winevizer/assets/images/img1.jpg);
	background-size: cover;
	background-position: center;
	font-weight: 600;
	z-index: 1
}

.btn-style-4:after,
.btn-style-5:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2e3d62;
	opacity: .7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: -1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.btn-style-4:hover:after,
.btn-style-5:hover:after {
	opacity: .9
}

.btn-style-5:after {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.button-3d {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	font-size: 18px;
	background-color: #82bf56;
	border-bottom: 5px solid #669644
}

.button-3d:hover {
	background-color: #82bf56
}

.button-3d:active {
	-webkit-transform: translate(0, 5px);
	-moz-transform: translate(0, 5px);
	-ms-transform: translate(0, 5px);
	-o-transform: translate(0, 5px);
	transform: translate(0, 5px);
	border-bottom: 1px solid
}

.btn-gradient {
	background-image: radial-gradient(circle farthest-corner at 10% 20%, #fc9678 0, #f76c7f 100.4%)
}

.btn-large {
	line-height: 55px !important
}

.btn-medium {
	line-height: 50px !important;
	font-size: 14px !important
}

.btn-small {
	line-height: 45px !important;
	font-size: 13px !important
}

.btn--small {
	line-height: 40px !important;
	font-size: 12px !important
}

.button-area .button-wrap {
	margin-top: 30px
}

.button-area .button-wrap .button {
	margin-bottom: 16px;
	margin-right: 8px
}

.button-wrap .btn-style-3 {
	margin-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.button-wrap .btn-style-3 {
		margin-bottom: 40px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.button-wrap .btn-style-3 {
		margin-bottom: 40px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.button-wrap .btn-style-3 {
		margin-bottom: 40px
	}
}

.button-wrap .btn {
	margin-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.button-wrap .btn {
		margin-bottom: 15px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.button-wrap .btn {
		margin-bottom: 15px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.button-wrap .btn {
		margin-bottom: 15px
	}
}

.circle-shape {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #850000;
	opacity: .1;
	z-index: -1;
	animation: circle-move 8s linear infinite
}

.circle-shape2 {
	left: auto;
	top: 15%;
	right: 10%;
	background-color: #ba1111
}

.circle-shape3 {
	left: auto;
	top: auto;
	bottom: 5%;
	right: 20%;
	width: 30px;
	height: 30px;
	background-color: #ffb02b
}

.circle-shape4 {
	top: auto;
	left: 17%;
	bottom: 12%;
	width: 90px;
	height: 90px;
	background-color: #5c48e0
}

.circle-shape5 {
	top: auto;
	left: auto;
	right: 10%;
	bottom: 50%;
	width: 80px;
	height: 80px;
	background-color: #4be6b8
}

.header-menu-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1023
}

.menu-content {
	height: 100px
}

@media (max-width:425px) {
	.menu-content {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.logo-box {
		margin-top: 15px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.logo-box {
		margin-top: 15px
	}
}

@media (max-width:425px) {
	.logo-box {
		margin-top: 0
	}
}

.menu-wrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.main-menu {
	margin-right: 35px
}

@media (max-width:1199px) {
	.main-menu {
		display: none
	}
}

.main-menu>ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.main-menu>ul li {
	margin-right: 30px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative
}

@media (max-width:1199px) {
	.main-menu>ul li {
		margin-right: 20px
	}
}

.main-menu>ul li a {
	font-size: 15px;
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding-bottom: 40px;
	margin-bottom: -40px
}

.main-menu>ul li a:hover {
	color: #850000
}

.main-menu>ul li:nth-child(6) {
	margin-right: 20px
}

.main-menu>ul li:nth-child(7) {
	margin-right: 10px
}

.main-menu>ul li:last-child {
	margin-right: 0
}

.main-menu>ul li .dropdown-menu-item {
	position: absolute;
	left: 0;
	top: 50px;
	width: 250px;
	background-color: #fff;
	display: block;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	opacity: 0;
	visibility: hidden
}

.main-menu>ul li .dropdown-menu-item li {
	display: block;
	margin-right: 0;
	text-transform: capitalize;
	font-weight: 400
}

.main-menu>ul li .dropdown-menu-item li a {
	color: #555;
	display: block;
	position: relative;
	padding: 5px 10px;
	margin-bottom: 0
}

.main-menu>ul li .dropdown-menu-item li a:hover {
	color: #850000
}

.main-menu>ul li .dropdown-menu-item:after {
	top: -6px;
	content: "";
	position: absolute;
	background-color: #fff;
	left: 30px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, .2);
	-moz-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, .2);
	box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, .2)
}

.main-menu>ul li:hover .dropdown-menu-item {
	top: 58px;
	opacity: 1;
	visibility: visible
}

.search-wrap .dropdown .dropdown-toggle {
	background-color: transparent;
	padding: 0;
	border: none;
	color: #2e3d62;
	outline: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px
}

.search-wrap .dropdown .dropdown-toggle:focus {
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

.search-wrap .dropdown .dropdown-toggle:after {
	display: none
}

.search-wrap .dropdown .dropdown-toggle[aria-expanded=true] i:before {
	content: "\f00d"
}

.search-wrap .dropdown .dropdown-menu {
	left: auto !important;
	right: -28px;
	min-width: 400px;
	padding: 20px;
	margin-top: 30px;
	border-color: rgba(127, 136, 151, .2)
}

@media (max-width:1280px) {
	.search-wrap .dropdown .dropdown-menu {
		right: -120px
	}
}

.search-wrap .dropdown .dropdown-menu .contact-form-action form .form-group {
	margin-bottom: 0
}

.search-wrap .dropdown .dropdown-menu .contact-form-action form .form-group .form-control {
	padding-left: 20px
}

.search-wrap .dropdown .dropdown-menu:after {
	position: absolute;
	content: '';
	right: 27px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-top: 1px solid rgba(127, 136, 151, .2);
	border-left: 1px solid rgba(127, 136, 151, .2);
	top: -6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media (max-width:400px) {
	.search-wrap .dropdown .dropdown-menu:after {
		right: 100px
	}
}

@media (max-width:1199px) {
	.logo-right-button ul {
		display: none
	}
}

.logo-right-button .side-menu-open {
	width: 50px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	position: relative;
	z-index: 1;
	padding: 10px;
	border: 1px solid rgba(127, 136, 151, .2)
}

@media (max-width:1199px) {
	.logo-right-button .side-menu-open {
		display: block
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.logo-right-button .side-menu-open {
		margin-top: -60px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.logo-right-button .side-menu-open {
		margin-top: -60px
	}
}

@media (max-width:425px) {
	.logo-right-button .side-menu-open {
		margin-top: -40px
	}
}

.logo-right-button .side-menu-open .menu__bar {
	height: 2px;
	background-color: #2e3d62;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.logo-right-button .side-menu-open .menu__bar:nth-child(1),
.logo-right-button .side-menu-open .menu__bar:nth-child(2) {
	margin-bottom: 5px
}

.logo-right-button .side-menu-open .menu__bar:nth-child(2) {
	margin-left: 5px
}

.logo-right-button .side-menu-open:hover .menu__bar:nth-child(2) {
	margin-left: 0;
	margin-right: 5px
}

.side-nav-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	background-color: #2e3d62;
	overflow-x: hidden;
	z-index: 999;
	-webkit-transition: all .4s cubic-bezier(.7, 0, .2, 1);
	-moz-transition: all .4s cubic-bezier(.7, 0, .2, 1);
	-ms-transition: all .4s cubic-bezier(.7, 0, .2, 1);
	-o-transition: all .4s cubic-bezier(.7, 0, .2, 1);
	transition: all .4s cubic-bezier(.7, 0, .2, 1);
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.side-nav-container .humburger-menu .humburger-menu-lines {
	display: inline-block;
	text-align: right;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 18px;
	opacity: .5
}

.side-nav-container .humburger-menu .humburger-menu-lines:after,
.side-nav-container .humburger-menu .humburger-menu-lines:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	top: 10px;
	left: 0;
	background-color: #fff;
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
	transform: rotate(-43deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.side-nav-container .humburger-menu .humburger-menu-lines:after {
	-webkit-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	transform: rotate(43deg)
}

.side-nav-container .humburger-menu .humburger-menu-lines:hover:after,
.side-nav-container .humburger-menu .humburger-menu-lines:hover:before {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

.side-nav-container .side-menu-wrap {
	margin-top: 100px
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item {
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 14px 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: 500
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after,
.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:before {
	position: absolute;
	top: 24px;
	right: 20px;
	content: '';
	width: 11px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:hover {
	background-color: rgba(255, 255, 255, .1)
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu {
	display: none
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
	border-top: 1px solid rgba(255, 255, 255, .12)
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a {
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	text-transform: capitalize;
	color: rgba(255, 255, 255, .7)
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a .la {
	margin-right: 8px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
	color: #fff;
	padding-left: 35px
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover span {
	background-color: #fff;
	color: #2e3d62
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .12)
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:hover>a {
	background-color: rgba(255, 255, 255, .12)
}

.side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

.side-nav-container .side-btn-box {
	text-align: center;
	margin-top: 40px
}

.side-nav-container .side-btn-box .theme-btn {
	background-color: #fff;
	color: #2e3d62
}

.side-nav-container .side-btn-box .theme-btn:hover {
	background-color: #850000;
	color: #fff
}

.side-nav-container.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.menu-content-2 .main-menu ul li a {
	color: #fff
}

.menu-content-2 .main-menu ul li a:after {
	background-color: #fff
}

.menu-content-2 .search-wrap .dropdown .dropdown-toggle {
	color: #fff
}

.menu-content-2 .logo-right-button ul li .theme-btn {
	background-color: #fff;
	color: #2e3d62
}

.menu-content-2 .logo-right-button ul li .theme-btn:hover {
	background-color: #850000;
	color: #fff
}

.menu-content-2 .logo-right-button .side-menu-open {
	border-color: rgba(255, 255, 255, .2)
}

.menu-content-2 .logo-right-button .side-menu-open .menu__bar {
	background-color: #fff
}

.header-top {
	border-bottom: 1px solid rgba(127, 136, 151, .1);
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-top {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.header-top {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.header-top {
		display: none
	}
}

.header-top-info .info-list li {
	display: inline-block;
	margin-right: 10px
}

.header-top-info .info-list li i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(127, 136, 151, .2);
	margin-right: 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.header-top-info .info-list li:last-child {
	margin-right: 0
}

.header-top-info .info-list li a {
	color: #555;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header-top-info .info-list li a:hover {
	color: #850000
}

.header-top-info .info-list li:hover i {
	background-color: #850000;
	color: #fff;
	border-color: #850000
}

.header-right-info {
	text-align: right
}

.header-right-info .info-list li {
	margin-right: 3px
}

.header-right-info .info-list li i {
	margin-right: 0;
	width: 33px;
	font-size: 14px;
	height: 33px;
	line-height: 33px
}

.header-right-info .info-list li .theme-btn {
	color: #fff;
	line-height: 45px;
	padding-left: 25px;
	padding-right: 45px
}

.header-right-info .info-list li .theme-btn:hover {
	color: #fff
}

.header-right-info .info-list li:last-child {
	margin-left: 15px
}

.menu-content-3 .main-menu {
	margin-right: 0
}

.menu-content-3 .main-menu ul li .search-wrap .dropdown .dropdown-toggle {
	border: 1px solid rgba(127, 136, 151, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

@media (max-width:1600px) {
	.menu-content-3 .main-menu ul li .search-wrap .dropdown .dropdown-menu {
		right: -160px
	}
}

@media (max-width:1440px) {
	.menu-content-3 .main-menu ul li .search-wrap .dropdown .dropdown-menu {
		right: -184px
	}
}

.menu-content-4 .main-menu ul li a {
	color: #fff
}

.menu-content-4 .main-menu ul li a:after {
	background-color: #850000
}

.menu-content-4 .main-menu ul li a:hover {
	color: #850000
}

.menu-content-4 .main-menu ul li .dropdown-menu-item li a:before {
	background-color: #850000
}

.menu-content-4 .main-menu ul li .dropdown-menu-item li a:hover {
	color: #850000
}

.menu-content-4 .search-wrap .dropdown .dropdown-toggle {
	color: #fff
}

.menu-content-4 .search-wrap .contact-form-action .theme-btn {
	background-color: #850000
}

.menu-content-4 .logo-right-button ul li .theme-btn {
	background-color: #fff;
	color: #2e3d62
}

.menu-content-4 .logo-right-button ul li .theme-btn:hover {
	background-color: #850000;
	color: #fff
}

.menu-content-4 .logo-right-button .side-menu-open {
	border-color: rgba(255, 255, 255, .2)
}

.menu-content-4 .logo-right-button .side-menu-open .menu__bar {
	background-color: #fff
}

.header-menu-area-5 {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.banner-area {
	position: relative;
	overflow: hidden
}

.banner-area .banner-svg {
	position: absolute;
	top: 0;
	left: 0;
	fill: #f7f9fb;
	height: 112%
}

.banner-item-wrap {
	position: relative;
	background-position: center center;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 120px;
	z-index: 2
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.banner-item-wrap {
		padding-top: 200px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.banner-item-wrap {
		padding-top: 200px;
		padding-bottom: 50px
	}
}

.banner-item-table {
	display: block;
	width: 100%;
	height: 100%
}

.banner-item-table .banner-item-tablecell {
	display: block;
}

.banner-content {
	position: relative;
	z-index: 2
}

.banner-content .section-heading .section__meta {
	letter-spacing: 4px;
	color: #2e3d62;
	background-color: rgba(46, 61, 98, .1);
	padding: 4px 0;
	margin-bottom: 25px
}

.banner-content .section-heading .section__title {
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 36px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.banner-content .section-heading .section__title {
		font-size: 50px;
		line-height: 60px
	}
}

@media (max-width:575px) {
	.banner-content .section-heading .section__title {
		font-size: 45px;
		line-height: 55px
	}
}

@media (max-width:425px) {
	.banner-content .section-heading .section__title {
		font-size: 40px;
		line-height: 50px
	}
}

@media (max-width:375px) {
	.banner-content .section-heading .section__title br {
		display: none
	}
}

.banner-content .section-description .section__desc {
	font-size: 24px;
	line-height: 37px;
	margin-bottom: 35px
}

@media (max-width:575px) {
	.banner-content .section-description .section__desc {
		font-size: 20px
	}
}

@media (max-width:425px) {
	.banner-content .btn-box a {
		margin-right: 0;
		margin-bottom: 30px
	}
}

.home-page-2 .banner-item-wrap {
	padding: 0
}

.single-slide-item {
	position: relative;
	background-position: center center;
	background-size: cover;
	color: #fff;
	z-index: 2;
	padding-top: 290px;
	padding-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slide-item {
		padding-top: 230px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.single-slide-item {
		padding-top: 230px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.single-slide-item {
		padding-top: 230px
	}
}

.single-slide-item .banner-number {
	position: absolute;
	left: 50%;
	bottom: 55px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 100px;
	font-weight: 600;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, .1)
}

.single-slide-item .banner-content .section-heading .section__meta {
	color: #fff;
	margin-bottom: 20px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

.single-slide-item .banner-content .section-heading .section__title {
	color: #fff;
	font-size: 60px;
	line-height: 75px;
	margin-bottom: 25px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slide-item .banner-content .section-heading .section__title {
		font-size: 50px;
		line-height: 65px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.single-slide-item .banner-content .section-heading .section__title {
		font-size: 50px;
		line-height: 65px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.single-slide-item .banner-content .section-heading .section__title {
		font-size: 50px;
		line-height: 65px
	}
}

@media (max-width:320px) {
	.single-slide-item .banner-content .section-heading .section__title {
		font-size: 40px;
		line-height: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slide-item .banner-content .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.single-slide-item .banner-content .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.single-slide-item .banner-content .section-heading .section__title br {
		display: none
	}
}

.single-slide-item .banner-content .section-description .section__desc {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 40px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

.single-slide-item .banner-content .btn-box {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

.single-slide-item .banner-content .btn-box .theme-btn:nth-child(1) {
	margin-right: 15px
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.single-slide-item .banner-content .btn-box .theme-btn:nth-child(1) {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.single-slide-item .banner-content .btn-box .theme-btn:nth-child(2) {
	background-color: #fff;
	color: #2e3d62
}

.single-slide-item .banner-content .btn-box .theme-btn:nth-child(2):hover {
	color: #fff;
	background-color: #5d50c5
}

.single-slide-item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #2e3d62;
	opacity: .9;
	content: "";
	z-index: -1
}

.single-slide-item1 {
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-img.jpg)
}

@media (max-width:320px) {
	.single-slide-item1 .banner-content {
		text-align: center
	}
}

.single-slide-item2 {
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-img2.jpg)
}

.single-slide-item2 .banner-content {
	text-align: center
}

.single-slide-item2 .banner-content .btn-box {
	-ms-flex-pack: center;
	justify-content: center
}

.single-slide-item3 {
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-img3.jpg)
}

.single-slide-item3 .banner-content {
	text-align: right
}

@media (max-width:320px) {
	.single-slide-item3 .banner-content {
		text-align: center
	}
}

.single-slide-item3 .banner-content .btn-box {
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:320px) {
	.single-slide-item3 .banner-content .btn-box {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.homepage-slide1 .active .btn-box,
.homepage-slide1 .active .section__desc,
.homepage-slide1 .active .section__meta,
.homepage-slide1 .active .section__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	opacity: 1
}

.homepage-slide1 .active .section__title {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.homepage-slide1 .active .section__desc {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.homepage-slide1 .active .btn-box {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.banner-action-wrap {
	padding-top: 205px;
	padding-bottom: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.banner-action-wrap {
		padding-top: 165px;
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.banner-action-wrap {
		padding-top: 165px;
		text-align: center
	}
}

.banner-action-wrap .banner-action ul li {
	display: inline-block;
	margin-right: 15px;
	color: #fff
}

.banner-action-wrap .banner-action ul li:last-child {
	margin-right: 0
}

.banner-action-wrap .banner-action ul li a {
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.banner-action-wrap .banner-action ul li a:hover {
	opacity: .4
}

.banner-action-wrap .banner-action-right {
	text-align: right
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.banner-action-wrap .banner-action-right {
		text-align: center;
		margin-top: 10px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.banner-action-wrap .banner-action-right {
		text-align: center;
		margin-top: 10px
	}
}

.home-page-3 {
	background: #e96443;
	background: -webkit-linear-gradient(to right, #904e95, #e96443);
	background: linear-gradient(to right, #904e95, #e96443);
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-page-3 .banner-content {
		margin-bottom: 80px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.home-page-3 .banner-content {
		margin-bottom: 80px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.home-page-3 .banner-content {
		margin-bottom: 80px
	}
}

.home-page-3 .banner-content .section-heading .section__meta {
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	position: relative;
	padding-left: 35px
}

@media (max-width:375px) {
	.home-page-3 .banner-content .section-heading .section__meta {
		letter-spacing: 3px
	}
}

.home-page-3 .banner-content .section-heading .section__title {
	color: #fff;
	font-size: 60px;
	line-height: 75px
}

@media (max-width:575px) {
	.home-page-3 .banner-content .section-heading .section__title {
		font-size: 45px;
		line-height: 55px
	}
}

@media (max-width:425px) {
	.home-page-3 .banner-content .section-heading .section__title {
		font-size: 40px;
		line-height: 50px
	}
}

.home-page-3 .banner-content .btn-box {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.home-page-3 .banner-content .btn-box .theme-btn {
	background-color: #fff;
	color: #2e3d62
}

.home-page-3 .banner-content .btn-box .theme-btn:hover {
	background-color: #850000;
	color: #fff
}

.home-page-3 .banner-content .btn-box .video-play-btn {
	color: #fff
}

.home-page-3 .banner-content .btn-box .video-play-btn .la-play {
	background-color: #850000;
	color: #fff
}

.home-page-3 .banner-content .btn-box .video-play-btn:hover {
	color: #fff
}

.home-page-3 .banner-img-content {
	margin-top: -40px;
	z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-page-3 .banner-img-content {
		margin-top: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.home-page-3 .banner-img-content {
		margin-top: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.home-page-3 .banner-img-content {
		margin-top: 0
	}
}

.home-page-3 .banner-img-content img {
	width: 100%
}

.home-page-3:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/winevizer/assets/images/bg-line-shape.png);
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: .4
}

.home-page-4 .banner-item-wrap {
	background-image: url(/wp-content/themes/winevizer/assets/images/banner-img.jpg);
	padding-top: 340px;
	padding-bottom: 200px
}

@media (max-width:480px) {
	.home-page-4 .banner-item-wrap {
		padding-top: 250px
	}
}

.home-page-4 .banner-item-wrap .line-bg {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

.home-page-4 .banner-item-wrap .line-bg:before {
	display: none
}

.home-page-4 .banner-item-wrap:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2e3d62;
	opacity: .8;
	z-index: -1
}

.home-page-4 .banner-content .section-heading .section-icon:before {
	color: rgba(255, 255, 255, .5);
	left: 0
}

.home-page-4 .banner-content .section-heading .section-icon:after {
	color: rgba(255, 255, 255, .4);
	right: 8px
}

.home-page-4 .banner-content .section-heading .section__title {
	color: #fff;
	margin-bottom: 20px
}

.home-page-4 .banner-content .section-description .section__desc {
	color: #fff;
	font-size: 20px
}

.home-page-4 .banner-content .btn-box {
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width:425px) {
	.home-page-4 .banner-content .btn-box {
		width: 210px;
		text-align: left
	}
}

.home-page-4 .banner-content .btn-box .contact-number {
	color: #fff;
	margin-left: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px
}

@media (max-width:425px) {
	.home-page-4 .banner-content .btn-box .contact-number {
		margin-left: 0;
		margin-top: 20px;
		display: inline-block
	}
}

.home-page-4 .banner-content .btn-box .contact-number span {
	font-weight: 500
}

.home-page-4 .preview-video {
	position: absolute;
	bottom: 60px;
	right: 80px;
	text-align: center
}

.home-page-5 .single-slide-item {
	position: relative;
	background-position: center;
	background-size: cover;
	color: #fff;
	z-index: 2;
	padding-top: 350px;
	overflow: hidden
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.home-page-5 .single-slide-item {
		padding-top: 250px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.home-page-5 .single-slide-item {
		padding-top: 250px
	}
}

.home-page-5 .single-slide-item .banner-content .section-heading .section__meta {
	font-weight: 500;
	margin-bottom: 20px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
	color: #fff
}

.home-page-5 .single-slide-item .banner-content .section-heading .section__title {
	color: #fff;
	font-size: 60px;
	line-height: 75px;
	margin-bottom: 25px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

@media (max-width:575px) {
	.home-page-5 .single-slide-item .banner-content .section-heading .section__title {
		font-size: 45px;
		line-height: 55px
	}
}

@media (max-width:425px) {
	.home-page-5 .single-slide-item .banner-content .section-heading .section__title {
		font-size: 40px;
		line-height: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-page-5 .single-slide-item .banner-content .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.home-page-5 .single-slide-item .banner-content .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.home-page-5 .single-slide-item .banner-content .section-heading .section__title br {
		display: none
	}
}

.home-page-5 .single-slide-item .section-description .section__desc {
	margin-left: auto;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 40px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

.home-page-5 .single-slide-item .btn-box {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

.home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(1) {
	margin-right: 15px
}

@media (max-width:375px) {
	.home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(1) {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(2) {
	background-color: #fff;
	color: #2e3d62
}

.home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(2):hover {
	color: #fff;
	background-color: #4be6b8
}

.home-page-5 .single-slide-item:after {
	opacity: .7;
	z-index: 1
}

.home-page-5 .homepage-slide2 .active .btn-box,
.home-page-5 .homepage-slide2 .active .section__desc,
.home-page-5 .homepage-slide2 .active .section__meta,
.home-page-5 .homepage-slide2 .active .section__title {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	opacity: 1
}

.home-page-5 .homepage-slide2 .active .section__title {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.home-page-5 .homepage-slide2 .active .section__desc {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.home-page-5 .homepage-slide2 .active .btn-box {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.info-contact-box {
	margin-top: 200px;
	background: #555;
	background: -webkit-linear-gradient(to right, #555, #a3b0ba);
	background: linear-gradient(to right, #555, #a3b0ba);
	text-align: left;
	position: relative;
	z-index: 2
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.info-contact-box {
		margin-top: 140px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.info-contact-box {
		margin-top: 140px
	}
}

.banner-contact-list .col-lg-4:last-child .banner-contact-item {
	border-right: none
}

.banner-contact-item {
	border-right: 1px solid rgba(255, 255, 255, .1);
	padding: 50px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-contact-item {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.banner-contact-item {
		padding-top: 30px;
		padding-bottom: 30px;
		border-right: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.banner-contact-item {
		padding-top: 30px;
		padding-bottom: 30px;
		border-right: none
	}
}

.banner-contact-item span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 28px;
	float: left;
	margin-right: 20px;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.banner-contact-item span:after {
	position: absolute;
	content: '';
	right: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid rgba(255, 255, 255, .1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.banner-contact-item .banner-contact__title {
	color: #fff;
	font-size: 22px;
	padding-top: 3px;
	padding-bottom: 3px
}

.banner-contact-item .banner-contact__text {
	color: rgba(255, 255, 255, .7)
}

.banner-contact-item .banner-contact__text a {
	color: rgba(255, 255, 255, .7)
}

.banner-contact-item:hover span {
	background-color: #fff;
	color: #2e3d62
}

.banner-contact-item:hover span:after {
	border-left-color: #fff
}

.home-page-6 {
	background-image: url(/wp-content/uploads/2024/12/winevizer-banner.webp);
	background-size: cover;
	background-position: center;
	z-index: 1
}

.home-page-6:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #44372c;
	opacity: .6;
	z-index: -1
}

.home-page-6 .section-heading .section__title {
	font-size: 60px;
	margin-bottom: 25px
}

.home-page-6 .section-heading .section__title.section__title2 {
	font-size: 54px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.home-page-6 .section-heading .section__title {
		font-size: 50px
	}
}

@media (max-width:425px) {
	.home-page-6 .section-heading .section__title {
		font-size: 36px
	}
}

.home-page-6 .cd-words-wrapper {
	color: #850000
}

.home-page-6 .cd-words-wrapper b {
	font-weight: 700;
	text-shadow: 2px 2px 3px #fff
}

.home-page-6 .section-description .section__desc {
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
	line-height: 35px;
	font-weight: 500
}

.home-page-7 {
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-img10.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1
}

.home-page-7:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2e3d62;
	opacity: .6;
	z-index: -1
}

.shop-home-page .single-slide-item {
	padding-top: 330px;
	padding-bottom: 202px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-home-page .single-slide-item {
		padding-top: 250px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.shop-home-page .single-slide-item {
		padding-top: 250px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.shop-home-page .single-slide-item {
		padding-top: 250px
	}
}

.shop-home-page .single-slide-item .banner-number {
	-webkit-text-stroke-color: #fff
}

.shop-home-page .single-slide-item:after {
	opacity: .4
}

.shop-home-page .single-slide-item1 {
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-img6.jpg)
}

.shop-home-page .single-slide-item2 {
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-img7.jpg)
}

.shop-home-page .single-slide-item3 {
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-img8.jpg)
}

.list-items li {
	margin-bottom: 10px;
	padding-left: 80px;
	position: relative
}

.list-items li span {
	margin-right: 17px;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: -7px;
	color: #850000
}

.list-items li h3 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px
}

.list-items li p {
	line-height: 28px
}

.list-items li+li {
	margin-top: 30px
}

.image-box {
	position: relative;
	margin-top: 70px;
	margin-left: 30px;
	height: 100%
}

.image-box .img__item.item1,
.image-box .img__item.item3,
.image-box .img__item.item4 {
	width: 158px !important;
	height: 158px !important;
	z-index: 100;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.image-box {
		margin-left: 0
	}
	.image-box .img__item.item1,
	.image-box .img__item.item3,
	.image-box .img__item.item4 {
		width: 120px !important;
		height: 120px !important;
		position: absolute!important;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.image-box {
		margin-left: 0
	}
	.image-box .img__item.item1,
	.image-box .img__item.item3,
	.image-box .img__item.item4 {
		width: 120px !important;
		height: 120px !important;
		position: absolute!important;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.image-box {
		margin-left: 0
	}
	.image-box .img__item.item1,
	.image-box .img__item.item3,
	.image-box .img__item.item4 {
		width: 120px !important;
		height: 120px !important;
		position: absolute!important;
	}
}

.image-box .img__item {
	width: 100%;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.image-box .img__item {
		position: inherit;
		margin-bottom: 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.image-box .img__item {
		position: inherit;
		margin-bottom: 30px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.image-box .img__item {
		position: inherit;
		margin-bottom: 30px
	}
}

.image-box .img__item.item1 {
	top: -2%;
	right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.image-box .img__item.item1 {
		top: auto;
		right: auto
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.image-box .img__item.item1 {
		top: auto;
		right: auto
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.image-box .img__item.item1 {
		top: auto;
		right: auto
	}
}

.image-box .img__item.item1 {
	top: 0;
	left: 0;
	width: 33%;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.image-box .img__item.item2 {
		width: 100%;
		top: auto;
		left: auto;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.image-box .img__item.item2 {
		width: 100%;
		top: auto;
		left: auto;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.image-box .img__item.item2 {
		width: 100%;
		top: auto;
		left: auto;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

.image-box .img__item.item3 {
	bottom: 30%;
	right: -35px;
	width: 40%;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

@media (max-width:1280px) {
	.image-box .img__item.item3 {
		right: -10px
	}
}

@media (max-width:1199px) {
	.image-box .img__item.item3 {
		bottom: 35%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.image-box .img__item.item3 {
		width: 100%;
		bottom: 60px;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.image-box .img__item.item3 {
		width: 100%;
		bottom: 60px;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.image-box .img__item.item3 {
		width: 100%;
		bottom: 60px;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

.image-box .img__item.item4 {
	bottom: 24%;
	left: 0;
	width: 33%;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

@media (max-width:1199px) {
	.image-box .img__item.item4 {
		bottom: 35%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.image-box .img__item.item4 {
		width: 100%;
		bottom: 60px;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.image-box .img__item.item4 {
		width: 100%;
		bottom: 60px;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.image-box .img__item.item4 {
		width: 100%;
		bottom: 60px;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

.img--box .img__item {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	border: none
}

.img--box .img__item.item1 {
	top: auto;
	right: auto
}

.about-area {
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area .section-heading .section__title br {
		display: none
	}
}

.about-area .about-item {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area .image-box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area .image-box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: center
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area .image-box .img__item {
		width: 280px;
		height: 280px;
		margin: 0 15px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area .image-box .img__item {
		width: 200px;
		height: 200px;
		margin: 0 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area .img--box .img__item {
		width: 100%;
		height: auto;
		margin: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area .img--box .img__item {
		width: 100%;
		height: auto;
		margin: 0
	}
}

.about-area2 .about-item .list-items {
	padding-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area2 .about-item .list-items {
		padding-right: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area2 .about-item .list-items {
		padding-right: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area2 .about-item .list-items {
		padding-right: 0
	}
}

.about-area2 .about-item .list-items li {
	padding-left: 0
}

.about-area2 .about-item .list-items li span {
	font-size: 28px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(128, 92, 231, .1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-area2 .about-item .list-items li span:after {
	position: absolute;
	content: '';
	right: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid rgba(128, 92, 231, .1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-area2 .about-item .list-items li h3 {
	padding-top: 7px;
	margin-left: 65px;
	margin-bottom: 25px;
	font-size: 22px
}

.about-area2 .about-item .list-items li:hover span {
	background-color: #850000;
	color: #fff
}

.about-area2 .about-item .list-items li:hover span:after {
	border-left-color: #850000
}

.performance-area .performance-wrapper {
	margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.performance-area .circle-bar-wrap {
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.performance-area .circle-bar-wrap {
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.performance-area .circle-bar-wrap {
		text-align: center
	}
}

.performance-area .circle-bar-wrap .circlechart .circle-chart {
	width: 155px;
	height: 155px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.performance-area .circle-bar-wrap .circlechart .circle-chart {
		width: 200px;
		height: 200px;
		margin-bottom: 50px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.performance-area .circle-bar-wrap .circlechart .circle-chart {
		width: 200px;
		height: 200px;
		margin-bottom: 50px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.performance-area .circle-bar-wrap .circlechart .circle-chart {
		width: 200px;
		height: 200px;
		margin-bottom: 50px
	}
}

.performance-area .chart-box {
	margin-top: 50px;
	margin-left: 50px;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.performance-area .chart-box {
		margin-left: 0;
		margin-top: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.performance-area .chart-box {
		margin-left: 0;
		margin-top: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.performance-area .chart-box {
		margin-left: 0;
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 {
		padding-bottom: 150px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 {
		padding-bottom: 120px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 {
		padding-bottom: 120px
	}
}

.about-area3 .about-item .section-description {
	margin-top: 30px
}

.about-area3 .about-item .list-items {
	margin-bottom: 40px
}

.about-area3 .about-item .list-items li {
	padding-left: 25px;
	margin-bottom: 15px
}

.about-area3 .about-item .list-items li:last-child {
	margin-bottom: 0
}

.about-area3 .about-item .list-items li span {
	font-size: 16px;
	margin-right: 0;
	top: 2px
}

.about-area3 .about-item .list-items li+li {
	margin-top: 0
}

.about-area3 .image-box-wrap {
	height: 100%;
	position: relative
}

.about-area3 .image-box-wrap .company-logo {
	position: absolute;
	top: 40px;
	left: 28px;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 600;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(127, 136, 151, .2)
}

@media (max-width:1199px) {
	.about-area3 .image-box-wrap .company-logo {
		top: 50px;
		font-size: 35px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 .image-box-wrap .company-logo {
		z-index: 2;
		font-size: 40px;
		left: 60px;
		top: 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 .image-box-wrap .company-logo {
		z-index: 2;
		font-size: 40px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 .image-box-wrap .company-logo {
		z-index: 2;
		font-size: 40px
	}
}

.about-area3 .image-box {
	margin-top: 0;
	margin-left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 .image-box {
		margin-top: 60px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 .image-box {
		margin-top: 60px;
		display: block
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 .image-box {
		margin-top: 60px;
		display: block
	}
}

.about-area3 .image-box .img__item {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 .image-box .img__item {
		height: 220px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 .image-box .img__item {
		height: auto;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 .image-box .img__item {
		height: auto;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px
	}
}

.about-area3 .image-box .img__item:nth-child(1) {
	width: 60%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 .image-box .img__item:nth-child(1) {
		width: 280px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 .image-box .img__item:nth-child(1) {
		width: 100%
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 .image-box .img__item:nth-child(1) {
		width: 100%
	}
}

.about-area3 .image-box .img__item:nth-child(2),
.about-area3 .image-box .img__item:nth-child(3),
.about-area3 .image-box .img__item:nth-child(4) {
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1)
}

.about-area3 .image-box .img__item:nth-child(2) {
	width: 50%;
	top: 100px;
	left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 .image-box .img__item:nth-child(2) {
		top: auto;
		left: auto;
		width: 280px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 .image-box .img__item:nth-child(2) {
		top: auto;
		left: auto;
		width: 100%
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 .image-box .img__item:nth-child(2) {
		top: auto;
		left: auto;
		width: 100%
	}
}

.about-area3 .image-box .img__item:nth-child(3) {
	right: 0;
	bottom: 18%
}

@media (max-width:1199px) {
	.about-area3 .image-box .img__item:nth-child(3) {
		bottom: 43%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 .image-box .img__item:nth-child(3) {
		width: 280px;
		right: auto;
		bottom: auto
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 .image-box .img__item:nth-child(3) {
		width: 100%;
		right: auto;
		bottom: auto
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 .image-box .img__item:nth-child(3) {
		width: 100%;
		right: auto;
		bottom: auto
	}
}

.about-area3 .image-box .img__item:nth-child(4) {
	bottom: 27px;
	left: 84px;
	width: 40%
}

@media (max-width:1199px) {
	.about-area3 .image-box .img__item:nth-child(4) {
		bottom: 185px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area3 .image-box .img__item:nth-child(4) {
		width: 280px;
		bottom: auto;
		left: auto;
		margin-bottom: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area3 .image-box .img__item:nth-child(4) {
		width: 100%;
		bottom: auto;
		left: auto;
		margin-bottom: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area3 .image-box .img__item:nth-child(4) {
		width: 100%;
		bottom: auto;
		left: auto;
		margin-bottom: 0
	}
}

.about-area4 .image-box {
	margin-top: 0;
	margin-left: 0;
	margin-right: 30px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

@media (max-width:1199px) {
	.about-area4 .image-box {
		-webkit-box-shadow: 0 0;
		-moz-box-shadow: 0 0;
		box-shadow: 0 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area4 .image-box {
		margin-right: 0;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area4 .image-box {
		margin-right: 0;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area4 .image-box {
		margin-right: 0;
		-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
		box-shadow: 0 0 40px rgba(82, 85, 90, .1)
	}
}

.about-area4 .image-box .about-line-bg {
	position: absolute;
	content: '';
	top: -45px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	width: 20%;
	height: 20%;
	border: 10px solid rgba(127, 136, 151, .1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: -1
}

.about-area4 .image-box .img__item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	position: inherit;
	border: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area4 .image-box .img__item {
		margin-bottom: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area4 .image-box .img__item {
		margin-bottom: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area4 .image-box .img__item {
		margin-bottom: 0
	}
}

.about-area4 .image-box .img__item:nth-child(2) {
	top: auto;
	left: auto;
	right: auto;
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area4 .image-box .img__item:nth-child(2) {
		height: auto;
		margin-right: 0;
		margin-left: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area4 .image-box .img__item:nth-child(2) {
		height: auto;
		margin-right: 0;
		margin-left: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area4 .image-box .img__item:nth-child(2) {
		height: auto;
		margin-right: 0;
		margin-left: 0
	}
}

.about-area4 .image-box:after,
.about-area4 .image-box:before {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -45px;
	width: 20%;
	height: 20%;
	border: 10px solid rgba(127, 136, 151, .1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: -1
}

.about-area4 .image-box:after {
	top: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area4 .about-item {
		margin-top: 60px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area4 .about-item {
		margin-top: 60px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.about-area4 .about-item {
		margin-top: 60px
	}
}

.about-area4 .about-item .section-description {
	margin-top: 30px
}

.about-area4 .about-item .list-items {
	margin-bottom: 40px
}

.about-area4 .about-item .list-items li {
	padding-left: 25px;
	margin-bottom: 15px
}

.about-area4 .about-item .list-items li:last-child {
	margin-bottom: 0
}

.about-area4 .about-item .list-items li span {
	font-size: 16px;
	margin-right: 0;
	top: 2px
}

.about-area4 .about-item .list-items li+li {
	margin-top: 0
}

.about-area5 .about-img-wrap {
	margin-top: 50px;
	margin-right: 30px;
	height: 100%;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area5 .about-img-wrap {
		margin-right: 0;
		margin-top: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area5 .about-img-wrap {
		margin-right: 0;
		margin-top: 0
	}
}

@media (max-width:481px) {
	.about-area5 .about-img-wrap {
		height: auto;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 60px
	}
}

.about-area5 .about-img-wrap .image-box {
	margin-left: 0;
	margin-top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area5 .about-img-wrap .image-box {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area5 .about-img-wrap .image-box {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (max-width:481px) {
	.about-area5 .about-img-wrap .image-box {
		display: block
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area5 .about-img-wrap .image-box .img__item {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area5 .about-img-wrap .image-box .img__item {
		margin-bottom: 30px
	}
}

@media (max-width:481px) {
	.about-area5 .about-img-wrap .image-box .img__item {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		width: 100%;
		height: auto
	}
}

.about-area5 .about-img-wrap .image-box .img__item:nth-child(3) {
	bottom: 15%;
	right: auto;
	left: 0;
	width: 50%
}

@media (max-width:1199px) {
	.about-area5 .about-img-wrap .image-box .img__item:nth-child(3) {
		bottom: 40%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area5 .about-img-wrap .image-box .img__item:nth-child(3) {
		width: 280px;
		bottom: auto;
		left: auto
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area5 .about-img-wrap .image-box .img__item:nth-child(3) {
		width: 200px;
		bottom: auto;
		left: auto
	}
}

@media (max-width:481px) {
	.about-area5 .about-img-wrap .image-box .img__item:nth-child(3) {
		width: 100%;
		height: auto;
		bottom: auto;
		left: auto
	}
}

.about-area5 .about-img-wrap .video-play-btn {
	position: absolute;
	bottom: 110px;
	right: 30px;
	width: 130px;
	height: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 130px;
	font-size: 45px;
	color: #fff;
	text-align: center;
	display: inline-block;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	background-image: url(/wp-content/themes/winevizer/assets/images/img1.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1
}

@media (max-width:1199px) {
	.about-area5 .about-img-wrap .video-play-btn {
		bottom: 250px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area5 .about-img-wrap .video-play-btn {
		bottom: 40px;
		right: 90px;
		width: 260px;
		height: 260px;
		line-height: 260px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.about-area5 .about-img-wrap .video-play-btn {
		bottom: 40px;
		right: 65px;
		width: 180px;
		height: 180px;
		line-height: 180px
	}
}

@media (max-width:481px) {
	.about-area5 .about-img-wrap .video-play-btn {
		position: inherit;
		bottom: auto;
		right: auto;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}

.about-area5 .about-img-wrap .video-play-btn:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2e3d62;
	opacity: .7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.about-area5 .about-img-wrap .video-play-btn:hover:after {
	opacity: .9
}

.about-area5 .section-heading .section__desc {
	margin-top: 30px;
	margin-bottom: 34px
}

.about-area5 .section-description {
	margin-top: 30px
}

.about-area5 .icon-box-list {
	margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-start-area {
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.get-start-area {
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.get-start-area {
		text-align: center
	}
}

.get-start-area .get-start-box {
	background-color: #fff;
	border: 1px solid rgba(127, 136, 151, .2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .05);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .05);
	box-shadow: 0 0 40px rgba(82, 85, 90, .05);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 30px
}

.get-start-area .get-start-box .section-heading .section__title {
	font-size: 35px;
	margin-bottom: 8px
}

.get-start-area .get-start-box .section-heading .section__sub {
	font-size: 18px;
	font-weight: 500
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-start-area .get-start-box .button-shared.text-right {
		margin-top: 30px;
		text-align: center !important
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.get-start-area .get-start-box .button-shared.text-right {
		margin-top: 30px;
		text-align: center !important
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.get-start-area .get-start-box .button-shared.text-right {
		margin-top: 30px;
		text-align: center !important
	}
}

.get-start-area2 {
	padding: 40px 0;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-start-area2 .section-heading {
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.get-start-area2 .section-heading {
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.get-start-area2 .section-heading {
		text-align: center
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-start-area2 .section-heading .section-icon {
		margin-left: auto;
		margin-right: auto
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.get-start-area2 .section-heading .section-icon {
		margin-left: auto;
		margin-right: auto
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.get-start-area2 .section-heading .section-icon {
		margin-left: auto;
		margin-right: auto
	}
}

.get-start-area2 .section-heading .section__title {
	font-size: 35px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-start-area2 .button-shared.text-right {
		margin-top: 30px;
		text-align: center !important
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.get-start-area2 .button-shared.text-right {
		margin-top: 30px;
		text-align: center !important
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.get-start-area2 .button-shared.text-right {
		margin-top: 30px;
		text-align: center !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-start-area2 .section-description .section__desc br {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.get-start-area2 .section-description .section__desc br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.get-start-area2 .section-description .section__desc br {
		display: none
	}
}

.get-start-area2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/winevizer/assets/images/call-to-action-background.webp);
	background-position: center;
	opacity: .1
}

.get-start-area2 .get-start-box {
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	padding: 0
}

.get-start-area3 {
	padding-top: 80px;
	padding-bottom: 80px
}

.get-start-area3 .section-heading .section__title {
	font-size: 45px;
	margin-bottom: 15px
}

@media (max-width:425px) {
	.get-start-area3 .section-heading .section__title {
		font-size: 40px
	}
}

.package-area {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-area .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-area .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-area .section-heading .section__title br {
		display: none
	}
}

.package-area .package-content-wrap {
	margin-top: 55px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-area .package-content-wrap .col-lg-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.package-item {
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	-moz-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 42px 40px 45px 40px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-item {
		width: auto
	}
}

.package-item .package-tooltip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.package-item .package-tooltip .package__tooltip {
	background-color: #850000;
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: block;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 15px 0;
	font-size: 22px;
	position: relative;
	z-index: 1
}

.package-item .package-title {
	border-bottom: 1px solid rgba(127, 136, 151, .1);
	padding-bottom: 33px;
	margin-bottom: 35px
}

.package-item .package-title .package__price {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 10px
}

@media (max-width:320px) {
	.package-item .package-title .package__price {
		font-size: 50px
	}
}

.package-item .package-title .package__title {
	font-size: 25px;
	font-weight: 600
}

.package-item .package-list {
	padding-bottom: 33px;
	font-size: .9rem
}

.package-item .package-list li {
	margin-bottom: 15px;
	padding-bottom: 8px;
	margin-bottom: 8px
}

.package-item .package-list li span {
	color: #c500ee;
	font-size: 15px;
	margin-right: 2px
}

.package-item .package-list li span.la-close {
	color: #f8c652
}

.package-item .package-list li:last-child {
	margin-bottom: 0
}

.package-item .package-price .theme-btn {
	display: block;
	width: 100%;
	text-align: center;
	background-color: transparent;
	border: 1px solid #850000;
	color: #850000
}

.package-item .package-price .theme-btn:hover {
	background-color: #850000;
	color: #fff
}

.package-item .package-price .package__meta {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: 23px;
	font-size: 15px;
	text-align: center
}

.package-item-active {
	padding-top: 95px;
	margin-top: -24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-item-active {
		margin-top: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-item-active {
		margin-top: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-item-active {
		margin-top: 0
	}
}

.package-item-active .package-price .theme-btn {
	background-color: #850000;
	color: #fff
}

.package-area2 .package-content-wrap {
	margin-top: 30px
}

.package-item-2 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(158, 166, 186, .2);
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

.package-item-2 .package-tooltip {
	width: auto;
	right: 20px;
	left: auto;
	top: 20px
}

.package-item-2 .package-tooltip .package__tooltip {
	background-color: #5d50c5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	font-size: 12px;
	padding: 5px 12px
}

.package-item-2 .package-title {
	color: #000;
	border-bottom: none;
	margin-bottom: 0
}

.package-item-2 .package-title .package__price {
	color: #850000;
	margin-bottom: 0;
	margin-top: 20px;
	display: block
}

.package-item-2 .package-title .package__price small {
	font-size: 28px;
	font-weight: 600
}

.package-item-2 .package-title .package__title {
	margin-bottom: 10px
}

.package-item-2 .package-list li {
	border-bottom: 1px solid rgba(158, 166, 186, .2);
	padding-bottom: 15px
}

.package-item-2 .package-list li span {
	color: #2e3d62;
	float: right;
	margin-right: 0;
	font-weight: 500
}

.package-item-2 .package-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0
}

.package-item-2 .package-price .theme-btn {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #850000;
	border: none;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.package-item-2 .package-price .theme-btn:hover {
	background-color: #ba1111;
	color: #fff
}

.package-item-2 .package-price .package__meta {
	text-transform: inherit;
	letter-spacing: inherit
}

.package-item-active-2 {
	padding-top: 42px;
	margin-top: 0
}

.package-item-active-2 .package-title .package__price {
	color: #5d50c5
}

.package-item-active-2 .package-price .theme-btn {
	background-color: #5d50c5
}

.package-area3 .package-content-wrap {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-area3 .package-content-wrap {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-area3 .package-content-wrap {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-area3 .package-content-wrap {
		margin-left: -15px;
		margin-right: -15px
	}
}

.package-area3 .package-content-wrap .col-lg-3 {
	padding: 0;
	margin: 0 -1px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-area3 .package-content-wrap .col-lg-3 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: 0;
		margin-left: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-area3 .package-content-wrap .col-lg-3 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: 0;
		margin-left: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-area3 .package-content-wrap .col-lg-3 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: 0;
		margin-left: 0
	}
}

.package-item-3 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid rgba(127, 136, 151, .1);
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	padding: 0
}

.package-item-3 .package-title {
	padding-bottom: 37px;
	margin-bottom: 45px
}

.package-item-3 .package-title .package__price {
	color: #ba1111;
	margin-bottom: 0;
	font-weight: 400
}

.package-item-3 .package-title .package__title {
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(127, 136, 151, .1);
	padding: 30px;
	font-weight: 500
}

.package-item-3 .package-price {
	padding-bottom: 35px
}

.package-item-3 .package-price .package__btn {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 2px solid rgba(127, 136, 151, .1);
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: rgba(127, 136, 151, .5);
	font-size: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.package-item-3 .package-price .package__btn:hover {
	background-color: #ba1111;
	color: #fff;
	border-color: #ba1111
}

.package-item-active-3 {
	padding-top: 0;
	margin-top: 0
}

.package-item-active-3 .package-title .package__price {
	color: #ffb02b
}

.package-item-active-3 .package-price .package__btn {
	background-color: #ffb02b;
	color: #fff;
	border-color: #ffb02b
}

.package-area4 .package-content-wrap {
	margin-top: 60px;
	margin-right: 0;
	margin-left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-area4 .package-content-wrap {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-area4 .package-content-wrap {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-area4 .package-content-wrap {
		margin-right: -15px;
		margin-left: -15px
	}
}

.package-area4 .package-content-wrap .col-lg-4 {
	padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-area4 .package-content-wrap .col-lg-4 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-area4 .package-content-wrap .col-lg-4 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-area4 .package-content-wrap .col-lg-4 {
		padding-right: 15px;
		padding-left: 15px
	}
}

.package--area4 .package-content-wrap {
	margin-top: 90px
}

.package-item-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.package-item-4 .package-title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 90px
}

.package-item-4 .package-title .package__price {
	color: #850000;
	margin-bottom: 0;
	background: #5c48e0;
	background: -moz-linear-gradient(-45deg, #5c48e0 0, #9c40e8 100%);
	background: -webkit-linear-gradient(-45deg, #5c48e0 0, #9c40e8 100%);
	background: linear-gradient(135deg, #5c48e0 0, #9c40e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.package-item-4 .package-title .package__title {
	text-transform: uppercase;
	margin-bottom: 32px
}

.package-item-4 .package-list li {
	font-weight: 500
}

.package-item-4 .package-price .theme-btn {
	background: #5c48e0;
	background: -moz-linear-gradient(-45deg, #5c48e0 0, #9c40e8 100%);
	background: -webkit-linear-gradient(-45deg, #5c48e0 0, #9c40e8 100%);
	background: linear-gradient(135deg, #5c48e0 0, #9c40e8 100%);
	border: none;
	color: #fff;
	font-weight: 600
}

.package-item-4:after {
	position: absolute;
	content: '';
	width: 500px;
	height: 340px;
	top: -100px;
	left: -55px;
	background-color: #f7f9fb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-item-4:after {
		left: -84px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-item-4:after {
		left: -45px;
		width: 600px
	}
}

@media (max-width:480px) {
	.package-item-4:after {
		left: -70px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-item-4:after {
		left: -100px;
		width: 600px
	}
}

@media (max-width:375px) {
	.package-item-4:after {
		left: -125px
	}
}

@media (max-width:320px) {
	.package-item-4:after {
		left: -155px
	}
}

.package-item-active-4 {
	padding-top: 42px;
	margin-top: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 3
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.package-item-active-4 {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.package-item-active-4 {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.package-item-active-4 {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.package-item-active-4 .package-title .package__price {
	background: #ddd;
	background: -moz-linear-gradient(-45deg, #ddd 0, #fff 100%);
	background: -webkit-linear-gradient(-45deg, #ddd 0, #fff 100%);
	background: linear-gradient(135deg, #ddd 0, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.package-item-active-4 .package-title .package__title {
	color: #fff
}

.package-item-active-4:after {
	background: #5c48e0;
	background: -moz-linear-gradient(-45deg, #5c48e0 0, #9c40e8 100%);
	background: -webkit-linear-gradient(-45deg, #5c48e0 0, #9c40e8 100%);
	background: linear-gradient(135deg, #5c48e0 0, #9c40e8 100%)
}

.package-area5 .package-content-wrap {
	margin-top: 30px
}

.package-tab-content .nav-tabs-action {
	background: #f55974;
	background: -moz-linear-gradient(45deg, #850000 0, #af5151 100%);
	background: -webkit-linear-gradient(45deg, #850000, #af5151);
	background: linear-gradient(45deg, #850000, #af5151);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 1;
	display: table;
}

.package-tab-content ul .device {
	cursor: pointer;
}
.package-tab-content ul .device:not(.active):hover {
	background: #f55974;
    background: -moz-linear-gradient(45deg, #850000 0, #af5151 100%);
    background: -webkit-linear-gradient(45deg, #850000, #af5151);
    background: linear-gradient(45deg, #850000, #af5151);
	-webkit-text-fill-color: initial;
}
.package-tab-content ul .device:not(.active):hover span, .package-tab-content ul .device:not(.active):hover b {
	color: #ffffff;
}

.package-tab-content .nav-tabs {
	border-bottom: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	margin: 1px
}

.package-tab-content .nav-tabs li {
	display: inline-block
}

.package-tab-content .nav-tabs li a {
	-webkit-text-fill-color: transparent;
	background: #f55974;
	background: -moz-linear-gradient(45deg, #850000 0, #af5151 100%);
	background: -webkit-linear-gradient(45deg, #850000, #af5151);
	background: linear-gradient(45deg, #850000, #af5151);
	-webkit-background-clip: text;
	display: block;
	font-weight: 600;
	padding: 10px 20px;
	width: auto
}

.package-tab-content .nav-tabs li a.active {
	background: #f55974;
	background: -moz-linear-gradient(45deg, #850000 0, #af5151 100%);
	background: -webkit-linear-gradient(45deg, #850000, #af5151);
	background: linear-gradient(45deg, #850000, #af5151);
	cursor: pointer;
}
.package-tab-content ul .device:not(.active) {
    border-right: 1px solid #850000;
}
.package-tab-content ul li:last-child .device:not(.active) {
    border-right: 0;
}

.package-tab-content .nav-tabs li a.active span, .package-tab-content .nav-tabs li a.active b {
	background: #efefef;
	background: -moz-linear-gradient(-45deg, #efefef 0, #fff 100%);
	background: -webkit-linear-gradient(-45deg, #efefef 0, #fff 100%);
	background: linear-gradient(135deg, #efefef 0, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.package-tab-content .nav-tabs li a span {
	font-weight: 300;
}
.package-tab-content .nav-tabs li a b {
	font-weight: bold;
}

.package-tab-content .tab-pane2 .package-item .package-title .package__svg svg {
	fill: url(/wp-content/themes/winevizer/assets/css//wp-content/themes/winevizer/assets/css/#my-cool-gradient2) #f55974
}

.package-item-5 {
	text-align: center;
	padding: 0
}

.package-item-5 .package-title {
	position: relative;
	border: none;
	padding: 42px 30px 30px 30px;
	margin-bottom: 65px
}

.package-item-5 .package-title .package__price,
.package-item-5 .package-title .package__title {
	color: #fff
}

.package-item-5 .package-title .package__title {
	margin-bottom: 10px
}

.package-item-5 .package-title .package__price {
	margin-bottom: 0
}

.package-item-5 .package-title .package__price small {
	font-size: 25px
}

.package-item-5 .package-title .package__svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 430px;
	z-index: -1
}

.package-item-5 .package-title .package__svg svg {
	width: 100%;
	height: 100%;
	fill: url(#my-cool-gradient) #f55974;
	stroke: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.package-item-5 .package-list {
	padding-right: 30px;
	padding-left: 30px
}

.package-item-5 .package-list li {
	font-weight: 500
}

.package-item-5 .package-price {
	padding: 0 30px 30px 30px
}

.package-item-5 .package-price .theme-btn {
	font-weight: 600;
	background: #f55974;
	background: -moz-linear-gradient(45deg, #f55974 0, #f8c652 100%);
	background: -webkit-linear-gradient(45deg, #f55974 0, #f8c652 100%);
	background: linear-gradient(45deg, #f55974 0, #f8c652 100%);
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff
}

.package-item-5 .package-price .package__meta {
	text-transform: inherit;
	letter-spacing: inherit;
	font-weight: 400
}

.package-item-active-5 {
	padding-top: 0;
	margin-top: 0
}

.package-area6 .package-content-wrap {
	margin-top: 90px
}

.package-area6 .package-content-wrap .package-item .package-title .package__price {
	-webkit-text-fill-color: #850000;
	background: 0 0
}

.package-area6 .package-content-wrap .package-item .package-price .theme-btn {
	background: #850000
}

.package-area6 .package-content-wrap .package-item .package-price .theme-btn:hover {
	background: #ba1111
}

.package-area6 .package-content-wrap .package-item2 .package-title .package__price {
	-webkit-text-fill-color: #fff;
	background: 0 0
}

.package-area6 .package-content-wrap .package-item2:after {
	background: #850000
}

.package-area7 .package-content-wrap {
	margin-top: 45px
}

.icon-area .icon-wrap {
	margin-top: 30px
}

.icon-item {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 73px;
	background-color: rgba(46, 61, 98, .1);
	color: #2e3d62;
	font-size: 35px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.icon-item:hover {
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2e3d62
}

.icon-hover-style-2:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #2e3d62;
	z-index: -1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.icon-hover-style-2:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: inherit
}

.icon-hover-style-2:hover:after {
	bottom: auto;
	top: 0;
	height: 100%
}

.icon-hover-style-3 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.icon-hover-style-3:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #2e3d62;
	z-index: -1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
	visibility: hidden
}

.icon-hover-style-3:hover {
	background-color: transparent;
	color: #2e3d62
}

.icon-hover-style-3:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.icon-hover-style-4 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.icon-hover-style-4 span {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.icon-hover-style-4:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.icon-hover-style-4:hover span {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
	color: #fff
}

.icon-hover-style-5 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	width: 80px;
	height: 80px;
	line-height: 83px;
	overflow: hidden
}

.icon-hover-style-5 .fa {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-hover-style-5 .fa-facebook {
	color: #3b5998
}

.icon-hover-style-5 .fa-twitter {
	color: #3cf
}

.icon-hover-style-5 .fa-instagram {
	color: #dc4a38
}

.icon-hover-style-5 .fa-linkedin {
	color: #00aff0
}

.icon-hover-style-5:after {
	position: absolute;
	content: '';
	bottom: -145px;
	left: -145px;
	width: 170px;
	height: 170px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #3b5998;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: -1
}

.icon-hover-style-5:hover {
	background-color: transparent;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.icon-hover-style-5:hover .fa-facebook,
.icon-hover-style-5:hover .fa-instagram,
.icon-hover-style-5:hover .fa-linkedin,
.icon-hover-style-5:hover .fa-twitter {
	color: #fff
}

.icon-hover-style-5:hover:after {
	bottom: -45px;
	left: -45px
}

.icon-hover-style-6 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	width: 80px;
	height: 80px;
	line-height: 83px;
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-ms-transition: all 0;
	-o-transition: all 0;
	transition: all 0
}

.icon-hover-style-6:hover {
	animation: bounce 1s;
	background-color: #ba1111
}

.icon-hover-style-7 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #850000
}

.icon-hover-style-7:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(108, 92, 231, .1);
	z-index: -1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-hover-style-7:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent
}

.icon-hover-style-7:hover:after {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ba1111
}

.icon-hover-style-8 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #fff
}

.icon-hover-style-8:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2e3d62;
	-webkit-clip-path: polygon(20% 0, 0 0, 0 50%, 0 100%, 20% 100%, 49% 100%, 80% 100%, 100% 100%, 100% 51%, 100% 0, 80% 0, 49% 0);
	clip-path: polygon(20% 0, 0 0, 0 50%, 0 100%, 20% 100%, 49% 100%, 80% 100%, 100% 100%, 100% 51%, 100% 0, 80% 0, 49% 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: -1
}

.icon-hover-style-8:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent
}

.icon-hover-style-8:hover:after {
	-webkit-clip-path: polygon(20% 0, 0 20%, 30% 50%, 0 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0, 50% 30%);
	clip-path: polygon(20% 0, 0 20%, 30% 50%, 0 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0, 50% 30%)
}

.icon-hover-style-9 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #fff
}

.icon-hover-style-9:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #850000;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0 70%, 0 30%);
	clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0 70%, 0 30%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: -1
}

.icon-hover-style-9:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent
}

.icon-hover-style-9:hover:after {
	-webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%)
}

.icon-hover-style-10 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #fff
}

.icon-hover-style-10:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f78c01;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 46% 100%, 0 100%, 0 0, 49% 0);
	clip-path: polygon(100% 0, 100% 100%, 46% 100%, 0 100%, 0 0, 49% 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: -1
}

.icon-hover-style-10:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent
}

.icon-hover-style-10:hover:after {
	-webkit-clip-path: polygon(100% 34%, 100% 100%, 51% 80%, 0 100%, 0 35%, 49% 0);
	clip-path: polygon(100% 34%, 100% 100%, 51% 80%, 0 100%, 0 35%, 49% 0)
}

.social-area .social-icon-box {
	margin-top: 30px
}

.chart-box {
	margin-top: 30px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .07);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .07);
	box-shadow: 0 0 40px rgba(82, 85, 90, .07);
	background-color: #fff;
	border: 1px solid rgba(127, 136, 151, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 30px;
	overflow: hidden
}

.chart-box .chart-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px
}

.chart-legend {
	padding-top: 25px
}

.chart-legend ul li {
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	color: #2e3d62;
	margin-left: 28px
}

.chart-legend ul li .legend__item {
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #850000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: 3px
}

.chart-legend ul li .legend__two {
	background-color: #4be6b8
}

.chart-legend-2 {
	text-align: center
}

.chart-legend-2 ul li .legend__two {
	background-color: #f55974
}

.chart-legend-2 ul li .legend__three {
	background-color: #5d50c5
}

.chart-legend-3 ul li .legend__one {
	background-color: #06b590
}

.chart-legend-3 ul li .legend__two {
	background-color: #850000
}

.chart-legend-4 ul li .legend__one {
	background-color: #6a82fb
}

.chart-legend-4 ul li .legend__two {
	background-color: #6ccdd9
}

.chart-legend-5 ul li .legend__one {
	background-color: #5c48e0
}

.chart-legend-5 ul li .legend__two {
	background-color: #4be6b8
}

.chart-legend-5 ul li .legend__three {
	background-color: #f78c01
}

.chart-legend-6 ul li .legend__one {
	background-color: #5c48e0
}

.chart-legend-6 ul li .legend__two {
	background-color: #4be6b8
}

.chart-legend-6 ul li .legend__three {
	background-color: #f78c01
}

.bullet-area .bullet-content-wrap {
	margin-top: 30px
}

.bullet-item {
	margin-bottom: 30px
}

.bullet-item ul li {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-left: 25px
}

.bullet-item ul li:after {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ececec;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.bullet-item-2 ul li:after {
	background-color: #850000
}

.bullet-item-3 ul li {
	padding-left: 24px
}

.bullet-item-3 ul li span {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	color: #2e3d62
}

.bullet-item-3 ul li:after {
	display: none
}

.bullet-item-4 ul li {
	padding-left: 38px
}

.bullet-item-4 ul li span {
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 25px;
	color: #fff;
	background-color: #ba1111;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.bullet-item-4 ul li:after {
	display: none
}

.accordion-area .accordion-wrap {
	margin-top: 30px
}

.accordion .card {
	border: none;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.accordion .card .card-header {
	background-color: transparent;
	border-bottom: 0;
	padding: 0;
	margin-bottom: 0
}

.accordion .card .card-header .btn-link {
	width: 100%;
	text-align: left;
	padding: 12px 20px;
	color: #2e3d62;
	text-decoration: none;
	border: 1px solid #ececec;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 500;
	position: relative
}

.accordion .card .card-header .btn-link:before {
	position: absolute;
	content: "\f067";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.accordion .card .card-header .btn-link[aria-expanded=true] {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.accordion .card .card-header .btn-link[aria-expanded=true]:before {
	content: "\f068"
}

.accordion .card .card-body {
	border: 1px solid #ececec;
	margin-top: -1px;
	padding: 18px 20px;
	font-size: 15px;
	line-height: 26px
}

.accordion-2 .card {
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	background-color: #fff
}

.accordion-2 .card .card-header .btn-link:before {
	content: '\f106'
}

.accordion-2 .card .card-header .btn-link[aria-expanded=true]:before {
	content: "\f107"
}

.accordion-3 .card .card-header .btn-link .la {
	margin-right: 5px
}

.accordion-3 .card .card-header .btn-link:before {
	content: "\f0d7"
}

.accordion-3 .card .card-header .btn-link[aria-expanded=true] {
	color: #850000
}

.accordion-3 .card .card-header .btn-link[aria-expanded=true]:before {
	content: "\f0d8"
}

.accordion-4 .card .card-header .btn-link {
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-right: none;
	border-left: none;
	padding-right: 0;
	padding-left: 0
}

.accordion-4 .card .card-header .btn-link:before {
	right: 0
}

.accordion-4 .card .card-header .btn-link[aria-expanded=true] {
	border-bottom: transparent
}

.accordion-4 .card .card-body {
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-right: none;
	border-left: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0
}

.accordion-5 .card {
	background-color: #2e3d62;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important
}

.accordion-5 .card .card-header .btn-link {
	border: none;
	color: #fff
}

.accordion-5 .card .card-header .btn-link .la {
	margin-right: 5px
}

.accordion-5 .card .card-body {
	border: none;
	color: #fff
}

.accordion-6 .card {
	background-color: #f55974;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important
}

.accordion-6 .card .card-header .btn-link {
	border: none;
	background-color: transparent;
	color: #fff
}

.accordion-6 .card .card-header .btn-link .la {
	margin-right: 5px
}

.accordion-6 .card .card-body {
	padding-top: 10px;
	border: none;
	color: #fff
}

.accordion-7 .card {
	background: #8f42ec;
	background: -moz-linear-gradient(-45deg, #8f42ec 0, #5d50c5 100%);
	background: -webkit-linear-gradient(-45deg, #8f42ec 0, #5d50c5 100%);
	background: linear-gradient(135deg, #8f42ec 0, #5d50c5 100%);
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important
}

.accordion-7 .card .card-header .btn-link {
	border: none;
	background-color: transparent;
	color: #fff
}

.accordion-7 .card .card-header .btn-link .la {
	margin-right: 5px
}

.accordion-7 .card .card-body {
	padding-top: 10px;
	border: none;
	color: #fff
}

.tab-area .tab-wrap {
	margin-top: 30px
}

.tab-layout .tab-list .nav-tabs {
	border-bottom-color: #eee;
	border-bottom-width: 2px
}

.tab-layout .tab-list .nav-tabs li a {
	color: #555;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	padding: 14px 17px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.tab-layout .tab-list .nav-tabs li a .la {
	margin-right: 5px
}

.tab-layout .tab-list .nav-tabs li a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #850000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.tab-layout .tab-list .nav-tabs li a.active {
	color: #850000
}

.tab-layout .tab-list .nav-tabs li a.active:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.tab-layout .tab-list .nav-tabs li a.active:hover {
	color: #850000
}

.tab-layout .tab-list .nav-tabs li a:hover {
	color: #850000
}

.tab-layout .tab-list .nav-tabs li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.tab-layout .tab-content .tab-item {
	padding: 20px 17px 15px 0
}

.tab-layout .tab-content .tab-item .tab__title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px
}

.tab-layout .tab-content .tab-item .tab__text {
	line-height: 28px
}

.tab-layout-2 .tab-list .nav-tabs {
	border-bottom: none
}

.tab-layout-2 .tab-list .nav-tabs li {
	display: block;
	width: 100%
}

.tab-layout-2 .tab-content .tab-item {
	padding-top: 0
}

.tab-layout-2 .tab-content .tab-item .tab__title {
	margin-top: 11px
}

.tab-layout-2 .tab-content .tab-item .tab__text {
	margin-bottom: 13px
}

.tab-layout-3 .tab-list .nav-tabs {
	border-bottom: none
}

.tab-layout-3 .tab-list .nav-tabs li {
	display: block;
	width: 100%
}

.tab-layout-3 .tab-content {
	text-align: right
}

.tab-layout-3 .tab-content .tab-item {
	padding-top: 0
}

.tab-layout-3 .tab-content .tab-item .tab__title {
	margin-top: 11px
}

.tab-layout-3 .tab-content .tab-item .tab__text {
	margin-bottom: 13px
}

.tab-layout-4 .tab-list .nav-tabs {
	border-bottom: none
}

.tab-layout-4 .tab-list .nav-tabs li {
	margin-right: 8px;
	margin-bottom: 8px
}

.tab-layout-4 .tab-list .nav-tabs li:last-child {
	margin-right: 0
}

.tab-layout-4 .tab-list .nav-tabs li a {
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 12px;
	padding-bottom: 12px
}

.tab-layout-4 .tab-list .nav-tabs li a:after {
	display: none
}

.tab-layout-4 .tab-list .nav-tabs li a.active,
.tab-layout-4 .tab-list .nav-tabs li a:hover {
	border-color: #850000
}

.tab-layout-4 .tab-content {
	margin-top: 40px;
	width: 80%;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-layout-4 .tab-content {
		width: auto
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tab-layout-4 .tab-content {
		width: auto
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tab-layout-4 .tab-content {
		width: auto
	}
}

.tab-layout-4 .tab-content .tab-item {
	padding: 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.tab-layout-4 .tab-content .tab-item img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.tab-layout-4 .tab-content .tab-item .tab-item-inner {
	padding-top: 30px;
	padding-bottom: 15px
}

.tab-layout-4 .tab-content .tab-item .tab-item-inner .tab__title {
	margin-top: 0
}

.tab-layout-4 .tab-content .tab-item .tab-item-inner .tab__text {
	margin-bottom: 25px
}

.tab-layout-5 .tab-list .nav-tabs {
	border-bottom: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-layout-5 .tab-list .nav-tabs {
		-ms-flex-pack: justify;
		justify-content: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tab-layout-5 .tab-list .nav-tabs {
		-ms-flex-pack: justify;
		justify-content: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tab-layout-5 .tab-list .nav-tabs {
		-ms-flex-pack: justify;
		justify-content: center
	}
}

.tab-layout-5 .tab-list .nav-tabs li {
	margin-bottom: 8px;
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-layout-5 .tab-list .nav-tabs li {
		margin-bottom: 20px;
		width: auto;
		margin-right: 10px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tab-layout-5 .tab-list .nav-tabs li {
		margin-bottom: 20px;
		width: auto;
		margin-right: 10px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tab-layout-5 .tab-list .nav-tabs li {
		margin-bottom: 20px;
		width: auto;
		margin-right: 10px
	}
}

.tab-layout-5 .tab-list .nav-tabs li a {
	background-color: rgba(46, 61, 98, .1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 16px;
	padding-bottom: 16px
}

.tab-layout-5 .tab-list .nav-tabs li a:after {
	background-color: transparent;
	bottom: 16px;
	right: -10px;
	left: auto;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #2e3d62
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-layout-5 .tab-list .nav-tabs li a:after {
		-webkit-transform: rotate(90deg) translateX(-50%) scale(0);
		-moz-transform: rotate(90deg) translateX(-50%) scale(0);
		-ms-transform: rotate(90deg) translateX(-50%) scale(0);
		-o-transform: rotate(90deg) translateX(-50%) scale(0);
		transform: rotate(90deg) translateX(-50%) scale(0);
		bottom: -19px;
		left: 50%
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tab-layout-5 .tab-list .nav-tabs li a:after {
		-webkit-transform: rotate(90deg) translateX(-50%) scale(0);
		-moz-transform: rotate(90deg) translateX(-50%) scale(0);
		-ms-transform: rotate(90deg) translateX(-50%) scale(0);
		-o-transform: rotate(90deg) translateX(-50%) scale(0);
		transform: rotate(90deg) translateX(-50%) scale(0);
		bottom: -19px;
		left: 50%
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tab-layout-5 .tab-list .nav-tabs li a:after {
		-webkit-transform: rotate(90deg) translateX(-50%) scale(0);
		-moz-transform: rotate(90deg) translateX(-50%) scale(0);
		-ms-transform: rotate(90deg) translateX(-50%) scale(0);
		-o-transform: rotate(90deg) translateX(-50%) scale(0);
		transform: rotate(90deg) translateX(-50%) scale(0);
		bottom: -19px;
		left: 50%
	}
}

.tab-layout-5 .tab-list .nav-tabs li a.active:hover {
	color: #fff
}

.tab-layout-5 .tab-list .nav-tabs li a.active,
.tab-layout-5 .tab-list .nav-tabs li a:hover {
	background-color: #2e3d62;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.tab-layout-5 .tab-list .nav-tabs li a.active:after,
	.tab-layout-5 .tab-list .nav-tabs li a:hover:after {
		-webkit-transform: rotate(90deg) translateX(-50%) scale(1);
		-moz-transform: rotate(90deg) translateX(-50%) scale(1);
		-ms-transform: rotate(90deg) translateX(-50%) scale(1);
		-o-transform: rotate(90deg) translateX(-50%) scale(1);
		transform: rotate(90deg) translateX(-50%) scale(1);
		bottom: -19px;
		left: 50%
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {

	.tab-layout-5 .tab-list .nav-tabs li a.active:after,
	.tab-layout-5 .tab-list .nav-tabs li a:hover:after {
		-webkit-transform: rotate(90deg) translateX(-50%) scale(1);
		-moz-transform: rotate(90deg) translateX(-50%) scale(1);
		-ms-transform: rotate(90deg) translateX(-50%) scale(1);
		-o-transform: rotate(90deg) translateX(-50%) scale(1);
		transform: rotate(90deg) translateX(-50%) scale(1);
		bottom: -19px;
		left: 50%
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {

	.tab-layout-5 .tab-list .nav-tabs li a.active:after,
	.tab-layout-5 .tab-list .nav-tabs li a:hover:after {
		-webkit-transform: rotate(90deg) translateX(-50%) scale(1);
		-moz-transform: rotate(90deg) translateX(-50%) scale(1);
		-ms-transform: rotate(90deg) translateX(-50%) scale(1);
		-o-transform: rotate(90deg) translateX(-50%) scale(1);
		transform: rotate(90deg) translateX(-50%) scale(1);
		bottom: -19px;
		left: 50%
	}
}

.tab-layout-5 .tab-content {
	margin-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-layout-5 .tab-content {
		margin-left: 0;
		margin-top: 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tab-layout-5 .tab-content {
		margin-left: 0;
		margin-top: 30px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tab-layout-5 .tab-content {
		margin-left: 0;
		margin-top: 30px
	}
}

.tab-layout-5 .tab-content .tab-item {
	padding: 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.tab-layout-5 .tab-content .tab-item img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.tab-layout-5 .tab-content .tab-item .tab-item-inner {
	padding-top: 30px;
	padding-bottom: 15px
}

.tab-layout-5 .tab-content .tab-item .tab-item-inner .tab__title {
	margin-top: 0
}

.tab-layout-5 .tab-content .tab-item .tab-item-inner .tab__text {
	margin-bottom: 25px
}

.tab-layout-6 .tab-list .nav-tabs {
	border-bottom: 0
}

.tab-layout-6 .tab-list .nav-tabs li {
	margin-right: 8px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tab-layout-6 .tab-list .nav-tabs li {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tab-layout-6 .tab-list .nav-tabs li {
		margin-bottom: 10px
	}
}

.tab-layout-6 .tab-list .nav-tabs li:last-child {
	margin-right: 0
}

.tab-layout-6 .tab-list .nav-tabs li a {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(46, 61, 98, .1)
}

.tab-layout-6 .tab-list .nav-tabs li a:after {
	display: none
}

.tab-layout-6 .tab-list .nav-tabs li a.active:hover {
	color: #fff
}

.tab-layout-6 .tab-list .nav-tabs li a.active,
.tab-layout-6 .tab-list .nav-tabs li a:hover {
	background-color: #2e3d62;
	color: #fff
}

.tab-layout-6 .tab-content {
	margin-top: 30px
}

.tab-layout-6 .tab-content .tab-item {
	padding: 40px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1)
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab-img {
	position: relative;
	height: 100%;
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 35px
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab-img img {
	float: left;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 25px
}

@media (max-width:375px) {
	.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab-img img {
		float: none;
		margin-right: 0
	}
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__title {
	font-size: 24px;
	margin-top: 30px
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta {
	margin-bottom: 20px
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li {
	display: inline-block;
	margin-right: 15px;
	position: relative
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li:after {
	position: absolute;
	content: '';
	bottom: 9px;
	right: -13px;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2e3d62
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li:last-child {
	margin-right: 0
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li:last-child:after {
	display: none
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__text {
	margin-bottom: 25px
}

.tooltip-area .tooltip-wrap {
	margin-top: 30px
}

.tooltip-area .tooltip-wrap .theme-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 8px 10px 8px;
	outline: 0
}

.modal-area .modal-wrap {
	margin-top: 30px
}

.modal-area .modal-wrap .theme-btn {
	outline: 0
}

.modal-area .modal-wrap .modal .modal-header .close .la-close {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.modal-area .modal-wrap .modal .modal-header .close:hover .la-close {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.modal-area .modal-wrap .modal .modal-body {
	text-align: left;
	line-height: 28px
}

.modal-area .modal-wrap .modal .modal-body .form-group .col-form-label {
	color: #2e3d62;
	font-weight: 500;
	font-size: 15px
}

.modal-area .modal-wrap .modal .modal-body .form-group .form-control {
	height: auto;
	padding: 12px 20px;
	font-size: 15px;
	color: #555;
	border-color: rgba(127, 136, 151, .3)
}

.modal-area .modal-wrap .modal .modal-body .form-group .form-control:focus {
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	border-color: rgba(127, 136, 151, .5)
}

.modal-area .modal-wrap .modal .modal-body .form-group .form-message {
	height: 130px
}

.modal-area .modal-wrap .modal .modal-footer .btn {
	border: none
}

.heading-one .section__title {
	font-size: 60px;
	font-weight: 700
}

.heading-two .section__title {
	font-weight: 600
}

.heading-three .section__title {
	font-weight: 700
}

.gradient-heading .section__meta,
.gradient-heading .section__title {
	font-weight: 600;
	background: #5c48e0;
	background: -moz-linear-gradient(left, #5c48e0 0, #118589 47%, #16ada8 100%);
	background: -webkit-linear-gradient(left, #5c48e0 0, #118589 47%, #16ada8 100%);
	background: linear-gradient(to right, #5c48e0 0, #118589 47%, #16ada8 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text
}

.gradient-heading .section__meta {
	font-weight: 500
}

.gradient-heading .section-divider:before {
	background: #5c48e0;
	background: -moz-linear-gradient(left, #5c48e0 0, #118589 47%, #16ada8 100%);
	background: -webkit-linear-gradient(left, #5c48e0 0, #118589 47%, #16ada8 100%);
	background: linear-gradient(to right, #5c48e0 0, #118589 47%, #16ada8 100%)
}

.heading-text-wrap {
	margin-top: 28px
}

.heading-text-wrap .heading__text h3 {
	margin-bottom: 14px
}

.heading-text-wrap .heading__text p {
	line-height: 28px;
	margin-bottom: 25px
}

.heading-text-wrap .heading__text .theme-btn {
	background-color: #fff;
	border: 1px solid #eee;
	color: #2e3d62;
	line-height: 45px;
	font-size: 14px
}

.heading-text-wrap .heading__text .theme-btn:hover {
	background-color: #2e3d62;
	color: #fff;
	border-color: #2e3d62
}

.code-text-wrap,
.color-text-wrap,
.inline-text-wrap,
.transform-text-wrap {
	padding-top: 35px
}

.card-area .container ol {
	padding-left: 17px;
	line-height: 25px;
}
.card-area .container ul {
	padding-left: 17px;
	line-height: 25px;
	list-style-type: square;
}
.card-area .container iframe {
    width: 800px;
	max-width: 100%;
    height: 400px;
    margin: 0 auto;
    display: block;
}
.card-area h3, .card-body h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

@media only screen and (min-width:480px) and (max-width:767px) {

	.card-area .col-lg-3.col-sm-6,
	.card-area .col-lg-4.col-sm-6,
	.card-area .col-lg-6.col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.card-area .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.card-area .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.card-area .section-heading .section__title br {
		display: none
	}
}

.card-area .card-wrap {
	margin-top: 30px
}

.card-item .card {
	border-color: rgba(127, 136, 151, .2);
	margin-bottom: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.card-item .card .card-image {
	position: relative
}

.card-item .card .card-image .card-img-top {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.card-item .card .card-image .card-info {
	position: absolute;
	top: 15px;
	left: 15px
}

.card-item .card .card-image .card__date {
	z-index: 1;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	padding: 8px 15px;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.card-item .card .card-body {
	padding: 28px 30px 28px 30px
}

.card-item .card .card-body .card-list {
	margin-bottom: 16px
}

.card-item .card .card-body .card-list li {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	margin-right: 5px
}

.card-item .card .card-body .card-list li:last-child {
	margin-right: 0
}

.card-item .card .card-body .card-list li span {
	color: #850000;
	margin-right: 3px
}

.card-item .card .card-body .card-list li a {
	color: #555;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.card-item .card .card-body .card-list li a:hover {
	color: #850000
}

.card-item .card .card-body .post-meta {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px
}

.card-item .card .card-body .post-meta .author img {
	margin-right: 6px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.card-item .card .card-body .card-title {
	font-weight: 600;
	font-size: 25px
}

.card-item .card .card-body .card-title .card__link {
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.card-item .card .card-body .card-title .card__link:hover {
	color: #850000
}

.card-item .card .card-body .card-text {
	margin-bottom: 15px;
	line-height: 26px
}

.card-item .card .card-body .link-btn {
	color: #2e3d62;
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.card-item .card .card-body .link-btn:hover {
	color: #850000
}

.card-item:hover .card-image .card__date {
	background-color: #850000;
	color: #fff
}

.card-item-2 .card .card-image .card-img-top {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.card-item-3 .card {
	border: none;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.card-item-3 .card .card-image {
	position: relative
}

.card-item-3 .card .card-image .card-img-top {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.card-item-3 .card .card-image .card-info {
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.card-item-3 .card .card-image .card-info .la {
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2e3d62;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.card-item-3 .card .card-image .card-info .card__date {
	margin-left: auto;
	background-color: #2e3d62;
	font-weight: 500;
	color: #fff;
	display: inline-block
}

.card-item-3 .card .card-body {
	position: relative;
	padding-top: 35px
}

.card-item-3 .card .card-body .card-title .card__link:hover {
	color: #ffb02b
}

.card-item-3 .card .card-body .card-by .card__author {
	color: #ffb02b
}

.card-item-3 .card:hover .card-image .card-info .card__date,
.card-item-3 .card:hover .card-image .card-info .la {
	background-color: #fff;
	color: #2e3d62
}

.card-item-4 .card {
	border: none;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1)
}

.card-item-4 .card .card-body {
	padding-top: 40px
}

.card-item-4 .card .card-body .card-number {
	font-size: 50px;
	font-weight: 600;
	opacity: .3
}

.card-item-4 .card .card-body .card-title {
	margin-top: 20px
}

.card-item-4 .card .card-body .card-title .card__link:hover {
	color: #5d50c5
}

.card-item-4 .card .card-body .card-by {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-item-4 .card .card-body .card-by .card__author a {
	color: #5d50c5
}

.card-item-4 .card .card-body .card-by .link-btn {
	border: 1px solid rgba(127, 136, 151, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 16px;
	color: #555
}

.card-item-4 .card:hover .card-body .link-btn {
	background-color: #5d50c5;
	color: #fff;
	border-color: #5d50c5
}

.card-item-5 .card {
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	border: none
}

.card-item-5 .card .card-image {
	width: calc(100% - 45px);
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 15px 40px 0 rgba(82, 85, 90, .2);
	-moz-box-shadow: 0 15px 40px 0 rgba(82, 85, 90, .2);
	box-shadow: 0 15px 40px 0 rgba(82, 85, 90, .2);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.card-item-5 .card .card-image .card-img-top {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.card-item-5 .card .card-image .card-info {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.card-item-5 .card .card-image .card-info .card__date {
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px
}

.card-item-5 .card .card-body {
	margin-top: -120px;
	padding-top: 140px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .2);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .2);
	box-shadow: 0 0 40px rgba(82, 85, 90, .2);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.card-item-5 .card .card-body .card-list li {
	text-transform: uppercase;
	color: #850000
}

.card-item-5 .card .card-body .card-list li a {
	color: #850000
}

.card-item-5 .card .card-body .card__link {
	line-height: 28px;
	font-size: 22px
}

.card-item-5 .card .list-group .list-group-item {
	padding-right: 30px;
	padding-left: 30px
}

.card-item-6 .card {
	border: none
}

.card-item-6 .card .card-image .card-img-top {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.card-item-6 .card .card-image .card-info {
	top: 0;
	left: 0
}

.card-item-6 .card .card-image .card-info .card__date {
	-webkit-border-radius: 4px 0 30px 0;
	-moz-border-radius: 4px 0 30px 0;
	border-radius: 4px 0 30px 0
}

.card-item-6 .card .card-body {
	border: 1px solid rgba(127, 136, 151, .2);
	margin-top: 30px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.card-item-6 .card .card-body .card-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px
}

.card-item-6 .card .card-body:after {
	top: -8px;
	content: "";
	position: absolute;
	background-color: #fff;
	left: 30px;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid rgba(127, 136, 151, .2);
	border-left: 1px solid rgba(127, 136, 151, .2)
}

.card-item-7 .card {
	-webkit-border-radius: 30px 30px 4px 4px;
	-moz-border-radius: 30px 30px 4px 4px;
	border-radius: 30px 30px 4px 4px;
	padding-top: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	-moz-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	box-shadow: 0 0 40px rgba(14, 16, 48, .05)
}

.card-item-7 .card .card-image {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: calc(100% - 10px);
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.card-item-7 .card .card-image .card-img-top {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.card-item-7 .card .card-body {
	padding: 35px 30px 35px 30px
}

.card-item-7 .card .card-body .card-btn {
	color: #555;
	text-transform: capitalize;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.card-item-7 .card .card-body .card-btn:hover {
	color: #850000
}

.card-item-7:hover .card-image .card__date {
	background-color: #850000;
	color: #fff
}

.card-item-8 .card {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	border: none
}

.card-item-8 .card .card-image .card-img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.card-item-8 .card .card-img-overlay {
	top: auto;
	right: auto;
	padding: 35px 30px 0 100px;
	height: 115px;
	background-color: rgba(46, 61, 98, .9);
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	color: #fff
}

@media (max-width:481px) {
	.card-item-8 .card .card-img-overlay {
		height: 135px
	}
}

@media (max-width:480px) {
	.card-item-8 .card .card-img-overlay {
		height: 180px;
		text-align: center;
		padding: 30px 30px 0 30px
	}
}

@media (max-width:320px) {
	.card-item-8 .card .card-img-overlay {
		height: 110px
	}
}

.card-item-8 .card .card-img-overlay .la {
	position: absolute;
	top: 35px;
	left: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	color: #2e3d62
}

@media (max-width:480px) {
	.card-item-8 .card .card-img-overlay .la {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		margin-bottom: 30px
	}
}

.card-item-8 .card .card-img-overlay .card-title {
	margin-bottom: 16px
}

@media (max-width:480px) {
	.card-item-8 .card .card-img-overlay .card-title {
		margin-bottom: 30px
	}
}

.card-item-8 .card .card-img-overlay .card-title .card__link {
	color: #fff;
	font-weight: 600;
	font-size: 25px
}

@media (max-width:480px) {
	.card-item-8 .card .card-img-overlay .card-title .card__link {
		font-size: 20px
	}
}

.card-item-8 .card .card-img-overlay .card-text {
	margin-bottom: 16px;
	line-height: 26px
}

@media (max-width:480px) {
	.card-item-8 .card .card-img-overlay .card-text {
		display: none
	}
}

.card-item-8 .card .card-img-overlay .card-info-text {
	opacity: .7;
	margin-bottom: 30px
}

@media (max-width:480px) {
	.card-item-8 .card .card-img-overlay .card-info-text {
		display: none
	}
}

.card-item-8 .card .card-img-overlay .theme-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	color: #2e3d62
}

.card-item-8 .card .card-img-overlay .theme-btn:hover {
	background-color: #850000;
	color: #fff
}

.card-item-8 .card:hover .card-img-overlay {
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.card-item-9 .card .card-image {
	position: relative
}

.card-item-9 .card .card-image .card-img-top {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.card-item-9 .card .card-body .card-action {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px
}

.card-item-9 .card .card-body .card-action .card__price {
	color: #2e3d62;
	font-size: 28px;
	font-weight: 600
}

.card-item-9 .card .card-body .card-action .theme-btn {
	background-color: transparent;
	border: 1px solid rgba(127, 136, 151, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(127, 136, 151, .8);
	padding-right: 35px;
	padding-left: 15px;
	line-height: 45px
}

.card-item-9 .card .card-body .card-action .theme-btn:hover {
	background-color: #850000;
	color: #fff;
	border-color: #850000
}

.card-item-9 .card .card-body .card-action .theme-btn .la {
	font-size: 20px;
	right: 10px
}

.card-item-10 .card .card-image {
	position: relative
}

.card-item-10 .card .card-image:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 30px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff
}

.card-item-10 .card .card-body {
	padding-top: 35px
}

.card-item-10 .card .card-body .card-title {
	font-size: 24px;
	line-height: 30px
}

.card-item-10 .card .card-body .card-text {
	margin-bottom: 30px
}

.card-item-10 .card .card-body .card-action {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-item-10 .card .card-body .card-action .dropdown .dropdown-toggle {
	color: #555
}

.card-item-10 .card .card-body .card-action .dropdown .dropdown-toggle:after {
	display: none
}

.card-item-10 .card .card-body .card-action .dropdown .dropdown-toggle:hover {
	color: #2e3d62
}

.card-item-10 .card .card-body .card-action .dropdown .dropdown-menu {
	min-width: auto;
	left: auto !important;
	right: -8px;
	border-color: rgba(127, 136, 151, .2);
	margin-top: 15px
}

.card-item-10 .card .card-body .card-action .dropdown .dropdown-menu:after {
	position: absolute;
	content: '';
	right: 12px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-top: 1px solid rgba(127, 136, 151, .2);
	border-left: 1px solid rgba(127, 136, 151, .2);
	top: -6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.card-item-10 .card .card-body .theme-btn {
	line-height: 45px;
	padding-right: 40px;
	padding-left: 25px
}

.card-item-10 .card .card-body .theme-btn .la {
	right: 15px
}

.card-item-11 .card .card-image {
	position: relative
}

.card-item-11 .card .card-image .card-img-top {
	-webkit-clip-path: polygon(50% 0, 100% 0, 100% 92%, 0 100%, 0 0);
	clip-path: polygon(50% 0, 100% 0, 100% 92%, 0 100%, 0 0)
}

.card-item-11 .card .card-image .card-info {
	top: auto;
	bottom: 30px;
	left: 30px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg)
}

.card-item-11 .card .card-body .card-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0
}

.card-item-11 .card .card-body .card-bottom {
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-side-item .card {
	margin-bottom: 10px
}

.card-side-item .button-shared {
	border: none
}

.card-side-item .button-shared .card-body {
	padding: 0
}

.card-side-item .button-shared .card-body .theme-btn {
	text-align: center;
	width: 100%;
	display: block;
	background-color: #fff;
	color: #2e3d62;
	border: 1px solid rgba(127, 136, 151, .2)
}

.card-side-item .button-shared .card-body .theme-btn:hover {
	background-color: #850000;
	border-color: #850000;
	color: #fff
}

.blog-area .card-wrap {
	margin-top: 45px
}

.blog-area .card-wrap .card-item .card .card-body .card-title {
	font-size: 20px;
	line-height: 28px
}

.blog-area .card-wrap .card-item .card .card-body .card-action .theme-btn {
	padding-right: 45px;
	line-height: 40px
}

.blog-area .card-wrap .card-item .card .card-body .card-action .theme-btn .la-caret-right {
	right: 20px
}

.blog-area-2 .card-wrap,
.blog-area-3 .card-wrap {
	margin-top: 45px
}

.single-service-area .card-wrap {
	margin-top: 0
}

.single-service-area .card-wrap .card-item .card .card-body .card--title {
	font-size: 30px;
	line-height: 40px
}

.single-service-area .card-wrap .card-item .card .card-body .card-chart-box {
	margin: 40px -15px 40px -15px
}

.single-service-area .card-wrap .card-item .card .card-body .card-chart-box .chart-box {
	margin-top: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	padding: 0
}

.single-service-area .card-wrap .card-item .card .card-body .card-chart-box .chart-box .chart-legend {
	padding-top: 10px
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box {
	margin: 40px -15px 40px -15px
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items {
		margin-top: 25px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items {
		margin-top: 25px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items {
		margin-top: 25px
	}
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li {
	font-weight: 500;
	padding-left: 30px
}

@media (max-width:425px) {
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li {
		margin-bottom: 10px
	}
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li span {
	font-size: 20px;
	margin-right: 0;
	top: 0
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li+li {
	margin-top: 12px
}

@media only screen and (min-width:480px) and (max-width:767px) {

	.single-service-area .card-wrap .card-item .card .card-body .card-chart-box.d-flex,
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box.d-flex {
		display: block !important
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {

	.single-service-area .card-wrap .card-item .card .card-body .card-chart-box.d-flex,
	.single-service-area .card-wrap .card-item .card .card-body .card-image-box.d-flex {
		display: block !important
	}
}

.single-service-area .card-wrap .card-item .card .card-body .card-form {
	padding-top: 45px;
	border-top: 1px solid rgba(127, 136, 151, .2)
}

.single-service-area .card-wrap .card-item .card .card-body .card-form .card-form-content {
	margin-bottom: 35px
}

.single-blog-area {
	padding-bottom: 0
}

.single-blog-area .card-wrap .card-item .card .card-body .card-inner-box img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.single-blog-area .card-wrap .card-item .card .card-body .card-inner-box img {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.single-blog-area .card-wrap .card-item .card .card-body .card-inner-box img {
		margin-bottom: 30px
	}
}

.single-blog-area .card-wrap .card-item .card .card-body .card-inner-box .card-list {
	margin-top: 0;
	margin-bottom: 0
}

.single-blog-area .card-wrap .card-item .card .card-body .card-inner-box .card-list li {
	margin-right: 0;
	margin-bottom: 10px
}

.single-blog-area .card-wrap .card-item .card .card-body .card-form {
	margin-top: 30px
}

.tag-items {
	padding-top: 45px;
	padding-bottom: 45px;
	border-top: 1px solid rgba(127, 136, 151, .2);
	border-bottom: 1px solid rgba(127, 136, 151, .2)
}

.tag-items .tag-inner {
	margin-right: -15px;
	margin-left: -15px
}

.tag-items .tag-inner ul li {
	display: inline-block
}

.tag-items .tag-inner ul li span {
	font-weight: 600;
	color: #2e3d62
}

.tag-items .tag-inner ul li a {
	display: block;
	color: #2e3d62;
	position: relative
}

@media (max-width:1199px) {
	.tag-items .tag-inner ul.tag__list li {
		margin-bottom: 5px
	}
}

.tag-items .tag-inner ul.tag__list li a {
	background-color: rgba(46, 61, 98, .1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.tag-items .tag-inner ul.tag__list li a:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 3px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(46, 61, 98, .2);
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.tag-items .tag-inner ul.tag__list li a:hover {
	color: #fff;
	background-color: #2e3d62
}

.tag-items .tag-inner ul.tag__list li a:hover:after {
	background-color: #fff
}

.tag-items .tag-inner ul.social__list {
	text-align: right
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tag-items .tag-inner ul.social__list {
		text-align: left;
		margin-top: 20px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tag-items .tag-inner ul.social__list {
		text-align: left;
		margin-top: 20px
	}
}

.tag-items .tag-inner ul.social__list li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: rgba(46, 61, 98, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.tag-items .tag-inner ul.social__list li a:hover {
	background-color: #850000;
	color: #fff
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tag-items .tag-inner.d-flex {
		display: block !important
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.tag-items .tag-inner.d-flex {
		display: block !important
	}
}

.blog-area5 .card-wrap .card-item .card .card-body .card-action .theme-btn {
	padding-left: 18px;
	padding-right: 35px
}

.blog-area5 .card-wrap .card-item .card .card-body .card-action .theme-btn .la {
	right: 10px
}

.info-box-area .info-box-wrap {
	margin-top: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.info-box-area .info-box-wrap .col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.info-box-item {
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 40px 25px 40px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.info-box-item .info-header .info__svg {
	fill: #850000;
	width: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item .info-body {
	margin-top: 30px
}

.info-box-item .info-body .info__title {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 18px
}

.info-box-item .info-body .info__title a {
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item .info-body .info__text {
	line-height: 22px;
	font-size: 15px;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item .info-body .info__btn {
	color: #2e3d62;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item .info-body .info__btn .la {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item .info-body .info__btn:hover .la {
	margin-left: 8px
}

.info-box-item:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #850000;
	z-index: -1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.info-box-item:hover .info-header .info__svg {
	fill: #fff
}

.info-box-item:hover .info-body .info__btn,
.info-box-item:hover .info-body .info__text,
.info-box-item:hover .info-body .info__title a {
	color: #fff
}

.info-box-item:hover:after {
	height: 100%;
	top: 0;
	bottom: auto
}

.info-box-item-2 {
	border: 1px solid rgba(127, 136, 151, .2);
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

.info-box-item-2 .info-header .info__svg {
	fill: #5d50c5
}

.info-box-item-2 .info-body .info__text {
	margin-bottom: 30px
}

.info-box-item-2 .info-body .theme-btn {
	background-color: #5d50c5
}

.info-box-item-2:after {
	display: none
}

.info-box-item-2:hover {
	background-color: #2e3d62;
	border-color: #2e3d62
}

.info-box-item-2:hover .info-header .info__svg {
	fill: #5d50c5
}

.info-box-item-3 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 60px;
	text-align: center
}

.info-box-item-3 .info-header {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(92, 72, 224, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item-3 .info-header .info__svg {
	width: 40px
}

.info-box-item-3 .info-header .info__svg1 {
	fill: #5c48e0
}

.info-box-item-3 .info-header .info__svg2 {
	fill: #4be6b8
}

.info-box-item-3 .info-header .info__svg3 {
	fill: #f78c01
}

.info-box-item-3 .info-header .info__svg4 {
	fill: #c500ee
}

.info-box-item-3 .info-header .info__svg5 {
	fill: #f8c652
}

.info-box-item-3 .info-header .info__svg6 {
	fill: #f55974
}

.info-box-item-3 .info-header .info__svg7 {
	fill: #5d50c5
}

.info-box-item-3 .info-header .info__svg8 {
	fill: #3897f0
}

.info-box-item-3 .info-header2 {
	background: rgba(75, 230, 184, .1)
}

.info-box-item-3 .info-header3 {
	background: rgba(247, 140, 1, .1)
}

.info-box-item-3 .info-header4 {
	background: rgba(197, 0, 238, .1)
}

.info-box-item-3 .info-header5 {
	background: rgba(248, 198, 82, .1)
}

.info-box-item-3 .info-header6 {
	background: rgba(245, 189, 116, .1)
}

.info-box-item-3 .info-header7 {
	background: rgba(23, 162, 184, .1)
}

.info-box-item-3 .info-header8 {
	background: rgba(56, 151, 240, .1)
}

.info-box-item-3 .info-body .info__text {
	margin-bottom: 0
}

.info-box-item-3 .info-body .info__btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -25px;
	width: 50px;
	height: 50px;
	line-height: 53px;
	font-size: 22px;
	background-color: #5c48e0;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden
}

.info-box-item-3 .info-body .info__btn2 {
	background-color: #4be6b8
}

.info-box-item-3 .info-body .info__btn3 {
	background-color: #f78c01
}

.info-box-item-3 .info-body .info__btn4 {
	background-color: #c500ee
}

.info-box-item-3 .info-body .info__btn5 {
	background-color: #f8c652
}

.info-box-item-3 .info-body .info__btn6 {
	background-color: #f55974
}

.info-box-item-3 .info-body .info__btn7 {
	background-color: #5d50c5
}

.info-box-item-3 .info-body .info__btn8 {
	background-color: #3897f0
}

.info-box-item-3:after {
	display: none
}

.info-box-item-3:before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 50px;
	height: 4px;
	background-color: #850000;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .2;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item-3:hover .info-header1 {
	background-color: #5c48e0
}

.info-box-item-3:hover .info-header2 {
	background-color: #4be6b8
}

.info-box-item-3:hover .info-header3 {
	background-color: #f78c01
}

.info-box-item-3:hover .info-header4 {
	background-color: #c500ee
}

.info-box-item-3:hover .info-header5 {
	background-color: #f8c652
}

.info-box-item-3:hover .info-header6 {
	background-color: #f55974
}

.info-box-item-3:hover .info-header7 {
	background-color: #5d50c5
}

.info-box-item-3:hover .info-header8 {
	background-color: #3897f0
}

.info-box-item-3:hover .info-body .info__text {
	color: #555
}

.info-box-item-3:hover .info-body .info__btn {
	opacity: 1;
	visibility: visible
}

.info-box-item-3:hover:before {
	opacity: 1
}

.info-box-style-2:before {
	background-color: #4be6b8
}

.info-box-style-3:before {
	background-color: #f78c01
}

.info-box-style-4:before {
	background-color: #c500ee
}

.info-box-style-5:before {
	background-color: #f8c652
}

.info-box-style-6:before {
	background-color: #f55974
}

.info-box-style-7:before {
	background-color: #5d50c5
}

.info-box-style-8:before {
	background-color: #3897f0
}

.info-box-item-4 {
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0);
	border-bottom: 4px solid transparent
}

.info-box-item-4 .info-header {
	position: relative;
	line-height: 85px
}

.info-box-item-4 .info-header .infobg__svg {
	position: absolute;
	top: -20px;
	left: -70px;
	z-index: -1;
	fill: rgba(23, 162, 184, .1)
}

.info-box-item-4 .info-header .info__svg {
	width: 40px;
	fill: #5d50c5
}

.info-box-item-4 .info-body .info__text {
	margin-bottom: 0
}

.info-box-item-4:after {
	display: none
}

.info-box-item-4:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #5d50c5;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item-4:hover {
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1)
}

.info-box-item-4:hover:before {
	height: 4px
}

.info-box-item-4:hover .info-header .info__svg {
	fill: #5d50c5
}

.info-box-item-4:hover .info-body .info__title a {
	color: #5d50c5
}

.info-box-item-4:hover .info-body .info__text {
	color: #555
}

.info-box-area5 .info-box-wrap {
	margin-top: 60px
}

.info-box-item-5 {
	margin-bottom: 60px
}

.info-box-item-5 .info-header {
	width: 130px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: -85px
}

.info-box-item-5 .info-header .info__icon {
	font-size: 40px;
	color: #2e3d62;
	width: 100%;
	height: 100%;
	line-height: 70px
}

.info-box-item-5 .info-body .info__text {
	margin-bottom: 0
}

.info-box-item-5:after {
	display: none
}

.info-box-item-5:hover .info-header {
	background-color: #2e3d62
}

.info-box-item-5:hover .info-header .info__icon {
	color: #fff
}

.info-box-item-5:hover .info-body .info__text {
	color: #555
}

.info-box-item-6 {
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex
}

.info-box-item-6 .info-header {
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	max-width: 55px;
	max-height: 55px;
	line-height: 55px;
	position: relative;
	text-align: center;
	z-index: 1
}

.info-box-item-6 .info-header .info__icon {
	font-size: 30px;
	color: #2e3d62;
	width: 100%;
	height: 100%;
	line-height: 55px
}

.info-box-item-6 .info-header:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(46, 61, 98, .1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1
}

.info-box-item-6 .info-body {
	margin-top: 0;
	margin-left: 30px
}

.info-box-item-6 .info-body .info__text {
	margin-bottom: 0
}

.info-box-item-6:after {
	display: none
}

.info-box-item-6:hover .info-header .info__icon {
	color: #fff
}

.info-box-item-6:hover .info-header:after {
	background-color: #2e3d62
}

.info-box-item-6:hover .info-body .info__text {
	color: #555
}

.info-box--item-6 .info-header {
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	max-height: 50px;
	line-height: 50px
}

.info-box--item-6 .info-header .info__icon {
	line-height: 50px
}

.info-box--item-6 .info-header:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

.info-box--item-6 .info-body {
	margin-left: 15px
}

.info-box--item-6 .info-body .info__title {
	font-size: 18px;
	margin-bottom: 10px
}

.info-box--item-6:hover .info-header:after {
	background-color: #850000
}

.info-box-area7 .info-box-wrap {
	margin-top: 80px
}

.info-box-item-7 {
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	background-color: transparent;
	border: 1px solid rgba(127, 136, 151, .2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 80px;
	text-align: center
}

.info-box-item-7 .info-header {
	max-width: 75px;
	max-height: 75px;
	line-height: 75px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	margin-top: -88px
}

.info-box-item-7 .info-header .info__icon {
	font-size: 40px;
	color: #2e3d62;
	width: 100%;
	height: 100%;
	line-height: 75px
}

.info-box-item-7 .info-header .info__svg {
	width: 40px;
	fill: #5d50c5
}

.info-box-item-7 .info-header:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(127, 136, 151, .2);
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: -1
}

.info-box-item-7 .info-body {
	margin-top: 44px
}

.info-box-item-7:after {
	display: none
}

.info-box-item-7:hover .info-header .info__icon {
	color: #fff
}

.info-box-item-7:hover .info-header:after {
	background-color: #850000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.info-box-item-7:hover .info-body .info__text {
	color: #555
}

.info-box-item-7:hover .info-body .info__btn {
	color: #850000
}

.info-box-item-8 {
	-webkit-border-radius: 0 30px 0 30px;
	-moz-border-radius: 0 30px 0 30px;
	border-radius: 0 30px 0 30px
}

.info-box-item-8 .icon-item {
	margin: 0;
	-webkit-border-radius: 0 20px 0 20px;
	-moz-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	background-color: #850000;
	color: #fff
}

.info-box-item-8 .info-body .info__text {
	margin-bottom: 30px
}

.info-box-item-8:after {
	display: none
}

.info-box-item-8:hover .info-body .info__text {
	color: #555
}

.info-box-item-9 .icon-item {
	margin: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #5d50c5;
	color: #fff;
	width: 95px;
	height: 95px;
	line-height: 97px
}

.info-box-item-9 .icon-item .info__numb {
	position: absolute;
	top: -3px;
	right: -3px;
	background-color: #5d50c5;
	width: 37px;
	height: 37px;
	line-height: 35px;
	-webkit-border-radius: 55px 0 55px 55px;
	-moz-border-radius: 55px 0 55px 55px;
	border-radius: 55px 0 55px 55px;
	font-size: 18px;
	font-weight: 500;
	padding-left: 3px;
	border: 2px solid #fff
}

.info-box-item-9:after {
	display: none
}

.info-box-item-9 .info-body .info__text {
	margin-bottom: 0
}

.info-box-item-9:hover .info-body .info__text {
	color: #555
}

.info-box-item-10 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 20px 30px 41px 30px
}

.info-box-item-10 .icon-item {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #850000;
	margin: 0;
	padding-left: 10px
}

.info-box-item-10 .icon-item:after {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: #850000;
	clip-path: polygon(20% 0, 0 20%, 30% 50%, 0 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0, 50% 30%);
	opacity: .1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item-10 .info-body .info__text {
	margin-bottom: 0
}

.info-box-item-10:after {
	display: none
}

.info-box-item-10:hover {
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1)
}

.info-box-item-10:hover .icon-item:after {
	clip-path: polygon(0 0, 0 20%, 30% 50%, 0 80%, 0 100%, 50% 70%, 100% 99%, 100% 80%, 70% 50%, 100% 20%, 100% 0, 50% 30%)
}

.info-box-item-10:hover .info-body .info__text {
	color: #555
}

.info-box-item-right .icon-item {
	padding-left: 0;
	padding-right: 10px
}

.info-box-item-right .icon-item:after {
	left: auto;
	right: 0
}

.info-box-item-11 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 0 0 0
}

.info-box-item-11 .info-header img {
	width: calc(100% - 10px);
	-webkit-border-radius: 30px 30px;
	-moz-border-radius: 30px 30px;
	border-radius: 30px 30px
}

.info-box-item-11 .info-body {
	margin: 0;
	padding: 30px
}

.info-box-item-11 .info-body .info__title {
	margin-bottom: 0
}

.info-box-item-11 .info-body .info__text {
	margin-bottom: 30px
}

.info-box-item-11 .info-body .section-divider {
	width: 60px
}

.info-box-item-11 .info-body .section-divider:after {
	right: 14px
}

.info-box-item-11 .info-body .theme-btn {
	background-color: #fff;
	color: #2e3d62;
	border: 1px solid rgba(127, 136, 151, .2)
}

.info-box-item-11:after {
	display: none
}

.info-box-item-11:hover .info-body .info__text {
	color: #555
}

.info-box-item-11:hover .info-body .theme-btn {
	background-color: #850000;
	color: #fff;
	border-color: transparent
}

.info-box-item-12 {
	padding: 0;
	overflow: hidden
}

.info-box-item-12 .info-header {
	position: relative
}

.info-box-item-12 .info-header img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.info-box-item-12 .info-header .info-body {
	margin: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(46, 61, 98, .9);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item-12 .info-header .info-body .la {
	font-size: 50px
}

.info-box-item-12 .info-header .info-body .info__title {
	color: #fff;
	margin-top: 12px;
	margin-bottom: 10px
}

@media (max-width:1199px) {
	.info-box-item-12 .info-header .info-body .info__title {
		font-size: 20px
	}
}

.info-box-item-12 .info-header .info-body .info__text {
	margin-bottom: 0
}

.info-box-item-12:after {
	display: none
}

.info-box-item-12:hover .info-header img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.info-box-item-12:hover .info-header .info-body {
	opacity: 1;
	visibility: visible
}

.info-box-item-12:hover .info-header .info-body .info__text {
	color: #fff
}

.info-box-item-13 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px
}

.info-box-item-13 .info-header {
	width: 160px;
	height: 160px;
	background-color: #2e3d62;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.info-box-item-13 .info-header .info__svg {
	fill: rgba(255, 255, 255, .6)
}

.info-box-item-13 .info-header:after {
	position: absolute;
	content: "";
	width: 45px;
	height: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	top: 0;
	right: 0
}

.info-box-item-13:after {
	display: none
}

.info-box-item-13:hover .info-header {
	background-color: #850000
}

.info-box-item-13:hover .info-body .info__text {
	color: inherit
}

.feature-area {
	position: relative;
	z-index: 2;
	overflow: hidden
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.feature-area .col-lg-4.col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.feature-area:after,
.feature-area:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
	background-color: rgba(68, 55, 44, .75);
	z-index: 1;
	opacity: .9
}

@media only screen and (min-width:480px) and (max-width:767px) {

	.feature-area:after,
	.feature-area:before {
		height: 750px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {

	.feature-area:after,
	.feature-area:before {
		height: 700px
	}
}

.feature-area:after {
	background-image: url(/wp-content/themes/winevizer/assets/images/smartphones.webp);
	background-size: cover;
	background-position: center;
	background-color: transparent;
	z-index: -1;
	opacity: 1
}

.feature-area.drink:after {
	background-image: url(/wp-content/uploads/2022/06/restaurant-carte-boissons-1-scaled.jpg);
	background-position: bottom
}

.bg-illu.drink {
	background-image: url(/wp-content/uploads/2022/06/creer-carte-boissons-scaled.jpg);
	background-size: cover
}

.feature-item {
	-webkit-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	-moz-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	padding: 50px 40px 42px 40px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 2
}

.feature-item .hover-overlay:after,
.feature-item .hover-overlay:before {
	position: absolute;
	content: '';
	top: 50%;
	left: -90px;
	width: 540px;
	height: 540px;
	z-index: -1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(100%) rotate(-10deg);
	-moz-transform: translateY(100%) rotate(-10deg);
	-ms-transform: translateY(100%) rotate(-10deg);
	-o-transform: translateY(100%) rotate(-10deg);
	transform: translateY(100%) rotate(-10deg);
	background-color: rgba(255, 255, 255, .2)
}

@media only screen and (min-width:480px) and (max-width:767px) {

	.feature-item .hover-overlay:after,
	.feature-item .hover-overlay:before {
		width: 740px
	}
}

.feature-item .hover-overlay:after {
	top: 70%;
	background-color: rgba(255, 255, 255, .3)
}

.feature-item .feature__icon {
	color: #fff;
	font-size: 40px;
	position: relative;
	width: 80px;
	height: 80px;
	line-height: 87px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #850000;
	text-align: center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 4px 20px rgba(108, 92, 231, .3);
	-moz-box-shadow: 0 4px 20px rgba(108, 92, 231, .3);
	box-shadow: 0 4px 20px rgba(108, 92, 231, .3);
	overflow: hidden
}

.feature-item .feature__icon .div-strokes {
	position: absolute;
	right: 0;
	width: 30px;
	display: inline-block;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg)
}

.feature-item .feature__icon .div-strokes .stroke__bar {
	background-color: #fff;
	height: 3px;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.feature-item .feature__icon .div-strokes .stroke__bar:nth-child(1),
.feature-item .feature__icon .div-strokes .stroke__bar:nth-child(2) {
	margin-bottom: 3px
}

.feature-item .feature__title {
	font-weight: 600;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.feature-item .feature__title a {
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.feature-item .feature__text {
	line-height: 28px;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.feature-item .feature__btn {
	text-transform: capitalize;
	color: #850000;
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative
}

.feature-item .feature__btn:after {
	width: 0;
	height: 2px;
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.feature-item .feature__btn:hover:after {
	width: 100%;
	right: auto;
	left: 0
}

.feature-item:before {
	position: absolute;
	content: '';
	top: 30%;
	left: -90px;
	width: 540px;
	height: 540px;
	background-color: rgba(255, 255, 255, .1);
	z-index: -1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(100%) rotate(-10deg);
	-moz-transform: translateY(100%) rotate(-10deg);
	-ms-transform: translateY(100%) rotate(-10deg);
	-o-transform: translateY(100%) rotate(-10deg);
	transform: translateY(100%) rotate(-10deg)
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.feature-item:before {
		width: 740px
	}
}

.feature-item:hover {
	background-color: #850000
}

.feature-item:hover .feature__btn,
.feature-item:hover .feature__text,
.feature-item:hover .feature__title,
.feature-item:hover .feature__title a {
	color: #fff
}

.feature-item:hover .feature__icon {
	color: #850000;
	background-color: #fff;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

.feature-item:hover .feature__icon .div-strokes .stroke__bar {
	background-color: #850000
}

.feature-item:hover:before {
	transition-delay: .2s;
	-webkit-transform: translateY(0) rotate(-10deg);
	-moz-transform: translateY(0) rotate(-10deg);
	-ms-transform: translateY(0) rotate(-10deg);
	-o-transform: translateY(0) rotate(-10deg);
	transform: translateY(0) rotate(-10deg)
}

.feature-item:hover .hover-overlay:after,
.feature-item:hover .hover-overlay:before {
	-webkit-transform: translateY(0) rotate(-10deg);
	-moz-transform: translateY(0) rotate(-10deg);
	-ms-transform: translateY(0) rotate(-10deg);
	-o-transform: translateY(0) rotate(-10deg);
	transform: translateY(0) rotate(-10deg)
}

.feature-item:hover .hover-overlay:after {
	transition-delay: .1s
}

.feature-box-color-2 .feature__icon {
	background-color: #4be6b8;
	-webkit-box-shadow: 0 4px 20px rgba(40, 213, 67, .3);
	-moz-box-shadow: 0 4px 20px rgba(40, 213, 67, .3);
	box-shadow: 0 4px 20px rgba(40, 213, 67, .3)
}

.feature-box-color-2 .feature__btn {
	color: #4be6b8
}

.feature-box-color-3 .feature__icon {
	background-color: #f78c01;
	-webkit-box-shadow: 0 4px 20px rgba(249, 184, 81, .3);
	-moz-box-shadow: 0 4px 20px rgba(249, 184, 81, .3);
	box-shadow: 0 4px 20px rgba(249, 184, 81, .3)
}

.feature-box-color-3 .feature__btn {
	color: #f78c01
}

.feature-box-color-4 .feature__icon {
	background-color: #c500ee;
	-webkit-box-shadow: 0 4px 20px rgba(197, 0, 238, .3);
	-moz-box-shadow: 0 4px 20px rgba(197, 0, 238, .3);
	box-shadow: 0 4px 20px rgba(197, 0, 238, .3)
}

.feature-box-color-5 .feature__icon {
	background-color: #f8c652;
	-webkit-box-shadow: 0 4px 20px rgba(248, 198, 82, .3);
	-moz-box-shadow: 0 4px 20px rgba(248, 198, 82, .3);
	box-shadow: 0 4px 20px rgba(248, 198, 82, .3)
}

.feature-box-color-6 .feature__icon {
	background-color: #f55974;
	-webkit-box-shadow: 0 4px 20px rgba(245, 89, 116, .3);
	-moz-box-shadow: 0 4px 20px rgba(245, 89, 116, .3);
	box-shadow: 0 4px 20px rgba(245, 89, 116, .3)
}

.feature-area2 .feature-content-wrap {
	margin-top: 30px
}

.feature-area2:after,
.feature-area2:before {
	height: 950px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 81%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 81%, 0 100%)
}

.feature-item-2 .feature__icon {
	width: 70px;
	height: 70px;
	line-height: 75px;
	margin-left: auto;
	margin-right: auto;
	-webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 35px
}

.feature-item-2 .feature__title {
	font-size: 20px
}

.feature-item-2 .feature__text {
	margin-bottom: 0
}

.feature-item-2:hover .feature__title a {
	color: #fff
}

.feature-area3 .info-box-wrap,
.feature-area4 .info-box-wrap {
	margin-top: 46px
}

.feature-area3 .info-box-wrap .info-box-item .info-body .info__text,
.feature-area4 .info-box-wrap .info-box-item .info-body .info__text {
	margin-bottom: 0
}

.service-area {
	position: relative;
	z-index: 1
}

.service-area .info-box-wrap {
	margin-top: 106px
}

.service-area .info-box-wrap .info-box-item .info-header:after {
	background-color: #f7f9fb
}

.service-area .info-box-wrap .info-box-item .info-body .info__title {
	font-size: 20px
}

.service-area .info-box-wrap .info-box-item:hover .info-header:after {
	background-color: #850000
}

.service-area:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f9fb;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%)
}

.service-wrap {
	margin-top: 60px
}

.service-wrap .service-nav .nav-tabs {
	border-bottom: none
}

.service-wrap .service-nav .nav-tabs li {
	width: 100%;
	margin-bottom: 5px
}

.service-wrap .service-nav .nav-tabs li a {
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #2e3d62;
	font-weight: 600;
	padding: 20px;
	font-size: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.service-wrap .service-nav .nav-tabs li a svg {
	width: 25px;
	fill: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.service-wrap .service-nav .nav-tabs li a .nav-link__text {
	margin-left: 5px
}

.service-wrap .service-nav .nav-tabs li a.active,
.service-wrap .service-nav .nav-tabs li a:hover {
	background-color: #850000;
	color: #fff
}

.service-wrap .service-nav .nav-tabs li a.active svg,
.service-wrap .service-nav .nav-tabs li a:hover svg {
	fill: #fff
}

.service-wrap .service-content-wrap .service-content {
	margin-left: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service-wrap .service-content-wrap .service-content {
		margin-left: 0;
		margin-top: 60px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.service-wrap .service-content-wrap .service-content {
		margin-left: 0;
		margin-top: 60px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.service-wrap .service-content-wrap .service-content {
		margin-left: 0;
		margin-top: 60px
	}
}

.service-wrap .service-content-wrap .service-content .service__img {
	width: 320px
}

@media (max-width:320px) {
	.service-wrap .service-content-wrap .service-content .service__img {
		width: 280px
	}
}

.service-wrap .service-content-wrap .service-content .service__title {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px
}

.service-wrap .service-content-wrap .service-content .service__text {
	line-height: 30px;
	margin-bottom: 20px
}

.service-wrap .service-content-wrap .service-content .service__btn {
	color: #2e3d62;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.service-wrap .service-content-wrap .service-content .service__btn:hover {
	color: #850000
}

.service-area-3 .info-box-wrap {
	margin-top: 45px
}

.shop-feature-area {
	padding-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.choose-box-wrap {
		margin-top: 60px !important
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.choose-box-wrap {
		margin-top: 60px !important
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.choose-box-wrap {
		margin-top: 60px !important
	}
}

.icon-box-area .icon-box-wrap {
	margin-top: 30px
}

.icon-box {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(127, 136, 151, .2);
	padding: 30px;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-box .icon-box-shape {
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(127, 136, 151, .2)
}

.icon-box .icon-box-shape:nth-child(1) {
	top: 25px;
	left: 10%
}

.icon-box .icon-box-shape:nth-child(2) {
	bottom: 20px;
	left: 50%
}

.icon-box .icon-box-shape:nth-child(3) {
	top: 35px;
	right: 15%
}

.icon-box .box__icon {
	font-size: 50px;
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-box .icon__title {
	margin-top: 20px;
	font-size: 22px;
	font-weight: 600;
	color: #555;
	text-transform: capitalize;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-box:hover {
	border-color: #850000
}

.icon-box:hover .box__icon,
.icon-box:hover .icon__title {
	color: #850000
}

.icon-box-2 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.icon-box-2 .icon-box-shape {
	width: 1px;
	height: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: rgba(46, 61, 98, .1);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

.icon-box-2 .box__icon {
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: rgba(46, 61, 98, .1);
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.icon-box-2:hover .box__icon {
	background-color: #2e3d62;
	color: #fff
}

.icon-box-2:hover .icon__title {
	color: #2e3d62
}

.icon-box-3 {
	background-color: #2e3d62;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.icon-box-3 .box__icon {
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: rgba(255, 255, 255, .1);
	font-size: 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #fff
}

.icon-box-3 .icon__title {
	color: rgba(255, 255, 255, .4);
	margin-top: 25px
}

.icon-box-3:hover .box__icon {
	background-color: #fff;
	color: #2e3d62
}

.icon-box-3:hover .icon__title {
	color: #fff
}

.icon-box-4 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	padding-top: 42px;
	margin-bottom: 60px
}

.icon-box-4 .box__icon {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -30px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.icon-box-4 .icon__title {
	margin-bottom: 8px;
	color: #2e3d62
}

.icon-box-4 .icon__text a {
	color: #555
}

.icon-box-4:hover .box__icon {
	background-color: #850000;
	color: #fff
}

.icon-box-4:hover .icon__title {
	color: #2e3d62
}

.icon-box-5 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none
}

.icon-box-5 .box-icon {
	position: relative;
	width: 80px;
	height: 80px;
	line-height: 95px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5d50c5;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-box-5 .box__icon {
	font-size: 30px;
	color: #fff
}

.icon-box-5 .icon__title {
	color: #2e3d62;
	font-size: 20px
}

.icon-box-5:hover .box-icon .box__icon {
	color: #fff
}

.icon-box-5:hover .icon__title {
	color: #2e3d62
}

.icon-box-6 {
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, 0);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, 0);
	box-shadow: 0 0 25px rgba(82, 85, 90, 0);
	border-color: transparent
}

.icon-box-6 .box__icon {
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.icon-box-6 .icon__title {
	font-size: 20px;
	font-weight: 500
}

.icon-box-6:hover {
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1)
}

.icon-box-7 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	border-color: transparent;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.icon-box-7 .box__icon {
	width: 50px;
	height: 65px;
	line-height: 65px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	box-shadow: 0 0 25px rgba(82, 85, 90, .1);
	font-size: 28px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.icon-box-7 .fa-facebook {
	color: #3776ff
}

.icon-box-7 .fa-twitter {
	color: #46c9ff
}

.icon-box-7 .fa-instagram {
	color: #e0306c
}

.icon-box-7 .fa-youtube-play {
	color: #f54c04
}

.icon-box-7 .icon__title {
	margin-top: 0;
	font-size: 20px;
	color: #2e3d62;
	margin-bottom: 5px
}

.icon-box-7 .icon-box-content {
	margin-left: 20px
}

.icon-style-one:hover {
	border-color: #3776ff
}

.icon-style-one:hover .fa-facebook {
	color: #3776ff
}

.icon-style-one:hover .icon__title {
	color: #3776ff
}

.icon-style-two:hover {
	border-color: #46c9ff
}

.icon-style-two:hover .fa-twitter {
	color: #46c9ff
}

.icon-style-two:hover .icon__title {
	color: #46c9ff
}

.icon-style-three:hover {
	border-color: #e0306c
}

.icon-style-three:hover .fa-instagram {
	color: #e0306c
}

.icon-style-three:hover .icon__title {
	color: #e0306c
}

.icon-box-8 {
	margin-bottom: 15px;
	font-weight: 500;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	padding: 30px 20px;
	position: relative;
	border: none
}

.icon-box-8 .box__icon {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(108, 92, 231, .1);
	font-size: 24px;
	margin-bottom: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-box-8 .icon-box-content .icon__title {
	font-size: 16px;
	font-weight: 500
}

.icon-box-8:after {
	position: absolute;
	content: '';
	top: 20px;
	left: 0;
	width: 4px;
	height: 40px;
	background-color: #850000;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	opacity: .2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.icon-box-8:hover .box__icon {
	background-color: #850000;
	color: #fff
}

.icon-box-8:hover:after {
	opacity: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.progress-bar-area .progress-bar-wrap {
	margin-top: 30px
}

.progress-bar-1 .bar {
	margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.circle-bar-wrap .circlechart {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.circle-bar-wrap .circlechart {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.circle-bar-wrap .circlechart {
		margin-bottom: 30px
	}
}

.circle-bar-wrap .circlechart .circle-chart {
	width: 200px;
	height: 200px
}

.circle-bar-wrap .circlechart .success-stroke {
	stroke: #850000
}

.circle-bar-wrap .circlechart2 .success-stroke {
	stroke: #ffb02b
}

.circle-bar-wrap .circlechart3 .success-stroke {
	stroke: #4be6b8
}

.circle-bar-wrap .circlechart4 .success-stroke {
	stroke: #5d50c5
}

.instagram-widget-area .instagram-widget-wrap {
	margin-top: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.instagram-widget-area .instagram-widget-wrap .col-lg-4.col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.instagram-widget-item {
	text-align: center;
	margin-bottom: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	padding-bottom: 40px
}

.instagram-widget-item .instagram-widget-thumb img {
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.instagram-widget-item-2 {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-area .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.counter-area .section-heading .section__title br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.counter-area .section-heading .section__title br {
		display: none
	}
}

.counter-wrap {
	margin-top: 30px
}

.counter-item {
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.counter-item .counter-content span {
	display: block
}

.counter-item .counter-content .counter__icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5d50c5;
	-webkit-border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
	-moz-border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
	border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .2);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .2);
	box-shadow: 0 0 40px rgba(82, 85, 90, .2);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 30px;
	color: #fff
}

.counter-item .counter-content .counter__numb {
	font-size: 40px;
	color: #2e3d62;
	font-weight: 600;
	margin-top: 33px;
	margin-bottom: 30px
}

.counter-item .counter-content .counter__title {
	font-size: 20px;
	color: #555
}

.counter-item:hover .counter-content .counter__icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.counter-item-2 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .05);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .05);
	box-shadow: 0 0 40px rgba(82, 85, 90, .05);
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative
}

.counter-item-2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 50px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-color: #3897f0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: .5
}

.counter-item-2 .counter-content .counter__icon {
	background-color: rgba(26, 151, 240, .1);
	width: 65px;
	height: 65px;
	line-height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #3897f0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}

.counter-item-2 .counter-content .counter__numb {
	margin-bottom: 20px;
	font-size: 35px
}

.counter-item-2 .counter-content .counter__title {
	font-size: 16px
}

.counter-item-2:hover .counter-content .counter__icon {
	background-color: #3897f0;
	color: #fff
}

.counter-item-2:hover:after {
	opacity: 1
}

.counter-item-3 .counter-content {
	background-color: #fff;
	width: 235px;
	height: 235px;
	padding-top: 80px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	-moz-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	z-index: 1;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1199px) {
	.counter-item-3 .counter-content {
		padding-top: 70px;
		width: 210px;
		height: 210px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-item-3 .counter-content {
		padding-top: 65px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.counter-item-3 .counter-content {
		padding-top: 65px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.counter-item-3 .counter-content {
		padding-top: 65px
	}
}

@media (max-width:475px) {
	.counter-item-3 .counter-content {
		margin-left: auto;
		margin-right: auto
	}
	.info-box-item {
		padding: 20px;
	}
	.section-padding, .section--padding {
		padding-bottom: 0;
	}
	.wv-try > .container > .row {
		flex-direction: column-reverse;
	}
	.wv-try > .container > .row .col-lg-6:first-child {
		margin-top: 30px;
	}
	.section--padding-custom {
		padding-top: 170px;
		padding-bottom: 45px;
	}
	.footer-area .footer-svg {
		display: none;
	}
	.footer-area .social-profile li {
		margin-right: 25px;
	}
	#polylang-2 {
		position: absolute;
		top: 5px;
		left: 10px;
	}
	#polylang-2 img {
    width: 29px!important;
    height: auto!important;
    margin-right: 10px;
}
}

.counter-item-3 .counter-content:after {
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
	width: 90%;
	height: 90%;
	border: 3px dotted rgba(92, 72, 224, .2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: -1
}

.counter-item-3 .counter-content .counter__icon {
	position: absolute;
	top: 70px;
	left: 40px;
	font-size: 70px;
	color: rgba(127, 136, 151, .1);
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	width: auto;
	height: auto;
	line-height: inherit
}

.counter-item-3 .counter-content .counter__numb {
	font-size: 50px;
	font-weight: 500;
	color: #5c48e0;
	margin-top: 0;
	margin-bottom: 0
}

.counter-item-3 .counter-content .counter__title {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px
}

.counter-item-3:nth-child(2) .counter-item .counter-content .counter__numb {
	color: #4be6b8
}

.counter-item-3:nth-child(2) .counter-item .counter-content:after {
	border-color: rgba(75, 230, 184, .2)
}

.counter-item-3:nth-child(3) .counter-item .counter-content .counter__numb {
	color: #f78c01
}

.counter-item-3:nth-child(3) .counter-item .counter-content:after {
	border-color: rgba(247, 140, 1, .2)
}

.counter-item-3:nth-child(4) .counter-item .counter-content .counter__numb {
	color: #c500ee
}

.counter-item-3:nth-child(4) .counter-item .counter-content:after {
	border-color: rgba(197, 0, 238, .2)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-item-4 {
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.counter-item-4 {
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.counter-item-4 {
		text-align: center
	}
}

.counter-item-4 .counter-content .counter__icon {
	width: 60px;
	line-height: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #2e3d62;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-item-4 .counter-content .counter__icon {
		margin-left: auto
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.counter-item-4 .counter-content .counter__icon {
		margin-left: auto
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.counter-item-4 .counter-content .counter__icon {
		margin-left: auto
	}
}

.counter-item-4 .counter-content .counter__icon:after {
	position: absolute;
	content: '';
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.counter-item-4 .counter-content .counter__numb {
	margin-top: 40px
}

.counter-item-4:hover .counter-content .counter__icon {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #850000
}

.counter-item-4:hover .counter-content .counter__icon:after {
	border-top-color: #850000
}

.counter-item-5 .counter-content .counter__icon {
	background-color: #850000;
	line-height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	position: relative
}

.counter-item-5 .counter-content .counter__icon:after {
	position: absolute;
	content: '';
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #850000
}

.counter-item-5 .counter-content .counter__icon.bg-2:after {
	border-top-color: #4be6b8
}

.counter-item-5 .counter-content .counter__icon.bg-3:after {
	border-top-color: #f78c01
}

.counter-item-5 .counter-content .counter__icon.bg-4:after {
	border-top-color: #c500ee
}

.counter-item-5 .counter-content .counter__numb {
	color: #850000;
	margin-bottom: 25px
}

.counter-item-5 .counter-content .counter__title {
	font-size: 18px
}

.counter-item-5:hover .counter-content .counter__icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.counter-item-6 .counter-content .counter__numb {
	background-color: #fff;
	border: 1px solid rgba(127, 137, 151, .1);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .07);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .07);
	box-shadow: 0 0 40px rgba(82, 85, 90, .07);
	padding: 30px 10px;
	margin-top: 0;
	position: relative
}

.counter-item-6 .counter-content .counter__numb:after {
	position: absolute;
	content: "";
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	background-color: #fff;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid rgba(127, 137, 151, .1);
	border-right: 1px solid rgba(127, 137, 151, .1)
}

.funfact-area {
	position: relative;
	z-index: 1
}

.funfact-area .funfact-img-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px
}

.funfact-area .funfact-img-box img {
	width: 100%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	-moz-box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	box-shadow: 0 0 40px rgba(14, 16, 48, .05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.funfact-area .funfact-img-box .video-play-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #2e3d62;
	font-size: 28px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.funfact-area .funfact-img-box .video-play-btn:hover {
	color: #850000
}

.mobile-app-img .aste-info ul li {
    margin-top: 5px;
    width: 50%;
    float: left;
}

.funfact-area2:after,
.funfact-area2:before {
	position: absolute;
	content: '';
	width: 200px;
	height: 200px;
	top: 50px;
	left: 50px;
	background-image: url(/wp-content/themes/winevizer/assets/images/dots.webp);
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .2
}

.funfact-area2:before {
	left: auto;
	top: auto;
	bottom: 50px;
	right: 50px;
	background-color: transparent
}

.funfact-area5 .counter-wrap {
	margin-top: 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.mobile-app-img {
		margin-bottom: 60px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.mobile-app-img {
		margin-bottom: 60px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.mobile-app-img {
		margin-bottom: 60px
	}
}

.mobile-app-img img {
	width: 100%
}

.app-content {
	margin-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.app-content {
		margin-left: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.app-content {
		margin-left: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.app-content {
		margin-left: 0
	}
}

@media (max-width:320px) {
	.app-btn-box {
		text-align: center
	}
}

.contact-form-action form .form-group {
	position: relative
}

.contact-form-action form .form-group .form-icon {
	position: absolute;
	top: 16px;
	left: 20px
}

.contact-form-action form .form-group .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left-color: rgba(127, 136, 151, .2);
	color: #2e3d62;
	padding: 14px 15px
}

.contact-form-action form .form-group .search-btn:hover {
	color: #850000
}

.contact-form-action form .form-group .form-control {
	padding: 12px 20px 12px 40px;
	border-color: rgba(127, 136, 151, .2);
	height: inherit;
	color: #2e3d62
}

.contact-form-action form .form-group .form-control:focus {
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	border-color: rgba(127, 136, 151, .5)
}

.contact-form-action form .form-group .message-control {
	height: 140px
}

.contact-form-action form .form-group .form-control[type=email]::-webkit-input-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=email]::-moz-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=email]:-ms-input-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=email]:-moz-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=text]::-webkit-input-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=text]::-moz-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=text]:-ms-input-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=text]:-moz-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=search]::-webkit-input-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=search]::-moz-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=search]:-ms-input-placeholder {
	color: rgba(127, 136, 151, .6)
}

.contact-form-action form .form-group .form-control[type=search]:-moz-placeholder {
	color: rgba(127, 136, 151, .6)
}

#scroll-top {
	display: none !important
}

.contact-area .section-heading {
	margin-bottom: 40px
}

.contact-area .section-heading .section__title {
	font-size: 35px
}

.contact-area .contact-img {
	margin-top: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-area .contact-img {
		width: 60%;
		margin-left: auto;
		margin-right: auto
	}
}

.contact-area .contact-img img {
	width: 100%
}

.contact-form-item {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	padding: 40px;
	position: relative
}

.contact-form-item:after {
	position: absolute;
	content: '';
	top: 0;
	left: 40px;
	width: 50px;
	height: 4px;
	background-color: #850000;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	opacity: .2
}

.contact-card {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	padding: 40px 40px 25px 40px;
	position: relative;
	margin-bottom: 30px
}

.contact-card .contact__text span {
	display: block;
	margin-bottom: 15px
}

.contact-card .contact__text span i {
	color: #2e3d62;
	width: 35px;
	height: 35px;
	line-height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
	background-color: rgba(46, 61, 98, .1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.contact-card .contact__text span a {
	color: #555
}

.contact-card .contact__text span:hover a {
	color: #850000
}

.contact-card .contact__text span:hover i {
	background-color: #850000;
	color: #fff
}

.contact-card:after {
	position: absolute;
	content: '';
	top: 0;
	left: 40px;
	width: 50px;
	height: 4px;
	background-color: #850000;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	opacity: .2
}

.support-area .contact-form-item {
	margin-top: 58px
}

.form-area {
	padding-top: 240px;
	padding-bottom: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.form-area {
		padding-top: 200px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.form-area {
		padding-top: 200px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.form-area {
		padding-top: 200px
	}
}

.form-area .contact-img {
	margin-top: 140px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.form-area .contact-img {
		margin-top: 0;
		margin-bottom: 100px;
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.form-area .contact-img {
		margin-top: 0;
		margin-bottom: 100px;
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.form-area .contact-img {
		margin-top: 0;
		margin-bottom: 100px;
		text-align: center
	}
}

@media (max-width:375px) {
	.form-area .contact-img img {
		width: 100%
	}
}

.form-area .contact-img.text-right {
	margin-top: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.form-area .contact-img.text-right {
		margin-top: 100px;
		margin-bottom: 0;
		text-align: center !important
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.form-area .contact-img.text-right {
		margin-top: 100px;
		margin-bottom: 0;
		text-align: center !important
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.form-area .contact-img.text-right {
		margin-top: 100px;
		margin-bottom: 0;
		text-align: center !important
	}
}

.form-area .contact-form-action .form-group .theme-btn {
	width: 100%
}

.form-area .section-heading .section__title {
	font-size: 35px
}

.form-area form {
	margin-top: 40px
}

.sidebar h4 {
	margin-bottom: 10px
}

.sidebar ul {
	margin-bottom: 20px
}

.sidebar li a {
	color: #2e3d62;
	line-height: 21px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px
}

.sidebar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.sidebar .sidebar-widget {
	margin-bottom: 40px
}

.sidebar .sidebar-widget .widget__title {
	font-size: 22px;
	font-weight: 600;
	color: #2e3d62;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(127, 136, 151, .2);
	padding-bottom: 15px
}

.sidebar .sidebar-widget .side__desc {
	line-height: 28px
}

.sidebar .sidebar-widget .widget__list li {
	margin-bottom: 10px;
	position: relative
}

.sidebar .sidebar-widget .widget__list li:last-child {
	margin-bottom: 0
}

.sidebar .sidebar-widget .widget__list li a {
	display: block;
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: rgba(46, 61, 98, .05);
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.sidebar .sidebar-widget .widget__list li:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 3px;
	height: 25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(46, 61, 98, .1);
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.sidebar .sidebar-widget .widget__list li:hover:after {
	background-color: #fff
}

.sidebar .sidebar-widget .widget__list li:hover a {
	color: #fff;
	background-color: #2e3d62;
	padding-left: 25px
}

.sidebar .sidebar-widget .tag__list li {
	display: inline-block;
	margin-bottom: 5px
}

.sidebar .sidebar-widget .tag__list li a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 15px
}

.sidebar .sidebar-widget .tag__list li:hover a {
	padding-left: 20px
}

.sidebar .sidebar-widget .contact__links li {
	margin-bottom: 10px
}

.sidebar .sidebar-widget .contact__links li:last-child {
	margin-bottom: 0
}

.sidebar .sidebar-widget .contact__links li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: rgba(46, 61, 98, .1);
	margin-right: 5px
}

.sidebar .sidebar-widget .contact__links li a {
	color: #555
}

.sidebar .sidebar-widget .contact__links li:hover i {
	background-color: #850000;
	color: #fff
}

.sidebar .sidebar-widget .contact__links li:hover a {
	color: #850000
}

.sidebar .sidebar-widget .social__links li {
	display: inline-block
}

.sidebar .sidebar-widget .social__links li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #2e3d62;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: rgba(46, 61, 98, .1)
}

.sidebar .sidebar-widget .social__links li a:hover {
	color: #fff;
	background-color: #850000
}

.sidebar .contact-form-action form .form-group .form-control {
	padding-left: 20px
}

.recent-widget .nav-tabs {
	border-bottom: none;
	margin-bottom: 25px
}

.recent-widget .nav-tabs li {
	margin-right: 4px
}

@media (max-width:1199px) {
	.recent-widget .nav-tabs li {
		margin-bottom: 8px;
		margin-right: 8px
	}
}

.recent-widget .nav-tabs li:last-child {
	margin-right: 0
}

.recent-widget .nav-tabs li .nav-link {
	color: #555;
	font-weight: 500;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(127, 136, 151, .1);
	position: relative
}

@media (max-width:375px) {
	.recent-widget .nav-tabs li .nav-link {
		margin-bottom: 5px
	}
}

.recent-widget .nav-tabs li .nav-link:after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #850000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.recent-widget .nav-tabs li .nav-link.active {
	background-color: #850000;
	color: #fff;
	border-color: #850000
}

.recent-widget .nav-tabs li .nav-link.active:after {
	bottom: -6px;
	opacity: 1;
	visibility: visible
}

.recent-widget .recent-item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(127, 136, 151, .1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex
}

@media (max-width:1199px) {
	.recent-widget .recent-item {
		display: block
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.recent-widget .recent-item {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.recent-widget .recent-item {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.recent-widget .recent-item {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex
	}
}

.recent-widget .recent-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.recent-widget .recent-item .recent-img img {
	width: 85px;
	height: 78px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	margin-right: 15px
}

@media (max-width:1199px) {
	.recent-widget .recent-item .recent-img img {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.recent-widget .recent-item .recent-img img {
		width: 85px;
		height: 78px;
		margin-right: 15px;
		margin-bottom: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.recent-widget .recent-item .recent-img img {
		width: 85px;
		height: 78px;
		margin-right: 15px;
		margin-bottom: 0
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.recent-widget .recent-item .recent-img img {
		width: 85px;
		height: 78px;
		margin-right: 15px;
		margin-bottom: 0
	}
}

.error-content .error__img {
	margin-bottom: 40px
}

.error-content .error__img img {
	width: 100%
}

.error-content .error-heading {
	border-bottom: 1px solid rgba(127, 136, 151, .1);
	margin-bottom: 30px;
	padding-bottom: 30px
}

.error-content .error-heading .error__title {
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 10px;
	line-height: 60px
}

@media (max-width:425px) {
	.error-content .error-heading .error__title {
		font-size: 35px;
		line-height: 50px
	}
}

.error-content .error-heading .error__text {
	font-weight: 500;
	line-height: 28px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.error-content .error-heading .error__text br {
		display: none
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.error-content .error-heading .error__text br {
		display: none
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.error-content .error-heading .error__text br {
		display: none
	}
}

.error-content .contact-form-action .contact__text {
	margin-bottom: 20px
}

.error-content .contact-form-action form .form-group .form-control {
	padding-left: 20px
}

.error-content .contact-form-action form .form-group .search-btn {
	background-color: #850000;
	border: none;
	color: #fff;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.error-content .contact-form-action form .form-group .search-btn:hover {
	background-color: #ba1111
}

.footer-area {
	padding-top: 120px;
	position: relative;
	overflow: hidden
}

.footer-area .footer-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	fill: #e3e3e3
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area .footer-item {
		margin-bottom: 50px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.footer-area .footer-item {
		margin-bottom: 50px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.footer-area .footer-item {
		margin-bottom: 50px
	}
}

.footer-area .footer-item .section-divider {
	margin-top: 15px;
	margin-bottom: 0;
	width: 50px
}

.footer-area .footer-item .section-divider:after {
	right: 12px;
	width: 8px
}

.footer-area .footer-item .logo {
	margin-bottom: 35px
}

.footer-area .footer-item .footer__desc {
	font-size: 15px;
	line-height: 26px
}

.footer-area .footer-item .footer__title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px
}

.footer-area .footer-item .user-links {
	margin-top: 30px
}

.footer-area .footer-item .user-links li a {
	display: block;
	text-transform: capitalize;
	color: #555;
	margin-bottom: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	font-size: 15px
}

.footer-area .footer-item .user-links li a:after {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #850000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden
}

.footer-area .footer-item .user-links li a:hover {
	color: #850000;
	padding-left: 12px
}

.footer-area .footer-item .user-links li a:hover:after {
	opacity: 1;
	visibility: visible
}

.footer-area .footer-item .footer-contact .contact__text {
	line-height: 26px;
	padding-top: 12px
}

.footer-area .footer-item .footer-contact .contact__text a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #555
}

.footer-area .footer-item .footer-contact .contact__text a:hover {
	color: #850000
}

.footer-area .footer-item .contact-form-action {
	margin-top: 30px
}

.footer-area .footer-item .contact-form-action .contact__text {
	line-height: 26px;
	margin-bottom: 20px
}

.footer-area .total-box {
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px
}

.footer-area .total-box .total-item .total__num {
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 18px
}

.footer-area .total-box .total-item .total__text {
	font-weight: 500;
	font-size: 15px
}

.footer-area .total-box .total-item+.total-item {
	margin-left: 40px
}

.footer-area .copy-right {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px solid rgba(127, 136, 151, .1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area .copy-right {
		margin-top: 0
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.footer-area .copy-right {
		margin-top: 0;
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.footer-area .copy-right {
		margin-top: 0;
		display: block;
		text-align: center
	}
}

.footer-area .copy-right .copy__desc {
	font-size: 15px
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.footer-area .copy-right .copy__desc {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.footer-area .copy-right .copy__desc {
		margin-bottom: 10px
	}
}

.footer-area .copy-right .copy__desc a {
	color: #555
}

.footer-area .copy-right .copy__desc a:hover {
	color: #850000
}

.footer-area .copy-right .condition-links li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	font-size: 15px
}

.footer-area .copy-right .condition-links li:after {
	position: absolute;
	content: '/';
	top: 1px;
	right: -12px;
	font-size: 12px
}

.footer-area .copy-right .condition-links li:last-child {
	margin-right: 0
}

.footer-area .copy-right .condition-links li:last-child:after {
	display: none
}

.footer-area .copy-right .condition-links li a {
	display: block;
	color: #555
}

.footer-area .copy-right .condition-links li a:hover {
	color: #850000;
	text-decoration: underline
}

.breadcrumb-area {
	position: relative;
	padding-top: 200px;
	padding-bottom: 95px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-area {
		padding-top: 200px;
		padding-bottom: 95px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.breadcrumb-area {
		padding-top: 200px;
		padding-bottom: 95px
	}
}

@media (max-width:480px) {
	.breadcrumb-area {
		padding-top: 170px;
		padding-bottom: 80px
	}
}


@media (max-width:4574px) {
	.banner-content .section-heading .section__meta {
		line-height: 22px;
		padding-left: 7px;
	}
}


.breadcrumb-area .breadcrumb-shape {
	position: absolute;
	top: 95px;
	left: 40px;
	width: 40px;
	height: 40px;
	background-color: #2e3d62;
	opacity: .1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2
}

.grecaptcha-badge {
	display: none!important;
}

.breadcrumb-area .breadcrumb-shape2 {
	left: 15%;
	top: auto;
	bottom: 40px;
	width: 40px;
	height: 40px
}

.breadcrumb-area .breadcrumb-shape3 {
	left: 50%;
	top: 27%;
	width: 80px;
	height: 80px
}

.breadcrumb-area .breadcrumb-shape4 {
	left: auto;
	top: auto;
	right: 30px;
	bottom: 60px;
	width: 80px;
	height: 80px
}

.breadcrumb-area .breadcrumb-content {
	color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-area .breadcrumb-content {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.breadcrumb-area .breadcrumb-content {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.breadcrumb-area .breadcrumb-content {
		display: block;
		text-align: center
	}
}

.breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
	color: #fff;
	font-size: 50px;
	line-height: 70px;
	font-weight: 700
}

@media (max-width:576px) {
	.breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
		font-size: 40px;
		line-height: 50px
	}
	.pum-theme-3137 .pum-container, .pum-theme-framed-border .pum-container {
		min-width: 0!important;
		max-width: 95%!important;
		top: 10px!important;
		left: 2.5%!important;
	}
	.pum-theme-3137 .pum-container .col-sm-6 img, .pum-theme-framed-border .pum-container .col-sm-6 img {
		width: auto!important;
		max-width: 100%!important;
		margin: 0 auto 15px!important;
		height: 35vh!important;
		display: block!important;
	}
	.package-tab-content .nav-tabs li {
		width: 33.333%;
	}
	#pricing .package-tab-content .nav-tabs li {
		width: 25%;
	}
	.package-tab-content .nav-tabs-action {
		width: 100%;
	}
	.package-tab-content .nav-tabs li a {
		padding: 10px 5px;
	}
	.package-tab-content .nav-tabs li a b {
		font-size: 15px;
	}
	.aste-info {
		padding: 0 15px;
	}
	.info-box-wrap > .col-sm-6 {
		width: 50%;
		padding: 10px;
	}
	.info-box-item {
        padding: 12px;
    }
	.info-box-item-4 .info-header .infobg__svg {
		left: -20px;
	}
	.info-box-area .info-header i {
		margin-left: -3px;
	}
	.info-box-item .info-body .info__title {
		font-size: 18px;
	}
	.popup-right-form p {
		margin-bottom: 5px;
	}
	.popup-right-form p label {
		width: 100%;
		font-size: 12px;
		margin-bottom: 0;
	}
	.popup-right-form input[type=file] {
		height: calc(1.5em + .75rem);
	}
	.popup-right-form button {
		width: 100%;
		padding: 0 35px 0 15px;
	}
}

@media (max-width:880px) {
	.pum-theme-3137 .pum-container, .pum-theme-framed-border .pum-container {
		min-width: 0!important;
		max-width: 95%!important;
		top: 10px!important;
		left: 2.5%!important;
	}
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li {
	display: inline-block;
	position: relative;
	padding-right: 22px
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
	padding-right: 0
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
	opacity: .4
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li.breadcrumb__list-active:after {
	position: absolute;
	content: '.';
	top: -6px;
	right: 0;
	padding: 0 6px;
	font-size: 28px
}

.breadcrumb-area:after,
.breadcrumb-area:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/winevizer/assets/images/slider-1.webp);
	background-attachment: fixed;
	background-size: cover;
	background-position: center
}

.breadcrumb-area:after {
	opacity: .7;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2332426a' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23354772' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23394c7a' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%233c5182' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2340568a' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23435990' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23465d95' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2348609b' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%234b64a0' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%234e67a6' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E")
}

body.page-id-536 .card-area ul,
body.page-id-554 .card-area ul,
body.page-id-555 .card-area ul {
	list-style: disc;
	padding-left: 18px
}

body.page-id-536 .card-area ul li,
body.page-id-554 .card-area ul li,
body.page-id-555 .card-area ul li {
	margin-bottom: 8px
}

.card-area .container p {
	margin-bottom: 12px;
	line-height: 25px;
}

.popup-right-form {
	display: flex;
	align-items: center;
}

.popup-right-form p {
	margin-bottom: 15px;
}
.popup-right-form p label {
	width: 100%;
}
.popup-right-form input[type=file] {
	height: calc(1.5em + .75rem + 7px);
}

.pum-theme-3137 .pum-content, .pum-theme-framed-border .pum-content {
    font-weight: 300!important;
}
.home-upload {
    background: #ebebeb;
    padding: 50px 0 50px 0;
    margin-bottom: -90px;
    margin-top: 50px;
}
.home-upload img {
	border-radius: 5px;
	height: auto!important;
}