/*--------------------------------------------------------------
# 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: 16px;
	color: #607083;
	font-weight: 400;
	font-family: 'Poppins';
	font-style: normal;
	line-height: 1.56;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 25px;
	color: #001424;
	font-family: 'Ridley Grotesk';
}

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

h2,
.h2 {
	font-size: 50px;
	line-height: 1.1;
}

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

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

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: 8px;
	background-color: #ededed;
	border: 1px solid #607083;
	font-size: 13px !important;
	line-height: 17px;
	color: #001424;
	font-weight: 400;
	font-style: italic;
	font-family: 'Poppins';
}

::-webkit-input-placeholder {
	color: #607083
}

:-ms-input-placeholder {
	color: #607083
}

::placeholder {
	color: #607083
}

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: #001424;
	font-size: 16px;
	font-weight: 600;
	display: block;
}

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.half-container {
	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: none;
	margin: 0 0 1em 0;
	padding-left: 1.5em
}

ul:not(.no-list-style) li:not(.menu-item) {
	position: relative;
}

ul:not(.no-list-style) li:not(.menu-item):before {
	content: "";
	position: absolute;
	left: -28px;
	top: 5px;
	height: 15px;
	width: 15px;
	background: #005aa2;
	display: inline-block;
}

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.56;
	padding-bottom: 24px;
}

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: #005aa2;
	text-decoration: none
}

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

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-flex;
	padding: 10px 15px;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #005AA2;
	text-align: center;
	text-decoration: none;
	transition: .4s all;
	border-radius: 28px;
	background-color: #005AA2;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 600;
	min-width: 140px;
	gap: 8px;
}

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

.btn:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #ca6d06;
	border-color: #ca6d06;
	text-decoration: none;
}
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;
}
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: 1128px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

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

.d-flex {
	display: flex;
}

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

.d-block {
	display: block;
}

.d-none {
	display: none !important;
}

.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-tp {
	align-items: flex-start
}

.align-btm {
	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;
}

.mar1 {
	margin: 0 6.33%
}

.mar2 {
	margin: 0 16.66%
}

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

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

.no-padding {
	margin: 0;
}

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

.w-100 {
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}

.btn-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-size: 16px;
	color: #005aa2;
	font-weight: 600;
	transition: .5s all ease-in-out;
}

.btn-link:hover {
	text-decoration: none;
	gap: 14px;
}

.load-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

/* header */
#header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	transition: .3s all ease-in-out;
}

#header.transparent-header {
	position: absolute;

}

#header.sticky {
	position: fixed;
}

.header-top {
	background-color: #001424;
	padding: 6px 0;
	border-bottom: 1px solid #052036;
}

.header-usps {
	gap: 30px;
	width: 100%;
	justify-content: space-around;
	color: #ffffff;
	font-weight: 700;
}

.header-usps i {
	color: #2be729;
	margin-right: 5px;
}

.header-usps .slick-slide {
	text-align: center;
}

.menu-logo {
	display: inline-block;
	max-width: 198px;
}

.navigation-bar {
	background-color: #001424;
}

.header-top .col3 {
	gap: 15px;
}

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

#header.sticky .toggle-icon {
	display: block;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #ca6d06;
	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: 15px;
}

.phone-btn {
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	letter-spacing: -.85px;
}

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

.phone-btn i {
	width: 35px;
	height: 35px;
	border-radius: 18px;
	background-color: #005aa2;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.phone-btn:hover i {
	background-color: #ca6d06;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 50px;
}

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

