html {
    scroll-behavior: smooth;
}
body {
    color: #424242;
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Kumbh Sans', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.65em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: bold
}

p {
    font-size: 18px;
}

.container {
    max-width: 80rem;
}

.btn-main {
    color: #fff;
    background-color: #910505;
    border-color: #820505;
    transition: all 300ms;
    border-radius: 40px;
}

.btn-main:hover {
    /* background-color: #000; */
    border-color: #910505 !important;
    /* border-radius: 0; */
    color: #FCFDFF;
    background-color: #910505;

    /* box-shadow: 5px 5px #820505; */
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    margin: 6px 0;
    font-size: 18px;
    width: 40%;
    color: #000;
    float: left;
    text-shadow: 0 0 5px #cbdbda, 0 0 0 #000
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}


#header {
    font-size: 1.5rem;
}

.open-state {
    color: #fff;
}

#header #header-nav {
    padding: 15px 0;
    background-color: #020202;
}

#header .cta1 {
    line-height: 1.15;
    font-size: 16px;
    font-weight: bold;
    color: #910505;
}

#header .cta1 a {
    color: #fff;
    font-size: 25px;
}

#header .cta1 a ion-icon {
    width: 23px;
    height: 23px;
    margin-top: 1px;
}

#headerContent {
    background-image: url("../img/header_lg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 120px;
    color: #FAFAF9;
}

#headerContent h1 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 8px;
}

#headerContent h3 {
    font-size: 25px;
    font-weight: normal;
}

#headerContent .context {
    margin: 20px 0 30px;
}

#headerContent .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-reviews .recent,
.header-reviews .more {
    font-size: 15.2px;
    color: #FAFAF9;
    font-weight: 600;
    margin-bottom: 8px;
}

.header-reviews .more a {
    font-size: 13px;
    color: #ffe100;
    text-align: right;
}

.header-reviews .testimonial-card p {
    height: 80px;
}

.header-reviews .testimonial-author h6 span {
    color: #F3F4F6;
}

#headerContent .cta-container {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    margin: 0px 0 40px;
}

.cta-container h4.title.small {
    color: #ffcb00;
    text-align: center;
    padding: 25px 10px 10px;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
}

.cta-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 8px 0 0;
    line-height: 22px;
    font-size: 17px;
    color: #fff;
}

.cta-container .phone-number {
    font-size: 50px;
    font-weight: 700;
    /* margin: 11px 0; */
    background-color: rgb(96 110 123 / 50%);
    padding: 27px 0;
}

.cta-container .phone-number a {
    color: #fff;
    /* padding: 7px 0; */
}

.cta-container .phone-number svg {
    margin-top: 2.6px;
}

.cta-container .value-props {
    /* margin-top: 10px; */
    margin: 30px 0;
}

.cta-container .value-props li {
    font-size: 20px;
    /* margin: 8px 0; */
}

.cta-container .value-props li span {
    margin-top: 3px;

}

/* cta1 */
#cta .content {
    background-color: #FAFAFA;
    padding: 2rem 3rem;
    /* -webkit-box-shadow: 2px 5px 23px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 5px 23px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 5px 23px 0px rgb(0 0 0 / 20%); */
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    /* bottom: 55px; */
    margin-top: -50px;
    margin-bottom: -60px;
}

#cta p:first-child {
    font-size: 20px;
}

/* services */
#services {
    padding-top: 140px;
    padding-bottom: 0;
}

#services h2 {
    font-size: 55px;
    color: #910505;
}

#services h2 span {
    /* font-size: 1.7rem; */
    font-size: 21px;
    color: #3F3F46;
}

#services ion-icon {
    width: 20px;
    height: 20px;
    color: #910505;
}

.service-block_content p {
    margin: 15px 0 0;
}

.service-list {
    margin-top: 25px;
}

.service-list h5 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

.service-box {
    padding: 15px 0px;
}

.service-tabs {
    height: 680px;
}

.service-tabs .nav-tabs .nav-link {
    padding: 15px 30px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-right: 3px;
}

.service-tabs .nav-tabs .nav-link.active {
    background: transparent;
    border-color: transparent;
    border-bottom: 3px solid #910505;
}

.service-tabs .nav-tabs .nav-link:focus {
    border-color: transparent;
    border-bottom: 2px solid #910505;
}


.service-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #910505;

}

