
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600');

.font-oswald {
    font-family: 'Oswald', sans-serif !important;
}
p.font-oswald,
h6.font-oswald,
h5.font-oswald,
h4.font-oswald,
h3.font-oswald,
h2.font-oswald,
h1.font-oswald{
    font-family: 'Oswald', sans-serif !important;
}
/*
* Section - Home
*/
/** BG Image */
#home {
    background-image: url("");
}

#home {
    height: 980px !important;
}

#mProjects {
    background-image: url("");
}

#mProjects {
    height: 580px !important;
}

#history {
    background-image: url("");
}

#history {
    height: 580px !important;
}

#services {
    background-image: url("");
}

#services {
    height: 580px !important;
}
#aboutus {
    background-image: url("");
}
/*
*Background for carousel
*/
.parallax-slider {
    position: relative;
}

.slider-wrapper {
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slide {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: inline-block;
    width: 100%;
    min-height: 720px !important;
    height: 69rem !important;
    max-height: 100%;
    flex-shrink: 0;
    transition: 0.9s ease-in-out transform;
    backface-visibility: hidden;
}

.slide-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

    .slide-indicator ol {
        display: inline-block;
    }

    .slide-indicator li {
        display: inline-block;
        height: 20px;
        width: 20px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

        .slide-indicator li:hover {
            background: #f16876;
        }

        .slide-indicator li.active {
            background: #f16876;
        }

.slide::before {
    content: "";
    display: inline-block;
    height: 50%;
}

.content {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    transform: translate(-5px);
}

.caption {
    padding: 20px;
    transition: 0.4s;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translatey(200%);
}

    .caption h1 {
        font-size: 60px;
        font-weight: 700;
    }

.slide-active .caption {
    transform: translatey(0);
    opacity: 1;
}

.home {
    position: relative;
}

/*Carousel Home
#home-bg-slider .flickity-slider,
#home-bg-slider .flickity-slider,
#home-bg-slider .flickity-slider,
#home-bg-slider .flickity-slider,*/
#home-bg-slider .flickity-slider {
    position: relative !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Turn off parallax scrolling for tablets and phones 
#home-bg-slider .flickity-slider,
    #home-bg-slider .flickity-slider,
    #home-bg-slider .flickity-slider,
    #home-bg-slider .flickity-slider,*/
@media only screen and (max-device-width: 1024px) {
    #home-bg-slider .flickity-slider {
        background-attachment: scroll !important;
    }
}

#home-bg-slider {
    background-color: transparent !important;
}

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(1) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(2) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(3) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(4) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(5) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(6) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(7) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(8) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }

    #home-bg-slider .flickity-slider > .carousel-cell:nth-child(9) {
        background: url("");
        min-height: 100%;
        background-color: transparent !important;
    }
/*
*Overwrite for carousel css
*/
.carousel-custom .flickity-page-dots .dot {
    opacity: .5 !important;
}

    .carousel-custom .flickity-page-dots .dot.is-selected {
        background: #ef494d !important;
    }

@media (max-width: 991px) {
    .d-sm-xs-none {
        display: none;
    }
}

.flickity-prev-next-button {
    opacity: .2;
}
/*
*Add on css
*/

.bg-gray-lighter {
    background-color: #f6f6f6 !important;
}

.btn.btn-outline {
    border: 2px solid #fff !important;
}

    .btn.btn-outline:hover,
    .btn.btn-outline:focus,
    .btn.btn-outline:active {
        border: 2px solid #EF494D !important;
        background: rgba(239, 73, 77, 0.4);
    }

.bg-red-logo {
    background-color: #C7202F !important;
}

.bg-black-light-logo {
    background-color: #3A3A3C !important;
}

.text-extra-large {
    font-size: 1.325rem !important;
    line-height: 1.688rem !important;
}
/*
 *Timeline History
*/
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #F7F7F7;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

    /* Container around content */
    .timeline .timeline-container {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%;
    }

        /* The circles on the timeline */
        .timeline .timeline-container::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            right: -13px;
            background-color: #C7202F;
            border: 4px solid #F7F7F7;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

    /* Place the container to the left */
    .timeline .left {
        left: 0;
    }

    /* Place the container to the right */
    .timeline .right {
        left: 50%;
    }

    /* Add arrows to the left container (pointing right) */
    .timeline .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid #F7F7F7;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #F7F7F7;
    }

    /* Add arrows to the right container (pointing left) */
    .timeline .right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid #F7F7F7;
        border-width: 10px 10px 10px 0;
        border-color: transparent #F7F7F7 transparent transparent;
    }

    /* Fix the circle for containers on the right side */
    .timeline .right::after {
        left: -13px;
    }

    /* The actual content */
    .timeline .content {
        padding: 20px 30px;
        background-color: #F7F7F7;
        position: relative;
        border-radius: 6px;
    }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline .timeline-container::before {
            left: 60px;
            border: medium solid #F7F7F7;
            border-width: 10px 10px 10px 0;
            border-color: transparent #F7F7F7 transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timeline .left::after, .timeline .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timeline .right {
        left: 0%;
    }
}

/*
*map
*/
.map {
    min-width: 300px;
    min-height: 500px;
    width: 100%;
    height: 100%;
}

/*
*teams
*/
.h-120 {
    min-height: 120px !important;
}

/*
*Thank you page
*/

.cf:after, .cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

* {
    box-sizing: border-box
}

.site-header {
    margin: 0 auto;
    padding: 80px 0 0;
    max-width: 820px
}

.site-header__title {
    margin: 0;
    font-family: Montserrat,sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.main-content {
    margin: 0 auto;
    max-width: 820px
}

.main-content__checkmark {
    font-size: 4.0625rem !important;
    line-height: 1;
    color: #24b663
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1rem;
    line-height: 1.4
}

.site-footer {
    margin: 0 auto;
    padding: 80px 0 25px;
    padding: 0;
    max-width: 820px
}

.site-footer__fineprint {
    font-size: .9375rem;
    line-height: 1.3;
    font-weight: 300
}

@media only screen and (min-width:40em) {
    .site-header {
        padding-top: 150px
    }

    .site-header__title {
        font-size: 6.25rem
    }

    .main-content__checkmark {
        font-size: 9.75rem
    }

    .main-content__body {
        font-size: 1.25rem
    }

    .site-footer {
        padding: 145px 0 25px
    }

    .site-footer__fineprint {
        font-size: 1.125rem
    }
}

/*new parallax*/
.parallax-panel-head {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax-panel {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax-panel-head.first {
    background-image: url(/Content/assets/images/IMG_0053.JPG);
}

.parallax-panel.first {
    background-image: url(/Content/assets/images/IMG_0053.JPG);
}

.parallax-panel.second {
    background-image: url('/Content/assets/images/101711-EMH-EV Mod Rav4-06.JPG');
}

.parallax-panel.third {
    background-image: url(/Content/assets/images/AdobeStock_67947465.jpeg);
}

.parallax-panel.fourth {
    background-image: url(/Content/assets/images/AdobeStock_90602066.jpeg);
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .parallax-panel, .parallax-panel-head {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-attachment: unset;
        background-size: cover;
    }

    .block-with-text {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 190px;
        margin: 0 auto;
        line-height: 1;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .carousel-custom .flickity-page-dots .dot {
        display: none;
    }
}

@media only screen and (max-width : 1355px) {
    html {
        overflow-x: hidden
    }
}
/*End parallax*/
/*Media queries*/
@media screen and (max-width: 600px) {
    [data-aos] {
        opacity: 1 !important;
        transform: translate(0) scale(1) !important;
    }

    #navigation .dropdown-menu {
        border: none !important;
    }
}

/*Dropdown menu*/


#navigation .dropdown-menu {
    color: #222 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 0.688rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    #navigation .dropdown-menu a:hover {
        background: #C71F2F;
        color: #fff;
    }


/*Products and services*/
.h-667 {
    min-height: 667px;
}

.card-img-top,
.card {
    border-radius: 0 !important;
    border: none;
    cursor: pointer
}

.card-thumbnail {
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -moz-transform: translate(-50%,-50%); /* Firefox */
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -o-transform: translate(-50%,-50%); /* Opera */
    transform: translate(-50%,-50%);
    display: initial;
}


.card .card-title {
    position: relative;
    border-top: 2px solid rgba(255,255,255, .5);
    width: 100%;
}

.card.card-warning .card-title:before {
    background: #FF9600;
}

.card.card-info .card-title:before {
    background: #54C7FC;
}

.card.card-danger .card-title:before {
    background: #FF3D00;
}

.card.card-success .card-title:before {
    background: #44DB5E;
}

.card .card-title:before {
    content: '';
    width: 72px;
    height: 2px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all .5s;
    display: block;
}

.card:hover .card-title:before {
    width: 100%;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem 0 1.25rem 3.25rem;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.card-img-overlay-wrap {
    top: 18rem !important;
    position: relative
}


.card-category p {
    margin-top: -1.500rem;
}

.image {
    width: 100%;
    height: 100%;
}

    .image img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -o-transition: all 1s ease; /* IE 9 */
        -ms-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        min-height: 498px;
        width: 100%;
        object-fit: cover;
    }

    .image:hover img {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }
/*Carousel Products and Services*/
#carousel-work .flickity-prev-next-button {
    display: none;
}

#carousel-work .carousel-image {
    min-height: 740px;
}

    #carousel-work .carousel-image img {
        min-height: inherit;
        object-fit: cover;
        max-width: 61.500%
    }

