﻿@charset "UTF-8";
/* CSS Document */
#quote a:hover {
    color: #A2DDD1;
}

.bg-grey {
    background-color: #B9B9B9;
}

.grad {
    background-image: linear-gradient(180deg, rgba(255,0,0,0), rgba(255,0,0,1));
}

.bg-sidebar-widget {
    background-color: #edfbfa !important
}

.about-layout2 .video-banner-layout2 {
    position: static;
    z-index: 3;
    width: 135%;
    border-radius: 20px
}

.bg-sidebar-widget {
    background-color: #edfbfa !important
}

.footer .footer-primary {
    padding-top: 0px; /*85px*/
    padding-bottom: 0px; /*60px*/
    background-color: #1d2a4d;
}
/*
.jumbo-img {
  position: relative;
  z-index: 1;
  background-image: url("../images/sliders/eap1.jpg");
  background-size: cover;
  background-position: center center;
}
*/


.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: inherit;
}

/* ------------------------^^^^^FANCY BOX^^^^^------------------------ */
.fancybox-layout1 .fancybox-item, .fancybox-layout2 .fancybox-item {
    background: #fff;
    padding: 20px;
}
/* 
.fancybox-layout1 .fancybox-item .fancybox__icon, .fancybox-layout2 .fancybox-item .fancybox__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px; 
    flex: 0 0 65px; 
}
*/
/* ------------------------vvvvvSTAT BOXvvvvv------------------------ */
.stat-info .boxes-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -40px; /*-40 original*/
    overflow: hidden;
    border-radius: 10px
}
    /*
.stat-info .boxes-wrapper > [class*=col-]:nth-of-type(1) .stat-content-box {
  background-color: #21cdc0
}
*/
    .stat-info .boxes-wrapper > [class*=col-]:nth-of-type(1) .stat-content-box {
        background-color: #0e204d
        /*      #00aca7*/
    }

    .stat-info .boxes-wrapper > [class*=col-]:nth-of-type(2) .stat-content-box {
        background-color: #3851a2
    }

    .stat-info .boxes-wrapper > [class*=col-]:nth-of-type(3) .stat-content-box {
        background-color: #2d4990
    }

.stat-info .stat-content-box {
    position: relative;
    padding: 45px;
    height: 100%
}

    .stat-info .stat-content-box .stat__title {
        font-size: 19px
    }

    .stat-info .stat-content-box .stat__icon {
        font-size: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px
    }

    .stat-info .stat-content-box .stat__desc, .stat-info .stat-content-box .stat__icon, .stat-info .stat-content-box .stat__title, .stat-info .stat-content-box .time__list li {
        color: #fff
    }

@media (min-width:993px) {
    .stat-info .boxes-wrapper {
        position: relative;
        z-index: 3;
        margin-top: -180px; /*-40 original*/
        overflow: hidden;
        border-radius: 10px
    }
}

@media (max-width:992px) {
    .stat-info .stat-content-box {
        padding: 25px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .stat-info .boxes-wrapper {
        margin-top: -120px
    }

    .stat-infoo .boxes-wrapper .stat-content-box {
        padding: 15px
    }

    .stat-info .boxes-wrapper .stat-content-box .stat__icon {
        font-size: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px
    }

    .stat-info .boxes-wrapper .stat-content-box .stat__title {
        font-size: 16px;
        margin-bottom: 10px
    }
}
/* ------------------------^^^^^SLIDER BACK^^^^^------------------------ */
/*
section.page-title.page-title-layout2.bg-img {
    background-image: url(assets/images/sliders/eap2.jpg);
    background-size: cover;
    background-position: left center !important;
}
*/

/* ------------------------^^^^^STAT BOX^^^^^------------------------ */

@media (min-width: 320px) and (max-width: 767px) {
    .contact-info .boxes-wrapper {
        margin-top: -40px;
    }

    .covid-wellness .heading__title {
        font-size: 21px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .member .member__info {
        padding: 35px 40px;
    }

    .page-title .pagetitle__desc {
        font-size: 14px;
        margin-bottom: 10px;
        width: 300px;
    }
}

@media (max-width:992px) {
    .about-layout2 .video-banner-layout2 {
        position: static;
        z-index: 3;
        width: 100%;
        border-radius: 20px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse .navbar-nav {
        opacity: 0;
        width: 325px;
        height: 100%;
        overflow-y: auto;
        padding: 50px 0 20px;
        background-color: #fff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
}
/* 
@media (min-width:1200px) {
  .container {
    max-width: 1200px
  }
}*/
/* ------------------------^^^^^TESTIMONIALS^^^^^------------------------ */

.testimonial__title {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: normal;
}

.testimonial__thmb {
    cursor: pointer;
    width: 75px !important;
    height: 75px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

/*
#logo {

	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	margin-right: auto;
	max-height: 100%;

}*/
#logo a.standard-logo {
    display: -ms-flexbox;
    display: flex;
}

#logo a.retina-logo {
    display: none;
}

/*.header .navbar .navbar-brand #logo {
    margin-left: 15px;
    line-height: 80px !important
  }
*/

/* ----------------------------------------------------------------
	Retina Logo
-----------------------------------------------------------------*/


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    #logo a.standard-logo {
        display: none;
    }

    #logo a.retina-logo {
        display: -ms-flexbox;
        display: flex;
    }
}
