/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

body {
	line-height: 1;
	font-family: 'Roboto', sans-serif
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box
}

* {
	outline: 0
}


/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%
}

body {
	font-size: 18px;
	color: #0F1429;
	font-weight: 400;
	font-family: "Instrument Sans", serif;
	font-style: normal;
	line-height: 1.5;
	background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 25px;
	color: #001424;
	font-family: "ivyora-text", sans-serif;
	letter-spacing: -0.04em;
}

h1,
.h1 {
	font-size: 72px;
	line-height: 1.15;
}

h2,
.h2 {
	font-size: 56px;
}

h3,
.h3 {
	font-size: 42px;
}

h4,
.h4 {
	font-size: 30px;
}

h5,
.h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
	margin-bottom: 15px;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #000;
}

input {
	line-height: normal
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='url'],
input[type='date'],
select,
textarea {
	padding: 11px !important;
	width: 100%;
	display: block;
	box-shadow: none;
	border-radius: 4px;
	background-color: #D9D5CF;
	border: 1px solid #D9D5CF;
	font-size: 13px !important;
	line-height: 17px;
	color: rgba(80, 80, 80, 1);
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: rgba(80, 80, 80, 0.502);
}

:-ms-input-placeholder {
	color: rgba(80, 80, 80, 0.502);
}

::placeholder {
	color: rgba(80, 80, 80, 0.502);
}

textarea {
	max-height: 90px;
	resize: none;
}

input:focus,
select:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 1);
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: none;
	margin-right: 10px
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
	cursor: pointer;
	line-height: normal;
	overflow: visible
}

button[disabled],
input[disabled] {
	cursor: default;
	opacity: .6;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

body .gform_wrapper {
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
}

body .gform_wrapper.gravity-theme label.gfield_label,
label {
	color: #0F1429;
	font-size: 16px;
	font-weight: 400;
	display: block;
	line-height: 1.5;
}

body .gform_wrapper .gform_fields {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-column-gap: 5% !important;
	grid-row-gap: 15px !important;
}

body .gform_wrapper .gform_fields .gfield {
	padding: 0 !important;
	margin-top: 0 !important;
	grid-column: none;
	width: 100%;
}

body .gform_wrapper .gform_fields .gfield.col6 {
	width: 47.5%;
}

body .gform_wrapper .gform_footer {
	margin: 12px 0 0;
	padding: 12px 0px;
}

ul,
ol,
dl {
	font-size: 100%;
	line-height: 1.1
}

dl {
	margin: 0 0 1em 0
}

dd {
	margin: 0 0 1em .8em
}

ul {
	list-style: disc;
	margin: 0 0 1em 0;
	padding-left: 1.5em
}

ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
	padding-left: 1em
}

ol ol {
	list-style-type: lower-latin;
	margin-top: 0
}

p,
li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 32px;
}

blockquote,
cite,
q,
var,
dfn {
	font-style: italic
}

blockquote {
	background: transparent;
	padding: 0px 0px 30px;
	position: relative;
}

blockquote:before {
	content: "“";
}

blockquote:after {
	content: "”";
	line-height: 0;
}

blockquote p,
blockquote:before,
blockquote:after {
	padding: 0;
	display: inline;
	font-size: 50;
	font-style: italic;
	font-weight: 400;
}

small {
	font-size: 85%;
	line-height: 1.75
}

pre,
code,
kbd,
tt,
samp,
var {
	font-size: 100%
}

pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

pre,
code {
	color: #800
}

kbd,
samp,
var {
	color: #888;
	font-weight: 700
}