#carousel-work .inner-content {
    max-height: 50% !important;
}

#carousel-work .inner-content {
    min-height: 75%;
    margin-top: 5rem;
}

.carousel-custom-control.custom-control-position {
    top: 5rem;
}

    .carousel-custom-control.custom-control-position .control-wrap {
        left: 45.600%
    }

.carousel-custom-control .control-wrap, .carousel-custom-control .control-wrap .control-next {
    top: 64px !important;
    left: 0;
}

@media screen and (max-width: 1200px) {
    #carousel-work .carousel-image img {
        max-width: 100%;
    }

    #carousel-work .inner-content {
        min-height: unset;
        margin-top: unset;
    }

    .carousel-custom-control.custom-control-position {
        top: unset;
    }

        .carousel-custom-control.custom-control-position .control-wrap {
            left: unset
        }

    .carousel-custom-control .control-wrap, .carousel-custom-control .control-wrap .control-next {
        top: unset !important;
        left: unset;
    }
}

/*Carousel Products and services ii*/
#prod-services .container-fluid {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

#carousel-work-details .flickity-prev-next-button {
    display: none;
}

#carousel-work-details .carousel-image {
    min-height: 740px;
}

    #carousel-work-details .carousel-image img {
        min-height: inherit;
        object-fit: cover;
        max-width: 61.500%;
        float: right;
    }

#carousel-work-details .inner-content {
    max-height: 50% !important;
}

#carousel-work-details .inner-content {
    min-height: 75%;
    margin-top: 5rem;
}
#carousel-work-details .inner-content .details{
 text-align: left;
}
@media screen and (max-width: 1200px) {
    #prod-services .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #carousel-work-details .carousel-image img {
        max-width: 100%;
        float: unset;
    }

    #carousel-work-details .inner-content {
        min-height: unset;
        margin-top: unset;
    }

    #products1 div.row {
        margin-top: unset;
    }

    #products1 div.bg-green-dark {
        float: none;
        margin-top: 5rem;
    }
}
/*Products1*/
.bg-green-dark {
    background-color: #263238 !important;
}

#products1 {
    background-image: url("/Content/assets/images/IMG_0053.JPG");
    height: 80vh
}

    #products1 div.row {
        margin-top: -14em;
    }

    #products1 div.bg-green-dark {
        float: right
    }


@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
body,
html {
    color: #000;
    font-family: "Roboto", sans-serif;
    height: 100%;
    letter-spacing: .025rem
}

a,
a:active,
a:hover,
a:focus {
    text-decoration: none
}

a:focus {
    outline: none!important
}

a[href^=tel] {
    color: inherit
}

.bg-black {
    background-color: #000000!important
}

.bg-black-light-logo {
    background-color: #3A3A3C!important
}

.bg-black-light {
    background-color: #20222b!important
}

.bg-gray {
    background-color: #fafafa!important
}

.bg-gray-light {
    background-color: #fcfcfc!important
}

.bg-gray-dark {
    background-color: #666666!important
}

.bg-white {
    background-color: #ffffff!important
}

.bg-blue {
    background-color: #016cff!important
}

.bg-green {
    background-color: #0baf4e!important
}

.bg-green-2 {
    background-color: #30c291!important
}

.bg-orange {
    background-color: #f9461d!important
}

.bg-orange-2 {
    background-color: #f26702!important
}

.bg-pink {
    background-color: #ff1a56!important
}

.bg-purple {
    background-color: #aa2e85!important
}

.bg-red {
    background-color: #ef494d!important
}

.bg-red-logo {
    background-color: #C7202F!important
}

.bg-yellow {
    background-color: #FCA637!important
}

.bg-cover {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative
}

.bg-parallax {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 150%;
    overflow: hidden;
    position: relative;
    width: 100%;
    top: -75%
}

.bg-overlay-black-1,
.bg-overlay-black-2,
.bg-overlay-black-3,
.bg-overlay-black-4,
.bg-overlay-black-5,
.bg-overlay-black-6,
.bg-overlay-black-7,
.bg-overlay-black-8,
.bg-overlay-black-9,
.bg-overlay-gray-1,
.bg-overlay-gray-2,
.bg-overlay-gray-3,
.bg-overlay-gray-4,
.bg-overlay-gray-5,
.bg-overlay-gray-6,
.bg-overlay-gray-7,
.bg-overlay-gray-8,
.bg-overlay-gray-9 {
    position: relative
}

.bg-overlay-black-1:before,
.bg-overlay-black-2:before,
.bg-overlay-black-3:before,
.bg-overlay-black-4:before,
.bg-overlay-black-5:before,
.bg-overlay-black-6:before,
.bg-overlay-black-7:before,
.bg-overlay-black-8:before,
.bg-overlay-black-9:before,
.bg-overlay-gray-1:before,
.bg-overlay-gray-2:before,
.bg-overlay-gray-3:before,
.bg-overlay-gray-4:before,
.bg-overlay-gray-5:before,
.bg-overlay-gray-6:before,
.bg-overlay-gray-7:before,
.bg-overlay-gray-8:before,
.bg-overlay-gray-9:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bg-overlay-black-1:before {
    background: rgba(0, 0, 0, .1)!important
}

.bg-overlay-black-2:before {
    background: rgba(0, 0, 0, .2)!important
}

.bg-overlay-black-3:before {
    background: rgba(0, 0, 0, .3)!important
}

.bg-overlay-black-4:before {
    background: rgba(0, 0, 0, .4)!important
}

.bg-overlay-black-5:before {
    background: rgba(0, 0, 0, .5)!important
}

.bg-overlay-black-6:before {
    background: rgba(0, 0, 0, .6)!important
}

.bg-overlay-black-7:before {
    background: rgba(0, 0, 0, .7)!important
}

.bg-overlay-black-8:before {
    background: rgba(0, 0, 0, .8)!important
}

.bg-overlay-black-9:before {
    background: rgba(0, 0, 0, .9)!important
}

.bg-overlay-gray-1:before {
    background: rgba(37, 37, 37, .1)!important
}

.bg-overlay-gray-2:before {
    background: rgba(37, 37, 37, .2)!important
}

.bg-overlay-gray-3:before {
    background: rgba(37, 37, 37, .3)!important
}

.bg-overlay-gray-4:before {
    background: rgba(37, 37, 37, .4)!important
}

.bg-overlay-gray-5:before {
    background: rgba(37, 37, 37, .5)!important
}

.bg-overlay-gray-6:before {
    background: rgba(37, 37, 37, .6)!important
}

.bg-overlay-gray-7:before {
    background: rgba(37, 37, 37, .7)!important
}

.bg-overlay-gray-8:before {
    background: rgba(37, 37, 37, .8)!important
}

.bg-overlay-gray-9:before {
    background: rgba(37, 37, 37, .9)!important
}

.border {
    border: 1px solid rgba(0, 0, 0, .1)
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.border-thick {
    border-width: 2px!important
}

.border-medium-thick {
    border-width: 3px!important
}

.border-extra-thick {
    border-width: 4px!important
}

.border-x-0 {
    border-left: 0!important;
    border-right: 0!important
}

.border-y-0 {
    border-bottom: 0!important;
    border-top: 0!important
}

.border-black {
    border-color: #000000!important
}

.border-black-light {
    border-color: #20222b!important
}

.border-gray {
    border-color: #fafafa!important
}

.border-gray-light {
    border-color: #fcfcfc!important
}

.border-gray-dark {
    border-color: #666666!important
}

.border-white {
    border-color: #ffffff!important
}

.border-blue {
    border-color: #016cff!important
}

.border-green {
    border-color: #0baf4e!important
}

.border-green-2 {
    border-color: #30c291!important
}

.border-orange {
    border-color: #f9461d!important
}

.border-orange-2 {
    border-color: #f26702!important
}

.border-pink {
    border-color: #ff1a56!important
}

.border-purple {
    border-color: #aa2e85!important
}

.border-red {
    border-color: #ef494d!important
}

.box-shadow {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05)
}

.box-shadow-shallow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0, 0, 0, .2)
}

.btn-white,
.btn-hover-white:hover {
    color: #000000!important
}

