@import url("https://use.typekit.net/tek2fzc.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --lightgray: #c7c8c9;
    --lightblue: #668ec9;
}

h1,
h2,
h3,
h4,
h5,
h6,
.single_toggle .toggler {
    font-family: korolev, sans-serif;
    text-transform: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
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 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    border-radius: 0px;
}

sup {
    line-height: 0px;
}

p a {
    text-decoration: underline !important;
}

/*-----------------Header-----------------*/
#header {
    margin-top: 30px;
    transition: all .2s ease-out;
}

#header.header-scrolled {
    margin-top: inherit;
}

#header {
    filter: drop-shadow(0.2rem 0 0.55rem rgba(0, 84, 164, 0.2));
}

#header_main {
    padding: 10px 0 10px 0;
}

#header_main .container {
    min-height: 90px;
}

#header_main .main_menu .avia-menu #avia-menu .menu-item a .avia-menu-text {
    font-family: korolev, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #001689;
}

#top #menu-item-search.menu-item-search-dropdown>a {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #001689;
}

#header_main .main_menu .avia-menu {
    border: 8px solid !important;
    border-image-slice: 1 !important;
    border-width: 8px !important;
    margin-bottom: -8px;
    border-image-source: -webkit-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: -o-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: linear-gradient(to left, #001689, #668ec9) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    height: 101px;
}

#header_main .main_menu .avia-menu.av-main-nav-wrap {
    padding-right: 100px;
    margin-right: -100px;
}

/*---------------Headings-------------------*/
h1 {
    font-weight: 500;
    font-size: 34px;
    letter-spacing: normal !important;
    color: #001689 !important;
    text-transform: uppercase !important;
    border-bottom: 2px #001689 Solid !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

.home h1 {
    font-size: 54px;
    color: #668ec9 !important;
    text-transform: inherit !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 14px !important;
}

h1 strong {
    font-family: korolev, sans-serif;
    text-transform: none !important;
    color: #001689 !important;
    font-weight: 500 !important;
    line-height: normal;
}

h2 {
    font-size: 46px;
    font-weight: 500;
    color: #668ec9 !important;
    letter-spacing: normal !important;
}

h2 strong {
    font-family: korolev, sans-serif;
    text-transform: none !important;
    color: #001689 !important;
    font-weight: 500 !important;
    line-height: normal;
}

.schebler-cta-heading-1 h5 {
    font-size: 46px;
    letter-spacing: normal !important;
    font-family: korolev, sans-serif;
    text-transform: none !important;
    color: #668ec9 !important;
    font-weight: 500 !important;
    line-height: normal;
}

.schebler-cta-heading-1 h5 strong {
    color: #001689 !important;
}

.home h2 {
    font-size: 34px;
    font-weight: 500;
    color: #668ec9 !important;
    letter-spacing: normal !important;
}

.home h2 strong {
    font-family: korolev, sans-serif;
    text-transform: none !important;
    color: #001689 !important;
    font-weight: 500 !important;
    line-height: normal;
}

h3 {
    font-size: 34px;
    font-weight: 500;
    color: #001689 !important;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    color: #001689 !important;
    text-transform: uppercase !important;
}

p {
    font-size: 24px;
    line-height: normal;
    color: #001689;
}

p strong {
    color: #001689 !important;
    font-weight: 600;
}

.single_toggle .toggler {
    font-size: 24px;
    font-weight: 600;
    color: #001689 !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid #668ec9;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background: transparent !important;
    transition: all .2s ease-out;
}

.toggle_content {
    background: transparent !important;
    border: 0px;
}

.toggle_content p {
    font-size: 24px !important;
}

.toggle_icon,
.vert_icon,
.hor_icon {
    border-color: #668ec9 !important;
    transition: all .2s ease-out;
}

.single_toggle .toggler:hover,
.single_toggle .toggler:hover .toggle_icon,
.single_toggle .toggler:hover .vert_icon,
.single_toggle .toggler:hover .hor_icon {
    background: #668ec9 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.single_toggle .toggler.activeTitle {
    background-color: #668ec9 !important;
    background: #668ec9 !important;
    color: #FFFFFF !important;
}

.single_toggle .toggler.activeTitle .toggle_icon,
.single_toggle .toggler.activeTitle .vert_icon,
.single_toggle .toggler.activeTitle .hor_icon {
    border-color: #ffffff !important;
}

.active_tc .toggle_content {
    border-bottom: 2px solid #668ec9;
    margin-bottom: 0px !important;
    padding-bottom: 16px !important;
    transition: all .2s ease-out;
}

/*---------------Footer----------------*/
.footer-row-1 .menu-main-menu-container li.menu-item {
    border: 0px !important;
}

.footer-row-1 .menu-main-menu-container .menu-item a {
    font-family: korolev, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    color: #001689;
    padding: 14px 0px !important;
}

.footer-row-1 .flex_column.footer-logo-1 img {
    width: 495px;
    height: 100%;
}

.footer-row-1 .flex_column.footer-menu-1 {
    border-right: 1px solid #668ec9;
    text-align: right;
    padding-right: 48px;
}

.footer-row-1 .flex_column .avia-image-container {
    text-align: left;
}

.schebler-footer-1 {
    background-color: #001689;
}

.schebler-footer-1 .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.schebler-footer-1 .schebler-logo-col img {
    width: 200px;
}

.schebler-footer-1 h3,
.schebler-footer-1 p {
    color: #fff !important;
}

.schebler-footer-1 p {
    font-size: 16px;
}

.schebler-footer-1 h3 {
    text-transform: uppercase !important;
}

.social-icon-cryo-1 a {
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
}

.social-icon-cryo-1 a:hover {
    color: #001689 !important;
}

/*-------------------------Socket-----------------------------------*/
.socket-section {
    height: 38px !important;
    min-height: 38px;
}

.socket-section .content {
    padding: 0px !important;
}

.socket-section .content p {
    font-size: 12px;
}

/*------------------------------Button
*/
.avia-button-wrap {
    text-align: left !important;
}

#wrap_all a.avia-button .avia_iconbox_title {
    font-family: korolev, sans-serif !important;
    font-weight: 600 !important;
}

