/*
Theme Name: Verity
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Pepper Group
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
.single_toggle .toggler {
    font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

img {
    border-radius: 0px;
}

sup {
    line-height: 0px;
}

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

p,
li,
ul li {
    font-size: 17px;
    line-height: 1.4;
}

ul li,
ol li {
    padding-bottom: 10px !important;
}

h2 {
    font-size: 26px;
    color: #21578a !important;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    color: #21578a !important;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

/*---------------Header------------------*/

.av_header_top.av_logo_left .logo {
    padding: 15px;
}

.main_menu .avia-menu-text {
    color: #21578a;
    font-size: 18px;
    font-weight: 600;
}

.main_menu a {
    transition: all .5s ease-out;
}

.main_menu a:hover {
    border-bottom: 5px solid #fbb20d;
    background-color: #f5f5f5;
}

.header_bg {
    filter: drop-shadow(0.2rem 0 0.55rem rgba(33, 87, 138, 0.2));
}

/*---------------Hero-------------------*/
.home-hero {
    border-radius: 0% 00% 00% 100px;
}

.home-hero h1 {
    font-size: 40px;
    color: #21578a;
}

.home-hero p {
    color: #333333;
    font-size: 21px;
    line-height: 1.2;
}

.home-hero .avia-button-wrap {
    text-align: left;
}

.home-hero .layerslider-col {
    margin-bottom: -110px !important;
}

.home-hero .entry-content-wrapper {
    display: flex;
    align-items: center;
}

.home-hero .container {
    max-width: 100%;
    padding-right: 0px;
}

.verified-icon-1 img {
    width: 100%;
    height: 40px;
}

.col-hero-section .avia-image-container {
    text-align: left;
}

.col-hero-section>.container>.content {
    padding: 150px 0px 100px 0px;
}

.overlap-right-dark-section {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(33, 87, 138, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(33, 87, 138, 1) 50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(33, 87, 138, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#21578a", GradientType=1);
    position: relative;
    z-index: 1;
}

.overlap-right-dark-section .container {
    background-color: #21578a;
    border-radius: 100px 00% 0% 0%;
}

.overlap-right-dark-section h1 {
    color: #ffffff;
    font-size: 46px;
}

.overlap-right-dark-section p {
    color: #fff;
}

.overlap-right-dark-section ul {
    list-style-type: none;
    margin-left: 0px;
}

.overlap-right-dark-section ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0px;
    padding: 10px 0px;
    border-top: 1px solid #fbb20d;
}

.overlap-right-dark-section .intro-text p {
    font-size: 21px;
    line-height: normal;
}

.overlap-right-dark-section .container {
    padding-left: 140px;
}

.overlap-right-dark-section .verified-icon-2 img {
    Width: 100%;
    height: 48px;
}

.overlap-right-dark-section .avia-image-container {
    text-align: left;
}

.overlap-right-dark-section .content {
    padding: 150px 0px 100px 0px;
}

.fill-img-section {
    height: 850px;
    margin-top: -300px;
}

/*.left-bkg-section {
    background: rgb(51,51,51);
background: -moz-linear-gradient(90deg, rgba(51,51,51,1) 25%, rgba(255,255,255,0) 25%);
background: -webkit-linear-gradient(90deg, rgba(51,51,51,1) 25%, rgba(255,255,255,0) 25%);
background: linear-gradient(90deg, rgba(51,51,51,1) 25%, rgba(255,255,255,0) 25%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#ffffff",GradientType=1);
}*/

.left-bkg-section h2 {
    font-size: 40px;
    color: #fff !important;
}

.left-bkg-section p {
    font-size: 21px;
    color: #fff;
}

.left-bkg-section {
    background-image: url(/wp-content/uploads/2024/08/gray-curve.svg), linear-gradient(90deg, rgba(51, 51, 51, 1) 40%, rgba(255, 255, 255, 0) 40%);
    background-position: 39% 100%, 100% 100%;
    background-size: auto 100%, auto auto;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: transparent;
    margin-top: -80px;
    margin-bottom: 50px;
}

.left-bkg-section .content {
    padding: 100px 0px;
}

.static-announcement-full-w {
    background: #f4f7f9;
    padding: 65px 45px;
    margin-top: 50px !important;
}

.announcement-cat {
    display: inline-block;
    background: #348fc6;
}

.announcement-cat p {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 8px;
    margin: 0px;
}

.announcement-title p {
    color: #21578a;
    font-size: 21px;
    font-weight: 700;
}

.announcement-description p,
.announcement-date p {
    color: #333333;
}

.static-announcement-full-w .avia-button-wrap {
    text-align: left;
}

/*---------------------------------Button------------------------------*/
#wrap_all a.avia-button {
    color: #21578a !important;
    background-color: #fbb20d;
    padding: 14px 60px 12px !important;
    border: none;
    border-radius: 100px;
    transition: all .2s ease-out;
}

#wrap_all a.avia-button .avia_iconbox_title {
    color: #21578a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s ease-out;
}

#wrap_all a.avia-button:hover {
    background-color: #21578a;
}

#wrap_all a.avia-button:hover .avia_iconbox_title {
    color: #fff;
}

.avia_button_icon {
    display: none;
}

#wrap_all .button-alt a.avia-button {
    background-color: transparent;
    border-radius: inherit;
    border-top: 1px solid #333333;
}