.btn,
.btn:hover,
.btn:focus {
    color: #fff
}

.btn-white.btn-hover-black:hover,
.btn-white.btn-hover-black-light:hover,
.btn-white.btn-hover-gray:hover,
.btn-white.btn-hover-gray-light:hover,
.btn-white.btn-hover-gray-dark:hover,
.btn-white.btn-hover-white:hover,
.btn-white.btn-hover-blue:hover,
.btn-white.btn-hover-green:hover,
.btn-white.btn-hover-green-2:hover,
.btn-white.btn-hover-orange:hover,
.btn-white.btn-hover-orange-2:hover,
.btn-white.btn-hover-pink:hover,
.btn-white.btn-hover-purple:hover,
.btn-white.btn-hover-red:hover {
    color: #ffffff!important
}

.btn-shadow,
.btn-shadow:focus {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3)!important
}

.btn {
    border: none!important;
    cursor: pointer;
    font-size: .875rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: .093rem;
    margin-right: 1rem;
    outline: 0;
    padding: .75rem 1.375rem;
    text-transform: uppercase
}

.btn:focus {
    box-shadow: none
}

.btn-circle {
    border-radius: 50%!important
}

.btn-icon {
    height: 37px;
    line-height: 37px;
    width: 37px;
    padding: 0!important
}

.btn-icon i {
    margin: 0!important
}

.btn i {
    margin-right: .187rem
}

.btn-shadow:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 3px 8px rgba(0, 0, 0, .3)!important
}

.btn-extra-small {
    font-size: .625rem;
    padding: .625rem .75rem .5rem;
    margin-right: .75rem
}

.btn-extra-small.btn-icon {
    height: 30px;
    line-height: 31px;
    width: 30px
}

.btn-small {
    font-size: .75rem;
    padding: .625rem .875rem;
    margin-right: .75rem
}

.btn-small.btn-icon {
    height: 35px;
    line-height: 36px;
    width: 35px
}

.btn-medium {
    font-size: .875rem;
    padding: .75rem 1.375rem
}

.btn-medium.btn-icon {
    height: 41px;
    line-height: 42px;
    width: 41px
}

.btn-large {
    font-size: 1rem;
    padding: 1.125rem 1.875rem
}

.btn-large.btn-icon {
    height: 56px;
    line-height: 57px;
    width: 56px
}

.btn-extra-large {
    font-size: 1.125rem;
    padding: 1.25rem 2.188rem
}

.btn-extra-large.btn-icon {
    height: 62px;
    line-height: 64px;
    width: 62px
}

.btn-black {
    background-color: #000000!important
}

.btn-black-light {
    background-color: #20222b!important
}

.btn-gray {
    background-color: #fafafa!important
}

.btn-gray-light {
    background-color: #fcfcfc!important
}

.btn-gray-dark {
    background-color: #666666!important
}

.btn-white {
    background-color: #ffffff!important
}

.btn-blue {
    background-color: #016cff!important
}

.btn-green {
    background-color: #0baf4e!important
}

.btn-green-2 {
    background-color: #30c291!important
}

.btn-orange {
    background-color: #f9461d!important
}

.btn-orange-2 {
    background-color: #f26702!important
}

.btn-pink {
    background-color: #ff1a56!important
}

.btn-purple {
    background-color: #aa2e85!important
}

.btn-red {
    background-color: #ef494d!important
}

.btn-white {
    border: 1px solid rgba(0, 0, 0, .7)
}

.btn-hover-black:hover {
    background-color: #000000!important
}

.btn-hover-black-light:hover {
    background-color: #20222b!important
}

.btn-hover-gray:hover {
    background-color: #fafafa!important
}

.btn-hover-gray-light:hover {
    background-color: #fcfcfc!important
}

.btn-hover-gray-dark:hover {
    background-color: #666666!important
}

.btn-hover-white:hover {
    background-color: #ffffff!important
}

.btn-hover-blue:hover {
    background-color: #016cff!important
}

.btn-hover-green:hover {
    background-color: #0baf4e!important
}

.btn-hover-green-2:hover {
    background-color: #30c291!important
}

.btn-hover-orange:hover {
    background-color: #f9461d!important
}

.btn-hover-orange-2:hover {
    background-color: #f26702!important
}

.btn-hover-pink:hover {
    background-color: #ff1a56!important
}

.btn-hover-purple:hover {
    background-color: #aa2e85!important
}

.btn-hover-red:hover {
    background-color: #ef494d!important
}

.btn-hover-white:hover {
    border: 1px solid rgba(0, 0, 0, .7)
}

.d-inherit {
    display: inherit!important
}

.ease {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.flex-direction-nav a {
    background-color: #000;
    height: 54px;
    line-height: 54px;
    margin: -27px 0 0;
    opacity: 0.9!important;
    text-align: center!important;
    width: 54px
}

.flex-direction-nav a:before {
    color: #fff;
    font-size: 1rem;
    position: relative
}

.flex-direction-nav a:hover {
    opacity: 0.97!important
}

.flex-direction-nav .flex-prev {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0!important
}

.flex-direction-nav .flex-prev:before {
    left: -2px
}

.flex-direction-nav .flex-next {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    right: 0!important
}

.carousel-custom.flickity-enabled.is-draggable .flickity-viewport,
.carousel-custom.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: url(../img/icon-left-right.png), move!important;
    cursor: url(../img/icon-left-right.png), -webkit-grab!important;
    cursor: url(../img/icon-left-right.png), grab!important
}

.carousel-custom.carousel-fullscreen,
.carousel-custom.carousel-fullscreen .flickity-viewport .flickity-slider,
.carousel-custom-control .control-wrap,
.carousel-custom-control .control-wrap .control-next,
.carousel-custom-control .control-wrap .control-previous {
    height: 100%
}

.carousel-custom-control,
.carousel-custom-control .control-wrap,
.carousel-custom-control .control-wrap .control-next,
.carousel-custom-control .control-wrap .control-previous {
    position: absolute
}

.carousel-custom,
.carousel-custom-wrap {
    position: relative
}

.carousel-custom-control,
.carousel-custom-control .control-wrap .control-previous {
    left: 0
}

.carousel-custom-control .control-wrap,
.carousel-custom-control .control-wrap .control-next {
    right: 0
}

.carousel-custom-control .control-wrap,
.carousel-custom-control .control-wrap .control-next,
.carousel-custom-control .control-wrap .control-previous {
    top: 0
}

.carousel-custom-control .control-wrap .control-next,
.carousel-custom-control .control-wrap .control-previous {
    width: 50%
}

.carousel-custom.carousel-fullscreen,
.carousel-custom.carousel-fullscreen .flickity-viewport,
.carousel-custom.carousel-fullscreen .flickity-viewport .flickity-slider,
.carousel-custom-wrap,
.carousel-custom-control {
    width: 100%
}

.carousel-custom.carousel-fullscreen .flickity-viewport {
    height: 100%!important
}

.carousel-custom.carousel-fullscreen .flickity-page-dots {
    bottom: 40px
}

.carousel-custom.carousel-fullscreen .flickity-page-dots .dot {
    background: rgba(255, 255, 255, .6);
    border-radius: 1px;
    height: 4px;
    opacity: 1;
    width: 30px
}

.carousel-custom .flickity-page-dots {
    bottom: -32px
}

.carousel-custom .flickity-page-dots .dot {
    margin: 0 6px
}

