@media only screen and (min-width: 991px) {

    .site-header.style-1 .header-nav .nav>li>a:after {

        content: "" !important;

    }
}

/*.page-content .slidearea {
    z-index: 999;
}
.page-content .slidearea.bannerside {
    z-index: 9;
}*/
.ic-bnr-inr.style-1 .breadcrumb-row ul li::before {
    content: "\f054" !important;

}


.ic-bnr-inr.style-1 .breadcrumb-row ul li:first-child::before {
    content: "" !important;

}


.our-story>span {
    color: var(--primary);
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}


.our-story h2.title {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 20px;
}


.our-story h2.title span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}


.site-button {
    background-color: var(--primary);
}


.site-button,
.site-button-secondry {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}



.text-white h2 {
    color: #FFF;
}


.box-about-list .icon-bx-wraper {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 30px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.icon-bx-wraper {
    position: relative;
}


.icon-bx-wraper.left .icon-md {
    float: left;
    margin-right: 10px;
}


.icon-md {
    display: inline-block;
    text-align: center;
}

.icon-content {
    overflow: hidden;
}

.box-about-list .icon-bx-wraper .dlab-tilte {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}

.dlab-tilte {
    position: relative;
}


.box-about-list .icon-bx-wraper p {
    opacity: 0.8;
    font-size: 15px;
    line-height: 26px;
}


.icon-bx-wraper p:last-child {
    margin: 0;
}

.bg-primary,
.bg-primary a:hover {
    color: #fff;
}


.box-about-list .icon-bx-wraper:hover {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.box-about-list .icon-bx-wraper:hover .text-white,
.box-about-list .icon-bx-wraper:hover .dlab-tilte,
.box-about-list .icon-bx-wraper:hover p {
    color: #000 !important;
}

.box-about-list .img-cover {
    height: 100%;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}




.float-whatsapp {
    position: fixed;
    width: 58px;
    height: 58px;

    left: 6vw;
    bottom: 3vh;
    cursor: pointer;
    background-color: #25d366;
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    outline: none;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;

}

a.float-whatsapp:visited .fa-whatspp,
a.float-whatsapp .fa-whatsapp {
    /*margin-top: 16px;*/
    position: absolute;
    top: 8px;
    left: 10px;
    color: antiquewhite;
    border-radius: 50%;
    font-size: 43px;
}

a.float-whatsapp:hover {
    background-color: rgb(8, 229, 89);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}


a.float-whatsapp:hover .fa-whatsapp {
    color: #FFFFFF;
}

.silder-one .main-silder-swiper .silder-content h1.title {
    font-size: 2.5rem;
}

@media (max-width:567px) {
    .silder-one .main-silder-swiper .silder-content h1.title {
        font-size: 1.75rem;
    }
}

@media (max-width:447px) {
    .silder-one .main-silder-swiper .silder-content h1.title {
        font-size: 1.45rem;
    }
}