/*----------------Core---------------------------*/
html { height: 100%; }

body {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 32.44%, #FFF 100%);
	background-position: center top;
	background-size: cover;
	color: #383838;
	font: 400 16px 'Poppins', sans-serif;
	letter-spacing: -0.32px;
	line-height: 1.5em;
	margin: 0px;
    min-height: 100%;
}

body.page-error, body.page-thank-you { align-items: center; }

body.hamburger-active { overflow: hidden; }

img { height: auto; max-width: 100%; }
img[src=""], img:not([src]) { visibility: hidden; }

a { color: #383838; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #383838; opacity: 0.5; }

form { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { color: #383838; font-weight: 700; line-height: 1.2em; margin-bottom: 20px; margin-top: 0; }

p { color: #383838; line-height: 1.5em; margin-bottom: 20px; }

hr { border-top-color: rgba(0, 97, 165, 0.24); }

strong { font-weight: 700; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: #383838; line-height: 1.5em; margin-bottom: 10px; }
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-1440 { max-width: 1440px; }
.max-width-800 { max-width: 800px; }
.max-width-525 { max-width: 525px; }
.max-width-500 { max-width: 500px; }

.container { max-width: 1304px !important; }

.background-img { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.form-control { background: rgba(248, 248, 247, 0.34); border: 1px solid rgba(56, 56, 56, 0.12); border-radius: 4px; color: rgba(56, 56, 56, 0.80); letter-spacing: -0.32px; padding: 15px 16px; }
.form-control.active { padding-top: 20px; padding-bottom: 10px; }
.form-group { margin-bottom: 20px; position: relative; }
textarea.form-control { height: auto; line-height: 1.2em; padding: 12px 24px; }
textarea.form-control.active { padding-top: 24px; }

.form-control:focus { background-color: #fff; box-shadow: none; color: rgba(56, 56, 56, 0.80); }

.form-control::-webkit-input-placeholder { color: rgba(56, 56, 56, 0.80); }
.form-control::-moz-placeholder { color: rgba(56, 56, 56, 0.80); }
.form-control:-ms-input-placeholder { color: rgba(56, 56, 56, 0.80); }
.form-control:-moz-placeholder { color: rgba(56, 56, 56, 0.80); }

.form-action { margin-top: 20px; }

.sb-form-message { text-align: center; }

label { color: rgba(83, 83, 83, 0.50); display: block; font-size: 12px; font-weight: 700; left: 17px; line-height: 1em; opacity: 1; position: absolute; text-transform: uppercase; top: 12px; z-index: 1; }

.top-title { color: #383838; font-size: 16px; font-weight: 500; letter-spacing: 1.6px; line-height: 1.5em; margin-bottom: 15px; text-transform: uppercase; }

.title { color: #383838; font-size: 56px; letter-spacing: -1.12px; line-height: 1.3em; }

.font-size-40 { font-size: 40px; letter-spacing: -0.8px; }

.btn { background: #CD0605; border-radius: 8px; color: #FAFAFA; font-weight: 600; letter-spacing: -0.48px; padding: 16px 32px; transition: all 0.4s ease; }
.btn:hover { background: #CD0605; color: #FAFAFA; opacity: 0.5; }

.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 ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.cta ul li { padding-right: 7px; }
.cta ul li:last-child { padding-right: 0; }

.progress-msg, .success-msg, .error-msg { font-weight: 700; margin-top: 15px; text-align: center; }
.success-msg { color: #5cb85c; }
.error-msg { color: #f00; }

.group.wow { opacity: 0; }
.group.wow.done { opacity: 1; }

/*------------ FOOTER ----------------------*/
#footer { position: relative; }
    #footer ul { margin: 0; padding: 0;}
    #footer a { text-decoration: none; }

    /* Copyright */
    #footer .copyright ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
    #footer .copyright ul li { flex: 0 1 auto; font-size: 12px; line-height: 1.2em; margin-bottom: 0; margin-right: 40px; text-transform: uppercase; }
    #footer .copyright ul li:last-child { margin-right: 0; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { position: relative; }
    #banner-d:before { background: radial-gradient(156.28% 70.71% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 36, 149, 0.20) 0%, rgba(0, 36, 149, 0.20) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

    /* Content */
    #banner-d .content { position: relative; }
    #banner-d .top-title, #banner-d .title, #banner-d .text * { color: #fff; }

/*------------ CONTACT DEFAULT -----------------------*/
#contact-d { position: relative; }
    #contact-d .row { --bs-gutter-x: 0; }
    #contact-d .box { border-radius: 24px; overflow: hidden; padding: 60px; }

    /* Content */
    #contact-d .content { padding-right: 80px; }
    #contact-d .title, #contact-d .text * { color: #fff; }

    /* Form */
    #contact-d .form { background-color: #fff; border-radius: 12px; padding: 80px 40px; }
    #contact-d .form .title { color: #002495; margin-bottom: 15px; }
    #contact-d .form .text * { color: rgba(0, 36, 149, 0.80); }
    #contact-d .form form { margin-top: 30px; }

/*------------ TESTIMONIALS DEFAULT ----------------------*/
#testimonials-d { position: relative; }
    #testimonials-d .slider { position: relative; }

    #testimonials-d .swiper .swiper-slide { height: auto; }
    #testimonials-d .swiper .box { display: flex; flex-wrap: wrap; align-items: flex-start; background: rgba(0, 36, 149, 0.02); border: 1px solid rgba(0, 36, 149, 0.24); border-radius: 12px; height: 100%; padding: 40px 20px; width: 100%; }
    #testimonials-d .swiper .top { flex: 0 1 auto; width: 100%; }
    #testimonials-d .swiper .quote-symbol { margin-bottom: 15px; }
    #testimonials-d .swiper .text { flex: 0 1 auto; margin-bottom: 28px; width: 100%; }
    #testimonials-d .swiper .rating { flex: 0 1 auto; align-self: flex-end; display: flex; flex-wrap: wrap; align-items: center; width: 100%; }
    #testimonials-d .swiper .google-logo { flex: 0 1 auto; }
    #testimonials-d .swiper .name-star { flex: 0 1 auto; padding-left: 15px; width: calc(100% - 62px); }
    #testimonials-d .swiper .name { color: rgba(0, 36, 149, 0.8); font-weight: 600; letter-spacing: -0.48px; line-height: 1.2em; margin-bottom: 5px; }
    #testimonials-d .swiper .star { display: flex; flex-wrap: wrap; align-items: center; }
    #testimonials-d .swiper .star svg { flex: 0 1 auto; margin-right: 4px; }
    #testimonials-d .swiper .star svg:last-child { margin-right: 0; }

    #testimonials-d .arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); }
    #testimonials-d .arrow.swiper-button-disabled { opacity: 1; }
    #testimonials-d .arrow.swiper-button-disabled svg > g > g > path { fill: #FDCFCF; }
    #testimonials-d .arrow-left { right: calc(100% + 5px); }
    #testimonials-d .arrow-right { left: calc(100% + 5px); }

/*------------ 404 -----------------------*/
#error-404 { position: relative; }
	#error-404 .title { font-size: 250px; }

/*------------ CONTENT -----------------------*/
#content { position: relative; }
    #content .container { max-width: 924px !important; }

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	.container { width: 90%; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.cta ul { justify-content: center; }

    /* Contact Default */
    #contact-d .content { margin-bottom: 50px; padding-right: 0; text-align: center; }
    #contact-d .form { text-align: center; }
}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
    /* Footer */
    #footer .copyright ul li { margin-bottom: 5px; margin-right: 0; text-align: center; width: 100%; }
    #footer .copyright ul li:last-child { margin-bottom: 0; }

    /* Testimonials Default */
    #testimonials-d .swiper .text, #testimonials-d .swiper .quote-symbol, #testimonials-d .swiper .rating { text-align: center; }
    #testimonials-d .swiper .google-logo { margin-bottom: 5px; width: 100%; }
    #testimonials-d .swiper .name-star { padding: 0; width: 100%; }
    #testimonials-d .swiper .star { justify-content: center; }
    #testimonials-d .arrow svg { height: 30px; width: 30px; }
    #testimonials-d .arrow-left { right: calc(100% + 5px); }
    #testimonials-d .arrow-right { left: calc(100% + 5px); }

    /* 404 */
	#error-404 .title { font-size: 100px; }
}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.title.heading-1 { font-size: 40px; }
    .title.font-size-40 { font-size: 36px; }
	.btn { padding: 10px 12px; width: 100%; }
	.cta ul li { padding: 0; width: 100%; }

    /* Contact Default */
    #contact-d .box { padding: 40px 30px; }
    #contact-d .form { padding: 40px 20px; }

    /* Testimonials Default */
    #testimonials-d .container { width: 100%; }
    #testimonials-d .slider { padding: 0 40px; }
    #testimonials-d .swiper .box { padding: 40px 30px; }
    #testimonials-d .arrow-left { left: 0; right: auto; }
    #testimonials-d .arrow-right { left: auto; right: 0; }
}