.carousel-custom-control {
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.carousel-custom-control .control-wrap {
    width: 100px
}

.carousel-custom-control .control-wrap .control-next {
    color: #fff
}

.carousel-custom-control .control-wrap .control-previous {
    color: #fff
}

.font-base {
    font-family: "Roboto", sans-serif!important
}

.font-alt {
    font-family: "Montserrat", sans-serif!important
}

.font-w-300 {
    font-weight: 300!important
}

.font-w-400 {
    font-weight: 400!important
}

.font-w-600 {
    font-weight: 600!important
}

.font-w-700 {
    font-weight: 700!important
}

.font-w-900 {
    font-weight: 900!important
}

input[type="email"].form-control,
input[type="text"].form-control,
textarea.form-control,
select.form-control {
    font-size: 0.875rem!important;
    letter-spacing: 0.025rem!important;
    padding: .75rem .875rem
}

select.form-control {
    font-size: 0.875rem!important;
    height: auto!important;
    letter-spacing: 0.025rem!important;
    padding: .657rem .625rem
}

label.error {
    color: #c00;
    display: none!important;
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: .5rem
}

.form-group {
    margin-bottom: 1.25rem
}

.form-control.error {
    border-color: #c00
}

::-webkit-input-placeholder {
    color: #20222b!important;
    font-size: 0.875rem!important;
    letter-spacing: 0.025rem!important;
    opacity: 1!important;
    text-overflow: ellipsis!important
}

:-moz-placeholder {
    color: #20222b!important;
    font-size: 0.875rem!important;
    letter-spacing: 0.025rem!important;
    opacity: 1!important;
    text-overflow: ellipsis!important
}

:-ms-input-placeholder {
    color: #20222b!important;
    font-size: 0.875rem!important;
    letter-spacing: 0.025rem!important;
    opacity: 1!important;
    text-overflow: ellipsis!important
}

.gallery-grid img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.gallery-wrapper {
    clear: both;
    width: 100%
}

.gallery-grid .item {
    float: left
}

.gallery-grid figure {
    height: 100%;
    margin: 0!important;
    overflow: hidden;
    position: relative;
    width: 100%
}

.gallery-grid img {
    display: block;
    position: relative;
    top: 0;
    width: 100%
}

.gallery-grid.grid-col-2 .item {
    width: 50%
}

.gallery-grid.grid-col-3 .item {
    width: 33.33%
}

.gallery-grid.grid-col-4 .item {
    width: 25%
}

.gallery-grid.gutter-small {
    margin-left: -11px
}

.gallery-grid.gutter-small .item {
    padding: 0 0 11px 11px
}

.gallery-grid.gutter-medium {
    margin-left: -22px
}

.gallery-grid.gutter-medium .item {
    padding: 0 0 22px 22px
}

.gallery-grid.gutter-wide {
    margin-left: -40px
}

.gallery-grid.gutter-wide .item {
    padding: 0 0 40px 40px
}

.gallery-grid figure:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2)
}

.gallery-grid figure a {
    cursor: url(../img/icon-zoom-in-white.png), pointer
}

.mfp-bg {
    background: #fff;
    opacity: 1!important
}

.mfp-figure:after {
    -webkit-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 50px 80px 0 rgba(0, 0, 0, .2)
}

.mfp-title,
.mfp-counter {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.mfp-title,
.mfp-counter-curr {
    color: #000
}

.mfp-counter {
    color: #666
}

.mfp-zoom-out-cur {
    cursor: url(../img/icon-zoom-out-dark.png), -moz-zoom-out;
    cursor: url(../img/icon-zoom-out-dark.png), -webkit-zoom-out;
    cursor: url(../img/icon-zoom-out-dark.png), zoom-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

.mfp-image-holder .mfp-close {
    color: #000
}

.mfp-iframe-holder .mfp-close {
    color: #000
}

.mfp-arrow {
    height: 60px!important;
    margin-top: -30px!important;
    width: 60px!important
}

.mfp-arrow:before,
.mfp-arrow:after {
    display: none!important
}

.mfp-arrow-right,
.mfp-arrow-left {
    background-position: center center!important;
    background-repeat: no-repeat!important
}

.mfp-arrow-right {
    background-image: url(../img/icon-arrow-right-dark.png)!important;
    right: 25px!important
}

.mfp-arrow-left {
    background-image: url(../img/icon-arrow-left-dark.png)!important;
    left: 25px!important
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .98
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.popup-wrap .mfp-container {
    padding: 0
}

.popup-wrap .mfp-content {
    min-height: 100%
}

.popup-wrap button.mfp-close {
    background-color: #000;
    color: #fff;
    opacity: 1
}

.popup-wrap button.mfp-close:active {
    top: 0
}

.popup-main {
    display: none
}

.popup-content {
    height: 100%;
    position: relative;
    width: 100%
}

.popup-content .container {
    padding-bottom: 80px;
    padding-top: 80px
}

.title-underline-base-color,
.title-underline-black,
.title-underline-black-light,
.title-underline-gray,
.title-underline-gray-light,
.title-underline-gray-dark,
.title-underline-white,
.title-underline-blue,
.title-underline-green,
.title-underline-green-2,
.title-underline-orange,
.title-underline-orange-2,
.title-underline-pink,
.title-underline-purple,
.title-underline-red,
.title-underline-thick-base-color,
.title-underline-thick-black,
.title-underline-thick-black-light,
.title-underline-thick-gray,
.title-underline-thick-gray-light,
.title-underline-thick-gray-dark,
.title-underline-thick-white,
.title-underline-thick-blue,
.title-underline-thick-green,
.title-underline-thick-green-2,
.title-underline-thick-orange,
.title-underline-thick-orange-2,
.title-underline-thick-pink,
.title-underline-thick-purple,
.title-underline-thick-red,
.title-sideline-base-color,
.title-sideline-black,
.title-sideline-black-light,
.title-sideline-gray,
.title-sideline-gray-light,
.title-sideline-gray-dark,
.title-sideline-white,
.title-sideline-blue,
.title-sideline-green,
.title-sideline-green-2,
.title-sideline-orange,
.title-sideline-orange-2,
.title-sideline-pink,
.title-sideline-purple,
.title-sideline-red {
    display: inline-block
}

.title-sideline-base-color,
.title-sideline-black,
.title-sideline-black-light,
.title-sideline-gray,
.title-sideline-gray-light,
.title-sideline-gray-dark,
.title-sideline-white,
.title-sideline-blue,
.title-sideline-green,
.title-sideline-green-2,
.title-sideline-orange,
.title-sideline-orange-2,
.title-sideline-pink,
.title-sideline-purple,
.title-sideline-red {
    position: relative
}

.title-underline-base-color,
.title-underline-black,
.title-underline-black-light,
.title-underline-gray,
.title-underline-gray-light,
.title-underline-gray-dark,
.title-underline-white,
.title-underline-blue,
.title-underline-green,
.title-underline-green-2,
.title-underline-orange,
.title-underline-orange-2,
.title-underline-pink,
.title-underline-purple,
.title-underline-red {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px
}

.title-underline-thick-base-color,
.title-underline-thick-black,
.title-underline-thick-black-light,
.title-underline-thick-gray,
.title-underline-thick-gray-light,
.title-underline-thick-gray-dark,
.title-underline-thick-white,
.title-underline-thick-blue,
.title-underline-thick-green,
.title-underline-thick-green-2,
.title-underline-thick-orange,
.title-underline-thick-orange-2,
.title-underline-thick-pink,
.title-underline-thick-purple,
.title-underline-thick-red {
    border-bottom: 5px solid transparent;
    padding-bottom: 4px
}

.title-sideline-base-color,
.title-sideline-black,
.title-sideline-black-light,
.title-sideline-gray,
.title-sideline-gray-light,
.title-sideline-gray-dark,
.title-sideline-white,
.title-sideline-blue,
.title-sideline-green,
.title-sideline-green-2,
.title-sideline-orange,
.title-sideline-orange-2,
.title-sideline-pink,
.title-sideline-purple,
.title-sideline-red {
    padding: 0
}

.title-sideline-base-color:before,
.title-sideline-black:before,
.title-sideline-black-light:before,
.title-sideline-gray:before,
.title-sideline-gray-light:before,
.title-sideline-gray-dark:before,
.title-sideline-white:before,
.title-sideline-blue:before,
.title-sideline-green:before,
.title-sideline-green-2:before,
.title-sideline-orange:before,
.title-sideline-orange-2:before,
.title-sideline-pink:before,
.title-sideline-purple:before,
.title-sideline-red:before {
    content: '';
    margin-top: -2px;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 12px;
    height: 4px
}

.title-underline-black {
    border-color: #000
}

.title-underline-thick-black {
    border-color: #000
}

.title-underline-black-light {
    border-color: #20222b
}

.title-underline-thick-black-light {
    border-color: #20222b
}

.title-underline-gray {
    border-color: #fafafa
}

.title-underline-thick-gray {
    border-color: #fafafa
}

.title-underline-gray-light {
    border-color: #fcfcfc
}

.title-underline-thick-gray-light {
    border-color: #fcfcfc
}

.title-underline-gray-dark {
    border-color: #666
}

.title-underline-thick-gray-dark {
    border-color: #666
}

.title-underline-white {
    border-color: #fff
}

.title-underline-thick-white {
    border-color: #fff
}

.title-underline-blue {
    border-color: #016cff
}

.title-underline-thick-blue {
    border-color: #016cff
}

.title-underline-green {
    border-color: #0baf4e
}

.title-underline-thick-green {
    border-color: #0baf4e
}

.title-underline-green-2 {
    border-color: #30c291
}

.title-underline-thick-green-2 {
    border-color: #30c291
}

.title-underline-orange {
    border-color: #f9461d
}

.title-underline-thick-orange {
    border-color: #f9461d
}

.title-underline-orange-2 {
    border-color: #f26702
}

.title-underline-thick-orange-2 {
    border-color: #f26702
}

.title-underline-pink {
    border-color: #ff1a56
}

.title-underline-thick-pink {
    border-color: #ff1a56
}

.title-underline-purple {
    border-color: #aa2e85
}

.title-underline-thick-purple {
    border-color: #aa2e85
}

.title-underline-red {
    border-color: #ef494d
}

.title-underline-thick-red {
    border-color: #ef494d
}

.title-sideline-black:before {
    background-color: #000
}

.title-sideline-black-light:before {
    background-color: #20222b
}

.title-sideline-gray:before {
    background-color: #fafafa
}

.title-sideline-gray-light:before {
    background-color: #fcfcfc
}

.title-sideline-gray-dark:before {
    background-color: #666
}

.title-sideline-white:before {
    background-color: #fff
}

.title-sideline-blue:before {
    background-color: #016cff
}

.title-sideline-green:before {
    background-color: #0baf4e
}

.title-sideline-green-2:before {
    background-color: #30c291
}

.title-sideline-orange:before {
    background-color: #f9461d
}

.title-sideline-orange-2:before {
    background-color: #f26702
}

.title-sideline-pink:before {
    background-color: #ff1a56
}

.title-sideline-purple:before {
    background-color: #aa2e85
}

.title-sideline-red:before {
    background-color: #ef494d
}

.icon {
    webkit-box-shadow: 0 0 0 4px white!important;
    -moz-box-shadow: 0 0 0 4px white!important;
    box-shadow: 0 0 0 4px white!important;
    display: block;
    height: 68px;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 68px
}

.icon i {
    font-size: 22px;
    line-height: 68px!important
}

.label {
    border-radius: 3px;
    display: inline-block;
    opacity: .98;
    padding: 14px 18px
}

.label-extra-small {
    padding: 8px 10px 7px
}

.label-small {
    padding: 10px 14px
}

.label.box-shadow {
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, .5)
}

.letter-spacing-1 {
    letter-spacing: 0.0625rem!important
}

.letter-spacing-2 {
    letter-spacing: 0.125rem!important
}

.letter-spacing-3 {
    letter-spacing: 0.1875rem!important
}

.letter-spacing-4 {
    letter-spacing: 0.25rem!important
}

.letter-spacing-5 {
    letter-spacing: 0.3125rem!important
}

.letter-spacing-6 {
    letter-spacing: 0.375rem!important
}

.letter-spacing-7 {
    letter-spacing: 0.4375rem!important
}

.letter-spacing-8 {
    letter-spacing: 0.5rem!important
}

.letter-spacing-9 {
    letter-spacing: 0.5625rem!important
}

.letter-spacing-10 {
    letter-spacing: 0.625rem!important
}

.no-letter-spacing {
    letter-spacing: 0rem!important
}

.navbar,
.navbar-header,
.navbar-brand img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.navbar {
    background-color: #000000!important;
    opacity: .98;
    padding-bottom: 0;
    padding-top: 10px
}

.navbar.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .3)!important
}

