:root {
    /* --main-color: #0780BA; */
    --main-color: #408fad;
    --main-color-optical: #408ead6e;
    --main-color-dark: #2d6074;
    --hover-main: #6EB2C7;
    /* --secondary-color: #E98020; */
    --secondary-color-light: #eb973f;
    --secondary-color: #E98020;
    --secondary-color-optical: #e9812059;
    --bg: #0782c505;
    --color: #082635;
    --dark: #a4a4a4;
    --dark-light: #d5d5d5;
    --light: #efefef;
    /*========== Hovers ==========*/
    --main-hover: #149cd4;
    /* #97cbe7; */
    --hover-secondary: #eb9c1d;
    /* #fdcda4; */
    /*========== Vars Colors ==========*/
    --heading: var(--secondary-color);
    --text: var(--main-color);
    /*========== Shadow ==========*/
    --Shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    /*========== Border ==========*/
    --radius: 30px;

}

.bg-dark {
    background: var(--main-color) !important;
}

.main-text {
    color: var(--main-color) !important;
}

.svg-normal-mask {
    mask: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/stampTiles.svg);
    background: var(--main-color)
}

body{
    font-size: 1.3rem;
}


/* gradient title*/
.grd-text h3 {
    /*   position: absolute;
     width: 90%;*/
    font-size: 2.5rem;
    font-weight: 600;
    color: transparent;
    background-image: linear-gradient(to right, var(--main-color), var(--hover-main), var(--secondary-color), var(--hover-secondary), var(--main-color));
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200%;
    /*
    background-position: -200%;
     animation: animated-gradient 2s infinite alternate-reverse;
     */
}

.gradient-text {
    color: transparent;
    background-image: linear-gradient(to right, var(--main-color), var(--hover-main), var(--secondary-color), var(--hover-secondary), var(--main-color));
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200%;
}


.text-accent {
    --bs-text-opacity: 1;
    color: #123448, var(--bs-text-opacity) !important
}

.border-primary {
    border-color: var(--main-color) !important;
}

.text-primary {
    color: var(--main-color) !important;
}


/* Footer Style */

.headingFooter {
    color: var(--main-color) !important;
    font-family: var(--main-font) !important;
}

@media screen and (max-width: 400px) {
    .btn-prev {
        margin-bottom: 20px;
    }

    .providers .swiper-slide {
        width: 100% !important;
        margin-inline: 0 !important;
    }
}

.providers .swiper-slide {
    width: 40vw !important;
    margin-inline: .5rem !important;
}

.providers .swiper-container {
    width: 100%;
    height: auto !important
        /* 250px; */
        /* height: 400px; */
}


@media screen and (max-width: 768) {

    .providers .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        margin-inline: 0px !important;
    }
}

.swiper-container {
    width: 100%;
    height: 400px
        /* 250px; */
        /* height: 400px; */
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.footer-20192 {
    position: relative;
    color: #fff;
    padding: 1rem 0;
    background-color: var(--main-color-dark);
    font-size: 1.3rem;
}

.footer-20192 .container {
    position: relative;

}

.footer-20192 h3 {
    /* font-size: 16px; */
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5;
}

.footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block;
}

.footer-20192 .links li a {
    color: #666873;
    font-size: large;
}

.footer-20192 .links li a:hover {
    color: #fff;
    font-size: larger;
}

.footer-20192 .social li {
    display: inline-block;
    position: relative;
}

.footer-20192 .social li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: var(--main-color);
    color: var(--hover-secondary) !important;
}

.footer-20192 .social li a:hover {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: var(--hover-secondary);
    color: #fff !important;
}

.footer-20192 .social li a>span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-20192 .footer-logo {
    color: #fff;
    /* font-size: 20px; */
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.footer-20192 .copyright {
    color: #666873;
}

.footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 10px;
    margin: 20px 150px;
    background-color: var(--secondary-color);
    top: -80px;
    position: relative;
    justify-content: space-between;
    border-radius: 8px;

}

.footer-20192 .cta h2,
.footer-20192 .cta h3 {
    line-height: 1.5;
}

.footer-20192 .cta h3 {
    /* font-size: 20px; */
}

/*  */
.form {
    margin-bottom: 25px;
}

.form__email {
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    width: 74%;
    font-size: 18px;
    color: var(--hover-secondary);
}

.form__email:focus {
    outline: 1px solid var(--main-color);
}

.form__button {
    background: var(--main-color);
    padding: 10px;
    border: none;
    /* width: 24%; */
    height: 65px;
    border-radius: 8px;
    font-size: 24px;
    color: var(--hover-secondary);


}

