/* body styles */ 
body {
	background: var(--body-bg) !important;
}

/* header style goes here */

.muse-header {
	background: var(--header-bg) !important;
	font-family: var(--header-font-family) !important;
}

.navbar-collapse {
	background: var(--header-bg) !important;
	font-family: var(--header-font-family) !important;
}

.muse-header * {
	font-family: var(--header-font-family) !important;
	color: var(--header-text-color) !important;
}

.muse-header .btn,
.muse-header .btn:hover {
	background: var(--header-btn-bg) !important;
	color: var(--header-btn-text) !important;
	border-color: var(--header-btn-bg) !important;
}

.muse-header a svg path {
	fill: var(--header-text-color) !important;
}

.muse-header .btn svg path {
	fill: var(--header-btn-text) !important;
}

.muse-header .btn:hover {
	box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.4) !important;
}

.muse-header .dropdown-menu {
	background: var(--header-bg) !important;
}

.sidenav {
	background: var(--header-overlay-bg) !important;
}

.sidenav li {
    display: block;
}

.sidenav a {
	color: var(--header-overlay-anchor) !important;
}


/* header styles end here */


/* body styles start here */
@media screen and (max-width: 991px) {
	.muse-section {
		padding: 20px 0px!important;
	}
}

/* headings colors classes start here*/
main .h1-color {
	font-size: var(--h1-font-size)!important;
	font-family: var(--body-heading-f-family) !important;
	color: var(--h1-color) !important;
}

main .h2-color {
	font-family: var(--body-heading-f-family) !important;
	color: var(--h2-color) !important;
}

main .h3-color {
	font-family: var(--body-heading-f-family) !important;
	color: var(--h3-color) !important;
}

main .h4-color {
	font-family: var(--body-heading-f-family) !important;
	color: var(--h4-color) !important;
}

main .h5-color {
	font-family: var(--body-heading-f-family) !important;
	color: var(--h5-color) !important;
}

main .h6-color {
	font-family: var(--body-heading-f-family) !important;
	color: var(--h6-color) !important;	
}

/* headings colors classes end here*/


main .text-color {
	color: var(--p-color) !important;
	font-family: var(--body-subheading-f-family) !important;
}

main .link-color {
	color: var(--body-anchor-color) !important;
}

/* main .link-color svg * {
	fill: var(--body-anchor-color) !important;
} */

main .link-color svg path {
	fill: var(--body-anchor-color) !important;
}

main .btn svg path {
	fill: var(--body-btn-text) !important;
}

main .link-color:hover {
	opacity: 0.8;
}

main .btn,
main .btn:hover,
main [class^="btn-"]:hover, [class*=" btn-"]:hover,[class*='btn-']:not(.section-name) {
	background: var(--body-btn-bg) !important;
	border-color: var(--body-btn-bg) !important;
	color: var(--body-btn-text) !important;
}


main .btn:hover,
main .btn[class^="btn-"]:hover, [class*=" btn-"]:hover {
	box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.4) !important;
	border-color: transparent !important;
}

/* font-family for all the items apart from the heading */
main .subheading-family {
	font-family: var(--body-subheading-f-family) !important;
}

main .heading-family {
	font-family: var(--body-heading-f-family) !important;	
}

/* body styles end here */


/* footer styles start here */


/* remove all the bg or color classes from the footer tag */
footer {
	background: var(--footer-bg) !important;
	color: var(--footer-color) !important;
	font-family: var(--footer-f-family) !important;
}

footer * {
	color: var(--footer-color) !important;
	font-family: var(--footer-f-family) !important;
}

footer a {
	color: var(--footer-anchor-color) !important;
}

footer a svg path {
	fill: var(--footer-anchor-color) !important;
}

/* footer styles end here */

/* nav menu start here */