.navbar-header {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    justify-content: space-between;
    line-height: 80px
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0
}

.navbar-brand img {
    height: 220px;
    left: auto;
    position: absolute;
    top: 5px;
}

.navbar-brand img.logo-text-black {
    opacity: 0
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .3)!important
}

.navbar .nav-item {
    padding: 8px 0
}

.navbar .nav-link {
    color: #222!important;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: .688rem;
    letter-spacing: 1px;
    padding: 0!important;
    position: relative;
    text-transform: uppercase
}

.navbar .nav-link.active:before {
    background-color: #ffffff!important;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin-bottom: -2px;
    position: absolute;
    width: 100%
}

.opacity-0 {
    opacity: 0!important
}

.opacity-0-5 {
    opacity: 0.05!important
}

.opacity-1 {
    opacity: 0.1!important
}

.opacity-1-5 {
    opacity: 0.15!important
}

.opacity-2 {
    opacity: 0.2!important
}

.opacity-2-5 {
    opacity: 0.25!important
}

.opacity-3 {
    opacity: 0.3!important
}

.opacity-3-5 {
    opacity: 0.35!important
}

.opacity-4 {
    opacity: 0.4!important
}

.opacity-4-5 {
    opacity: 0.45!important
}

.opacity-5 {
    opacity: 0.5!important
}

.opacity-5-5 {
    opacity: 0.55!important
}

.opacity-6 {
    opacity: 0.6!important
}

.opacity-6-5 {
    opacity: 0.65!important
}

.opacity-7 {
    opacity: 0.7!important
}

.opacity-7-5 {
    opacity: 0.75!important
}

.opacity-8 {
    opacity: 0.8!important
}

.opacity-8-5 {
    opacity: 0.85!important
}

.opacity-9 {
    opacity: 0.9!important
}

.opacity-9-5 {
    opacity: 0.95!important
}

