/**
* Template Name: Vesperr
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import "pages.css";

:root {
  --eccp-blue: #2e307a;
  --eccp-blue-lg: #CFDCFF;
  --eccp-yellow: #FBBD19;
  --eccp-yellow-lg: #FDE7A7;
  --eccp-glow-color: rgba(251, 189, 25, 0.3);
  --ds-shade-of-grey: #F7F8F9;
  --ds-shade-of-greyer: #6f6f6f;
  --ds-primary-font: "Helvetica Neue", sans-serif;
  --ds-pagination-bullet-width: 2.5rem;
  --ds-border-radius: 10px;
--ds-gradient-rgba-gold: 182,142,44;              
  --ds-gradient-rgba-blue: 38,40,95;
  --ds-gradient-rgba-opacity: 0.75;
  --s8: calc(4rem - 32px);
  --layout-header-height: 64px;

}

.ds-kit {
    --e-golbal-typography-font-family: "Helvetica Neue";
    font-family: var(--e-golbal-typography-font-family), Sans-serif;
}

body {
  /* font-family: "Libre Baskerville", sans-serif; */
  font-family: "Helvetica Neue", sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #444444;
  font-weight: 350;
  line-height: 1.7em;
}

body.no-scroll {
    overflow: hidden;
}

a {
  color: #3498db;
  text-decoration: none;
}
 
a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Libre Baskerville", sans-serif; */
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */
  font-family: inherit;
  color: inherit;
}
p {
    font-size: 16px;
    font-weight: 350;
    line-height: 1.7em;
}

.eccp-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e; 
}

.eccp-spinner:before{
   position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  
  
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2e307a;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e307a;
}

/*
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background: #37517e;
}*/

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  /* border: 6px solid var(--eccp-yellow);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%; */
  
  width: 88px;
  height: 88px;
  z-index: 99999;
  animation: animate-preloader 1s linear infinite;
}

.spinner:before {
   position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}


.spinner {
   position: fixed;
   top: calc(50% - 30px);
  left: calc(50% - 30px);
  right: 0;
  bottom: 0;
   width: 88px;
   height: 88px;
   z-index: 99999;
   animation: spinner-3a5251 1.75s infinite linear;
}

.spinner div {
   position: fixed;
   top: 50%;
   left: 50%;
   width: 0;
   height: 0;
   border-left: 5.6px solid transparent;
   border-right: 5.6px solid transparent;
   border-bottom: 16.9px solid var(--eccp-yellow);
   transform-origin: center 16.9px;
}

.spinner div:before,
.spinner div:after {
   content: '';
   position: fixed;
   width: 0;
   height: 0;
   display: block;
   border-left: 16.9px solid transparent;
   border-right: 16.9px solid transparent;
   border-bottom: 11.3px solid var(--eccp-yellow);
}

.spinner div:before {
   transform: translate(-16.9px, 11.3px) rotate(35deg);
}

.spinner div:after {
   transform: translate(-16.9px, 11.3px) rotate(-35deg);
}

.spinner div:nth-child(1) {
   transform: translate(-50%, -16.9px) rotate(0deg) translate(0, 860%);
}

.spinner div:nth-child(2) {
   transform: translate(-50%, -16.9px) rotate(30deg) translate(0, 860%);
}

.spinner div:nth-child(3) {
   transform: translate(-50%, -16.9px) rotate(60deg) translate(0, 860%);
}

.spinner div:nth-child(4) {
   transform: translate(-50%, -16.9px) rotate(90deg) translate(0, 860%);
}

.spinner div:nth-child(5) {
   transform: translate(-50%, -16.9px) rotate(120deg) translate(0, 860%);
}

.spinner div:nth-child(6) {
   transform: translate(-50%, -16.9px) rotate(150deg) translate(0, 860%);
}

.spinner div:nth-child(7) {
   transform: translate(-50%, -16.9px) rotate(180deg) translate(0, 860%);
}

.spinner div:nth-child(8) {
   transform: translate(-50%, -16.9px) rotate(210deg) translate(0, 860%);
}

.spinner div:nth-child(9) {
   transform: translate(-50%, -16.9px) rotate(240deg) translate(0, 860%);
}
.spinner div:nth-child(10) {
   transform: translate(-50%, -16.9px) rotate(270deg) translate(0, 860%);
}

.spinner div:nth-child(11) {
   transform: translate(-50%, -16.9px) rotate(300deg) translate(0, 860%);
}

.spinner div:nth-child(12) {
   transform: translate(-50%, -16.9px) rotate(330deg) translate(0, 860%);
}

@keyframes spinner-3a5251 {
   to {
      transform: rotate(180deg);
   }
}
/* 

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--eccp-yellow);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--eccp-blue);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .navbar .dropdown ul a{
    color: #333333 !important;
  }
  
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a:not(.loggedlink),
.navbar a:not(.loggedlink):focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #2e307a;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:not(.loggedlink):hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FBBD19;
}

.navbar .loginportal,
.navbar .loginportal:focus {
  background: #2e307a;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  border: 0;
}

.navbar .loginportal:hover,
.navbar .loginportal:focus:hover {
  color: #FBBD19;
  background: #2e307a;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  /* background: #fff; */
  background: var(--eccp-blue);
  color: white;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a:not(.loggedlink) {
  padding: 10px 20px;
  font-size: 14px;
  color: white;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FBBD19;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*----------
#-LOGGEDIN
-----------*/
ul.dropdown-logged-menu {
  left: -90px !important;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3498db;
}

.navbar-mobile .loginportal,
.navbar-mobile .loginportal:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#hero {
    /* background-image: url('/themes/darksnyder-eccp2024/assets/img/eccp-img-7-min-scaled.jpg'); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: grid;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    /* background:linear-gradient(290deg,rgba(0,0,0,1),rgba (0,0,0,0.65), transparent); */
    background-color: transparent;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0), rgb(45,48,121,0.95));
}

#hero {
  width: 100%;
  height: 100vh;
  /* display: flex; */
  /* min-height: 100vh; */
  /* flex-direction: row; */
  /* --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --align-items: center;
    --gap: 10px 10px;
    --background-transition: 0.3s;
    --overlay-opacity: 0.9;
    --padding-top: 5%;
    --padding-bottom: 5%;
    --padding-left: 5%;
    --padding-right: 5%; */
  margin-top: 70px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-family: "Helvetica Neue",sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1em;
  color: #f7f8f9;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-family: "Helvetica Neue",sans-serif;
  font-size: 24px;
}

#hero p {
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    font-family: "Helvetica Neue",sans-serif;
}



#hero .btn-get-started {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #3498db;
  border: 2px solid #3498db;
}

#hero .btn-get-started:hover {
  background: #3498db;
  color: #fff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/* ECCP BUTTONS */

.btn-eccp-blue-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-blue-accent:hover {
  background: var(--eccp-blue);
  color: #fff;
}



.btn-eccp-yellow-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #FBBD19;
  border: 2px solid #FBBD19;
}

.btn-eccp-yellow-accent:hover {
  background: #FBBD19;
  color: var(--eccp-blue);
}

.btn-eccp-white-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-eccp-white-accent:hover {
  background: #ffffff;
  color: var(--eccp-blue);
}