acronym,
abbr {
	border-bottom: 1px #6e5951 dotted;
	font-variant: small-caps;
	cursor: help
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

em {
	font-style: italic
}

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

figure {
	margin: 0
}

a {
	color: #0F1429;
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none;
	color: #892303;
}

a:active {
	outline: none
}

table {
	border: 1px solid #130101;
	margin: 0 0 24px 0;
	border-collapse: collapse;
	width: 100%;
}

caption {
	font-variant: small-caps
}

th,
td {
	vertical-align: top;
	padding: 7px 15px;
	font-size: 16px;
	border-bottom: 1px solid #130101;
	border-right: 1px solid #130101;
	text-align: left;
}

th {
	letter-spacing: 1px;
	color: #ca6d06;
	font-weight: 500;
	font-family: "Kanit";
}

strong,
b {
	font-weight: 700
}

.btn,
input.btn,
button.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 12px 24px;
	white-space: nowrap;
	cursor: pointer;
	border: none;
	text-align: center;
	text-decoration: none;
	transition: .4s background ease-in-out;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.5;
	color: #fcfcfc;
	font-weight: 400;
	position: relative;
	background: radial-gradient(81.36% 81.36% at 50% 50%, #892303 0%, #892303 100%);
}

input[type="file"] {
	padding: 0;
	border: none;
	font-size: 13px;
	color: #FCFCFC;
	font-style: italic;
}

.btn:hover,
input[type="submit"]:hover {
	background: radial-gradient(81.36% 81.36% at 50% 50%, #8D2101 0%, #3C1205 100%);
	color: #fcfcfc;
}

.btn-white {
	color: #0F1429;
	background: #F9F9F8;
}

.btn-white:hover {
	color: #fff;
	background: #892303;
}

.btn-link {
	color: #0F1429;
	background: none;
}

.btn-link:after {
	content: "";
	height: 1px;
	width: calc(100% - 48px);
	position: absolute;
	bottom: 8px;
	left: 24px;
	background: #0F1429;
}

.btn-link:hover {
	color: #892303;
	background: none;
}

.btn-link:hover:after {
	background: #892303;
}

body .gform_wrapper .gform_fileupload_rules {
	font-size: 11px !important;
	margin-top: 0 !important;
}

body .gform_wrapper .validation_message.gfield_validation_message {
	border: none;
	padding: 0;
	font-size: 11px;
	margin-top: 3px;
	background: none;
}

body .gform_wrapper .gform_validation_errors>h2 .gform-icon {
	display: none;
}

body .gform_wrapper .gform_validation_errors>h2 {
	font-size: 12.2px;
	line-height: 1.3;
}

body .gform_wrapper .gform_validation_errors {
	padding: 10px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.widget {
	margin: 0 0 1.75rem
}

.widget select {
	max-width: 100%
}

.widget-title {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 22px;
}

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

.widget li {
	padding: 3px 0
}

.searchform>div {
	display: flex
}

.searchform>div>input {
	height: 44px;
	display: block
}

.searchform input[type="submit"] {
	border-radius: 0;
	border: none
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comment-body .pull-left {
	padding-right: .625rem;
	float: left
}

.comment-list .comment {
	display: block
}

.comment-list {
	padding-left: 0
}

.comment-content {
	clear: both;
	margin-top: 10px
}

.comments-title {
	font-size: 1.125rem
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .563rem 0
}

.comment-list .pingback:first-child {
	border: medium none
}

.screen-reader-text {
	display: none
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	max-width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: .625rem;
	color: #aa8d5e;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-item .gallery-columns-2 {
	max-width: 50%
}

.gallery-item .gallery-columns-3 {
	max-width: 33.33333%
}

.gallery-item .gallery-columns-4 {
	max-width: 25%
}

.gallery-item .gallery-columns-5 {
	max-width: 20%
}

.gallery-item .gallery-columns-6 {
	max-width: 16.66667%
}

.gallery-item .gallery-columns-7 {
	max-width: 14.28571%
}

.gallery-item .gallery-columns-8 {
	max-width: 12.5%
}

.gallery-item .gallery-columns-9 {
	max-width: 11.11111%
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

.clearfix {
	display: block
}


.container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

.container-fluid {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.row>div {
	padding-left: 15px;
	padding-right: 15px
}

.col1 {
	width: 8.33%
}

.col2 {
	width: 16.66%
}

.col3 {
	width: 25%
}

.col4 {
	width: 33.33%
}

.col5 {
	width: 41.66%
}

.col6 {
	width: 50%
}

.col7 {
	width: 58.34%
}

.col8 {
	width: 66.66%
}

.col9 {
	width: 75%
}

.col10 {
	width: 83.33%
}

.col11 {
	width: 91.66%
}

.col12 {
	padding: 0 15px;
	width: 100%
}

.align-center {
	align-items: center
}

.align-start {
	align-items: flex-start
}

.align-end {
	align-items: flex-end
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.row-reverse {
	flex-direction: row-reverse;
}

.flex-column {
	flex-direction: column;
}

.mar1 {
	margin: 0 6.33%
}

.mar2 {
	margin: 0 16.66%
}

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

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

.text-capitalize {
	text-transform: capitalize;
}

.text-uppercase {
	text-transform: uppercase;
}

.no-padding {
	margin: 0;
}

.no-padding>div {
	padding: 0;
}

.w-100 {
	width: 100%;
}

.mb-0 {
	margin-bottom: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.section-header {
	margin-bottom: 56px;
}

.btn-group {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.d-flex {
	display: flex;
}

.d-inline-flex {
	display: inline-flex;
}

.d-block,
.d-block-lg {
	display: block;
}

.d-none {
	display: none;
}

.d-flex-lg {
	display: flex;
}

.d-block-sm,
.d-flex-sm {
	display: none !important;
}

/* header */
.menu-logo {
	display: inline-block;
	margin-right: 46px;
	min-width: 90px;
}

.navigation-bar {
	transition: .3s all ease-in-out;
	background-color: #F9F9F8;
	padding: 10px 0;
}

.sticky .navigation-bar {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.toggle-icon {
	display: none;
	cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background: radial-gradient(81.36% 81.36% at 50% 50%, #892303 0%, #892303 100%);
	margin: 6px 0;
	transition: 0.4s;
	border-radius: 4px;
}

.change .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}

.header-buttons {
	gap: 20px;
}

.phone-btn {
	text-decoration: none;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	font-size: 16px;
}

.languge-selector {
	font-size: 16px;
}

.phone-btn:hover {
	text-decoration: none;
}

.phone-btn i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	background: url(../images/phone.svg) no-repeat center;
	background-size: 100% auto;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 56px;
}

.main-navigation li {
	position: relative;
	padding: 0;
}

.main-navigation a {
	transition: .3s all linear;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #0F1429;
}

.main-navigation a:hover {
	color: #892303;
}

.main-navigation .sub-menu {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 999;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
	padding: 0px;
	min-width: 180px;
}

.main-navigation .sub-menu a {
	padding: 10px 18px;
	display: block;
	border-bottom: 1px solid #0F142933
}

.main-navigation .sub-menu li:first-child a {
	border-radius: 3px 3px 0 0;
}

.main-navigation .sub-menu li:last-child a {
	border-radius: 0 0 3px 3px;
	border: none;
}

.main-navigation .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.menu-toggler {
	position: absolute;
	right: -16px;
	top: 50%;
	width: 14px;
	height: 14px;
	font-size: 13px;
	transform: translateY(-50%);
	color: #0F1429;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: url(../images/dropdown.svg) no-repeat center;
}


@media (min-width:1200px) {
	.main-navigation li:hover>ul {
		display: block;
	}

	.sub-menu .menu-toggler {
		right: 10px;
		transform: rotate(-90deg);
		transform-origin: top center;
		color: #001424;
	}
}

@media (max-width:1199px) {
	.main-navigation {
		position: absolute;
		background-color: #F9F9F8;
		left: 0;
		top: 0;
		padding: 30px;
		z-index: 9;
		overflow-y: auto;
		height: 100vh;
		transform: translateX(-120%);
		width: 420px;
		max-width: 70%;
		transition: .5s all ease-in-out;
	}

	.show.main-navigation {
		transform: translateX(0);
	}

	.main-navigation ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
	}

	.main-navigation a {
		padding: 0;
		padding-right: 20px;
	}

	.main-navigation .sub-menu {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		background: none;
		box-shadow: none;
		width: 100%;
		max-width: 100%;
		padding: 7px 0 0px 10px;
	}

	.main-navigation .sub-menu a {
		padding: 10px 22px 10px 0;

	}

	.main-navigation .sub-menu li:first-child a {
		border-radius: 0;
		padding-top: 10px;
	}

	.main-navigation .sub-menu li:first-child .main-navigation .sub-menu li:last-child a {
		border-radius: 0;
		padding-bottom: 0;
	}

	.main-navigation .sub-menu .sub-menu {
		left: auto;
		top: auto;
		padding-top: 0;
	}

	.menu-toggler {
		right: 0;
		top: 3px;
		transform: rotate(-90deg);
	}

	.main-navigation .sub-menu .menu-toggler {
		top: 17px;
	}

	.main-navigation .sub-menu li:first-child .menu-toggler {
		top: 26px;
	}

	.menu-toggler.opened {
		transform: rotate(0);
	}

	.main-navigation li {
		line-height: 1;
		width: 100%;
	}

	nav>ul>li.menu-item-has-children {
		margin-bottom: 0;
	}

	ul.sub-menu {
		position: relative;
		display: none;
		left: auto;
		right: auto;
		top: auto;
		padding-left: 10px;
	}

	.toggle-icon {
		display: block;
	}

	.navigation-bar .col7 {
		width: 120px;
	}

	.navigation-bar .col5 {
		width: calc(100% - 120px);
	}
}

@media (max-width:767px) {
	.header-buttons .btn {
		display: none;
	}
}

@media (max-width:480px) {
	.languge-selector {
		display: none;
	}
}

/* Footer Style */
.footer-top {
	background-color: #F9F9F8;
	border-top: 1px solid #0F1429;
	padding: 85px 0;
}

.f-description {
	padding: 20px 0 20px;
}

.social-media {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.social-media li {
	padding: 0;
}

.social-media a img {
	max-width: 32px;
}

.fmenu-title {
	margin-bottom: 25px;
}

.fmenu,
.fbmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fmenu li {
	padding-bottom: 18px;
	display: flex;
	gap: 12px;
}

.fmenu a,
.fmenu span {
	color: #0F1429;
}

.hr {
	margin: 60px 0;
	opacity: .36;
}

.fb-content p {
	padding-bottom: 15px;
}

.fbmenu {
	gap: 10px;
	flex-wrap: wrap;
}

.fbmenu li {
	position: relative;
	padding: 0;
	line-height: 1;
}

.fbmenu li:after {
	content: "";
	height: 80%;
	width: 1px;
	display: block;
	position: absolute;
	right: -5px;
	top: 10%;
	background: rgba(15, 20, 41, 0.78);
}

.fbmenu li:last-child:after {
	display: none;
}

.footer-top form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
}

.footer-top .gform-body {
	width: calc(100% - 120px)
}

.footer-top .gform-body input {
	padding: 15px 20px !important;
}

.footer-top form .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
	width: 105px;
}

.footer-top form .gform_footer .gform_button {
	margin-bottom: 0 !important;
}

/* content */
.banner-wrap {

	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner-wrap .container {
	max-width: 1276px;
}

.banner-wrap img.banner-bg {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-position: left center;
}

.banner-mobile-image:not(.banner-desktop-image) {
	display: none;
}

.greviews p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 16px;
	padding: 0;
}

.banner-text {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 96px 0;
}

.banner-text .btn-link:before {
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	background: url(../images/phone.svg) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 4px;
	top: 17px;
}

.banner-text .col6 {
	width: 55%
}

.banner-card-slider {
	position: relative;
	z-index: 2;
	padding-top: 85px;
}

.banner-card-slider .slick-slide {
	padding: 15px 0 0;
	display: flex;
	justify-content: flex-end;
}

.banner-card-slide {
	background-color: #FCFCFC;
	padding: 28px 25px;
	max-width: 358px;
	margin: 0 -15px;
	transition: .6s all ease-in-out;
	transform: scale3d(0.8, 0.8, .8);
	position: relative;
	bottom: -28px;
}

.banner-card-slide .sub-heading {
	font-family: "ivyora-text", sans-serif;
	font-size: 15px;
	line-height: 1.17;
	letter-spacing: -0.02em;
	color: #0F1429;
	margin-top: -9px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #0F14291A;
	margin-bottom: 9px;
	text-transform: capitalize;
}

.banner-card-slide .details {
	list-style: none;
	padding: 0;
	margin: 0;
}

.banner-card-slide .details li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 1.19;
	letter-spacing: -0.02em;
	color: rgb(15, 20, 41);
	padding: 0 0 4px;
	text-transform: uppercase;
}

.banner-card-slide .details li .label {
	color: rgba(15, 20, 41, 0.6);
	width: 48%;
}

.banner-card-slider .slick-track {
	display: flex;
	align-items: flex-end;
}

.slick-center .banner-card-slide {
	background: radial-gradient(81.36% 81.36% at 50% 50%, #8D2101 0%, #3C1205 100%);
	box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.1);
	transform: scale3d(1, 1, 1);
	margin: 0;
	bottom: 0;
}

.banner-card-slide .heading {
	font-size: 106px;
}

.slick-center .banner-card-slide .heading {
	color: #fff;
}

.slick-center .banner-card-slide .sub-heading {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
}

.slick-center .banner-card-slide .details li {
	color: #fff;
}

.slick-center .banner-card-slide .details li .label {
	color: rgba(255, 255, 255, 0.6);
}

.content-counter {
	padding: 107px 0;
}

.counters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 40px 0;
	border-top: 1px solid rgba(15, 20, 41, 0.4);
	border-bottom: 1px solid rgba(15, 20, 41, 0.4);
	list-style: none;
	max-width: 1062px;
	text-align: center;
	flex-wrap: wrap;
}

.counters li {
	width: 33.3%;
	font-size: 18px;
	line-height: 1.2;
	color: #0F1429;
	padding: 0 0 11px;
}

.counter-no {
	text-transform: uppercase;
	background: linear-gradient(180deg, #0F1429 0%, #A50505 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "ivyora-text", sans-serif;
	font-size: 90px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: -25px;
}

.content-video {
	padding: 54px 0;
}

.video-wrapper {
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	max-height: 768px;
	display: block;
	max-width: 1088px;
	margin: 0 auto;
}

.video-wrapper .text {
	position: absolute;
	bottom: 7%;
	left: 10%;
	z-index: 1;
	color: #fff;
	width: 80%;
}

.video-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.video-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 20, 36, .4) url(../images/yt-icon.svg) center no-repeat;
	background-size: 109px auto;
	cursor: pointer;
}

/* Video Modal - Theater Mode
-------------------------------------------------------------------------------*/
.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
	z-index: 9;
}

.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;

	transform: translate(500%, 0%);
	transition: transform 0s linear 0s;

	display: flex;
	justify-content: center;
	align-items: center;
	transform-style: preserve-3d;
	z-index:999;
}

.video-modal .overlay {
	z-index: 0;
	background: linear-gradient(177.78deg, rgba(15, 20, 41, .32) 3.14%, rgba(15, 20, 41, 0.564024) 41.35%, rgba(15, 20, 41, 0.7) 81.92%);
	opacity: 0.0;
	transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;

	height: auto;
	/*   width: 76%; */
	width: calc(100% - 200px);
	max-width: 1000px;
	max-height: calc(100% - 100px);
	margin: 0 auto;
	overflow-y: visible;
}

/* Mobile Layout Tweaks */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 16px);
	}
}

