﻿@import url(plugins/bootstrap.min.css);
@import url(plugins/lightgallery.min.css);
@import url(plugins/swiper.min.css);
@import url(style.css);

li.breadcrumb-item ::after {
    content: " - ";
    padding: 0 0 0 10px;
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0 !important;
}

.image-area {
    border: 1px solid #bfbaba;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 15px;
}

.fixed-button-group {
    width: 50px;
    height: 177px;
    position: fixed;
    z-index: 101;
    right: 15px;
    top: 39%;
    transform: translate(0,-50%);
}


    .fixed-button-group .whatsapp {
        position: relative;
        clear: both;
        right: auto;
        width: 50px;
        z-index: 101;
        background: #1cb154;
        display: block;
        margin-bottom: 100px;
    }

    .fixed-button-group .request-form {
        position: relative;
        clear: both;
        right: auto;
        left: -95px;
        z-index: 101;
        display: block;
        background: #101010;
        width: 240px;
        height: 50px;
        float: left;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        text-decoration: none;
        transition: all .3s;
        outline: 0;
        cursor: pointer;
        border: none;
    }

.swal-overlay {
    z-index: 99999999999999;
}

.page-image {
    height: 400px;
    background-size: cover !important;
    padding: 0;
}

.cs_team_section .cs_team_img::after {
    content: "";
    height: 10px;
    width: 100%;
    background: #009ee2;
    position: absolute;
    bottom: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    background: #1c617f;
}

.preloader.hidden {
    opacity: 0
    transition: .5s;
    z-index: -1;
    visibility: hidden
}

.preloader .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    animation: 1.5s infinite loaderOpacity
}