.btn-eccp-yellow-solid-accent, .btn-eccp-yellow-solid-accent-2 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: var(--eccp-blue);
  background: #FBBD19;
  /* border: 2px solid #FBBD19; */
}


.btn-eccp-yellow-solid-accent:hover {
  background: #ffffff;
  color: var(--eccp-blue);
}

.btn-eccp-blue-solid-accent:hover {
  background: #ffffff;
  color: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-blue-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}


.btn-eccp-blue-yellow-solid-accent:hover {
  background: var(--eccp-yellow);
  color: var(--eccp-blue);
  transition-timing-function: ease-in;
 //border: 2px solid var(--eccp-blue);
}

.btn-eccp-blue-yellow-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-blue);
  //border: 2px solid var(--eccp-blue);
}

.btn-eccp-sm-blue-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-sm-blue-yellow-solid-accent:hover {
  background: var(--eccp-yellow);
  color: var(--eccp-blue);
  transition-timing-function: ease-in;
 //border: 2px solid var(--eccp-blue);
}

.btn-eccp-sm-blue-yellow-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-blue);
  //border: 2px solid var(--eccp-blue);
}


.btn-eccp-sm-yellow-blue-solid-accent:hover {
  background: var(--eccp-blue);
  color: var(--eccp-yellow);
  transition-timing-function: ease-in;
 //border: 2px solid var(--eccp-blue);
}

.btn-eccp-sm-yellow-blue-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: var(--eccp-blue);
  background: var(--eccp-yellow);
  //border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-yellow-blue-solid-accent:hover {
  background: var(--eccp-blue);
  color: var(--eccp-yellow);
  transition-timing-function: ease-in;
 //border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-yellow-blue-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: var(--eccp-blue);
  background: var(--eccp-yellow);
  //border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-blue-yellow-solid-accent:hover {
  background: var(--eccp-yellow);
  color: var(--eccp-blue);
  transition-timing-function: ease-in;
 //border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-blue-yellow-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 1px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-blue);
  //border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-blue-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-sm-blue-accent:hover, .btn-blue-hover:hover, .btn-eccp-xs-blue-accent:hover {
  background: var(--eccp-blue);
  color: #fff;
}





.btn-eccp-sm-yellow-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #FBBD19;
  border: 2px solid #FBBD19;
}

.btn-eccp-xs-yellow-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #FBBD19;
  border: 2px solid #FBBD19;
}

.btn-eccp-xs-yellow-accent:hover, .btn-eccp-sm-yellow-accent:hover {
  background: #FBBD19;
  color: var(--eccp-blue);
}

.btn-eccp-sm-white-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-eccp-sm-white-accent:hover {
  background: #ffffff;
  color: var(--eccp-blue);
}

.btn-eccp-sm-yellow-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: #FBBD19;
  /* border: 2px solid #FBBD19; */
}

.btn-eccp-xs-yellow-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: #FBBD19;
  /* border: 2px solid #FBBD19; */
}

.eccp-font-icon {
    color: var(--eccp-blue);   
}

.eccp-font-icon:hover {
    color: var(--eccp-yellow);   
}

.btn-eccp-sm-yellow-solid-accent:hover {
  background: #ffffff;
  color: var(--eccp-blue);
}

.btn-eccp-sm-yellow-solid-accent-2 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-yellow)
  /* border: 2px solid #FBBD19; */
}

.btn-eccp-xs-yellow-solid-accent-2 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-yellow)
  /* border: 2px solid #FBBD19; */
}

.btn-eccp-xs-yellow-solid-accent-2:hover, .btn-eccp-sm-yellow-solid-accent-2:hover, .btn-eccp-yellow-solid-accent-2:hover {
  background: var(--eccp-blue);
  color: white;
}

.btn-eccp-xs-blue-solid-accent:hover, .btn-eccp-sm-blue-solid-accent:hover {
  background: #ffffff;
  color: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}



.btn-eccp-sm-blue-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-blue-solid-accent {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-blue-solid-accent-2:hover, .btn-eccp-sm-blue-solid-accent-2:hover {
  background: var(--eccp-yellow);
  color: var(--eccp-blue);
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-sm-blue-solid-accent-2 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: #2e307a;
  border: 2px solid var(--eccp-blue);
}

.btn-eccp-xs-blue-solid-accent-2 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background: #2e307a;
  border: 2px solid var(--eccp-blue);
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}



#publication {
    background-image: url(https://www.eccp.com/themes/darksnyder-eccp2024-child/assets/images/publication.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: opacity 1.5s ease-in-out;

}

#publication::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100% !important; 
    height: 100% !important;
    /* background:linear-gradient(290deg,rgba(0,0,0,1),rgba (0,0,0,0.65), transparent); */
    background-color: transparent;
    background-image: linear-gradient(200deg,rgb(45,48,121,0.95),rgba(0,0,0,0.12));
    z-index: 1;
}

#publication .publication-content, [data-aos]#publication .publication-content {
    padding-bottom: 10em;
}

#publication .publication-content .publication-items {
    top: 10em;
    padding-left: 2em;
}

#publication .publication-content .publication-items .tilted-image{
    width: 60%;
}

/* 
#publication .container {
    position: relative !important;
    // margin-bottom: -6%;
    z-index: 9;
}

#publication {
  width: 100% !important;
  height: 36em !important;
  //display: flex; 
  //min-height: 100vh; 
  //flex-direction: row; 
  //--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
  //--container-widget-height: 100%;
  //--container-widget-flex-grow: 1;
  //--container-widget-align-self: stretch;
  //--align-items: center;
  //--gap: 10px 10px;
  //--background-transition: 0.3s;
  //--overlay-opacity: 0.9;
  //--padding-top: 5%;
  //--padding-bottom: 5%;
  //--padding-left: 5%;
  //--padding-right: 5%; 
  margin-top: 70px;
}



[data-aos].text-details {
    //max-width: 300px !important;
    //transform: unset; 
    position: relative !important;
    padding: 0;
    margin: 0; 
} 
*/




/* 
.pubs h2[data-aos], .publication-items p[data-aos] {
    
}

h2.eccp-section-caption-title-white.aos-init, 
h2.eccp-section-caption-title-yellow.aos-init, 
div.section-divider-inline.aos-init,
p.text-white.aos-init {
    position: relative;
}

#publication [data-aos].eccp-section-caption-title-yellow,
#publication [data-aos].eccp-section-caption-title-white,
#publication [data-aos].text-white.aos-init {
    position: relative;
    width: 19%;
} */

/* Section Services */
#services {
    /* background-image: url(https://eccp.ph/themes/darksnyder-eccp2024-child/assets/images/bgspice.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative; 
}
#services::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url(https://www.eccp.com/themes/darksnyder-eccp2024-child/assets/images/bgspice.webp),
                      linear-gradient(110deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.55), transparent);

    background-size: cover; /* Ensures full coverage */
    background-position: center; /* Adjust if needed */
    
    transform: rotate(180deg);
    transform-origin: center; /* Ensures proper rotation */
    
    z-index: -1; /* Keeps it behind content */
}

#services .container {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
# Sections ECCP General
--------------------------------------------------------------*/
.eccp-section-title h2 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
}

.eccp-section-title p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
}
.eccp-widget:not(:last-child) {
    margin-bottom: 20px;
}

