
/* Add your custom styles here... */ 
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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*Fonts */
@font-face {
    font-family: "Arial Black";
    src: url("../fonts/arial_black.ttf") format("truetype");
    font-weight:900;
}

:root {
	--blue: #00375A;
	--light-blue: #B9D7F5;
	--pastel-blue: #7E95B5;
	--pink: #D3BDBF;
	--yellow: #F4F4E8;
	--dark: #1A2437;
	--h1-font-size: 54px;
	--h2-font-size: 50px;
	--h3-font-size: 42px;
	--h4-font-size: 30px;
	--h5-font-size: 25px; 
	--h6-font-size: 20px;
	--paragraph-size: 16px;
	--small-paragraph-size: 14.5px;
	--cc: 1040px;
	--font: 'Arial', sans-serif;
	--font-arialblack: 'Arial Black', sans-serif;
	--narrow-cc: 864px;
}

body { 
	font-family: var(--font);
	line-height: 1.4;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	font-size: var(--paragraph-size);
}
ul, ol {
	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;
}
em {	font-style: italic;}
strong{	font-weight:700;	}
* {
    box-sizing: border-box !important;
    outline: none !important;
}
a {	text-decoration: none; }
p , .wpb_text_column ul , .wpb_text_column ol{margin-bottom:20px;}
p:last-child {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.alignright, .alignleft , .aligncenter{
	padding: 5px 10px;
}
input[type="text"],
input[type="email"],
input[type="submit"],
textarea,
.contact--fields select,
input[type="tel"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
button {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: var(--font);
}
.bg-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*Transition Effect*/
a, .menu li a::before, .masthead, .back-to-top, .wrapper-contact-outer{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*animation*/
.animate {
	opacity: 0 !important;
}
.animate.start {
	opacity: 1 !important;
}
.fade-right{
	transform:translateX(200px);
}
.fade-left{
	transform:translateX(-200px);
}
.fade-bottom{
	transform:translateY(50px);
}
.fade-top{
	transform:translateY(-50px);
}
.fade-bottom.start,
.fade-top.start{
	transform:translateY(0);
}
.fade-left.start,
.fade-right.start{
	transform:translateX(0);
}
.animate, .title::after{
	transition: 0.6s all ease-in-out;
	-webkit-transition: 0.6s all ease-in-out;
	-moz-transition: 0.6s all ease-in-out;
}

.delay1{
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.delay2{
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.delay3{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.delay4{
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.delay5{
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.delay6{
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay7{
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.delay8{
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.content-center {
	display: block;
	width: 100%;
	max-width: var(--cc);
	margin: 0 auto;
}

.main-website-content {
	overflow: hidden;
}

/*404*/
.not-found {
	text-align: center;
	margin: 50px 50px 150px;
	letter-spacing: -1.8px;
}
.not-found a {
	color: var(--red);
	text-decoration: underline;
}
.not-found {
	text-align: center;
	margin: 50px 50px 150px;
	letter-spacing: -1.8px;
	color: var(--blue);
}
.not-found span {
	color: var(--red);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}
.not-found h1 {
	font-size: 140px;
	color: var(--orange);
}
.not-found span {
	letter-spacing: 2px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 900;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
body img{
	display: block;
}
h1{
	font-size: var(--h1-font-size);
}
h2{
	font-size: var(--h2-font-size);
}
h3{
	font-size: var(--h3-font-size);
}
h4{
	font-size: var(--h4-font-size);
}
h5{
	font-size: var(--h5-font-size);
}
h6{
	font-size: var(--h6-font-size);
}

section.elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated{
	padding: 0 !important;
}

/*Added*/
.logo-container {
	max-width: 250px;
	margin-right: auto;
}
.header-container {
	align-items: center;
	flex-flow: row;
}
.masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: transparent;
	color: #fff;
}
.admin-bar .masthead {
	top: 32px;
}
.header-container {
	align-items: center;
	flex-flow: row;
	display: flex;
	padding: 60px 0 30px;
	position: relative;
}
.menu-container-holder .menu {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-flow: row;
}
.menu-container-holder .menu li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
}
.menu li a::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--light-blue);
	border-radius: 10px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	opacity: 0;
	width: 0;
	transform: translateX(-50%);
}
.menu li a:hover::before, .menu li.current-menu-item a::before{
	opacity: 1;
	width: 100%;
}
body:not(.home) .main-website-content {
	margin-top: 260px;
}
.scrolling .masthead, body:not(.home) .masthead{
	background-color: var(--blue);
}
.back-to-top {
	position: fixed;
	bottom: 200px;
	right: 40px;
	opacity: 0;
	cursor: pointer;
}
.back-to-top.show{
	opacity: 1;
}
.wrapper-contact-outer {
	position: absolute;
	width: 190px;
	padding: 10px;
	background-color: var(--blue);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-flow: column;
	top: calc(100% - 30px);
	right: -118px;
	z-index: 2;
}
.active-contact .wrapper-contact-outer{
	opacity: 1;
	visibility: visible;
}
.wrapper-contact-outer .wrapper-contact {
	padding: 0 6px 10px;
	font-size: 14px;
	line-height: 1.6;
}
.wrapper-contact-close {
	display: inline-block;
	margin-left: auto;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}
.wrapper-contact-outer .wrapper-contact .wrapper-contact-top {
	margin-bottom: 20px;
	position: relative;
}
.wrapper-contact-outer .wrapper-contact .wrapper-contact-top::before {
	content: '';
	height: 2px;
	background-color: var(--light-blue);
	width: 88%;
	position: absolute;
	bottom: -10px;
	left: 0;
	border-radius: 10px;
}
.wrapper-contact .wrapper-contact-phone svg, .wrapper-contact .wrapper-contact-email svg {
	width: 20px;
}
.wrapper-contact-phone, .wrapper-contact-email{
	position: relative;
}
.link-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.footer-wrap {
	background-color: var(--blue);
	padding: 66px 45px 60px 200px;
	overflow: hidden;
}
.footer-sidebar.footer-sidebar-logo {
	max-width: 190px;
	margin-bottom: 20px;
}
.footer-sidebars {
	color: #fff;
}
.footer-wrap-inner .content-center {
	display: flex;
	flex-flow: row;
	align-items: flex-start;
}
.footer-menu-container-outer {
	margin-left: auto;
	position: relative;
}
.footer-wrap-inner .footer-menu-container .menu {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-flow: row;
}
.footer-wrap-inner .footer-menu-container .menu li a {
	color: #fff;
	font-size: 14px;
	position: relative;
}
.footer-menu-container-outer .wrapper-contact-outer {
	top: calc(100% + 20px);
}
.hero-section-section {
	position: relative;
}
.hero-section-section .image-content-media.image-content-image.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-section-inner {
	position: relative;
	z-index: 1;
	color: #fff;
}
.hero-subtitle h2 {
	margin-bottom: 0;
}
.hero-section-inner {
	position: relative;
	z-index: 1;
	color: #fff;
	height: 100dvh;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	margin-bottom: 160px;
	max-height: 1000px;
	min-height: 700px;
}
.hero-section-inner h1.title {
	font-weight: 900;
}
.hero-subtitle h2 {
	margin-bottom: 0;
	font-size: var(--small-paragraph-size);
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.5;
}
.hero-subtitle {
	padding-top: 40px;
	position: relative;
}
.hero-subtitle::before {
	content: '';
	width: 100%;
	height: 4px;
	border-radius: 10px;
	background-color: var(--light-blue);
	position: absolute;
	top: 24px;
	left: 0;
}
.hero-section-content {
	max-width: 650px;
}
.hero-section-section .image-content-media {
	background-position: center top;
}
.image-text-section {
	margin-bottom: 80px;
}
.image-text-section .image-text-section-inner {
	display: flex;
	flex-flow: row;
	gap: 22px;
	max-width: var(--narrow-cc);
  	margin: 0 auto;
}
.image-text-section.to_right .image-text-section-inner {
	flex-flow: row-reverse;
}
.image-text-section .description {
	color: #333;
}
.text-heading h2.title {
	font-weight: 900;
	color: var(--blue);
	position: relative;
	display: inline-block;
	padding-bottom: 24px;
	margin-bottom: 30px;
}
.image-text-section-inner .description ul, .description ul {
	list-style-type: disc;
	padding-left: 30px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.image-text-section-inner .image-holder {
	width: 50%;
}
.image-text-section-inner .content-holder {
	width: 50%;
}
.text-heading h2.title::after {
	content: '';
	width: 100%;
	height: 4px;
	border-radius: 10px;
	background-color: var(--light-blue);
	position: absolute;
	left: 0;
	bottom: 0;
}
.testimonial-section {
	max-width: 810px;
	margin: 0 auto 140px;
}
.testimonial-content {
	color: var(--blue);
	font-size: var(--h3-font-size);
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 1.2;
	text-align: center;
}
.text-section {
	margin-bottom: 140px;
	padding: 50px 80px 60px;
}
.text-section.layout-simple_colored{
	background-color: var(--yellow);
}
.text-description {
	display: flex;
	flex-flow: row;
	gap: 20px;
}
.text-description .text-section-col {
	width: 50%;
}
.text-section-inner .text-heading .title::after {
	background-color: var(--pastel-blue);
}
.text-heading.animate {
	opacity: 1 !important;
}
.text-heading.fade-line .title::after {
	width: 0;
}
.text-heading.fade-line.start .title::after {
	width: 100%;
}
.text-section.layout-list .text-section-col.text-section-col {
	padding: 40px 48px 40px 40px;
}
.text-section.layout-list .text-section-col.text-section-col-1{
	background-color: var(--pink);
}
.text-section.layout-list .text-section-col.text-section-col-2{
	background-color: var(--light-blue);
}
.text-section.layout-list {
	padding: 0;
}
.text-section.layout-list .text-section-col.text-section-col .text-heading h2.title {
	color: #fff;
}
.text-section.layout-list .text-section-col.text-section-col .text-heading h2.title::after{
	background-color: var(--blue);
}
.text-section.layout-list .description {
	color: #1A2437;
}
.text-section.layout-full .text-section-col {
	width: 100%;
}
.text-section.layout-full {
	padding: 0;
	max-width: 600px;
	margin: 0 auto 100px;
}
.text-section.layout-full .description {
	line-height: 1.6;
	color: #333;
}
.text-section.layout-full .text-heading h2.title::after {
	background-color: var(--light-blue);
}
.text-section.layout-full .description p {
	margin-bottom: 30px;
}
.hero-heading h1, .text-heading .title{
	font-family: var(--font-arialblack);
}
.text-section .description h6 {
	font-weight: 400;
	margin-bottom: 0;
	font-size: var(--paragraph-size);
}
.footer-sidebar.footer-sidebar-1 .textwidget strong {
	min-width: 55px;
	display: inline-block;
}
.wrapper-contact-outer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}
.wrapper-contact-outer-overlay.active-overlay{
	opacity: 1;
	visibility: visible;
}

/*Responsive*/
@media(max-width:1600px){
	.wrapper-contact-outer {	right: 0;}
}
@media(max-width:1399px){
	:root {
		--h1-font-size: 50px;
		--h2-font-size: 45px;
		--h3-font-size: 40px;
		--h4-font-size: 30px;
		--h5-font-size: 25px; 
		--h6-font-size: 20px;
		--paragraph-size: 16px;
		--small-paragraph-size: 14px;
	}
}
@media(max-width:1279px){
	:root {
		--cc: 90%;
	}
	.e-con > .e-con-inner{max-width: 90% !important;}
	.e-con > .e-con-inner .content-center{max-width: 100% !important;}
	.hero-section-inner, .text-section, .testimonial-section {		margin-bottom: 100px;	}
	.footer-wrap {		padding: 40px 0;	}
	.e-con-inner .image-text-section-inner {	max-width: 100% !important;}

}
@media(max-width:1023px){
	:root {
		--h1-font-size: 45px;
		--h2-font-size: 40px;
		--h3-font-size: 35px;
		--h4-font-size: 30px;
		--h5-font-size: 25px; 
		--h6-font-size: 20px;
		--paragraph-size: 16px;
		--small-paragraph-size: 14px;
		--narrow-cc: 94%;
	}
	.text-section {	padding: 30px 20px;}
	.text-section.layout-list .text-section-col.text-section-col {	padding: 20px;}
	.logo-container {		max-width: 200px;	}
	.hero-section-inner {		min-height: 400px;		max-height: 550px;}
	body:not(.home) .main-website-content {	margin-top: 200px;}


}
@media(max-width:767px){
	:root {
		--h1-font-size: 40px;
		--h2-font-size: 35px;
		--h3-font-size: 30px;
		--h4-font-size: 25px;
		--h5-font-size: 22px; 
		--h6-font-size: 20px;
		--paragraph-size: 16px;
		--small-paragraph-size: 14px;
		--cc: 90%;
		--narrow-cc: 90%;
	}
	.hero-section-inner, .text-section, .testimonial-section, .image-text-section, .text-section.layout-full {		margin-bottom: 50px;	}
	.image-text-section.to_right .image-text-section-inner, .image-text-section .image-text-section-inner {		flex-flow: column;		gap: 40px;	}
	.image-text-section-inner .image-holder, .image-text-section-inner .content-holder, .text-description .text-section-col {		width: 100%;	}
	.back-to-top {		bottom: 10px;		right: 5px;	}
	.back-to-top svg {		max-width: 30px;	}
	.text-description {	flex-flow: column;	gap: 30px;}
	.text-section.layout-simple {		padding: 0;	}
	body:not(.home) .main-website-content {	margin-top: 180px;}

}
@media(max-width:639px){
	:root {
		--h1-font-size: 30px;
		--h2-font-size: 28px;
		--h3-font-size: 25px;
		--h4-font-size: 22px;
		--h5-font-size: 20px; 
		--h6-font-size: 18px;
		--paragraph-size: 14px;
		--small-paragraph-size: 14px;
	}
	.logo-container {	max-width: 120px;}
	.header-container {		padding: 30px 0 20px;	}
	.footer-sidebar.footer-sidebar-logo {	max-width: 120px;}
	.footer-wrap-inner .content-center {	flex-flow: column;}
	.footer-wrap-top {		width: 100%;	}
	.footer-menu-container-outer {	margin-left: 0;margin-top: 20px;}
	.footer-wrap {	padding: 30px 0 20px;}
	.menu-container-holder .menu {		gap: 10px;	}
	.menu-container-holder .menu li a {	font-size: 12px;}
	.wrapper-contact-outer {		top: calc(100% - 15px);	}
	.wrapper-contact-outer {	top: 50% !important;	bottom: auto !important;	right: auto !important;	left: 50% !important;	position: fixed !important;	transform: translate(-50%,-50%) !important;}
	body:not(.home) .main-website-content {		margin-top: 100px;	}



}
@media(max-width:479px){
	:root {
		--h1-font-size: 25px;
		--h2-font-size: 22px;
		--h3-font-size: 20px;
		--h4-font-size: 18px;
		--h5-font-size: 18px; 
		--h6-font-size: 16px;
		--paragraph-size: 14px;
		--small-paragraph-size: 14px;
	}
	.hero-section-section .image-content-media.image-content-image.bg-image {	background-position: 70% top;}


}
@media(max-width:374px){

}