/* close button */
.close-video-modal {
	display: block;
	position: absolute;
	right: 0;
	top: -40px;

	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.video-sizer {
	display: block;
	width: 100%;
	height: auto;
}

iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal */
/* add class to the body */
.show-video-modal .video-modal {
	opacity: 1.0;
	transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}

.show-video-modal .video-modal-content {
	transform: translate(0%, 0%);
}

.content-cardslider {
	padding: 82px 0 114px;
}

.cardslider {
	margin-bottom: 60px;
}

.card-image-slide {
	padding: 0 15px;
	background: #fff;
}

.card-image-slide .card-text {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	padding: 7px 0;
	border-bottom: 1px solid rgba(15, 20, 41, 0.302);
}

.content-cardverticalslider {
	padding: 152px 0;
	background: #E8E6E2;
}

.card-verticalslider {
	position: relative;
	z-index: 2;
}

.card-verticalslider .slick-slide {
	padding: 10px 0;
}

.vslide-arrows {
	gap: 30px;
}

.vslide-arrows .slick-prev {
	transform: rotate(-180deg);
}

.banner-vcard-slide {
	background-color: #0F1429;
	padding: 20px 25px 15px;
	transition: .4s all ease-in-out;
	display: flex;
	justify-content: space-between;
	border-radius: 8px;
}

.banner-vcard-slide .heading {
	font-size: 119px;
	width: 38%;
	color: #fff;
	line-height: 1.2;
}

.sl-vcontent {
	width: 55%;
}

.banner-vcard-slide .sub-heading {
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #fff;
	padding-bottom: 14px;
	display: block;
}

.banner-vcard-slide .details {
	list-style: none;
	padding: 0;
	margin: 0;
}

.banner-vcard-slide .details li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 5px 0;
	text-align: right;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(253, 253, 253, 0.2);
}