.eccp-section-caption-title {
    color: var(--eccp-blue);
}

.eccp-section-caption-title-white {
    color: white;
}

.eccp-section-caption-title-yellow {
    color: var(--eccp-yellow);
}

.eccp-section-caption-title-dark {
    color: #030303;
}

.eccp-widget ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
}
.eccp-widget ul li {
    vertical-align: text-top;
    margin-top: 16px;
}


.eccp-widget i.eicon   {
    font-size: 30px;
    color: #2e307a;
    /* font-weight: 500; */
}

.eccp-widget .description {
    padding-left: 10px;
}

.eccp-section-head-title-landing, .eccp-section-head-title-center-landing {
  font-size: 24px !important;
  color: var(--eccp-blue);
  font-weight: 600;
  margin-right: 20px;
  font-family:  "Helvetica Neue", sans-serif;  
}

.eccp-section-head-title-landing::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 4px;
  width: 50px;
  height: 2px;
  /* top:50%; */
  transform: translateY(650%) translateX(10%);
  
  background: var(--eccp-blue);
  
}



.eccp-section-head-title-landing-yellow {
  font-size: 24px;
  color: var(--eccp-yellow);
  font-weight: 600;
  margin-right: 20px;
  font-family:  "Helvetica Neue", sans-serif;  
}

.eccp-section-head-title-landing-yellow::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 4px;
  width: 50px;
  height: 2px;
  /* top:50%; */
  transform: translateY(650%) translateX(10%);
  
  background: var(--eccp-yellow);
  
}

.eccp-section-head-title-landing-white {
  font-size: 24px;
  color: white;
  font-weight: 600;
  margin-right: 20px;
  font-family:  "Helvetica Neue", sans-serif;  
}

.eccp-section-head-title-landing-white::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 4px;
  width: 50px;
  height: 2px;
  /* top:50%; */
  transform: translateY(650%) translateX(10%);
  
  background: white;
  
}




.eccp-section-head-title {
  font-size: 24px;
  color: var(--eccp-blue);
  font-weight: 600;
  margin-right: 20px;
  font-family:  "Helvetica Neue", sans-serif;
}

.eccp-section-head-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 4px;
  width: 50px;
  height: 2px;
  /* top:50%; */
  transform: translateY(650%) translateX(10%);
  
  background: var(--eccp-blue);
  
}

.eccp-section-head-title-white {
  font-size: 14px;
  color: white;
  font-weight: 400;
  margin-right: 20px;
  font-family:  "Helvetica Neue", sans-serif;
}

.eccp-section-head-title-white::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 3px;
  width: 50px;
  height: 2px;
  /* top:50%; */
  transform: translateY(350%) translateX(10%);
  background: white;
  
}

.eccp-section-head-title-yellow {
  font-size: 14px;
  color: var(--eccp-yellow);
  font-weight: 400;
  margin-right: 20px;
  font-family:  "Helvetica Neue", sans-serif;
}

.eccp-section-head-title-yellow::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 3px;
  width: 50px;
  height: 2px;
  /* top:50%; */
  transform: translateY(350%) translateX(10%);
  background: var(--eccp-yellow);
  
}

.eccp-section-head-title-dark {
  font-size: 14px;
  color: #030303;
  font-weight: 500;
  margin-right: 20px;
  font-family:  "Helvetica Neue", sans-serif;
}

.eccp-section-head-title-dark::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding-right: 3px;
  width: 50px;
  height: 2px;
  /* top:50%; */
  transform: translateY(350%) translateX(10%);
  
  background: #030303;
  
}

.text-white {
    color: white;
}

.text-grey {
    color: var(--si-gallery-video-indicator-color);
}

.bg-eccp-blue {
    background-color: var(--eccp-blue);
}

.bg-eccp-blue-lg {
    background-color: var(--eccp-blue-lg);
}

.bg-eccp-yellow {
    background-color: var(--eccp-yellow);
}

.bg-eccp-yellow-lg {
    background-color: var(--eccp-yellow-lg);
}

.bg-eccp-grey {
    background-color: var(--ds-shade-of-grey);
}

/* .eccp-section-head-title h2 {
  font-size: 14px;
  font-weight: 400;
  font-family:  "Helvetica Neue", sans-serif;
}
.eccp-section-head-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fdfdfd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
  line-height: 0;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# TBD
--------------------------------------------------------------*/

#tbd {
    background-image: url(https://eccp.ph/themes/darksnyder-eccp2024-child/assets/images/eccp-img-12-min-scaled.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#tbd::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    /* background:linear-gradient(290deg,rgba(0,0,0,1),rgba (0,0,0,0.65), transparent); */
    background-color: transparent;
    background-image: linear-gradient(290deg, rgba(0,0,0,0), rgb(45,48,121,0.95));
    z-index: 1;
}

#tbd .container {
    position: relative;
    z-index: 2;
}

#tbd {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 100%;
  /* height: 31em; */
  margin-top: 70px;
}

#tbd {
    color: white;
}

#tbd~.section-divider-separator {
    background-color: white;
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#focus {
    //background: #30347D;
    padding-bottom: 50px;
}

.focus .icon-box {
  /* margin-top: -7em; */
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  border-radius: var(--ds-border-radius);
  
}
/*
.focus .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.focus .icon-box:hover::before {
  background: #FBBD19;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--ds-border-radius);
  box-shadow: 0 0 29px 0 rgba(64, 0, 255, 0.15);
}*/

.focus .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FBBD19;
  transition: all 0.3s ease-in-out;
}

.focus .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.focus .title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 20px;
}

.focus .title a {
  color: var(--eccp-blue);
}

.focus .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
/*
.focus .icon-box:hover .title a,
.focus .icon-box:hover .description {
  color: #fff;
}

.focus .icon-box:hover .icon {
  background: #fff;
}

.focus .icon-box:hover .icon i {
  color: #FBBD19;
}
*/

/*--------------------------------------------------------------
# ECCP Services
--------------------------------------------------------------*/
.service-icon-box .icon {
    font-size: 36px;
    line-height: 1;
    color: white;
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #FBBD19;
    transition: all 0.3s ease-in-out;
}

.service-icon-box .icon i {
    margin: 0 0 6px 0;
}

.service-caption-box h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--eccp-blue);
}

.service-caption-box {
    text-align: center;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #3498db;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #3498db;
}

.features .icon-box:hover {
  background: #eef7fc;
}


/*--------------------------------------------------------------
# Premium Partners
--------------------------------------------------------------*/
.premium-partners .premium-partner-wrap {
    padding-left: 50px;
    height: auto !important;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function : linear;
}

.swiper-wapper {
    height: 200px !important;
}

.premium-partners-slider-m.swiper-autoheight, .premium-partners-slider-m.swiper-autoheight .premium-partners-slider-m.swiper-slide {
   height: 220px !important;
}

.swiper-wapper .premium-partners-wrap {
    height: 200px !important;
    transition-timing-function : linear;
}

.premium-partners .premium-partners-carousel,
.premium-partners .premium-partners-slider {
  overflow: hidden;
}

