@media (min-width: 576px) {
    .bg-grn {
        background-color: #000;
    }
}

.boxthis {
    background-image: linear-gradient(#070b3cc2, #256873b3);
    border: 3px solid orange;
    border-radius: 25px;
    box-shadow: black 0 3 3 orange;
}

.media.service-box {
    margin: 25px 0;
}

.media.service-box .pull-left {
    margin-right: 20px;
}

.media.service-box .pull-left>i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: black;
    border-style: solid;
    border-width: thick;
    border-color: black;
    background-color: yellowgreen;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-transition: background-color 400ms, background-color 400ms;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}

.media.service-box .pull-left>i:after {
    content: "";
    position: absolute;

    /* width: 5px;
    height: 40px;
    top: 42%;
    margin-top: -10px;
    right: 3px;
    border: 4px solid #fff;
    border-radius: 20px; */
    background: #a5d442;
    color: #C4BD0D;
}

.media.service-box:hover .pull-left>i {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#2caab3), to(#2c8cb3));
    background-image: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);background-image: -webkit-gradient(linear, left top, right top, from(#2caab3), to(#2c8cb3)); */
    background-image: linear-gradient(90deg, #588f05 0%, #c4bd0d 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

/* =================== */
.tit1 {
    font-family: Anton, sans-serif;
    font-size: 15px;
}

.carousel .carousel-item {
    height: 220px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 220px;
}

a.nav-item:hover {
    color: #57bbf5 !important;
}

li.nav-item.active {
    text-decoration-color: rgb(138, 194, 9)!important;
    color: rgb(48, 221, 42) !important;
}

li.nav-item:focus,
            li.nav-item:hover {
    text-decoration-color: rgb(148, 73, 167)!important;
    color: #732bf8 !important;
}

.bg-grn {
    background-color: #0f0f0fc4 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0, 224, 254, 0.7), rgb(17, 7, 254, 0.7));
    z-index: -1;
}

.btn.btn-main {
    padding: 14px 22px;
    background: linear-gradient( to bottom, rgb(0, 224, 254), rgb(17, 7, 254));
    border-radius: 100px;
    border: none;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
}

.error {
    color: #FF0001;
}

/* PULSE GROW
/*=================== */
@-webkit-keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse-grow-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow-on-hover:hover,
            .pulse-grow-on-hover:focus,
            .pulse-grow-on-hover:active {
    -webkit-animation-name: pulse-grow-on-hover;
    animation-name: pulse-grow-on-hover;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #eee;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    /* Needed for Safari */
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#d310ef 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 14px;
    right: -23px;
    border: 2px solid beige;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.red span {
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.red span::before {
    border-left-color: #8F0808;
    border-top-color: #8F0808;
}

.red span::after {
    border-right-color: #8F0808;
    border-top-color: #8F0808;
}

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

.stroke1 {
    text-shadow: -1px -1px 0px #79c418, 0px -1px 0px #79c418, 1px -1px 0px #79c418, -1px 0px 0px #79c418, 1px 0px 0px #79c418, -1px 1px 0px #79c418, 0px 1px 0px #79c418, 1px 1px 0px #79c418;
    font-family: anton;
}

.stroke {
    text-shadow: -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000;
    font-family: cursive;
}

.text_with_1px_border {
    text-shadow: -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000;
}

.text_with_2px_border {
    text-shadow: -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000, /* second layer at 2px */
                -2px -2px 0px #000, -1px -2px 0px #000, 0px -2px 0px #000, 1px -2px 0px #000, 2px -2px 0px #000, 2px -1px 0px #000, 2px 0px 0px #000, 2px 1px 0px #000, 2px 2px 0px #000, 1px 2px 0px #000, 0px 2px 0px #000, -1px 2px 0px #000, -2px 2px 0px #000, -2px 1px 0px #000, -2px 0px 0px #000, -2px -1px 0px #000;
}

footer {
    background: linear-gradient( to bottom, #95c841, #072110);
    color: white;
}

footer a {
    color: white;
}

.bubble {
    position: relative;
    background: linear-gradient(40deg, #132914 34%, #66a820 80%);
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 26px;
    line-height: 50px;
    filter: drop-shadow(8px 7px 5px rgba(163, 163, 163, 0.76));
    text-align: center;
    width: 229px;
    height: 63px;
    border-radius: 8px;
    padding: 0px;
    border: #000000 solid 2px;
    text-decoration: none;
}

.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #66a820;
    border-width: 26px 0 26px 15px;
    top: 50%;
    right: -15px;
    margin-top: -26px;
}

.bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent #000000;
    border-width: 28px 0 28px 17px;
    top: 50%;
    right: -18px;
    margin-top: -28px;
    display: block;
}

.nav-link {
    color: #9cd520!important;
    text-decoration: none;
}

.nav-link:hover {
    color: yellow !important;
    border-bottom: 4px solid;
    background-color: #3cb5991a;
    transition: background-color 1s ease 0s;
}

.nav-link.active {
    color: white!important;
    border-bottom: 4px solid;
}