/*@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/helr45w.eot');
	src: url('../fonts/helr45w.woff') format('woff'), 
	url('../fonts/helr45w.ttf') format('truetype'), 
	url('../fonts/helr45w.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

body,
html {
	width: 100%;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
}


body {

	color: #000000;
	font-size: 15px;
	line-height: 20px;
}

.container {
	width: 1100px;
}


h1,
h2,
h3,
h4 {
	font-weight: 700;

}


a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #000;
}

a:hover {
	color: #000;
}

ul li {
	margin-bottom: 15px;
}


h1 {
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 1px;
}

h1.large {
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 1px;
}

h1.hline {
	position: relative;
	display: inline-block;
	overflow: visible;
	padding-right: 10px
}

h1.hline::after {
	content: "";
	background: #ddd;
	display: block;
	width: 2000px;
	position: absolute;
	height: 1px;
	top: 50%;
	left: 100%;
}


h2 {
	font-size: 22px;
	line-height: 26px;
}



h3 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
}

p {
	font-size: 17px;
	line-height: 22px;
}

.strong {
	font-weight: 600;
}

.thin {
	font-weight: 400;
}

.thick {
	font-weight: 900;
}

.btn-primary,
.btn-secondary {
	background: #ad5acf;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 25px;
	color: #fff;
	border-radius: 20px;
	border: 0px;
	text-transform: uppercase;
}

.btn-primary:hover {
	background: #6f2b8a;
}

.bg-white.btn-primary:hover {
	color: #6f2b8a;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: none;
}

.btn-secondary {
	border-radius: 2px;
}

figure {
	margin: 0px;
}

.letter-spacing {
	letter-spacing: 1px;
}

.bg-blue {
	background: #001a70 !important;
}

.bg-blue2 {
	background: #5c6bc0;
}

.bg-blue3 {
	background: #5cc1b3;
}

.bg-green {
	background: #aac05c;
}

.bg-black {
	background: #000;
}


.bg-grey {
	background: #eaeaea;
}

.bg-brown {
	background: #6f2b8a !important;
}


.border-grey {
	border: 1px solid #e5e5e5;
}

.text-yellow {
	color: #e8a900;
}

.text-brown {
	color: #6f2b8a;
}


.text-orange {
	color: #ad5acf;
}

a.text-underline {
	text-decoration: underline;
}

.text-blue2 {
	color: #0c6ba2;
}

.text-green {
	color: #7db606;
}

.text-black {
	color: #000;
}

.text-grey {
	color: #d4d4d4;
}

.text-white a {
	color: #fff;
}

.form-control:focus {
	box-shadow: none;
}

.shadow {
	box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15) !important;
}

img.round {
	border-radius: 3px;
	overflow: hidden;
}

.round {
	border-radius: 4px;
	overflow: hidden;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #6f2b8a;
	border-color: #6f2b8a;
}


.bg-gradient {
	background: rgb(1, 167, 225);
	background: -moz-linear-gradient(180deg, rgba(1, 167, 225, 1) 0%, rgba(1, 125, 195, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(1, 167, 225, 1) 0%, rgba(1, 125, 195, 1) 100%);
	background: linear-gradient(180deg, rgba(1, 167, 225, 1) 0%, rgba(1, 125, 195, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01a7e1", endColorstr="#017dc3", GradientType=1);

}

.preLoader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	display: table;
}

.preLoaderContent {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}


.lds-ellipsis {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	margin: auto;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ad5acf;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 0);
	}
}

#scroll {
	position: fixed;
	right: 20px;
	bottom: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #333;
	text-indent: -9999px;
	display: none;
	z-index: 2;
	border: 1px solid #838383;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}

#scroll:hover {
	background-color: #000;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

/*----------------- Header -------------------*/


header {
	position: relative;
	z-index: 1;
}

header a {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-left: 20px;
}

header a.small {
	font-size: 16px;
}

.smoothShow {
	animation: smoothScroll 0.3s forwards;
}


