:root{
    --echnBlue: #1e283b;
    --echnYellow: #EAC435;
    --echnGreen: #6FEDB7;
    --echnRed: #D64933;
    --echnWhite: #ffffff;
    --echnBlueAlfaHalf: rgba(10,17,40,0.5);
    --echnBlueTransparent: rgba(10,17,40,0);
    --NarrowCol: 70%;
    --borderRadius0: 0;
    /* gallery */
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
    
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

*,
::after,
::before {
    box-sizing: border-box;
    color:var(--echnBlue);
    /* font-size: 1rem; */
}

html{
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding:0;
    text-align: left;
    background-color: #fff;
    /* overflow-x: hidden; */
}

hr{
    height:1px;
    color:var(--echnBlue);
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.quote{
    display:block;
    font-size:1.5rem;
    font-weight:700;
    line-height:1.8rem;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
    padding:10px 0;

}

.body {
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 300;
}

.lead{
    font-size:1.5rem;
    line-height: 1.7rem;
}

.notes{
    font-size:0.875rem;
    font-weight:300;
    line-height: 1rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 300;
}

p.small1{
    font-size:0.8rem;
}

small{
    padding-left:15px;
    padding-right:15px;
}

small.small1 {
    font-size: 0.7rem;
}

.small1 span {
    font-size: 0.7rem!important;
}

.NarrowCol{
    width:var(--NarrowCol)!important;
    margin:0 auto;
}

.dflex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.dflexTop{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    vertical-align: top; 
}

.dflexRow{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    vertical-align: text-top;
}

.dflexRowCenter{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    vertical-align: middle;
}

.dflexRowBottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    vertical-align: text-bottom;
}

.form-control-lg{
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

a.no-effect{
    text-decoration: none;
    color: inherit;
}


/* pagination */
#articles-container{
    width:100%;
}

.pagination{
    margin: 20px auto;
    width: fit-content;
}

.page-item.active{
    background-color: var(--echnBlue)!important;
    color: #fff;
    border-radius: 8px;
}

.page-item a{
    text-decoration: none!important;
}

.page-item a:hover, .page-item a:focus{
    text-decoration: none!important;
    border-bottom: none!important;
}

.active>.page-link, .page-link.active {
    background-color: var(--echnBlue)!important;
    color: #fff;
    text-decoration: none;
}

.active>.page-link, .page-link.active a{
    background-color: var(--echnBlue)!important;
    color: #fff;
    text-decoration: none;
}

.pagination .current{
    padding: 4px 10px; 
    color: #000;
    /*color:#0d6efd;*/
    font-weight:900;
    font-size:15px;
    line-height: 25px;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    /*background-color: #FFF;*/
    /*border: 1px solid #0d6efd;*/
    background-color: transparent;
    /*border: 1px solid transparent;*/
    border: none;
}

.pagination .page-numbers{
    padding: 4px 10px; 
    /*color:#FFF;*/
    color: #000;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    /*background-color: #0d6efd;*/
    /*border: 1px solid #0d6efd;*/
    background-color: transparent;
    border: none;
}

.tags-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    row-gap: 3px;
    column-gap: 3px;
    margin-bottom:5px;
}

.tags{
    background:#000; 
    color:#fff; 
    font-size:10px;padding:3px;
}

/******************************************/
/* Nav Menu                               */
/******************************************/
header {
    padding: 0;
    width: 100%;
    height:76px;
    background-color: var(--echnBlueTransparent);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position:fixed!important;
    top:0px;
    z-index: 2000;
    transition: all 0.3s ease-in-out;
}

.dark{
    background: var(--echnBlue)!important;
    opacity:1;
}

