/*!
 * Start Bootstrap - Stylish Portfolio v5.0.1 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */
body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Oswald', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
    height: 30rem;
}
.store-img{
    height:500px;
}
.store-img img{
    height:100%;
}
.ui-button-text:after{
  content:'X';   
  color:#c69d4d;
  font-size: 22px;
  right: 5px;
  position: relative;
}
.ui-draggable.ui-resizable{
    width: 500px !important;
    margin: auto;
    top: 94px !important;
    left: unset;
    display: block;
    transition: all .8s ease-in-out;
}
.image_vm{
    width:95% !important; 
}
.increase_percent{
  width:85% !important;   
}
.ui-dialog-titlebar-close{
    background-color: transparent;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    border: 0px;
    right: 10px;
    position: absolute;
    top: 30px;
    cursor: pointer;
}
.btn-staff a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .map {
        height: 75%;
    }
}


.map iframe {
    pointer-events: none;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}


.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        position: fixed;
        top: 0;
    }

    .masthead h1 {
        font-size: 5.5rem;
    }
}

/* Side Menu */


#sidebar-wrapper {
    position: fixed;
    z-index: 101;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    background: #ffffffc0;
    border-left: 1px solid rgba(255, 255, 255, 0);
    top: 0;
    /* filter: blur(1px); */
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin-top: 10%;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 3rem;
    margin-left: 3rem;
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #454545;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #d51d7b;

}
.ui-dialog-titlebar-close:focus{
    outline:0px;
}

.sidebar-nav li.sidebar-nav-item a:hover {
    text-decoration: none;
    color: #d51d7b;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #d51d7b;
}

.js-scroll-trigger.active {
    text-decoration: none;
    color: #d51d7b !important;
}

.sidebar-nav>.sidebar-brand {
    font-size: 1.2rem;
    height: 80px;
    line-height: 50px;
    padding-bottom: 15px;
    display: flex;
    width: 20%;
    display: flex;
    justify-content: start;
    align-items: start;
}

.sidebar-nav>.sidebar-brand a {
    color: #fff;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 25%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu-toggle {
    position: relative;
    width: auto;
    height: 50px;
    text-align: center;
    color: #000;
    line-height: 50px;

}

li .menu-toggle {
    position: relative;
    left: 10px !important;
    width: auto;
    height: 50px;
    text-align: center;
    color: #000;
    line-height: 50px;
}

.menu-toggle:focus,
.menu-toggle:hover {
    text-decoration: none;
    color: #000;
}

.service-icon {
    background-color: #fff;
    color: #1D809F;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
    padding: 15rem 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-callout.jpg");
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.callout h2 {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    max-width: 30rem;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-item .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
    }

    .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px);
    }

    .portfolio-item .caption .caption-content {
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-bottom: 5rem;
    }

    .portfolio-item img {
        -webkit-transition: -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }

    .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }

    .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, 0.9);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }
}

footer.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #1D809F;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
    background-color: #155d74;
    text-decoration: none;
}

a {
    color: #1D809F;
}

a:hover,
a:focus,
a:active {
    color: #155d74;
}

.btn-primary {
    background-color: #1D809F !important;
    border-color: #1D809F !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #155d74 !important;
    border-color: #155d74 !important;
}

.btn-secondary {
    background-color: #ecb807 !important;
    border-color: #ecb807 !important;
    color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #ba9106 !important;
    border-color: #ba9106 !important;
}

.btn-dark {
    color: #fff !important;
}

.btn {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.bg-primary {
    background-color: #1D809F !important;
}

.text-primary {
    color: #1D809F !important;
}

.text-secondary {
    color: #ecb807 !important;
}

.menu-img {
    width: 100%;
}

.menu-img-div {
    width: 20px
}

main {
    /*margin: 100px auto;*/
    position: fixed;
    padding: 10px 5px;
    background: hsla(0, 0%, 100%, .3);
    font-size: 20px;
    line-height: 1.5;
    /*border-radius: 10px;*/
    width: 100%;
    box-shadow: 5px 3px 30px #0000004d;
    overflow: hidden;
    height: 100px;
}

section {
    /*margin: 100px auto;*/
    position: relative;
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.788235294117647);
    font-size: 20px;
    line-height: 1.5;
    /*border-radius: 10px;*/
    width: 75%;
    box-shadow: 5px 3px 30px #0000004d;
    overflow: hidden;
    height: 100%;
}

.menu-text {
    margin-top: 3px;
    font-weight: 600;
    color: #fff;
}