.main-navigation a {
	font-size: 16px;
	color: #ffffff;
	padding: 32px 0;
	transition: .3s all linear;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation .current_page_item>a {
	text-decoration: none;
	color: #ca6d06;
}

.main-navigation .sub-menu {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 999;
	border-radius: 8px;
	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;
	letter-spacing: 1px;
	color: #001424;
}

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

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

.main-navigation .sub-menu a:hover {
	background-color: #005aa2;
	color: #fff;
}

.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: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.main-navigation li:hover>.menu-toggler,
.main-navigation .current_page_item>.menu-toggler {
	color: rgb(202, 109, 6);
}
.menu-lang {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.lang-toggle, .menu-lang ul li a {
  align-items: center;
  display: flex; 
  gap:9px;
}
.lang-toggle span {
	font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color:#fff;
  padding:16px 0;
}
.lang-toggle:hover {
  text-decoration: none;
}
.lang-toggle:after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  display: inline-block;
  color: #fff;
}
.menu-lang img {
  height: 25px;
  width: 25px;
}
.menu-lang ul {
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top:54px;
	width: 100%;
	display: none;
	z-index:9;
	min-width: 70px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
}
.menu-lang ul:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 17px;
    display: inline-block;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #ccc;
    border-left: 13px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.menu-lang ul:after {
    content: '';
    position: absolute;
    top: -12px;
    right: 16px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-left: 12px solid transparent;
    box-sizing: border-box;
}
.menu-lang ul li {
	padding: 0;
}
.menu-lang ul li a {
    padding: 8px 15px;
    letter-spacing: 1px;
    color: #001424;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 16px
}
.menu-lang ul li:first-child a {
	border-radius: 8px 8px 0 0;
}

.menu-lang ul li:last-child a {
	border-radius: 0 0 8px 8px;
}
.menu-lang ul li a:hover {
    background-color: #005aa2;
    color: #fff;
    text-decoration: none;
}

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

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

	#header:not(.sticky) .navigation-bar {
		display: block !important;
	}
	#header.sticky .main-navigation .header-menu > li > a {
    padding: 20px 0
  }

	.main-navigation .sub-menu:before {
		content: '';
		position: absolute;
		top: -19px;
		left: 65px;
		display: inline-block;
		border-right: 20px solid transparent;
		border-bottom: 20px solid #ccc;
		border-left: 20px solid transparent;
		border-bottom-color: rgba(0, 0, 0, 0.08);
		box-sizing: border-box;
	}

	.main-navigation .sub-menu:after {
		content: '';
		position: absolute;
		top: -18px;
		left: 66px;
		display: inline-block;
		border-right: 19px solid transparent;
		border-bottom: 19px solid #ffffff;
		border-left: 19px solid transparent;
		box-sizing: border-box;
	}

	.main-navigation .sub-menu .sub-menu:before {
		top: 17px;
		left: -14px;
		transform: rotate(-90deg);
		border-width: 10px;
	}

	.main-navigation .sub-menu .sub-menu:after {
		top: 18px;
		left: -14px;
		transform: rotate(-90deg);
		border-width: 10px;
		border-bottom-color: #ca6d06;
	}

	#header.transparent-header .navigation-bar {
		background-color: transparent;
	}

	#header.sticky .navigation-bar {
		background-color: #001424;
	}
	#header.sticky .header-top {
		display: none;
	}
}

@media (max-width:1023px) {
	.navigation-bar {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 99;
		padding: 40px 0;
		overflow-y: auto;
		height: calc(100vh - 78px);
	}

	.main-navigation {
		max-width: 100%;
	}

	.main-navigation ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
		width: 540px;
		max-width: 95%;
		text-align: left;
	}

	.main-navigation a {
		padding: 0;
		padding-right: 20px;
		font-size: 18px;
		font-weight: 600;
	}

	.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: 13px 22px 13px 0;
		color: #fff;
	}

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

	.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 a:hover {
		background-color: transparent;
		color: #ca6d06;
	}

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

	.menu-toggler {
		right: 0;
		top: 3px;
		transform: none;
		/* transform: translateY(0) rotate(-90deg);
		transform-origin: top center; */
	}

	.menu-toggler i:before {
		content: "\f105";
	}

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

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

	.menu-toggler.opened i:before {
		/* transform: translateY(0) rotate(0); */
		content: "\f107";
	}

	.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 .navigation-row,
	.header-buttons {
		flex-direction: column;
		margin: 0 auto;
	}

	.header-buttons {
		gap: 28px;
		padding-top: 30px;
		width: 540px;
		max-width: 95%;
		align-items: flex-start;
	}

	.header-top .col3,
	.header-top .col6 {
		width: 33.3%;
	}

}

