a.elButtonFull {
    color: white !important;
}

a.elButtonFull.black {
    color: black !important;
}

@media(max-width:500px){
    a.elButtonFull i {
        font-size: 21px;
    }
}

[data-title*='Upage'] {
    padding-top: 50px !important;
    padding-bottom: 25px !important;
    position: relative;
    background-image: url('../images/Vego-Supply.jpg');
    color: #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-title*='Section'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

[data-title*='SecondSec'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

[data-title*='Services'] {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}

@media (min-width: 768px) {
    [data-title*='Upage'] {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (min-width: 992px) {
    [data-title*='Upage'] {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='SecondSec'] {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    [data-title*='Services'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*='Section'] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    [data-title*='SecondSec'] {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    [data-title*='Services'] {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

[data-title*='cf-vimeo-video'] {
    border: 0px !important;
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*border-radius: 5px;*/
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px;
}

#Container-01 {
    position: relative;
}

#Container-01:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #000000;
}

#Container-01 .BtnColor {
    color: #0d0d0d;
    background: white;
}

#FullCon {
    background: #f6f7f9;
}

#ServicesIntro {
    position: relative;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    outline: none;
    background-image: url(../images/Services-Intro.jpg);
    background-position: center 50%;
    overflow: hidden;
}

#ServicesIntro.fullContainer .containerInner,
#ServicesIntro.fullContainer .containerInner .col-md-12 img {
    width: 100%;
}

#ServicesIntro.fullContainer .containerInner .row,
#ServicesIntro.fullContainer .containerInner .col-md-4,
#ServicesIntro.fullContainer .containerInner .col-md-12 {
    padding: 0px !important;
}

#ServicesIntro .mt-3top {
    margin-top: 485px;
}

@media (min-width: 1500px) {
    #ServicesIntro .mt-3top {
        margin-top: 330px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #ServicesIntro .mt-3top {
        margin-top: 17rem;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    #ServicesIntro .mt-3top {
        margin-top: 15rem;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    #ServicesIntro .mt-3top {
        margin-top: 13rem;
    }
}

@media (max-width: 500px) {
    #ServicesIntro {
        background-image: unset;
        background-color: black;
    }
    
    #ServicesIntro .mt-3top {
        margin-top: -50px;
    }
}

#VegoExp {
    background: #f6f7f9;
}

#VegoMarket {
    position: relative;
    background-image: url('../images/Vego-Supply.jpg');
    color: #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#VegoMarket:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.88;
    background-color: #000000;
}

#FourProblem,
#DifficultSecond,
#DifficultFour,
#Zero {
    background: #f8faff;
}

#AdWholesale {
    background: black;
}

.txt-red {
    color: #f07605;
}

.txt-orange {
    color: #f07605;
}

@media(max-width:500px) {
    .elButton {
        font-weight: 400;
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletListNew li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 1.6em;
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute;
}

[data-title*='nicebullets'] li i {
    display: none;
}

[data-title*='nicebullets'] li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #c30000;
    border-radius: 50px;
    box-shadow: rgb(246 74 74 / 25%) 0 0 0 5px;
    margin-top: 12px;
}

