.header-top-bar {
    text-align: center;
    background-color: #6CE44E;
}

.header-phone {
    font-size: 24px;
    padding: 10px;
    color: red;
}

.carousel-caption {
    padding-bottom: 10% !important;
}

#header-carousel h1 .text-white {
    padding-bottom: 10px !important;
}

#header-carousel h6 {
    color: red !important;
    font-size: 20px;
}

.header-phone-icon {
    display: inline-block;
    border: 1px solid blue;
}

@media only screen and (max-width: 600px) {
    .header-logo {
        width: 96px;
    }

    .text-primary {
        font-size: 20px;
    }

    #header-carousel .carousel-item img {
        /* position: absolute !important; */
    }

    .img-fluid-small-logo {
        width: 330px !important;
        height: 170px !important;
        display: block !important;
        padding: 10px 10px;
        /* border: 1px solid red; */
    }

    .img-fluid-small-logo {
        /* position: fixed !important; */
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 620px;
    }

    #header-carousel h6 {
        font-size: 24px;
    }
}

.back-to-top {
    left: 45px;
    bottom: 50px;
    display: none !important;
}

       .call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    bottom: 4rem;
    background: #ec8b00;
    background: #6CE44E;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

@font-face {
    font-family: 'ethnocentric.rg-italic';
    src: url('../fonts/ethnocentric.rg-italic.otf');
}

@font-face {
    font-family: 'ethnocentric.rg-regular';
    src: url('../fonts/ethnocentric.rg-regular.otf');
}

.ethnocentric-rg-italic {	
    font-family: 'ethnocentric.rg-italic';
}

.ethnocentric-rg-regular {
    font-family: 'ethnocentric.rg-regular';
}

.navbar h2 .text-primary {
	font-family: 'ethnocentric.rg-italic';
}