html, body {
}

body {
    overflow-x: hidden;
}

.btn {
    border-radius: 0px;
}

.logo {
    max-width: 250px;
}

header {
    background-image: url("../images/so-white.png");
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: repeat;
    padding: 200px 0px;

}

.col-icon {
    height: 120px;
}

.col-pera {
    line-height: 2em;
}

.video-thumbnail img {
}

.how-help {
    background-image: url("../images/img-4.jpg");
    background-position: bottom;
    background-size: cover;
    background-position: 0px 170px;
    background-repeat: no-repeat;
}

.programs {
    background-image: url("../images/bg.png");
    background-position: right;
    background-repeat: no-repeat;
}

.support .col-3 img {
    height: 100px;
    transition: filter .2s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.support .col-3 img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.thank-you {
    background-color: #eee;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.custom-bubble-border{
    border-radius: 40px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid #777772;
}

.display-1{
    font-size: calc(1.225rem + 4.5vw) !important;
    font-weight: 300;
    line-height: 1.2;
}
/* Extra  Small */
@media (max-width: 575.98px) {

    .support .col-3 img {
        height: 50px;
    }

}

.sk-cube-grid {
    width: 40px;
    height: 40px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(0deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 100%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.navbar {
    padding: 0px;
}

.navbar .nav-item .dropdown-menu {
    top: 110%;
    border-radius: 0px;
    border-top: 5px solid #198754;
}

#navbar {
    background-color: #EEEEEE !important;
    transition: all .3s;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    padding-right: .6rem;
    padding-left: .6rem;
    font-size: 1.125rem;
}


.btn-primary {
    background-color: #4B83C3 !important;
}


.bg-danger, .btn-danger {
    background-color: #BC2131 !important;
}

.bg-success, .btn-success {
    background-color: #81C241 !important;
}

.btn-warning {
    background-color: #FAB04C !important;
}
.bg-info,.btn-info{
    background-color: #4B83C3 !important;
}

.custom-link-color {
    color: #4B83C3 !important;
}


.header-color-1 {
    color: #4b83c3;
}

.header-color-2 {
    color: #bc2131;
}

.header-color-3 {
    color: #fab04c;
}

.header-color-4 {
    color: #663d87;
}

.header-color-5 {
    color: #81c241;
}


.footer-column-gap{
    -moz-column-count: 2;

    -webkit-column-count: 2;

    column-count: 2;

}
.custom-font-for-num-email{
    font-size: 1.125em;
    font-weight: bolder;
}

/* Small */
@media (min-width: 576px) and (max-width: 767.98px) {
    #navbar {
        background-color: #eee;
    }
}


/* Medium */
@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-font-for-num-email{
        font-size: 10px;
    }
}


/* Large */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-font-for-num-email{
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
}


/* Extra Large */
@media (min-width: 1200px) {

}