/*
* Thumb Info
*/

.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after {
    background-color: rgba(34, 204, 0, 0.4);
}

.custom-box-shadow-1 {
    box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.3);
}

.custom-stroke-text-effect-1 {
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2a2a2a;
    white-space: nowrap;
}

.custom-big-font-size-1 {
    font-size: 147.2px;
    font-size: 9.2rem;
}

.custom-big-font-size-2 {
    font-size: 187.2px;
    font-size: 11.7rem;
}

.custom-big-font-size-3 {
    font-size: 115.2px;
    font-size: 6.5rem;
}

.ceo {
    display: flex;
    justify-content: center;
}

html section.section-dark {
    background-color: #369128 !important;
    border-color: #16181b !important;
}

html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #f9f9f9 !important;
}
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #f9f9f9 !important;
}
html .bg-color-after-quaternary:after {
  background-color: #f9f9f9 !important;
}
html .bg-color-hover-after-quaternary:after:hover {
  background-color: #f9f9f9 !important;
}
html .bg-color-before-quaternary:before {
  background-color: #f9f9f9 !important;
}
html .bg-color-hover-before-quaternary:before:hover {
  background-color: #f9f9f9 !important;
}