.banner-vcard-slide .details li:last-child {
	border-bottom: none;
}

.banner-vcard-slide .details li .label {
	color: rgb(255, 255, 255, .60);
	width: 48%;
	text-align: left;
	;
}

.banner-vcard-slider .slick-track {
	display: flex;
	align-items: flex-end;
}

.content-reviews {
	padding: 115px 0;
	background: #242735;
}

.content-reviews .h2 {
	color: #fff;
}

.content-review-layout1 .h2 {
	text-align: center;
	width: 100%;
}

.content-reviews .slick-slide {
	display: flex;
	align-items: center;
}

.review-image {
	width: calc(100% + 30px);
	position: relative;
	margin: 0 -15px;
	transform: scale(.8);
	transition: .6s all ease-in-out;
}

.content-reviews .slick-center .review-image {
	transform: scale(1);
}

.review-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 45px 20px;
	color: #fff;
}

.review-text:after {
	content: "";
	position: absolute;
	bottom: 50px;
	right: 30px;
	width: 74px;
	height: 74px;
	background: rgb(0, 20, 36, .4) url(../images/yt-icon.svg) center no-repeat;
	background-size: 74px auto;
	cursor: pointer;
	border-radius: 50%;
}

.review-text .h3 {
	color: #fff;
	text-shadow: 0px 3.61px 12.62px 0px rgba(0, 0, 0, 0.149);
	max-width: 84%;
}