.nav-fluid{
    display: flex;
    width: 100%;
    height: 76px;
    background: var(--echnBlueTransparent);
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.header-logo {
    display:none;
    margin-left:30px;
    z-index: 999;
}

.header-logo img {
    max-height: 50px;
}

.header-nav{
    position:absolute;
    right:0px;
}

.hamburger {
    position: relative;
    width: 30px;
    height: 23px;
    z-index: 999;
    margin-right: 20px;
    cursor: pointer;
}

.hamburger.nav-open span:first-child {
    transform: rotate(135deg);
    top: 10px;
}

.hamburger.nav-open span:nth-child(2) {
    left: 100px;
    opacity: 0;
}

.hamburger.nav-open span:last-child {
    transform: rotate(-135deg);
    top: 10px;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    display: block;
    transition: all 0.3s;
}

.hamburger span:first-child {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 10px;
    left: 0;
}

.hamburger span:last-child {
    top: 20px;
}

.menu {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0px;
    left: 0;
    padding:0;
    margin:0;
    overflow: hidden;
    z-index: 1;
    background: var(--echnBlue);
    /* display:none; */
    transition: all 0.8s ease-in-out;
    
}

.secondmenu{
    width: 100%;
    height: 0;
    position: fixed;
    top: 0px;
    left: 0;
    overflow-y: hidden;
    z-index: 1;
    background: var(--echnBlue);
    /* display:none; */
    transition: all 0.8s ease-in-out;
}

.menu.nav-open {
    /* display: block;; */
    top:0px;
    height:100vh;
    overflow-y: hidden;
    left: 0;
    padding-top:10%;
}

.secondmenu.nav-open {
    /* display: block;; */
    top:0px;
    height:100vh;
    overflow-y: hidden;
    left: 0;
    padding-top:10%;
}

.menu>ul.ulmenu{
    display: none;
    padding-top:75px;
    height:0;
    overflow-y: hidden;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.menu.nav-open>ul.ulmenu{  
    height:fit-content!important;
    max-height: 100%;
    overflow-y: hidden;
}



.ulmenu>li {
    position: relative;
    list-style: none;
    padding: 1px;
    font-size: 1.25rem;
    /* border-bottom: 1px solid #f07c00; */
    transition: all 0.3s ease-in-out;
}

.ulmenu>li>a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.4;
}

.ulmenu>li>a.active::after {
    opacity: 1;
}

.ulsubmenu>li {
    position: relative;
    list-style: none;
    padding: 1px;
    font-size: 1.25rem;
    /* border-bottom: 1px solid #f07c00; */
    transition: all 0.3s ease-in-out;
}

.ulsubmenu>li>a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.4;
}

.ulsubmenu>li>a.active::after {
    opacity: 1;
}

/* .menu>ul.ulmenu>li>a::after {
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    border-right: 13px solid #f07c00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    opacity: 0;
} */

.sub-menu {
    position: fixed;
    top: calc(20% + 70px);
    right: 2.5%;
    width: 47.5%;
    height: calc(100vh - 70px - 30%);
    background: var(--echnBlue);
    overflow: auto;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    padding-right:50px;
}

.duo{
    max-height:500px;
    overflow-y: scroll;
}

.duo::-webkit-scrollbar{
    display: none;
}

.sub-menu::-webkit-scrollbar {
    width: 5px;
    position: relative;
    padding-right:50px;
}

.sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0px;
}

.sub-menu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /* border: 1px solid var(--echnWhite); */
    background-color: var(--echnYellow);
}



.sub-menu.active {
    opacity: 1;
    z-index: 999;
}

.sub-menu li {
    list-style: none;
    padding: 1px 20px;
    font-size: 1.25rem;
    cursor: default;
}

.sub-menu li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.sub-menu li a:hover {
    color: var(--echnWhite);
}

.sub-menu .title {
    font-size: 1.4rem;
    color: white;
    font-weight: 700;
    padding: 0px;
    border-bottom: 1px solid white;
    margin-top:10px;
    width:fit-content;
}

.sub-menu .links {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    .sub-menu .links {
        flex-direction: column;
    }
}

.sub-menu .links li {
    padding: 1px 5px;
    border: none;
}

.sub-menu .links li a {
    color: var(--echnWhite);
    font-size: 1rem;
}

.sub-menu .links li a:hover {
    color: white;
}

