/* Minification failed. Returning unminified contents.
(19,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(20,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(22,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semi-bold'
(26,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(28,23): run-time error CSS1039: Token not allowed after unary operator: '-font-regular'
(36,28): run-time error CSS1039: Token not allowed after unary operator: '-footer-background'
(42,34): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-25'
(50,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(51,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(53,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(57,23): run-time error CSS1039: Token not allowed after unary operator: '-font-light'
(85,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-normal'
(115,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(117,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(131,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(132,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(134,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(150,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-normal'
(180,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-light'
(184,22): run-time error CSS1039: Token not allowed after unary operator: '-footer-background'
(196,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(197,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(199,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semi-bold'
(205,23): run-time error CSS1039: Token not allowed after unary operator: '-font-light'
(222,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(223,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(225,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(280,28): run-time error CSS1039: Token not allowed after unary operator: '-footer-background'
(290,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(291,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(293,23): run-time error CSS1039: Token not allowed after unary operator: '-font-semi-bold'
(299,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-60'
 */
/*CAROUSEL*/
#banner {
    margin-top: 165px;
    padding: 0 50px;
}
#banner,
#banner .carousel-inner,
#banner .carousel-inner .carousel-item,
#banner .carousel-inner .carousel-item .carousel-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}
#banner .carousel-caption.middle {
    bottom: calc(50% - 137.5px);
}
#banner .carousel-caption .carousel-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 2.125rem;
    font-weight: var(--font-semi-bold);
    margin: 0 0 1rem 0;
}
#banner .carousel-caption .carousel-subtitle {
    color: var(--gray-text);
    font-size: 1.5rem;
    font-weight: var(--font-regular);
    margin: auto;
    width: 400px;
    margin-bottom: 2.5rem;
}
/*END CAROUSEL*/
/*SERVICES*/
#services {
    background-color: var(--footer-background);
    margin: 50px 50px 0 50px;
    padding: 50px 0;
}
#services .service-title-area {
    align-items: flex-start;
    border-right: 1px solid var(--gray-border-25);
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    padding: 0 20px;
}
#services .service-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.375rem;
    font-weight: var(--font-medium);
    margin-bottom: 20px;
}
#services .service-text {
    font-weight: var(--font-light);
    margin-bottom: 80px;
}
#services .link,
#featured .link,
#blog .blog-link {
    font-size: .875rem;
    -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;
}
#services .link i,
#featured .link i,
#blog .blog-link i{
    font-size: 0.625rem;
    margin-left: 0.2rem;
    -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;
}
#services .link:hover,
#featured .link:hover {
    border-bottom: 1px solid var(--primary-normal);
}
#services .link:hover i,
#featured .link:hover i {
    margin-left: 0.5rem;
}
#services .service-area-row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
#services .service-area-row:last-child {
    margin-bottom: 0;
}
#services .service-area-outter {
    width: 33.333333333333333333%;
}
#services .service-area-inner {
    display: block;
    margin: auto;
    width: 130px;
}
#services .service-area-icon {
    height: 50px;
    display: block;
    margin: auto;
    width: 50px;
}
#services .service-area-text {
    color: var(--black-title);
    font-size: 1rem;
    font-weight: var(--font-medium);
    margin-bottom: 1.875rem;
    text-align: center;
}
#services .btn-outline-primary {
    font-size: 0.875rem;
    padding: .375rem .75rem;
}
/*END SERVICES*/
/*FEATURED*/
#featured {
    padding: 100px 0 50px 0;
}
#featured .title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.625rem;
    font-weight: var(--font-medium);
    margin-bottom: 5rem;
    text-align: center;
}
#featured .swiper {
    margin-bottom: 50px;
}
#featured .featured-link {
    text-align: center;
    margin-bottom: 4rem;
}
#featured .featured-link .link {
    font-size: 0.875rem;
    transition: 0.15s all ease-in-out;
}
#featured .featured-link .link:hover {
    border-bottom: 1px solid var(--primary-normal);
}
#featured .featured-link .link i {
    font-size: 0.75rem;
}
.featured-box:nth-child(4n) {
    border-right: 0;
}
/*END FEATURED*/
/*SECONDARY*/
#secondary {
    margin: 100px 0;
}
#secondary .banner-box {
    align-items: center;
    display: flex;
    flex-flow: row;
    height: 500px;
    justify-content: space-between;
}
#secondary .banner-box .banner-details-outer {
    align-items: center;
    display: flex;
    flex-flow: column;
    height: 360px;
    justify-content: center;
    width: calc(50% + 85px);
    z-index: 1;
}
#secondary .banner-box .banner-details-outer:first-child {
    background: var(--primary-light);
    margin-right: -85px;
}
#secondary .banner-box .banner-details-outer:last-child {
    background: var(--footer-background);
    margin-left: -85px;
}
#secondary .banner-box .banner-details-outer .banner-details-inner {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 340px;
    z-index: 1;
}
#secondary .banner-box .banner-details-outer .banner-details-inner .banner-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.625rem;
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.25rem;
    text-align: center;
}
#secondary .banner-box .banner-details-outer .banner-details-inner .banner-subtitle {
    font-size: 1rem;
    font-weight: var(--font-light);
    text-align: center;
    margin-bottom: 2.5rem;
}
#secondary .banner-box .banner-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
}
/*END SECONDARY*/
/*BRANDS*/
#brands {
    padding: 35px 0 130px 0;
}
#brands .title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: var(--font-medium);
    margin-bottom: 3rem;
    text-align: center;
}
#brands .owl-carousel .owl-nav {
    margin: 0;
}
#brands .owl-carousel .owl-nav .owl-prev,
#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 {
    margin: 0;
    padding: 0;
    top: 40%;
}
#brands .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
#brands .owl-carousel .owl-nav .owl-next{
    right: -20px;
}
#brands .owl-carousel .owl-nav .owl-prev ion-icon,
#brands .owl-carousel .owl-nav .owl-next ion-icon {
    font-size: 20px;
}
#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 {
    align-items: center;
    display: flex;
}
#brands .owl-carousel .owl-item img {
    margin: auto;
    width: 110px;
}
/*END BRANDS*/
/*BLOG*/
#blog {
    background-color: var(--footer-background);
    padding: 40px 0;
}
#blog .container {
    border-bottom: 1px solid #35353560;
}
#blog .title-section {
    margin-bottom: 40px;
}
#blog .title-section .title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.625rem;
    font-weight: var(--font-semi-bold);
}
#blog .title-section .link {
    font-size: 0.875rem;
}
#blog .title-section .blog-link {
    border-bottom: 1px solid var(--gray-border-60);
}
/*END BLOG*/

