@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:700&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    
    font-family: 'Open Sans', sans-serif;
}
/*>>>>>>>>>>Start About Page<<<<<<<<<<<<*/

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #167abd;
}
.collapse.show {
    opacity: 1;
}
/* .navbar .navbar-brand {
    background-color: #a5a5a5;
} */

.navbar .navbar-nav .nav-item {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
}

.navbar .navbar-nav .dropdown-menu {
    border: none;
    background: transparent;
    text-align: center;
    padding: 0;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  /*    font-size: 3.76vw;*/
  color: #818383;
  text-transform: uppercase;
}

.navbar-light .navbar-toggler {
  outline: none;
}


.content,
.partners-content,
.showroom-content {
    overflow-x: hidden;
}

.content .about-info,
.content .about-info-footer {
    width: 90%;
    margin-left: 5%;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 14px;
}

.content #about-info-footer,
.second {
    background-color: #167abd;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #cccbcb;
}

.content .about-info h1,
.partners-content .partners-info h1 {
    font-size: 25px;
    font-weight: bold;
}

.content .about-info p,
.partners-content .partners-info p,
.showroom-content .showroom-content-info p {
    color: #848484;
    line-height: 2;
}

.partners-content .partners-info p,
.showroom-content .showroom-content-info p {
    font-size: 14px;
}

.content .about-image {
    position: relative;
    margin-top: 2%;
    overflow: hidden;
}

.content .about-image .animated-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    
}
.bounce-out {
    animation: bounceOutDown 2000ms 2s forwards;
}

.scale-down {
        animation: scaleDown 2500ms 2s forwards;
}

.fade-in {
        animation: fadeIn 2000ms 2s forwards;
}

.pace {
    pointer-events: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    display: none;
}

.pace .pace-progress {
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    max-width: 400px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: grey;
}

.pace.pace-inactive {
    display: none;
}

#preloader {
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 100%;
    z-index: 99999;
    /* transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
    box-shadow: 0 0 0 rgba(0, 0, 0, .3);
}
.overlay {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 71, 71, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9999;
    opacity: 0;
    transition: all 500ms ease;
}
.overlay.active {
    z-index: 9999;
    opacity: 1;
}
#preloader.trans-page-out {
    bottom: -100%;
    top: auto;
}

#preloader.trans-page-out.active {
    bottom: 0;
}

#preloader.trans-page-in {
    top: 0;
}

.p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #969696;
}

/*>>>>>>>>>>End About Page<<<<<<<<<<<<*/

/*>>>>>>>>>>Start Partners Page<<<<<<<<<<<<*/

.partners-content .row:nth-child(2) {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.partners-content .partners-info {
    width: 90%;
    margin-left: 5%;
    padding-top: 30px;
    padding-bottom: 20px;
}

.partners-content .partners-brands {
    padding-top: 20px;
    padding-bottom: 20px;
}



/*>>>>>>>>>>End Partners Page<<<<<<<<<<<<*/

/*>>>>>>>>>>Start ShowRoom Page<<<<<<<<<<<<*/

.showroom-content {
    padding-top: 30px;
}

.showroom-content .showroom-content-info {
    width: 100%;
    height: 100%;
    position: relative;
    /*    background-color: #0ac;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    /*    text-align: center;*/
    justify-content: center;
}
.bounce-in {
    animation: bounceInLeft 1200ms forwards;
}

.showroom-content .showroom-content-info h1 {
    font-size: 30px;
    font-weight: bolder;
}

.showroom-content .showroom-content-info p {
    width: 70%;
    margin-left: 15%;
}

.showroom-content .my-slider {
    margin-right: -100%;
    margin-left: 3%;
    position: relative;
    /*    animation: bounceInRight 1000ms forwards;*/
}

.showroom-content .my-slider .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
}
.bounce-out-right {
        animation: bounceOutRight 3000ms 2s forwards;
}

.showroom-content .my-slider .item {
    height: 70vh;
    background-color: #0ac;
    -webkit-background-size: cover;
    background-size: cover;
}

.showroom-content .my-slider .item.first-item {
    background-image: url("../img/showroom/showroom-1.png");
}

.showroom-content .my-slider .item.second-item {
    background-image: url("../img/showroom/showroom-2.jpg");
}

.showroom-content .my-slider .item.third-item {
    background-image: url("../img/showroom/showroom-3.jpg");
}

.showroom-content .my-slider .item.fourth-item {
    background-image: url("../img/showroom/showroom-4.jpg");
}

.showroom-content .my-slider .item.fifth-item {
    background-image: url("../img/showroom/showroom-5.jpg");
}

.showroom-content .my-slider .item.sixth-item {
    background-image: url("../img/3.jpg");
}

.showroom-content .my-slider .item.last-slide-item {
    background: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 40px;
    margin-right: 20px;
    background-image: url("../img/previus-arrow.png") !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: 90%;
    background-position: 28% 10px;
    transition: all .3s ease-in-out;
    outline: none;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url("../img/next-arrow.png") !important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    opacity: .3;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    display: none !important;
}


/*>>>>>>>>>>End ShowRoom Page<<<<<<<<<<<<*/