.header-logo a{
    text-decoration: none!important;
}
.header-logo:hover a{
    text-decoration: none!important;
    --tw-shadow: inset 0 -0em 0 0 transtparent; 
    --tw-shadow-colored: inset 0 -0em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.case-studies small{
    padding:0;
}

.join-button{
    background:#3cffd0; border-radius:50%;text-align:center; justify-items:center;verticla-allign:middle;width:210px;height:210px;
    transition: all 0.3s ease-in-out;
}

.join-button a{
    text-decoration: none!important;
    /*--tw-shadow: inset 0 -0em 0 0 transtparent; */
    /*--tw-shadow-colored: inset 0 -0em 0 0 var(--tw-shadow-color);*/
    /*box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);*/
}

.join-button:hover{
    /*margin-left:10px;*/
    /*margin-top:10px;*/
    /*width:190px;height:190px;*/
    transform: scale(0.9);
}

.join-button h1 a, .join-button small{
    margin-top:0px;
    transition: all 0.3s ease-in-out;
}

.join-button:hover h1 a, .join-button:hover small{
    transform:scale(1.5);
    color:#fff!important;
    /*margin-top:-10px;*/
}

.join-button:hover h1 a{
    font-size:4.6rem;
    line-height:4rem;
}

.join-button:hover small{
    opacity:0;
    
}




/******************************************/
/* Carousel                               */
/******************************************/

.carousel-logo {
    position: absolute;
    top: calc(50vh - 65px);
    left: calc(50% - 250px);
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width:fit-content;
    height:fit-content;
    z-index: 3;
    opacity:1;
    transition: all 0.3s ease-in-out;
    z-index:999;
}

.disappear{
    opacity:0;
}
/* Revolution */
.fullwidthbanner-container {
	width: 100%!important;
	height: 100vh!important;
    background-color: var(--echnBlue);
	position: relative;
	padding: 0;
	overflow: hidden!important;
	margin:0px;
    z-index: 1;
}
.fullwidthbanner-container2 {
	width: 100%!important;
	height:100vh!important;
	position: relative;
	padding: 0;
	overflow: hidden!important;
	margin:0px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Change opacity as needed */
    z-index: 1; /* Ensure the overlay appears below the text layers */
}
.fullwidthbanner ul { visibility: hidden; margin: 0; list-style: none; }
.rev-img{
    width:100vw;
    height:100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rev-text { color: #999; margin: 40px; left:50px; bottom:50px;}
.rev-title { margin: 0px; color: #999; }
.rev-title-white { margin: 0px; color: #fff;float:left;text-align:left;  }
.rev-left { margin-left: 20px; }
.rev-right { margin-right: 20px; }
.rev-title.big{ font-size: 40px; line-height: 46px; }
.rev-title-white.big{ font-size: 32px; line-height: 46px; font-weight:400; color: #fff; letter-spacing: 3px;}
.rev-title.medium { font-size: 30px; line-height: 36px; }
.rev-title.medium-white { font-size: 30px; line-height: 36px; color: #eee; }
.rev-title-sub{ font-size: 30px; color: #fff; letter-spacing: 3px; font-weight: 300;}
.rev-title.bold{
	font-size: 60px!important;
    line-height: 1;
    font-weight: 700!important;
    text-transform: uppercase;
    color: #eee;
	letter-spacing: 6px;
	padding: 8px 15px!important;
}
.tp-leftarrow.default, .tp-rightarrow.default {
	height: 50px!important;
	width: 50px!important;
	line-height: 45px;
	top: 50% !important;
	padding: 0px 10px;
    border-radius: 50%;
	font-size: 30px;
	color: var(--echnWhite);
	background: lightgray!important;
	opacity:1;
}

.tp-rightarrow.default {
    margin-right:40px;
}

.tp-leftarrow.default{
    margin-left:40px;
}

.tparrows:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    justify-content: center;
    color:#fff;
}
.tp-leftarrow.default:before { content: '\f104'; padding-left:7px;padding-top:2px; }
.tp-rightarrow.default:before { content: '\f105'; padding-left:10px;padding-top:2px; }
.tparrows:hover { opacity: 1; }


.tp-caption.bg1 {
	border: 0px solid #999!important;
	/* background: rgba(0,0,0,0.3); */
	padding: 5px 5px;
	padding-bottom: 20px;
    bottom: 10px!important;
    right:100%!important;
    margin-right:auto!important;
}
.tp-caption.bg { background: rgba(0,0,0,0.3); padding: 18px 20px 21px 20px; }

.tp-bannertimer.tp-bottom	 {
    width: 100%;
    height: 10px;
    background: url(../images/sitelogos/timer.png);
    position: absolute;
    z-index: 200;
}
.tp-loader 	{
	 width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	background: url(../images/sitelogos/preloader.gif) center no-repeat!important;
	z-index:10000;
}

.memberButton{
    position:absolute;
    bottom:30px;
    right:30px;
    color:var(--echnWhite); 
    z-index: 1998;
}

.related-article a h5{
    width:fit-content;
    text-decoration: underline!important;
    text-underline-offset: 5px;
    transition: all 0.3s ease-in-out;

}

.related-article a:hover h5, .related-article a:active h5{
    width:fit-content;
    text-decoration: none!important;
    --tw-shadow: inset 0 -.3em 0 0 #3cffd0; 
    --tw-shadow-colored: inset 0 -.3em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

a:hover{
    text-decoration: none!important;
    --tw-shadow: inset 0 -.3em 0 0 #3cffd0; 
    --tw-shadow-colored: inset 0 -.3em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

a{
    text-decoration: underline!important;
    text-underline-offset: 5px;
    transition: all 0.5s ease-in-out;
}

a.dropdown2{
    text-decoration: none!important;
    width: fit-content;
}

.\[\&_a\]\:shadow-underline-black a, .\[\&_a\]\:shadow-underline-blurple a {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&_a\]\:shadow-underline-black a {
    --tw-shadow: inset 0 -1px 0 0 #000;
    --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);
}
a {
    color: inherit;
    text-decoration: inherit;
}


/******************************************/
/* Home Sections                          */
/******************************************/
.darkbkg{
    background-color: var(--echnGreen);
}
.imgcol{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:50vh;
    overflow: hidden;
    order:1;
}

.textcol{
    height:50vh;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    /* background-color:rgba(111, 164, 219, 0.5); */
    order:2;
}

.imgcol2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:50vh;
    overflow: hidden;
    order:2;
}

.textcol2{
    height:50vh;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    /* background-color:rgba(111, 164, 219, 0.5); */
    order:1;
}

.newscard{
    position:relative!important;
    overflow: hidden;
    border-left: thin solid rgba(0,0,0,0.3); /* Border style */
    border-top: thin solid rgba(0,0,0,0.3);
    box-sizing: border-box; /* Include border in the width calculation */
}

.newscard:nth-last-child(2),.newscard:nth-last-child(1),.newscard:nth-last-child(3)  {
    border-bottom: thin solid rgba(0,0,0,0.3);
}

.newscard:nth-child(3n), .newscard:nth-last-child(1), .newscard:nth-last-child(0){
    border-right: thin solid rgba(0,0,0,0.3);
}




.newscard .card{
    background:transparent;
    z-index: 5;
}

.card{
    /* margin-left:12px; */
    margin-top:10px;
    margin-bottom:10px;
}

.card-body{
    background:transparent;
}

.card-body small{
    padding-left:0;
    padding-right:0;
}

.bckgeffect{
    width:100%;
    height:0;
    background:rgba(0,0,0,0.1);
    position:absolute;
    margin-left:-12px;
    z-index: 1;
    bottom:0;
    transition: height 1s cubic-bezier(0, 1, 0, 1);
}

.newscard:hover .bckgeffect{
    height:100%!important;
    bottom:0;
    transition: height 1s cubic-bezier(0, 1, 0, 1);
}

.bckgeffect2{
    width:100%;
    height:0;
    background:rgba(0,0,0,0.1);
    position:absolute;
    z-index: 1;
    bottom:0;
    transition: height 1s cubic-bezier(0, 1, 0, 1);
}

.newscard:hover .bckgeffect2{
    height:100%!important;
    bottom:0;
    transition: height 1s cubic-bezier(0, 1, 0, 1);
}

.newscard a{
    text-decoration: none!important;
}

.newscard3{
    position:relative!important;
    overflow: hidden;
    border-left: thin solid rgba(255,255,255,1); /* Border style */
    border-top: 10px solid rgba(255,255,255,1);
    box-sizing: border-box; /* Include border in the width calculation */
}

.newscard3:nth-last-child(2),.newscard3:nth-last-child(1) {
    border-bottom: 10px solid rgba(255,255,255,1);
}

.newscard3:nth-child(2n), .newscard3:nth-last-child(0){
    border-right: thin solid rgba(255,255,255,1);
}

.newscard3:nth-child(2n){
    border-left: 5px solid rgba(255,255,255,1);
}

.newscard3:nth-child(1n){
    border-right: 5px solid rgba(255,255,255,1);
}


.newscard3 .card{
    background:transparent;
    z-index: 5;
}

.newscard3 .card-footer{
    
}

.bckgeffect3{
    width:100%;
    height:0;
    background:rgba(255,255,255,1);
    position:absolute;
    z-index: 1;
    bottom:0;
    transition: height 1s cubic-bezier(0, 1, 0, 1);
}

.newscard3:hover .bckgeffect3{
    height:100%!important;
    bottom:0;
    transition: height 1s cubic-bezier(0, 1, 0, 1);
}

.newscard3 a{
    text-decoration: none!important;
}



.borderleft {
    position: relative;
    padding-right: 30px; /* Adjust padding to accommodate the tilt */
}

.borderleft::before{
    content: '';
    position: absolute;
    top: 30px;
    bottom: 40px;
    right: -10px;
    width: 100%;
    height: 80%;
    border-right: 1px solid #fff; /* Adjust thickness and color as needed */
    transform: skewX(-15deg);
    transform-origin: top right;
}

.key{
    opacity:1;
    transition: all 0.3s ease-in-out;
}

.key small{
    padding-left:0;
}

.key h1{
    transition: all 0.3s ease-in-out;
}

.key:hover h1{ 
    border-bottom: none!important;
    --tw-shadow: inset 0 -.3em 0 0 #3cffd0; 
    --tw-shadow-colored: inset 0 -.3em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.key:hover{
    opacity: 1;
}

.key h1,.key small{ 
    display: none;
    top:200px;
}

/******************************************/
/* About                                  */
/******************************************/
.about{
    position:relative;
    margin-top:76px!important;
}
.bdt-icon-wrapper {
    color: var(--echnBlue);
    background-color: var(--echnWhite);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--echnBlue);
    border-radius: 100%;
    width: 80px;
    margin: 30px auto;
    overflow: hidden;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.5);
    /* font-size: 3rem; */
    line-height: 1px;
    font-weight: 400;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.values:hover .bdt-icon-wrapper{
    color: var(--echnWhite)!important;
    background-color: var(--echnBlue);
}

.values:hover .bdt-icon-wrapper i::before{
    color: var(--echnWhite);
    transition: all 0.3s ease-in-out;
}

.justify{
    text-align: justify!important;
}

/******************************************/
/* Contact                                */
/******************************************/
.card-footer{
    border-radius: 0!important;
}

/******************************************/
/* Network                                */
/******************************************/
.network{
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    overflow: hidden;
}

.sectionTitle{
    position:relative;
    color:var(--echnBlue)!important;
    width: fit-content;
    z-index: 2;
}

.sectionImg{
    width:100%;
    height:0px!important;
    padding-bottom:75%;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: var(--echnBlue);
    opacity:0.7;
    /* Black overlay with 0.5 alpha */
    z-index: 1;
}

.tablinks{
    order:2;
}

.tabdetails{
    order: 1;
    background-color: var(--echnBlue);
}

.tablinks .nav-item{
    width:50%;
    text-align: center;
    font-weight:900;
}

/* map */
#mapCanvas {
    border:0px solid #000;
    height: 500px;
	display:flex;
    
}

.map-filter-div{
    position:relative;
    padding:10px;
    height:460px;
}

/* filter element */
.serchtxt{
    padding: 6px 10px;
    border:none;
    border-radius: 0px;
    width:100%;
    background-color: transparent!important;
    color:var(--echnBlue)important;
    border-top: 1px solid var(--echnBlue);
    border-bottom: 1px solid var(--echnBlue);
    /* margin-bottom:10px; */
}

.serchtxt:focus{
    outline: none;
}

.serchtxt::placeholder{
    background-color: transparent!important;
    color:var(--echnBlue)important;
}

.dropdown.bootstrap-select.show-tick{
    background-color: transparent;
    color: var(--echnBlue)!important;
    border-radius: var(--borderRadius0);
    width:100%!important;
    border-bottom: 1px solid var(--echnBlue);
    /* margin-bottom: 10px; */
    display: block;
}

.btn.dropdown-toggle.bs-placeholder.btn-default:focus{
    border:0 !important;
    outline: 0!important;
}

.dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.filter-option-inner-inner{
    color:var(--echnBlue);
    border: none;
    outline: none;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder{
    border:none;
}

.bootstrap-select .dropdown-menu{
    border-radius: 0;
    border: none;
}

.mobility-alliance{
    position: relative;
    top: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.checkbox-new-filter{
    display:block;
    width:100%;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox + label {
    background-color: transparent;
    border: 1px solid var(--echnRed);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 0px;
    margin-top:5px;
    display: inline-block;
    position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    background-color: transparent;
    border: 1px solid var(--echnRed);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.regular-checkboxd + label {
    background-color: transparent;
    border: 1px solid var(--echnRed);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.regular-checkbox:checked + label {
    background-color: transparent;
    border: 1px solid var(--echnRed);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.regular-checkbox:checked + label:after {
    /* content: 'X';
    font-size: 16px;
    position: absolute;
    top:-4px;
    left: 4px;
    color: orange; */
    position:absolute;
    top:0;
    left:5px;
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.big-checkbox + label {
    padding: 18px ;
}

.big-checkbox:checked + label:after {
    font-size: 18px;
    left: 9px;
}

/* map data */
.filter_data{
    height:500px!important;
    border: 0px solid #000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 0px;
    row-gap: 0px;
    
    overflow-y: scroll; 
    
}

#hubs{
    /*height:500px!important;*/
    height: calc(100vh - 170px);
    border: 0px solid #000;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 0px;
    row-gap: 0px;
    
    overflow-y: scroll; 
    overflow-x:hidden;
    
}

#hubs::-webkit-scrollbar{
    display: none;
}

.maptooltip{
    width:300px!important;
    height:fit-content;
    max-height: 600px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

/* infowindow */
.gm-style .gm-style-iw {
    background-color: #fff !important;
    top: 0 !important;
    left: 0 !important;
    width: 300px !important;
    height: fit-content !important;
    min-height: 120px !important;
    padding: 10px;
    border-radius: 0!important;
    display: block !important;
    overflow:hidden;
 } 
.gm-style .gm-style-iw.gm-style-iw-c{
    padding-inline-end: 0px!important;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    max-width: 300px!important;
    max-height: 300px!important;
    min-width: 0px!important;

}
 
 .gm-style .gm-style-iw-d{
    overflow: hidden!important;
}
 
 .gm-style .gm-style-iw button {display: none!important;}

 /*style the paragraph tag*/
 .gm-style .gm-style-iw #google-popup p{
    padding: 10px;
    white-space: wrap;
 }



/* end infowindow */

.filter_data::-webkit-scrollbar{
    display: none;
}

.list-group{
    /* margin-top:-20px; */
    /* margin-bottom:10px; */
    border-radius: var(--borderRadius0);
    background-color: var(--echnWhite);
    position: relative;
    border-left: thin solid rgba(0,0,0,0.3); /* Border style */
    border-top: thin solid rgba(0,0,0,0.3);
}

.list-group-item{
    border:none;
    z-index: 2;
    background:transparent;
}

.list-group-item-secondary{
    background:transparent;
    order:2!important;
    display:flex;align-items: baseline;vertical-align: bottom;
}

.list-group-item-primary{
    background:transparent;
    order:1!important
}

.text-country{
    position:absolute;
    bottom:0;
    right:0;
}

.overlaymap{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:0%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    z-index:200;
}

.list-group:hover .overlaymap{
    height:100%;
    bottom:0;
}

/* nav tabs */
.nav-tabs .nav-item{
    border-radius: 0;
}
.nav-tabs .nav-link{
    border-radius: 0;
    color: var(--echnWhite);
    background: var(--echnBlue);
    border:none;
    transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-link.active{
    color: var(--echnBlue);
}

.nav-item{
    height:40px;
    overflow: hidden;
}

.nav-tabs{
    border:none;
}
  
.nav-tabs .nav-link.active{
    margin-top:-5px;
    font-size:1.3rem;
}
  
.nav-tabs .nav-link:hover {
    margin-top:-5px;
    font-size: 1.3rem;
    --tw-shadow: inset 0 -0em 0 0 transtparent; 
    --tw-shadow-colored: inset 0 -0em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.joinus{
    color:var(--echnGreen);
}

.disabled{
    display:none;
}


.bigplus{
    color: var(--echnGreen);
    font-size: 3rem;
}

/******************************************/
/* FAQ                                    */
/******************************************/
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
    color: var(--echnBlue);
    font-weight: 900;
    background-color: var(--echnWhite);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button{
    font-weight:700;
}

/******************************************/
/* Article Gallery page                   */
/******************************************/
@keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
}
  
.gallery-item {
    display: block;
}
  
.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}
  
.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}
  
.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}
  
.lightbox-modal .btn-close {
    position: absolute;
    top: 5.5rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}
  
.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}
  
.lightbox-modal .lightbox-content {
    width: 100%;
}
  
.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}
  
.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
}
  
.lightbox-modal .carousel-inner {
    width: 75%;
}
  
.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
}
  
.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}
  
.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}
  
.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}
  
.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}
  
@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
}
  
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
}
  
