@charset "utf-8";
/* CSS Document */
/* THIS FILE IS FOR DEVELOPERS TO ADD OR CHANGE THE CSS ON THE STANDARD LAYOUT OF THE ROSE TTEMPLATE */

/* NOTE: PLEASE DONT CHANGE ANY STYLES ON STYLES.CSS */

/* NOTE: MAKE SURE TO ORGANIZE YOUR CSS AND AND PLEASE ADD COMMENT TAG ON IT FOR OUR DEVEVELOPERS TO LOCATE IT EASILY */

/* ---- YOUR CUSTOM CSS STARTS HERE ----- */

/* alternative color variable*/
:root{
    --secondarytext:#85bf4b;
    --tertiarytext:rgb(255 255 255 / 30%);
}
.text-purple{
    color: #440475}
.text-orange{
    color: #e36e34}
.secondarytext{
    color: var(--secondarytext);
}

/* start custom css */

#testimonial .owl-stage{
    padding:20px 0;
}
#testimonial .card {
    box-shadow: 0px 4px 20px 0px #bdbdbd61;
    border: none;
}

#testimonial .card .statement p{
    font-size: 20px !important;
}
#testimonial .card .imgThumbnail img {
    width: 100px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
}
#testimonial .card .textContent p{
    margin: 0;
    padding: 0;
}

#testimonial .owl-nav{
    text-align: center;
}
#testimonial .owl-carousel .owl-nav button.owl-next,
#testimonial .owl-carousel .owl-nav button.owl-prev {
    margin: 0 20px;
    background: 0 0;
    color: var(--dark) !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important
}

#testimonial .owl-carousel .owl-nav button.owl-next:hover,
#testimonial .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--primary) !important;
    background-color: transparent !important
}

#testimonial .owl-dots {
    display: inline-block;
}

#testimonial button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

#testimonial .item {
    display: none
}

#testimonial .next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

#testimonial .prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

#testimonial .item.show {
    display: block;
    transition-duration: 0.4s
}

@media screen and (max-width: 999px) {
    #testimonial .next,
    #testimonial .prev {
        transform: scale(1);
        opacity: 1
    }
    #testimonial .item {
        display: block !important
    }
}


/* insurance */
#insurance-section h2, #insurance-section p{
    color: white;
}

@media screen and (max-width: 999px) {
    .navbar-brand .slogan{
        position: relative;
        top: 26px;
        font-size: 14px;
    }
    
    #mainHeader{
        position: sticky;
        background-color: var(--light);
    }
}

@media screen and (max-width: 769px) {
    .page #mainHeader{
        position: sticky;
      }
    #page-hero{
        margin: 0;
    }
    #page-hero .page-header{
        font-size: 2.5rem;
    }
    .pageMainCta.style01 .ctaArea .imgThumbnail{
        margin: 0 !important;
        left: 20px !important;
    }
    #heroBanner{
        padding: 0 !important;
    }
}


.blockquote{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    margin-left: 20px;
    margin-right: 15px;
    background-color: #A8C8EE;
    padding-left: 8px;
    padding-right: 8px;
}

#lang-changer{
    border: 1px solid transparent;
    border-radius: 100px;
}
#lang-changer:hover{
    border: 1px solid var(--secondarytext);
    border-radius: 100px;
}
#lang-changer a{
    color: white;
}

#lang-changer .dropdown-menu{
    box-shadow: 1px 6px 5px #c3c3c39e;
}
#lang-changer .dropdown-item{
    color: var(--dark);
    display: flex;
    align-items: center;
}


/* Flags */
#spanish-lang{
    color: white !important;
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative;
    z-index: 2;
    /* top: 10px; */
    right: 0px;
}
@media (max-width: 768px) {
    #spanish-lang{
        top: 0;
        left: 5px;    
    }
}
@media (max-width: 992px) {
    #spanish-lang{
        top: 0;
        left: 5px;    
    }
}
@media screen and (max-width: 376px) {
    #spanish-lang{
        top: 10px;
        right: 0px;    
    }
}
.flag{
    width: 20px;
    height: 15px;
    position: relative;
    display: inline-block;
    margin-right: 8px !important;
    padding: 0;
    margin: 0;
    color: white;
    background-size:100%!important;
}
.flag-us{
    background: url("assets/img/main/flags/us.svg") no-repeat;
}
.flag-es{
    background: url("assets/img/main/flags/es.svg") no-repeat;
}
.flag-mx{
    background: url("assets/img/main/flags/mx.svg") no-repeat;
}



#events .btn-cta{
    animation: none;
}

#events .imgThumbnail{
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    height: 350px;
}
#events .textContent h2,
#events .textContent p
{
    color: var(--secondary) !important;
}