.review-text span {
	text-shadow: 0px 3.61px 12.62px 0px rgba(0, 0, 0, 0.149);
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	display: block;
}

.rslide-arrows {
	gap: 30px;
}

.rslide-arrows .slick-arrow {
	filter: brightness(0) invert(1);
	transform: rotate(-90deg);
}

.rslide-arrows .slick-arrow.slick-next {
	transform: rotate(90deg);
}

.content-reviews .btn-group {
	padding-top: 60px;
}

.content-review-layout2 .btn-group.rslide-arrows {
	padding-top: 0px;
}

.content-textimage {
	padding: 115px 0;
}

.content-textimage .image {
	margin-bottom: 60px;
}

.content-textimage .list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	border-top: 1px solid #0F142933;
	padding-top: 30px;
}

.content-textimage .list li {
	min-width: 45%;
	position: relative;
	padding-left: 30px;
	padding-bottom: 24px;
	font-family: "ivyora-text", sans-serif;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: -0.04em;
	text-transform: capitalize;
}

.content-textimage .list li:last-child,
.content-textimage .list li:nth-last-child(2) {
	padding-bottom: 0;
}

.content-textimage .list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/hammer.svg) no-repeat center;
	z-index: -1;
}

.content-textbanner {
	padding: 110px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
	text-align: center;
	background-color: #E8E6E2;
}

