@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
    background: #EEEEF4;
    color: #999;
    font-family: Roboto;
}

h1 {
    font-weight: 100;
    font-size: 27pt;
    color: #E43;
}

p {
    font-weight: 300;
}

.warning-content {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0;


}

.banner {
    background: url(../img/banner-bg.png) no-repeat;
    /* background-size: 100%; */
    background-size: cover;
    background-position: 45%;
}

h1 {
    color: #303037 !important;
    font-size: 40pt !important;
    line-height: 4.5rem;
}

.btn {
    border-radius: 50px;
    padding: 10px 30px;
}

.btn-primary {
    background: #079f1a !important;
    border: 0 !important;
}

.btn-secondary {
    background: none;
    border: 2px solid #079f1a;
    color: #079f1a;
}

.btn-secondary:hover {
    background: none;
    border: 2px solid #079f1a;
    color: #079f1a;
}

.bg-light {
    background: #EDF5FF;
}

.sec-title {
    color: #079f1a !important;
    font-size: 35pt !important;
    line-height: 4rem;
}

p {
    line-height: 1.8rem;
}

.anchor {
    color: #079f1a;
}

.latest-sec {
    position: relative;
    height: 200px;
}

.latest-sec img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.latest-sec div {
    position: absolute;
    margin: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    width: max-content;
}

.stats_h3 {
    color: #EDF5FF;
    background-color: #EDF5FF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 50px !important;
}

.btn-secondary {
    position: relative;
    padding-right: 40px;
}

.btn-secondary::after {
    content: '>';
    position: absolute;
    margin: auto;
    right: 20px;
    color: #079f1a;
    /* transition: all ease-in-out 1s; */
    animation: translatex infinite 3s;
}

@keyframes translatex {
    0% {
        right: 20px;
    }

    50% {
        right: 14px;
        color: #f28d40;
    }

    100% {
        right: 20px;
    }
}

.btn-primary-arrow {
    position: relative;
    padding-right: 40px;
}

.btn-primary-arrow::after {
    content: '>';
    position: absolute;
    margin: auto;
    right: 20px;
    color: #ffffff;
    /* transition: all ease-in-out 1s; */
    animation: translatexp infinite 3s;
}

@keyframes translatexp {
    0% {
        right: 20px;
    }

    50% {
        right: 14px;
        color: #f28d40;
    }

    100% {
        right: 20px;
    }
}



.shape1 {
    position: absolute;
    left: 25%;
    bottom: 15%;
    z-index: 1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
}

.shape2 {
    position: absolute;
    right: 25%;
    bottom: 15%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape3 {
    position: absolute;
    left: 25%;
    top: 15%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape1,
.shape2,
.shape3 {
    display: none;
}

#Group_689 {
    filter: brightness(0) saturate(100%) invert(39%) sepia(28%) saturate(3211%) hue-rotate(211deg) brightness(93%) contrast(87%) !important;
}

.nav-link.active {
    border-bottom: 3px solid #079f1a;
    color: #079f1a !important;
}

.svg {
    filter: brightness(0) saturate(100%) invert(39%) sepia(28%) saturate(3211%) hue-rotate(211deg) brightness(93%) contrast(87%) !important;
}

.modal_rounded_cards {
    width: 300px;
    height: 150px;
    border-radius: 10px;
    background: #eaedff;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all ease-in-out 1s;
}


.modal_rounded_cards h5 {
    color: #000000;
    font-size: 1rem;
}

.modal_rounded_cards:hover {
    background: rgb(227, 231, 255);
    border: 2px solid #079f1a;
}

.tilt-btn {
    animation: tilt-shaking infinite .7s;
}

.location-card {
    border-radius: 30px !important;
    border: 1px solid #5269df;
    filter: drop-shadow(0px 8px 3px #24283d40);
    transition: transform 0.3s ease-in-out;
}

.location-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.text-primary {
    color: #079f1a !important;
}

.short_border {
    position: relative;
}

.short_border::after {
    left: 0;
    bottom: -10px;
    content: '';
    position: absolute;
    width: 60%;
    background: #079f1a;
    height: 4px;
}

.quick_contact .qcall {
    animation: tranlatey 1s infinite;
}

.running_text {
    display: flex;
    margin: auto;
    width: auto;
    justify-content: center;
}

.bg-none {
    background-color: #ffffff00 !important;
}

@keyframes tranlatey {
    0% {
        transform: translateY(0);
    }

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

    50% {
        transform: translateY(8px);
    }

    75% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0);
    }
}

.quick_contact .qwhtsapp {
    animation: tranlatey2 1s infinite;
}

@keyframes tranlatey2 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(8px);
    }

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

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-2deg);
    }

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


@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}


.card_custom {
    border-radius: 30px;
    padding: 2.5rem;
    background: linear-gradient(45deg, #079f1a, #403ed9);
    color: #ffffff;
}

.card_custom .sec-title {
    color: #ffffff !important;
}

@media (min-width: 426px) {
    .banner {
        background: url(../img/banner-bg.png) no-repeat;
        /* background-size: 100%; */
        background-size: 100%;
    }
}

@media (min-width: 769px) {

    .shape1,
    .shape2,
    .shape3 {
        display: block;
    }

    .running_text {
        display: inline;
        margin: auto;
        width: auto;
        justify-content: center;
    }

    .latest-sec {
        position: relative;
        height: 600px;
    }

    .latest-sec div {
        position: absolute;
        margin: auto;
        bottom: 210px;
        left: 0;
        right: 0;
        width: max-content;
    }
}

/* @media (min-width: 1025px){}
@media (min-width: 1700px){} */

.custom_li {
    position: relative;
    display: flex;
    color: #000000;
}

.custom_li::before {
    content: '';
    position: absolute;
    left: -30px;
    margin: auto;
    width: 16px;
    background: url(../img/li_ico.svg) no-repeat;
    height: 16px;
    top: 0;
    bottom: 0;
}

.word {
    width: auto !important;
}

.navbar-toggler:focus {
    box-shadow: none!important;
}