@media (max-width:480px) {

	/* .header-top .col3 {
		width: 50%;
	}

	.header-top .col6 {
		display: none;
	} */
	.header-usps {
		display: none;
		font-size: 13px;
	}
}

/* Footer Style */
.footer-top {
	background-color: #001424;
	padding-top: 65px;
	padding-bottom: 60px;
}

.footer-top .col8 {
	width: 70%;
}

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

.f-image {
	max-width: 62px;
}

.footer-social {
	padding: 15px 0;
	background-color: #ca6d06;
}

.footer-social span {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.social-media {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 25px;
	margin-left: 35px;
}

.social-media li {
	padding: 0;
}

.social-media a i {
	color: #fff;
	font-size: 24px;
}

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

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

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

.fmenu li i {
	width: 18px;
	font-size: 16px;
	color: #ca6d06;
	margin-top: 5px;
	;
}

.fmenu a,
.fmenu span {
	color: #ffffff;
}

.bottom-footer {
	padding: 20px 0;
	background-color: #001424;
	border-top: 1px solid #052036;
}

.bottom-footer * {
	color: #ffffff;
}

@media (max-width:991px) {
	.footer-logo {
		max-width: 220px;
		display: inline-block;
	}

	.footer-top .col3 {
		margin-bottom: 30px;
	}

	.footer-top .col3,
	.bottom-footer .col3 {
		width: 50%;
	}

	.footer-top .col8,
	.bottom-footer .col9 {
		width: 100%
	}

	.bottom-footer .col3 {
		text-align: center;
		margin-bottom: 12px;
	}
}



.orange {
	color: #ca6d06 !important;
}

.orange-bg {
	background-color: #ca6d06;
	color: #fff;
	padding-left: .15em;
	padding-right: .2em;
}

.overflow-hidden {
	overflow: hidden;
}

.section-header {
	max-width: 94%;
	margin: 0 auto 36px;
	width: 720px;
}

.only-heading-header.section-header {
	margin-bottom: 110px;
}

.section-header .h2 {
	margin-bottom: 30px;
}

.no-bottom-space {
	padding-bottom: 0 !important;
}

/* content */
#template {
	overflow: hidden;
}

.banner-wrap {
	/* background-repeat: no-repeat;
	background-position: center;
	background-size: cover; */
	padding: 125px 0 0;
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 100vh;
}

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

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