.premium-partners .premium-partners-item {
  
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  //box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.premium-partners .premium-partners-item .premium-partners-img {
  width: 90px;
  border-radius: var(--ds-border-radius);
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.premium-partners-item img {
    width: 100%;
    //border: 1px dashed rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
  /* height: 100%; */
}

/* .testimonials .swiper-content, .testimonials .swiper {
height: 100% !important
} */
.testimonials .slider {
    /* height: auto; */
}

.testimonials-slider .swiper-autoheight, .swiper-autoheight .swiper-slide {
    /* height: none !important; */
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 150px;
  /* height: auto; */
  border-radius: var(--ds-border-radius);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.20);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  //width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ds-primary-font);
  margin: 10px 0 5px 0;
  color: var(--eccp-blue)
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  font-family: var(--ds-primary-font);
  color: var(--ds-shade-of-greyer);
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--eccp-blue);
  font-size: 26px;
  line-height: 0.25em;
  font-weight: 300;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  /* font-style: italic; */
  font-size: 13px;
  /* line-height: 1em; */
  font-weight: 300;
  font-family: var(--ds-primary-font);
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination,  .advocacy-papers .swiper-pagination{
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet, .advocacy-papers .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50rem;
  opacity: 1;
  border: 1px solid var(--eccp-blue);
  transition: width .2s ease-in-out,height .2s ease-in-out,background-color .2s ease-in-out;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active, .advocacy-papers .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--eccp-blue);
  width: var(--ds-pagination-bullet-width);
}

.testimonials .swiper-wrapper {
    /* position: relative;
    max-height: 400px;
    height: auto;
    flex: 0 1 auto; */
    
}

.testimonials .swiper-wrapper .swiper-slide .testimonial-wrap .testimonial-item {
    /* flex: 1 1 auto !important; */
    /* flex-direction: column !important; */
}
.testimonials .swiper-autoheight, .testimonials .swiper-autoheight .swiper-slide {
    height: -webkit-fill-available;
}

.testimonials .testimonial-item .testimonial-img, .landingpage .testimonial-item .testimonial-img {
    width: auto;
    margin-right: -20%;
    border-radius: 50% !important;
    position: absolute !important;
    left: -45px;
}

.landingpage .testimonial-wrap .testimonial-item .testimonial-img, .landingpage .testimonial-item .testimonial-img, 
.default .testimonial-wrap .testimonial-item .testimonial-img, .landingpage .testimonial-item .testimonial-img {
    width: 20% !important;
}

.landingpage .testimonial-item .testimonial-img {
    left: -60px;
}

.landingpage .testimonial-item {
    padding-left: 10%;
}


@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 10px;
    margin: 15px;
  }

  .landingpage .testimonials .testimonial-item .testimonial-img, .testimonials .testimonial-item .testimonial-img {
    position: relative !important;
    left: auto;
  }
  .landingpage .testimonials .testimonial-item .testimonial-img {
    position: relative !important;
    left: auto;
  }
  .testimonial-item {
    position: relative !important;
  }
}
@media (max-width: 575px) {
  .landingpage .testimonials .testimonial-item .testimonial-img {
    position: relative !important;
    left: auto;
  }
  .testimonial-item {
    position: relative !important;
  }
}

@media (min-width: 576px) {
  .landingpage .testimonials .testimonial-item .testimonial-img {
    position: relative !important;
    left: auto;
  }
  .testimonial-item {
    position: relative !important;
  }
   
}

.landingpage .event-category {
    position: absolute !important;
    left: -15px;
    padding: 10px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}

.pricing .recommended {
  border-color: #3498db;
}

.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3498db;
}

.contact .php-email-form button[type=submit] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #2383c4;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}



.sgv-icon, svg {
    width: 20px;
    height: 20px;
    fill: #FBBD19;
}

.e-widget-container{
    background-color: #FBBD19;
    border-radius: 10px 10px 10px 10px;
}

.image-caption-container {
    
    position: relative;
    display: inline-block;
    
}
.image-caption-container img {
    height: 450px;
    object-fit: cover;
    
    border-radius: 10px 10px 10px 10px;
    /*
    -webkit-box-shadow: -30px -30px 0px -12px rgba(251,189,25,1);
    -moz-box-shadow: -30px -30px 0px -12px rgba(251,189,25,1);
    box-shadow: -30px -30px 0px -12px rgba(251,189,25,1);
    */

}

.caption-box {
    max-width: 280px;
    width: 425px;
    position: absolute;
    bottom: -10%;
    right: -7%;
    margin-top: 10px;
    background: white; /* Semi-transparent background */
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 0px rgba(35, 1, 81, 0.15);
    padding: 20px;
    color: black;    
    font-size: 16px;
    z-index: 3;
    flex-grow: 0;
}

.image-caption-container h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;;
    font-family:  "Helvetica Neue", sans-serif;
}

.image-caption-container .caption-box h2 {
    color: var(--eccp-blue);
}

.section-divider {
    display: flex;
    padding-block-start: 0;
    padding-block-end: 0;
}

.section-divider-inline {
    /* display: flex; */
    padding-block-start: 0;
    padding-block-end: 0;
}

.section-divider-separator {
    width: 50px;
    //border-block-start: 4px solid var(--eccp-blue);
}

.section-divider-separator-yellow {
    width: 50px;
    //border-block-start: 4px solid var(--eccp-yellow);
}

.section-divider-separator-white {
    width: 50px;
    //border-block-start: 4px solid whitesmoke;
}

.section-divider-separator-small {
    width: 50px;
    //border-block-start: 2px solid var(--eccp-blue);
}

.section-divider-separator-small-yellow {
    width: 50px;
    //border-block-start: 2px solid var(--eccp-yellow);
}

.section-divider-separator-small-white {
    width: 50px;
    //border-block-start: 2px solid whitesmoke;
}

.section-header {
    color: var(--eccp-blue);
    font-size: 35px;
    font-weight: 500px;
    line-height: 1.5em;
}

.partner-item {
  display: flex;
  /* align-items: flex-start; */
  margin-bottom: 20px;
  margin-top: 20px;
}

.partner-item p {
    margin-bottom: 10px;
    color: var(--eccp-blue);
}

.partner-item .partner-logo, .partners-loop .partner-logo {
     //border: 1px dashed rgba(0, 0, 0, 0.08);
}
/* Publication */

txt-eccp-grey {
    color: grey !important;
}

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

.text-eccp-black {
    color: #000000 !important;
}

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

.text-eccp-greyer {
    color: var(--ds-shade-of-greyer) !important;
}

.text-white {
    color: white !important;
}

/* tilted image for publication */
.publications {
    /* position: absolute; */

    /* bottom: -2em;; */
}
.tilted-image {
    position: relative;
    width: 100% !important;
    max-width: 250px;
    margin: 1px auto;
}
.tilted-image img {
    width: 100%;
    display: block;
    transition: transform 0.3s;
}
.tilted-image img:first-child {
    /* transform: rotate(9deg); */
    position: absolute;
    top: -170px;
    left: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.95);
    z-index: 1;
}
.tilted-image img:n[2]-child {
    /* transform: rotate(9deg); */
    position: absolute;
    top: -170px;
    left: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.95);
    z-index: 1;
}
.tilted-image img:last-child {
    /* transform: rotate(-9deg); */
    position: absolute;
    top: -90px;
    left: -80px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45);
    z-index: 0;
}


.mt-n1 {
  margin-top: -0.25rem !important;
}

/* Vertical Divider */

