body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    user-select: text;
}

.nav-menu ul,
.menu-icon,
#check {
    display: none;
}

@media (max-width:768px) {

    .menu-icon {
        position: absolute;
        display: block;
        top: 25px;
        right: 20px;
        width: 30px;
        cursor: pointer;
    }

    .nav-menu ul {
        display: block;
        position: absolute;
        top: 80px;
        left: -100%;
        background: #ffffff;
        width: 250px;
        height: 100vh;
        z-index: 9999;
    }

    .nav-menu ul li {
        padding: 20px 5px 20px 30px;
        line-height: 1px;
    }

    #check:checked~ul {
        left: 0;
        transition: all 1.5s;
    }
}


.whatsapp-btn img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 999;
}

.header-card {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 575px) {
    .header-card-text-1 {
        display: none;
    }

    .header-card-text-2 {
        display: block;
    }
}

@media (min-width: 576px) {
    .header-card-text-1 {
        display: none;
    }

    .header-card-text-2 {
        display: block;
    }
}

@media (min-width: 768px) {
    .header-card-text-1 {
        display: block;
    }

    .header-card-text-2 {
        display: none;
    }
}

@media (min-width: 1400px) {
    .header-card-text-1 {
        display: block;
    }

    .header-card-text-2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-card-logo {
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px 0 0 40px;
        width: auto;
        height: 40px;
    }
}

@media (min-width: 576px) {
    .header-card-logo {
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px 0 0 40px;
        width: auto;
        height: 40px;
    }
}

.head-card-content-text {
    position: absolute;
    padding: 30px 60px 0 0;
    background: none;
    top: 0;
    right: 0;
}

.head-title-13 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #333333;
}

/*   Home Element 1   */

@media (max-width: 575px) {
    .post-home-padding-1 {
        padding: 10px 10px;
    }
}