#wrap_all a.avia-button,
.wpforms-submit,
input.hs-button,
.main_menu .contact-menu-button a .avia-menu-text {
    color: #0054a4 !important;
    font-family: korolev, sans-serif !important;
    border: 3px solid #668ec9 !important;
    background-color: transparent !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 14px 18px 12px !important;
    /*transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;*/
    border-radius: 0px;
    box-shadow: none;
    min-width: 220px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0) !important;
    transform: perspective(1px) translateZ(0) !important;
    position: relative !important;
    -webkit-transition-property: color !important;
    transition-property: color !important;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
}

#wrap_all a.avia-button:before,
input.hs-button:before,
.main_menu .contact-menu-button a .avia-menu-text:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #668ec9 !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

#wrap_all .dark-section a.avia-button {
    color: #ffffff !important;
}

#wrap_all a.avia-button:hover,
.wpforms-submit:hover,
input.hs-button:hover,
.main_menu .contact-menu-button a .avia-menu-text:hover {
    /*background-color:#668ec9!important;*/
    color: #FFFFFF !important;
    opacity: 1;
}

input.hs-button:hover {
    background: #668ec9 !important;
}

#wrap_all a.avia-button:hover:before,
.wpforms-submit:hover:before,
input.hs-button:hover:before,
.main_menu .contact-menu-button a .avia-menu-text:hover:before {
    /*background-color:#668ec9!important;
    color:#0054a4!important;*/
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}

.avia_button_icon {
    display: none;
}

#wrap_all .dk-section a.avia-button {
    color: #FFFFFF !important;
}

.main_menu .contact-menu-button a .avia-menu-text {
    display: inline;
}

.footer-page-content .contact-menu-button {
    display: none;
}

/*------------------------------------------------*/
.responsive #hero-section .container {
    max-width: 1400px;
}

#flyout-from-right-section {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    /*border-image-source: -webkit-linear-gradient(right, #00C853, #B2FF59);
    border-image-source: -o-linear-gradient(right, #00C853, #B2FF59);
    border-image-source: linear-gradient(to left, #00C853, #B2FF59);*/
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-image: linear-gradient(to right, transparent 50%, #ffffff 50%);
    background-color: transparent;
    filter: drop-shadow(0.2rem 0 0.55rem rgba(0, 84, 164, 0.2));
}

#flyout-from-right-section .container {
    padding-right: 150px !important;
}

#flyout-from-right-section .container .content {
    background-color: #fff;
    margin-left: 100px !important;
}