.row[class*=vertical-divider-] {
    overflow-x:hidden;
    position:relative;
}

.row[class*=vertical-divider-]>[class*="col"]::before {
    content:'';
    background-color:var(--eccp-blue);
    position:absolute;
    top:0;
    bottom:0
}

/* 
.row[class*=vertical-divider-]{
    overflow-x:hidden;
    position:relative
}
.row[class*=vertical-divider-]>[class*=col]:nth-child(n+2):after{
    content:'';
    background-color:var(--vertical-divider-color);
    position:absolute;
    top:0;
    bottom:0
}
@media (max-width:720px){
    .row[class*=vertical-divider-]>[class*=col]:nth-child(n+2):after{
        width:100%;
        height:.0625rem;
        left:0;
        top:-.25rem
    }
}
@media (min-width:768px){
    .row[class*=vertical-divider-]>[class*=col]:nth-child(n+2):after{
        width:.0625rem;
        height:auto;
        left:-.0625rem
    }
}
.row.vertical-divider-blue{
    --vertical-divider-color:#007bff
}
.row.vertical-divider-indigo{
    --vertical-divider-color:#6610f2
}
.row.vertical-divider-purple{
    --vertical-divider-color:#6f42c1
}
.row.vertical-divider-pink{
    --vertical-divider-color:#e83e8c
}
.row.vertical-divider-red{
    --vertical-divider-color:#dc3545
}
.row.vertical-divider-orange{
    --vertical-divider-color:#fd7e14
}
.row.vertical-divider-yellow{
    --vertical-divider-color:#FDB813
}
.row.vertical-divider-green{
    --vertical-divider-color:#28a745
}
.row.vertical-divider-teal{
    --vertical-divider-color:#20c997
}
.row.vertical-divider-cyan{
    --vertical-divider-color:#17a2b8
}
.row.vertical-divider-white{
    --vertical-divider-color:#fff
}
.row.vertical-divider-gray{
    --vertical-divider-color:#6c757d
}
.row.vertical-divider-gray-dark{
    --vertical-divider-color:#343a40
}
.row.vertical-divider-black{
    --vertical-divider-color:#000
}
.row.vertical-divider-primary{
    --vertical-divider-color:#3DB36B
}
.row.vertical-divider-secondary{
    --vertical-divider-color:#f9f9f9
}
.row.vertical-divider-success{
    --vertical-divider-color:#28a745
}
.row.vertical-divider-info{
    --vertical-divider-color:#4184F3
}
.row.vertical-divider-warning{
    --vertical-divider-color:#FDB813
}
.row.vertical-divider-danger{
    --vertical-divider-color:#dc3545
}
.row.vertical-divider-light{
    --vertical-divider-color:#EFEFEF
}
.row.vertical-divider-dark{
    --vertical-divider-color:#343a40
} */

/* Info Our Work */

.info-card {
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgba(31,45,61,.45);
}

.info-card.card-eccp-blue {
    color: white;
    background-color: var(--eccp-blue);
} 

.info-card.card-eccp-yellow {
    color: var(--eccp-blue);
    background-color: var(--eccp-yellow);
}

.info-card.card-eccp-white {
    color: var(--eccp-blue);
    background-color: white;
}

.info-card.card-eccp-blue h6 {
    color: white;
    font-size: 0.65rem;
} 

.info-card.card-eccp-yellow h6 {
    color: var(--eccp-blue);
    font-size: 0.65rem;

}

.info-card.card-eccp-white h6 {
    color: var(--eccp-blue);
    font-size: 0.65rem;

}

@media (min-width:768px){
    .info-work [class*=col]:last-child{
        margin-top: 10em;
    }
    .info-card.card-eccp-blue h6 {
        color: white;
        font-size: 1rem;
    } 

    .info-card.card-eccp-yellow h6 {
        color: var(--eccp-blue);
        font-size: 1rem;

    }

    .info-card.card-eccp-white h6 {
        color: var(--eccp-blue);
        font-size: 1rem;

    }
}





/* bootstrap negative margins */

.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.5rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.5rem !important; }
.mt-n5 { margin-top: -3rem !important; }

.mb-n1 { margin-bottom: -0.25rem !important; }
.mb-n2 { margin-bottom: -0.5rem !important; }
.mb-n3 { margin-bottom: -1rem !important; }
.mb-n4 { margin-bottom: -1.5rem !important; }
.mb-n5 { margin-bottom: -3rem !important; }


.swiper-pagination .swiper-pagination-bullet-active, .swiper-pagination-bullet {
    width: 1.5rem;
}

/* Articles Related */

#news .card-footer {
    padding-top: 50px !important;
    background-color: transparent;
}

#news svg {
    fill: none;
}
#news .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaecf3;
    border-radius: var(--ds-border-radius);
}

#news .eccp-news .news-item:hover .news-title {
    color: var(--eccp-yellow);
}

#news .card:hover {
     transition: 0.3s ease;
     transform: scale(1.05);
     box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

#news .card:hover .news-title {
     color: var(--eccp-yellow);
}

#news .card:hover .news-excerp {
    color: var(--eccp-blue);
}

#news .card:hover .news-img::after {
    display:none;
}

#news .card-img, #news .card-img-top {
    border-top-left-radius: calc(var(--ds-border-radius) - 1px);
    border-top-right-radius: calc(var(--ds-border-radius) - 1px);
}

#news .card-img-top{
  position:relative;
  display:inline-block;
}


/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/

#news .news-img:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),var(--ds-gradient-rgba-opacity)) 0%, rgba(var(--ds-gradient-rgba-gold), var(--ds-gradient-rgba-opacity)) 100%); 
  background: -webkit-gradient(linear, left right, left, color-sright(0%,rgba(var(--ds-gradient-rgba-gold), var(--ds-gradient-rgba-opacity))), color-sright(100%,rgba(var(--ds-gradient-rgba-gold),var(--ds-gradient-rgba-opacity)))); 
  background: -webkit-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),var(--ds-gradient-rgba-opacity)) 0%,rgba(var(--ds-gradient-rgba-gold), var(--ds-gradient-rgba-opacity)) 100%); 
  background: -o-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),var(--ds-gradient-rgba-opacity)) 0%,rgba(var(--ds-gradient-rgba-gold), var(--ds-gradient-rgba-opacity)) 100%); 
  background: -ms-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),var(--ds-gradient-rgba-opacity)) 0%,rgba(var(--ds-gradient-rgba-gold), var(--ds-gradient-rgba-opacity)) 100%); 
  background: linear-gradient(to left, rgba(var(--ds-gradient-rgba-blue),var(--ds-gradient-rgba-opacity)) 0%,rgba(var(--ds-gradient-rgba-gold), var(--ds-gradient-rgba-opacity)) 100%); 
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26285f', endColorstr='#00000000',GradientType=0 ); IE6-9 */
  
} 