.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 5.5rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}


  
.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: #fff;
}

/******************************************/
/* Hub Page                               */
/******************************************/
/*#map{*/
/*    width: 100%;*/
/*    height:400px;*/
/*}*/

.hubdetails small{
    padding-left:0;
}

/******************************************/
/* Repository                             */
/******************************************/
.cardrepository{
    border: none;
    border-radius: 0;
    background: #efefef;
}

/******************************************/
/* Footer                                 */
/******************************************/
.footer{
    background:var(--echnBlue);
    padding:30px 50px 30px 50px;
    margin:0;
    height:auto;
    max-width:100%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    color:var(--echnWhite);
}

.footer-text{
    color:var(--echnWhite);
}

.footer small{
    color:var(--echnWhite);
}

.text-right{
    text-align: right;
}
.footer-social{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .fa::before{
    color: var(--echnWhite)!important;
    font-size: 24px;
}

/******************************************/
/* Home Programs                          */
/******************************************/
#programDiv {
    background: var(--echnBlue);
    height: 400px;
    overflow: hidden;
}

#listContainer {
    height: fit-content;
    overflow-y: scroll;
}

#listContainer::-webkit-scrollbar {
    display: none;
}

#programList {
    list-style: none;
    position:absolute;
    z-index: 1998;
}

