/* Minification failed. Returning unminified contents.
(23,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(25,23): run-time error CSS1039: Token not allowed after unary operator: '-font-regular'
(29,17): run-time error CSS1039: Token not allowed after unary operator: '-green-normal'
(33,23): run-time error CSS1039: Token not allowed after unary operator: '-font-regular'
(38,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(55,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(157,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(158,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(167,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(168,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(180,24): run-time error CSS1039: Token not allowed after unary operator: '-green-normal'
(186,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-25'
(195,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(203,17): run-time error CSS1039: Token not allowed after unary operator: '-black-text'
(205,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(214,28): run-time error CSS1039: Token not allowed after unary operator: '-green-normal'
(249,23): run-time error CSS1039: Token not allowed after unary operator: '-font-light'
(257,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(259,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semibold'
(264,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(285,28): run-time error CSS1039: Token not allowed after unary operator: '-green-normal'
(286,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(318,28): run-time error CSS1039: Token not allowed after unary operator: '-black-background'
(321,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(334,23): run-time error CSS1039: Token not allowed after unary operator: '-font-light'
(340,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semibold'
(368,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(373,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(374,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(383,33): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(390,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(391,23): run-time error CSS1039: Token not allowed after unary operator: '-font-text'
(395,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(396,23): run-time error CSS1039: Token not allowed after unary operator: '-font-text'
(400,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(401,23): run-time error CSS1039: Token not allowed after unary operator: '-font-text'
(408,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(412,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(417,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(418,23): run-time error CSS1039: Token not allowed after unary operator: '-font-text'
(420,23): run-time error CSS1039: Token not allowed after unary operator: '-font-light'
(425,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(426,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(432,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(433,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(443,24): run-time error CSS1039: Token not allowed after unary operator: '-green-normal'
(470,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(471,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(477,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(478,23): run-time error CSS1039: Token not allowed after unary operator: '-font-text'
(492,32): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(500,21): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(505,21): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
 */
/*OWL SLIDER*/
#banner .owl-carousel .owl-item .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}
#banner .owl-carousel .owl-item .item-overlay {
    background: #25252566;
    height: 100%;
}
#banner .owl-carousel .owl-text-overlay {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    margin-top: 2rem;
    position: absolute;
    width: 450px;
}
#banner .owl-carousel .owl-title {
    font-family: var(--font-title);
    font-size: 2rem;
    font-weight: var(--font-regular);
    margin-bottom: 2rem;
}
#banner .owl-carousel .owl-title span{
    color: var(--green-normal);
}
#banner .owl-carousel .owl-subtitle {
    font-size: 1.0625rem;
    font-weight: var(--font-regular);
    margin-bottom: 2rem;
}

#banner .owl-carousel .dark-mode .owl-title {
    color: var(--black-title);
}
#banner .owl-carousel .light-mode .owl-title {
    color: white;
}
#banner .owl-carousel .dark-mode .owl-subtitle {
    color: rgba(143, 143, 143, 0.8);
}
#banner .owl-carousel .light-mode .owl-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