@media (max-width:500px) {
    .elBulletList {
        padding-left: 6px;
    }

    .elBulletListNew li {
        margin-bottom: 5px;
        padding-left: 1.4em;
        font-size: 16px !important;
        line-height: 24px;
    }

    .elBulletList li:before {
        left: 10px !important;
    }

    [data-title*='nicebullets'] li:before {
        margin-top: 10px;
        width: 7px;
        height: 7px;
        background-color: #c30000;
        border-radius: 50px;
        box-shadow: rgb(246 74 74 / 25%) 0 0 0 4px;
    }
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url('../images/big-play-button.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 12%;
    background-position: center;
}

@media(max-width:500px) {
    .video-sound-overlay {
        background-size: 14%;
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

/* txt-grey_indrak */
.txt-grey_indrak {
    color: #7d7e80;
    color: #86868b;
}

.solve-color {
    color: #0578F1;
}

.under-red {
    text-decoration: underline;
    text-decoration-color: #d40c0c;
}

@media(max-width:500px) {
    .under-red {
        text-decoration-thickness: 3px;
    }
}

.farewell-color {
    color: #d52828;
}

img.FirstSign {
    width: 110px;
}

@media(min-width: 700px) and (max-width: 991px) {
    img.FirstSign {
        width: 80px;
    }
}

@media(max-width:500px) {
    img.FirstSign {
        width: 65px;
    }
}

/* Kind of Tinted */
.Kindof {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.Kindof .Card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Kindof .Card .text {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    height: 52px;
    display: flex;
    margin: 10px auto 0px;
    color: white;
    align-content: center;
    align-items: center;
}

.Kindof .Card:nth-child(1) .image img {
    display: block;
    width: 35%;
    filter: invert(55%) sepia(93%) saturate(3808%) hue-rotate(352deg) brightness(99%) contrast(93%);
}

.Kindof .Card:nth-child(2) .image img {
    display: block;
    width: 50%;
    filter: invert(55%) sepia(93%) saturate(3808%) hue-rotate(352deg) brightness(99%) contrast(93%);
}

.Kindof .Card:nth-child(3) .image img {
    display: block;
    width: 50%;
    filter: invert(65%) sepia(88%) saturate(1952%) hue-rotate(351deg) brightness(98%) contrast(94%);
}

.Kindof .Card:nth-child(4) .image img {
    display: block;
    width: 39%;
    filter: invert(55%) sepia(93%) saturate(3808%) hue-rotate(352deg) brightness(99%) contrast(93%);
}

@media(min-width: 700px) and (max-width: 991px) {
    .Kindof {
        display: flex;
        justify-content: center;
    }
    
    .Kindof .Card:nth-child(1) .image img {
        display: block;
        width: 65%;
    }
    
    .Kindof .Card:nth-child(2) .image img {
        display: block;
        width: 98%;
    }
    
    .Kindof .Card:nth-child(3) .image img {
        display: block;
        width: 80%;
    }
    
    .Kindof .Card:nth-child(4) .image img {
        display: block;
        width: 75%;
    }
    
    .Kindof .Card .text {
        font-size: 22px;
    }
}

@media(max-width:500px) {
    .Kindof {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }
    
    .Kindof .Card {
        justify-content: flex-start;
    }
    
    .Kindof .Card:nth-child(1) .image img {
        display: block;
        width: 30%;
    }
    
    .Kindof .Card:nth-child(2) .image img {
        display: block;
        width: 48%;
    }
    
    .Kindof .Card:nth-child(3) .image img {
        display: block;
        width: 55%;
    }
    
    .Kindof .Card:nth-child(4) .image img {
        display: block;
        width: 46%;
    }

    .Kindof .Card .text {
        font-size: 18px;
        line-height: 20px;
        height: auto;
        margin: 10px auto 0px;
    }
}

/* Solve Problem */
.SolveProblem {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.SolveProblem .Card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 30px;
    background: #282222;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.SolveProblem .Card:hover {
    background: white;
}

.SolveProblem .Card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: .1;
    transition: all .3s;
    background: #004c99 !important;
}

.SolveProblem .Card:hover:before {
    opacity: .15;
}

.SolveProblem .Card .number {
    font-weight: 600;
    font-size: 62px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #9faab5;
}

.SolveProblem .Card .number img {
    width: 35%;
    margin: 0px auto 10px;
}

.SolveProblem .Card .text {
    font-size: 22px;
    line-height: 28px;
    height: 84px;
    text-align: center;
    font-weight: 600;
    color: white;
    z-index: 2;
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.SolveProblem .Card:hover .text {
    color: #24262e;
}

.SolveProblem .Card .text:after {
    /* content: ''; */
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -15px;
    border-radius: 3px;
    right: 50%;
    transform: translate(50%, 50%);
    background: #f07605 !important;
}

@media(min-width: 700px) and (max-width: 991px) {
    .SolveProblem {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    
    .SolveProblem .Card {
        padding: 40px 30px 20px;
    }

    .SolveProblem .Card .number {
        font-size: 56px;
    }

    .SolveProblem .Card .text {
        font-size: 20px;
    }
}

@media(max-width:500px) {
    .SolveProblem {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .SolveProblem .Card {
        padding: 30px 0px;
    }

    .SolveProblem .Card .number {
        font-size: 46px;
        line-height: 42px;
    }

    .SolveProblem .Card .text {
        font-size: 18px;
        padding-bottom: 0px;
        font-weight: bold;
    }

    .SolveProblem .Card .text:after {
        width: 40px;
        height: 3px;
        bottom: -15px;
    }
}

img.alert {
    display: inline-block;
    width: 56px;
    height: auto;
    margin-bottom: 4px;
    margin-right: 20px;
    padding: 0px;
}

@media(min-width: 700px) and (max-width: 991px) {
    img.alert {
        width: 50px;
        margin-right: 12px;
    }
}

@media(max-width:500px) {
    img.alert {
        width: 32px;
        margin-bottom: 1px;
        margin-right: 9px;
    }
}

img.FaceCardShadow {
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 0px 2px rgb(0 0 0 / 20%);
}

/* National */
.National {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.National .Card {
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: auto;
}

.National .Card:not(:last-child) {
    margin-right: 20px;
}

.National .Card .image {
    width: 80px;
}

.National .Card .image img {
    display: block;
    width: 75px;
}

.National .Card .text {
    font-weight: 600;
    font-size: 24px;
    color: white;
    width: 80%;
}

@media(min-width: 700px) and (max-width: 991px) {
    .National {
        grid-gap: 0px;
    }

    .National .Card .text {
        font-size: 17px;
    }
}

@media(max-width:500px) {
    .National {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .National .Card {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        max-width: 100%;
        flex: 0 0 43.33%;
        flex-direction: column;
    }

    .National .Card:not(:last-child) {
        margin-right: 10px;
    }

    .National .Card .image {
        width: 70%;
    }

    .National .Card .text {
        font-size: 18px;
        line-height: 22px;
        width: 85%;
        text-align: center;
    }
}

#AdWholesale .BtnColor {
    color: black;
    background: #f07605;
}

#Award {
    background-color: #1c1c1c;
    background: url('../images/Background-Awards.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#Award .cover {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    background: linear-gradient(34deg, rgb(0 0 0 / 47%) 0%, rgb(0 0 0) 35%, rgb(0 0 0 / 57%) 75%, rgb(0 0 0 / 88%) 100%);
    opacity: 0.75;
}

/* FullAward */
.FullAward {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.FullAward .list {
    display: flex;
    align-items: flex-end;
}

.FullAward .list:nth-child(1),
.FullAward .list:nth-child(2),
.FullAward .list:nth-child(3),
.FullAward .list:nth-child(4) {
    width: 21%;
}

.FullAward .list:nth-child(5) {
    width: 16%;
    display: flex;
    flex-direction: column;
}

.FullAward .list .left {
    width: 40%;
}

.FullAward .list .left img {
    display: block;
    width: auto;
    height: 250px;
}

.FullAward .list:nth-child(1) img,
.FullAward .list:nth-child(2) img,
.FullAward .list:nth-child(3) img,
.FullAward .list:nth-child(4) img {
    filter: drop-shadow(2px 2px 10px rgb(210 177 77 / 75%));
}

.FullAward .list:nth-child(2) {
    display: none;
}

.FullAward .list .right {
    width: 60%;
}

.FullAward .list:nth-child(5) .left,
.FullAward .list:nth-child(5) .right {
    width: 100%;
}

.FullAward .list:nth-child(5) img {
    width: 100%;
    height: auto;
}

.FullAward .list .right .text {
    color: #cbae46;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 15px;
}

.FullAward .list:nth-child(5) .right .text {
    padding: 15px 0px 0px;
    text-align: right;
    font-size: 17px;
    line-height: 24px;
}

@media(max-width:500px) {
    .FullAward {
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .FullAward .list {
        align-items: center;
    }

    .FullAward .list:nth-child(1),
    .FullAward .list:nth-child(2),
    .FullAward .list:nth-child(3),
    .FullAward .list:nth-child(4) {
        width: 50%;
        padding: 0px 0px 25px;
    }

    .FullAward .list:nth-child(5) {
        width: 55%;
        display: flex;
        flex-direction: column;
    }

    .FullAward .list .left img {
        max-height: 135px;
    }

    .FullAward .list:nth-child(1) img,
    .FullAward .list:nth-child(2) img,
    .FullAward .list:nth-child(3) img,
    .FullAward .list:nth-child(4) img {
        filter: drop-shadow(2px 2px 10px #D2B14D);
    }

    .FullAward .list .right {
        width: 65%;
    }

    .FullAward .list .right .text {
        font-size: 14px;
        line-height: 19px;
        padding: 0px 8px;
    }

    .FullAward .list:nth-child(5) .right .text {
        padding: 15px 0px 0px;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
    }
}