main::before {
    content: '';
    margin: -35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(10px);
    z-index: -1;
}
.mobile-logo{
    width: 230px;
    height: 43px;
}
section::before {
    content: '';
    margin: -35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(10px);
    z-index: -1;
}

.body-brands,
.section-brand::before {
    background: url("../img/Brands.png") !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0px;
}

.section-careers {
    width: 90%;
}

.body-careers,
.section-careers::before {
    background: url("../img/Career.png");
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}

.body-stores {
    background: url("../img/Store.png") !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.Stores h1 {
    color: #5d5d5d;
}

.body0,
.main-0::before {
    background: url("../img/Banners/Web/banner1.jpg");
    background-attachment: fixed;
    background-size: cover ;
    background-repeat: no-repeat;
    transition: 2.5s;
}

.body1,
.main-1::before {
    background: url("../img/Banners/Web/banner2-new.jpg");
    background-attachment: fixed;
    background-size: cover ;
    background-repeat: no-repeat;
    transition: 2.5s;
}

.body2,
.main-2::before {
    background: url("../img/Banners/Web/banner3-new.jpg");
    background-attachment: fixed;
    background-size: cover ;
    background-repeat: no-repeat;
    transition: 2.5s;
}

.body3,
.main-3::before {
    background: url("../img/Banners/Web/banner4-new.jpg");
    background-attachment: fixed;
    background-size: cover ;
    background-repeat: no-repeat;
    transition: 2.5s;
}

.body4,
.main-4::before {
    /* spykar */
    background: url("../img/Banners/Web/banner5-new.jpg");
    background-attachment: fixed;
    background-size: cover ;
    background-repeat: no-repeat;
    transition: 2.5s;
}

.body5,
.main-5::before {

    background: url("../img/Banners/Web/banner2.jpg");
    background-attachment: fixed;
    background-size: cover ;
    background-repeat: no-repeat;
    transition: 2.5s;
}

/*.body6,*/
/*.main-6::before {*/

/*    background: url("../img/Banners/Web/banner4-new.jpg");*/
/*    background-attachment: fixed;*/
/*    background-size: cover ;*/
/*    background-repeat: no-repeat;*/
/*    transition: 2.5s;*/
/*}*/

/*.body7,*/
/*.main-7::before {*/
/*    background: url("../img/Banners/Web/banner5-new.jpg");*/
/*    background-attachment: fixed;*/
/*    background-size: cover ;*/
/*    background-repeat: no-repeat;*/
/*    transition: 2.5s;*/
/*}*/
.bg-contain{
    background-size: contain!important;
    transition: 5s;
}
.filter-mobile {
    background-color: #1a1a1a;
    height: 42px;
    border-radius: 4px;
}

.tdr_logo {
    width: 140%;
}

.miniLogo {
    width: 60%;
}

.rrLogo {
    width: 85%;
}

.filter-mobile--options {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.mobile-filter-div {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-home {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0 !important;
}

.navbar {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}

.menu-img-div-close {
    width: 30px;
    margin-left: 5px;
}

.menu-btn-div {
    height: 60px;
}

.navbar-brand {
    width: 350px;
    height: 70px;
}

.navbar-brand img {
    margin-top: 5px;
}

.indicators {
    color: #fff;
    width: 50% !important;
    transition: 0.8s;
    font-size: 20px;
}

.indicators.active {
    color: #d51d7b;
    font-size: 22px;
    border-bottom: 5px solid #018cd1;
    width: 50%;
}

.bg-black {
    background: black;
    color: #fff;
}

.ui-text-light-heading {

    color: #f4f4f4;
    font-size: 100px;
}

.ui-text-light-heading.brands {

    color: #f4f4f4;
    font-size: 100px;
}

.about::before {
    content: 'ABOUT';
    color: #218dc4;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 85px;
    position: relative;
}

.brands-tag::before {
    content: 'brands';
    color: #218dc4;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 85px;
    text-transform: uppercase;
    position: relative;
}

.about-section h1 {
    color: #4d4d4d;
    font-size: 45px
}

.about-section p {
    color: #676767;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    width: 93%;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

.spl-text {
    font-weight: 500;
}

.spl-text span {
    font-size: 25px !important;
    font-weight: 600 !important;
    font-family: 'Oswald', sans-serif;
}

.career-text p {
    color: #707070;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

.about-img-div {
    width: 93%;
    height: 400px;
}

.about-img {
    width: 100%;
    height: 100%;
}

.main-section {
    margin-top: 100px;
}

.main-section-brands {
    margin-top: 100px;
}

.main-section-contacts {
    margin-top: 90px;
}

.about-text {
    width: 50%;
    margin-top: 0px;
    margin-right: .25rem;
}

.career-text {
    width: 50%;
    margin-top: 0px;
    margin-right: .25rem;
}

.about-text-2 {
    width: 50%;
    margin-top: 0px;
    margin-left: .25rem;
}

.brands-icon-img {
    width: 100%;
    height: 200px;
}

.brands-icon-img-div {
    width: 150px;
    height: 100px;
}

.brands-div {
    border: 0.5px solid #b3b0af6b;
}

.brands-block {
    border-top: 0.5px solid #b3b0af6b;
    border-left: 0.5px solid #b3b0af6b;
    border-right: 0.5px solid #b3b0af6b;
    border-bottom: 0.5px solid #b3b0af6b
}

.brand-row {
    border-bottom: 0.5px solid #e3dad640;
    margin: 0px !important;
}

.Stores h4 {
    color: #4d4d4d;
}

.btn:focus,
.btn:hover,
.dropdown-menu a,
.citys a {
    text-decoration: none !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.citys a {
    color: #b5b0b0;
    text-transform: capitalize;
    font-weight: 500;
}

.citys .nav-item .active,
.citys .nav-item .nav-link:hover {
    color: #ffffff !important;
}

.bg-gray {
    background: #1a1a1a;
    color: #fff;
    text-transform: uppercase;
}

.bg-white {
    background: #fff;
}

.location {
    font-family: 'Oswald', sans-serif;
    color: #585858;
    text-transform: uppercase;
}

.location i {
    color: #818181ba;
}

.locations-div {
    border-top: 1px solid #ddd;
    color: #a5a5a5;
    font-weight: 600;
}

.our-team {
    background-image: url(../img/team.jpg);
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px;
}

.contact {
    background-image: url("../img/Images/contact.jpg");
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.map {
    width: 100%;
    height: 600px
}


.team-mates-imd-div {
    width: 250px;
    height: auto;
    display: block !important;
    margin: auto;
}
.team-mates-imd-div-2 {
    width: 200px;
    height: auto;
    display: block !important;
    margin: auto;
}
.team-role {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.teammate-name {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.team-mate {
    width: auto;
}

.border-left {
    border-left: 1px solid #5d5d5d
}

.border-right {
    border-right: 1px solid #5d5d5d
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.staff {
    color: #707070;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    text-transform: capitalize;
}

.btn-staff {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    border-radius: 50px;
    background: #018cd1;
    width: 35%;
}

.location .item {
    font-size: 15px;
    color: #818181ba;
    font-weight: 600;
    line-height: 25px;
}

.address {
    width: 50%;
}

.career-content {
    padding-top: 1rem;
    padding: 1em;
}

.career-content .career-text {
    width: 75%
}

.address ul {
    padding-inline-start: 0px;
}

.dropdown-menu.show {
    display: block;
    background: #1a1a1a;
    color: #fff !important;
}

.dropdown-menu.show li {
    padding: 5px;
}

.dropdown-menu a {
    text-decoration: none !important;
    color: #fff;
    padding: 10px;
}

.filter {
    border-right: 1px solid #dee2e6 !important;
    width: 40%;
    border-bottom: 0px !important;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.filter .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #fff #dee2e6 #dee2e6;
    margin-right: -1px;
    font-weight: 600;
}

.tab-content>.active {
    height: auto;
    overflow: visible;
}

.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
}

.tab-content>.tab-pane {
    display: block !important;
    height: 0px;
    overflow: hidden;
}

.filter .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #fff #dee2e6 #dee2e6;
    margin-right: -1px;
    font-weight: 600;
}

.filter a {
    color: rgba(0, 0, 0, .87) !important;
    font-size: 16px;
}

.nav-item {
    padding: 0px 5px;
    cursor: pointer;
}

.tab-content>.tab-pane.active {
    visibility: visible;
}

.tab-content>.active {
    height: auto;
    overflow: visible;
}

.mobile-colunm {
    flex-direction: column;
    justify-content: center !important;
    align-items: flex-start !important;
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0.6;
    outline: 1px;
    z-index: 3;
    width: 17px;
    height: 17px;
    outline-color: #333;
}

.mobile-filter-div .fa {
    font-size: 20px;
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #008dd2;
    border-color: #008dd2;
}

.btn-blue {
    color: #fff;
    background-color: #008dd2;
    border-color: #008dd2;
}

.filter-nav {
    padding: 1rem;
}

.store-div {
    padding-top: 1.5rem;
    padding-bottom: 0px;
}

.store-img {
    padding: 0px;
}

.miniso {
    height: 150px;
}