/*RESPONSIVE*/
@media (max-width: 767px) {
    #banner .carousel-caption .carousel-title,
    #services .service-title,
    #secondary .banner-box .banner-details-outer .banner-details-inner .banner-title,
    #blog .title-section .title {
        font-size: 1.25rem;
    }
    #banner .carousel-caption .carousel-title {
        margin: 1.5rem 0 1rem 0;
    }
    #banner .carousel-caption .carousel-subtitle,
    #services .service-text,
    #secondary .banner-box .banner-details-outer .banner-details-inner .banner-subtitle {
        font-size: 1rem;
    }
    #banner,
    #banner .carousel-inner,
    #banner .carousel-inner .carousel-item {
        height: 100%;
    }
    #banner .carousel-inner .carousel-item .carousel-image {
        height: 150px;
        padding: 0;
    }
    #banner .carousel-inner .carousel-item .carousel-caption {
        height: 200px;
        padding: 0;
        position: relative;
        bottom: 0;
        left: 0;
    }
    #banner {
        padding: 0 1.25rem;
    }
    #services {
        margin: 0 1.25rem 0;
    }
    #services .service-title-area {
        border: none;
        padding: 0;
    }
    #services .service-title,
    #services .service-text {
        text-align: center;
        width: 100%;
    }
    #services .service-text {
        margin-bottom: 3rem;
    }
    #services .service-area-outter {
        width: 100%
    }
    #services .service-area-inner {
        width: 100%;
    }
    #featured {
        padding: 3rem 1.25rem 2rem 1.25rem;
    }
    #featured .title {
        margin-bottom: 3rem;
    }
    #featured .nav {
        flex-flow: row;
        display: flex;
        justify-content: flex-start;
    }
    #secondary {
        margin: 2rem 0;
    }
    #secondary .banner-box {
        flex-flow: column;
        margin-bottom: 3.25rem;
    }
    #secondary .banner-box:last-child {
        flex-flow: column-reverse;
        margin-bottom: 0;
    }
    #secondary .banner-box .banner-image,
    #secondary .banner-box .banner-details-outer{
        width: 100%;
    }
    #secondary .banner-box .banner-details-outer {
        margin: 0 !important;
        padding: 45px 25px;
    }
    #secondary .banner-box .banner-details-outer .banner-details-inner {
        width: 100%;
    }
    #secondary .banner-box .banner-details-outer .banner-details-inner .banner-title {
        margin-bottom: 2rem;
    }
    #brands {
        padding: 2rem 1.25rem 4rem 1.25rem;
    }
    #blog {
        padding: 0 1.25rem;
    }
    #blog .container {
        padding: 0 0 1.25rem 0;
    }
    #blog .title-section,
    #blog .blog-link {
        text-align: center;
    }
}
@media (min-width: 767px) {
    #blog .container {
        padding: 50px 0;
    }
}
/*XS TO MD*/
@media (max-width: 1199px) {
    #featured .featured-box:nth-child(2n) {
        border-right: 0;
    }
}
/*END RESPONSIVE*/