.banner-wrap:before {
	content: "";
	background-image: linear-gradient(142deg, rgba(0, 20, 36, 0.9999999999999999) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

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

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

.banner-text .h1 {
	color: #ffffff;
	margin-bottom: 35px;
	position: relative;
}

.banner-text .h1:before,
.banner-text .h1:after {
	position: absolute;
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	bottom: -30px;
	left: -25px;
}

.banner-text .h1:after {
	top: -45px;
	right: -10px;
	left: auto;
}

.banner-text p {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.79);
	line-height: 1.45;
}

.vacature-banner-data {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 2;
	width: 100%;
}

.vacature-banner-data .vacature-data {
	gap: 22px;
}

.vacature-banner-data .vacature-data i {
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vacature-banner-data .vacature-data img,
.vacature-wrap .vacature-data-item img {
	max-width:20px;
	margin-right:0;
	height: auto;
    width: auto;
}

.vacature-overview {
	margin-bottom: 38px;
}


/* blog overview */
.blog-wrap {
	padding: 135px 0 88px;
}

.blog-wrap .container,.blog-wrap .h2 {
	position: relative
}
.blog-wrap .h2 {
	display: inline-block;
}
.blog-wrap:not(.coloredsquares2) .container:before,
.blog-wrap .container:after,
.blog-wrap .h2:after {
	position: absolute;
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	top: -40px;
	left: 0px;
}
.blog-wrap.coloredsquares2 .container:after {
	top: 80%;
	right: -9%;
	left: auto;
}
.blog-wrap.coloredsquares1 .container:after {
	background-color: #005aa2;
	top: 57%;
}
.blog-wrap.coloredsquares2 .h2:after {
	top: -25px;
	right: auto;
	left: -10%;
}
.blog-wrap.coloredsquares1 .h2:after {
	top: -28px;
	right: -25px;
	left: auto;
}

.blog-wrap .post-slider ,.blog-wrap .row {
	position: relative;
	z-index: 1;
}
.post-overview {
	margin-bottom: 36px;
}

.post-slider .post-overview {
	margin-bottom: 0;
	padding: 0 15px;
}

.post-wrap {
	overflow: hidden;
	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;
	/*box-shadow: 0 5px 3px -3px rgba(79, 43, 31, 0.2);*/
}

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

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

.post-summery .h4 {
	margin-bottom: 20px;
}

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

.post-footer {
	padding: 0px 0px 20px;
}

.post-wrap .post-image img {
	transition: .5s all ease-in-out;
	border-radius: 55px 0 55px 0;
}

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

.post-wrap:hover .btn-link {
	text-decoration: none;
	gap: 14px;
}

.post-wrap:hover .btn-link span {
	text-decoration: underline;
}

.vacatures-wrap {
	padding: 193px 0 130px;
	background-color: #001424;
}

.vacatures-container {
	margin-left: calc((100% - 1128px) / 2);
	position: relative;
	padding: 0 15px;
}

.vacatures-wrap .container {
	position: relative;
}

.vacatures-wrap .container:before,
.vacatures-wrap .container:after {
	position: absolute;
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	top: -78px;
	right: 43px;
}

.vacatures-wrap .container:after {
	top: -104px;
	right: 18px;
}

.vacatures-wrap .section-header {
	margin: 0 0 64px;
	position: relative;
}

.vacatures-wrap .section-header:before,
.vacatures-wrap .section-header:after {
	position: absolute;
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	top: -98px;
	left: 0px;
}

.vacatures-wrap .section-header:after {
	top: 25%;
	right: -27%;
	left: auto;
	height: 102px;
	width: 45px;
	background-color: #005aa2;
}

.vacatures-wrap .section-header .h2 {
	margin-bottom: 52px;
}

.vacatures-wrap .h2,
.vacatures-wrap .h4,
.vacatures-wrap p {
	color: #fff;
}

.vacature-wrap {
	height: 100%;
	position: relative;
}

.vacature-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 20, 36, 0.9999999999999999) 100%);
}

.vacature-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.vacature-summery {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 15px;
	z-index: 2;
}

.vacature-data {
	gap: 15px;
	color: #fff;
	margin-bottom: 10px;
}

