@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
		url("fonts/Socialico/Socialico.woff2") format("woff2"),
		url("fonts/Socialico/Socialico.woff") format("woff"),
		url("fonts/Socialico/Socialico.ttf") format("truetype"),
		url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
	src: url('fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
		url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
		url('fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'),
		url('fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 1920px;
	min-width: 1620px;
	margin: 0 auto;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: inherit;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
main,
section,
div,
p,
ul,
ol,
li {
	padding: 0;
	margin: 0;
}

ul,
ol,
li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.like-title,
.form-title {
	font-family: "Lobster", sans-serif;
	line-height: 1;
	font-weight: 400;
}

.row {
	max-width: 1200px;
	margin: 0 auto
}


/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}

.ctc-form label {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #878787;
}

.ctc-form input[type="text"],
.ctc-form select,
.ctc-form textarea {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #878787;
	height: 64px;
	display: flex;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 14px;
	background: #FFFFFF;
	border: none;
	outline: none;
}

.ctc-form textarea {
	height: 132px;
	padding-top: 10px;
}

.ctc-form select option {}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

.ctc-form .to-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}

.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn {
	display: flex;
	/* background: #A64DFF;
	background: linear-gradient(152deg, rgba(166, 77, 255, 1) 0%, rgba(115, 72, 255, 1) 100%);
	box-shadow: inset 7px 7px 4px rgba(115, 72, 255, 0.65); */
	background: transparent url('../images/content/btn-bg.webp') center no-repeat;
	background-size: cover;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	height: 48px;
	width: 100%;
	max-width: 253px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	border: 1px solid transparent;
}

.btn:hover {
	background: #000;
	border: 1px solid #A64DFF;
	color: #A64DFF;
	box-shadow: none;
}

/*header*/
header {
	background: transparent url('../images/content/Home-background.webp') top center no-repeat;
	background-size: cover;
	padding-bottom: 220px;
}

#header {
	padding-top: 31px;
	position: relative;
	z-index: 1;
}

#header .row {
	width: 100%;
	max-width: 1708px;
	padding-left: 15px;
	padding-right: 15px;
}

#header .nav-holder {
	width: 100%;
	max-width: 803px;
	margin-right: auto;
}

#header nav {
	width: 100%;
	max-width: 738px;
	margin-left: auto;
}

#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 702px;
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#header nav ul li a {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	position: relative;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #fff;
}

#header nav ul li.active-menu::before,
#header nav ul li:has(a:hover)::before {
	content: '';
	display: block;
	width: calc(100% + 20px);
	height: 46px;
	background: linear-gradient(180deg, rgba(166, 77, 255, 1) 0%, rgba(115, 72, 255, 1) 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
}

#banner {
	position: relative;
	margin-top: -33px;
}

#banner .row {
	width: 100%;
	max-width: 1708px;
	padding-left: 15px;
	padding-right: 15px;
	align-items: flex-end;
}

#banner .left {
	flex: 1 1 auto;
	width: 100%;
	max-width: 869px;
	padding-bottom: 57px;
	color: #fff;
}

#banner .left .img-holder {
	padding-bottom: 33px;
}

#banner .like-title {
	font-size: 75px;
	text-align: right;
}

#banner .left .lorem {
	width: 100%;
	max-width: 832px;
	margin-left: auto;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 25px;
	padding-top: 15px;
}

#banner .left .btn {
	margin: auto;
}

#banner .right {
	flex: 1 1 auto;
	width: 100%;
	max-width: 672px;
	background: #000;
	border: 3px solid #DDDDDD;
	border-radius: 16px;
	color: #fff;
	padding: 60px 43px 42px;
}

#banner .right .form-title {
	margin-bottom: 12px;
	font-size: 40px;
	line-height: 1.2;
}

#banner .right .lorem {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 26px;
}

#footer .top {
	background: transparent url('../images/content/footer-bg.webp') top center no-repeat;
	background-size: cover;
	text-align: left;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 46px;
}

#footer .top .row {
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
	align-items: flex-end;
	gap: 5px;
}

#footer .top .label {
	/* font-family: 'Proxima Nova Rg'; */
	font-size: 20px;
	margin-bottom: 33px;
	font-weight: 600;
}

#footer .top .label-pop {
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 8px;
}

#footer .top .left {
	flex: 1 1 auto;
	width: 100%;
	max-width: 1019px;
	padding-bottom: 14px;
}

#footer .top .wrapper {
	width: 100%;
	max-width: 975px;
	margin-left: auto;
	gap: 5px;
	align-items: flex-end;
}

#footer .soc .d-flex {
	justify-content: flex-start;
	gap: 14px;
}

#footer .phone-holder {
	margin-bottom: 30px;
}

#footer .phone-holder .label-pop,
#footer .email-holder .label-pop,
#footer .loc-holder .label-pop {
	line-height: 1.2;
	margin-bottom: 0;
}