#listContainer li {
    color: var(--echnWhite);
    font-size: 3.25rem;
    font-weight: 300;
    line-height: 3rem;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

/* #programList li:hover {
    transform: translateX(30px);
    color: var(--echnWhite);
} */

#listContainer:hover li{
    color: var(--echnBlueAlfaHalf);
    transition: all 0.1s ease-in-out;
}

#listContainer:hover li:hover{
    color: var(--echnWhite);
    transform: translateX(30px);
    transition: all 0.3s ease-in-out;
}

/* #programList li:hover + li,
#programList li + li:hover{
    color: var(--echnBlueAlfaHalf);
} */

#carouselContainer {
    height:350px;
    max-width:446px;
    position: relative;
    margin-top:-15px;
}

#carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}

#carousel img {
    width: 100%;
    height: 100%;
    position:relative;
    opacity: 0.5;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}


#subtitle{
    width: 100%;
    height: 100px;
    top: -100px;
    left: 30px;
    position: relative;
    z-index: 2000;
    color: var(--echnWhite)!important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.subtitle *{
    color:var(--echnWhite);
}


/******************************************/
/* Form                                   */
/******************************************/

#p2p label{
    color:var(--echnBlue);
}

#p2p .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid var(--echnBlue);
}

#p2p .form-floating{
    border: 0px solid var(--echnBlue);
    box-shadow: none;
}

