@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	--body-font: "Open Sans", sans-serif, "Montserrat";
	--heading-font: "Montserrat", sans-serif;
	--primary-color: #065695;
	--secondary-color: #22425E;

	--menu-height: 8rem;
	--site-width: 120rem;
}

/* Reset css */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	position: relative;
	background: #fff;
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 1.6rem;
	color: #222;
	line-height: 1.5;
	overflow: hidden auto;
}

body.open-menu{
	overflow: hidden;
}

main {
	display: block;
}

blockquote,
cite,
dfn,
em,
i {
	font-style: italic
}

h1 {
	font-size: 3.8rem
}

h2 {
	font-size: 3.2rem
}

h3 {
	font-size: 2.6rem
}

h4 {
	font-size: 2.2rem
}

h5,h6 {
	font-size: 1.8rem
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.1;
	font-weight: 500;
	font-family: var(--heading-font);
	text-transform: none;
	margin-bottom: 16px;
}

p{
	margin-bottom: 16px;
	font-weight: normal;
}

hr {
	background-color: rgba(0, 0, 0, .1);
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px
}

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, .05);
	padding: 20px;
	font-size: 1.4rem;
}

blockquote p:last-child,
figure {
	margin: 0
}

a {
	text-decoration: none;
}

a:focus, a:active{
	color: var(--primary-color);
}


abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bold;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1.6rem;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -2.5px;
}

sup {
	top: -0.5px;
}