/* 
#news .card-img-top {
    background: -moz-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),0) 0%, rgba(var(--ds-gradient-rgba-gold), 0) 100%);
    background: -webkit-gradient(linear, left right, left, color-sright(0%,rgba(var(--ds-gradient-rgba-gold), 0)), color-sright(100%,rgba(var(--ds-gradient-rgba-gold),0))); 
    background: -webkit-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),0) 0%,rgba(var(--ds-gradient-rgba-gold), 0) 100%); 
    background: -o-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),0) 0%,rgba(var(--ds-gradient-rgba-gold), 0) 100%); 
    background: -ms-linear-gradient(right, rgba(var(--ds-gradient-rgba-blue),0) 0%,rgba(var(--ds-gradient-rgba-gold), 0) 100%);
    background: linear-gradient(to left, rgba(var(--ds-gradient-rgba-blue),0) 0%,rgba(var(--ds-gradient-rgba-gold), 0) 100%); 
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26285f', endColorstr='#00000000',GradientType=0 ); 
} */

#news .card-img-top img{
  display:block;
}



#news .news-title {
    font-size: 20px;
    color: var(--eccp-blue);
    font-family: var(--ds-primary-font);
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
}

#news .news-excerp {
    font-size: 16px;
    font-family: var(--ds-primary-font);
    line-height: 1.3em;
    font-weight: 300;
}

#news .news-date {
    font-size: 13px;
    font-family: var(--ds-primary-font);
    line-height: 1.5em;
    font-weight: 300;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #F7F8F9;
  /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  padding: 30px 0;
  line-height: 1.4em;
  color: var(--eccp-blue);
  font-size: 14px;
}

#footer .credits {
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.5em;
  //color: var(--eccp-blue);
}

#footer .footer-links a:hover, .caption-details-info:hover {
    font-size: 14px;
    color: var(--eccp-yellow) !important;
    font-family: var(--ds-primary-font);
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
}

#footer .footer-links a:hover, .caption-details-info:hover {
  color: var(--eccp-yellow);
}

#footer-links a, #footer-links p {
    color: #000000 !important;
}

#footer h2 {
    font-family: var(--ds-primary-font);
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--eccp-blue);
}

#footer .caption-details, #footer .caption-details p, #footer .footer-links a, .caption-details-info {
    font-size: 14px !important;
    //color: var(--eccp-blue) !important;
    color: #000000 !important;
    font-family: var(--ds-primary-font) !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400 !important;
}

.action-item {
    display: inline-flex;
    align-items: center;
    font-size: .875rem;
    cursor: pointer;
    color: #718096;
    background: 0 0;
    border: 0;
    padding: .25rem .25rem;
    transition: color .3s;
}

.action-item svg {
    position: relative;
    bottom: .125rem;
}

.feather {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentcolor;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.action-item:hover{
    color:#8e9aac
}
.action-item svg{
    position:relative;
    bottom:.125rem
}
.action-item span{
    padding-left:.35rem;
    display:inline-block
}

#footer nav li a, .caption-details a {
    font-size: 14px !important;
    color: var(--eccp-blue) !important;
    font-family: var(--ds-primary-font);
    line-height: 1.4em !important;
    font-weight: 400 !important;
}

#footer nav li a {
    margin-bottom: 0;
}

#social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--eccp-blue);
    color: white;
    line-height: 1;
    /* padding: 8px 0; */
    padding-top: 8px !important;
    /* margin: 0 auto 20px auto !important; */
    margin-right: 8px !important;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s ease;
    /* border: 1px solid #3498db; */
}

#social-links a:hover {
    background: var(--eccp-yellow);
    font-size: 19px;
    width: 38px;
    height: 38px;
    /* color: var(--eccp-blue); */
}


footer span {
    font-size: 13px;
    color: var(--eccp-yellow);
    font-family: var(--ds-primary-font);
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 300;
}

/* ---------------------------------------- */
/* --------------Header Covers------------- */
/* ---------------------------------------- */

section .header {
    margin-top: 1.5rem;
}

#about-header {
    background-image: url('/themes/darksnyder-eccp2024-child/assets/images/header_cover/about-header.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 250px; */
    position: relative;
    display: grid;
}

#about-header::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(324deg, rgb(0 0 0 / 47%), rgb(45 48 122));
}
/*
#about {
    background-color: var(--ds-shade-of-grey);
}


#about {
    background-image: url('/themes/darksnyder-eccp2024/assets/images/landingpage/IMG_4860.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: grid;
}

#about::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    /* background:linear-gradient(290deg,rgba(0,0,0,1),rgba (0,0,0,0.65), transparent); 
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(45,48,121,0.95), rgba(0,0,0,0));
    //background: linear-gradient(to bottom, rgba(url('/themes/darksnyder-eccp2024/assets/images/landingpage/IMG_4860.jpg'), 0.0), rgba(url('splash_bottom3.png'), 1.0));
}*/


.header-cover {
    margin-top: calc(9.45vh + 2px);
}

.header-cover .container {
    position: relative !important;
    z-index: 2 !important;
}

.header-cover-content h1 {
    color: white;
    font-size: 32px;
    font-family: var(--ds-primary-font);
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase !important;
}

.write-up {
    text-align: justify;
}

.text-eccp-justify {
    text-align: justify;
    text-justify: distribute;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word;
    //word-spacing: -0.05em;
}




.about-mage-caption-container {
    
    position: relative;
    display: inline-block;
    
}

.inner-image-caption-container img {
    height: 650px;
    object-fit: cover;
    /*border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: -30px -30px 0px -12px rgba(251,189,25,1);
    -moz-box-shadow: -30px -30px 0px -12px rgba(251,189,25,1);
    box-shadow: -30px -30px 0px -12px rgba(251,189,25,1);*/

}


.inner-image-caption-container .caption-box {
    max-width: 280px;
    width: 425px;
    position: absolute;
    bottom: -10%;
    right: -7%;
    margin-top: 10px;
    background: white; /* Semi-transparent background */
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 0px rgba(35, 1, 81, 0.15);
    padding: 20px;
    color: black;    
    font-size: 16px;
    z-index: 3;
    flex-grow: 0;
}

.about-image-caption-container .caption-box h2 {
    color: var(--eccp-blue);
}

.inner-caption-box {
    bottom: 10% !important;
}


.square-banner-ad {
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 0px 5px 10px 0px rgba(35, 1, 81, 0.15) !important;
}

.board-item h2 {
    color: var(--eccp-blue);
    font-size: 16px;
    font-family: var(--ds-primary-font);
    line-height: 1.3em;
    font-weight: 500;
    /* text-transform: uppercase !important; */
}

.board-item p {
    font-size: 13px;
    font-family: var(--ds-primary-font);
    line-height: 1.3em;
    font-weight: 300;
    /* text-transform: uppercase !important; */
}





#events::before {
    content: '';
    /* display: block; */
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.5;
    transition: .3s;
    top: 0; 
    right: 0; 
    
    background-position: top right;
    background-repeat: no-repeat;
    max-width: 1920px;
    
    /* background:linear-gradient(290deg,rgba(0,0,0,1),rgba (0,0,0,0.65), transparent); */
   
    
    /* background-image: url(https://www.eccp.com/themes/darksnyder-eccp2024-child/assets/images/bgspice.jpg), linear-gradient(#eb01a5, #d13531); */
    /* width: 100%;
    height: 100%; */
    background-size: 100%;
    /* width: calc(100% + 200vw); */
    width: 200vh;
    height: calc(100% + 100vh);
    z-index: 1;
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