#p2p .form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid var(--echnBlue);
    box-shadow: none;
}

#p2p .form-check-input[type=checkbox] {
    box-shadow: none;
    border-radius: 0;
    border:1px solid var(--echnBlue);
}

#p2p button{
    background-color: var(--echnBlue);
    width:100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

#register label{
    color: var(--echnBlue);
}

#map{
    width:100%;
    height:400px;
}

.select2-selection__choice{
    background-color: var(--bs-gray-200);
    border: none !important;
    font-size: 12px;
    font-size: 0.85rem !important;
}

.buttonForm{
    background:var(--echnBlue);
    color: var(--echnWhite);
    border-radius: 0;
    padding:3px 10px;
    font-size:inherit;
}

/******************************************/
/* Articles                               */
/******************************************/
.fulldescription img.note-float-left{
    padding-right:15px;
}

.fulldescription img.note-float-right{
    padding-left:15px;
}


/******************************************/
/* Home Slick Slider                      */
/******************************************/
.slider {
    display: flex;
    max-width:738px!important;
}

.slick-track {
    will-change: transform;
}

.TransformX{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:3.8vw;
    transition: 0.3s ease-in-out;
    
}

.TransformX0{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:-3.8vw;
    transition: 0.3s ease-in-out;
    
}

.TransformDefault{
    left:0;
    transition: 0.3s ease-in-out;
}