/* svg divider */
#services svg.divided-lg {
    fill: #ffffff;
    /* margin-bottom: -103px; */
    margin-bottom:-80px ;
}

#services svg.divided-sm {
    margin-bottom: -20px;
    fill: #ffffff;
}

#services ul.list li {
    color: #141518;
    font-size: 17px;
}

/* whatsapp chat section */
#whatsChat {
    background-color: #f0fdf4;
    /* background-color: #f0fdfa; */
    padding: 30px 0 55px;
}
#whatsChat h2 {
    font-size: 35px;
}

#whatsChat p {
    font-size: 17px;
    line-height: 1.4;
}
#whatsChat ul.list li {
    color: #292524;
}

#whatsChat .chat-wrapper {
    color: #292524;
}

.btn-whats {
    padding: 7px 15px;
    /* background-color: #2a2a2d; */
    background-color: #2aa038;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.btn-whats:hover {
    background-color: #2a2a2d;
    color: #2aa038;
    text-decoration: none;
}
.btn-whats:hover ion-icon {
    color: #2aa038;
}
#whatsChat ion-icon {
    font-size: 32px;
    color: #2aa038;
}
.btn-whats ion-icon {
    color: #fefefe !important;
}
/* testimonials */


#testimonials {
    padding: 160px 0 90px;
    background: #910505;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#910505+0,510303+100 */
    background: #910505;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #910505 0%, #510303 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #910505 0%, #510303 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #910505 0%, #510303 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#910505', endColorstr='#510303', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    ;
}

#testimonials h2 {
    color: #F3F4F6;
    font-size: 50px;
    margin-bottom: 13px;
}

#testimonials h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 50px;
    color: #fafaf9;
}

#testimonials .social-list .social-rate {
    border-right: 2px solid #820303;
}

#testimonials .list-icons {
    /* margin-top: 2em; */
    margin-bottom: 4rem;
}

#testimonials .social-list .no-border {
    border-right: 0;
}

#testimonials .testimonial-author h6 {
    color: #E2E8F0;
}

#testimonials .testimonial-author h6 span {
    color: #fafafa;
}

.testimonial-card {
    margin-bottom: 20px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #f4f7f6 !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f4f7f6 transparent transparent transparent;
}

.testimonial-body p {
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    /*background: rgba(85, 85, 85, 0.1);*/
    background:#f1f1f1;
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: #888;
    /*background: rgba(85, 85, 85, 0.6)*/
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Kumbh Sans', Helvetica, Arial;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

/* cta-full */

#cta-full {
    background-image: url(../img/cta-full-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0 90px;
    color: #fff;
}

#cta-full h4,
#cta-full h2,
#cta-full p {
    text-shadow: 1px -1px 2px rgba(0, 0, 0, 0.6);
}

#cta-full h4 {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 1;
}

#cta-full h2 {
    font-size: 2.15em;
    line-height: 1.5em;
}

#cta-full p {
    font-size: 18px;
    line-height: 1.35;
}

/* footer */

#footer-strip {
    color: #fff;
    background-color: #141518;
    padding: 2rem 0;
}

#footer-strip .header-phone-number a {
    color: #fff;
    font-weight: 600;
    font-family: 'Kumbh Sans', sans-serif;
    /* line-height: 44px; */
    line-height: 30px;
}

#footer-strip .header-phone-number a span {
    font-weight: bold;
    font-size: 34px;
    display: block;
    /* margin-bottom: 7px; */
    /* line-height: 35px; */
}

#footer-strip .header-phone-number ion-icon {
    color: #910505;
    font-size: 46px;
    margin-right: 11px;
    margin-top: 10px;
}

#footer {
    color: #fff;
    /* background-color: #0d0d0d; */
    background-color: #1c1c1c;
    padding: 16px 0;
}

#footer p {
    margin-bottom: 0;
    font-size: 14px;
}

.pulsating-circle {
    position: absolute;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}


.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #910505;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite;
}


.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #910505;
    border-radius: 15px;
    /* box-shadow: 0 0 8px rgb(0 0 0 / 30%); */
    -webkit-animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
}

.nav-phone {
    position: relative;
    z-index: 4;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #910505;
    text-decoration: none;
    display: none;
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #2d2d30;
}