img {
	border: 0 none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

ul,ol{
	list-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 3px 8px 6px;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


select {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all .25s;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
	background-position: center right;
	background-repeat: no-repeat !important;
	background-size: 42px 26px;
	padding-right: 16px !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
	-webkit-appearance: none;
	border: 1px solid #ced4da;
	padding: 10px 16px;
	max-width: 100%;
	color: #222;
	background-color: #f2f2f2;
}

button, input[type="button"], input[type="reset"], input[type="submit"], a.wp-block-button__link:not(.has-background) {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	padding: 10px 16px;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

table,
td,
th {
	border: 1px solid rgba(0, 0, 0, .1)
}

table {
	border-spacing: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%
}

td,
th {
	padding: 8px;
	border-width: 0 1px 1px 0
}

.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#primary[tabindex="-1"]:focus,
.using-mouse :focus {
	outline: 0
}

.using-mouse ::-moz-focus-inner {
	border: 0
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.wp-caption .wp-caption-text {
	font-size: 1.4rem;
	padding-top: 5px;
	opacity: .8
}

.wp-caption img {
	position: relative;
	vertical-align: bottom
}

/* Grid css */

.container {
	max-width: var(--site-width);
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

.d-flex.f-stretch {
	align-items: stretch;
	-webkit-align-items: stretch
}

.d-flex.f-between,
.d-flex.f-center.f-between {
	justify-content: space-between;
	-webkit-justify-content: space-between
}

.d-flex.f-center {
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.d-flex.f-start {
	justify-content: flex-start;
	-webkit-justify-content: flex-start
}

.d-flex.f-end {
	justify-content: flex-end;
	-webkit-justify-content: flex-end
}

.d-flex.f-nowrap {
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap
}

/* Header */

.header{
	position: absolute;
	width: 100%;
	transition: 0.3s all;
	z-index: 10;
	background: #fff;
}

.header.sticky{
	position: fixed;
}

.header-mid{
	height: var(--menu-height);
	border-bottom: 1px solid #e7e7e7;
}

.header-top{
  transition: 0.5s;
  padding: 12px 0;
  background: #f5f5f5;
}

.header.sticky .header-top{
	height: 0px;
  padding: 0;
  overflow: hidden;
}


.header .container{
	height: 100%;
}

.header-ctn.d-flex.f-center{
	height: 100%;
}

.header-logo a{
	position: relative;
	overflow: hidden;
	display: flex;
	width: fit-content;
	height: 100%;
}

.header-logo img{
	width: 168px;
	height: 100%;
	object-fit: cover;
}

.header-menu{
	margin-left: auto;
	margin-right: 3rem;
	height: 100%;
}

@media screen and (max-width: 1280px) {
	.header-menu {
		display: none !important;
	}
}

.header-menu > ul{
	height: 100%;
}

.header-menu ul li{
	transition: .3s ease-in-out;
	position: relative;
}

.header-menu > ul > li{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;	
}

.header-menu > ul > li:not(:last-child){
	margin-right: 36px;
}

.header-menu ul li > a {
	color: #383838;
	font-weight: 500;
	display: block;
	white-space: nowrap;
	font-size: 1.4rem;
	font-family: var(--heading-font);
	text-transform: uppercase;
	transition: background 350ms, color 350ms, border-color 350ms;
}

.header-menu ul li > a img{
	border-radius: 0;
}

.header-menu > ul > li > a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	height: 100%;
}

.header-menu > ul > li > a::before{
	position: absolute;
	content: "";
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: var(--primary-color);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.header-menu > ul > li:hover > a::before{
	width: 100%;
}

.header-menu ul li.menu-item-has-children > a::after{
	content: "\f078";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 5px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.header-menu > ul > li:hover > a::after{
	transform: rotate(180deg);
}

.header-menu ul li:hover > a, .header-menu ul li.current-menu-item > a, .header-menu ul li.current-menu-parent > a {
	color: var(--primary-color);
}

.header-menu ul li > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 29rem;
	background-color: var(--primary-color);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 5px);
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.header-menu > ul > li > ul.sub-menu {
	top: calc(100% - -1px); 
}

.header-menu ul li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.header-menu ul li > ul.sub-menu > li{
	position: relative;
}

.header-menu ul li > ul.sub-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	padding:10px 20px;
	color: #fff;
}

.header-menu ul li > ul.sub-menu > li.pll-parent-menu-item > a{
	display: flex;
	align-items: center;
}

.header-menu ul li > ul.sub-menu > li:hover a{
	background: #167ccc;
}

.header-menu ul li > ul.sub-menu > li.menu-item-has-children > a::after{
	content: "\f054";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.header-menu ul li > ul.sub-menu > li> ul.sub-menu{
	left: 100%;
	top: 0;
}

/* Search */

.header-cta.d-flex{
	position: relative;
	height: 100%;
}

.header-cta-search{
	cursor: pointer;
}

.header-cta-search .icon-search{
	width: 16px;
}

.header-cta-search .icon-search.active i::before{
	content: "\f00d";
}

.header-cta-search .search-box{
	position: absolute;
	top: var(--menu-height);
	right: 0;
	min-width: 305px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 5px);
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.header-cta-search .search-box.active{
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

/* Mobile menu */

.mobile-toggle{
	display: none;
	cursor: pointer;
	margin-left: 20px;
}

@media screen and (max-width: 1280px) {
	.mobile-toggle {
		display: block !important;
	}
	.header-cta.d-flex{
		margin-left: auto;
	}
}

.mobile-toggle .line {
	width: 32px;
	height: 3px;
	border-radius: 4px;
	background-color: var(--primary-color);
	display: block;
	margin: 7px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: auto;
}

.mobile-toggle .line:first-child{
	margin-top: 0;
}

.mobile-toggle .line:last-child{
	margin-bottom: 0;
}

.mobile-toggle.active .line:nth-child(1) {
	width: 22px;
	margin-left: auto;
}

.mobile-toggle.active .line:nth-child(2) {
	margin-left: auto;
}

.mobile-toggle.active .line:nth-child(3) {
	width: 28px;
	margin-left: auto;
}

.mobile-nav {
	position: fixed;
	z-index: 140;
	top: calc(var(--menu-height) + 32px);
	left: 0;
	bottom: 0;
	min-width: 500px;
	width: 500px;
	background-color: white;
	box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transform: translateX(-110%);
}

.admin-bar .mobile-nav{
	top: calc(32px + var(--menu-height));
}

.mobile-nav.show{
	transform: translateX(0);
}

.mobile-nav-ctn {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.mobile-nav-wr {
	padding-bottom: 60px;
	position: relative;
}

.mobile-menu > ul li > a {
	padding: 12px 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #222;
	font-size: 1.6rem;
	font-weight: 700;
}

.mobile-menu > ul li:hover > a{
	color: var(--primary-color);
}

.mobile-menu > ul > li > a{
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.mobile-menu ul li > ul{
	display: none;
	margin-left: 16px;
	position: relative;
}

.mobile-menu ul li > ul::before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	width: 1px;
	background-color: var(--primary-color);
}

.mobile-menu ul li.active > a i{
	transform: rotate(180deg);
}

.mobile-menu ul li i {
	font-size: 1.4rem;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.mobile-mask{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-110%);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	top: calc(var(--menu-height) + 32px);
}

.admin-bar .mobile-mask{
	top: calc(32px + var(--menu-height));
}

.mobile-mask.show{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


/* Layout blog */

/*.blog-ctn{
	padding: 40px 0;
}*/

.blog-item {
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
}

.blog-item-img a{
	display: block;
	padding-top: 66.6%;
	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
}

.blog-item-img a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.blog-item:hover .blog-item-img a img{
	transform: translate(-50%, -50%) scale(1.05);
}

.blog-item-info{
	margin-top: 30px;
}

.blog-item-info .blog-title{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.blog-item-info .blog-title a{
	color: #222;
}

.blog-item:hover .blog-title a{
	color: var(--primary-color);
}

.blog-list[data-type="column"] .blog-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.blog-list[data-type="column"] .blog-item .blog-item-img{
	flex: 0 0 35%;
	max-width: 35%;
}

.blog-list[data-type="column"] .blog-item .blog-item-img a{
	padding: 0;
}

.blog-list[data-type="column"] .blog-item .blog-item-img a img{
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}

.blog-list[data-type="column"] .blog-item:hover .blog-item-img a img{
	transform: scale(1.05);
}

.blog-list[data-type="column"] .blog-item .blog-item-info{
	flex: 0 0 65%;
	max-width: 65%;
	padding-left: 30px;
	margin: 0;
}

/* Blog single */

h1.entry-title{
	font-size: 3rem;
	font-weight: 600;
}

.entry-header{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.entry-meta.d-flex{
	gap: 20px;
}

.entry-meta > span{
	display: flex;
	align-items: center;
	gap: 5px;
}

.entry-content{
	color: #777;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	font-weight: 500;
	color: #777;
	line-height: normal;
	font-size: 2rem;
}

.entry-content h1, .entry-content h2{
	margin: 25px 0 15px 0;
	font-size: 3rem;
	color: #383838;
	font-weight: bold;
}

.entry-content ol, .entry-content ul {
	margin-top: 22px;
	margin-bottom: 16px;
	list-style: none;
}

.entry-content ol li, .entry-content ul li{
	position: relative;
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 10px;
}

.entry-content ol li::before, .entry-content ul li::before {
  font-family: "Font Awesome 6 Pro";
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 1.4rem;
  line-height: 18px;
  width: 6px;
  background-color: var(--primary-color);
  height: 6px;border-radius: 50%;

   /* font-family: "Font Awesome 6 Pro";
  content: '\f101';
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.4rem;
  line-height: 18px; */
}

.entry-content table{
	margin-top: 30px;
	margin-bottom: 16px;
}

.table-responsive{
	overflow-x: auto;
}

/* Sidebar */

.widget-area .widget{
	margin-bottom: 30px;
}

.widget .widget-title {
	position: relative;
	font-size: 2.4rem;
  font-weight: 700;
  color: #383838;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.widget-post-item:not(:last-child) {
	margin-bottom: 30px;
}

.widget-post-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	border: none;
}

.widget-post-item .post-item-img {
	flex: 0 0 120px;
	max-width: 120px;
	height: 80px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-right: 20px;
	padding: 0;
}

.widget-post-item .post-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.widget-post-item .post-item-ct {
	padding: 0;
	margin: 0;
}

.widget-post-item .post-title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.widget-post-item .post-title a{
	color: #222;
}

.widget-post-item:hover .post-title a{
	color: var(--primary-color);
}

.widget-post-item .post-date {
	color: #666;
	font-size: 1.4rem;
	line-height: 1;
}

.widget_categories ul{
	padding-left: 32px;
	list-style: disc;
}

.widget_categories ul li a{
	color: #222
}

.widget_categories ul li a:hover{
	color: var(--primary-color);
}

/* Comments */

.comments-area{
	margin-top: 60px;
}

h2.comments-title{
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

h2.comments-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #222;
}

.comment-body.d-flex{
	width: 100%;
	clear: both;
	padding-bottom: 20px;
}

.comment-body.awaiting{
	opacity: .5;
}

.comment-left, .comment-author {
	margin-right: 15px;
}

.comment-right {
	flex: 1;
	clear: both;
	padding: 0 15px;
	border-radius: 10px;
	background: #f2f2f2;
}

.comment-left{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.comment-left img {
	margin-bottom: 8px;
	border-radius: 50px;
}

.comment-post-meta {
	margin-bottom: 8px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.andi-comment-count {
	width: 100%;
	justify-content: center;
	gap: 5px;
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	border: 1px solid #898989;
}

.andi-comment-count i{
	font-size: 1.1rem;
}

.comment-meta {
	padding: 10px 0;
}

.comment-author cite{
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

.comment-metadata {
	color: #4b4545;
	font-size: 12px;
}

.comment-awaiting-moderation{
	color: #4b4545;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: auto;
}

.comment-content p{
	margin: 0
}

.comment-reply {
	padding: 8px 0;
	margin-right: 20px;
}

.comment-reply a, .comment-edit-link{
	font-size: 14px;
	color: #4b4545;
}

.comment-reply a i{
	margin-right: 5px;
}

.comment-reply-title{
	font-size: 2rem;
	font-weight: 600;
	color: #222;
}

.comment-reply-title a{
	color: #222;
}

.comment-respond{
	margin-top: 20px;
}

#cancel-comment-reply-link{
	opacity: .8;
}

.comment-form #author, .comment-form #email, .comment-form #url {
	display: block;
	width: 100%;
}
.comment-form input, .comment-form-comment {
	margin-bottom: 16px;
}

.comment-form-comment textarea {
	width: 100%;
	resize: vertical;
}

.comment .children {
	padding-left: 30px;
	margin-left: 30px;
}

.logged-in-as a{
	color: var(--primary-color);
}

/* Footer */

.footer{
	position: relative;
}

.footer-main{
	background: #383838;
  color: #f4f4f4;
  font-size: 1.4rem;
  line-height: 24px;
}

.footer-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-menu ul li a{
	color: #f4f4f4;
}

.footer-menu ul li:hover a{
	color: var(--primary-color);
}

.footer-menu ul li:not(:last-child){
	margin-bottom: 6px;
}

.footer-col.about-us .footer-col-content a {
  color: #747474;
  font-weight: 600;
}

.contact-list ul li.d-flex i {
  color: #747474;
  font-size: 2.4rem;
}

.contact-list ul li:not(:last-child){
	margin-bottom: 16px;
}

.contact-list ul li.d-flex span {
  margin-left: 16px;
  display: block;
	flex: 1;
}

.contact-list ul li a {
  color: #f4f4f4;
}

.contact-list ul li a:hover {
  color: var(--primary-color);
}

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}

.footer-bot{
	background: #2f2f2f;
	font-size: 1.4rem;
  padding: 25px 0;
  color: #fefefe;
}

.footer-cta__social ul li i{
	color: #fff !important;
}

.footer-cta__social ul li:hover > a i{
	color: var(--primary-color) !important;
}

.footer-copyright.d-flex{
	color: #fefefe;
	gap: 5px;
	justify-content: center;
}

.footer-copyright a{
	color: #fefefe;
}

.footer-copyright a:hover{
	color: var(--primary-color)
}

.footer-copyright.d-flex .sep{
	margin: 0 5px;
}


/* Responsive */


@media (min-width: 1537px) and (max-width: 1700px){

}

@media (min-width: 1401px) and (max-width: 1536px){

}

@media (min-width: 1200px) and (max-width: 1440px){

}

@media (min-width: 1281px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {

}

/* Ipad */

@media (min-width: 768px) and (max-width: 1024px) {

}


@media (max-width: 992px) {

}

@media  (max-width: 767px) {
	.header-logo img{
		width: 140px;
	}
	.mobile-nav{
		min-width: 100%;
		width: 100%;
	}
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 0px) and (max-width: 480px) {

	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
		font-size: 1.8rem;
	}

	.entry-content h1, .entry-content h2{
		font-size: 2rem;
	}

	.widget .widget-title{
		font-size: 1.8rem;
	}

	.related-service li:not(:last-child){
		margin-bottom: 30px !important;
	}

}