header.fixed-top {
	animation: smoothScroll 0.5s forwards;
	background: #fff;
	box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15) !important;
}

header.fixed-top .logo img {
	width: 180px;
	margin: 20px 0;
}

header.fixed-top .mainMenu {
	margin-top: 6px;
}

/* header #main-menu-01{
	display: block;
}

header #main-menu-02{
	display: none;
}

header.fixed-top #main-menu-01{
	display: none;
}

header.fixed-top #main-menu-02{
	display: block;
} */


@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

.logo img {
	width: 200px;
	margin: 20px 0px;
}


.rotate img {
	transition: transform 0.6s;
	transform-style: preserve-3d;
	display: inline-block;
}

.rotate:hover img {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}



.dropdown-menu {
	padding: 0px;
}


.navbar {
	padding: 0px;
	z-index: 1;
	background: transparent;
}

.navbar-toggler {
	border: 0px;
	font-size: 25px;
	padding: 0px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mainMenu {
	list-style: none;
	letter-spacing: 2px;
}

.mainMenu .btn-primary {
	border-radius: 4px;
	color: #fff !important;
	font-size: 15px;
	letter-spacing: 1px;
}

.navbar .navbar-nav.mainMenu a.nav-link {
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-bottom: 5px solid transparent;
	padding: 0px;
	margin-top: 5px;

}

.navbar .navbar-nav.mainMenu a.nav-link.btn-primary,
.navbar .navbar-nav.mainMenu a.nav-link.btn-primary:hover {
	padding: 9px 20px;
	color: #000;
	margin-top: -5px;
	border: 0;
}





.banner {
	border-bottom: 1px solid #666;
}

.banner-slider div {
	position: relative;
}

.banner-slider aside {
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #000;
}

.banner-slider aside h1 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;

}

.banner-slider aside p {
	font-size: 24px;
	line-height: 30px;
}

.banner-slider.subpage aside {
	top: auto;
	bottom: 20px;

}

.banner-slider aside div {
	width: 40%;
	padding-left: 10px;
}


.banner-slider figure {
	width: 100%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

.banner-slider figure img {
	width: 100%;
}

.banner-slider .slick-slide {
	padding: 0;
	position: relative;
}


.banner-slider .slick-next {
	position: absolute;
	left: 8.5%;
	z-index: 1;
	width: 46px;
	height: 30px;
	display: block;
	top: auto;
	bottom: 40px;
}

.banner-slider .slick-prev {
	position: absolute;
	left: 5.5%;
	right: auto;
	width: 30px;
	height: 30px;
	display: block;
	top: auto;
	z-index: 1;
	bottom: 40px;
}

.banner-slider .slick-prev::before,
.banner-slider .slick-next::before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background-size: contain;
	opacity: 1;
}

.banner-slider .slick-prev::before {
	background-image: url('../images/left-arrow-white.png');
}

.banner-slider .slick-next::before {
	background-image: url('../images/right-arrow-white.png');
}

.search-panel {

	margin-top: -27px;
}

.search-panel input,
.search-panel input:focus,
.search-panel select,
.search-panel select:focus,
.search-panel .input-group {
	border: transparent;
	background: #efefef;
	border-radius: 4px;
}



.search-panel .round {
	border-radius: 4px;
	padding: 8px;
	overflow: visible;
}

.search-panel .fas {
	margin: 8px 8px auto 5px;
	color: #666;
	font-size: 20px;
}

.search-panel .btn-secondary {
	background: #6f2b8a;
	border-radius: 4px !important;
	padding: 9px 25px;
	font-weight: 600;
	width: 100%;
}




.o-brands-logos li:hover img {
	transform: scale(1.15);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}


.category a {
	text-decoration: none;
	color: #000;
}


.category:hover img {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.7);
}

.category h2:after {
	content: "";
	background: transparent;
	display: block;
	width: 55px;
	height: 4px;
	margin-top: 10px;
}

.category:hover h2:after {
	background: #ed8763;
}

a.more {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}


.category-box figure {
	position: relative;
	background: #000;
}