@media (min-width: 576px) {
    .post-home-padding-1 {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) {
    .post-home-padding-1 {
        padding: 10px 30px;
    }
}

@media (min-width: 1400px) {
    .post-home-padding-1 {
        padding: 10px 40px;
    }
}

@media (max-width: 575px) {
    .post-home-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .post-home-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .post-home-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .post-home-image {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    .post-home-image {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .post-home-card-1 {
        position: absolute;
        width: 170px;
        top: 120px;
        right: 10px;
    }
}

@media (min-width: 576px) {
    .post-home-card-1 {
        position: absolute;
        width: 280px;
        top: 110px;
        right: 20px;
    }
}

@media (min-width: 768px) {
    .post-home-card-1 {
        position: absolute;
        width: 380px;
        top: 120px;
        right: 20px;
    }
}

@media (min-width: 992px) {
    .post-home-card-1 {
        position: absolute;
        width: 500px;
        top: 130px;
        right: 80px;
    }
}

@media (min-width: 1400px) {
    .post-home-card-1 {
        position: absolute;
        width: 580px;
        top: 130px;
        right: 200px;
    }
}

.post-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    color: #000000;
}

.post-home-card-title {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    line-height: 1.2;
    font-weight: 300;
    color: #000000;
}

@media (max-width: 575px) {
    .post-home-card-title {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .post-home-card-title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .post-home-card-title {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .post-home-card-title {
        font-size: 35px;
    }
}

@media (min-width: 1400px) {
    .post-home-card-title {
        font-size: 40px;
    }
}

.post-home-title-color {
    background: #bd3e3e;
    padding: 0 15px;
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    line-height: 1.2;
    font-weight: 300;
    color: #FFFFFF;
}

@media (max-width: 575px) {
    .post-home-title-color {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .post-home-title-color {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .post-home-title-color {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .post-home-title-color {
        font-size: 35px;
    }
}

@media (min-width: 1400px) {
    .post-home-title-color {
        font-size: 40px;
    }
}

.post-home-line {
    position: absolute;
    height: 1px;
    background: #bd3e3e;
}

@media (max-width: 575px) {
    .post-home-line {
        display: none;
    }
}

@media (min-width: 576px) {
    .post-home-line {
        top: 220px;
        right: 80px;
        width: 180px;
        display: block;
    }
}

@media (min-width: 768px) {
    .post-home-line {
        top: 230px;
        right: 120px;
        width: 200px;
    }
}

@media (min-width: 992px) {
    .post-home-line {
        top: 270px;
        right: 200px;
        width: 250px;
    }
}

@media (min-width: 1400px) {
    .post-home-line {
        top: 290px;
        right: 380px;
        width: 250px;
    }
}

.post-home-card-2 {
    position: absolute;
}

@media (max-width: 575px) {
    .post-home-card-2 {
        display: none;
    }
}

@media (min-width: 576px) {
    .post-home-card-2 {
        top: 240px;
        right: 28px;
        width: 250px;
        display: block;
    }
}

@media (min-width: 768px) {
    .post-home-card-2 {
        top: 250px;
        right: 50px;
        width: 320px;
    }
}

@media (min-width: 992px) {
    .post-home-card-2 {
        top: 320px;
        right: 120px;
        width: 350px;
    }
}

@media (min-width: 1400px) {
    .post-home-card-2 {
        top: 320px;
        right: 310px;
        width: 350px;
    }
}

.post-home-card-3 {
    position: absolute;
}

@media (max-width: 575px) {
    .post-home-card-3 {
        display: none;
    }
}

@media (min-width: 576px) {
    .post-home-card-3 {
        top: 310px;
        right: 90px;
    }
}

@media (min-width: 768px) {
    .post-home-card-3 {
        top: 350px;
        right: 150px;
    }
}

@media (min-width: 992px) {
    .post-home-card-3 {
        top: 390px;
        right: 250px;
    }
}

@media (min-width: 1400px) {
    .post-home-card-3 {
        top: 380px;
        right: 420px;
    }
}

.post-home-card-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    line-height: 1.2;
    font-weight: 300;
    color: #666666;
}

@media (max-width: 575px) {
    .post-home-card-text {
        font-size: 0;
    }
}

@media (min-width: 576px) {
    .post-home-card-text {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .post-home-card-text {
        font-size: 18px;
    }
}

.post-home-card-text-color {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    line-height: 1.2;
    font-weight: 300;
    color: #bd3e3e;
}

@media (max-width: 575px) {
    .post-home-card-text-color {
        display: none;
    }
}

@media (min-width: 576px) {
    .post-home-card-text-color {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .post-home-card-text-color {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .post-home-bottom {
        display: none;
    }
}

@media (min-width: 576px) {
    .post-home-bottom {
        padding: 15px 30px;
        background: #C8D7D2;
        color: #000000;
        border: none;
        cursor: pointer;
        font-family: "Nunito", sans-serif;
        /*text-transform: capitalize;*/
        font-size: 16px;
        font-weight: 500;
    }
}

/*   Home Element 2   */
.post-head {
    width: 95%;
    padding: 20px 0px 20px 10px;
    background: #C8D7D2;
}

@media (max-width: 575px) {
    .post-head {
        width: 90%;
        padding: 15px 0px 15px 10px;
    }
}

@media (max-width: 575px) {
    .post-head-content {
        text-align: center;
        padding: 0% 5% 0% 5%;
    }
}

@media (min-width: 576px) {
    .post-head-content {
        text-align: center;
        padding: 0% 10% 0% 5%;
    }
}

@media (min-width: 768px) {
    .post-head-content {
        text-align: left;
        padding: 0% 20% 0% 5%;
    }
}

@media (min-width: 1200px) {
    .post-head-content {
        text-align: left;
        padding: 0% 20% 0% 5%;
    }
}

@media (min-width: 1400px) {
    .post-head-content {
        text-align: left;
        padding: 0% 40% 0% 5%;
    }
}

.post-head-title-28 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    line-height: 1.2;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
}

@media (max-width: 575px) {
    .post-head-title-28 {
        font-size: 21px;
    }
}

.post-card-icons {
    text-align: center;
    margin: 10px;
    padding: 50px 10px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
}

.post-head-icons-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
}

.post-head-icons-text-color {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #BD3E3E;
    ;
}

/*   Home Element 3   */
@media (max-width: 575px) {
    .post-card-icons-img {
        width: 60px;
        margin: 10px 0px;
        height: auto;
    }
}

@media (min-width: 576px) {
    .post-card-icons-img {
        width: 80px;
        margin: 10px 0px;
        height: auto;
    }
}

.post-card-icons-title {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #000000;
}

.post-card-icons-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    color: #333333;
}

.post-card-icons-text-color {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    color: #BD3E3E;
}

/*    Home Element 4   */
@media (max-width: 575px) {
    .post-image-1 {
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

@media (min-width: 576px) {
    .post-image-1 {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

@media (min-width: 768px) {
    .post-image-1 {
        width: 100%;
        height: 350px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

@media (min-width: 992px) {
    .post-image-1 {
        width: 100%;
        height: 400px;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/7.webp')
    }
}

@media (min-width: 1400px) {
    .post-image-1 {
        width: 100%;
        height: 400px;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/7.webp')
    }
}

.home-title-30 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 35px;
    line-height: 1.2;
    font-weight: 200;
    color: #ffffff;
}

.home-card-icons-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #ffffff;
}


/*    Home Element 5   */
@media (max-width: 575px) {
    .post-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

@media (min-width: 576px) {
    .post-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

@media (min-width: 768px) {
    .post-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

@media (min-width: 992px) {
    .post-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

@media (min-width: 1400px) {
    .post-image-2 {
        width: 100%;
        height: 500px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/home/8.webp')
    }
}

.post-card-image-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 575px) {
    .post-card-image {
        position: absolute;
        margin-top: -200px;
        width: 80%;
        padding: 20px 20px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 576px) {
    .post-card-image {
        position: absolute;
        margin-top: -170px;
        width: 80%;
        padding: 30px 30px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 768px) {
    .post-card-image {
        position: absolute;
        margin-top: -180px;
        width: 70%;
        padding: 50px 50px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 992px) {
    .post-card-image {
        position: absolute;
        margin-top: -150px;
        width: 60%;
        padding: 50px 50px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 1400px) {
    .post-card-image {
        position: absolute;
        margin-top: -150px;
        width: 50%;
        padding: 50px 50px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

/*    Home Element 7   */

.post-card {
    margin: 20px;
    background: transparent;
}

.post-card-img {
    width: 100%;
    height: auto;
}

.post-card-center {
    display: flex;
    flex-wrap: wrap;
}

.post-card-content-1 {
    width: 20%;
    height: 70px;
    background-color: transparent;
}

.post-card-date {
    padding: 5px 0px;
    border: 1px solid #000000
}

.post-card-content-2 {
    width: 80%;
    height: 70px;
    background-color: transparent;
}

.post-title-15 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
}

.post-title-11 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
}

@media (max-width: 575px) {
    .post-title-15 {
        font-size: 13px;
    }
}

.post-text-12 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
}

.post-title-25 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
    color: #000000;
}

.post-title-30 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    color: #000000;
}

@media (max-width: 575px) {
    .footer-contact-1 {
        display: none;
    }
}

@media (min-width: 576px) {
    .footer-contact-1 {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer-contact-1 {
        display: block;
    }
}

@media (max-width: 575px) {
    .footer-teterms-1 {
        display: none;
    }
}

@media (min-width: 576px) {
    .footer-teterms-1 {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer-teterms-1 {
        display: block;
    }
}

@media (max-width: 575px) {
    .footer-contact-2 {
        display: block;
    }
}

@media (min-width: 576px) {
    .footer-contact-2 {
        display: block;
    }
}

@media (min-width: 768px) {
    .footer-contact-2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .footer-teterms-2 {
        display: block;
    }
}

@media (min-width: 576px) {
    .footer-teterms-2 {
        display: block;
    }
}

@media (min-width: 768px) {
    .footer-teterms-2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .post-footer {
        width: 100%;
        height: 80px;
        background: #FFFFFF;
    }
}

@media (min-width: 576px) {
    .post-footer {
        width: 100%;
        height: 80px;
        background: #FFFFFF;
    }
}

@media (min-width: 768px) {
    .post-footer {
        width: 100%;
        height: 130px;
        background: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .post-footer {
        width: 100%;
        height: 130px;
        background: #FFFFFF;
    }
}

@media (min-width: 1200px) {
    .post-footer {
        width: 100%;
        height: 90px;
        background: #FFFFFF;
    }
}


@media (max-width: 575px) {
    .about-card-img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .about-card-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}


@media (max-width: 575px) {
    .about-card-img-col {
        width: 25%;
    }
}

@media (min-width: 576px) {
    .about-card-img-col {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .about-card-img-col {
        width: 12.5%;
    }
}

.about-card {
    position: absolute;
    right: 0;
    margin-right: 150px;
    margin-top: 150px;
    width: auto;
    padding: 3px 10px 0px 10px;
    height: 30px;
    background: #FFFFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 7px #0000004D;
    display: block;
    z-index: 3;
}

@media (max-width: 575px) {
    .about-card {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-card {
        margin-right: 150px;
        margin-top: 350px;
    }
}


/*    Home Element 8   */

.post-send-img {
    width: 250px;
    height: 70px;
}

.post-send-bottom {
    padding: 10px;
    background: #2A2623;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 12px;
    font-weight: 500;
}

input {
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #CCCCCC;
    color: #000000;
    background: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    color: #000000;
    background: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

input:focus {
    outline: none;
}

/*    Home Element 9   */
.footer-s-n {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #282828;
    border: 1px solid #333333;
    background-color: transparent;
    margin: 5px 3px;
}

.footer-s {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #282828;
    background-color: transparent;
    margin: 5px 3px;
}

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

.text-right {
    text-align: right;
}


.justify-center {
    justify-content: center;
}

.padding-t-5 {
    padding-top: 5px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-20 {
    padding-top: 20px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-t-40 {
    padding-top: 40px;
}

.padding-t-50 {
    padding-top: 50px;
}

.padding-t-100 {
    padding-top: 100px;
}

.padding-t-150 {
    padding-top: 150px;
}

.padding-t-200 {
    padding-top: 200px;
}

.padding-b-50 {
    padding-bottom: 50px;
}

.padding-b-30 {
    padding-bottom: 30px;
}

.padding-r-50 {
    padding-right: 50px;
}

.padding-r-10 {
    padding-right: 10px;
}

.padding-r-15 {
    padding-right: 15px;
}


.padding-l-50 {
    padding-left: 50px;
}

.padding-l-10 {
    padding-left: 10px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-15 {
    padding-top: 15px;
}

.padding-l-10 {
    padding-left: 10px;
}

/*    Home Element 10   */

.service-image-min {
    max-width: 50%;
    height: auto;
    padding: 0px 10px;
}

@media (max-width: 575px) {
    .service-image-max {
        max-width: 50%;
        height: 350px;
    }
}

@media (max-width: 576px) {
    .service-image-max {
        max-width: 50%;
        height: 400px;
    }
}

@media (min-width: 768px) {
    .service-image-max {
        max-width: 50%;
        height: 500px;
    }
}

@media (min-width: 992px) {
    .service-image-max {
        max-width: 50%;
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .service-image-max {
        max-width: 50%;
        height: 600px;
    }
}

.post-image-3 {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./images/home/8.webp')
}

.slick-slider {
    margin-bottom: 0px;
}

/*    About us    */

/*    About Element 1   */
@media (max-width: 575px) {
    .about-home-padding-1 {
        padding: 0px 0px;
    }
}

@media (min-width: 576px) {
    .about-home-padding-1 {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) {
    .about-home-padding-1 {
        padding: 30px 30px;
    }
}

@media (min-width: 1400px) {
    .about-home-padding-1 {
        padding: 30px 40px;
    }
}

/*    About Element 2   */

.about-title-35 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 35px;
    line-height: 1.2;
    font-weight: 200;
    color: #000000;
}

@media (max-width: 575px) {
    .about-title-35 {
        text-align: center;
        padding: 0px 20px;
    }
}

.about-card-icons-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #666666;
}

@media (max-width: 575px) {
    .about-card-icons-text {
        padding: 10px 20px;
    }
}

/*    About Element 3  */

@media (max-width: 575px) {
    .about-card-icons-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .about-card-icons-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .about-card-icons-img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .about-card-icons-img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .about-card-icons-img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    .about-card-icons-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .about-card-icons-content {
        padding: 0px 10px;
    }
}

@media (min-width: 576px) {
    .about-card-icons-content {
        padding: 0px 20px;
    }
}

@media (min-width: 768px) {
    .about-card-icons-content {
        padding: 0px 60px;
    }
}

@media (max-width: 575px) {
    .post-home-padding-3 {
        padding: 20px;
    }
}

@media (min-width: 576px) {
    .post-home-padding-3 {
        padding: 20px 20px;
    }
}

@media (min-width: 768px) {
    .post-home-padding-3 {
        padding: 30px 30px 30px 30px;
    }
}

@media (min-width: 1200px) {
    .post-home-padding-3 {
        padding: 50px 50px 50px 50px;
    }
}

@media (min-width: 1400px) {
    .post-home-padding-3 {
        padding: 50px 50px 50px 50px;
    }
}

.post-home-padding-3-color {
    background: #f3f2f0;
}

.about-card-icons-title {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
}

@media (max-width: 575px) {
    .about-card-icons-title {
        text-align: center;
        font-size: 28px;
    }
}

.about-head-icons-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    color: #000000;
}

@media (max-width: 575px) {
    .about-head-icons-text-none {
        display: none;
    }
}

@media (max-width: 575px) {
    .about-head-icons-text-none {
        display: none;
    }
}

@media (min-width: 576px) {
    .about-head-icons-text-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .about-head-icons-text-none {
        display: block;
    }
}

@media (max-width: 575px) {
    .about-head-icons-text-active {
        display: block;
    }
}

@media (min-width: 576px) {
    .about-head-icons-text-active {
        display: block;
    }
}

@media (min-width: 768px) {
    .about-head-icons-text-active {
        display: none;
    }
}

.about-head-icons-text-color {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    color: #BD3E3E;
    ;
}

/*    About Element 6   */

.about-card-icons {
    text-align: center;
    margin: 10px;
    padding: 50px 10px;
}

@media (max-width: 575px) {
    .post-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (max-width: 575px) {
    .about-image {
        width: 100%;
        height: 200px;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (min-width: 576px) {
    .about-image {
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (min-width: 768px) {
    .about-image {
        width: 100%;
        height: 250px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (min-width: 992px) {
    .about-image {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/1.webp')
    }
}

/*
@media (max-width: 575px) {
    .post-home-padding-2 {
        padding: 10px 10px 200px 10px;
    }
}

@media (min-width: 576px) {
    .post-home-padding-2 {
        padding: 50px 20px 150px 20px;
    }
}

@media (min-width: 768px) {
    .post-home-padding-2 {
        padding: 50px 30px 150px 30px;
    }
}

@media (min-width: 1400px) {
    .post-home-padding-2 {
        padding: 50px 40px 150px 40px;
    }
}
*/
/*    About Element 7   */

@media (max-width: 575px) {
    .about-card-image {
        position: absolute;
        margin-top: -130px;
        width: 80%;
        padding: 20px 20px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 576px) {
    .about-card-image {
        position: absolute;
        margin-top: -130px;
        width: 80%;
        padding: 30px 30px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 768px) {
    .about-card-image {
        position: absolute;
        margin-top: -150px;
        width: 70%;
        padding: 50px 50px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 992px) {
    .about-card-image {
        position: absolute;
        margin-top: -120px;
        width: 60%;
        padding: 50px 50px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

@media (min-width: 1400px) {
    .about-card-image {
        position: absolute;
        margin-top: -120px;
        width: 50%;
        padding: 50px 50px;
        background: #FDFDFD;
        box-shadow: 0px 5px 7px #00000033;
    }
}

.about-card-icons-text-color {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #BD3E3E;
}

@media (max-width: 575px) {
    .about-card-icons-text-color {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .about-home-padding-2 {
        padding: 150px 0px 80px 0px;
    }
}

@media (min-width: 576px) {
    .about-home-padding-2 {
        padding: 150px 20px 80px 20px;
    }
}

@media (min-width: 768px) {
    .about-home-padding-2 {
        padding: 150px 30px 100px 30px;
    }
}

@media (min-width: 1400px) {
    .about-home-padding-2 {
        padding: 150px 40px;
    }
}

@media (max-width: 575px) {
    .about-image-1 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (min-width: 576px) {
    .about-image-1 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (min-width: 768px) {
    .about-image-1 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (min-width: 992px) {
    .about-image-1 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}

@media (min-width: 1400px) {
    .about-image-1 {
        width: 100%;
        height: 500px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/about/9.webp')
    }
}


/*    Services Element 1   */


@media (max-width: 575px) {
    .services-image {
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/1.webp')
    }
}

@media (min-width: 576px) {
    .services-image {
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/1.webp')
    }
}

@media (min-width: 768px) {
    .services-image {
        width: 100%;
        height: 250px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/1.webp')
    }
}

@media (min-width: 992px) {
    .services-image {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/1.webp')
    }
}

@media (min-width: 1400px) {
    .services-image {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/1.webp')
    }
}

/*    Services Element 2   */

@media (max-width: 575px) {
    .services-image-1 {
        width: 100%;
        height: 350px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/2.webp')
    }
}

@media (min-width: 576px) {
    .services-image-1 {
        width: 100%;
        height: 350px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/2.webp')
    }
}

@media (min-width: 768px) {
    .services-image-1 {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/2.webp')
    }
}

@media (min-width: 992px) {
    .services-image-1 {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/2.webp')
    }
}

@media (min-width: 1400px) {
    .services-image-1 {
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/2.webp')
    }
}

@media (max-width: 575px) {
    .services-image-2 {
        width: 100%;
        height: 350px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/7.webp')
    }
}

@media (min-width: 576px) {
    .services-image-2 {
        width: 100%;
        height: 350px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/7.webp')
    }
}

@media (min-width: 768px) {
    .services-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/7.webp')
    }
}

@media (min-width: 992px) {
    .services-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/7.webp')
    }
}

@media (min-width: 1400px) {
    .services-image-2 {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/services/7.webp')
    }
}

.services-head {
    width: 95%;
    padding: 20px 20px 20px 0px;
    background: #C8D7D2;
}

@media (max-width: 575px) {
    .services-head {
        width: 90%;
        padding: 15px 15px 15px 0px;
    }
}

@media (max-width: 575px) {
    .services-head-content {
        text-align: center;
        padding: 0% 5% 0% 5%;
    }
}

@media (min-width: 576px) {
    .services-head-content {
        text-align: center;
        padding: 0% 5% 0% 10%;
    }
}

@media (min-width: 768px) {
    .services-head-content {
        text-align: right;
        padding: 0% 5% 0% 20%;
    }
}

@media (min-width: 1200px) {
    .services-head-content {
        text-align: right;
        padding: 0% 5% 0% 20%;
    }
}

@media (min-width: 1400px) {
    .services-head-content {
        text-align: right;
        padding: 0% 5% 0% 40%;
    }
}

/*    Services Element 3   */

.services-card-icons-title {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.7;
    font-weight: 800;
    color: #BD3E3E;
}

/*    Terms Element 1   */

.terms-title-35 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 35px;
    line-height: 1.2;
    font-weight: 200;
    color: #000000;
}

@media (max-width: 575px) {
    .terms-title-35 {
        font-size: 25px;
        padding: 0px 20px;
    }
}

.terms-card-icons-title {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #000000;
}

.terms-head-icons-text {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
}

.terms-head-icons-text-color {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #BD3E3E;
}

@media (max-width: 575px) {
    .terms-card-icons-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .terms-card-icons-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .terms-card-icons-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .terms-card-icons-img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    .terms-card-icons-img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .post-home-padding-4 {
        padding: 20px 10px;
    }
}

@media (min-width: 576px) {
    .post-home-padding-4 {
        padding: 20px 10px;
    }
}

@media (min-width: 768px) {
    .post-home-padding-4 {
        padding: 20px 10px;
    }
}

@media (min-width: 1200px) {
    .post-home-padding-4 {
        padding: 20px 10px;
    }
}

@media (min-width: 1400px) {
    .post-home-padding-4 {
        padding: 10px 10px;
    }
}

.contact-send-bottom {
    padding: 10px 20px;
    background: #BD3E3E;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .contact-head-icons-text-none {
        display: none;
    }
}

@media (min-width: 576px) {
    .contact-head-icons-text-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .contact-head-icons-text-none {
        display: none;
    }
}

@media (min-width: 992px) {
    .contact-head-icons-text-none {
        display: block;
    }
}

@media (max-width: 575px) {
    .contact-head-icons-text-active {
        display: block;
    }
}

@media (min-width: 576px) {
    .contact-head-icons-text-active {
        display: block;
    }
}

@media (min-width: 768px) {
    .contact-head-icons-text-active {
        display: none;
    }
}

@media (max-width: 575px) {
    .contact-card-icons-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .contact-card-icons-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .contact-card-icons-img {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .contact-card-icons-img {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    .contact-card-icons-img {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }
}

/*    Contact pop-up   */
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
    .popup {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 30%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 575px) {
    .popup-contenido {
        background-color: #fefefe;
        margin: auto;
        padding: 30px;
        border: 1px solid #888;
        width: 80%;
    }
}

@media (min-width: 576px) {
    .popup-contenido {
        background-color: #fefefe;
        margin: auto;
        padding: 30px;
        border: 1px solid #888;
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .popup-contenido {
        background-color: #fefefe;
        margin: auto;
        padding: 30px;
        border: 1px solid #888;
        width: 40%;
    }
}


.cerrar {
    color: #333333;
    float: right;
    font-size: 28px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .contact-message {
        font-family: "Nunito", sans-serif;
        /*text-transform: capitalize;*/
        font-size: 20px;
        line-height: 1.3;
        font-weight: 500;
        color: #333333;
    }
}

@media (min-width: 576px) {
    .contact-message {
        font-family: "Nunito", sans-serif;
        /*text-transform: capitalize;*/
        font-size: 25px;
        line-height: 1.3;
        font-weight: 500;
        color: #333333;
    }
}

@media (max-width: 575px) {
    .contact-message-img {
        width: 150px;
        height: auto;
    }
}

@media (min-width: 576px) {
    .contact-message-img {
        width: 250px;
        height: auto;
    }
}

/*    Testimonial   */

.testim {
    width: 100%;
    position: absolute;
    margin-top: 200px
        /*top: 50%*/
    ;
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 0px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    top: 15%;
    transition: all .3s ease-in-out;
    padding: 7px 10px;
    background: #000000;
    z-index: 222222;
    opacity: 0.5;
}

.testim .arrow:before {
    cursor: pointer;
}

@media (max-width: 575px) {
    .testim .arrow.left {
        left: 20px;
    }

    .testim .arrow.right {
        right: 20px;
    }
}

@media (min-width: 576px) {
    .testim .arrow.left {
        left: 60px;
    }

    .testim .arrow.right {
        right: 60px;
    }
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.4;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ffffff;
    opacity: 1;
}

.testim .dots .dot.active {
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h1 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #FFFFFF;
    margin: 15px 0 7px;
}

.testim .cont div h2 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
    width: 70%;
    margin: auto;
}

.testim .cont div .h3 {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #BD3E3E;
    width: 70%;
    margin: auto;
}

.testim .cont div p {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #B0B2B1;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .papa {
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .img img {
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h1 {
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active h2 {
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active .h3 {
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h1 {
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive .h3 {
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

/*    ---   */

.main {
    font-family: Arial;
    width: 500px;
    display: block;
    margin: 0 auto;
}

h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

/*    Blog  */

.pagination {
    display: inline-block;
}

.pagination a {
    font-family: "Nunito", sans-serif;
    /*text-transform: capitalize;*/
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #666666;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #333333;
    color: #ffffff;
}

@media (max-width: 575px) {
    .blog-image-1 {
        width: 100%;
        height: 300px;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/blog/0.webp')
    }
}

@media (min-width: 576px) {
    .blog-image-1 {
        width: 100%;
        height: 250px;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('./images/blog/0.webp')
    }
}