#flyout-from-right-section .container .content .avia-image-container {
    height: 300px;
    margin-left: -100px !important;
    width: 100%;
    object-fit: contain;
    min-width: 420px;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
}

/*----------------------------Bottom Border---------------------------------*/
#flyout-from-right-section {
    border: 8px solid !important;
    border-image-slice: 1 !important;
    border-width: 8px !important;
    position: relative;
    z-index: 2;
}

#flyout-from-right-section {
    border-image-source: -webkit-linear-gradient(right, #001689 50%, Transparent 50%) !important;
    border-image-source: -o-linear-gradient(right, #001689 50%, Transparent 50%) !important;
    border-image-source: linear-gradient(to left, #001689 50%, Transparent 50%) !important;
}

#flyout-from-right-section {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

#flyout-from-right-section .container .content {
    border: 8px solid !important;
    border-image-slice: 1 !important;
    border-width: 8px !important;
    margin-bottom: -8px;
}

#flyout-from-right-section .container .content {
    border-image-source: -webkit-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: -o-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: linear-gradient(to left, #001689, #668ec9) !important;
}

#flyout-from-right-section .container .content {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

/*------------------------hero Image---------------------------*/
#hero-section .entry-content-wrapper {
    display: flex;
    align-items: center;
    max-height: 300px;
}

#hero-section.thank-you-hero .entry-content-wrapper {
    max-height: inherit;
}

#hero-section .container .content {
    padding-top: 200px;
    margin-top: -90px;
    padding-bottom: 100px;
}

#hero-section .container {
    max-width: 100%;
}

#hero-section .lg-circle-img-overlap.flex_column {
    min-height: 500px;
    position: relative;
    z-index: -1;
}

#hero-section #hero-section-para.flex_column {
    max-width: 540px;
}

#hero-section .lg-circle-img-overlap.flex_column .avia-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 800px !important;
    width: 900px;
    height: 700px !important;
    margin-left: -100px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#hero-section.hero-section-interior .lg-circle-img-overlap.flex_column .avia-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 800px !important;
    width: 900px;
    height: inherit !important;
    margin-left: inherit;
    margin-top: -140px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#hero-section.hero-section-interior .lg-circle-img-overlap.flex_column .avia-image-container img {
    object-fit: cover;
    height: 500px !important;
    object-position: 0% 50%;
    border-radius: 0% 0% 0% 70% / 0% 0% 0% 100% !important;
}

#hero-section.hero-section-interior {
    background-color: rgb(209, 221, 239);
    background-image: -moz-linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background-image: -webkit-linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background-image: linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
}

#hero-section.hero-section-interior .content {
    padding-bottom: 0px;
}

.top-margin-under-section {
    margin-top: -200px;
    margin-bottom: -775px;
    padding-top: 300px;
}