.form__button:hover {
    color: white;
    font-weight: bolder;
    background: var(--main-color-dark );

}
@media (max-width: 991.98px) {
    .footer-20192 .cta {
        margin: 20px 100px;
    }
    .form__button {
        width: 90%;
        margin-top: 5px;
    }
    .form__email {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .footer-20192 .cta {
        margin: 20px 30px;
    }
    .form__email {
        width: 90%;
    }

    .form__button {
        width: 90%;
        margin-top: 5px;
    }
    .footer-20192 .cta h2,
    .footer-20192 .cta h3 {
    line-height: 1;
    }
}


/* nav bar  */
.ftco-section {
    padding: 0 0;
}

.wrap {
    background: var(--main-color);
    font-size: 16px;

}

.wrap .phone {
    color: var(--secondary-color);
}

.wrap .phone a {
    color: var(--secondary-color);
    font-size: 18px;
}

.social-media {
    display: inline-block;
}

.social-media p a {
    width: 34px;
    height: 34px;
    background: var(--secondary-color);
    margin-right: 1px;
    border-radius: 5px;

}

.social-media p a span {
    color: #fff;
}

.social-media p a:hover {
    background: var(--secondary-color-light);
    border-color: var(--main-color);
    border-radius: 50%;
}

.social-media p a:hover span {
    /* color: var(--main-color-dark); */
    color: var(--main-color);

}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.ftco-navbar-light {
    background: #fff !important;
    z-index: 3;
    padding: 0;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #fff;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.ftco-navbar-light .navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
    color: var(--main-color);
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-brand {
        margin-bottom: 20px;
    }
}


.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #000;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: var(--main-color);
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
        display: block !important;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff;
    background: var(--main-color);
    border-radius: 0px;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        color: #fff;
        background: var(--main-color);
        border-radius: 4px;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a:before {
    visibility: visible;
    background-color: var(--main-color);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: #000;
    }

    .ftco-navbar-light .navbar-nav>.nav-item.active>a:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-toggler {
    color: var(--secondary-color) !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.text-main-hero{
    overflow: hidden;
    white-space: nowrap;
}

.up-div{
    top: -5.5rem;
    position: relative;
    border-radius: 8px;
}
.logo-footer
{
    top: -1.8rem;
    position: relative;
}
.footer-logo-description{
    font-weight: 400;
    color: var(--secondary-color);
    font-size: inherit;
}


/*share page  */
.share-20192 .social li {
    display: inline-block;
    position: relative;
}

.share-20192 .social li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: var(--main-color);
    color: var(--hover-secondary) !important;
}

.share-20192 .social li ,.share-20192 .social li a:hover {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: var(--hover-secondary);
    color: #fff !important;
}

.share-20192 .social li a>span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* about hero */
.animated-about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Front/Img/about/67.svg');
    background: linear-gradient(var(--secondary-color), var(--main-color));
    background-size: cover;
    /* animation: fadeInOut 15s linear infinite; */
    /* transform: scaleX(-1); */
    opacity: 0.5;

}
.bg-about-layer {
    position: absolute;
    top: 80;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Front/Img/about/67.svg');
    background-size: contain;
    /* transform: scaleX(-1); */
    background-repeat: no-repeat;
}
.bg-why-layer {
    position: relative;
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    background-image: url('/Root/Img/RYO_favicon.svg');
    background-size: contain;
    /* transform: scaleX(-1); */
    background-repeat: no-repeat;
    opacity: 0.5;

}
.featured-text{
    opacity: 1 !important;

}

/*  */


.Values-background {
    background-image: url('/Front/Img/icons/12-2.png'); /* Background image URL */
    background-size: contain; /* Make the background cover the entire area */
    background-position: top; /* Center the background image */
    position: relative; /* Set position relative for child elements */
    padding: 50px 0; /* Add some vertical padding */
    background-repeat: no-repeat;
}

/* Create a semi-transparent overlay */
.Values-background::before {
    background: linear-gradient(to bottom, var(--secondary-color-optical), white);
    content: ""; /* Create an empty content element */
    position: absolute; /* Position it absolutely */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* Cover the entire area */
    /* background-color: rgba(0, 0, 0, 0.5); Black background with 50% opacity */
    /* background-color: linear-gradient(to top, var(--main-color-optical), white); */
    z-index: 1; /* Place it above the background image */
}

/* Ensure content is above the overlay */
.Values-background > * {
    position: relative; /* Position content relative to its parent */
    z-index: 2; /* Place it above the overlay */
}
/*  */
.Goals-background {
    background-image: url('/Front/Img/icons/13-2.png'); /* Background image URL */
    background-size: contain; /* Make the background cover the entire area */
    background-position: top; /* Center the background image */
    position: relative; /* Set position relative for child elements */
    padding: 50px 0; /* Add some vertical padding */
    background-repeat: no-repeat;
}

/* Create a semi-transparent overlay */
.Goals-background::before {
    background: linear-gradient(to bottom, var(--main-color-optical), white);
    content: ""; /* Create an empty content element */
    position: absolute; /* Position it absolutely */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* Cover the entire area */
    /* background-color: rgba(0, 0, 0, 0.5); Black background with 50% opacity */
    /* background-color: linear-gradient(to top, var(--main-color-optical), white); */
    z-index: 1; /* Place it above the background image */
}

/* Ensure content is above the overlay */
.Goals-background > * {
    position: relative; /* Position content relative to its parent */
    z-index: 2; /* Place it above the overlay */
}


/* hover  */
.Values-background .choose_bg .white_bg .for_box:hover{
    font-size: larger;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    position: relative;
    background: url('/Front/Img/icons/bg-org-op.svg') no-repeat, linear-gradient(to bottom, white, var(--hover-secondary));
    background-size: auto;
    font-size: 35px;
}
.Goals-background .choose_bg .white_bg .for_box:hover{
    font-size: larger;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    position: relative;
    background: url('/Front/Img/icons/bg-blue-opt.svg') no-repeat, linear-gradient(to bottom, white, var(--hover-main));
    background-size: auto;
    font-size: 35px;
}
