/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
body {
    /*background: rgb(51, 58, 105);*/
}

.whatsapp_chat__widget {
    bottom: 55px;
}

.scroll-top-wrapper {
    bottom: 10px;
}

/* ---------------------------------------------------
    Button
----------------------------------------------------- */
.a-btn-2.a-btn-2-custom .a-btn-line::after,
.a-btn-2.a-btn-2-custom .a-btn-line::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    height: 1px;
    background-color: #a1a1a1;
}

.a-btn-2.a-btn-2-custom {
    font-family: "Roboto",sans-serif;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 25px;
    background-color: transparent;
    border: none;
    color: #a1a1a1;
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

    .a-btn-2.a-btn-2-custom.creative.anima::after {
        border-top-color: #a1a1a1;
        border-right-color: #a1a1a1;
        -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
        transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    }

    .a-btn-2.a-btn-2-custom.creative.anima::before {
        border-bottom-color: #a1a1a1;
        border-left-color: #a1a1a1;
        -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
        transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
    }


    .a-btn-2.a-btn-2-custom:hover,
    .a-btn-2.a-btn-2-custom:focus {
        color: white;
        background-color: #111111;
        text-decoration: none;
        outline-color: transparent;
    }

        .a-btn-2.a-btn-2-custom:hover .a-btn-line:after,
        .a-btn-2.a-btn-2-custom:hover .a-btn-line:before,
        .a-btn-2.a-btn-2-custom:focus .a-btn-line:after,
        .a-btn-2.a-btn-2-custom:focus .a-btn-line:before {
            background-color: transparent;
        }


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 9999;
    background-color: #f36523 !important;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 40px 20px 20px;
    background-color: transparent;
}

    #sidebar .sidebar-header img {
        height: 64px;
    }

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid rgba(55, 24, 7, 1);
}

#sidebar ul p {
    color: #fff;
    padding: 5px 15px;
}