#footer .phone-holder a {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.9px;
}

#footer .email-holder {
	margin-bottom: 40px;
}

#footer .email-holder a {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.9px;
}

#footer .loc-holder {
	margin-bottom: 40px;
}

#footer .loc-holder .link {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.9px;
}

#footer .left .img-holder {
	flex: 1 1 auto;
	width: 100%;
	max-width: 433px;
	margin-bottom: 36px;
}

#footer .soc-link a {
	display: inline-block;
}

#footer .top .right {
	flex: 1 1 auto;
	width: 100%;
	max-width: 410px;
}

#footer .sched {
	margin-bottom: 40px;
}

#footer .sched ul {
	gap: 5px;
}

#footer .sched ul li {
	font-family: 'Proxima Nova Rg';
	font-size: 22px;
	line-height: 40px;
	letter-spacing: .792px;
}

#footer .sched .days {
	flex: 1 1 auto;
	width: 100%;
	max-width: 146px;
}

#footer .sched .hours {
	flex: 1 1 auto;
	width: 100%;
	max-width: 222px;
}

#footer .bot {
	background: #7348FF;
	color: #FFFFFF;
	font-size: 20px;
	padding: 24px 0 20px;
	letter-spacing: 2.5px;
}

#footer .bot .row {
	padding-left: 15px;
	padding-right: 15px;
}

#footer .row p{
	font-size:14px;
}

#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}

#content .foreword {
	font-size: 18px;
	letter-spacing: 18px;
}

.about .row {
	max-width: 1816px;
	padding-left: 15px;
	padding-right: 15px;
}

.about .wrapper {
	gap: 15px;
}

.about .wrapper>.left {
	flex: 1 1 auto;
	width: 100%;
	max-width: 983px;
	gap: 20px;
}

.about .img-left { width: 100%;
	max-width: 405px; }

	.about .img-right { width: 100%;
		max-width: 559px; gap: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; }

	.about img { width: 100%; display: block; }

.about .lorem {
	line-height: 35px;
	margin-bottom: 33px;
	max-width: 579px;
}

.about .img-holder {
	gap: 20px;
}

.about .wrap {
	gap: 20px;
	flex-direction: column;
}

.about .wrapper>.right {
	flex: 1 1 auto;
	width: 100%;
	max-width: 724px;
	text-align: left;
}

.about .foreword {
	margin-bottom: 20px;
}

.about h1 {
	font-size: 70px;
	max-width: 501px;
	margin-bottom: 15px;
}

.services {
	background: transparent url('../images/content/service-bg.webp') top center no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 316px;
	padding-bottom: 180px;
	margin-bottom: 10px;
	margin-top: -120px;
}

.services .row {
	width: 100%;
	max-width: 1728px;
	padding-left: 15px;
	padding-right: 15px;
}

.services .foreword {
	padding-bottom: 20px;
}

.services h2 {
	font-size: 50px;
	padding-bottom: 12px;
}

.services .lorem {
	width: 100%;
	max-width: 1103px;
	margin: auto;
	padding-bottom: 23px;
	font-size: 30px;
	line-height: 35px;
}

.services .wrapper {
	width: 100%;
	max-width: 1626px;
	margin-left: auto;
	gap: 5px;
}

.services .box {
	width: 100%;
	max-width: 517px;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.45);
	text-align: center;
	padding: 18px;
	border-radius: 25px;
	color: #000;
	background: #fff;
}

.services .img-holder {
	border-radius: 24px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 485px;
}

.services .img-holder img { display: block; width: 100%; }

.services h3 {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -1.05px;
	margin-bottom: 25px;
	font-family: "Poppins", sans-serif;
}

.services .link {
	font-weight: 500;
	font-size: 20px;
	color: #7348FF;
	text-decoration: underline;
	letter-spacing: -1px;
	text-underline-offset: 8px;
}

.welcome .row {
	width: 100%;
	max-width: 1750px;
	padding-left: 15px;
	padding-right: 15px;
}

.welcome .wrapper {
	gap: 5px;
	align-items: flex-start;
}

.welcome .wrapper>.right {
	text-align: left;
	flex: 1 1 auto;
	width: 100%;
	max-width: 817px;
	padding-top: 25px;
}

.welcome h2 {
	font-size: 50px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 642px;
	line-height: 1.2;
}

.welcome .subtitle {
	margin-bottom: 15px;
	max-width: 788px;
	font-size: 30px;
	line-height: 35px;
}

.welcome h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #7246FF;
	font-family: "Poppins", sans-serif;
}

.welcome .item {
	margin-bottom: 25px;
}

.welcome .details {
	font-size: 22px;
	line-height: 32px;
}

.welcome .img-holder {
	flex: 1 1 auto;
	width: 100%;
	max-width: 822px;
	gap: 20px;
	align-items: flex-start;
}

