/*----------------Core---------------------------*/
:root { scroll-behavior: auto; }

html { height: 100%; }

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
	color: #323232;
	font: 500 18px 'Montserrat', sans-serif;
	letter-spacing: -0.72px;
	line-height: 1.7em;
	margin: 0px;
    min-height: 100%;
}

body#page-error { align-items: center; }

body.hamburger-active { overflow: hidden; }

img { height: auto; max-width: 100%; }
img[src=""], img:not([src]) { visibility: hidden; }

img.bordered-img { background: #FFF; border-radius: 24px; box-shadow: 2px 4px 16.6px 0 rgba(0, 0, 0, 0.08); }

a { color: #00B3D8; word-break: break-word; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #00B3D8; opacity: 0.5; }

form { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { color: #002465; font-family: 'TrajanPro-Bold', serif; line-height: 1.3em; margin-bottom: 20px; margin-top: 0; }

p { color: #323232; line-height: 1.7em; margin-bottom: 20px; }

hr { background-color: #fff; border: 0; height: 1px; margin: 0; opacity: 1; position: relative; }

strong { color: #323232; font-weight: 700; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: #323232; line-height: 1.7em; margin-bottom: 0; }
ul li:last-child, ol li:last-child { margin-bottom: 0; }

input:-webkit-autofill, input:-webkit-autofill:focus { transition: background-color 0s 600000s, color 0s 600000s !important; }

.margin-center { margin-left: auto; margin-right: auto; }
.max-width-1730 { max-width: 1730px; }
.max-width-1300 { max-width: 1300px; }
.max-width-1200 { max-width: 1200px; }
.max-width-1000 { max-width: 1000px; }
.max-width-900 { max-width: 900px; }
.max-width-850 { max-width: 850px; }
.max-width-800 { max-width: 800px; }
.max-width-650 { max-width: 650px; }
.max-width-600 { max-width: 600px; }

.container { max-width: 1592px !important; }

.background-img { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.form-control { background: #F0F8FF; border: 1px solid rgba(0, 36, 101, 0.12); border-radius: 4px; font-size: 18px; font-weight: 400; line-height: 1em; padding: 15px 16px; }
.form-control.active { padding-top: 18px; padding-bottom: 12px; }
.form-group { margin-bottom: 20px; position: relative; }
.form-group span { color: #fff; display: block; margin-bottom: 10px; }
.form-group p { color: #fff; font-weight: 400; margin-bottom: 15px; }
.form-group p strong { color: inherit; font-weight: 600; }
.form-group p:last-of-type { margin-bottom: 0; }
.form-box { background: rgba(238, 248, 255, 0.12); border: 1px solid rgba(96, 96, 96, 0.24); padding: 40px 24px 20px; }

.checkbox .checkmark { background-color: transparent; border: 1.5px solid #D9D9D9; border-radius: 4px; height: 24px; left: 0; position: absolute; top: 0; width: 24px; }
.checkbox .checkmark:after { border: solid #D73828; border-width: 0 2px 2px 0; content: ''; display: none; height: 10px; left: 9px; position: absolute; top: 5px; width: 5px; transform: rotate(45deg); }
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox input:checked ~ .checkmark { background-color: #fff; }
input[type="checkbox"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

.radio .checkmark { background-color: #eee; border-radius: 50%; height: 24px; left: 0; position: absolute; top: 0; width: 24px; }
.radio .checkmark:after { background: #fff; border-radius: 50%; content: ''; display: none; height: 10px; left: 50%; position: absolute; top: 50%; width: 10px; transform: translate(-50%,-50%); }
.radio input:checked ~ .checkmark:after { display: block; }
.radio input:checked ~ .checkmark { background-color: #D73828; }
input[type="radio"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

select.form-control { background-image: url('../assets/images/chevron-down.png'); background-position: calc(100% - 24px) 50%; background-repeat: no-repeat; background-size: 12.5px 6.5px; -webkit-appearance: none; -moz-appearance: none; }

.file input { color: #fff; margin-bottom: 5px; width: 100%; }
.file input:last-child { margin-bottom: 0; }

textarea.form-control { height: auto; line-height: 1.2em; padding: 15px 16px; }

.form-control:focus { background-color: #F6F3EA; box-shadow: none; color: #323232; }

.form-control::-webkit-input-placeholder { color: #323232; }
.form-control::-moz-placeholder { color: #323232; }
.form-control:-ms-input-placeholder { color: #323232; }
.form-control:-moz-placeholder { color: #323232; }

.form-fighter { position: absolute; top: -99999px; height: 0; overflow: hidden; }

.plain .form-control { background-color: #fff; border-color: transparent; border-radius: 0; }
.plain .form-action { margin-top: 40px; }

.sb-form-message { line-height: 1.2em; text-align: center; }

label { color: #323232; display: block; font-size: 12px; font-weight: 700; left: 28px; line-height: 1em; margin-bottom: 20px; opacity: 1; position: absolute; text-transform: uppercase; top: 10px; z-index: 1; }
.checkbox label { display: flex; flex-wrap: wrap; align-items: center; color: #fff; background-color: transparent !important; font-size: 16px; font-weight: 400; height: 24px; left: auto; margin-bottom: 0; padding-left: 37px; position: relative; text-align: left; text-transform: none; top: auto; }
.radio label { background-color: transparent !important; color: #fff; cursor: pointer; display: block; font-size: 18px; font-weight: 500; left: auto; line-height: 1.2em; margin-bottom: 10px; position: relative; padding-left: 37px; text-align: left; text-transform: none; top: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radio label:last-child { margin-bottom: 0; }

.visually-hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

.top-title { color: #00B3D7; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; text-transform: capitalize; }
.top-title-all-caps { font-size: 24px; letter-spacing: 2px; line-height: 1.2em; text-transform: uppercase; }

.title { color: #002465; font-family: 'TrajanPro-Bold', serif; font-size: 64px; letter-spacing: -3.84px; line-height: 1.3em; text-transform: uppercase; }

.font-size-64 { font-size: 64px; }
.font-size-56 { font-size: 56px; letter-spacing: -3.36px; line-height: 1.2em; }
.font-size-40 { font-size: 40px; letter-spacing: -2px; line-height: 1.2em; }
.font-size-32 { font-size: 32px; letter-spacing: -1.92px; line-height: 1.2em; }
.font-size-24 { font-size: 24px; letter-spacing: -1.44px; line-height: 1.2em; }

.btn { background: #18428F; border: 0; border-radius: 4px; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; line-height: 1em; padding: 20px 32px; position: relative; transition: all 0.4s ease; }
.btn:hover { background: #18428F; color: #fff; opacity: 0.5; }

.btn-skyblue, .btn-skyblue:hover { background-color: #00B3D8; color: #fff;  }

.btn-arrow-right:after { content: '\f061'; font-family: 'Font Awesome 6 Free'; margin-left: 10px; }

.list { margin-bottom: 20px; }
.list ul { list-style: none; margin: 0; padding: 0; }
.list ul li { margin-bottom: 0; padding-left: 25px; position: relative; text-align: left; }
.list ul li:last-child { margin-bottom: 0; }
.list ul li:before { background-color: #18428F; border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 11px; width: 8px; }

.list.arrow > ul > li { padding-left: 30px; }
.list.arrow > ul > li:before { background-color: transparent; border-radius: 0; color: #002465; content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; height: auto; left: 0; top: auto; width: auto; }

.list.check > ul > li:before { background-color: transparent; border-radius: 0; color: #2BB640; content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; height: auto; left: 0; top: auto; width: auto; }

.list.wrong > ul > li:before { background-color: transparent; border-radius: 0; color: #D73828; content: '\f00d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; height: auto; left: 0; top: auto; width: auto; }

.dropanchor { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.content > *:last-child, .text > *:last-child { margin-bottom: 0 !important; }

.cta { margin-top: 30px; }
.cta.text-center ul { justify-content: center; }
.cta ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.cta ul li { padding-right: 15px; }
.cta ul li:last-child { padding-right: 0; }

.scroll-top { bottom: 20px; left: 20px; position: fixed; z-index: 2; }

.location ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.location ul li { flex: 0 1 auto; font-family: 'TrajanPro-Bold', serif; font-size: 36px; font-weight: 700; letter-spacing: -1.44px; line-height: 1.2em; margin-right: 100px; padding-left: 50px; position: relative; text-align: left; text-transform: uppercase; }
.location ul li i { color: #18428F; left: 0; position: absolute; }
.location ul li:last-child { margin-right: 0; }

.group.wow { opacity: 0; }
.group.wow.done { opacity: 1; }

@keyframes fadeIn {
  from { opacity: 0 ;}
  to { opacity: 1; }
}

/*------------ HEADER ----------------------*/
#header { display: flex; flex-wrap: wrap; position: relative; z-index: 10; }
	#header ul { list-style: none; margin: 0; }

	/* Top */
	#header .top { flex: 0 1 auto; background-color: #000; width: 100%; }

	/* Bar */
	#header .bar { background-color: #00B3D7; padding: 10px 0; }
	#header .bar .title { color: #fff; font-family: 'Monserrat', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: -0.56px; }
	#header .bar a { color: #fff; text-decoration: none; }
	#header .bar .info ul { display: flex; }
	#header .bar .info ul li { flex: 0 1 auto; font-size: 14px; letter-spacing: -0.56px; margin-bottom: 0; margin-right: 30px; }
	#header .bar .info ul li:last-child { margin-right: 0; }
	#header .bar .info ul li i { margin-right: 8px; }
	#header .bar .address { color: #fff; font-size: 14px; letter-spacing: -0.56px; }
	#header .bar .address i { margin-right: 8px; }

	/* Bottom */
	#header .bottom { flex: 0 1 auto; background-color: #fff; padding: 24px 0; position: relative; width: 100%; }

	/* Logo */
	#header .logo { flex: 0 0 auto; width: auto; }
	#header .logo a:hover { opacity: 1; }

	/* Menu */
	#header .menu { flex: 1 1 0; margin-right: 56px; }
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#header .menu > ul > li { flex: 0 1 auto; color: #323232; font-size: 16px; margin-bottom: 0; margin-left: 30px; position: relative; }
	#header .menu > ul > li.has-submenu { padding-right: 18px; }
	#header .menu > ul > li:first-child { margin-left: 0; }
	#header .menu > ul > li i { font-size: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }
	#header .menu > ul > li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#header .menu > ul > li a:after { content: ''; height: 6px; left: 0; pointer-events: none; position: absolute; top: 100%; width: 100%; }
	#header .menu > ul > li a:hover { opacity: 0.5; }

	#header .menu > ul > li:hover i { margin-top: 1px; transform: translateY(-50%) rotate(180deg); }
	#header .menu > ul > li:hover ul { margin-top: 6px; opacity: 1; pointer-events: auto; }
	#header .menu > ul > li:hover > a:after { pointer-events: auto; }
	#header .menu > ul > li:hover > a:before { width: 100%; }

	/* CTA  */
	#header .cta { flex: 0 0 auto; margin-top: 0; width: auto; }

	/* Dropdown */
	#header .menu > ul > li > ul { border-radius: 4px; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; display: block; background-color: #fff; left: -15px; list-style: none; margin: 0; margin-top: 12px; min-width: 305px; opacity: 0; overflow: hidden; padding: 20px 15px; pointer-events: none; position: absolute; top: 100%; z-index: 2; transition: opacity 0.4s ease, margin-top 0.4s ease; }
	#header .menu > ul > li > ul > li { border-bottom: 1px solid rgba(20, 33, 75, 0.2); color: #2C2529; font-size: 16px; letter-spacing: 0; line-height: 1.2em; margin-right: 0; text-align: left; }
	#header .menu > ul > li > ul > li:last-child { border-bottom: 0; }
	#header .menu > ul > li > ul > li:first-child a { margin-top: 0; }
	#header .menu > ul > li > ul > li:last-child a { margin-bottom: 0; }
	#header .menu > ul > li > ul > li a { display: block; margin: 12px 0; position: relative; width: 100%; }
	#header .menu > ul > li > ul > li a:hover { opacity: 0.5; }

    /* Hamburger */
	#header .hamburger { flex: 0 0 auto; display: none; width: auto; }
	#header .hamburger .box { cursor: pointer; height: 20px; margin-left: auto; position: relative; width: 30px; }
	#header .hamburger .box div { background-color: #000; height: 2px; left: 0; position: absolute; width: 100%; }
	#header .hamburger .box div:first-child { top: 0; }
	#header .hamburger .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#header .hamburger .box div:last-child { bottom: 0; }

/*------------ MOBILE NAV ----------------------*/
#mobile-nav { background-color: #fff; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; height: 100%; right: 0; position: fixed; top: 0; max-width: 350px; width: 90%; transform: translateX(100%); z-index: 15; }
	.hamburger-active #mobile-nav { transform: translateX(0); }

	#mobile-nav .menu-contact { overflow-y: auto; }
	#mobile-nav .menu ul { list-style: none; margin: 0; margin-bottom: 20px; padding: 20px; }
	#mobile-nav .menu ul li { color: #2C2529; font-size: 16px; font-weight: 700; line-height: 1.2em; margin-bottom: 40px; padding-left: 0; padding-right: 30px; position: relative; text-transform: uppercase; }
	#mobile-nav .menu ul li:last-child { margin-bottom: 0; }

	#mobile-nav .menu ul li i { display: block; font-size: 16px; position: absolute; right: 0; top: 0; }

	#mobile-nav .menu ul li a { color: inherit; font: inherit; text-decoration: none; }

	#mobile-nav .menu ul li ul { margin-bottom: 0; padding-bottom: 0; padding-right: 0; }
	#mobile-nav .menu ul li ul li { margin-bottom: 20px; padding-right: 0; text-transform: none; }
	#mobile-nav .menu ul li.menu-li-active i { transform: rotate(180deg); }

	/* Close */
	#mobile-nav .close { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 30px 20px; }
	#mobile-nav .close .box { cursor: pointer; height: 14px; position: relative; width: 20px; }
	#mobile-nav .close .box div { background-color: #2C2529; height: 2px; left: 0; position: absolute; width: 100%; }
	#mobile-nav .close .box div:first-child { top: 0; }
	#mobile-nav .close .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#mobile-nav .close .box div:last-child { bottom: 0; }

	#mobile-nav .close .text { font-size: 16px; font-weight: 700; line-height: 1.2em; padding-left: 10px; text-transform: uppercase; }

	/* Contact */
	#mobile-nav .contact { padding: 0 20px 20px; }
	#mobile-nav .contact .box { background-color: #1D438C; border-radius: 10px; padding: 20px; }
	#mobile-nav .contact p { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2em; }
	#mobile-nav .contact p > a, #mobile-nav .contact p > span { display: flex; flex-wrap: wrap; align-items: center; color: inherit; font: inherit; text-decoration: none; }
	#mobile-nav .contact .box > *:last-child { margin-bottom: 0; }
	#mobile-nav .contact a span, #mobile-nav .contact span span { flex: 0 1 auto; padding-left: 10px; width: calc(100% - 20px); }
	#mobile-nav .contact i { flex: 0 1 auto; font-size: 16px; text-align: center; width: 20px; }

	/* Bottom */
	#mobile-nav .bottom { background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.1); bottom: 0; left: 0; padding: 30px 20px; position: fixed; width: 100%; z-index: 5; }
	#mobile-nav .socials ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; margin-bottom: 0; padding: 0; }
	#mobile-nav .socials ul li { color: #1D438C; font-size: 22px; line-height: 1em; margin-bottom: 0; padding-right: 20px; }
	#mobile-nav .socials ul li a { color: inherit; font: inherit; } 
	#mobile-nav .socials ul li:last-child { padding-right: 0; }
	#mobile-nav .bottom .copyright { font-size: 12px; font-weight: 700; line-height: 1.2em; }

/*------------ MOBILE NAV OVERLAY ----------------------*/
#mobile-nav-overlay { background-color: rgba(12, 12, 12, 0.3); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 9; transition: all 0.4s ease; }
	.hamburger-active #mobile-nav-overlay { opacity: 1; visibility: visible; }

/*------------ FOOTER ----------------------*/
#footer { position: relative; }
	#footer a { color: inherit; text-decoration: none; }
	#footer ul { list-style: none; margin: 0; padding: 0; }
	#footer ul li a { color: inherit; font: inherit; }

	/* Logo */
	#footer .logo { margin-bottom: 50px; }
	#footer .logo a:hover { opacity: 1; }

	/* Info */
	#footer .info { margin-bottom: 90px; }
	#footer .info ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
	#footer .info ul li { flex: 0 1 auto; }
	#footer .info ul li i { color: #18428F; margin-right: 8px; }
	#footer .info ul li:last-child { padding-right: 0; }

	/* Menu */
	#footer .menu { border-bottom: 1px solid #C1C1C1; border-top: 1px solid #C1C1C1; margin-bottom: 100px; padding: 30px 90px; }
	#footer .menu ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

	/* Copyright - Privacy Policy */
	#footer .copyright-privacy-policy { background-color: #EEF8FF; padding: 40px 0; position: relative; text-align: center; }
	#footer .copyright-privacy-policy * { font-size: 12px; line-height: 1.2em; margin-bottom: 0; text-transform: uppercase; }
	/* #footer .privacy-policy a { } */

/*------------ CONTENT DEFAULT -----------------------*/
.content-d { position: relative; }
	.content-d.wow { opacity: 0; }
	.content-d.wow.done { opacity: 1; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { position: relative; }
	#banner-d .overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	/* Content */
	#banner-d .title { color: #fff; }
	#banner-d .text * { color: #fff; font-size: 32px; }

/*------------ CONTACT DEFAULT -----------------------*/
#contact-d { position: relative; }
	#contact-d .box { padding: 100px; }
	#contact-d a { color: inherit; font: inherit; text-decoration: none; }

	/* Content */
	#contact-d .title, #contact-d .text *, #contact-d .info ul li, #contact-d .location ul li, #contact-d .location ul li i { color: #fff; }
	#contact-d .title, #contact-d .text { text-align: center; }
	#contact-d .info ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#contact-d .info ul li { flex: 0 1 auto; font-family: 'TrajanPro-Bold', serif; font-size: 36px; font-weight: 700; letter-spacing: -1.44px; line-height: 1.2em; margin-right: 100px; padding-left: 50px; position: relative; text-transform: uppercase; }
	#contact-d .info ul li i { left: 0; position: absolute; }
	#contact-d .info ul li:last-child { margin-right: 0; }

	/* Form */
	#contact-d .form-action { margin-top: 30px; text-align: center; }
	#contact-d .sb-form-message { color: #fff; left: 0; position: absolute; width: 100%; }

/*------------ PHOTO CONTENT DEFAULT -----------------------*/
.photo-content-d { position: relative; }
	.photo-content-d.wow { opacity: 0; }
	.photo-content-d.wow.done { opacity: 1; }

	.photo-content-d .row { --bs-gutter-x: 0; }

	/* Image */
	.photo-content-d .img-box { height: 800px; }

	/* Content */
	.photo-content-d .content { padding-right: 100px; }

	/* Content Right */
	.photo-content-d.content-right .content { padding-left: 100px; padding-right: 0; }

	/* Image Height 650 */
	.photo-content-d.img-height-650 .img { padding-left: 12px; }
	.photo-content-d.img-height-650.content-right .img { padding-left: 0; padding-right: 12px; }
	.photo-content-d.img-height-650 .img-box { height: 650px; }

	/* Square Image */
	.photo-content-d.square-img .img { padding-right: 60px; }
	.photo-content-d.square-img .img-box { height: 0; padding-top: 100%; }
	.photo-content-d.square-img .content { padding-left: 60px; }

/*------------ PHOTO CONTENT FULL -----------------------*/
.photo-content-f { background-color: #F0F8FF; position: relative; }
	.photo-content-f.wow { opacity: 0; }
	.photo-content-f.wow.done { opacity: 1; }

	.photo-content-f .row { --bs-gutter-x: 0; }

	/* Image */
	.photo-content-f .img-box { height: 100%; }

	/* Content */
	.photo-content-f .content { padding: 0 5%; }

/*------------ UNIQUE DEFAULT -----------------------*/
.unique-d { position: relative; }
	.unique-d .box { background-color: #EEF8FF; position: relative; }
	.unique-d .box:before { background-color: #C1C1C1; content: ''; height: calc(100% - 80px); left: 50%; position: absolute; top: 40px; width: 1px; transform: translateX(-50%); }

	.unique-d .row { --bs-gutter-x: 0; position: relative; }

	.unique-d .item { padding: 40px; position: relative; text-align: center; transition: opacity 0.4s ease; }
	.unique-d .item:hover { opacity: 0.5; }
	.unique-d .item:nth-last-child(2):before, .unique-d .item:nth-last-child(1):before { background-color: #C1C1C1; content: ''; height: 1px; position: absolute; top: 0; width: calc(100% - 40px); }
	.unique-d .item:nth-last-child(2):before { right: 0; }
	.unique-d .item:nth-last-child(1):before { left: 0; }
	.unique-d .item .logo { background-color: #EEF8FF; padding: 24px; position: absolute; right: -70px; top: -70px; z-index: 2; }
	.unique-d .item .icon { margin-bottom: 20px; }
	.unique-d .item .title { color: #000; }

/*------------ TEAM DEFAULT -----------------------*/
#team-d { position: relative; }
	#team-d .wow { opacity: 0; }
	#team-d .wow.done { opacity: 1; }

	#team-d .row { --bs-gutter-y: 50px; }

	#team-d .item { text-align: center; }
	#team-d .item .img { margin-bottom: 20px; }
	#team-d .item .title { margin-bottom: 10px; }
	#team-d .item .position { color: #00B3D8; font-weight: 600; letter-spacing: -0.72px; }

/*------------ TEAM DEFAULT 2 -----------------------*/
.team-d-2 { position: relative; }
	.team-d-2 .box { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #EEF8FF; padding: 60px 80px; }

	/* Image */
	.team-d-2 .img { flex: 0 0 auto; }

	/* Content */
	.team-d-2 .content { flex: 1 1 0; padding-left: 60px; }
	.team-d-2 .title { margin-bottom: 15px; }
	.team-d-2 .position { color: #002465; font-size: 20px; font-weight: 600; letter-spacing: 2px; line-height: 1.2em; margin-bottom: 30px; text-transform: uppercase; }

/*------------ PARTNERS DEFAULT -----------------------*/
#partners-d { position: relative; text-align: center; }
	#partners-d .row { --bs-gutter-y: 24px; }

	#partners-d .slider { position: relative; }

	#partners-d .swiper { width: calc(100% - 100px); }
	#partners-d .swiper .swiper-wrapper { align-items: center; }
	#partners-d .swiper .swiper-slide { text-align: center; }

	#partners-d .arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); }
    #partners-d .arrow.swiper-button-disabled { opacity: 1; }
    #partners-d .arrow-left { left: 0; }
    #partners-d .arrow-right { right: 0; }

/*------------ TESTIMONIALS DEFAULT -----------------------*/
#testimonials-d { position: relative; }
	#testimonials-d.wow { opacity: 0; }
	#testimonials-d.wow.done { opacity: 1; }

	#testimonials-d .slider { position: relative; }

	#testimonials-d .swiper { margin-bottom: 40px; }

	#testimonials-d .swiper .swiper-slide { height: auto; }
	#testimonials-d .swiper .box { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; background-color: #EEF8FF; border-radius: 4px; height: 100%; padding: 60px; }
	#testimonials-d .swiper .quote, #testimonials-d .swiper .name-position { flex: 0 1 auto; }
	#testimonials-d .swiper .quote { margin-left: 0; }
	#testimonials-d .swiper .quote * { font-style: normal; }
	#testimonials-d .swiper .quote-symbol { margin-bottom: 40px; }
	#testimonials-d .swiper .name-position { margin-top: 40px; }

	#testimonials-d .arrow { position: absolute; top: calc(50% - 50px); z-index: 2; transform: translateY(-50%); }
    #testimonials-d .arrow.swiper-button-disabled { opacity: 0.75; }
    #testimonials-d .arrow-left { right: calc(100% + 10px); }
    #testimonials-d .arrow-right { left: calc(100% + 10px); }

	#testimonials-d .custom-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 60px; }
    #testimonials-d .swiper-pagination { display: flex; flex-wrap: wrap; justify-content: center; bottom: 20px; height: 5px; line-height: 1em; top: auto; }
	#testimonials-d .swiper-pagination-bullet { flex: 0 1 auto; background-color: #EEF8FF; border-radius: 17px; height: 17px; margin: 0 8px; opacity: 1; width: 17px; }
	#testimonials-d .swiper-pagination-bullet-active { background-color: #00B3D8; height: 28px; width: 28px; }

/*------------ HERO CTA -----------------------*/
.hero-c { position: relative; }
	.hero-c.wow { opacity: 0; }
	.hero-c.wow.done { opacity: 1; }

	.hero-c .box { background: #EEF8FF; padding: 70px 130px; }

	.hero-c .cta { margin-top: 0; }

/*------------ HERO CONTENT BOX -----------------------*/
.hero-cb { position: relative; }
	.hero-c.wow { opacity: 0; }
	.hero-c.wow.done { opacity: 1; }

	.hero-cb .container > .box { padding: 100px 130px; }
	.hero-cb .row { --bs-gutter-x: 0; }

	.hero-cb .content { padding-right: 50px; }
	.hero-cb .row > .box { padding-left: 50px; }
	.hero-cb .box-inner { background: #18428F; padding: 80px 60px; }
	.hero-cb:not(.skyblue-bg) .top-title, .hero-cb:not(.skyblue-bg) .title, .hero-cb:not(.skyblue-bg) .text *, .hero-cb .box-inner * { color: #fff; }
	.hero-cb .box-inner p { font-weight: 400; }

	/* Skyblue BG */
	.hero-cb.skyblue-bg .box { background: #EEF8FF; }

/*------------ 404 -----------------------*/
#error-404 { position: relative; }
	#error-404 .title { font-size: 250px; }

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 900px !important; }
	#content .container > table { margin-bottom: 20px; }
	#content .date { font-weight: 700; }
	#content *:not(h1):not(h2):not(h3):not(.btn) { color: #323232 !important; }
	#content a {  word-wrap: break-word; }
	#content ul { margin-bottom: 20px; }

/*------------ MEDIA 1669.98px ----------------------*/
@media only screen and (max-width: 1669.98px) {
	.container { width: 90%; }
}

/*------------ MEDIA 1449.98px ----------------------*/
@media only screen and (max-width: 1449.98px) {

}

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	/* Header */
	#header .menu { margin-right: 0; }

	/* Hero Content Box */
	.hero-cb .container > .box { padding: 70px; }
	.hero-cb .row > .box { padding-left: 0; }

	/* Team Default 2 */
	.team-d-2 .img { flex: 0 1 auto; width: 40%; }
	.team-d-2 .content { flex: 0 1 auto; width: 60%; }
}

/*------------ MEDIA 1299.98px ----------------------*/
@media only screen and (max-width: 1299.98px) {
	.location ul li { font-size: 26px; margin-right: 50px; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Header */
	#header .logo img { width: 200px; }
	#header .menu > ul > li { margin-left: 20px; }
	#header .cta .btn { padding: 20px; }

	/* Photo Content Default */
	.photo-content-d.content-right .content { padding-left: 50px; }

	/* Testimonials Default */
	#testimonials-d .arrow svg { height: 40px; width: 40px; }

	/* Contact Default */
	#contact-d .box { padding: 80px; }

	/* Team Default */
	.team-d-2 .box { padding: 60px; }

	/* Hero CTA */
	.hero-c .box { padding: 70px; }

	/* Hero Content Box */
	.hero-cb .box-inner { padding: 60px; }
}

/*------------ MEDIA 1023.98px ----------------------*/
@media only screen and (max-width: 1023.98px) {

}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.location ul li { font-size: 26px; margin-bottom: 20px; margin-right: 0; padding-left: 0; text-align: center; width: 100%; }
	.location ul li:last-child { margin-bottom: 0; }
	.location ul li i { left: auto; margin-right: 15px; position: relative; }

	/* Header */
	#header .bar { padding: 8px 0; }
	#header .menu, #header .cta { display: none; }
	#header .hamburger { display: block; }
	#header .logo { flex: 1 1 0; }
	#header .top { order: 2; }
	#header .bar .address, #header .bar .info ul li { font-size: 12px; }
	#header .bottom { order: 1; }

	/* Footer */
	#footer .info ul li { margin-bottom: 10px; text-align: center; width: 100%; }
	#footer .info ul li:last-child { margin-bottom: 0; }
	#footer .menu { padding: 30px 0; }

	/* Content Default */
	.content-d .content { text-align: center; }

	/* Banner Default */
	#banner-d .content { text-align: center; }
	#banner-d .title, #banner-d .text { margin-left: auto; margin-right: auto; }
	#banner-d .cta ul { justify-content: center; }

	/* Photo Content Default */
	.photo-content-d .img { margin-bottom: 30px; }
	.photo-content-d .img-box { height: 650px; }
	.photo-content-d .content { padding-right: 0; text-align: center; }
	.photo-content-d .title { margin-left: auto; margin-right: auto; }
	.photo-content-d.content-right .content, .photo-content-d.img-height-650 .img { padding-left: 0; }
	.photo-content-d.square-img .img, .photo-content-d.img-height-650.content-right .img { padding-right: 0; }

	/* Photo Content Full */
	.photo-content-f .img-box { padding-top: 56.25%; }
	.photo-content-f .content { padding: 0 calc(5% + 12px); text-align: center; }

	/* Testimonials Default */
	#testimonials-d .swiper .quote, #testimonials-d .swiper .quote-symbol, #testimonials-d .swiper .name-position { text-align: center; }

	/* Unique Default */
	.unique-d .box { padding: 40px; }
	.unique-d .box:before, .unique-d .item .logo, .unique-d .item:nth-last-child(2):before, .unique-d .item:nth-last-child(1):before { display: none; }
	.unique-d .row { --bs-gutter-y: 40px; }
	.unique-d .item { border-bottom: 1px solid #C1C1C1; padding: 0; padding-bottom: 40px; }
	.unique-d .item:last-child { border-bottom: 0; padding-bottom: 0; }

	/* Contact Default */
	#contact-d .info ul li { font-size: 26px; margin-bottom: 20px; margin-right: 0; padding-left: 0; text-align: center; width: 100%; }
	#contact-d .info ul li:last-child { margin-bottom: 0; }
	#contact-d .info ul li i { left: auto; margin-right: 15px; position: relative; }

	/* Team Default 2 */
	.team-d-2 .img { margin-bottom: 30px; text-align: center; }
	.team-d-2 .content { padding-left: 0; text-align: center; width: 100%; }

	/* Hero CTA */
	.hero-c .content, .hero-c .cta { text-align: center; }
	.hero-c .cta { margin-top: 30px; }

	/* Hero Content Box */
	.hero-cb .content, .hero-cb .box-inner { text-align: center; }
	.hero-cb .content { margin-bottom: 30px; padding-right: 0; }
}

/*------------ MEDIA 768px ----------------------*/
@media only screen and (min-width: 768px) {
	
}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	/* Footer */
	#footer .menu { margin-bottom: 100px; }
	#footer .menu ul li { margin-bottom: 15px; text-align: center; width: 100%; }
	#footer .menu ul li:last-child { margin-bottom: 0; }
	#footer .info { margin-bottom: 100px; }

	/* Testimonials Default */
	#testimonials-d .arrow svg { height: 30px; width: 30px; }
	#testimonials-d .arrow-left { right: calc(100% + 5px); }
    #testimonials-d .arrow-right { left: calc(100% + 5px); }

	/* Team Default 2 */
	.team-d-2 .img { width: 100%; }
}

/*------------ MEDIA 576px ----------------------*/
@media only screen and (min-width: 576px) {

}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.title.heading-1, .font-size-64 { font-size: 40px; }
	.title.font-size-56, .title.font-size-40 { font-size: 36px; }
	.title.font-size-32 { font-size: 22px; }
	.btn { width: 100%; }
	.cta ul li { margin-bottom: 10px; padding: 0; width: 100%; }
	.cta ul li:last-child { margin-bottom: 0; }
	.location ul li i { display: block; margin-bottom: 10px; margin-right: 0; }

	/* Header */
	#header .top { display: none; }

	/* Footer */
	#footer .copyright-privacy-policy span { display: block; }
    #footer .copyright-privacy-policy span:first-child { margin-bottom: 5px; }

	/* Banner Default */
	#banner-d .text * { font-size: 22px; }

	/* Photo Content Default */
	.photo-content-d .img-box, .photo-content-d.img-height-650 .img-box { height: 0; padding-top: 100%; }

	/* Photo Content Full */
	.photo-content-f .img-box { padding-top: 100%; }

	/* Testimonials Default */
	#testimonials-d .container { width: 100%; }
	#testimonials-d .slider { padding: 0 40px; }
    #testimonials-d .swiper .box { padding: 40px 30px; }
	#testimonials-d .swiper .quote-symbol { margin-bottom: 20px; }
	#testimonials-d .swiper .quote-symbol img { max-width: 54px; }
	#testimonials-d .arrow-left { left: 0; right: auto; }
    #testimonials-d .arrow-right { left: auto; right: 0; }
	#testimonials-d .swiper-pagination-bullet { height: 13px; width: 13px; }
	#testimonials-d .swiper-pagination-bullet-active { height: 24px; width: 24px; }
	#testimonials-d .custom-pagination { margin-top: 30px; }

	/* Unique Default */
	.unique-d .box { padding: 40px 30px; }
	.unique-d .item .title { font-size: 22px; }

	/* Contact Default */
	#contact-d .box { padding: 40px 30px; }
	#contact-d .info ul li i { display: block; margin-bottom: 10px; margin-right: 0; }

	/* Team Default */
	.team-d-2 .box { padding: 40px 30px; }

	/* Hero CTA */
	.hero-c .box { padding: 40px 30px; }

	/* Hero Content Box */
	.hero-cb .container > .box, .hero-cb .box-inner { padding: 40px 30px; }
}