#sidebar ul li a {
    padding: 5px 15px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar p.header-title {
    color: rgba(55, 24, 7, 1);
    text-decoration: underline;
    text-underline-offset: 8px;
    letter-spacing: 1px;
    font-weight: 700;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

.navbar-header {
    float: left;
}

.navbar-btn-custom {
    background: unset;
    border: 0;
    border-radius: unset;
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 8px;
}

.navbar.navbar-custom {
    background-color: #f36523 !important;
    border-radius: unset;
    margin-bottom: 0;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-wrapper-info {
    display: block;
    padding: 5px 0 2px;
}

    .navbar-wrapper-info img {
        display: block;
        margin-top: 16px;
        /*margin-left: auto;
    margin-right: auto;
    width: 50%;*/
        height: 50px;
        height: 30px;
        padding-left: 15px;
    }

    .navbar-wrapper-info.partner_logo img {
        margin-top: 6px;
        position: absolute;
        top: 0;
        right: 20px;
        height: 54px;
    }

/**Top banner**/
.top-banner-custom {
    /*min-height: unset;
    height: 35vw;
    background-position: top;
    background-position-y: 40%;
    background-color: #000;*/
    min-height: unset;
    height: 57vw;
    background-position: center;
    background-color: #000;
    background-size: cover;
    margin-top: 70px;
}

    .top-banner-custom.web__version {
        display: block;
    }

    .top-banner-custom.mobile__version {
        display: none;
    }

@media (max-width: 1199px) {
    .top-banner-custom {
        min-height: unset;
        height: 40vw;
    }
}

@media (max-width: 991px) {
    .top-banner-custom {
        min-height: unset;
        height: 50vw;
        background-position: top;
        background-position-y: 3%;
    }
}

@media (max-width: 767px) {
    .top-banner-custom {
        min-height: unset;
        height: 55vw;
    }
}

@media (max-width: 576px) {
    .top-banner-custom.web__version {
        /*min-height: unset;
        height: 65vw;*/
        display: none;
    }

    .top-banner-custom.mobile__version {
        display: block;
        height: 100%;
    }

        .top-banner-custom.mobile__version img {
            /*height: 350px;*/
            height: 273px;
            object-fit: cover;
            width: 100%;
        }
}

/* ---------------------------------------------------
    SLIDER STYLE
----------------------------------------------------- */
.height-350 {
    height: 350px !important;
}

.portfolio-slider-wrap.showcase_slider {
    border-bottom: 1px solid #dcdacb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.08);
    border-radius: 4px;
}

@media (max-width: 768px) {
    .portfolio-slider-wrap.showcase_slider {
        margin: 10px 30px;
    }

        .portfolio-slider-wrap.showcase_slider.m-none {
            margin: 0 !important;
        }
}

.swiper-container .swiper-slide {
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: unset;
    margin: 0;
    padding: 5px;
}

    .swiper-container .swiper-slide:last-child {
        border-right: 1px solid #ccc;
    }

.showcase_slider .swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background-image: none;
    /*background-color: #ffffff;
                            color: #111;*/
    color: #fff;
    background-color: rgba(230,185,166,1) !important;
    border-color: rgba(230,185,166,1) !important;
    -webkit-transition: color .35s ease, background-color .35s ease;
    -o-transition: color .35s ease, background-color .35s ease;
    transition: color .35s ease, background-color .35s ease;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 32%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.showcase_slider .swiper-buttons:hover {
    color: #fff;
    background-color: rgba(231,164,138,1) !important;
}

.showcase_slider .slide-title a {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: .2px;
    line-height: 1.15;
    text-decoration: none;
    color: #a1a1a1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
    text-transform: uppercase;
}

.showcase_slider .swiper-slide:hover .slide-title a {
    color: #111;
}

.showcase_slider .slide-category {
    position: relative;
    width: 100%
}

    .showcase_slider .slide-category a {
        color: #a1a1a1;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        letter-spacing: .2px;
        opacity: 1;
        -webkit-transition: color .35s ease, opacity .35s ease;
        -o-transition: color .35s ease, opacity .35s ease;
        transition: color .35s ease, opacity .35s ease;
        text-decoration: none;
        position: relative;
    }

        .showcase_slider .slide-category a.second-item {
            top: -10px;
            position: relative;
        }

.showcase_slider .swiper-slide:hover .slide-category a {
    color: #111;
    opacity: 1;
}

.showcase_slider .swiper-slide .content-showcase-wrapper {
    /*background-color: rgba(246,246,246,1) !important;
        background-repeat: no-repeat !important;
        background-image: url(../assets/img/white-marble-bg.jpg) !important;
        background-size: cover !important;*/
    background-color: #fff;
    padding: 6px 15px 10px;
}

.showcase_slider .swiper-slide:hover .content-showcase-wrapper {
    background-color: rgba(51,58,105,1) !important;
    background-color: rgba(231,164,138,1) !important;
    background-image: url(../images/lines.png);
}


/* ---------------------------------------------------
    MODAL STYLE
----------------------------------------------------- */
.modal-core-res .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-core-res .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

    .modal-core-res .close span {
        font-size: 24px;
    }

.modal-core-res .modal-content .modal-header {
    /*background: rgb(51, 58, 105);*/
    background: #f36523 !important;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: unset;
}

    .modal-core-res .modal-content .modal-header .modal-title {
        color: #fff;
    }

.modal-core-res .modal-content .modal-body {
    /*background-color: rgba(246,246,246,1) !important;
        background-repeat: no-repeat !important;
        background-image: url(../assets/img/white-marble-bg.jpg) !important;
        background-size: cover !important;*/
    background-color: #fff;
    padding: 0;
}

/****************************************************************************************************************************
 * google map
 ****************************************************************************************************************************/
#location_section .loc-wrapper {
    padding: 30px 30px 0;
    position: relative;
    width: 100%;
}

.google-map {
    background: #E5E3DF;
    height: 400px;
    /*margin: 0 60px 40px 0;*/
    margin: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .google-map {
        height: 300px;
    }
}

.gm-style .gmnoprint,
.gm-style .gmnoprint.gm-style-cc,
.gm-style .gm-style-cc {
    /*bottom: 10px !important;*/
}

.gm-style-iw-d .title {
    font-size: 14px;
    line-height: 20px;
}