.col-100 {
    width: 100%;
}
.col-50 {
    width: 50%;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blue-boxed.qouted-box::before {
    transform: translateY(70px);
    opacity: 0;
    transition: opacity 700ms ease-out, transform 700ms ease-out;
    will-change: opacity, transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;  
}
.blue-boxed.qouted-box.inView::before {
    transform: translateY(0);
    opacity: 1;
}
.fadein-65,
.fadein-85{
    opacity: 0;
    transition: opacity 700ms ease-out, transform 700ms ease-out;
    will-change: opacity, transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;  
}
.fadein-65,
.fadein-85 {
    -webkit-transform: translate3d(0, 60px, 0);  
    -ms-transform: translate3d(0, 60px, 0);  
    transform: translate3d(0, 60px, 0);  
}


.fadetoRight ,
.fadetoLeft,
.fadefromLeft,
.fadefromRight {
    transition: opacity 700ms linear 0ms;
    opacity: 0;
}
.inView .fadetoRight,
.inView .fadetoLeft,
.inView .fadefromRight,
.inView .fadefromLeft  {
    opacity: 1; 
}
.fadein-65.inView,
.fadein-85.inView {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);  
    -ms-transform: translate3d(0, 0, 0);  
    transform: translate3d(0, 0, 0);  
}
.hide-overflow {
    overflow: hidden;
}
/*---- Common CSS ---*/
h1, h2, h3, h4, h5, h6 {    
    font-family: "kepler-std";
    font-weight: 400;
}
p {    
    font-family: 'AauxProOT-Regular';
}

.aaux-regular {
    font-family: 'AauxProOT-Regular'; 
    font-weight: 400;   
}
.keplar {
    font-family: "kepler-std";
    font-weight: 400;
}
.fullscreen {
    min-height: 100vh;
}
.full-height {
    height: 100vh;
}
.half-height {
    height: 50vh;
}
.textLock-height {
    height: 60vh;
}
.container.distilleryContainer {
    width: 100%;
    max-width: 1250px;
    min-width: 350px;
}
.h2-big,
.h2-ultra_big {
    font-size: 60px;
    line-height: 1.33em;
    color: #fff;
}
.h2-ultra_big {
    font-size: 120px;
}
.h2-big.ex-big {
    font-size: 72px;
}
.p {
    font-size: 34px;
    line-height: 1.33em;
    color: #000;
}
.p + .p {
    margin-top: 1.4em;
}
.p-sm {
    font-size: 30px;
    line-height: 1.69em;
}
.p-big {
    font-size: 40px;
    line-height: 1.5em;
}
.title-bg_red {
    display: inline;
    background-color: #971B2F;
    padding: 0.075em 0;
    position: relative;
    box-shadow: 15px 0 0 0 #971B2F, -15px 0 0 0 #971B2F;
}
.blue-boxed_title {
    font-size: 54px;
    line-height: 1.3em;
    color: #fff;
    left: 75px;
    position: absolute;
    top: -.9em;
    z-index: 2;
}
.title-bg {
    display: inline;
    background-color: #1E355E;
    padding: 0.075em 0;
    position: relative;
    box-shadow: 15px 0 0 0 #1E355E, -15px 0 0 0 #1E355E;
}
.paragraph-bg {
    display: inline;
    background-color: #fff;
    padding: 0.075em 0;
    position: relative;
    box-shadow: 15px 0 0 0 #fff, -15px 0 0 0 #fff;
}
/*---- Common CSS ---*/
/*---- Banner ----*/
.banner video,
.video,
.fullscreenImg,
.sliderOverText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
    -o-object-fit: cover;
}
.video-overlay_black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    display: block;

    background: -moz-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.02) 89%, rgba(0,0,0,0) 90%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(89%, rgba(0,0,0,0.02)), color-stop(90%, rgba(0,0,0,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.02) 89%, rgba(0,0,0,0) 90%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.02) 89%, rgba(0,0,0,0) 90%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.02) 89%, rgba(0,0,0,0) 90%); /* ie10+ */
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.02) 89%, rgba(0,0,0,0) 90%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */   

}
.fullscreenImg,
.sliderOverText {
    min-height: 1px;
    height: 100%;
}
.sliderOverText {
    z-index: 10;
    opacity: 0;
    transform: translate3d(0,120px,0);
    transition: 700ms linear;
}
.sliderOverText.inView {
    opacity: 1;
    transform: translate3d(0,0,0);
}
/*---- Banner ----*/

