.box-img-animate {
    text-align: center;
}

.box-img-animate .box-img-animate-item {
    display: inline-block;
}

.box-img-animate .box-img-animate-item img {
    border-radius: 6px;
    box-shadow: 8px 14px 40px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199.98px) {
    .box-img-animate .box-img-animate-item+.box-img-animate-item {
        margin-top: 20px;
    }

    .box-img-animate .box-img-animate-item {
        padding: 0 15px;
    }
}
/*
* Sections
*/
.section-xs {
    padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
    padding: 70px 0;
}

@media (max-width: 991.98px) {

    section.section-sm:first-of-type,
    section.section-md:first-of-type,
    section.section-lg:first-of-type,
    section.section-xl:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    .section-sm {
        padding: 60px 0;
    }

    .section-md {
        padding: 70px 0;
    }

    .section-lg {
        padding: 85px 0;
    }

    .section-xl {
        padding: 100px 0;
    }

    .section-xxl {
        padding: 110px 0;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding: 80px 0 90px;
    }

    .section-lg {
        padding: 100px 0;
    }

    .section-xl {
        padding: 115px 0;
    }

    .section-xxl {
        padding: 145px 0;
    }
}

@media (min-width: 1200px) {
    .section-lg {
        padding: 115px 0;
    }

    .section-xl {
        padding-top: 0px;
        padding-bottom: 135px;
    }

    .section-xxl {
        padding: 175px 0;
    }
}
/*
* Boxes
*/
.box-color {
    width: 54px;
    height: 54px;
}

.box-icon-inner {
    position: relative;
}

.box-icon-inner>* {
    position: relative;
    z-index: 1;
}

.box-icon-inner:before {
    position: absolute;
    top: 15%;
    left: 56%;
    content: '';
    z-index: 0;
}

.box-icon-inner.decorate-triangle:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 18px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.08) transparent;
    transform: rotate(137.76deg) translate(0, 0);
    will-change: transform;
    transition: all .6s;
}

.box-icon-inner.decorate-triangle.decorate-color-secondary:before {
    border-color: transparent transparent #FFD541 transparent;
}

.box-icon-inner.decorate-circle:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    transform: translate(0, 0);
    will-change: transform;
    transition: all .6s;
}

.box-icon-inner.decorate-circle.decorate-color-secondary-2:before {
    background: #5656DF;
}

.box-icon-inner.decorate-rectangle:before {
    width: 16px;
    height: 16px;
    transform: translateY(0) rotate(45deg);
    background-color: rgba(0, 0, 0, 0.08);
    will-change: transform;
    transition: all .6s;
}

.box-icon-inner.decorate-rectangle.decorate-color-primary:before {
    background: #7FBC4E;
}

.box-icon-caption h4 {
    font-weight: 500;
}

.box-icon-caption *+p {
    margin-top: 20px;
}

.box-icon-classic {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box-icon-classic>*+* {
    margin-top: 25px;
}

.box-icon-classic .box-icon-caption p {
    color: rgba(21, 21, 21, 0.6);
}

.box-icon-classic:hover .decorate-triangle:before {
    transform: rotate(175deg) translate(15px, 15px);
}

.box-icon-classic:hover .decorate-circle:before {
    transform: translate(-45px, 2px);
}

.box-icon-classic:hover .decorate-rectangle:before {
    transform: rotate(-90deg) translateY(-40px);
}

.box-icon-modern {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.box-icon-modern>*+* {
    margin-top: 25px;
}

@media (min-width: 576px) {
    .box-icon-modern {
        flex-direction: row;
        text-align: left;
    }

    .box-icon-modern>*+* {
        margin-top: 0;
        margin-left: 30px;
    }

    .box-icon-modern .box-icon-inner:before {
        left: 70%;
    }
}

.box-icon-modern .box-icon-caption *+p {
    margin-top: 5px;
}

.box-icon-modern .decorate-triangle:before {
    border-width: 0 16px 28px 16px;
}

.box-icon-modern .decorate-circle:before {
    width: 35px;
    height: 35px;
}

.box-icon-modern .decorate-rectangle:before {
    width: 25px;
    height: 25px;
}

.box-icon-modern:hover .decorate-triangle:before {
    transform: rotate(175deg) translate(15px, 15px);
}

.box-icon-modern:hover .decorate-circle:before {
    transform: translate(-45px, 2px);
}

.box-icon-modern:hover .decorate-rectangle:before {
    transform: rotate(-90deg) translateY(-40px);
}
/*
*
* Preloader
*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    transition: .3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader-body {
    text-align: center;
}

.preloader-body p {
    position: relative;
    right: -8px;
}

.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #7FBC4E;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear;
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

/*
*
* ToTop
*/
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 56px;
    color: #ffffff;
    overflow: hidden;
    background: #7FBC4E;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
    color: #ffffff;
    background: #FFD541;
    text-decoration: none;
}

.ui-to-top:focus {
    color: #ffffff;
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }

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

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}
/*
* Material Parallax
*/
.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
}

.parallax-content {
    position: relative;
    z-index: 1;
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
    background-size: cover;
    background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
    background-attachment: fixed;
}