.vacature-data i, .vacature-data img {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background-color: #005aa2;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}


.vacatures-wrap .h4 {
	margin-bottom: 8px;
}

.vacature-summery p {
	padding-bottom: 8px;
}

.vacature-summery .btn-link {
	color: #ca6d06;
}

.vacatures-slider-nav>div {
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff
}

.vacatures-container .slick-list {
	padding-right: 5%;
}

.vacuters-slider .slick-track {
	display: flex;
	margin:0 -20px;
}
.vacuters-slider .slick-track > div {
	padding:0 20px;
}

.vacature-data-item {
	display: flex;
	align-items: center;
}

@media (max-width:1027px) {
	.vacatures-container {
		margin-left: 0;
		padding-left: 15px;
	}

	.vacuters-slider .slick-track {
		margin: 0 -15px;
	}
}

.text-image-wrap {
	padding: 175px 0 130px;
}

.textwith-image .h2 {
	margin-bottom: 35px;
}

figure.image-bordered {
	position: relative;
	width: 480px;
	max-width: 100%;
}

figure.image-bordered img {
	border-radius: 5px 5px 5px 105px;
	width: 100%;
}

.image-right figure.image-bordered img {
	border-radius: 5px 5px 105px 5px;
}

.shape-square {
	display: flex;
	flex-wrap: wrap;
	width: 80px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	z-index: 1;
}

.image-left .shape-square {
	left: 0;
	right: auto;
	transform: translate(-50%, -50%) rotate(-90deg);
}

.shape-square i {
	width: 40px;
	height: 40px;
	background-color: transparent;
}

.shape-square i:first-child {
	background-color: #ca6d06;
}

.shape-square i:nth-child(3) {
	background-color: #fff;
}

.shape-square i:nth-child(4) {
	background-color: #005aa2;
}

figure.image-bordered .shape2,
figure.image-bordered .shape2:before,
figure.image-bordered .shape2:after {
	position: absolute;
	right: 14px;
	bottom: 0;
	background-color: #ca6d06;
	width: 40px;
	height: 40px;
	transform: translate(50%, 50%);
	display: block;
	content: "";
}

figure.image-bordered .shape2 {
	background-color: #005aa2;
}

figure.image-bordered .shape2:before {
	bottom: 16px;
	left: 0;
	transform: translate(0, -50%);
	height: 102px;
	width: 65px;
}

figure.image-bordered .shape2:after {
	transform: translate(0, 0);
	width: 25px;
	height: 25px;
	bottom: -11px;
	right: -67px;
}

.image-right figure.image-bordered .shape2 {
	left: 14px;
	right: auto;
	transform: translate(-50%, 50%);
}

.image-right figure.image-bordered .shape2:before {
	transform: translate(0, -50%);
	right: 0;
	left: auto;
}

.image-right figure.image-bordered .shape2:after {
	left: -67px;
	right: auto;
}

.textwith-image .btn {
	margin-top: 6px;
}

.dark-background.text-image-wrap {
	background-color: #001424;
}

.dark-background.text-image-wrap *:not(a) {
	color: #fff
}

.dark-background.text-image-wrap a {
	color: #ca6d06;
}

.textcontact-block {
	padding: 90px 0 130px;
	background-color: #005aa2;
	position: relative;
}

.textcontact-block:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 38%;
	background-color: #005aa2;
}

.textcontact-block * {
	color: #fff;
}

.textcontact-block .h2 {
	margin-bottom: 38px;
}

.usp-list-title {
	display: block;
	margin-bottom: 8px;
}

.contact-usp li {
	padding-bottom: 10px;
}

.contact-usp p {
	font-size: 14px;
	padding-bottom: 9px;
}

.contact-usp i {
	color: #2be729;
	margin-right: 5px;
}

.contact-usp {
	background-color: rgba(0, 20, 36, 0.21176470588235294);
	border-radius: 15px;
	padding: 20px;
}

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

.contact-block {
	margin-top: -72px;
	padding-bottom: 75px;
	position: relative;
	z-index: 1;
}

.contact-block .row {
	background-color: #fff;
	border-radius: 15px;
	padding: 70px 56px;
	margin: 0;
	justify-content: space-between;
	position: relative;
	filter: drop-shadow(0px 4px 13px rgba(0,0,0,0.14));
}

.contact-layout2.contact-block .row {
	filter:none;
}
.contact-block .row:after {
	position: absolute;
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	bottom: 24%;
	right: 85px;
}
.contact-layout2.contact-block .row:after {
	right:-60px;
}
.contact-block .row .shape-square {
	top: 80px;
	right: 30px;
	transform: translate(0);
}

.contact-block .row.row-reverse .shape-square {
	top: -60px;
	right: auto;
	left: -115px;
}

.contact-block .col5 {
	width: 43%;
}

.contact-block .col6 {
	width: 52%;
	position: relative;
	z-index: 1;
}

.contact-block .h3 {
	margin-bottom: 32px;
}

.contact-details i {
	width: 35px;
	height: 35px;
	border-radius: 18px;
	background-color: #005aa2;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.contact-item {
	margin-bottom: 30px;
	font-weight: 600;
	color: #001424;
}

.contact-layout2.contact-block {
	margin-top: 90px;
	padding-bottom: 90px;
}

.contact-layout2.contact-block .row {
	padding: 20px 0px 20px 45px;
}

.ginput_container_consent label {
	display: inline-block;
	width: auto;
}

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

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

.content-wysiwyg .container {
	position: relative;
}

