:root {
	--color-gray: #999999;
	--color-light: #f8f8f8;
	--color-primary: #28347c;
	--color-yellow: #ffe59b;
	--color-secondary: #cdaf5d;
	--font-primary: 'Trajan Pro 3';
	--font-primary-400: "TrajanPro-Regular";
	--font-secondary: "Montserrat", sans-serif;
}

main {
	--space-125: 125px;
}

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

html {
	margin: 0 !important;
}

body {
	margin: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-secondary);
	overflow-x: hidden;
	overflow-y: scroll;
}


@font-face {
	font-family: 'Trajan Pro 3';
	src: url('../fonts/TrajanPro3-Bold.eot');
	src: url('../fonts/TrajanPro3-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrajanPro3-Bold.woff') format('woff'),
		url('../fonts/TrajanPro3-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Trajan-Pro";
	src: url("../fonts/Trajan-Pro.eot");
	src: url("../fonts/Trajan-Pro.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Trajan-Pro.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "TrajanPro-Regular";
	src: url("../fonts/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg"),
		url("../fonts/TrajanPro-Regular.ttf") format("truetype"),
		url("../fonts/TrajanPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?1fnmwq");
	src: url("../fonts/icomoon.eot?1fnmwq#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?1fnmwq") format("truetype"),
		url("../fonts/icomoon.woff?1fnmwq") format("woff"),
		url("../fonts/icomoon.svg?1fnmwq#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-qte:before {
	content: "\e90d";
}

.icon-arw-ft:before {
	content: "\e90e";
}

.icon-cross:before {
	content: "\e910";
}

.icon-hart-fill:before {
	content: "\e90f";
}

.icon-arw-dw:before {
	content: "\e908";
	color: #ffe59b;
}

.icon-wtsp:before {
	content: "\e909";
	color: #fff;
}

.icon-arw-rt:before {
	content: "\e90a";
	color: #828282;
}

.icon-arw-up:before {
	content: "\e90b";
	color: #828282;
}

.icon-arw-lt:before {
	content: "\e90c";
	color: #828282;
}

.icon-cart:before {
	content: "\e900";
}

.icon-fb:before {
	content: "\e901";
}

.icon-ins:before {
	content: "\e902";
}

.icon-pin:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.icon-tt:before {
	content: "\e905";
}

.icon-usr:before {
	content: "\e906";
}

.icon-hart:before {
	content: "\e907";
}

h1 {
	font-size: 48px;
	color: var(--color-primary);
	font-family: var(--font-primary);
}

h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 27px;
}

.free-sapce {
	height: 168px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-105 {
	padding-top: 105px;
}

.pb-135 {
	padding-bottom: 135px;
}

.w-100 {
	width: 100%;
}

h1:only-child,
p:only-child {
	margin: 0;
}

input {
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

:focus,
:focus-visible,
:focus-within {
	outline: none;
	box-shadow: none;
}

input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: left 96% center;
}

textarea {
	resize: none;
	min-height: 127px;
	font-family: var(--font-secondary);
}

@keyframes mymove {
	50% {
		transform: rotate(180deg);
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 10px;
}

p:last-child {
	margin: 0;
}

p:empty {
	margin: 0;
	line-height: 0;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

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

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

img,
svg {
	vertical-align: middle;
}

button,
select {
	cursor: pointer;
	text-transform: none;
}

label {
	display: block;
	line-height: 1;
	font-size: 13px;
	color: #000000;
	margin: 0 0 7px 0;
	font-weight: 500;
	text-transform: capitalize;
}

.form-control {
	display: block;
	width: 100%;
	height: 55px;
	padding: 10px 15px 10px 25px;
	font-weight: 400;
	color: #495057;
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
}

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

table {
	width: 100%;
}

iframe {
	border: 0;
}

.img-fluid {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

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

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.container {
	max-width: 1200px;
}

.container-big {
	max-width: 1400px;
}

.container-small {
	max-width: 617px;
}

.container,
.container-big,
.container-small {
	width: 100%;
	margin: 0 auto;
}

.animate-it {
	opacity: 0;
}

.animated {
	opacity: 1;
}

/* ------------------------------- */
.zoom-effect,
.zoom-effect a {
	overflow: hidden;
}

.zoom-effect>a {
	display: block;
}

.zoom-effect img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: relative;
}

.zoom-effect:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

/* ------------------------------- */
/* .page-template-default .page-single {
	padding: 110px 0;
}

.page-template-default .page-single h2,
.page-template-default .page-single h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: var(--color-primary);
}

.page-template-default .page-single ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 30px;
}

.page-template-default .page-single p {
	margin: 5px 0 15px 0;
}

.page-template-default .page-single p,
.page-template-default .page-single li {
	font-size: 14px;
}

.page-template-default .page-single li+li {
	margin-top: 8px;
} */

/* ------------------------------- */
.owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: solid 1px #eeeeee !important;
	background-color: #ffffff !important;
	border-radius: 100px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.owl-nav button span {
	color: #828282;
	font-size: 18px;
}

.owl-nav button.owl-prev {
	left: -120px;
}

.owl-nav button.owl-next {
	right: -120px;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
}

.owl-nav .owl-prev:hover span:before,
.owl-nav .owl-next:hover span:before {
	color: #fff;
}

/* ------------------------------------ */

.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}

.owl-dot {
	width: 8.5px !important;
	height: 8.5px !important;
	transform: scale(0.69);
	border-radius: 50%;
	background-color: var(--color-primary) !important;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.owl-dot+.owl-dot {
	margin-left: 7px;
}

.owl-dot.active {
	transform: scale(1);
}

/* ------------------------------------ */
.btn {
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1;
	background-color: #ffffff;
	border: none;
	border: 1px solid #eeeeee;
	position: relative;
	z-index: 1;
	overflow: hidden;
	/* padding: 18.5px 40px; */
	padding: 15.5px 40px;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.btn-block {
	width: 100%;
}

.btn-outline {
	color: var(--color-primary);
	border: 1px solid #eeeeee;
}

.btn-outline:hover {
	color: #ffffff;
	background-color: var(--color-primary);
}

.btn-primary {
	color: #fff;
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
}

.btn-primary:hover {
	border-color: var(--color-secondary);
}

.btn+.btn {
	margin-left: 10px;
}

.btn-primary::after {
	content: "";
	position: absolute;
	background: var(--color-secondary);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: 0 1;
}

.btn-primary:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* ------------------------------------ */

.pagination {
	display: flex;
	margin-top: 110px;
	justify-content: flex-end;
	position: relative;
	z-index: 0;
}

.pagination::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #fbf8f2;
	z-index: -1;
}

.page-numbers {
	background-color: #ffffff;
}

.page-numbers a,
.page-numbers span {
	--height: 30px;
	font-size: 20px;
	width: var(--height);
	height: var(--height);
	text-align: center;
	font-weight: 500;
	line-height: var(--height);
	border: 1px solid var(--color-secondary);
	display: inline-block;
	color: var(--color-secondary);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.page-numbers a:hover,
.page-numbers .current {
	color: #fff;
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}

.page-numbers a+a {
	margin-left: 16px;
}

/* ------------------------------------ */

.menu-icon {
	width: 36px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: none;
	margin-left: 15px;
	z-index: 9999;
}

.menu-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
	top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
	top: 8px;
}

.menu-icon span:nth-child(4) {
	top: 17px;
}

.menu-icon.open span:nth-child(1) {
	top: 8px;
	width: 0;
	left: 50%;
}

.menu-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
	top: 8px;
	width: 0;
	left: 50%;
}

.menu-icon.open span {
	background: var(--color-secondary);
}

/* ------------------------------------ */

.contact-page-form {
	padding: 120px 0;
	position: relative;
	z-index: 0;
}

.contact-page-form::after {
	content: "";
	width: 47.5%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(217, 217, 217, 0.2);
	z-index: -1;
}

.contact-page-form .container {
	display: flex;
	flex-wrap: wrap;
}

.contact-form-main {
	width: 50%;
	padding-right: 100px;
}

.contact-form-detail h3,
.contact-content h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	color: var(--color-primary);
}

.contact-leftside {
	width: 52.5%;
}

.contact-content {
	margin: 0 0 50px 0;
}

.contact-content p {
	font-size: 14px;
	color: #444444;
	line-height: 16px;
	font-weight: 500;
	margin: 0 0 8px 0;
}

.contact-content p a {
	color: var(--color-primary);
}

.contact-content p:nth-child(2) {
	margin-bottom: 30px;
}

.contact-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 27px;
}

.contact-form li {
	width: 100%;
	max-width: 461px;
}

.contact-form li:last-child {
	margin-top: 17px;
}

.contact-form-main label {
	color: rgba(85, 85, 85, 0.8);
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
}

.contact-form-detail {
	width: 47.5%;
	padding-left: 110px;
}

.contact-form-detail .details,
.contact-form-main .contact-form {
	margin-top: 30px;
}

.contact-form-detail .details>p {
	color: #444444;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.contact-form-detail .details>p+p {
	margin-top: 8px;
}

.contact-form-detail .list {
	margin-top: 50px;
}

.contact-form-detail .list li {
	width: 100%;
	display: flex;
}

.contact-form-detail .list li+li {
	margin-top: 45px;
}

.contact-form-detail li .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.contact-form-detail li .content {
	margin-left: 15px;
}

.contact-form-detail li .content h4 {
	margin: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
}

.contact-form-detail li .content h4+a {
	font-size: 14px;
	margin-top: 16px;
	display: block;
	color: var(--color-primary);
	font-weight: 500;
}

.contact-form-detail li .content h4+a:hover {
	color: var(--color-secondary);
}

.contact-form-detail li .content a+h4 {
	margin: 30px 0 0 0;
}

.contact-form-detail li .content .mail {
	text-decoration: underline;
}

.social-contact {
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
	border-top: 1px solid #b2b6cd;
}

.social-contact .social-media li span {
	color: var(--color-primary);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.social-contact .social-media li span:hover {
	color: var(--color-secondary);
}

/* ------------------------------------ */

.error-404 {
	padding: 120px;
}

.error-404 h1 {
	margin-bottom: 15px;
	font-weight: 700;
}

.error-404 ul {
	margin-left: 30px;
}

.error-404 ul {
	padding-left: 0;
}

.error-404 ul li {
	list-style: disc;
	font-size: 15px;
	margin-bottom: 0;
}

.error-404 ul li+li {
	margin-top: 7px;
}

.error-404 h3 {
	margin: 40px 0 25px 0;
}

.error-404 .btn {
	margin-top: 40px;
}

/* ------------------------------------ */

.nf-response-msg {
	color: #4f8a10;
	background-color: #dff2bf;
}

.nf-response-msg,
.nf-error-field-errors {
	border: 0;
	padding: 8px;
	text-align: center;
	font-weight: 600;
}

.nf-error-field-errors {
	color: #d8000c;
	background-color: #ffbaba;
}

.nf-form-fields-required,
.nf-error-required-error {
	display: none;
}

.nf-form-content nf-fields-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -2%;
	margin-right: -2%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nf-form-content nf-field {
	display: block;
	margin: 0 2%;
	width: 46%;
	margin-bottom: 20px;
}