.nav-phone ion-icon {
    font-size: 23px;
    color: #900505;
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #4c4c4e; */
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

@media all and (max-width:992px) {
    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: calc(50% - 102px);
        display: flex;
        z-index: 4;
        align-items: center;
    }

    body.has-Whatsapp .nav-phone {
        left: 5px;
        bottom: 20px;
        padding: 9px 18px 9px 20px;
    }

    body.has-Whatsapp .nav-phone__link {
        margin-left: 5px;
        font-size: 18px;
    }

    body.has-Whatsapp .nav-phone ion-icon {
        font-size: 18px;
    }
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}


@media all and (max-width: 574px) {
    /* .open-state {
        margin: ;
    } */

    #header .alert {
        font-size: 16px;
        margin-bottom: 0;
    }

    #headerContent h1 {

        font-size: 39px;
    }

    #headerContent h3 {
        font-size: 21px;
    }

    #headerContent .cta-container {
        margin-top: 12px;
    }

    #headerContent .context {
        margin: 15px 0 22px;
        font-size: 16px;
    }

    #cta .content {
        border-radius: 0 !important;
        text-align: center;
    }

    #cta p:first-child {
        font-size: 17px;
    }

    #services h2 {
        font-size: 54px;
    }

    #services h2 span {
        font-size: 21px;
    }

    .service-tabs .nav-tabs .nav-link {
        padding: 15px 10px 15px;
        font-size: 15px;
    }

    .service-tabs {
        height: auto;
        margin-bottom: 13px;
    }

    #testimonials h2 {
        font-size: 43px;
    }

    #testimonials h4 {
        font-size: 21px;
        margin: 20px 0 30px;
    }

    .testimonial-card {
        margin-bottom: 25px;
    }

    #cta-full {
        background-position: left;
        /* text-align: center; */
    }

    #cta-full h4 {
        font-size: 15px;
    }

    #cta-full h2 {
        font-size: 33px;
    }

}

@media all and (min-width:575px) and (max-width: 768px) {
    #header .alert {
        font-size: 18px;
        margin-bottom: 0;
    }

    #headerContent h1 {
        font-size: 39px;
    }

    #headerContent h3 {
        font-size: 23px;
    }

    #header .cta1 a {
        font-size: 21px;
    }

    #cta .content {
        padding: 1rem 1rem;
    }

    .cta-container .phone-number {
        font-size: 34px;
    }

    .cta-container .value-props li {
        font-size: 17px;
    }

    #services h2 {
        font-size: 46px;
    }

    #services h2 span {
        font-size: 20px;
    }
}

.whatsapp {
    position: fixed;

    bottom: 30px;
    right: 30px;

    z-index: 9999;

    background-color: #020202;
    border: 1px solid rgba(255, 255, 255, .25);
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, .53); */
    border-radius: 100px;

    display: flex;
    align-items: center;
}

.whatsappIcon {
    padding: 12px;

    border-radius: 50%;
    width: 60px;
    height: 60px;

    background-color: #2aa038;
    margin: -10px 0;
    margin-left: -5px;
}

.whatsappCTA {
    padding: 10px 15px;
    padding-right: 25px;
}
.whatsappCTA h4{
    color: #fff;

    line-height: 1.1;
    font-size: 18px;
    margin-bottom: 0;
}
.whatsappCTA h4 span.wtsapp-cta{
    color: #4FCE5D;

    font-weight: normal;
    font-size: 14px;
    display: block;
}

.online-circle {
    position: absolute;
    top: 5px;
    right: -5px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 15px;
    height: 15px;
}

.online-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #4FCE5D;
    border-radius: 15px;
    -webkit-animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
}


/* ---------------- */


@media all and (max-width: 574px) {
    .whatsapp {
        bottom: 20px;
        right: 10px;
    }

    .whatsappIcon {
        padding: 9px;
        width: 50px;
        height: 50px;

        margin: -1px 0;
        margin-left: -5px;
    }

    .whatsappCTA {
        padding: 5px 10px;
        padding-right: 15px;
    }
    .whatsappCTA h4{
        color: #fff;

        line-height: 1.1;
        font-size: 18px;
        margin-bottom: 0;
    }
    .whatsappCTA h4 span.wtsapp-cta{
        color: #4FCE5D;

        font-weight: normal;
        font-size: 14px;
        display: block;
    }

    .whatsappCTA .hidden-sm {
        display: none;
    }
}