.content-wysiwyg .square-shape {
	position: absolute;
	right: -9%;
  top: 16%;
}
.content-wysiwyg .square-shape:before,
.content-wysiwyg .square-shape:after {
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
}

.content-wysiwyg .square-shape:before {
	margin-left: 23px;
  margin-bottom: -2px;
}
.content-wysiwyg .square-shape-2 {
	top: 48%;
	right: 0px;
	height: 102px;
	width: 45px;
	background-color: #005aa2;
	display: block;
	position: absolute;
}
.content-wysiwyg-coloredsquares2 .square-shape-2 {
	right:30px;
	bottom: 4%;
  top: auto;
}
.content-wysiwyg .container:before {
	position: absolute;
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	top: -10px;
  left: -8%;
}
.content-wysiwyg-coloredsquares1.content-wysiwyg .container:before {
	bottom:10%;
	top:auto;
	left:auto;
	right:-70px;
}
.content-wysiwyg-coloredsquares3.content-wysiwyg .container:before {
	bottom:25%;
	top:auto;
	left:auto;
	right:25px;
	background-color: #005aa2;
}
.content-wysiwyg-none.content-wysiwyg .container:before {
	display: none;
}

.text-wrapper {
	position: relative;
	z-index: 1;
}
.half-text-wrapper {
	width: 70%;
}

.image-wrapper img {
	border-radius: 130px 0 130px 0;
}

.content-usps2kolommen {
	padding: 130px 0 80px;
}

.content-usps2kolommen h2 {
	margin-bottom: 60px;
}

.usps2kolommen ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.usps2kolommen ul li {
	width: 47%;
}

.usps2kolommen ul li span {
	color: #ca6d06;
	font-weight: 500;
}

.slideshow-wrapper {
	padding: 50px 0 90px;
}

.slideshow-wrapper .slick-track {
	display: flex;
	gap: 40px;
}

.slideshow-wrapper img {
	border-radius: 10px;
	transform: scale(1, .73);
	transition: .5s all ease-in-out;
}

.slideshow-wrapper .slick-active img {
	transform: scale(1);
}

.map-wrapper iframe {
	width: 100%;
	height: 490px;
	display: block;
}

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

.video-wrapper {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	max-height: 600px;
	display: block;
}

.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.png) center no-repeat;
	background-size: 144px auto;
	cursor: pointer;
}

/* Video Modal - Theater Mode
-------------------------------------------------------------------------------*/
.video-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
	overflow: hidden;
	opacity: 0;
	transform: translate(500%, 0%);
	transition: transform 0s linear 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 90, 162, 0.80);
}

.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-modal-content {
	position: relative;
	z-index: 1;
	height: auto;
	width: calc(100% - 200px);
	max-width: 1000px;
	max-height: calc(100% - 100px);
	margin: 0 auto;
	overflow-y: visible;
	aspect-ratio: 16 / 9;
}

/* 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;
}

iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal */
.show-video-modal .video-modal {
	opacity: 1;
	transform: translate(0%, 0%);
}

.team-wrap {
	padding: 104px 0;
}

.section-header-team {
	padding: 40px 0 15px;
}
.section-header-director {
	position: relative;
}
.section-header-director > div {
	position: relative;
	z-index: 1;
}
.section-header-director:after {
    position: absolute;
    background-color: #ca6d06;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    top: -40px;
    right: -8%;
}
.team-director {
	position: relative;
}
.team-overview >div {
	position: relative;
	z-index: 1;
}
.team-director:before,
.team-director:after {
	position: absolute;
	background-color: #ca6d06;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	bottom: 58px;
	left: -5%;
}
.team-director:after {
	bottom: -54px;
	left: auto;
	right:-7%;
	background-color: #005AA2;
}
.labour-team {
	position: relative;
}
.labour-team >div {
	position: relative;
	z-index: 1;
}
.labour-team:after {
	position: absolute;
	background-color: #005AA2;
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	bottom: 19%;
	right: -5%;
}

.team-overview {
	margin-bottom: 42px;
}