#wrap_all .button-alt a.avia-button:hover {
    background-color: #fbb20d;
}

/*---------------------------------Footer------------------------------*/
.contact-us-section-1 {
    background-color: #f4f7f9;
    border-radius: 0% 100px 00% 0%;
}

.contact-us-section-1 .content {
    Padding: 150px 0px;
}

.contact-us-section-1 .divided-col-1 {
    padding: 0px 35px;
    border-right: 1px solid #000;
}

.contact-us-section-1 .divided-col-1-last {
    padding: 0px 35px;
}

.contact-us-section-1 .check-icon-1 img {
    width: 100%;
    height: 46px;
}

.contact-us-section-1 h2 {
    text-align: center;
    font-size: 40px;
}

.footer-section-1 {
    background-color: #21578a;
    border-radius: 0% 00% 00% 100px;
    padding: 100px 0px;
}

.footer-section-1 .footer-identity-col-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-section-1 .footer-identity-col-1 .footer-logo-1 {
    margin: 0px;
    padding-right: 30px;
}

.footer-section-1 .footer-identity-col-1 .footer-social-1 {
    padding-left: 30px;
    border-left: 1px solid #fff;
}

.footer-section-1 .footer-identity-col-1 .footer-logo-1 img {
    Width: 360px;
    height: 100%;
}

.footer-section-1 .footer-identity-col-1 .footer-social-1 .av-icon-char {
    color: #fbb20d;
    font-size: 60px;
    line-height: 60px;
}

.footer-section-1 .footer-nav-col-1 .menu-item {
    border: 0px solid transparent;
}

.footer-section-1 .footer-nav-col-1 .menu-item a {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 0em 3px !important;
}

.footer-section-1 .footer-nav-col-1 .menu-item a:hover,
.footer-section-1 .footer-nav-col-1 .menu-item a:active,
.footer-section-1 .footer-nav-col-1 .menu-item.current_page_item {
    background-color: transparent !important;
    color: #fbb20d;
}

.parent-co-section {
    min-height: 70px;
}

.parent-co-section .content {
    padding: 10px 0px;

}

.parent-co-section .flex_column {
    display: flex;
    justify-content: center;
}

.parent-co-section .flex_column .avia-image-container {
    flex-basis: 40%;
    text-align: right;
    margin: 0px 30px;
}

.parent-co-section .flex_column .av_textblock_section {
    flex-basis: 60%;
    text-align: left;
    margin: 0px 30px;
}

.parent-co-section p {
    font-size: 21px;
    color: #21578a;
    font-weight: 500;
}

.parent-co-section .parent-co-logo img {
    width: 100%;
    height: 55px;
}

.socket-section {
    background: #f4f7f9;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}

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

.socket-section .content p {
    font-size: 14px;
    text-align: center;
}

/*-------------------------Interior Pages-------------------------*/
.interior-image-title-section .container .content {
    padding-top: 50px;
}

.interior-image-title-section {
    border-top: 20px solid #21578a;
}

.interior-image-title-section h1 {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #348fc6;
    letter-spacing: 2px;
}

.interior-image-title-section h2 {
    font-size: 40px;
}

.interior-image-title-section p {
    font-size: 20px;
    line-height: 1.4;

}

.interior-image-title-section {
    background-color: #21578a;
    border-radius: 0% 00% 00% 100px;
    padding: 30px 0px;
}

.interior-image-title-section h1 {
    color: #fbb20d;
}

.interior-image-title-section h2,
.interior-image-title-section p {
    color: #fff !important;
}

.interior-image-title-section img {}

.partners-section h2 {
    font-size: 40px;
}
/*--------------------------Notification bar------------------------------*/
.notification-div {
        display: flex;
}
.wpfront-notification-bar.top {
    background:#21578A;
}
.notification-img {
    width: auto;
    height: 4rem;
}
.notification-h3 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color:#FBB20D!important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.yellow-caret {
    color: #FBB20D;
    position: relative;
    padding-right: .5rem;
    text-decoration: none!important;
}
.yellow-caret:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: .3rem;
    height: 1rem;
    background-image: url(/wp-content/uploads/2024/09/yellow-caret.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.interior-image-title-section img {
    border-radius: 0% 0% 100px 0px;
}
@media (min-width: 990px) {
    .notification-div-logo {
        border-right: 1px solid #fff;
        padding-right: 1rem;
    }
    .notification-div-text {
        padding-left: 1rem;
    }
        .notification-div-text > * {
        text-align: left;
    }
}
@media (max-width: 989px) {
    .notification-div-logo {
        display: none;
    }
}
@media only screen and (max-width: 990px) {
    .contact-us-section-1 h2 {
        font-size: 32px;
    }

    .contact-us-section-1 .divided-col-1 {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #000;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .contact-us-section-1 .divided-col-1-last {
        border-bottom: 1px solid #000;
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 50px !important;
    }

    .footer-section-1 .footer-identity-col-1 {
        justify-content: center;
    }

    .footer-section-1 .footer-nav-col-1 .menu {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .parent-co-section .flex_column {
        flex-direction: column;
        padding-top: 30px;
    }

    .parent-co-section .flex_column .avia-image-container,
    .parent-co-section .flex_column .av_textblock_section {
        text-align: center;
    }

    .overlap-right-dark-section {
        background: #21578a;
    }

    .left-bkg-section {
        background: #333333;
    }
}