.content-textbanner .col6 {
	margin: 0 auto;
	width: 605px;
	max-width: 84%;
}

.content-textbanner .btn-group {
	margin-top: 15px;
}

/* blog overview */
.blog-wrap {
	padding: 122px 0 88px;
	background: #E8E6E2;
}

.post-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	transition: .3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.post-wrap:hover {
	text-decoration: none;
}

.post-wrap .post-image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.post-summery {
	padding: 40px 0 0;
	flex: 1 1 auto;
}

.post-excerpt {
	margin-bottom: 16px;
}

.post-excerpt .btn {
	padding-left: 0;
}

.post-wrap .post-image img {
	transition: .5s all ease-in-out;
}

.post-wrap:hover .post-image img {
	transform: scale(1.1);
}

.post-wrap a.btn-link {
	display: inline-block;
	width: auto;
}

.post-wrap a.btn-link:after {
	width: calc(100% - 24px);
	left: 0;
}

.content-faqs {
	padding: 120px 0;
}

.content-faqs .container {
	max-width: 1090px;
}

.content-faqs .row {
	background: #242735;
	padding: 88px 42px 40px;
	border-radius: 12px;
	margin-bottom: 38px;
}

.content-faqs .h2 {
	color: #F9F9F8;
}

.accordion-container .accordion-title {
	position: relative;
	margin: 0;
	padding: 24px 0 24px;
	cursor: pointer;
	color: #F9F9F8;
	text-transform: capitalize;
	border-top: 1px solid rgba(249, 249, 248, .1);
}