/* elan custom */
html{
    scroll-behavior: smooth;
}
.fixed-nav{
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 99px;
}
.hero-bg-sec{
    margin-top: 120px;
    background-image: url(/elan/images/green-hero-2-bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height: 400px;
}
.muse-doc-sec-one .inner-div{
    border-left: 3px solid 
    #2862E3;
}
.muse-doc-sec-one .bg-img-one{
    transform: translateY(100px);
}
.video-plac-sec{
    height: 500px;
    background-color: #E6E6E6;
}
.video-plac-sec .bg-img-two{
    transform: translateY(50px);
}
.video-plac-sec .video-placholder{
    height: 300px;
    background-color: gray;
}
.muse-slide-sec .img-div{
    width: 22%;
    margin-bottom: 10px;
    text-align: center;
}
.embed-post-slide .box{
    width: 40%;
    font-size: 14px;
    height: 60px;
    text-align: center;
}
.muse-slide-two{
    background-color: #E6E6E6;
}
.muse-slide-two .card{
    height: 280px;
    width: 24%;
    position: relative;
}
.muse-slide-two .card .overlay{
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}
.width-90{
    width: 90%;
}
@media screen and (max-width:1200px){
    .muse-slide-two .card{
        width:46%;
    }
}
@media screen and (max-width:992px){
    .muse-slide-sec .img-div{
        width: 45%;
        text-align: center;
    }
    .fixed-nav{
        height: auto;
    }
}
@media screen and (max-width:850px){
    .muse-slide-two .card{
        width: 90%;
        text-align: center;
    }
    .embed-post-slide .box{
        width: 100%;
    }
}
@media screen and (max-width:575px){
    .muse-slide-sec .img-div{
        width: 90%;
        text-align: center;
    }
}

/* ELAN CODE */
html{
    scroll-behavior: smooth;
}

/* @font-face {
    font-family: MaisonNeue;
    src: url('/elan/MaisonNeue-Medium.woff');
}

body , .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: MaisonNeue;
} */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}
  
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
} 

.g-recaptcha-outer {
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #d8d8d8;
    border-width: 1px;
    border-bottom-width: 2px;
}

.g-recaptcha-inner {
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}

.g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}

.image-top-padding {
    padding-top:1vh;
}

.img-custom {
    max-width: 100%;
    height: auto;
}

.pb-8 {
    padding-bottom:25px;
}

.fixed-nav{
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 99px;
}

.muse-doc-sec-one .inner-div{
    border-left: 3px solid 
    #2862E3;
}

.muse-doc-sec-top .inner-div{
    border-left: 3px solid 
    #2862E3;
}

.muse-doc-sec-one .bg-img-one{
    transform: translateY(100px);
}

.muse-doc-sec-top .bg-img-one{
    transform: translateY(100px);
}
.video-plac-sec{
    height: 500px;
    background-color: #E6E6E6;
}
.video-plac-sec .bg-img-two{
    transform: translateY(50px);
}
.video-plac-sec .video-placholder{
    height: 300px;
    background-color: gray;
}
.muse-slide-sec .img-div{
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
}
.embed-post-slide .box{
    width: 60%;
    font-size: 14px;
    height: 500px/*350px*/;
    overflow-y: scroll;
}
.muse-slide-two{
    background-color: #E6E6E6;
}
.muse-slide-two .card{
    height: 280px;
    width: 24%;
    position: relative;
}
.muse-slide-two .card .overlay{
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}
.width-90{
    width: 90%;
}
@media screen and (max-width:1200px){
    .muse-slide-two .card{
        width:46%;
    }
}
@media screen and (max-width:992px){
    .muse-slide-sec .img-div{
        width: 45%;
        text-align: center;
    }
    .fixed-nav{
        height: auto;
    }
}
@media screen and (max-width:850px){
    .muse-slide-two .card{
        width: 90%;
        text-align: center;
    }
    .embed-post-slide .box{
        width: 100%;
    }

    .image-top-padding {
        padding-top: 0vh;
        padding-bottom:5vh;
    }

    .muse-doc-sec-top .inner-div{
        border-left: none;
    }
}
@media screen and (max-width:575px){
    .muse-slide-sec .img-div{
        width: 90%;
        text-align: center;
    }

    .muse-doc-sec-top .inner-div{
        border-left: none;
    }
}

@media screen and (max-width:767px){
    .img-custom {
        max-width: 53%;
        height: auto;
    }
    .width-90{
        width: 100%;
    }
}