.welcome .phone-holder {
	justify-content: flex-start;
	gap: 17px;
}

.welcome .label-pop {
	font-weight: 500;
	font-size: 13px;
	color: #333333;
	line-height: 30px;
	letter-spacing: .65px;
}

.welcome .link a {
	font-weight: 700;
	font-size: 45px;
	color: #7247FF;
}

.welcome .img-holder>.left,
.welcome .img-holder>.right {
	flex: 1 1 auto;
	width: 100%;
	max-width: 400px;
	flex-direction: column;
	gap: 20px;
}

.welcome .img-holder>.right {
	margin-top: 30px;
}

.reviews {
	background: transparent url('../images/content/reviews-bg.webp') top center no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 370px;
	padding-bottom: 170px;
	margin-bottom: 70px;
	margin-top: -120px;
}

.reviews .row {
	width: 100%;
	max-width: 1382px;
	padding-left: 15px;
	padding-right: 15px;
}

.reviews .foreword {
	padding-bottom: 30px;
}

.reviews h2 {
	font-size: 50px;
	padding-bottom: 12px;
}

.reviews .lorem {
	width: 100%;
	max-width: 1296px;
	margin: auto;
	padding-bottom: 35px;
	font-size: 30px;
	line-height: 35px;
}

.reviews .wrapper {
	width: 100%;
	max-width: 1304px;
	margin-left: auto;
	gap: 5px;
}

.reviews .box {
	width: 100%;
	max-width: 372px;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.45);
	text-align: left;
	padding: 50px 35px 37px;
	border-radius: 9px;
	color: #000;
	background: #fff;
}

.reviews h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

.reviews .img-holder {
	margin-bottom: 28px;
}

.reviews .comments {
	width: 100%;
	max-width: 302px;
	font-style: italic;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 35px;
}

.reviews .link {
	font-weight: 500;
	font-size: 20px;
	color: #7348FF;
	text-decoration: underline;
	letter-spacing: -1px;
	text-underline-offset: 8px;
}

.works .row {
	width: 100%;
	max-width: 1860px;
	padding-left: 15px;
	padding-right: 15px;
}

.works .wrapper {
	width: 100%;
	max-width: 1722px;
	gap: 5px;
	margin: auto;
	padding-bottom: 75px;
	text-align: left;
}

.works .left {
	flex: 1 1 auto;
	width: 100%;
	max-width: 606px;
}

.works .foreword {
	padding-bottom: 17px;
}

.works h2 {
	font-size: 50px;
}

.works .right {
	flex: 1 1 auto;
	width: 100%;
	max-width: 928px;
	font-size: 25px;
	line-height: 35px;
}

.works .img-wrapper {
	position: relative;
	padding-bottom: 10px;
}

.works .arrow-btn {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.works .arrow-right {
	left: auto;
	right: 0;
}

.works .img-holder {
	width: 100%;
	max-width: 1722px;
	gap: 5px;
	align-items: flex-start;
	height: 475px;
	margin: auto;
}

.works .img-holder .img {
	flex: 1 1 auto;
	width: 100%;
	max-width: 340px;
}

.works .img-holder .img:nth-child(even) {
	align-self: self-end;
}

.works .img-holder img {
	width: 100%;
	display: block;
}

.works .btn {
	margin: auto;
}


/*inner pages*/
.inner #content {
	min-height: 400px;
	padding: 80px 0
}

.inner #content h1 {
	font-size: 75px;
	margin-bottom: 40px;
}

.inner.about-page .row {
	max-width: 1200px;
}

.inner.about-page .about .wrapper {
	flex-direction: column-reverse;
}

.inner.about-page .wrapper>.right {
	text-align: center;
}

.inner.about-page h1,
.inner.about-page .lorem {
	max-width: 100%;
}

.inner.services-page .services {
	color: #000;
	background: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.inner.services-page .row {
	max-width: 1200px;
}

.inner.services-page .box .img-holder img {
	width: 100%;
	max-width: 400px;
}

.inner.services-page .services h3 {
	font-size: 25px;
}

.inner.reviews-page .reviews {
	background: none;
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -0;
}

.inner.reviews-page .row {
	max-width: 1200px;
}

.inner.reviews-page .reviews .wrapper {
	flex-direction: column;
	gap: 30px;
}

.inner.reviews-page .box,
.inner.reviews-page .comments {
	max-width: 100%;
	text-align: center;
}

.contact-page #content .d-flex {
	gap: 15px;
	align-items: stretch;
}

.contact-page #content .d-flex>div {
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
}

.contact-page #content input,
.contact-page #content textarea {
	border: 1px solid #000;
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}

.inPrivacyBox p {
	text-align: justify !important;
}


/** Responsive
-------------------------------------------------------*/
@media (max-width: 1720px) {
	body {
		zoom: 80%;
	}
}

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/