#banner .owl-carousel .owl-nav,
#brands .owl-carousel .owl-nav {
    margin: 0;
}
#banner .owl-carousel .owl-dots {
    background-color: var(--gray-background);
    margin: 0;
}
#banner .owl-carousel .owl-nav .owl-prev,
#brands .owl-carousel .owl-nav .owl-prev,
#banner .owl-carousel .owl-nav .owl-next,
#brands .owl-carousel .owl-nav .owl-next {
    background: transparent;
    border: none;
    display: block !important;
    position: absolute;
    top: 50%;
}
#brands .owl-carousel .owl-nav .owl-prev,
#brands .owl-carousel .owl-nav .owl-next {
    top: 40%;
}
#banner .owl-carousel .owl-nav .owl-prev {
    left: 25px;
} 
#banner .owl-carousel .owl-nav .owl-next {
    right: 25px;
}
#brands .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
#brands .owl-carousel .owl-nav .owl-next{
    right: -20px;
}
#banner .owl-carousel .owl-nav .owl-prev ion-icon,
#banner .owl-carousel .owl-nav .owl-next ion-icon,
#brands .owl-carousel .owl-nav .owl-prev ion-icon,
#brands .owl-carousel .owl-nav .owl-next ion-icon {
    font-size: 30px
}
#banner .owl-carousel .dark-mode.owl-nav .owl-prev ion-icon,
#banner .owl-carousel .dark-mode.owl-nav .owl-next ion-icon {
    color: rgba(143, 143, 143, 0.5);
}
#banner .owl-carousel .light-mode.owl-nav .owl-prev ion-icon,
#banner .owl-carousel .light-mode.owl-nav .owl-next ion-icon {
    color: rgba(255, 255, 255, 0.5);
}
#banner .owl-carousel .dark-mode.owl-nav .owl-prev:hover ion-icon,
#banner .owl-carousel .dark-mode.owl-nav .owl-next:hover ion-icon {
    color: rgba(143, 143, 143, 1);
}
#banner .owl-carousel .light-mode.owl-nav .owl-prev:hover ion-icon,
#banner .owl-carousel .light-mode.owl-nav .owl-next:hover ion-icon {
    color: rgba(255, 255, 255, 1);
}
#brands .owl-carousel .owl-nav .owl-prev ion-icon,
#brands .owl-carousel .owl-nav .owl-next ion-icon {
    color: rgba(143, 143, 143, 0.7);
}
#brands .owl-carousel .owl-nav .owl-prev:hover ion-icon,
#brands .owl-carousel .owl-nav .owl-next:hover ion-icon {
    color: rgba(143, 143, 143, 1);
}
#brands .owl-carousel {
    align-items: center;
    display: flex;
    justify-content: center
}
#brands .owl-carousel .owl-stage-outer {
    width: calc(100% - 58px);
}
/*END OWL SLIDER*/
/*BRANDS*/
#brands {
    position: relative;
    top: -100px;
    z-index: 10;
}
#brands .container {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    padding: 1rem;
}
#brands .owl-stage {
    display: flex;
}
#brands .item {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
#brands .img-fluid {
    margin: 1rem 0;
    max-width: 160px;
    transition: filter 0.25s linear;
}
/*END BRANDS*/
/*FEATURED*/
#featured {
    padding: 5rem 0;
}
#featured .section-title-area {
    padding: 0 0 1rem 0;
}
#featured .section-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.6875rem;
    margin: 0 0 2rem 0;
    text-transform: uppercase;
}
#featured .section-title-area .btn-link {
    font-size: 1rem;
}
#featured .section-link {
    border-bottom: 1px solid var(--gray-text);
    color: var(--black-title);
    font-size: 1rem;
    position: absolute;
    text-transform: none;
    transition: all .15s ease-in-out;
    right: 0;
}
#featured .section-link i {
    font-size: 0.8rem;
    margin-left: 0.25rem;
}
#featured .section-link:hover {
    border-color: var(--green-normal);
}
/*END FEATURED*/
/*TABS*/
.nav {
    align-items: center;
    border-bottom: 1px solid var(--gray-border-25);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.nav .nav-item {

}
.nav .nav-item .nav-link {
    color: var(--gray-text);
    font-size: 0.875rem;
    padding: 0 4rem;
}
.nav .nav-item .nav-link:first-child {
    padding-left: 0;
}
.nav .nav-item .nav-link.active {
    color: var(--black-text);
    font-size: 1rem;
    font-weight: var(--font-medium);
}
.nav .nav-item .nav-link:after {
    content: "";
    position: relative;
    display: block;
    bottom: -1px;
    margin: auto;
    margin-top: auto;
    background-color: var(--green-normal);
    opacity: 0;
    height: 3px;
    width: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}
.nav .nav-item .nav-link.active:after,
.nav .nav-item .nav-link:hover:after {
    opacity: 1;
    width: calc(100%);
}
/*END TABS*/
/*SERVICES*/
#services {
    padding-bottom: 5rem;
}
#services .service-box,
#services .service-box-2 {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
}
#services .service-box .title {
    font-size: 1.625rem;
    margin: 0;
}
#services .service-box .text {
    font-size: 1.125rem;
    font-weight: var(--font-light);
}
#services .img-fluid {
    height: 60px;
    margin: 1rem 0;
    width: 60px;
}
#services .title {
    font-family: var(--font-title);
    font-size: 0.9rem;
    font-weight: var(--font-semibold);
    margin: 1rem 0;
    text-transform: uppercase;
}
#services .text {
    color: var(--gray-text);
    font-size: 1rem;
}
/*SERVICES*/
/*ABOUT US*/
#about {

}
#about a{
    align-items: center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    padding: 0 1.5rem;
    width: 2rem;
}
#about a.link-1:hover,
#about a.link-2:hover{
    background-color: var(--green-normal);
    color: var(--white-text);
    text-decoration: none;
}
#about a.link-1 {
    background-image: url("/Assets/Home/arrow-right-white.svg");
}
#about a.link-2 {
    background-image: url("/Assets/Home/arrow-right-black.svg");
}
#about a.link-2:hover {
    background-image: url("/Assets/Home/arrow-right-white.svg");
}
#about .image {
    width: 50%;
}
#about .image.image-1 {
    background: url(/Assets/Home/about_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about .image.image-2 {
    background: url(/Assets/Home/about_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about .content {
    display: flex;
    width: 50%;
}
#about .content.content-1 {
    background-color: var(--black-background);
}
#about .content.content-2 {
    background-color: var(--gray-background);
}
#about .content .content-box {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    height: 425px;
    justify-content: center;
    padding: 0 5rem;
    width: calc(100% - 2rem);
}
#about .content .title {
    font-size: 1.8125rem;
    font-weight: var(--font-light);
    margin: 0;
    text-transform: uppercase;
}
#about .content .subtitle {
    font-size: 1.8125rem;
    font-weight: var(--font-semibold);
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}
#about .content .text {
    font-size: 1rem;
    margin-bottom: 0;
}
#about .content.content-1 .title,
#about .content.content-1 .subtitle {
    color: #FFFFFF;
}
#about .content.content-1 .text {
    color: #BABABA;
}
#about .content.content-2 .title,
#about .content.content-2 .subtitle {
    color: #000000;
}
#about .content.content-2 .text {
    color: #BABABA;
}
/*END ABOUT US*/
/*NEWS*/
#news {
    padding: 5rem 0;
}
#news .section-title-area {
    border-bottom: 1px solid var(--gray-border);
    padding: 0 0 1rem 0;
    margin-bottom: 70px;
}
#news .section-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.6875rem;
    margin: 0;
    text-transform: uppercase;
}
#news .section-title-area .btn-link {
    font-size: 1rem;
}
#news .section-title-area .swiper-division {
    border-left: 1px solid var(--gray-border);
    height: 30px;
}
#news .blog-section {
    padding: 0 5rem;
}
#news .swiper-slide .title {
    color: var(--black-title);
    font-family: var(--font-text);
    font-size: 1.125rem;
}
#news .swiper-slide .text {
    color: var(--gray-text);
    font-family: var(--font-text);
    font-size: 1rem;
}
#news .swiper-slide .text > * {
    color: var(--gray-text);
    font-family: var(--font-text);
    font-size: 1rem;
    margin: 0;
}
/*NEWS*/
/*BLOG*/
#blog {
    background-color: var(--gray-background);
    padding: 5rem 0;
}
#blog .section-title-area {
    border-bottom: 1px solid var(--gray-border);
    padding: 0 0 1rem 0;
    margin-bottom: 70px;
}
#blog .section-title {
    color: var(--gray-text);
    font-family: var(--font-text);
    font-size: 1.1875rem;
    font-weight: var(--font-light);
    margin: 0;
    text-transform: uppercase;
}
#blog .section-subtitle {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.6875rem;
    margin: 0;
    text-transform: uppercase;
}
#blog .section-link {
    border-bottom: 1px solid var(--gray-text);
    color: var(--black-title);
    font-size: 1rem;
    text-transform: none;
    transition: all .15s ease-in-out;
}
#blog .section-link i {
    font-size: 0.8rem;
    margin-left: 0.25rem;
}
#blog .section-link:hover {
    border-color: var(--green-normal);
}
#blog .blog-section .blog-item {
    margin-bottom: 2rem;
}
#blog .blog-section .blog-item:first-child {
    padding-left: 0;
}
#blog .blog-section .blog-item:last-child {
    padding-right: 0;
}
#blog .blog-image-parent {
    height: 200px;
    overflow: hidden;
}
#blog .blog-image-parent:hover .blog-image-child,
#blog .blog-image-parent:focus .blog-image-child {
    transform: scale(1.05);
}
#blog .blog-image-child {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
#blog .blog-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
#blog .blog-text {
    color: var(--gray-text);
    font-family: var(--font-text);
    font-size: 1rem;
    margin-top: 20px;
}
/*END BLOG*/
/*RESPONSIVE*/
/*MOBILE ONLY*/
@media (max-width: 767px) {
    #banner .owl-carousel .owl-item .item {
        background-position: right top;
        background-size: auto 400px;
    }
    #banner .owl-carousel .owl-text-overlay {
        align-items: center;
        background-color: var(--gray-background);
        bottom: 0;
        height: 300px;
        margin: 0 -15px;
        padding: 15px;
        width: 100%;
    }
    #banner .owl-carousel .light-mode .owl-title {
        color: var(--black-title);
        font-size: 1.6rem;
        text-align: center;
    }
    #banner .owl-carousel .light-mode .owl-subtitle {
        color: var(--gray-text);
        text-align: center;
    }
    #brands {
        top: 0;
    }
    #brands .owl-carousel .owl-stage-outer {
        width: 100%;
    }
    #services {
        padding: 5rem 0;
    }
    #about .content .content-box {
        padding: 1rem;
    }
    #about .content .title {
        font-size: 1.5rem;
    }
    #about .content .subtitle {
        font-size: 1.5rem;
    }
    #news .blog-section {
        padding: 0 15px;
    }
    #blog .blog-item:nth-last-child(-n+2) {
        display: none;
    }
    .section-title-area {
        margin-left: 0;
        margin-right: 0;
    }
}
/*MOBILE & TABLET*/
@media (max-width: 991px) {
    #services .service-box {
        padding-bottom: 4rem;
    }
    #services .service-box,
    #services .service-box-2 {
        align-items: center;
    }
    #services .title,
    #services .text {
        text-align: center;
    }
    #about .image,
    #about .content {
        width: 100%;
    }
    #about .image,
    #about .content .content-box {
        height: 300px;
    }
    #about a {
        padding: 0;
    }
    #blog .blog-section .blog-item:first-child {
        padding-left: 15px;
    }
    #blog .blog-section .blog-item:last-child {
        padding-right: 15px;
    }
}
/*END RESPONSIVE*/