#events {
    /* background-image: url(https://eccp.ph/themes/darksnyder-eccp2024-child/assets/images/bgspice.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative; 
}


#events::before {
    content: '';
    /* display: block; */
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.5;
    transition: .3s;
    top: 0; 
    right: 0; 
    
    background-position: top right;
    background-repeat: no-repeat;
    max-width: 1920px;
    
    /* background:linear-gradient(290deg,rgba(0,0,0,1),rgba (0,0,0,0.65), transparent); */
    background-color: transparent;
    background-image: url(https://www.eccp.com/themes/darksnyder-eccp2024-child/assets/images/bgspice.webp);
    background-image: url(https://www.eccp.com/themes/darksnyder-eccp2024-child/assets/images/bgspice.webp)
    , linear-gradient(290deg,rgba(0,0,0,1),rgba (0,0,0,0.65), transparent);
    
    /* background-image: url(https://www.eccp.com/themes/darksnyder-eccp2024-child/assets/images/bgspice.jpg), linear-gradient(#eb01a5, #d13531); */
    /* width: 100%;
    height: 100%; */
    background-size: 100%;
    /* width: calc(100% + 200vw); */
    width: 200vh;
    height: calc(100% + 100vh);
    z-index: 1;
}

#events .container h2, 
#events .container p, 
#events .container a, 
#events .container span,
#events .container h3,
#events .container .event-items {
    position: relative !important;
    z-index: 5 !important;
}


/*
#events {
    content: '' ;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(https://www.eccp.com/themes/darksnyder-eccp2024-child/assets/images/bgspice.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    
} */


/*
#events::before{
    transition: background var(0.3s,.3s),border-radius var(0.3s,.3s),opacity 0.3s,.3s;
    transition: opacity .25s ease-in-out; 
}*/

#events .card:hover {
    border-color: var(--eccp-yellow);
    border-width: 3px;
    //box-shadow: inset 0 0 10px var(--eccp-glow-color); /* Internal glow */
    transition: box-shadow 0.5s ease-in-out;
}

#events .card:hover .month {
    color: var(--eccp-yellow);
}

#events .card {
    background-color: #ffffff;
    //position: relative;
    //z-index: 90;
}

.event-item .event-category {
    font-size: 14px;
    font-family: var(--ds-primary-font);
    font-weight: 500;
    line-height: 1.3em;
    color: var(--eccp-yellow);
    margin: 0;
}

.event-item, .event-item div {
    background-color: transparent;
}
.event-item .event-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 1.5em;
    color: var(--eccp-blue);
    font-weight: 450;
}
.event-item .venue {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 300;
}

.event-item .month {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: capitalize;
    color: var(--eccp-blue);
}

.event-item .event-type {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 500;
}



.event-item .date {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--eccp-blue);
}

[data-aos].aos-animate {
    position: relative;
    z-index: 3;
}

#subscription .subscription-box {
    padding-left: 100px !important;
    position: relative;
    bottom: -6rem;
    background-color: white;
    
}

[data-aos].caption-box {
    position: absolute;
    bottom: -10% !important;
}

/*
#address .chapter {
    background-color: var(--eccp-blue);
    color: white;
}*/

.chapter .contact-address, .chapter a {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
}

.chapter i {
    color: var(--eccp-yellow);
}

.chapter h2{
    font-size: 14px;
}
.chapter a {
    h2
}

.branches .chapter {
    border-bottom: solid 1px var(--ds-shade-of-grey);
}

.branches .chapter:last-child {
    border-bottom: none;
}


/*
#address .chapter h2 {
    color: var(--eccp-yellow);
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
}*/

li::marker {
  
  //FBBD19 & 2e307a
  
  --eccp-blue-fill: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 512 412' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 173.898 439.404 l -166.4 -166.4 c -9.997 -9.997 -9.997 -26.206 0 -36.204 l 36.203 -36.204 c 9.997 -9.998 26.207 -9.998 36.204 0 l 112.095 112.094 l 240.095 -240.094 c 9.997 -9.997 26.207 -9.997 36.204 0 l 36.203 36.204 c 9.997 9.997 9.997 26.206 0 36.204 l -294.4 294.401 c -9.998 9.997 -26.207 9.997 -36.204 -0.001 z' fill='%232e307a'/%3E%3C/svg%3E%0A");
  --eccp-yellow-fill: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 512 412' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 173.898 439.404 l -166.4 -166.4 c -9.997 -9.997 -9.997 -26.206 0 -36.204 l 36.203 -36.204 c 9.997 -9.998 26.207 -9.998 36.204 0 l 112.095 112.094 l 240.095 -240.094 c 9.997 -9.997 26.207 -9.997 36.204 0 l 36.203 36.204 c 9.997 9.997 9.997 26.206 0 36.204 l -294.4 294.401 c -9.998 9.997 -26.207 9.997 -36.204 -0.001 z' fill='%23FBBD19'/%3E%3C/svg%3E%0A");
}

li.check-eccp-blue, li.check-eccp-yellow {
  padding-inline-start: 0.5rem;
  margin-block: 0.2rem;
}

li.check-eccp-blue::marker {
    content: var(--eccp-blue-fill);
}

li.check-eccp-yellow::marker { 
    font-size: 2px;
    content: var(--eccp-yellow-fill);
}


.team .department:not(:first-child) {
    margin-top: 4rem;
}
.team .department .deptname {
    margin-bottom: 2rem;
}

.team .department .board .name {
    font-size: 21px;
}

.team .department .board .designation {
    font-size: 16px;
}

.membenefits .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}
.membenefits ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
}

.mem-categories h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

#rates h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

#rates h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}

#directory .eccp-section-caption-title a {
    color: var(--eccp-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

#directory .item-title {
    color: var(--eccp-blue);
    font-weight: 700;
    line-height: 1.5em;
}

#rates-parnerships .card {
    border-radius: 0.95rem !important;
}

#rates-parnerships .card a {
    /* color: var(--eccp-yellow); */
}

.annual-partners h6 {
    color: var(--eccp-blue);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

#committees .figure-caption {
    font-size: 13px;
    color: var(--eccp-blue);
    font-weight: 500;
    line-height: 1.5em;
    
}

#committees img:hover {
     transition: 0.3s ease;
     transform: scale(1.05);     
}

.gallery {
    //--si-gallery-overlay-bg: rgba(11, 15, 25, 0.4);
    --si-gallery-indicator-size: 4.5rem;
    --si-gallery-image-indicator-color: #fff;
    --si-gallery-image-indicator-font-size: 2rem;
    --si-gallery-video-indicator-bg: #fff;
    --si-gallery-video-indicator-color: #33354d;
    --si-gallery-video-indicator-font-size: 2rem;
    --si-gallery-video-indicator-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --si-gallery-video-indicator-hover-bg: #6366f1;
    --si-gallery-video-indicator-hover-color: #fff;
    --si-gallery-video-indicator-hover-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.gallery-item::before {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--si-gallery-overlay-bg);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.gallery-item>img {
    display: block;
    width: 100%;
}

.gallery-item:hover::before, .gallery-item:hover::after, .gallery-item:hover .gallery-item-caption, .gallery-item.is-hovered::before, .gallery-item.is-hovered::after, .gallery-item.is-hovered .gallery-item-caption {
    opacity: 1;
    transform: none;
}
.gallery-item::after, .gallery-item .gallery-item-caption {
    opacity: 0;
    transition: all .3s ease-in-out;
}
.gallery-item .gallery-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    transform: translateY(0.5rem);
}