.slick-list {
    overflow: hidden;
    will-change: transform;
}

.slick-slide {
    padding: 0px;
    margin-right: 10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.slick-slide img {
    height: 100vh;
    max-height: 80vh;
    width: 400px;
    margin: 0 auto;
    object-fit: cover;
}

.slider:hover a{
    text-decoration: none!important;
    --tw-shadow: inset 0 -0em 0 0 transtparent; 
    --tw-shadow-colored: inset 0 -0em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slider [type="button"].slick-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    background-color: lightgray;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-next {
    position: absolute;
    top: 50%;
    left: calc(100% - 70px);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    background-color: lightgray;
    
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-disabled {
    opacity:0;
}

.slick-next {
    left: 82px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLXJpZ2h0PC90aXRsZT48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTUuNzA2IDExLjI5NGwtNi02Yy0wLjM4Ny0wLjM4Ny0xLjAyNS0wLjM4Ny0xLjQxMyAwcy0wLjM4NyAxLjAyNSAwIDEuNDEzbDUuMjk0IDUuMjk0LTUuMjk0IDUuMjk0Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzIDAuMTk0IDAuMTk0IDAuNDUgMC4yOTQgMC43MDYgMC4yOTRzMC41MTMtMC4xIDAuNzA2LTAuMjk0bDYtNmMwLjM5NC0wLjM4NyAwLjM5NC0xLjAyNSAwLTEuNDEzeiI+PC9wYXRoPjwvc3ZnPg==);
}

.slick-prev {
    left: 10px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLWxlZnQ8L3RpdGxlPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMC40MTMgMTJsNS4yOTQtNS4yOTRjMC4zODctMC4zODcgMC4zODctMS4wMjUgMC0xLjQxM3MtMS4wMjUtMC4zODctMS40MTMgMGwtNiA2Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzbDYgNmMwLjE5NCAwLjE5NCAwLjQ1IDAuMjk0IDAuNzA2IDAuMjk0czAuNTEzLTAuMSAwLjcwNi0wLjI5NGMwLjM4Ny0wLjM4NyAwLjM4Ny0xLjAyNSAwLTEuNDEzbC01LjI5NC01LjI5NHoiPjwvcGF0aD48L3N2Zz4=);
}


/* POLL */
.radio-buttons label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*display: block;*/
    padding: 15px 20px;
    margin: 10px 0;
    border-radius: 8px;
    background-color: #f0f0f0;
    /* Default background */
    color: #000;
    /* Default text color */
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    line-height:1.5rem;
}