.top-margin-under-section {
    background-image: url(/wp-content/uploads/2024/08/circle-bkg.svg), -webkit-linear-gradient(#EDEFF1 10%, #ffffff 100%);
    background-image: url(/wp-content/uploads/2024/08/circle-bkg.svg), -o-linear-gradient(#EDEFF1 10%, #ffffff 100%);
    background-image: url(/wp-content/uploads/2024/08/circle-bkg.svg), linear-gradient(#EDEFF1 10%, #ffffff 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1100px;
}

.short-border-top {
    border: 8px solid !important;
    border-image-slice: 1 !important;
    border-width: 8px !important;
    position: relative;
    z-index: 2;
    border-image-source: -webkit-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: -o-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: linear-gradient(to left, #001689, #668ec9) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    padding-top: 30px;
}

.right-light-row {
    margin-top: 20px !important;
    display: grid;
    grid-template-columns: 100px 310px;
    background: rgb(229, 238, 246);
    background: -moz-linear-gradient(90deg, rgba(229, 238, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(229, 238, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(229, 238, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5eef6", endColorstr="#ffffff", GradientType=1);
    padding: 30px 30px 30px 0px;
}

.right-light-row>div,
.right-light-row section {
    margin-left: -50px !important;
    align-content: center;
}

.avia-image-container {
    grid-column-start: 1;
}

.right-light-row .av_textblock_section {
    padding-left: 20px;
}

.right-light-row img {
    width: 100px;
    height: 100px;
}

.right-light-row p {
    font-size: 16px;
}

.right-grid-col-1 {
    background: transparent;
}

.right-grid-col-1 .flex_cell {
    padding-left: 50px;
}

.right-grid-col-1 .el_after_av_cell_one_half {
    padding-right: 0px;
}

.background-overlap-top-1 {
    min-height: 800px;
    margin-top: -400px;
}

.curve-top-bkg-section {
    margin-top: -150px;
    background-color: transparent;
    position: relative;
    z-index: 100;
}

.curve-top-bkg-section h1 {
    text-align: right;
}

.circle-img-container-1 img {
    aspect-ratio: 1 / 1;
    width: auto;
    height: 300px;
    object-fit: cover;
    border-radius: 600px !important;
    transition: all .2s ease-out;
}

.circle-img-container-1 {
    aspect-ratio: 1 / 1;
}

.gradient-bkg-section-img-1 {
    margin-top: -100px;
    padding-top: 50px;
}

.gradient-bkg-section-img-1 .container {
    max-width: 1400px;
    padding-bottom: 200px;
}

.overlap-footer-section-1 .container {
    background-color: #fff;
    border: 8px solid !important;
    border-image-slice: 1 !important;
    border-width: 8px !important;
    position: relative;
    z-index: 2;
    border-image-source: -webkit-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: -o-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: linear-gradient(to left, #001689, #668ec9) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    margin-top: -100px;
    filter: drop-shadow(0.2rem 0 0.55rem rgba(0, 84, 164, 0.2));
}

/*-----------Image Dropshadow--------*/
.image-drop-shadow img {
    filter: drop-shadow(0.2rem 0 0.55rem rgba(0, 84, 164, 0.2));
    object-fit: cover !important;
    background-color: #ffffff;
    min-height: 380px !important;
}

/*------------------Interior pages----------------------*/
#hero-section.hero-section-interior .lg-circle-img-overlap.flex_column .avia-image-container {
    margin-left: initial !important;
}

.responsive #hero-section.hero-section-interior .container {
    max-width: 1100px;
}

#hero-section.hero-section-interior .container {
    max-width: inherit;
}

.top-rule-section {
    border: 8px solid !important;
    border-image-slice: 1 !important;
    border-width: 8px !important;
    position: relative;
    z-index: 2;
    background: rgb(209, 221, 239);
    background: -moz-linear-gradient(180deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 20%);
    background: -webkit-linear-gradient(180deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 20%);
    background: linear-gradient(180deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1ddef", endColorstr="#ffffff", GradientType=1);
}

.top-rule-section div .av_one_half {
    margin-left: 5%;
    width: 45%;
    min-height: 250px;
}

.top-rule-section {
    border-image-source: -webkit-linear-gradient(right, #001689 50%, Transparent 50%) !important;
    border-image-source: -o-linear-gradient(right, #001689 50%, Transparent 50%) !important;
    border-image-source: linear-gradient(to left, #001689 50%, Transparent 50%) !important;
}

.top-rule-section {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

.top-rule-section .container .content {
    border: 8px solid !important;
    border-image-slice: 1 !important;
    border-width: 8px !important;
    margin-top: -8px;
}

.top-rule-section .container .content {
    border-image-source: -webkit-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: -o-linear-gradient(right, #001689, #668ec9) !important;
    border-image-source: linear-gradient(to left, #001689, #668ec9) !important;
}

.top-rule-section .container .content {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

.small-paragraph p {
    font-size: 15px;
}

.three-col-section img {
    object-fit: cover;
    border-radius: 0px 0px 50px 0px !important;
    min-height: 210px;
    margin-bottom: 20px;
}

.image-left-text-right-imgbkg {
    padding-top: 50px;
    padding-bottom: 100px;
}

.image-left-text-right-imgbkg img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.hr-inner {
    border-color: #001689 !important;
    border-width: 2px;
}

.content-cta-large-1 {
    margin-top: 20px;
}

.content-cta-large-1 h2 {
    font-size: 38px !important;
}

.content-cta-large-1 .avia-button-wrap {
    text-align: right !important;
}

.divided-content {
    border: 2px solid #001689 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    padding: 15px 0px 8px 0px;
}

.divided-content p {
    font-size: 16px !important;
}

.left-col-image-1 img {
    object-fit: cover;
    border-radius: 0px 0px 85px 0px !important;
    min-height: 300px;
    margin-bottom: 20px;
}

.image-border-radius-1 img {
    border-radius: 0px 0px 85px 0px !important;
    height: 300px;
    object-fit: cover;
    object-position: 75% 25%;
}

.simple-signoff {
    ackground: rgb(209, 221, 239);
    background: -moz-linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background: -webkit-linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background: linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1ddef", endColorstr="#ffffff", GradientType=1);
}

.simple-signoff .container .content {
    padding-bottom: 200px;
}

.post-template-default #main {
    margin-top: 100px;
}

.post-template-default .blog-meta {
    display: none;
}

@media only screen and (max-width: 1380px) {
    .circle-img-container-1 img {
        width: auto;
        height: 210px;
        object-fit: cover;
        border-radius: 600px !important;
        min-width: 200px;
    }
}

@media only screen and (max-width: 1080px) {
    h2 {
        font-size: 34px;
    }

    #flyout-from-right-section .container .content .avia-image-container {
        min-width: 380px;
    }
}

@media only screen and (max-width: 990px) {
    #header {
        filter: none;
    }

    .av-active-burger-items .avia-menu-text {
        font-family: korolev, sans-serif;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 600;
        color: #001689;
    }

    .main_menu .contact-menu-button a .avia-menu-text {
        font-family: korolev, sans-serif;
        font-size: 26px !important;
        text-transform: uppercase;
        font-weight: 600;
        border: none !important;
        color: #001689 !important;
        padding: 0px !important;
    }

    .main_menu .contact-menu-button a .avia-menu-text:before {
        background: transparent !important;
    }

    .top-margin-under-section {
        margin-top: inherit;
        margin-bottom: inherit;
        padding-top: inherit;
        height: inherit;
    }

    .right-light-row {
        display: block;
        padding: 30px 30px 30px 30px;
    }

    .grid-column-right-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .right-light-row .av_textblock_section {
        padding-left: 0px;
    }

    .right-light-row section {
        margin-left: inherit;
    }

    .image-border-radius-1 img {
        height: 200px;
    }
}

@media only screen and (max-width: 989px) {
    .curve-top-bkg-section {
        padding-top: 50px;
    }

    .curve-top-bkg-section h1 {
        text-align: left;
    }

    .gradient-bkg-section-img-1 {
        background-repeat: repeat-y !important;
        background-image: url(https://f7fc15fc66.nxcli.io/wp-content/uploads/2024/08/square-gradient-bkg-1.svg) !important;
        background-position: 50% 100% !important;
        background-attachment: scroll !important;
    }

    .circle-img-container-1 img {
        width: auto;
        height: 326px;
        object-fit: cover;
        border-radius: 600px !important;
        min-width: 310px;
    }

    h2 {
        font-size: 34px;
    }

    #hero-section .entry-content-wrapper {
        display: block;
        align-items: center;
        max-height: 300px;
    }

    .lg-circle-img-overlap {
        display: none;
    }

    .home h1 {
        font-size: 38px;
    }

    #flyout-from-right-section .container .content .avia-image-container {
        min-width: 350px;
    }

    .mobile-hero-bkg .container,
    .mobile-interior-hero-bkg .container {
        height: 250px;
    }

    #hero-section .container .content {
        padding-top: 50px;
        margin-top: 0px;
        padding-bottom: 50px;
    }

    #header_main .main_menu .avia-menu {
        border: none !important;
    }

    #header_main {
        border: 8px solid !important;
        border-image-slice: 1 !important;
        border-image-source: -webkit-linear-gradient(right, #001689, #668ec9) !important;
        border-image-source: -o-linear-gradient(right, #001689, #668ec9) !important;
        border-image-source: linear-gradient(to left, #001689, #668ec9) !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
    }

    .mobile-body-logo {
        text-align: left !important;
    }

    .mobile-body-logo img {
        width: 350px;
    }

    .image-left-text-right-imgbkg {
        padding-bottom: 50px;
    }

    .image-left-text-right-imgbkg .mobile-body-logo img {
        height: initial;
    }
}

@media only screen and (max-width: 900px) {
    #flyout-from-right-section .container .content .avia-image-container {
        min-width: 300px;
    }

    #header_main .container {
        min-height: inherit !important;
    }

    #header_main .main_menu .avia-menu {
        height: inherit;
    }
}

@media only screen and (max-width: 768px) {
    .footer-row-1 .flex_column.footer-menu-1 {
        border: none;
        padding-right: 0px;
    }

    .footer-row-1 .menu-main-menu-container .menu-item a {
        font-size: 32px;
    }

    .right-light-row>div,
    .right-light-row section {
        margin-left: 0px !important;
    }

    .socket-section .content p {
        text-align: center;
    }

    .grid-column-right-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .gradient-bkg-section-img-1 {
        margin-top: -50px;
        background-repeat: repeat-y !important;
        background-position: 100% 0% !important;
    }

    .circle-img-container-1 {
        max-height: 450px;
    }

    .circle-img-container-1 img {
        height: 400px;
    }

    .three-col-section img {
        max-height: 140px;
    }

    .overlap-footer-section-1 {
        text-align: center;
    }

    .overlap-footer-section-1 .avia-button-wrap {
        text-align: center !important;
    }

    .footer-row-1 .flex_column .avia-image-container {
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .footer-row-1 .flex_column.footer-logo-1 {
        border: none;
    }

    .footer-row-1 #menu-main-menu {
        text-align: right;
    }

    .schebler-footer-1 .content {
        text-align: center;
    }

    .schebler-footer-1 .avia-button-wrap {
        text-align: center !important;
    }

    #flyout-from-right-section {
        background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    }

    #flyout-from-right-section .container {
        padding-right: inherit !important;
    }

    #flyout-from-right-section .container .content {
        margin-left: auto !important;
    }

    #flyout-from-right-section .container .content .avia-image-container {
        height: inherit !important;
        margin-left: auto !important;
    }

    .overlap-footer-section-1 .container {
        margin-top: 50px !important;
    }
}

@media only screen and (max-width: 480px) {
    .circle-img-container-1 img {
        height: 300px;
    }
}


/* background images default to "cover" */
[class*="avia-bg-style-"] {
    background-size: cover;
}

/* blog */
#section-blog-hero {
    background-color: rgb(209, 221, 239);
    background-image: -moz-linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background-image: -webkit-linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background-image: linear-gradient(0deg, rgba(209, 221, 239, 1) 0%, rgba(255, 255, 255, 1) 40%);
}



.latestposts-wrapper {
    width: 100%;
}

.latestposts-div {
    margin-bottom: 4rem;
}

.latestposts-img {


    height: auto;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 0 0 4rem 0;
}

.latestposts-h3 {
    font-size: 26px;
    font-weight: 600;
    line-clamp: 3;
}

.latestposts-h3>[href] {
    font-family: korolev, sans-serif;
    text-transform: uppercase;
    transition: color .2s ease-in-out;
}

.latestposts-h3>[href]:hover,
.latestposts-h3>[href]:active,
.latestposts-h3>[href]:focus {
    color: #668ec9 !important;
}

.latestposts-p {
    font-size: 1rem;
    line-clamp: 4;
}

.latestposts-button.avia-button.avia-position-left {
    float: none;
}


@media (max-width: 599px) {

    .latestposts-div {
        width: 100%;
    }

    .latestposts-img {
        max-width: 28rem;
    }

}

@media (min-width: 600px) {

    .latestposts-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .latestposts-img {
        max-width: 100%;
    }

}


@media (min-width: 600px) and (max-width: 989px) {

    .latestposts-div {
        width: calc(50% - 1rem);
    }

}

/*
 * #668ec9
 * var(--enfold-main-color-meta);    
 */


@media (min-width: 990px) {

    .latestposts-div {
        width: calc(33% - .66rem);
    }

    .latestposts-img {
        max-width: 100%;
    }

}


.latestposts-pagination {
    width: 100%;
    font-family: 'korolev', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.latestposts-pagination .page-numbers {
    display: inline-block;
    font-weight: bold;
    padding: .5rem .8rem;
    transition: background-color .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out;
}

.latestposts-pagination .page-numbers:not(.current) {
    border: .1rem solid var(--lightgray);
    color: var(--enfold-main-color-primary);
}

.latestposts-pagination .page-numbers:not(.current):hover,
.latestposts-pagination .page-numbers:not(.current):active,
.latestposts-pagination .page-numbers:not(.current):focus {
    background-color: var(--lightgray);
}

.latestposts-pagination .page-numbers.current {
    background-color: var(--enfold-main-color-primary);
    border: .1rem solid var(--enfold-main-color-primary);
    color: white;
}