.gallery-item.video-item::after {
    padding-top: .0625rem;
    padding-left: .25rem;
    font-size: var(--si-gallery-video-indicator-font-size);
    color: var(--si-gallery-video-indicator-color);
    content: "";
    background-color: var(--si-gallery-video-indicator-bg);
    border-radius: 50%;
    opacity: 1;
    transform: none;
    box-shadow: var(--si-gallery-video-indicator-box-shadow);
}
.gallery-item:hover::before, .gallery-item:hover::after, .gallery-item:hover .gallery-item-caption, .gallery-item.is-hovered::before, .gallery-item.is-hovered::after, .gallery-item.is-hovered .gallery-item-caption {
    opacity: 1;
    transform: none;
}
.gallery-item::after, .gallery-item .gallery-item-caption {
    opacity: 0;
    transition: all .3s ease-in-out;
}
.gallery-item::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: block;
    width: var(--si-gallery-indicator-size);
    height: var(--si-gallery-indicator-size);
    margin-top: calc(var(--si-gallery-indicator-size)* -0.5);
    margin-left: calc(var(--si-gallery-indicator-size)* -0.5);
    line-height: var(--si-gallery-indicator-size);
    color: var(--si-gallery-image-indicator-color);
    text-align: center;
    font-family: "boxicons";
    font-size: var(--si-gallery-image-indicator-font-size);
    content: "";
    transform: scale(0.3);
}


#sidetab-latest-news .widget-title, #sidetab-upcoming-events .widget-heading {
    font-size: 20px;
    font-family: var(--ds-primary-font);
    font-weight: 500;
    line-height: 1.5em;
    color: var(--eccp-blue);
}

#sidetab-latest-news .news-title, 
#sidetab-latest-news .news-title a 
.event-title-section a {
    font-size: 16px;
    font-family: var(--ds-primary-font);
    font-weight: 500;
    line-height: 1.5em;
    color: var(--eccp-blue);
}

#sidetab-latest-news a,
.event-title-section a {
    color: var(--eccp-blue);
    font-weight: 400;
}

#sidetab-latest-news .news-title a:hover, 
#sidetab-latest-news a:hover 
.event-title-section a {
    color: var(--eccp-yellow);
}

#sidetab-latest-news .news-date {
    font-size: 11px;
    font-family: var(--ds-primary-font);
    font-weight: 500;
    line-height: 1.5em;
    color: var(--eccp-blue);
}

#sidetab-latest-news .news-desc {
    font-size: 16px;
    font-family: var(--ds-primary-font);
    font-weight: 300;
    line-height: 1.5em;
    /* color: var(--eccp-blue); */
}

#sidetab-upcoming-events .month {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--ds-primary-font);
    color: var(--eccp-yellow);
}

#sidetab-upcoming-events .date {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--ds-primary-font);
    color: var(--eccp-blue);
}

.widget-event-date-hollow {
    /* border: 2px solid var(--eccp-blue); */
    border-radius: 15px;
    padding: 8px;
    /* background-color: var(--eccp-blue); */
}

.event-title-section a {
    color: var(--eccp-blue);
}

.bcs-services .services-icon i {
    font-size: 60px !important;
    color: white;
}

.bcs-services h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--eccp-blue);
}

.bcs-services .grid-item {
    /* width: 44%; */
}


.tracking-tighter {
    letter-spacing: -0.05em;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-normal {
    letter-spacing: 0em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest{
    letter-spacing: 0.1em;
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.spacer {
   margin-top: 20px;
   margin-bottom: 20px;
}

.spacer-lg {
   margin-top: 90px;
   margin-bottom: 90px;
}

#navlogin img {
    /* height: 20px; */
    /* width: 30px; */
}

.flag-icon {
    background-size: cover !important;
}

/*
.eccp-news-item {
    padding: 20px;
}

.eccp-news-item::after {
    content: " ";
    position: absolute;
    background-color: rgba(0, 0, 0, .15);
    display: block;
    top: 0;
    right: -16px;
    left: auto;
    bottom: auto;
    width: 1px;
    height: 100%;
}*/

.landingpage .news-title,.landingpage .news-title.a {
    font-size: 20px;
    color: var(--ds-shade-of-greyer);
}

.landingpage .news-excerp {
    font-size: 18px;
    color: var(--ds-shade-of-greyer);
}

.landingpage .news-date {
    font-size: 13px;
    color: var(--ds-shade-of-greyer);
}

.landingpage .border-column {
  position: relative !important;
}
/*
.landingpage .border-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc;
  transform: translateX(50%);
}

@media (min-width: 768px) {
  .border-column:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .border-column:nth-child(2n)::after {
    display: none;
  }
}
*/

/*
.row.landingpage .col-sm-4:last-child {
      border-right: none !important; /* Remove the line from the last column of each row *
} 


@media (min-width: 768px) {
    .row.landingpage .col-md-4:nth-child(3n) {
      border-right: none !important; /* Remove the line from the last column of each row *
    }
    /* .row.landingpage .col-md-3:nth-last-child(n+5){
       border-bottom: 1px solid #dee2e6;
    } 
    .row.landingpage .col-md-3 .col-md-3:nth-child(4n)::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #ddd; 
        margin: 15px 0;
    }
    *
}

@media (max-width: 767px) {
    .row.landingpage .col-sm-4:nth-child(3n) {
      border-right: none !important; /* Remove the line from the last column of each row *
    } 
}

@media (max-width: 575px) {
    .row.landingpage .col-12 {
      border-right: none !important; /* Remove the line from the last column of each row *
      border-bottom: 1px solid #cccccc;
    } 
} */


.board .board-item .team-image {
    border-color: var(--eccp-yellow) !important;
}

/*
.st-spacer {
    padding-top: 14em !important;
}

.sb-spacer {
    margin-bottom: 18em !important;
}
*/

.sticky-panel {
    position: relative;
    transition: all 0.3s ease;
    //position: sticky;
    //top: 2em;
    //top: calc(var(--layout-header-height) + var(--s8));
}

.sticky-now {
  position: fixed;
  top: calc(var(--layout-header-height) + var(--s8));
  transition: all 0.3s ease;
  //z-index: 1000;
}

.stopped {
  position: relative;
  transition: all 0.3s ease;
  //position: absolute;
  //bottom: 0;
  //top: auto;
}

li#navlogin:hover{
    left: -100%;
}

.mem-box{
   position: relative;
}

.mem-benefits {
   font-size: 0.80em;
}

.ribbon-fold {
  width:150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -13px;
  left: -13px;
}

.ribbon-fold::before, .ribbon-fold::after {
  content: '';
  width: 13px;
  height: 13px;
  background: #795901;
  position: absolute;
  z-index: -1;
}

.ribbon-fold::before {
  top: 0;
  right: 4px;
}

.ribbon-fold::after{
   bottom: 4px;
   left: 0;
}

.ribbon {
  width: 225px;
  text-align: center;
  padding: 3px 0;
  background: var(--eccp-yellow);
  color: var(--eccp-blue);
  position: absolute;
  font-size: 0.80em;
  font-weight: 800;
  transform: rotate(-45deg);
  right: -17%;
  top: 29%;
}
