/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}



@media screen  and (min-width: 1230px) {
   
}





/*----------------------------------------------------------------------------------------
                                    SECTION BACKGROUND
-----------------------------------------------------------------------------------------*/

.bg,
.bg-wrap,
.nav-bg {
    position: absolute;
    overflow: hidden;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-box {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-box::before {
    display: block;
    content: "";
}


.bg-box.col-1,
.bg-box.col-2,
.bg-box.col-3,
.bg-box.col-4,
.bg-box.col-5,
.bg-box.col-6,
.bg-box.col-7,
.bg-box.col-8,
.bg-box.col-9,
.bg-box.col-10,
.bg-box.col-11,
.bg-box.col-12 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
}

.bg-box.col-1:last-child ,
.bg-box.col-2:last-child ,
.bg-box.col-3:last-child ,
.bg-box.col-4:last-child ,
.bg-box.col-5:last-child ,
.bg-box.col-6:last-child ,
.bg-box.col-7:last-child ,
.bg-box.col-8:last-child ,
.bg-box.col-9:last-child ,
.bg-box.col-10:last-child ,
.bg-box.col-11:last-child ,
.bg-box.col-12:last-child  {
    right: 0;
    left: auto;
}


@media (max-width: 767px) {
    .bg-box[class*="col-sm-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-sm-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-sm-"]:last-child {
        right: 0;
    }
}

@media (min-width: 768px) {
    .bg-box[class*="col-md-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-md-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-md-"]:last-child {
        right: 0;
    }
}

@media (min-width: 1230px) {
    .bg-box[class*="col-lg-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-lg-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-lg-"]:last-child {
        right: 0;
    }
}

@media (min-width: 1600px) {
    .bg-box[class*="col-xl-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-xl-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-xl-"]:last-child {
        right: 0;
    }
}

.bg.parallax[data-rellax-speed="1"],
.bg.parallax[data-rellax-speed="-1"] {
    top: -10vh;
    bottom: -10vh;
}

.bg.parallax[data-rellax-speed="2"],
.bg.parallax[data-rellax-speed="-2"] {
    top: -20vh;
    bottom: -20vh;
}

.bg.parallax[data-rellax-speed="3"],
.bg.parallax[data-rellax-speed="-3"] {
    top: -30vh;
    bottom: -30vh;
}

.bg.parallax[data-rellax-speed="4"],
.bg.parallax[data-rellax-speed="-4"] {
    top: -40vh;
    bottom: -40vh;
}

.bg.parallax[data-rellax-speed="5"],
.bg.parallax[data-rellax-speed="-5"] {
    top: -50vh;
    bottom: -50vh;
}

.bg.parallax video {
    width: auto!important;
}

/*----------------------------------------------------------------------------------------
                                SECTION LAYOUTS
-----------------------------------------------------------------------------------------*/

.full-height {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.full-height-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.section-sep {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.section-sep.sep-center {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-sep.sep-bottom {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.section-carousel {}

.section-line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.section-line-container::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .section-line-container::after {
        max-width: 900px;
    }
}

@media (min-width: 1230px) {
    .section-line-container::after {
        max-width: 1170px;
    }
}