.category-box figure img {
	opacity: 0.9;
}

.category-box figure span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px;
}

.category-box figure i {
	font-size: 24px;
}

.category-box h4 {
	display: inline-block;
	padding: 3px 9px;
	font-size: 14px;
	color: #fff;
}


h1.fonts2 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;

}

p.large {
	font-size: 22px;
	line-height: 30px;
}


.subscribe {
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
}

.subscribe .circle {
	position: absolute;
	display: block;
	width: 840px;
	height: 840px;
	background: #ad5acf;
	border-radius: 50%;
}

.subscribe .circle.left {
	left: -400px;
	top: -550px;
}

.subscribe .circle.right {
	right: -400px;
	bottom: -550px;
}

.subscribe .round {
	border-radius: 50px;
	padding: 6px;
}



.subscribe button {
	border-radius: 18px !important;
	padding: 2px 20px !important;
}

.specialist {
	background: white;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
}

.specialist figure {
	border-radius: 50%;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}


.parentTabs .nav-tabs {
	border: 0px;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	background-color: #6f2b8a;
	border-color: #6f2b8a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}


.img-slider .slick-dots {
	bottom: 16px;
}

.img-slider .slick-dots li button::before {
	font-size: 12px;
	color: #fff;
	opacity: .7;
}

.img-slider .slick-dots li.slick-active button::before {
	font-size: 14px;
	color: #fff;
	opacity: 1;
}

.dropdown-menu a {
	font-weight: 400;
	text-align: right;
	padding: 8px 12px;
	display: block;
	font-size: 16px;
	margin: 0px;
}

.dropdown-menu a:hover {
	text-decoration: none;
	background: #ececec;
}

.dropdown-menu {
	margin-top: 6px;
}

.dropdown.filter a {
	text-align: left;
}

.circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	padding-top: 30px;
	color: #fff
}

.contact-form {
	background: url(../images/bg-contact.jpg) no-repeat right bottom;
	padding: 80px 0;
}

.contact-form input,
.contact-form textarea,
.signup-form input,
.signup-form textarea,
.signup-form select {
	background: #eaeaea;
}

.contact-form input:focus,
.contact-form textarea:focus,
.signup-form input:focus,
.signup-form textarea:focus {
	border-color: #6f2b8a;
	background: #eeeeee;
}


/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slide {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eaeaea;
	-webkit-transition: .4s;
	transition: .4s;
}

.slide:before {
	position: absolute;
	content: "";
	height: 23px;
	width: 23px;
	left: 6px;
	bottom: 4px;
	background-color: #6f2b8a;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slide {
	background-color: #eaeaea;
}

input:focus+.slide {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slide:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slide.round {
	border-radius: 34px;
}

.slide.round:before {
	border-radius: 50%;
}


.signup-form {
	background: url(../images/bg-signup.jpg) no-repeat top;
	background-size: 100% auto
}

.img-signup.left {
	position: absolute;
	left: 0px;
	top: 30%;
}

.img-signup.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}



.circle50 {
	border-radius: 50%;
	overflow: hidden;
}


.shadow-mid {
	background: url(../images/shadow-mid.png) left no-repeat;
	background-size: auto 100%;
}



footer {
	background: #dbdbdb;

}

footer h2 {
	margin-bottom: 25px;
}


.list-links a {
	display: block;
	margin: 12px 0px;
	color: #000;
}

.copyrights {
	border-top: 1px solid #aaa;
}






.bg-shadow {
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

.category img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}




@media only screen and (max-width:1200px) {

	.container {
		width: 100%;
		max-width: unset;
	}

	.navbar .navbar-nav.mainMenu a.nav-link {
		font-size: 16px;
		margin: 0 5px;
	}


	.banner-slider aside {
		width: 100%;
	}


	.banner-slider .slick-next {
		left: 80px;
		bottom: 25px;
	}

	.banner-slider .slick-prev {
		right: 40px;
		bottom: 25px;
	}

	.banner-slider aside div {
		width: 100%;
		padding: 0px 40px;
	}

	.subscribe .circle {
		display: none;
	}

	.subscribe {
		padding: 50px 0px;
		border-top: 4px solid #ad5acf;
		border-bottom: 4px solid #ad5acf;
	}

	.signup-form {
		background-size: auto 400px;
	}

	.img-signup.left,
	.img-signup.right {
		display: none;
	}


}

