.min-height-255
{
    height:255px !important;
    min-height: 255px !important;
}

@media (min-width: 992px) 
{
    #header .header-nav-main nav > ul > li > a:active  
    {
        color:#fff !important;
    }
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a 
{
color:#fff !important;
}

.dropdown-item.active, .dropdown-item:active
{
   color:#fff !important;
   text-decoration: underline !important;
   text-decoration-color: var(--light);
   text-underline-offset: 6px; 
   font-size:20px;
}
.dropdown-item.active, .dropdown-item:hover
{
   color:#fff !important;
   text-decoration: underline !important;
   text-decoration-color: var(--light);
   text-underline-offset: 6px; 
   font-size:20px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a
{
   font-size:16px !important; 
}

#header .header-nav.header-nav-stripe nav > ul:hover > li > a.active 
{
    color:#fff !important;
}


/* Elements */
.custom-el-1 {
    opacity: 0.1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: arrowMove 3000ms linear;
    animation-iteration-count: infinite;
}

.custom-el-1 img {
    margin-bottom: -100px;
}

.custom-el-pos-1 {
    top: 55%;
    left: -60px;
}

.custom-el-2 {
    opacity: 0.1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: arrowMove 3000ms linear;
    animation-iteration-count: infinite;
}

.custom-el-2 img {
    margin-bottom: -47px;
}

.custom-el-pos-2 {
    top: 80%;
    right: -30px;
}

.custom-el-3 {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 220px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

.custom-el-3 .custom-el-3-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-el-3 .custom-el-3-img img {
    transition: transform 2s;
    will-change: transform;
}

.custom-el-3-pos-1 {
    top: 30%;
    z-index: 1;
}

.custom-el-3-pos-2 {
    top: -30%;
}

.custom-el-4-pos {
    margin-top: -15px;
}

.custom-el-pos-5 {
    left: -60px;
    top: 35%;
}

/* Custom Border Radius */
.custom-border-radius-1 {
    border-radius: 0 100px 0 100px;
}

.custom-border-radius-2 {
    border-radius: 100px 0 0 0;
}

.custom-border-radius-3 {
    border-radius: 100px 100px 100px 0;
}

.custom-border-radius-4 {
    border-radius: 200px 10px 10px 10px;
}

.custom-border-radius-5 {
    border-radius: 0 0 100px 0;
}

.thumb-info-caption-text
{
    min-height:160px;
}

.process.process-shapes .process-step-circle .process-step-circle-content
{
  width: 90px;
  height: 90px;
  font-size: 1em;
}

@media (min-width: 992px) {
  .process .process-step::before {
    background-color: var(--primary);
  }
}

.speaker-designation
{
    /*min-height:55px !important;*/
    min-height:65px !important;
    text-align: center;
}
@media (max-width: 991px) {
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
	color: var(--light) !important;
}
}

/*
* Custom Section
*/
.custom-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-section .custom-section-left-content,
.custom-section .custom-section-right-content {
    display: none;
}

.custom-section .custom-section-middle-content {
    width: 100%;
    margin: 0 -70px;
    z-index: 1;
}

@media (min-width: 768px) {
    .custom-section .custom-section-left-content,
    .custom-section .custom-section-right-content {
        display: block;
        width: 34vw;
    }
    .custom-section .custom-section-middle-content {
        width: 50vw;
    }
}

@media (min-width: 992px) {
    .custom-section .custom-section-left-content,
    .custom-section .custom-section-right-content {
        width: 34vw;
    }
    .custom-section .custom-section-middle-content {
        width: 40vw;
    }
}


.required
{
    color:red;
}