.radio-buttons label:hover {
    background-color: #e0e0e0;
    /* Hover background */
}

.radio-buttons input[type="radio"]:checked+label {
    background-color: var(--echnGreen);
    color: var(--echnWhite);
    font-weight: bold;
}

.radio-buttons button.btn-success{
    background-color: var(--echnGreen);
}


.radio-buttons .modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:400px;
    height:fit-content;
    background: transparent;
    padding: 20px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    z-index: 1000;
}

.radio-buttons .modal-content {
    position: relative;
    padding:30px;
}

.radio-buttons .modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*mobile*/
@media screen and (max-width: 992px) {
    .header-logo img{
        width:70%!important;
    }

    .carousel-logo{
        display:none!important;
    }

    #programDiv{
        display:none;
    }

    .keyparent{
        overflow: hidden;
        width:90vw!important;
    }

    .borderleft::before{
        display:none;

    }

    .text-start{
        font-size:1.8rem;
    }

    .key{
        width:100vw!important;
    }

    .key.pt-5.pb-5{
        padding-top:5px!important;
        padding-bottom:5px!important;
    }

    .key h1{
        display: block;
        padding:0!important;
    }
    .key small{
        display:block;
        padding:0!important;
    }

    .caption{
        max-width:25%;

    }

    p img{
        max-width:100%!important;
    }

    #primaryMenu{
        margin-top:70px;
        margin-left:15px;
    }
    
    .join-button{
        margin: 30px auto;
    }
}