.accordion-container .accordion-title:first-child {
	border-top: none;
	padding-top: 0;
}

.accordion-container .accordion-title::after {
	content: "+";
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 32px;
}

.accordion-container .accordion-title:first-child::after {
	top: -4px;
}

.accordion-container .accordion-title.open {
	padding-bottom: 12px;
}

.accordion-container .accordion-title.open::after {
	content: "-";
}

.accordion-content {
	color: rgba(249, 249, 248, 0.8);
	max-width: 86%;
}

.accordion-content p {
	padding-bottom: 24px;
}

.extra-faq-text {
	color: rgba(15, 20, 41, 0.698);
	font-size: 16px;
}

.content-ctabanner {
	padding: 90px 0;
}

.content-ctabanner .row {
	padding: 110px 64px;
	color: #F9F9F8;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-ctabanner .h1 {
	color: #F9F9F8;
}

.content-ctabanner p:last-child {
	padding-bottom: 0;
}

.content-formtext {
	padding: 90px 0;
	background: #E8E6E2;
}

.form-logos {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.form-logos img {
	max-width: 120px;
}

.content-wysiwyg {
	padding: 90px 0;
}

.content-wysiwyg .h2,
.content-wysiwyg .h1 {
	margin-bottom: 38px;
}

.content-offices {
	padding: 90px 0
}

.content-offices a.btn-link {
	display: inline-block;
	width: auto;
	padding-left: 0;
}

.content-offices a.btn-link:after {
	width: calc(100% - 24px);
	left: 0;
}

.accordion-office .office-wrap {
	padding: 30px 0;
	border-top: 1px solid rgba(15, 20, 41, 0.2);
}

.accordion-office .office-wrap.open>div {
	padding: 28px 28px;
	background: #E6E4E4;
}

.office-title {
	cursor: pointer;
}

.office-content {
	display: none;
	padding: 20px 0 0;
}

.accordion-office .office-wrap.open .office-content {
	display: flex;
}

.office-content strong {
	display: block;
	margin-bottom: 3px;
}

.office-content address {
	font-size: 16px;
	margin-bottom: 40px;
}

.address-wrap {
	width: 44%;
}

.address-image {
	width: 54%;
}

/* default pages style */
.text-block {
	padding: 105px 0;
}

.search-form {
	max-width: 560px;
	margin: 30px auto;
	position: relative;
}

.search-form input[type="text"] {
	box-shadow: none;
	width: 100%;
}

.search-form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	box-shadow: none;
	border: none;
	background: none;
	padding: 0;
	min-width: 0;
}

.page-numbers {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-numbers li {
	margin: 0 5px;
}

.page-numbers .page-numbers {
	color: #000;
	font-size: 15px;
	font-weight: 900;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #0000;
	transition: .3s all;
}

.page-numbers .page-numbers.current,
.page-numbers .page-numbers:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1023px) {
	.content-counter {
		padding: 77px 0;
	}

	.counter-no {
		font-size: 80px;
		margin-bottom: -16px;
	}

	.banner-vcard-slide .heading {
		font-size: 74px;
	}

	.content-textimage .list li {
		width: 100%;
		padding-bottom: 10px !important;
	}
}

