::-webkit-scrollbar {
    width: 3px;
    height: 0px !important;
}

::-webkit-scrollbar-thumb {
    background: #eb3b00;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.grid-item-2 {
    right: 300px;
}

.bg_round {
    z-index: 1;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    width: 180px !important;
    max-height: 180px !important;
    height: 180px !important;
    padding: 5px;
    top: 0px;
}


/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;

    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.height-400 {
    height: 400px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}


@media only screen and (max-width: 600px) {
    .bg_round {
        width: 100px !important;
        max-height: 100px !important;
    }

    .text-start {
        text-align: center !important;
    }

    .gutter-swiper-30 {
        margin: 0px;
    }

    .rbt-swiper-thumb {
        display: none;
    }

    .rbt-badge-6 {
        padding: 5px 10px;
        font-size: 12px;
    }

    .section-title .subtitle {
        padding: 5px 10px;
        font-size: 12px;
    }

    .scroll-animation-all-wrapper::before {
        display: none;
    }

    .scroll-animation-all-wrapper::after {
        display: none;
    }

    .rbt-header-top.rbt-header-top-1.top-expended-activation {
        display: none;
    }

    .bg_image--20 {

        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg_image--6 {

        background-repeat: no-repeat;
        background-size: cover;
    }

    .scroll-animation-all-wrapper {
        padding: 0;
    }

    .pt--100 {
        padding-top: 50px !important;
    }

    .pt--80 {
        padding-top: 50px !important;
    }



    .rbt-testimonial-box .clint-info-wrapper .thumb {
        position: relative;
        z-index: 1;
        display: inline-block;
        height: 80px;
        padding: 3px;
        background: var(--color-white);
        border-radius: 100%;
        overflow: hidden;
        min-width: 80px;
        border: 2px solid var(--primary-opacity);
    }

    .rbt-testimonial-box .clint-info-wrapper .thumb img {
        height: 70px;
        object-fit: cover;
        width: 70px;
        border-radius: 100%;
    }

    .rbt-arrow-between .rbt-swiper-arrow {
        width: 40px;
        height: 40px;
    }

    .rbt-header .rbt-header-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .bg_image_fixed {
        background-attachment: scroll !important;
    }

    .rbt-banner-6.variation-03 .wrapper {
        padding: 65px 0;
    }

    .rbt-slider-main-wrapper {
        padding-top: 60px;
    }

    .rbt-header.rbt-header-8 .mainbar-row {
        box-shadow: none;
    }

    .popup-mobile-menu .mainmenu .rbt-megamenu {
        height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .swiper-cards {
        overflow: hidden;
    }

    .height-400 {
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px;
    }

    .breadcrumb-inner {
        text-align: right !important;
    }
}

.rbt-information-list li a {
    color: #fff;
}



.thumbnail-1 {
    position: relative;
    z-index: 99;
    padding-top: 58px;
}

.about-style-2 {
    padding: 50px;
}

.content-1 {
    background: #fff6c345;
    padding: 62px 62px 62px 200px;
    margin-left: -170px;
    z-index: -1;
}

.about6-area .left .quote-now-btn {
    font-size: 24px;
    line-height: 29.7px;
    max-width: 263px;
    width: 200%;
    padding: 35px 56px;
    right: -61px;
    bottom: 47px;
}

.quote-now-btn {
    position: absolute;
    right: 0;
    bottom: 49px;
    z-index: 9;
    background-color: #c4c4c4;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    line-height: 1;
    font-size: 18px;
    gap: 4px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    transition: .5s;
}


.about-quote {
    background-color: #fff;
    padding: 30px 30px;
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
    border-left: 5px solid #000;
    margin-bottom: 30px;
}

.img-person img.person {
    border-radius: 50%;
    width: 90px;
    margin-right: 25px;
    padding: 8px;
}

img.about-sign,
img.signature {
    max-width: 250px;
}

.content-2 {
    background: #fff6c345;
    padding: 60px 100px 30px 100px;
    margin-right: -100px;
    z-index: -1;
    position: relative;
}

.thumbnail-2 {
    position: relative;
    z-index: 99;
    padding-top: 58px;
}

@media (max-width: 767.98px) {
    .content-1 {
        background: #fff6c345;
        padding: 20px 20px 50px;
        margin-left: 0px;
    }

    .footer-top .logo {
        text-align: center;
    }


    /* .rbt-header.rbt-transparent-header {
        top: 10px;
    } */

    .rbt-banner-1 .content .inner {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .content-2 {
        background: #fff6c345;
        padding: 20px 20px 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-style-2 {
        padding: 0px;
    }
}

#fixed-social {
    position: fixed;
    bottom: 14%;
    left: 15px;
    z-index: 999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    border-radius: 100%;
    position: relative;
    text-align: center;
    line-height: 44px;
    width: 40px;
    margin-bottom: 3px;
    z-index: 2;
}

.fixed-facebook {
    background-color: #0770de;
}

.fixed-twitter {
    background-color: #000;
}

.fixed-linkedin {
    background-color: #f60000;
}

.fixed-instagrem {
    background: linear-gradient(191deg, rgba(131, 58, 180, 1) 21%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 85%);
}

button.wh-ap-btn {
    outline: none;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: #2ecc71;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;

}

button.wh-ap-btn::after {
    content: "";
    background-image: url("//i.imgur.com/cAS6qqn.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

button.wh-ap-btn:hover {
    opacity: 1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
}

.wh-fixed {
    margin-right: 15px;
    margin-bottom: 15px;
}

.wh-fixed>a {
    display: block;
    text-decoration: none;
}

button.wh-ap-btn::before {
    content: "Chat with me";
    display: block;
    position: absolute;
    margin-left: -130px;
    margin-top: 16px;
    height: 25px;
    background: #49654e;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    width: 0;
    opacity: 0;
    padding: 0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top: 7px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed>a:hover button.wh-ap-btn::before {
    opacity: 1;
    width: auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
    width: 50px;
    height: 50px;
    left: 10px;
    bottom: 10px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}

.whatsapp-pulse:before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -20px;
    right: -20px;
    background-color: #10b418;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}



/* animacion pulse */

.text-header {
    background: #515b2b;
    color: #ffffff;
}

.text-header:before {
    position: absolute;
    content: " ";
    z-index: -1;
    right: -9px;
    background-color: #515b2b;
    width: 100px;
    height: 90px;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: header 1s ease-out;
    animation: header 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes header {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes header {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}


/* MOBILE Screen */

@media (min-width:0px) and (max-width:475px) {
    .breadcrumb-inner h2 {
        font-size: 19px !important;
        margin-bottom: 3px;
    }

    .page-list li {
        font-size: 9px;
    }

    .rbt-banner-10 {
        height: 205px !important;
    }
    
    .rbt-splite-style .thumbnail.image-right-content img {
        border-radius:0px;
    }
}

/* IPAD Screen */

@media (min-width:600px) and (max-width:991px) {
    .rbt-banner-6.variation-03 .wrapper {
        padding: 247px 0;
    }

    .rbt-banner-activation {
        height: 348px;
    }

    .rbt-header-top.rbt-header-top-1 {
        display: none;
    }
}


/* 1024PX Screen */

@media (min-width:992px) and (max-width:1099px) {

    .rbt-banner-activation {
        height: 466px;
    }

    .rbt-banner-6.variation-03 .wrapper {
        padding: 362px 0;
    }

    .rbt-header-top.rbt-header-top-1 {
        display: none;
    }

    .rbt-banner-10 {
        background-repeat: no-repeat;
        background-size: cover;
        height: 297px;
    }

    .breadcrumb-inner {
        text-align: right;
    }

    .breadcrumb-inner h2 {
        font-size: 32px;
    }

}


/* 1280PX Screen */

@media (min-width:1100px) and (max-width:1300px) {
    .rbt-banner-10 {
        background-repeat: no-repeat;
        background-size: cover;
        height: 372px;
    }

    .breadcrumb-inner h2 {
        font-size: 32px;
    }
}

.rbt-banner-10 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 397px;
}


.breadcrumb-inner h2 {
    font-size: 40px;
}

/* 1440PX Screen */

@media (min-width:1399px) and (max-width:1500px) {
    .rbt-banner-6.variation-03 {
        height: 651px;
    }

    .rbt-banner-10 {
        height: 419px;
    }

    .rbt-banner-activation {
        height: 654px;
    }
}

/* 1600PX Screen */

@media (min-width:1500px) and (max-width:1670px) {

    .rbt-banner-6.variation-03 {
        height: 723px;
    }

    .rbt-banner-10 {
        height: 464px;
    }

    .rbt-banner-activation {
        height: 726px;
    }
}


/* 1680PX Screen */

@media (min-width:1671px) and (max-width:1700px) {
    .rbt-banner-6.variation-03 {
        height: 759px;
    }

    .rbt-banner-10 {
        height: 490px;
    }

    .rbt-banner-activation {
        height: 762px;
    }
}


/* 1920PX Screen */

@media (min-width:1701px) and (max-width:2000px) {
    .rbt-banner-6.variation-03 {
        height: 867px;
    }

    .rbt-banner-10 {
        height: 558px;
    }

    .rbt-banner-activation {
        height: 870px;
    }
}


/* 2k Screen  */

@media (min-width:2001px) and (max-width:3000px) {
    .rbt-banner-6.variation-03 {
        height: 925px;
    }


    .rbt-banner-10 {
        height: 596px;
    }


    .rbt-banner-activation {
        height: 928px;
    }
}


/* 4k Screen  */

@media (min-width:3001px) and (max-width:6000px) {
    .rbt-banner-6.variation-03 {
        height: 1738px;
    }


    .rbt-banner-10 {
        height: 1121px;
    }


    .rbt-banner-activation {
        height: 1738px;
    }
}


/* 8k Screen */

@media (min-width:6001px) and (max-width:8000px) {}