/*>>>>>>>>>>Start Contact Page<<<<<<<<<<<<*/

.contact-content .contact-content-info {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*    -ms-align-items: center;*/
    /*    align-items: center;*/
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.contact-content .contact-content-info h1 {
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.contact-content .contact-content-info p {
    font-size: 14px;
    color: #848484;
    line-height: 2;
}

.contact-details {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    border-radius: 3px;
}

.contact-details > span {
    font-size: 13px;
    font-weight: bold;
}

.contact-details .input-group {
    border-bottom: 1px solid #c3c3c3;
}

.contact-details .input-group .input-group-prepend input {
    width: 10px;
}

.contact-details .input-group.last {
    margin-bottom: 20px;
}

.contact-details .input-group .input-group-prepend .input-group-text {
    border: none;
    background-color: transparent;
}

.contact-details .input-group label {
    line-height: 32px;
    margin-top: .5rem;
    margin-left: 5px;
    font-size: 12px;
    color: #c4c4c4;
}

.contact-details .contact-form h6,
.contact-details .contact-form .textarea-header {
    font-size: 13px;
}

.contact-details .contact-form h6 > span {
    color: red;
}

.contact-details .contact-form textarea {
    resize: none;
}

.contact-details .contact-form input::placeholder,
.contact-details .contact-form textarea::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, .3);
}

.btn-light {
    background-color: #dddddd;
}

.btn-light,
.btn-danger {
    padding: 12px 30px;
}

.btn-light i,
.btn-danger i {
    transform: rotate(45deg);
    margin-right: 7px;
}

.contact-details .contact-form .attach {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: #bcbcbc;
}

/*>>>>>>>>>>End Contact Page<<<<<<<<<<<<*/





/*>>>>>>>>>>Start Media Queries<<<<<<<<<<<<*/
@media (max-width:991px) {
    .navbar-light .navbar-toggler {
        z-index: 99999;
        background-color: #fff;
    }

    .navbar-collapse {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        background-image: url('../img/menu-bg.jpg');
        z-index: 9999;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        opacity: 0;
        transition: all 0.5s ease ;
    }

    .navbar-collapse .navbar-nav {
        height: 100%;
        text-align: center;
        justify-content: center;
        background-image: url('../img/menu-bg.jpg');
    }

    .navbar-collapse .navbar-nav .nav-item {
        font-size: 8.33vw;
        font-weight: 500;
        line-height: 1.46em;
    }

    .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #fff;
    }
}

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

    /*>>>>>>>>>>Start About Page<<<<<<<<<<<<*/

    .navbar .navbar-brand {
        margin-left: 105px;
        margin-top: 6px;
    }

    .navbar .navbar-nav {
        margin-top: 4px;
        margin-left: -5px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0 20px;
    }

    .navbar .navbar-nav .dropdown-menu {
        left: -20px;
        text-align: center;
    }

    .navbar .navbar-nav .dropdown-menu a {
        font-size: 13px;
        line-height: 1.16em;
        color: #818383;
    }

    .content .about-info,
    .content .about-info-footer {
        width: 50%;
        margin-left: 40%;
    }

    .content .about-info-footer,
    .second {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
    }

    /*>>>>>>>>>>End About Page<<<<<<<<<<<<*/

    /*>>>>>>>>>>Start Partners Page<<<<<<<<<<<<*/

    .partners-content .partners-info {
        width: 50%;
    }

    /*>>>>>>>>>>End Partners Page<<<<<<<<<<<<*/

    /*>>>>>>>>>>Start Contact Page<<<<<<<<<<<<*/

    .contact-content .contact-content-info h1 {
        font-size: 5.4em;
    }

    .contact-content .contact-details {
        padding-left: 50px;
    }

    /*>>>>>>>>>>End Contact Page<<<<<<<<<<<<*/

}

/*>>>>>>>>>>End Media Queries<<<<<<<<<<<<*/


.getIn {
    left: 0 !important;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Start Animations<<<<<<<<<<<<<<<<<<*/

@keyframes scaleDown {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}

@keyframes bounceOutDown {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

@keyframes bounceInLeft {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

@keyframes bounceInRight {
    from {
        right: -100%;
    }

    to {
        right: 0;
    }
}

@keyframes bounceOutRight {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes fadeIn {
    from {
        transform: scale(.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>End Animations<<<<<<<<<<<<<<<<<<*/

.nav--fullscreen  .sector-item {
  line-height: 30px;
}
.sector-item a:hover {
    text-decoration: none;
}
.nav__link:hover {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .sector-item {
        line-height: 20px !important;
    }
}
.header-bold,
.home-screen h1,
.home-screen h2 {
    font-family: 'Source Sans Pro' !important;
    font-weight: 700;
    letter-spacing: -2px;
}

.align-justify {
    text-align: justify;
}

.max-w-150 {
    max-width: 150px;
}

/* Sectors */
.nav-toggle--dark .nav-toggle__list__line {
    background-color: #fff !important;
}

.sect-link a {
    font-size: 1.47vw !important;
    line-height: 1.16em !important;
}
.sect-link {
    padding: 2px 0 !important;
}