@media (max-width: 991px) {

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 46px;
	}

	h3,
	.h3 {
		font-size: 38px;
	}

	h4,
	.h4 {
		font-size: 28px;
	}

	.counter-no {
		font-size: 56px;
		margin-bottom: -12px;
	}

	.banner-vcard-slide {
		flex-direction: column;
	}

	.banner-vcard-slide .heading,
	.sl-vcontent,
	.col4.post-overview {
		width: 100%;
	}

	.content-textimage .list li {
		font-size: 24px;
	}

	.content-faqs {
		padding: 80px 0;
	}

	.content-faqs .row {
		padding: 56px 20px 30px;
	}

	.content-ctabanner .row {
		padding: 60px 34px
	}

	.video-wrapper:after {
		background-size: 80px auto;
	}

	.review-text:after {
		background-size: 54px auto;
		width: 52px;
		height: 52px;
	}
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 54px;
	}

	h2,
	.h2 {
		font-size: 44px;
	}

	h3,
	.h3 {
		font-size: 32px;
	}

	h4,
	.h4 {
		font-size: 26px;
	}

	.d-block-lg,
	.d-flex-lg {
		display: none !important;
	}

	.d-block-sm {
		display: block !important;
	}

	.d-flex-sm {
		display: flex !important;
	}

	.btn,
	.counters li,
	body .gform_wrapper .gform_fields .gfield.col6,
	.banner-text .col6,
	.content-cardverticalslider .col4,
	.content-cardverticalslider .col8,
	.content-textimage .col6,
	.blog-wrap .h2,
	.content-faqs .col6,
	.content-ctabanner .col7,
	.content-ctabanner .col5,
	.content-formtext .col5,
	.content-formtext .col7,
	.footer-top .justify-between>.col5,
	.footer-top .justify-between>.col6,
	.content-offices .col6,
	.address-wrap,
	.address-image {
		width: 100%;
	}

	.btn-group {
		justify-content: center;
	}

	.btn-link {
		flex: 0;
	}

	.counters,
	.content-ctabanner {
		padding: 0px 0 30px;
	}

	.counters li,
	.card-verticalslider,
	.content-reviews .btn-group,
	.banner-card-slider {
		padding: 30px 0 0;
	}

	.section-header,
	.cardslider,
	.content-textimage .image,
	.content-textimage .list,
	.content-ctabanner .col7,
	.footer-top .justify-between>.col5 {
		margin-bottom: 36px;
	}

	.blog-wrap,
	.content-wysiwyg,
	.content-counter,
	.content-cardslider,
	.content-cardverticalslider,
	.content-reviews,
	.content-textimage,
	.content-textbanner,
	.content-faqs,
	.content-formtext,
	.banner-text,
	.footer-top,
	.content-offices {
		padding: 60px 0;
	}

	.content-video {
		padding: 0;
	}

	.video-wrapper .text {
		width: 100%;
		font-size: 30px;
		left: 0;
		bottom: 0;
		padding: 15px;
	}

	.video-wrapper:after {
		background-size: 44px auto;
		background-position: center 35%;
	}

	.blog-wrap .h2 {
		text-align: center;
	}

	.content-faqs .row,
	.content-ctabanner .row {
		margin: 0 0 30px;
		padding: 36px 5px 15px;
	}

	.content-ctabanner .col5 {
		margin-top: 80px;
	}

	.hr {
		margin: 25px 0;
		opacity: .36;
	}

	.fb-content {
		text-align: left;
	}

	.fbmenu {
		gap: 10px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.greviews p {
		flex-direction: column-reverse;
	}

	.banner-wrap img.banner-bg {
		height: 84%;
	}

	.banner-card-slide {
		padding: 20px 15px;
	}

	.banner-card-slide .heading {
		font-size: 72px;
	}

	.banner-card-slide .sub-heading {
		font-size: 12px;
		margin-top: -4px;
		padding-bottom: 7px;
		margin-bottom: 7px;
	}

	.banner-card-slide .details li {
		font-size: 11px;
		padding-bottom: 2px;
	}

	.cardslider .slick-list,
	.content-reviews .slick-list {
		padding-right: 18%;
	}

	.footer-top .gform-body {
		width: 100%;
	}

	.review-image {
		width: 100%;
		margin: 0;
		padding: 0 10px;
		transform: scale(1);
	}

	.review-text {
		padding: 10px 20px;
	}

	.review-text:after {
		background-size: 40px auto;
		width: 38px;
		height: 38px;
	}

	.main-navigation a.btn {
		padding: 10px 20px;
		text-align: center;
		color: #fff;
		margin: 20px 0;
	}

	.languge-selector {
		margin-top: 25px;
	}

	.accordion-office .office-wrap.open .office-content {
		display: flex;
		flex-direction: column-reverse;
	}

	.office-content .btn-group {
		justify-content: flex-start;
	}

	.office-content address {
		margin-bottom: 15px;
	}
}