.no-opacity {
    opacity: 1!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-relative {
    position: relative!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.right-0 {
    right: 0!important
}

.right-50 {
    right: 50%!important
}

.right-100 {
    right: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.left-0 {
    left: 0!important
}

.left-50 {
    left: 50%!important
}

.left-100 {
    left: 100%!important
}

.pace {
    -webkit-pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    height: 3px;
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pricing-button {
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%
}

.pricing-dollar {
    bottom: 26px;
    position: relative
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background: rgba(210, 210, 210, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.scroll-to-top {
    background-color: #000;
    border-radius: 2px;
    display: none;
    position: fixed;
    right: 35px;
    top: 94%;
    text-align: center;
    z-index: 999
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    margin: 0 6px
}

section {
    padding: 80px 0
}

.sep-line,
.sep-line-long,
.sep-line-full,
.sep-line-thin,
.sep-line-thin-long,
.sep-line-thin-full,
.sep-line-thick,
.sep-line-thick-long,
.sep-line-thick-full,
.sep-line-medium-thick,
.sep-line-medium-thick-long,
.sep-line-medium-thick-full,
.sep-line-extra-thick,
.sep-line-extra-thick-long,
.sep-line-extra-thick-full {
    display: block
}

.sep-line-thin,
.sep-line-thin-long,
.sep-line-thin-full {
    height: 1px
}

.sep-line,
.sep-line-long,
.sep-line-full {
    height: 2px
}

.sep-line-thick,
.sep-line-thick-long,
.sep-line-thick-full {
    height: 4px
}

.sep-line-medium-thick,
.sep-line-medium-thick-long,
.sep-line-medium-thick-full {
    height: 6px
}

.sep-line-extra-thick,
.sep-line-extra-thick-long,
.sep-line-extra-thick-full {
    height: 8px
}

.sep-line,
.sep-line-thin,
.sep-line-thick,
.sep-line-medium-thick,
.sep-line-extra-thick {
    width: 30px
}

.sep-line-long,
.sep-line-thin-long,
.sep-line-thick-long,
.sep-line-medium-thick-long,
.sep-line-extra-thick-long {
    width: 80px
}

.sep-line-full,
.sep-line-thin-full,
.sep-line-thick-full,
.sep-line-medium-thick-full,
.sep-line-extra-thick-full {
    width: 100%
}

.text-black {
    color: #000000!important
}

.text-black-light {
    color: #20222b!important
}

.text-gray {
    color: #fafafa!important
}

.text-gray-light {
    color: #fcfcfc!important
}

.text-gray-dark {
    color: #666666!important
}

.text-white {
    color: #ffffff!important
}

.text-blue {
    color: #016cff!important
}

.text-green {
    color: #0baf4e!important
}

.text-green-2 {
    color: #30c291!important
}

.text-orange {
    color: #f9461d!important
}

.text-orange-2 {
    color: #f26702!important
}

.text-pink {
    color: #ff1a56!important
}

.text-purple {
    color: #aa2e85!important
}

.text-red {
    color: #ef494d!important
}

.text-underline {
    text-decoration: underline!important
}

.text-extra-small {
    font-size: 0.625rem!important;
    line-height: 0.9375rem!important
}

.text-small {
    font-size: 0.75rem!important;
    line-height: 1.125rem!important
}

.text-medium {
    font-size: 0.875rem!important;
    line-height: 1.313rem!important
}

.text-large {
    font-size: 1rem!important;
    line-height: 1.5rem!important
}

.text-extra-large {
    font-size: 1.325rem!important;
    line-height: 1.688rem!important
}

.title-small {
    font-size: 1.25rem!important;
    line-height: 1.875rem!important
}

.title-medium {
    font-size: 1.5rem!important;
    line-height: 2.25rem!important
}

.title-large {
    font-size: 1.75rem!important;
    line-height: 2.275rem!important
}

.title-extra-large {
    font-size: 2.25rem!important;
    line-height: 2.5rem!important
}

.title-extra-large-2 {
    font-size: 2.75rem!important;
    line-height: 2.75rem!important
}

.title-extra-large-3 {
    font-size: 3.125rem!important;
    line-height: 3.125rem!important
}

.title-extra-large-4 {
    font-size: 4.375rem!important;
    line-height: 4.375rem!important
}

.title-extra-large-5 {
    font-size: 5rem!important;
    line-height: 5rem!important
}

.title-big {
    font-size: 6.25rem!important;
    line-height: 6.25rem!important
}

.title-big-2 {
    font-size: 7.75rem!important;
    line-height: 7.75rem!important
}

.title-big-3 {
    font-size: 9.375rem!important;
    line-height: 9.375rem!important
}

.triangle-top-right,
.triangle-top-left,
.triangle-bottom-right,
.triangle-bottom-left {
    border-style: solid;
    height: 0;
    width: 0
}

.triangle-top-right {
    border-width: 0 35px 35px 0
}

.triangle-top-left {
    border-width: 35px 35px 0 0
}

.triangle-bottom-right {
    border-width: 0 0 35px 35px
}

.triangle-bottom-left {
    border-width: 35px 0 0 35px
}

.triangle-top-right.triangle-black {
    border-color: transparent #000 transparent transparent
}

.triangle-top-left.triangle-black {
    border-color: #000 transparent transparent transparent
}

.triangle-bottom-right.triangle-black {
    border-color: transparent transparent #000 transparent
}

.triangle-bottom-left.triangle-black {
    border-color: transparent transparent transparent #000
}

.triangle-top-right.triangle-black-light {
    border-color: transparent #20222b transparent transparent
}

.triangle-top-left.triangle-black-light {
    border-color: #20222b transparent transparent transparent
}

.triangle-bottom-right.triangle-black-light {
    border-color: transparent transparent #20222b transparent
}

.triangle-bottom-left.triangle-black-light {
    border-color: transparent transparent transparent #20222b
}

.triangle-top-right.triangle-gray {
    border-color: transparent #fafafa transparent transparent
}

.triangle-top-left.triangle-gray {
    border-color: #fafafa transparent transparent transparent
}

.triangle-bottom-right.triangle-gray {
    border-color: transparent transparent #fafafa transparent
}

.triangle-bottom-left.triangle-gray {
    border-color: transparent transparent transparent #fafafa
}

.triangle-top-right.triangle-gray-light {
    border-color: transparent #fcfcfc transparent transparent
}

.triangle-top-left.triangle-gray-light {
    border-color: #fcfcfc transparent transparent transparent
}

.triangle-bottom-right.triangle-gray-light {
    border-color: transparent transparent #fcfcfc transparent
}

.triangle-bottom-left.triangle-gray-light {
    border-color: transparent transparent transparent #fcfcfc
}

.triangle-top-right.triangle-gray-dark {
    border-color: transparent #666 transparent transparent
}

.triangle-top-left.triangle-gray-dark {
    border-color: #666 transparent transparent transparent
}

.triangle-bottom-right.triangle-gray-dark {
    border-color: transparent transparent #666 transparent
}

.triangle-bottom-left.triangle-gray-dark {
    border-color: transparent transparent transparent #666
}

.triangle-top-right.triangle-white {
    border-color: transparent #fff transparent transparent
}

.triangle-top-left.triangle-white {
    border-color: #fff transparent transparent transparent
}

.triangle-bottom-right.triangle-white {
    border-color: transparent transparent #fff transparent
}

.triangle-bottom-left.triangle-white {
    border-color: transparent transparent transparent #fff
}

.triangle-top-right.triangle-blue {
    border-color: transparent #016cff transparent transparent
}

.triangle-top-left.triangle-blue {
    border-color: #016cff transparent transparent transparent
}

.triangle-bottom-right.triangle-blue {
    border-color: transparent transparent #016cff transparent
}

.triangle-bottom-left.triangle-blue {
    border-color: transparent transparent transparent #016cff
}

.triangle-top-right.triangle-green {
    border-color: transparent #0baf4e transparent transparent
}

.triangle-top-left.triangle-green {
    border-color: #0baf4e transparent transparent transparent
}

.triangle-bottom-right.triangle-green {
    border-color: transparent transparent #0baf4e transparent
}

.triangle-bottom-left.triangle-green {
    border-color: transparent transparent transparent #0baf4e
}

.triangle-top-right.triangle-green-2 {
    border-color: transparent #30c291 transparent transparent
}

.triangle-top-left.triangle-green-2 {
    border-color: #30c291 transparent transparent transparent
}

.triangle-bottom-right.triangle-green-2 {
    border-color: transparent transparent #30c291 transparent
}

.triangle-bottom-left.triangle-green-2 {
    border-color: transparent transparent transparent #30c291
}

.triangle-top-right.triangle-orange {
    border-color: transparent #f9461d transparent transparent
}

.triangle-top-left.triangle-orange {
    border-color: #f9461d transparent transparent transparent
}

.triangle-bottom-right.triangle-orange {
    border-color: transparent transparent #f9461d transparent
}

.triangle-bottom-left.triangle-orange {
    border-color: transparent transparent transparent #f9461d
}

.triangle-top-right.triangle-orange-2 {
    border-color: transparent #f26702 transparent transparent
}

.triangle-top-left.triangle-orange-2 {
    border-color: #f26702 transparent transparent transparent
}

.triangle-bottom-right.triangle-orange-2 {
    border-color: transparent transparent #f26702 transparent
}

.triangle-bottom-left.triangle-orange-2 {
    border-color: transparent transparent transparent #f26702
}

.triangle-top-right.triangle-pink {
    border-color: transparent #ff1a56 transparent transparent
}

.triangle-top-left.triangle-pink {
    border-color: #ff1a56 transparent transparent transparent
}

.triangle-bottom-right.triangle-pink {
    border-color: transparent transparent #ff1a56 transparent
}

.triangle-bottom-left.triangle-pink {
    border-color: transparent transparent transparent #ff1a56
}

.triangle-top-right.triangle-purple {
    border-color: transparent #aa2e85 transparent transparent
}

.triangle-top-left.triangle-purple {
    border-color: #aa2e85 transparent transparent transparent
}

.triangle-bottom-right.triangle-purple {
    border-color: transparent transparent #aa2e85 transparent
}

.triangle-bottom-left.triangle-purple {
    border-color: transparent transparent transparent #aa2e85
}

.triangle-top-right.triangle-red {
    border-color: transparent #ef494d transparent transparent
}

.triangle-top-left.triangle-red {
    border-color: #ef494d transparent transparent transparent
}

.triangle-bottom-right.triangle-red {
    border-color: transparent transparent #ef494d transparent
}

.triangle-bottom-left.triangle-red {
    border-color: transparent transparent transparent #ef494d
}

@media (max-width:1199px) {
    .btn-lg-extra-small {
        font-size: .625rem;
        padding: .625rem .75rem .5rem;
        margin-right: .75rem
    }
    .btn-lg-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-lg-small {
        font-size: .75rem;
        padding: .625rem .875rem;
        margin-right: .75rem
    }
    .btn-lg-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-lg-medium {
        font-size: .875rem;
        padding: .75rem 1.375rem
    }
    .btn-lg-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-lg-large {
        font-size: 1rem;
        padding: 1.125rem 1.875rem
    }
    .btn-lg-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-lg-extra-large {
        font-size: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-lg-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
}

@media (max-width:991px) {
    .btn-md-extra-small {
        font-size: .625rem;
        padding: .625rem .75rem .5rem;
        margin-right: .75rem
    }
    .btn-md-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-md-small {
        font-size: .75rem;
        padding: .625rem .875rem;
        margin-right: .75rem
    }
    .btn-md-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-md-medium {
        font-size: .875rem;
        padding: .75rem 1.375rem
    }
    .btn-md-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-md-large {
        font-size: 1rem;
        padding: 1.125rem 1.875rem
    }
    .btn-md-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-md-extra-large {
        font-size: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-md-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
}

@media (max-width:767px) {
    .btn-sm-extra-small {
        font-size: .625rem;
        padding: .625rem .75rem .5rem;
        margin-right: .75rem
    }
    .btn-sm-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-sm-small {
        font-size: .75rem;
        padding: .625rem .875rem;
        margin-right: .75rem
    }
    .btn-sm-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-sm-medium {
        font-size: .875rem;
        padding: .75rem 1.375rem
    }
    .btn-sm-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-sm-large {
        font-size: 1rem;
        padding: 1.125rem 1.875rem
    }
    .btn-sm-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-sm-extra-large {
        font-size: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-sm-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
}

@media (max-width:575px) {
    .btn-xs-extra-small {
        font-size: .625rem;
        padding: .625rem .75rem .5rem;
        margin-right: .75rem
    }
    .btn-xs-extra-small.btn-icon {
        height: 30px;
        line-height: 31px;
        width: 30px
    }
    .btn-xs-small {
        font-size: .75rem;
        padding: .625rem .875rem;
        margin-right: .75rem
    }
    .btn-xs-small.btn-icon {
        height: 35px;
        line-height: 36px;
        width: 35px
    }
    .btn-xs-medium {
        font-size: .875rem;
        padding: .75rem 1.375rem
    }
    .btn-xs-medium.btn-icon {
        height: 41px;
        line-height: 42px;
        width: 41px
    }
    .btn-xs-large {
        font-size: 1rem;
        padding: 1.125rem 1.875rem
    }
    .btn-xs-large.btn-icon {
        height: 56px;
        line-height: 57px;
        width: 56px
    }
    .btn-xs-extra-large {
        font-size: 1.125rem;
        padding: 1.25rem 2.188rem
    }
    .btn-xs-extra-large.btn-icon {
        height: 62px;
        line-height: 64px;
        width: 62px
    }
}

@media (max-width:1199px) {
    .border-lg {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-lg-thick {
        border-width: 2px!important
    }
    .border-lg-medium-thick {
        border-width: 3px!important
    }
    .border-lg-extra-thick {
        border-width: 4px!important
    }
    .border-lg-top-0 {
        border-top: 0!important
    }
    .border-lg-right-0 {
        border-right: 0!important
    }
    .border-lg-bottom-0 {
        border-bottom: 0!important
    }
    .border-lg-left-0 {
        border-left: 0!important
    }
    .border-lg-x-0 {
        border-left: 0!important;
        border-right: 0!important
    }
    .border-lg-y-0 {
        border-bottom: 0!important;
        border-top: 0!important
    }
    .border-lg-0 {
        border: 0!important
    }
}

@media (max-width:991px) {
    .border-md {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-md-thick {
        border-width: 2px!important
    }
    .border-md-medium-thick {
        border-width: 3px!important
    }
    .border-md-extra-thick {
        border-width: 4px!important
    }
    .border-md-top-0 {
        border-top: 0!important
    }
    .border-md-right-0 {
        border-right: 0!important
    }
    .border-md-bottom-0 {
        border-bottom: 0!important
    }
    .border-md-left-0 {
        border-left: 0!important
    }
    .border-md-x-0 {
        border-left: 0!important;
        border-right: 0!important
    }
    .border-md-y-0 {
        border-bottom: 0!important;
        border-top: 0!important
    }
    .border-md-0 {
        border: 0!important
    }
}

@media (max-width:767px) {
    .border-sm {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-sm-thick {
        border-width: 2px!important
    }
    .border-sm-medium-thick {
        border-width: 3px!important
    }
    .border-sm-extra-thick {
        border-width: 4px!important
    }
    .border-sm-top-0 {
        border-top: 0!important
    }
    .border-sm-right-0 {
        border-right: 0!important
    }
    .border-sm-bottom-0 {
        border-bottom: 0!important
    }
    .border-sm-left-0 {
        border-left: 0!important
    }
    .border-sm-x-0 {
        border-left: 0!important;
        border-right: 0!important
    }
    .border-sm-y-0 {
        border-bottom: 0!important;
        border-top: 0!important
    }
    .border-sm-0 {
        border: 0!important
    }
}

@media (max-width:575px) {
    .border-xs {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-top {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-left {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .border-xs-thick {
        border-width: 2px!important
    }
    .border-xs-medium-thick {
        border-width: 3px!important
    }
    .border-xs-extra-thick {
        border-width: 4px!important
    }
    .border-xs-top-0 {
        border-top: 0!important
    }
    .border-xs-right-0 {
        border-right: 0!important
    }
    .border-xs-bottom-0 {
        border-bottom: 0!important
    }
    .border-xs-left-0 {
        border-left: 0!important
    }
    .border-xs-x-0 {
        border-left: 0!important;
        border-right: 0!important
    }
    .border-xs-y-0 {
        border-bottom: 0!important;
        border-top: 0!important
    }
    .border-xs-0 {
        border: 0!important
    }
}

@media (max-width:991px) {
    .flex-direction-nav a {
        display: none!important
    }
}

@media (min-width:992px) {
    .carousel-custom-control {
        height: 64px;
        line-height: 64px
    }
    .carousel-custom-control .control-wrap {
        width: 128px
    }
}

@media (min-width:1200px) {
    .carousel-custom .inner-content {
        min-height: 100%
    }
    .carousel-custom-control .control-wrap {
        left: 50%
    }
}

@media (max-width:991px) {
    .gallery-grid {
        margin-left: -22px!important
    }
    .gallery-grid .item {
        padding: 0 0 22px 22px!important;
        width: 50%!important
    }
}

@media (max-width:767px) {
    .gallery-grid {
        margin-left: -11px!important
    }
    .gallery-grid .item {
        padding: 0 0 11px 11px!important
    }
}

@media (max-width:575px) {
    .gallery-grid {
        margin-left: -22px!important
    }
    .gallery-grid .item {
        padding: 0 0 22px 22px!important;
        width: 100%!important
    }
}

@media (max-width:575px) {
    .navbar .container {
        margin: 0
    }
    .navbar-toggler-right {
        right: 0
    }
}

@media (min-width:576px) and (max-width:991px) {
    .navbar-brand {
        padding-left: 1rem
    }
    .navbar-toggler {
        margin-right: 1rem
    }
    .navbar-collapse {
        padding-left: 1rem
    }
}

@media (max-width:991px) {
    .navbar {
        -webkit-box-shadow: 0 8px 17px -8px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 8px 17px -8px rgba(0, 0, 0, .1);
        box-shadow: 0 8px 17px -8px rgba(0, 0, 0, .1)
    }
    .navbar-header {
        width: 100%
    }
    .navbar.navbar-light {
        background-color: #ffffff!important
    }
    .navbar.navbar-light .navbar-brand img.logo-text-black {
        opacity: 1
    }
    .navbar.navbar-light .navbar-brand img.logo-text-white {
        opacity: 0
    }
    .navbar.navbar-light .navbar-collapse {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
    .navbar.navbar-light .nav-link {
        color: #000000!important
    }
    .navbar.navbar-light .nav-link.active:before {
        background-color: #000000!important
    }
    .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, .15);
        padding-bottom: 12px;
        padding-top: 8px
    }
}
/*.navbar.shrink .navbar-brand img {
        height: 70px;
        top: 0px;
    }
    .navbar .nav-item{
        text-align: right!important;
    }
    .navbar.shrink .nav-item{
        text-align: left!important;
    }
@media (max-width:992px){
    .navbar.shrink .navbar-brand img {
        height: 70px;
        top: 10px;
    }
}*/.navbar .nav-item{
        text-align: right!important;
    }
    a.nav-link:hover {
    text-decoration: underline;
}
@media (min-width:992px) {
    .navbar {
        background-color: rgba(255, 255, 255, .8)!important;
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }
    .navbar.shrink {
        background-color: #000000!important;
        -webkit-box-shadow: 0 8px 17px -8px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 8px 17px -8px rgba(0, 0, 0, .1);
        box-shadow: 0 8px 17px -8px rgba(0, 0, 0, .1)
    }
    .navbar.shrink .navbar-header {
        height: 60px;
        line-height: 60px
    }
    
    .navbar.shrink.navbar-light {
        background-color: #ffffff!important
    }
    .navbar.shrink.navbar-light .navbar-brand img.logo-text-black {
        opacity: 1
    }
    .navbar.shrink.navbar-light .navbar-brand img.logo-text-white {
        opacity: 0
    }
    .navbar.shrink.navbar-light .nav-link {
        color: #000000!important
    }
    .navbar.shrink.navbar-light .nav-link.active:before {
        background-color: #000000!important
    }
    .navbar .nav-item {
        padding: 0 15px
    }
    .navbar .nav-item:last-child {
        padding-right: 0
    }
}

@media (max-width:1199px) {
    .position-lg-absolute {
        position: absolute!important
    }
    .position-lg-fixed {
        position: fixed!important
    }
    .position-lg-relative {
        position: relative!important
    }
}

@media (max-width:991px) {
    .position-md-absolute {
        position: absolute!important
    }
    .position-md-fixed {
        position: fixed!important
    }
    .position-md-relative {
        position: relative!important
    }
}

@media (max-width:767px) {
    .position-sm-absolute {
        position: absolute!important
    }
    .position-sm-fixed {
        position: fixed!important
    }
    .position-sm-relative {
        position: relative!important
    }
}

@media (max-width:575px) {
    .position-xs-absolute {
        position: absolute!important
    }
    .position-xs-fixed {
        position: fixed!important
    }
    .position-xs-relative {
        position: relative!important
    }
}

@media (min-width:768px) {
    section {
        padding: 110px 0
    }
}

@media (min-width:992px) {
    section {
        padding: 140px 0
    }
}

@media (max-width:1199px) {
    .text-lg-extra-small {
        font-size: 0.625rem!important;
        line-height: 0.9375rem!important
    }
    .text-lg-small {
        font-size: 0.75rem!important;
        line-height: 1.125rem!important
    }
    .text-lg-medium {
        font-size: 0.875rem!important;
        line-height: 1.313rem!important
    }
    .text-lg-large {
        font-size: 1rem!important;
        line-height: 1.5rem!important
    }
    .text-lg-extra-large {
        font-size: 1.125rem!important;
        line-height: 1.688rem!important
    }
    .title-lg-small {
        font-size: 1.25rem!important;
        line-height: 1.875rem!important
    }
    .title-lg-medium {
        font-size: 1.5rem!important;
        line-height: 2.25rem!important
    }
    .title-lg-large {
        font-size: 1.75rem!important;
        line-height: 2.275rem!important
    }
    .title-lg-extra-large {
        font-size: 2.25rem!important;
        line-height: 2.925rem!important
    }
    .title-lg-extra-large-2 {
        font-size: 2.75rem!important;
        line-height: 3.575rem!important
    }
    .title-lg-extra-large-3 {
        font-size: 3.125rem!important;
        line-height: 4.062rem!important
    }
    .title-lg-extra-large-4 {
        font-size: 4.375rem!important;
        line-height: 5.687rem!important
    }
    .title-lg-extra-large-5 {
        font-size: 5rem!important;
        line-height: 6.5rem!important
    }
    .title-lg-big {
        font-size: 6.25rem!important;
        line-height: 8.125rem!important
    }
    .title-lg-big-2 {
        font-size: 7.75rem!important;
        line-height: 10.07rem!important
    }
    .title-lg-big-3 {
        font-size: 9.375rem!important;
        line-height: 12.18rem!important
    }
}

@media (max-width:991px) {
    .text-md-extra-small {
        font-size: 0.625rem!important;
        line-height: 0.9375rem!important
    }
    .text-md-small {
        font-size: 0.75rem!important;
        line-height: 1.125rem!important
    }
    .text-md-medium {
        font-size: 0.875rem!important;
        line-height: 1.313rem!important
    }
    .text-md-large {
        font-size: 1rem!important;
        line-height: 1.5rem!important
    }
    .text-md-extra-large {
        font-size: 1.125rem!important;
        line-height: 1.688rem!important
    }
    .title-md-small {
        font-size: 1.25rem!important;
        line-height: 1.875rem!important
    }
    .title-md-medium {
        font-size: 1.5rem!important;
        line-height: 2.25rem!important
    }
    .title-md-large {
        font-size: 1.75rem!important;
        line-height: 2.275rem!important
    }
    .title-md-extra-large {
        font-size: 2.25rem!important;
        line-height: 2.925rem!important
    }
    .title-md-extra-large-2 {
        font-size: 2.75rem!important;
        line-height: 3.575rem!important
    }
    .title-md-extra-large-3 {
        font-size: 3.125rem!important;
        line-height: 4.062rem!important
    }
    .title-md-extra-large-4 {
        font-size: 4.375rem!important;
        line-height: 5.687rem!important
    }
    .title-md-extra-large-5 {
        font-size: 5rem!important;
        line-height: 6.5rem!important
    }
    .title-md-big {
        font-size: 6.25rem!important;
        line-height: 8.125rem!important
    }
    .title-md-big-2 {
        font-size: 7.75rem!important;
        line-height: 10.07rem!important
    }
    .title-md-big-3 {
        font-size: 9.375rem!important;
        line-height: 12.18rem!important
    }
}

@media (max-width:767px) {
    .text-sm-extra-small {
        font-size: 0.625rem!important;
        line-height: 0.9375rem!important
    }
    .text-sm-small {
        font-size: 0.75rem!important;
        line-height: 1.125rem!important
    }
    .text-sm-medium {
        font-size: 0.875rem!important;
        line-height: 1.313rem!important
    }
    .text-sm-large {
        font-size: 1rem!important;
        line-height: 1.5rem!important
    }
    .text-sm-extra-large {
        font-size: 1.125rem!important;
        line-height: 1.688rem!important
    }
    .title-sm-small {
        font-size: 1.25rem!important;
        line-height: 1.875rem!important
    }
    .title-sm-medium {
        font-size: 1.5rem!important;
        line-height: 2.25rem!important
    }
    .title-sm-large {
        font-size: 1.75rem!important;
        line-height: 2.275rem!important
    }
    .title-sm-extra-large {
        font-size: 2.25rem!important;
        line-height: 2.925rem!important
    }
    .title-sm-extra-large-2 {
        font-size: 2.75rem!important;
        line-height: 3.575rem!important
    }
    .title-sm-extra-large-3 {
        font-size: 3.125rem!important;
        line-height: 4.062rem!important
    }
    .title-sm-extra-large-4 {
        font-size: 4.375rem!important;
        line-height: 5.687rem!important
    }
    .title-sm-extra-large-5 {
        font-size: 5rem!important;
        line-height: 6.5rem!important
    }
    .title-sm-big {
        font-size: 6.25rem!important;
        line-height: 8.125rem!important
    }
    .title-sm-big-2 {
        font-size: 7.75rem!important;
        line-height: 10.07rem!important
    }
    .title-sm-big-3 {
        font-size: 9.375rem!important;
        line-height: 12.18rem!important
    }
}

@media (max-width:575px) {
    .text-xs-extra-small {
        font-size: 0.625rem!important;
        line-height: 0.9375rem!important
    }
    .text-xs-small {
        font-size: 0.75rem!important;
        line-height: 1.125rem!important
    }
    .text-xs-medium {
        font-size: 0.875rem!important;
        line-height: 1.313rem!important
    }
    .text-xs-large {
        font-size: 1rem!important;
        line-height: 1.5rem!important
    }
    .text-xs-extra-large {
        font-size: 1.125rem!important;
        line-height: 1.688rem!important
    }
    .title-xs-small {
        font-size: 1.25rem!important;
        line-height: 1.875rem!important
    }
    .title-xs-medium {
        font-size: 1.5rem!important;
        line-height: 2.25rem!important
    }
    .title-xs-large {
        font-size: 1.75rem!important;
        line-height: 2.275rem!important
    }
    .title-xs-extra-large {
        font-size: 2.25rem!important;
        line-height: 2.925rem!important
    }
    .title-xs-extra-large-2 {
        font-size: 2.75rem!important;
        line-height: 3.575rem!important
    }
    .title-xs-extra-large-3 {
        font-size: 3.125rem!important;
        line-height: 4.062rem!important
    }
    .title-xs-extra-large-4 {
        font-size: 4.375rem!important;
        line-height: 5.687rem!important
    }
    .title-xs-extra-large-5 {
        font-size: 5rem!important;
        line-height: 6.5rem!important
    }
    .title-xs-big {
        font-size: 6.25rem!important;
        line-height: 8.125rem!important
    }
    .title-xs-big-2 {
        font-size: 7.75rem!important;
        line-height: 10.07rem!important
    }
    .title-xs-big-3 {
        font-size: 9.375rem!important;
        line-height: 12.18rem!important
    }
}

@media (max-width:1199px) {
    .w-lg-25 {
        width: 25%!important
    }
    .w-lg-50 {
        width: 50%!important
    }
    .w-lg-75 {
        width: 75%!important
    }
    .w-lg-100 {
        width: 100%!important
    }
    .h-lg-25 {
        height: 25%!important
    }
    .h-lg-50 {
        height: 50%!important
    }
    .h-lg-75 {
        height: 75%!important
    }
    .h-lg-100 {
        height: 100%!important
    }
}

@media (max-width:991px) {
    .w-md-25 {
        width: 25%!important
    }
    .w-md-50 {
        width: 50%!important
    }
    .w-md-75 {
        width: 75%!important
    }
    .w-md-100 {
        width: 100%!important
    }
    .h-md-25 {
        height: 25%!important
    }
    .h-md-50 {
        height: 50%!important
    }
    .h-md-75 {
        height: 75%!important
    }
    .h-md-100 {
        height: 100%!important
    }
}

@media (max-width:767px) {
    .w-sm-25 {
        width: 25%!important
    }
    .w-sm-50 {
        width: 50%!important
    }
    .w-sm-75 {
        width: 75%!important
    }
    .w-sm-100 {
        width: 100%!important
    }
    .h-sm-25 {
        height: 25%!important
    }
    .h-sm-50 {
        height: 50%!important
    }
    .h-sm-75 {
        height: 75%!important
    }
    .h-sm-100 {
        height: 100%!important
    }
}

@media (max-width:575px) {
    .w-xs-25 {
        width: 25%!important
    }
    .w-xs-50 {
        width: 50%!important
    }
    .w-xs-75 {
        width: 75%!important
    }
    .w-xs-100 {
        width: 100%!important
    }
    .h-xs-25 {
        height: 25%!important
    }
    .h-xs-50 {
        height: 50%!important
    }
    .h-xs-75 {
        height: 75%!important
    }
    .h-xs-100 {
        height: 100%!important
    }
}