.black-section {
    background: #000 !important;
}
.common-section {
    padding: 90px 0 95px;
    background: #fff;
    position: relative;
}
.common-section_inner {
    margin: 160px 0 90px;
    position: relative;
}
.common-section_inner.blue-boxed {
    margin-top: 170px;
    margin-bottom: 120px;
}
.blue-boxed {
    background: #1E355E;
    padding: 70px 60px;
    position: relative;
    z-index: 1;
}
.blue-boxed.qouted-box {
    padding: 100px 85px;
    margin-top: 200px;
    margin-bottom: 150px;
}
.color-white {
    color: #fff;
}
.blue-boxed p {
    color: #fff ;
}
.blue-boxed.qouted-box::before {
    content: "\201C";
    position: absolute;
    top: -.17em;
    left: -26px;
    font-size: 800px;
    line-height: 1em;
    color: #A7A8AA;
    font-family: "kepler-std";
    font-weight: 300;
}
.qouted-box .blue-boxed_title {
    top: auto;
    bottom: -.75em;
    right: 1em;
    left: auto;
}

/*----Locked Image sections----*/
.imageLock-screen {
    position: relative;
    overflow: hidden;
}
.w-lock_img,
.w-lock_img img {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.w-lock_img img {
    object-fit: cover;
    -o-object-fit: cover;
}
.w-lock_img .zoom1 {
    transform: matrix(1.25, 0, 0, 1.25, 0, 0);
}
/*----Locked Image sections----*/

/*----Follow up text section----*/
.following-text_wrap {
    padding-top: 250px;
}
.following-text_js1 {
    transform: translateY(500%);
    opacity: 0;
}
.following-text_js,
.following-text_js2 {
    transform: translateY(500%);
    opacity: 0;
}
/*----Locked Image sections----*/
.flex-row {
    margin: 0 -5px;
}
.flex-row .col-50 {
    margin: 5px;
    width: calc(50% - 10px);
}
.flex-row .col-50 img {
    width: 100%;
}
.location-carousel_item {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.indented-content {
    padding-left: 100px;
}
.red-bordered {
    font-style: normal;
    position: relative;
    z-index: 1;
}
.red-bordered::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #971B2F;
    content: '';
    height: 6px;
    width: 0%;
    z-index: -1;
    transition: 500ms ease;
}
.red-bordered.active::before {
    width: 100%;
}
/*---- New Update -----*/
.container.distilleryContainer {
    padding-left: 15px;
}
.container.distilleryContainer.sm-container {
    max-width: 1100px;
}
/*---- New Update -----*/


@media screen and (max-width: 1799px) {
    .container.distilleryContainer {
        max-width: 1100px;
    }
    .container.distilleryContainer.sm-container {
        max-width: 1000px;
    }    
}





@media screen and (max-width: 1399px) {
    /*---- Main Components ----*/  
    .container.distilleryContainer {
        max-width: 980px;
    }
    .container.distilleryContainer.sm-container {
        max-width: 900px;
    }
    .h2-big,
    .h2-ultra_big {
        font-size: 50px;
    }
    .h2-big.ex-big {
        font-size: 62px;
    }
    .h2-ultra_big {
        font-size: 100px;
    }
    .p {
        font-size: 28px;
    }
    
    .p-sm {
        font-size: 24px;
    }
    .p-big {
        font-size: 34px;
    }
    
    .blue-boxed_title {
        font-size: 44px;
        left: 65px;
    }
    /*---- Common CSS ---*/
    .common-section {
        padding: 75px 0 80px;
    }
    .common-section_inner {
        margin: 134px 0 75px;
    }
    .common-section_inner.blue-boxed {
        margin-top: 142px;
        margin-bottom: 100px;
    }
    .blue-boxed {
        padding: 60px 50px;
    }
    .blue-boxed.qouted-box {
        padding: 85px 70px;
        margin-top: 165px;
        margin-bottom: 125px;
    }
    .blue-boxed.qouted-box::before {
        left: -20px;
        font-size: 660px;
    }
    /*----Follow up text section----*/
    .following-text_wrap {
        padding-top: 210px;
    }
    /*----Locked Image sections----*/
    .indented-content {
        padding-left: 84px;
    }
    .red-bordered::before {
        height: 5px;
    }
    /*---- Main Components ----*/    
}
@media screen and (max-width: 1199px) {
    /*---- Main Components ----*/ 
    .container.distilleryContainer {
        max-width: 850px;
    }
    .container.distilleryContainer.sm-container {
        max-width: 780px;
    }
    .h2-big,
    .h2-ultra_big {
        font-size: 42px;
    }
    .h2-big.ex-big {
        font-size: 52px;
    }
    .h2-ultra_big {
        font-size: 80px;
    }
    .p {
        font-size: 24px;
    }
    
    .p-sm {
        font-size: 20px;
    }
    .p-big {
        font-size: 28px;
    }
    
    .blue-boxed_title {
        font-size: 38px;
        left: 55px;
    }
    /*---- Common CSS ---*/
    .common-section {
        padding: 60px 0 65px;
    }
    .common-section_inner {
        margin: 110px 0 60px;
    }
    .common-section_inner.blue-boxed {
        margin-top: 118px;
        margin-bottom: 82px;
    }
    .blue-boxed {
        padding: 50px 40px;
    }
    .blue-boxed.qouted-box {
        padding: 70px 60px;
        margin-top: 138px;
        margin-bottom: 100px;
    }
    .blue-boxed.qouted-box::before {
        left: -17px;
        font-size: 550px;
    }
    /*----Follow up text section----*/
    .following-text_wrap {
        padding-top: 173px;
    }
    /*----Locked Image sections----*/
    .indented-content {
        padding-left: 69px;
    }
    .red-bordered::before {
        height: 5px;
    }      
    /*---- Main Components ----*/   
}


@media screen and (max-width: 991px) {
    /*---- Main Components ----*/   
    .container.distilleryContainer,
    .container.distilleryContainer.sm-container {
        max-width: 660px !important;
    }
    .h2-big,
    .h2-ultra_big {
        font-size: 32px;
    }
    .h2-big.ex-big {
        font-size: 40px;
    }
    .h2-ultra_big {
        font-size: 64px;
    }
    .p {
        font-size: 18px;
    }
    .p-sm {
        font-size: 16px;
    }
    .p-big {
        font-size: 22px;
    }
    /*---- Common CSS ---*/
    .common-section {
        padding: 48px 0 53px;
    }
    .common-section_inner {
        margin: 86px 0 48px;
    }
    .common-section_inner.blue-boxed {
        margin-top: 90px;
        margin-bottom: 64px;
    }
    .blue-boxed {
        padding: 38px 30px;
    }
    .blue-boxed_title {
        font-size: 28px;
        left: 45px;
    }
    .blue-boxed.qouted-box {
        padding: 55px 46px;
        margin-top: 107px;
        margin-bottom: 77px;
    }
    .blue-boxed.qouted-box::before {
        left: -13px;
        font-size: 425px;
    }
    /*----Follow up text section----*/
    .following-text_wrap {
        padding-top: 134px;
    }
    /*----Locked Image sections----*/
    .indented-content {
        padding-left: 54px;
    }
    .red-bordered::before {
        height: 4px;
    }  
    /*---- Main Components ----*/     
}
@media screen and (min-width: 768px) {

    .fadetoLeft,
    .fadefromRight {
        transition-delay: 150ms;        
    }
}
@media screen and (max-width: 767px) {
    /*---- Main Components ----*/  
    .container.distilleryContainer {
        padding-left: 55px;
        padding-right: 55px;
    } 
    .container.distilleryContainer.sm-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .container.distilleryContainer,
    .container.distilleryContainer.sm-container {
        max-width: 100% !important;
    }
    /*
    .fullscreen {
        min-height: 90vh;
    }
    .full-height {
        height: 90vh;
    }
    */
    .h2-big,
    .h2-ultra_big {
        font-size: 36px;
    }
    .h2-big.ex-big {
        font-size: 40px;
    }
    .h2-ultra_big {
        font-size: 54px;
    }
    .p {
        font-size: 22px;
    }
    .p + .p {
        margin-top: 1em;
    }
    .p-sm {
        font-size: 24px;
    }
    .p-big {
        font-size: 24px;
    }
    /*---- Common CSS ---*/
    .common-section {
        padding: 35px 0 40px;
    }
    .common-section_inner {
        margin: 50px 0 45px;
    }
    .common-section_inner.blue-boxed {
        margin-top: 90px;
        margin-bottom: 64px;
    }
    .blue-boxed {
        padding: 78px 30px 38px;
        margin-top: 96px;
    }
    .blue-boxed_title {
        font-size: 36px;
        left: 45px;
        top: -48px;
    }
    .blue-boxed.qouted-box {
        padding: 80px 30px 70px;
        margin-top: 125px;
        margin-bottom: 70px;
    }
    .blue-boxed.qouted-box::before {
        left: 50%;
        font-size: 600px;
        transform: translate3d(-50%,50px,0);
    }
    .blue-boxed.qouted-box.inView::before {
        transform: translate3d(-50%,0,0);
    }
    /*----Follow up text section----*/
    .following-text_wrap {
        padding-top: 134px;
    }
    /*----Locked Image sections----*/
    .indented-content {
        padding-left: 0;
    }
    .red-bordered::before {
        height: 4px;
    }  
    .flex-row {
        margin: 0;
    }
    .flex-row .col-50 {
        margin: 3px 0;
        width: 100%;
    }
    .bottomMorePadding.common-section {
        padding-bottom: 50px;
    }    
    .qouted-box .blue-boxed_title {
        right: auto;
        left: 45px;
    }  
    .mob-twoThird {
        height: 60vh;
    }  
    .mob-half {
        height: 40vh;
    }
    /*---- Main Components ----*/   

}

@media screen and (max-width: 599px) {
    /*---- Main Components ----*/  
    .container.distilleryContainer {
        padding-left: 40px;
        padding-right: 40px;
    } 
    .container.distilleryContainer.sm-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 499px) {
    /*---- Main Components ----*/  
    .container.distilleryContainer {
        padding-left: 30px;
        padding-right: 30px;
    } 
    .container.distilleryContainer.sm-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}