@media only screen and (max-width:991px) {

	header {
		box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 15%);
	}

	header .logo img,
	header.fixed-top .logo img {
		width: 140px;
		margin: 15px 0px;
	}

	header .navbar,
	header.fixed-top .navbar {
		margin-top: 15px;
	}

	header #main-menu-01,
	header.fixed-top #main-menu-01 {
		display: none;
	}

	header #main-menu-02,
	header.fixed-top #main-menu-02 {
		display: block;
	}


	.navbar .navbar-nav.mainMenu a.nav-link::after,
	.navbar .navbar-nav.mainMenu div.btn-group::after {
		display: none;
	}

	.navbar .navbar-nav.mainMenu a.nav-link,
	.navbar .navbar-nav.mainMenu a.nav-link:hover,
	.navbar .navbar-nav.mainMenu div.btn-group {
		text-align: right;
		padding: 0px;
		margin-left: 0px;
		border: 0px;
	}

	.navbar .navbar-nav.mainMenu a.nav-link.btn-primary {
		margin: 8px 15px auto auto;
	}

	.navbar .navbar-nav.mainMenu div.btn-group,
	.navbar .navbar-nav.mainMenu div.btn-group .dropdown-toggle {
		margin: 0px;
		padding: 4px 0px;
	}


	.navbar-nav .dropdown-menu {

		border: 0px;
		position: absolute;
		width: 100%;
	}

	.navbar .dropdown-menu.complex-menu {
		left: 0;
	}

	.navbar .dropdown-menu {
		width: auto;
	}

	.navbar .btn-group:hover::before {
		left: 30px;
	}


	.navbar-nav .dropdown-item {
		border-bottom: 0px;
	}

	.navbar .navbar-nav.mainMenu a.nav-item:hover,
	.navbar .navbar-nav.mainMenu a.nav-item:focus,
	.navbar .navbar-nav.mainMenu a.nav-item.active {
		border-bottom: 0;
	}





}

@media only screen and (max-width:767px) {


	h1 {
		font-size: 24px;
		line-height: 30px;
		width: 100%;
	}

	h1.fonts2 {
		font-size: 30px;
		line-height: 40px;
	}

	h2 {
		font-size: 22px;
		line-height: 26px;
	}

	h1.hline::after {
		width: 100%;
		top: auto;
		left: 0;
		bottom: -8px;
	}

	header a {
		margin-left: 0px;
	}

	a.more {
		font-size: 20px;
	}
	
	.navbar .navbar-nav.mainMenu a.nav-link{
		margin-bottom: 15px;
	}

	.navbar .navbar-nav.mainMenu a.nav-link.btn-primary,
	.navbar .navbar-nav.mainMenu a.nav-link.btn-primary:hover {
		padding: 6px 9px;
		margin: 0px 0px 15px auto;
	}

	.banner-slider aside h1 {
		font-size: 25px;
		line-height: 28px;
	}


	.banner-slider aside p {
		display: none;
	}

	.banner-slider figure img {
		height: 300px;
	}

	.banner-slider.subpage aside {
		top: 50%;
		bottom: auto;
	}

	.search-panel input,
	.search-panel input:focus,
	.search-panel select,
	.search-panel select:focus,
	.search-panel .input-group {
		margin-bottom: 10px;
	}

	.banner-slider aside div {
		padding: 0px 20px;
	}

	.search-panel {
		margin-top: 20px;
	}


}

@media only screen and (max-width:640px) {}

@media only screen and (max-width:576px) {}

@media only screen and (max-width:420px) {

	.circle {
		width: 70px;
		height: 70px;
		padding-top: 20px;
	}


}