/* colors - Subtle Color Group */
.subtle-color-shade{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.color-shade{
    display: grid;
    place-content: center;
    text-align: center;
    margin: 1px;
    width: 48%;
    height: 100px;
}
.color-shade p{
    color: white;
}
@media (min-width: 768px) {
    .subtle-color-shade{
        flex-direction: row;
    }
    .color-shade{
        width: 18%;
        height: 100px;
    }
}
/* Subtle Color Group */
.color-shade.sandstone{ background-color: #9C8D64;}
.color-shade.canyon{background-color: #8E745D;}
.color-shade.sante-fe{background-color: #947362;}
.color-shade.pebble{background-color: #9C8C73;}
.color-shade.dune{background-color: #8E816E;}
.color-shade.outback{background-color: #958C7B;}
.color-shade.silversmoke{background-color: #5F625B;}
.color-shade.lightgray{background-color: #52524A;}
.color-shade.darkgray{background-color: #424242;}

/* Standard Color Group */
.color-shade.mocha{ background-color: #84725A;}
.color-shade.rustic-brown{background-color: #796453;}
.color-shade.san-diego-buff{background-color: #A78B63;}
.color-shade.sangria{background-color: #9C725A;}
.color-shade.sunset-rose{background-color: #9C725A;}
.color-shade.baja-red{background-color: #966D51;}
.color-shade.sequioa-sand{background-color: #8D7C62;}
.color-shade.yosemite-brown{background-color: #8C7352;}
.color-shade.southern-blush{background-color: #937656;}
.color-shade.salmon{background-color: #946B4B;}
.color-shade.mesa-buff{background-color: #946B4B;}
.color-shade.omaha-tan{background-color: #9D8463;}
.color-shade.harvest-gold{background-color: #A5844F;}
.color-shade.mesquite{background-color: #847B6A;}
.color-shade.taupe{background-color: #7D6C5B;}
.color-shade.sierra{background-color: #7C745B;}
.color-shade.bayou{background-color: #857A66;}
.color-shade.cocoa{background-color: #7A6A53;}
.color-shade.pewter{background-color: #6B6B63;}
.color-shade.cobblestone{background-color: #5A5A52;}

/* Premium Color Group */
.color-shade.tile-red{ background-color: #946354;}
.color-shade.brick-red{ background-color: #8E523A;}
.color-shade.terra-cotta{ background-color: #9C6336;}
.color-shade.spanish-gold{ background-color: #946D44;}
.color-shade.palomino{ background-color: #9D844B;}
.color-shade.flagstone-brown{ background-color: #8C6B4A;}
.color-shade.adobe{ background-color: #685B48;}
.color-shade.kahlua{ background-color: #645342;}


.patterns .imgThumbnail img{
    width: auto !important;
    height: auto;
}
.patterns .imgThumbnail{
    height: auto !important;
    margin: 0 !important;
}
.bottomContent img{
    width: unset !important;
}

/* User Styles */
.textContent h2.h2-headline{
    font-weight: 700;
    padding: 0;
    line-height: 40px;
    color: var(--secondary);
    font-size: 2.2rem;
}
.textContent h3.h3-headline{
    font-weight: 700;
    padding: 0;
    line-height: 40px;
    color: var(--dark);
    font-size: 1.5rem;
}
.dark-bg{
    background-color: rgb(0 0 0 / 50%);
   /* height: 100%; */
    border-radius: 4px;
  }

  /* menu 2nd level */
.nav-item .secondLevel a{
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
    white-space: nowrap;
}
.nav-item .secondLevel a:hover{
    background-color: var(--primary);
    color: white;
    text-decoration: none;
}
.dropright .dropdown-menu{
    display: none;
}
.dropright:hover .dropdown-menu{
    display: block;
}

/* video thumbnail */
.vidThumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vidThumbnail img{
    object-fit: cover;
    width: 100%;
}
.vidThumbnail a{
    display: grid;
    place-items: center;
    background-color: red;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    transition: transform .2s;
}
.vidThumbnail a:hover{
    text-decoration: none;
    transform: scale(1.5);
}
.vidThumbnail a i{
    color: white;
}

/* map in container */
.imgThumbnail.gmap{
    position: relative;
    width:100%;
    height:100%;
    overflow:hidden;

}
.imgThumbnail.gmap iframe {
    margin-top:-50px;
}


#mapCaption{
    bottom: 50px;
    position: absolute;
    background-color: white;
    width: 100%;
}

.mainContent .featureService i{
    font-size: 30px;
}

.underlineText li,
.underlineText li a,
.underlineText span{
    text-decoration: underline;
    color: var(--gray-dark) !important;
}



/* TRUST and AFFiliates */
.trust-partners img{
    width: 50%;
    margin: 12px 0;
}

@media (min-width: 992px) {
    .trust-partners img{
        width: 33%;
        margin: 12px 0;
    }
}

.review-slider .item{
    display: flex;
    flex-direction: column;
}
.review-slider .card{
    border: none;
    padding: 20px;
}
.review-slider .owl-nav{
    display: flex;
    justify-content: space-between;
}
.review-slider .imgThumbnail img{
    width: 70px !important;
}
.review-slider .owl-nav{
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.review-slider .owl-nav{
    width: 60%;
    bottom: 50px;
}

@media (min-width: 992px) {
    .review-slider .owl-nav{
        width: 66%;
    }
}
@media (max-width: 575.98px) {
    .review-slider .owl-nav{
        width: 90%;
    }
}
.review-slider .owl-nav button.owl-next, 
.review-slider .owl-nav button.owl-prev{
    font-size: 40px !important;
}
.review-slider .owl-nav button.owl-next:hover, 
.review-slider .owl-nav button.owl-prev:hover{
    color: var(--primary);
}
.review-slider .owl-nav button.owl-next:focus, 
.review-slider .owl-nav button.owl-prev:focus{
    outline: unset;
}
/* .review-slider .client-statement:before{
    font-family: 'fontAwesome';
    content: "\f10d";
    color: lightgrey;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 0;
    font-size: 33px;
    left: 6px;
    opacity: .2;
    top: 0;
}  */