.team-image {
	border-radius: 48px 0 48px 0;
	overflow: hidden;
	margin-bottom: 28px;
	position: relative;
}
.labour-team .team-image {
	border-radius: 60px 0 60px 0;
}

.team-overview .h4 {
	margin-bottom: 14px;
}

.team-desg {
	margin-bottom: 17px;
	color: #ca6d06;
	font-weight: 600;
}

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

.team-overview li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 15px;
}

.team-overview li i {
	/*font-size: 14px;*/
	color: #ca6d06;
}

.team-overview li a {
	color: #607083;
}

.linkedin-url {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #005aa2;
	color: #fff;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px 0 0;
	font-size: 24px;
}

/* 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;
	color: #ca6d06;
	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: #ca6d06;
	font-size: 15px;
	font-weight: 900;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #ca6d06;
	transition: .3s all;
}

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

@media (max-width: 991px) {

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

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

	.col4.post-overview,
	.team-wrap .col4 {
		width: 50%;
	}

	.text-image-wrap,
	.vacatures-wrap,
	.blog-wrap,
	.team-wrap {
		padding: 85px 0 80px;
	}

	.text-image-wrap .row {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.text-image-wrap .row>div {
		width: 100%;
	}

	.half-text-wrapper {
		width: 85%;
	}

	.banner-text .col6 {
		width: 75%;
	}

	.slider-nav {
		padding: 45px 0 0;
	}

	.only-heading-header.section-header {
		margin-bottom: 75px;
	}

	.section-header-team {
		padding: 10px 0 10px;
	}
	.vacuters-slider .slick-track {
		display: flex;
		margin:0 -15px;
	}
	.vacuters-slider .slick-track > div {
		padding:0 15px;
	}

}

@media (max-width: 767px) {

	h1,
	.h1,
	.banner-text .h1 {
		font-size: 54px;
		line-height: 1.1;
	}

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

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

	.banner-wrap .banner-mobile-image {
		display: block;
	}

	.textcontact-block .col8,
	.textcontact-block .col4,
	.contact-block .col5,
	.contact-block .col6,
	.col4.post-overview,
	.team-wrap .col4,
	.team-wrap .col6,
	body .gform_wrapper .gform_fields .gfield.col6,
	body .gform_wrapper .gform_fields .gfield.half-container,
	.footer-top .col4,
	.team-wrap .col4,
	.usps2kolommen ul li {
		width: 100%;
	}

	.contact-block .row {
		flex-direction: column-reverse;
		padding-bottom: 0;
	}

	.section-header,
	.post-overview,
	.team-overview {
		margin-bottom: 45px;
	}

	.blog-wrap,
	.text-image-wrap,
	.team-wrap,
	.footer-top,
	.content-wysiwyg,
	.content-usps2kolommen {
		padding: 65px 0;
	}

	.footer-top .col4,
	.banner-text p,
	.textwith-image .h2 {
		margin-bottom: 30px;
	}

	.footer-top .col4:last-child {
		margin-bottom: 0;
	}

	.half-text-wrapper,
	.banner-text .col6 {
		width: 95%;
	}

	.slider-nav {
		padding: 25px 0 0;
	}

	.only-heading-header.section-header {
		margin-bottom: 45px;
	}

	.blog-wrap .slick-list {
		padding-right: 10%;
	}

	.contact-block .row {
		padding: 50px 15px 20px;
	}

	.image-wrapper img {
		border-radius: 30px 0 30px 0;
	}

	.video-wrapper {
		border-radius: 20px;
	}

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

	.contact-layout2.contact-block .row {
		padding: 20px 0px 20px 0;
	}

	.header-top .col6 {
		display: none;
	}
	.header-top .col3 {
		width:50%;
	}

}

@media (max-width:480px) {

	h1,
	.h1,
	.banner-text .h1 {
		font-size: 44px;
		line-height: 1.1;
	}

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

	.site-navigation {
		gap: 15px;
	}

	.site-navigation .btn {
		padding: 8px 20px;
		min-width: 0;
	}

	.half-text-wrapper {
		width: 100%;
	}
}