@font-face{
    font-family: Roboto-Regular;
    src: url(../fonts/DroidSans.ttf);
}
@font-face{
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face{
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    position: relative;
    height: 100%;
}
body.otherPages{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.otherPages > main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
body.contact > main {
    padding:0;
}
body.otherPages > .otherTopSide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
body.otherPages > footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.swiper-slide {
    
}
.firstSection,.secondSection,.thirdSection,.thirdSection,.fifthSection{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.mainSlider{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mainLogo{
    width: 137px;
    height: 100px;
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    overflow: hidden;
}
.mainLogo img {
    width: 100%;
    height: 100%;
    position: relative;
    top:100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgbox > div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    -o-transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s, -webkit-transform 0.5s 0.05s;
    
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    opacity: 0.5;
    background-position: center center;
}
.imgbox > div:nth-child(1){
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
}
.mainKasri{
    height: calc(100% - 115px);
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: -100%;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.mainKasri > div{
    width: 450px;
    height: 100%;
    position: relative;
}
.mainKasri > div > img{
    height: 100%;
    max-height: 650px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.9s, bottom 0.5s;
    -o-transition: opacity 0.9s, bottom 0.5s;
    transition: opacity 0.9s, bottom 0.5s;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.mainKasri > div > img:nth-child(1){
    bottom: 0px;
    opacity: 1;
}
.mainSlOpt{
    height: calc(100% - 130px);
    position: absolute;
    z-index: 9;
/*    left: 220px;*/
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}
.slCounter{
    overflow: hidden;
    list-style: none;
    font:normal 18px Roboto-Regular;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: -8px;
}
.slCounter > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 10px 10px;
    -webkit-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
    position: relative;
    bottom:-30px;
    cursor: pointer;
}
.slprogress{
    width: 0px;
    height: 1px;
    background: #8A9298;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slCounter > li:nth-child(1) > .slprogress{
    width: 100px;
}
.slCounter > li:nth-child(1){
    color:#FCDE13;
}
.slProgressIn{
    width: 0%;
    height: 1px;
    background: #FCDE13;
    -webkit-transition: 5s linear;
    -o-transition: 5s linear;
    transition: 5s linear;
}
.slCiferblat{
    width: 55px;
    height:0px;
    color:#678998;
    background: #FCDE13;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 15px;
}
.slCiferblatIn{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.slCiferblatIn > div {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font:bold 25px Roboto-Regular;
}
.slText{
    font: bold 47px Roboto-Regular;
    text-transform: capitalize;
    color:#FFF;
    text-decoration: none;
}
.slText > div{
    height: 60px;
    position: relative;
    overflow: hidden;
}
.slText > div:nth-child(2){
    margin-top: -10px;
}
.slText > div:nth-child(1) > div {
    -webkit-transition: 0.3s 0.1s ease-out;
    -o-transition: 0.3s 0.1s ease-out;
    transition: 0.3s 0.1s ease-out;
    position: relative;
    top:-100%;
}
.slText > div:nth-child(2) > div {
    -webkit-transition: 0.3s 0.25s ease-out;
    -o-transition: 0.3s 0.25s ease-out;
    transition: 0.3s 0.25s ease-out;
    position: relative;
    top:-100%;
}
.topside{
    position: absolute;
    top:0px;
    right: 20px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
}
.burgermenu{
    width: 33px;
    height: 50px;
    list-style: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
    top:0;
    right: 0;
}
.burgermenu > li {
    width: 100%;
    height: 2px;
    background: #FCDE13;
    position: absolute;
    top: -20px;
}
.burgermenu > li:nth-child(1){
    background: #FFF;
    -webkit-transition: 0.1s 1.21s ease-out;
    -o-transition: 0.1s 1.21s ease-out;
    transition: 0.1s 1.21s ease-out;
}
.airBurgerMenu .burgermenu > li:nth-child(1){
    background: #FCDE13;
}
.burgermenu > li:nth-child(2){
    -webkit-transition: 0.1s 1.14s ease-out;
    -o-transition: 0.1s 1.14s ease-out;
    transition: 0.1s 1.14s ease-out;
}
.burgermenu > li:nth-child(3){
    -webkit-transition: 0.1s 1.07s ease-out;
    -o-transition: 0.1s 1.07s ease-out;
    transition: 0.1s 1.07s ease-out;
}
.burgermenu > li:nth-child(4){
    -webkit-transition: 0.1s 1s ease-out;
    -o-transition: 0.1s 1s ease-out;
    transition: 0.1s 1s ease-out;
}

.burgermenuLoaded > li:nth-child(1){
    top: 20px;
}
.burgermenuLoaded > li:nth-child(2){
    top: 28px;
}
.burgermenuLoaded > li:nth-child(3){
    top: 36px;
}
.burgermenuLoaded > li:nth-child(4){
    top: 44px;
}

.burgerTransitions > li:nth-child(1){
    left: 0px;
    transition: all 0.3s 0.2s, left 0.3s 0.19s ease-out, opacity 0.3s 0.21s ease-out;
}
.burgerTransitions > li:nth-child(2){
    transition: 0.3s 0.25s ease-out;
}
.burgerTransitions > li:nth-child(3){
    transition: 0.13s 0.25s ease-out;
}
.burgerTransitions > li:nth-child(4){
    right: 0px;
    transition: all 0.3s 0.2s, right 0.3s 0.19s ease-out, opacity 0.3s 0.21s ease-out;
}

.topside .search{
    width: 30px;
    height: 32px;
    background: url(../img/search.png) no-repeat right center;
    right: 30px;
    top: 15px;
    position: relative;
    -webkit-transition: 0.3s 0.1s;
    -o-transition: 0.3s 0.1s;
    transition: 0.3s 0.1s;
    visibility: hidden;
}
.socialsBox{
    position:relative;
    left:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    z-index: 20;
}
.slinopt{
    position: relative;
    left: 220px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.socialsBox a {
    position: relative;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 7px 0;
    left: -40px;
}
.socialsBox a.fb{
    background-image: url(../img/fb.png);
}
.socialsBox a.instagram{
    background-image: url(../img/instagram.png);
    -webkit-transition: 0.2s 0.08s;
    -o-transition: 0.2s 0.08s;
    transition: 0.2s 0.08s;
}
.socialsBox a.youtube{
    background-image: url(../img/youtube.png);
    -webkit-transition: 0.2s 0.16s;
    -o-transition: 0.2s 0.16s;
    transition: 0.2s 0.16s;
}
.socialsBoxAct a.fb{
    -webkit-animation: fbAnime 0.4s 0s ease-out forwards;
    animation: fbAnime 0.4s 0s ease-out forwards;
}
.socialsBoxAct a.instagram{
    -webkit-animation: instagramAnime 0.4s 0.08s ease-out forwards;
    animation: instagramAnime 0.4s 0.08s ease-out forwards;
}
.socialsBoxAct a.youtube{
    -webkit-animation: youtubeAnime 0.4s 0.16s ease-out forwards;
    animation: youtubeAnime 0.4s 0.16s ease-out forwards;
}



ul.drinkBar{
    width: 200px;
    height: 100%;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
ul.drinkBar > li{
    font: bold 16px Roboto-Regular;
    text-transform: capitalize;
    color: rgba(255,255,255,0.6);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(18, 19, 23);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-left: 5px solid transparent;
}
ul.drinkBar > li.act{
    background: rgba(41, 42, 46, 1);
    color: #FFF;
    border-left: 5px solid #FCDE13;
}

ul.drinkBar > li:hover{
    background: rgba(18, 19, 23, 0.9);
    color: #FFF;
}
ul.drinkBar li.act > div.ico > div{
    height: 100%;
}
ul.drinkBar > li > div.ico{
    width: 60px;
    height: 56px;
    background-repeat: no-repeat;
    /*background-image: url(../img/icons.png);*/
    margin-bottom: 15px;
    opacity: 1;
    position: relative;
    background-position: center center;
    background-size: auto 50px;
}
ul.drinkBar > li > div.ico > div{
    width: 100%;
    height: 0%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
ul.drinkBar > li > div.ico > div > div{
    width: 100%;
    height: 56px;
    background-repeat: no-repeat;
    /*background-image: url(../img/icons.png);*/
    background-position: center center;
    background-size: auto 50px;
    bottom: 0px;
    position: absolute;
}
ul.drinkBar > li:hover > div.ico > div{
    height: 100%;
}
ul.drinkBar > li:nth-child(1) > div.ico{
    background-image: url(/img/beer.png);
}
ul.drinkBar > li:nth-child(1) > div.ico > div > div{
    background-image: url(/img/beerYellow.png);
}
ul.drinkBar > li:nth-child(2) > div.ico{
    background-image: url(/img/lemonade.png);
}
ul.drinkBar > li:nth-child(2) > div.ico > div > div{
    background-image: url(/img/lemonadeYellow.png);
}
ul.drinkBar > li:nth-child(3) > div.ico{
    background-image: url(/img/coke.png);
}
ul.drinkBar > li:nth-child(3) > div.ico > div > div{
    background-image: url(/img/cokeYellow.png);
}
ul.drinkBar > li:nth-child(4) > div.ico{
    background-image: url(/img/iceTea.png);
}
ul.drinkBar > li:nth-child(4) > div.ico > div > div{
    background-image: url(/img/iceTeaYellow.png);
}
ul.drinkBar > li:nth-child(5) > div.ico{
    background-image: url(/img/energyDrinks.png);
}
ul.drinkBar > li:nth-child(5) > div.ico > div > div{
    background-image: url(/img/energyDrinksYellow.png);
}
ul.drinkBar > li:nth-child(6) > div.ico{
    background-image: url(/img/naturalJuices.png);
}
ul.drinkBar > li:nth-child(6) > div.ico > div > div{
    background-image: url(/img/naturalJuicesYellow.png);
}
ul.drinkBar > li .innerItems{
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    left:0%;
    color: #000;
    overflow: hidden;
    visibility: hidden;
}
ul.drinkBar > li .innerItems > div.lift{
    width: 100%;
    min-height: 100%;
    position: relative;
    background: #F2F2F2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left:-100%;
    top: 0;
}
ul.drinkBar > li .innerItems > div.lift > div:first-child {
    border-color: transparent;
}
ul.drinkBar > li .innerItems > div.lift > div{
    width: 100%;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top:1px solid #D8D8D8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left:-100%;
    position: relative;
    -webkit-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}

ul.drinkBar > li .innerItems > div.lift > div:hover + div {
    border-color: transparent;
}

ul.drinkBar > li .innerItems > div.lift > div:hover{
    background: #FFF;
    border-color: transparent;
}
ul.drinkBar .innerItems > div.lift > div > img{
    max-width: 35px;
    max-height: 120px;
    margin-right: 15px;
}

ul.drinkBar .innerItems > div.lift > div > div{
    font-size: 18px;
    width: 100px;
}
ul.drinkBar .innerItems > div.lift > div > div > div{
    color: #FF5856;
    font-size: 25px;
}
ul.drinkBar > li.act .innerItems > div.lift{
    left: 0%;
}
ul.drinkBar > li.act .innerItems > div.lift > div{
    left: 0%;
}
ul.drinkBar > li.act .innerItems > div.lift > div:first-child{
    background: #fff;
}
/*
ul.drinkBar > li.act .innerItems > div.lift > div:first-child +div{
    border-color: transparent;
}
*/
ul.drinkBar > li.act .innerItems{
    visibility: visible;
    left: 100%;
}
ul.drinkBar > li.act .innerItems div.innerContent{
    width: 200px;
    height: 300px;
    background: red;
    position: absolute;
    left: 90%;
}
.secondSection{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.drinkBarContent{
    width: calc(100% - 400px);
    height: 100%;
    position: relative;
    left:200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.drinkBarContent > .box{
    width: 90%;
    height: 85%;
    -webkit-transition: 0.1s 0;
    -o-transition: 0.1s 0;
    transition: 0.1s 0;
}
.drinkBarContent > .box > .borderBox{
    width: 100%;
    height: 350px;
    border: 10px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 25px;
    padding-right: 50px;
    position: relative;
    -webkit-transition: 0.3s 0.6s;
    -o-transition: 0.3s 0.6s;
    transition: 0.3s 0.6s;
}
.drinkBarContentAct > .box > .borderBox{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
}
.drinkBarContent > .box > .borderBox > img{
    max-width: 200px;
    max-height: calc(100vh - 150px);
    margin: 0 50px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: 0.4s 0.7s;
    -o-transition: 0.4s 0.7s;
    transition: 0.4s 0.7s;
}
.drinkBarContentAct > .box > .borderBox > img{
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
       transition-delay: 0.1s;
}
.drinkBarContent > .box > .borderBox > div >  h3{
    font:bold 35px Roboto-Regular;
    color: #FF5856;
    position: relative;
    top: -10px;
    opacity: 0;
    -webkit-transition: 0.3s 0.8s;
    -o-transition: 0.3s 0.8s;
    transition: 0.3s 0.8s;
}
.drinkBarContentAct > .box > .borderBox > div >  h3{
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
       transition-delay: 0.2s;
}
.drinkBarContent > .box > .borderBox > div >  h2{
    font:bold 40px Montserrat-Regular;
    text-transform: uppercase;
    overflow: hidden;
    height:0px;
    -webkit-transition: 0.3s 0.9s;
    -o-transition: 0.3s 0.9s;
    transition: 0.3s 0.9s;
}
.drinkBarContentAct > .box > .borderBox > div >  h2{
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
       transition-delay: 0.3s;
}
.drinkBarContent > .box > .borderBox > div >  .desc{
    font:normal 15px Roboto-Regular;
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: 0.3s 1s;
    -o-transition: 0.3s 1s;
    transition: 0.3s 1s;
}
.drinkBarContentAct > .box > .borderBox > div >  .desc{
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
       transition-delay: 0.4s;
}
.drinkBarContent > .box > .borderBox a > div{
    width: 100%;
    background:#eee;
    text-decoration: none;
    text-transform: capitalize;
    font: bold 25px Roboto-Regular;
    color: #000;
    /*border-left:3px solid #FCDE13;*/
    display: inline-block;
    position: relative;
    right: 40px;
    opacity: 0;
    -webkit-transition: 0.2s 1s ease-out;
    -o-transition: 0.2s 1s ease-out;
    transition: 0.2s 1s ease-out;
    position: relative;
}
.drinkBarContent > .box > .borderBox a > div > div.first{
    content: '';
    width: 3px;
    height: 100%;
    background-color:#FCDE13;
    position: absolute;
    left:0;
    top:0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.drinkBarContent > .box > .borderBox a > div:hover .first{
    width: 100%;
}
.drinkBarContent > .box > .borderBox a > div > div.second{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background:  url(../img/rightAngle.png) no-repeat right center;
    padding:12px 40px 10px  20px;
}
.drinkBarContentAct > .box > .borderBox a > div{
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
}
.drinkBarContent > .box > .borderBox a{
    position: absolute;
    bottom: -40%;
    /*overflow: hidden;*/
    width: 170px;
}
.drinkBarContent > .boxact {
    opacity: 1;
}
.drinkBarContent > .boxact > .borderBox{
    border-color: #FCDE13;
}
.drinkBarContent > .boxact > .borderBox > img{
    top: 0;
    opacity: 1;
}
.drinkBarContent > .boxact > .borderBox > div >  h3{
    opacity: 1;
    top: 0;
}
.drinkBarContent > .boxact > .borderBox > div >  h2{
    height: 90px;
}
.drinkBarContent > .boxact > .borderBox > div >  .desc{
    opacity: 1;
}
.drinkBarContent > .boxact > .borderBox a > div{
    right: 0%;
    opacity: 1;
}
.thirdSection{
    
}
.fourthSection > h2{
    font: bold 50px Montserrat-Bold;
    text-align: center;
    text-transform: capitalize;
    margin-top: 30px;
}
.fourthSection {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.companyNewsBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0px 50px 30px 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
}
.companyNewsBox .newsBox{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    position: relative;
    top: 50px;
    left: -50px;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
    padding: 0 20px 0px 20px;
    /*margin-top: 30px;*/
}
.companyNewsBox .newsBox:hover{
    margin-top: 30px;
    height: 90%;
}
.companyNewsBox .newsBox:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
        transform-origin: top;
}
.companyNewsBox .newsBox:hover > .inBox > div:nth-child(1){
    border-color: #FCDE13;
}
.companyNewsBox .newsBox:hover > h3{
    color: #FCDE13;
}
.companyNewsBox .newsBox > h3{
    font: bold 20px Roboto-Regular;
    color: #EEEEEE;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: -15px;
}
.companyNewsBox .newsBox > h3 > span{
    font-size: 60px;
}
.companyNewsBox .newsBox > .inBox{
    padding: 20px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.companyNewsBox .newsBox > .inBox > div:nth-child(1){
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #eee;
    top:0;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.companyNewsBox .newsBox > .inBox > div:nth-child(2){
    font: bold 2.2vh Roboto-Regular;
    color: #333;
    margin: 20px 10px 0 10px;
}
.companyNewsBox .newsBox > .inBox > img{
    width: 100%;
    height: 100%;
    flex-grow: 0.8;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: relative;
    z-index: 0;
}

.companyNewsBox > .newsBox:nth-child(1){
    -webkit-transition: opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s 0.1s ease-out;
    -o-transition: opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s 0.1s ease-out;
    transition: opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s 0.1s ease-out;
}
.companyNewsBox > .newsBox:nth-child(2){
    -webkit-transition: opacity 0.2s 0.2s ease-out, left 0.2s 0.2s ease-out, top 0.2s 0.3s ease-out;
    -o-transition: opacity 0.2s 0.2s ease-out, left 0.2s 0.2s ease-out, top 0.2s 0.3s ease-out;
    transition: opacity 0.2s 0.2s ease-out, left 0.2s 0.2s ease-out, top 0.2s 0.3s ease-out;
}
.companyNewsBox > .newsBox:nth-child(3){
    -webkit-transition: opacity 0.2s 0.4s ease-out, left 0.2s 0.4s ease-out, top 0.2s 0.5s ease-out;
    -o-transition: opacity 0.2s 0.4s ease-out, left 0.2s 0.4s ease-out, top 0.2s 0.5s ease-out;
    transition: opacity 0.2s 0.4s ease-out, left 0.2s 0.4s ease-out, top 0.2s 0.5s ease-out;
}
.companyNewsBox > .newsBox:nth-child(4){
    -webkit-transition: opacity 0.2s 0.6s ease-out, left 0.2s 0.6s ease-out, top 0.2s 0.7s ease-out;
    -o-transition: opacity 0.2s 0.6s ease-out, left 0.2s 0.6s ease-out, top 0.2s 0.7s ease-out;
    transition: opacity 0.2s 0.6s ease-out, left 0.2s 0.6s ease-out, top 0.2s 0.7s ease-out;
}
.fourthSectionAct .newsBox{
    opacity: 1;
    top: 0px;
    left: 0px;
}
.backShadow{
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(18, 19, 23,0.8);
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
}
.backShadowAct{
    visibility: visible;
    opacity: 1;
}
.topMenuBox{
    width: 0vw;
    height: 0vh;
    background: rgb(18, 19, 23);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -ms-grid;
    display: grid;
    /*grid-template-columns: repeat(2, 50%);*/
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    overflow: hidden;
}
.topMenuBox > div:nth-child(2){
    display: none;
}
.airBurgerMenu{
    /*background: red;*/
    position: fixed;
    right: 20px;
    top: -5px;
    z-index: 99999;
    display: none;
}
.topsideAct, .airBurgerMenuAct{
    top:0;
    right: 0;
}
.topsideAct .topMenuBox, .airBurgerMenuAct .topMenuBox{
    width: 30vw;
    height: 100vh;
    overflow: visible;
}
.airBurgerMenuAct .topMenuBox{
    position: relative;
    z-index: 20;
}
.topsideAct .search, .airBurgerMenuAct .search{
    right: -10px;
}
.topsideAct .burgermenu, .airBurgerMenuAct .burgermenu{
    top: 4px;
    right: -45px;
}
.airBurgerMenuAct .burgermenu{
    z-index: 30;
}
.topsideAct .burgermenu > li:nth-child(1), .airBurgerMenuAct .burgermenu > li:nth-child(1){
    left: -20px;
    opacity: 0;
}
.topsideAct .burgermenu > li:nth-child(4), .airBurgerMenuAct .burgermenu > li:nth-child(4){
    right: -20px;
    opacity: 0;
}
.topsideAct .burgermenu > li:nth-child(2), .airBurgerMenuAct .burgermenu > li:nth-child(2){
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform-origin: 20px 0px;
    -ms-transform-origin: 20px 0px;
        transform-origin: 20px 0px;
}
.topsideAct .burgermenu > li:nth-child(3), .airBurgerMenuAct .burgermenu > li:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: 5px -7px;
        transform-origin: 5px -7px;
}





ul.menuDrinkBar{
    width: 50%;
    height: 100%;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6,auto);
    position: relative;
    margin-left: auto;
}
ul.menuDrinkBar > li{
    font: bold 16px Roboto-Regular;
    text-transform: capitalize;
    color: rgba(255,255,255,0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(18, 19, 23);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-right: 5px solid transparent;
}
/*
ul.menuDrinkBar > li:before{
    content: '';
    width: 5px;
    height: 0%;
    background: #FCDE13;
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
*/
ul.menuDrinkBar > li.act{
    background: #31302D;
    color: #FFF;
    border-right: 5px solid #FCDE13;
}
/*
ul.menuDrinkBar > li.act:before{
    height: 100%;
}
*/
ul.menuDrinkBar > li:hover{
    background: #31302D;
    color: #FFF;
}
ul.menuDrinkBar li.act > div.ico > div{
    height: 100%;
}
ul.menuDrinkBar > li > div.ico{
    width: 60px;
    height: 56px;
    background-repeat: no-repeat;
    background-image: url(../img/icons.png);
    margin-bottom: 15px;
    opacity: 1;
    position: relative;
}
ul.menuDrinkBar > li > div.ico > div{
    width: 100%;
    height: 0%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
ul.menuDrinkBar > li > div.ico > div > div{
    width: 100%;
    height: 56px;
    background-repeat: no-repeat;
    background-image: url(../img/icons.png);
    bottom: 0px;
    position: absolute;
}
ul.menuDrinkBar > li:hover > div.ico > div{
    height: 100%;
}
ul.menuDrinkBar > li:nth-child(1) > div.ico{
    background-position: center -141px;
}
ul.menuDrinkBar > li:nth-child(1) > div.ico > div > div{
    background-position: center -569px;
}
ul.menuDrinkBar > li:nth-child(2) > div.ico{
    background-position: center -70px;
}
ul.menuDrinkBar > li:nth-child(2) > div.ico > div > div{
    background-position: center -498px;
}
ul.menuDrinkBar > li:nth-child(3) > div.ico{
    background-position: center -212px;
}
ul.menuDrinkBar > li:nth-child(3) > div.ico > div > div{
    background-position: center -640px;
}
ul.menuDrinkBar > li:nth-child(4) > div.ico{
    background-position: center 0;
}
ul.menuDrinkBar > li:nth-child(4) > div.ico > div > div{
    background-position: center -428px;
}
ul.menuDrinkBar > li:nth-child(5) > div.ico{
    background-position: center -284px;
}
ul.menuDrinkBar > li:nth-child(5) > div.ico > div > div{
    background-position: center -712px;
}
ul.menuDrinkBar > li:nth-child(6) > div.ico{
    background-position: center -352px;
}
ul.menuDrinkBar > li:nth-child(6) > div.ico > div > div{
    background-position: center -780px;
}
ul.menuDrinkBar > li .innerItems{
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    right:100%;
    color: #FFF;
    overflow: hidden;
    visibility: hidden;
}
ul.menuDrinkBar > li .innerItems > div.lift{
    width: 100%;
    min-height: 100%;
    position: relative;
    background: #31302D;
/*    -webkit-transition: 0.3s;
    transition: 0.3s;*/
    left:-100%;
    top: 0;
}
ul.menuDrinkBar > li .innerItems > div.lift > div:first-child {
    border-color: transparent;
}
ul.menuDrinkBar > li .innerItems > div.lift > div{
    width: 100%;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top:1px solid #5A5957;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left:-100%;
    position: relative;
}

ul.menuDrinkBar > li .innerItems > div.lift > div:hover + div {
    border-color: transparent;
}

ul.menuDrinkBar > li .innerItems > div.lift > div:hover{
    background: #5A5A5D;
    border-color: transparent;
}
ul.menuDrinkBar > li.act .innerItems{
    visibility: visible;
}

ul.menuDrinkBar .innerItems > div.lift > div > img{
    max-width: 35px;
    max-height: 120px;
    margin-right: 15px;
}

ul.menuDrinkBar .innerItems > div.lift > div > div{
    font-size: 20px;
    width: 100px;
}
ul.menuDrinkBar .innerItems > div.lift > div > div > div{
    color: #FF5856;
    font-size: 25px;
}
ul.menuDrinkBar > li.act .innerItems > div.lift{
    left: 0%;
}
ul.menuDrinkBar > li.act .innerItems > div.lift > div{
    left: 0%;
}
ul.menuDrinkBar > li.act .innerItems > div.lift > div:first-child{
    background: #5A5A5D;
}
ul.menuDrinkBar > li.act .innerItems > div.lift > div:first-child +div{
    border-color: transparent;
}

ul.menuDrinkBar > li.act .innerItems div.innerContent{
    width: 200px;
    height: 300px;
    background: red;
    position: absolute;
    left: 90%;
}


ul.topmenuUl .taggleMenu > a {
    color:  #fff;
}

ul.topmenuUl .taggleMenu  ul {
    display: none;
}

ul.topmenuUl{
    width:100%;
    list-style: none;
    padding: 10px 0 0 70px;
}
ul.topmenuUl a {
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    line-height: 50px!important;
}
ul.topmenuUl li {
    margin-top:10px;
    margin-bottom: 10px;
    cursor: pointer;
}
ul.topmenuUl > li > a{
    font: bold 30px Roboto-regular;
    color: #FFF;
    
}
ul.topmenuUl > li  ul{
    border-left: 2px solid rgba(255,255,255,0.4);
    padding-left: 30px;
    margin-left: 5px;
    list-style: none;
}
ul.topmenuUl > li  ul  li  a{
    font: normal 20px Roboto-regular;
    color: rgba(255,255,255,0.6);
    
}

section.fifthSection{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footSlider{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}
.footSlider > .fImgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footSlider > .fImgbox > div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    -o-transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s, -webkit-transform 0.5s 0.05s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    opacity: 0.5;
/*    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);*/
    background-position: center center;
    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;
    text-align: center;
    color: #FFF;
    font: bold 5vw Roboto-Regular;
    text-transform: capitalize;
    text-shadow: 0 0 15px rgba(0,0,0,0.3)
}
.footSlider > .fImgbox > div:nth-child(1) {
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
}
.footSlider > .slPagination{
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999;
}
.footSlider > .slPagination > .circle{
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.footSlider > .slPagination > .circle > div{
    width: 15px;
    height: 30px;
    position: relative;
    top:-2px;
    left: -2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.footSlider > .slPagination > .circle > div > div{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
}
.footSlider > .slPagination > .circle > div:nth-child(1) > div{
    left: 0;
    border-top: 2px solid transparent;
    border-right: 2px solid #FFCE00;
    border-bottom: 2px solid #FFCE00;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.footSlider > .slPagination > .circle > div:nth-child(2) > div{
    right: 0;
    border-top: 2px solid #FFCE00;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #FFCE00;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);/*135*/
}
.footSlider > .slPagination > .circleAct > div:nth-child(1) > div{
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 6s linear infinite;
}
.footSlider > .slPagination > .circleAct > div:nth-child(2) > div{
    -webkit-animation: circle2 6s linear infinite;
    animation: circle2 6s linear infinite;
}
.footSlider > .slPagination > .circle > .circleIN{
    width: 30px;
    height: 30px;
    color: #FFF;
    font: bold 15px Roboto-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footSlider > .slPagination > .circleAct > .circleIN{
    color: #FFCE00;
}
.footer{
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #121317;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.footer > .footTop{
    height: 150px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
}
.footer > .footTop .leftSide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255,255,255,0.6);
    font: normal 15px Roboto-Regular;
    margin-left: 40px;
}
.footer > .footTop .leftSide > img{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
}
.footer > .footTop .leftSideRight{
    width: 300px;
}
.footer > .footTop .leftSideRight a{
    margin-right: 20px;
}
.footer > .footTop .leftSideRight > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.footer > .footBott{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.footer > .footBott > li{
    margin: 0 30px;
}
.footer > .footBott a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font: normal 17px Roboto-Regular;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer > .footBott a:hover{
    color: #FFCE00;
}
ul.FootdrinkBar{
    width: 100%;
    height: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #31302D;
}
ul.FootdrinkBar > li{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font: bold 16px Roboto-Regular;
    text-transform: capitalize;
    color: rgba(255,255,255,0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
ul.FootdrinkBar > li:before{
    content: '';
    width: 5px;
    height: 0%;
    background: #FCDE13;
    position: absolute;
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.FootdrinkBar > li.act{
    background: rgba(18, 19, 23, 0.9);
    color: #FFF;
}
ul.FootdrinkBar > li.act:before{
    height: 100%;
}
ul.FootdrinkBar > li:hover{
    background: rgba(18, 19, 23, 0.9);
    color: #FFF;
}
ul.FootdrinkBar li.act > div.ico > div{
    height: 100%;
}
ul.FootdrinkBar > li > div.ico{
    width: 60px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
    opacity: 1;
    position: relative;
}
ul.FootdrinkBar > li > div.ico > div{
    width: 100%;
    height: 0%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
ul.FootdrinkBar > li > div.ico > div > div{
    width: 100%;
    height: 56px;
    background-repeat: no-repeat;
    bottom: 0px;
    position: absolute;
    background-position: center;
}
ul.FootdrinkBar > li:hover > div.ico > div{
    height: 100%;
}
ul.FootdrinkBar > li:nth-child(1) > div.ico{
    background-image: url(/img/beer.png);
}
ul.FootdrinkBar > li:nth-child(1) > div.ico > div > div{
    background-image: url(/img/beerYellow.png);
}
ul.FootdrinkBar > li:nth-child(2) > div.ico{
    background-image: url(/img/lemonade.png);
}
ul.FootdrinkBar > li:nth-child(2) > div.ico > div > div{
    background-image: url(/img/lemonadeYellow.png);
}
ul.FootdrinkBar > li:nth-child(3) > div.ico{
    background-image: url(/img/coke.png);
}
ul.FootdrinkBar > li:nth-child(3) > div.ico > div > div{
    background-image: url(/img/cokeYellow.png);
}
ul.FootdrinkBar > li:nth-child(4) > div.ico{
    background-image: url(/img/iceTea.png);
}
ul.FootdrinkBar > li:nth-child(4) > div.ico > div > div{
    background-image: url(/img/iceTeaYellow.png);
}
ul.FootdrinkBar > li:nth-child(5) > div.ico{
    background-image: url(/img/energyDrinks.png);
}
ul.FootdrinkBar > li:nth-child(5) > div.ico > div > div{
    background-image: url(/img/energyDrinksYellow.png);
}
ul.FootdrinkBar > li:nth-child(6) > div.ico{
    background-image: url(/img/naturalJuices.png);
}
ul.FootdrinkBar > li:nth-child(6) > div.ico > div > div{
    background-image: url(/img/naturalJuicesYellow.png);
}


.footBurger{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}.footBurger > .ffootBurgerListOuter{
    width: 64px;
    height: 60px;
    position: relative;
}
.footBurger  .ffootBurgerList{
    width: 64px;
    height: 60px;
    background: #FCDF18;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footBurgerAct  .ffootBurgerList{
    width: 0;
    height: 0;
}
.footBurger  .ffootBurgerList > li{
    width: 70%;
    height: 3px;
    background: #121317;
    margin: 0 auto;
    position: relative;
}
.footBurger  .ffootBurgerList > li:nth-child(1){
    top: 14px;
    background: #FFF;
}
.footBurger  .ffootBurgerList > li:nth-child(2){
    top: 22px;
}
.footBurger  .ffootBurgerList > li:nth-child(3){
    top: 30px;
}
.footBurger  .ffootBurgerList > li:nth-child(4){
    top: 38px;
}

.footBurger > .ffootBurgerListOuter .xCloseBtn{
    width: 0px;
    height: 0px;
    background: #FCDF18;
    position: absolute;
    top: 100%;
    left: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}
.footBurgerAct > .ffootBurgerListOuter .xCloseBtn{
    width: 40px;
    height: 40px;
}
.footBurger > .ffootBurgerListOuter .xCloseBtn:before{
    content: '';
    width: 80%;
    height: 1px;
    background: #121317;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform-origin: -5px 15px;
    -ms-transform-origin: -5px 15px;
        transform-origin: -5px 15px;
}
.footBurger > .ffootBurgerListOuter .xCloseBtn:after{
    content: '';
    width: 80%;
    height: 1px;
    background: #121317;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    -webkit-transform-origin: 14px 11px;
    -ms-transform-origin: 14px 11px;
        transform-origin: 14px 11px;
}
.footBurger > .ffootBurgerListOuter .fFootBurgContent{
    width: 0px;
    height: 0px;
    background: #FFF;
    position: absolute;
    top: 75px;
    left: 79px;
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footBurgerAct > .ffootBurgerListOuter .fFootBurgContent{
    width: 450px;
    height: 450px;
}
.footBurger .fFootBurgContent > h2{
    font: bold 50px Montserrat-Bold;
    color: #FCDF18;
    text-transform: capitalize;
    margin: 30px 0 0 0px;
    text-align: right;
}
.footBurger .fFootBurgContent > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footBurger .fFootBurgContent > div > .videoBox{
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footBurger .fFootBurgContent > div  .videoBoxIn{
    width: 150px;
    height: 150px;
    background: #000 url(../img/play.png) no-repeat right bottom;
}
.footBurger .fFootBurgContent > div  ul{
    list-style: none;
    margin:20px 0 0 0px;
}
.footBurger .fFootBurgContent > div  ul > li{
    margin: 10px 0;
    position: relative;
}
.footBurger .fFootBurgContent > div  ul > li.act:before{
    content: '';
    width: 50px;
    height: 4px;
    background-color: #FCDF18;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    z-index: -1;
}
.footBurger .fFootBurgContent > div  ul a{
    text-decoration: none;
    font: bold 20px Roboto-regular;
    text-transform: capitalize;
    color: #121317;
    text-align: right;
    width: 100%;
    display: block
}

.otherTopSide{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
main .mainIn{
    margin: 0 45px;
}
.beerPageBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.beerPageBox > div.content{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-top: -515px;
}
.beerPageBox > div.content > .titleDiv{
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.beerPageBox > .imgBox{
    height: 370px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 70px;
}
.beerPageBox > .imgBox > img{
    max-height: 90vh;
    max-width: 500px;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.beerPageBox > div.content > div.titleDiv > h1{
    font: bold 100px Montserrat-Bold;
    text-transform: capitalize;
    color: #FFF;
    margin-bottom: 10px;
    /*margin-top: -20px;*/
}
.beerPageBox > div.content > div > .siteNavigation{
    font: Bold 20px Roboto-Regular;
    text-transform: capitalize;
    color: lightgray;
    text-decoration: none;
    padding-bottom: 10px;
    /*margin: 25px 0 0 0px;*/
}
.beerPageBox > div.content > div > .siteNavigation a{
    font: Bold 20px Roboto-Regular;
    text-transform: capitalize;
    color: #FCDE13;
    text-decoration: none;
}
.beerPageBox > div.content > .desc{
    font: normal 20px Roboto-Regular;
    margin-top: 50px;
}
.beerPageBox > div.content > .descFoot{
    font: bold 30px Roboto-Regular;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    color: #FCDE13;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.beerPageBox > div.content > .descFoot > div{
    padding: 0 30px;
    border-left: 1px solid rgba(0,0,0,0.2);
}
.beerPageBox > div.content > .descFoot > div:first-child{
    padding-left: 0px;
    border-left: none;
}
.beerPageBox > div.content > .descFoot > div > div{
    color: #444;
    font-size: 50px;
    font-weight: 100;
}
.beerPageBox > div.content  .yellowTable{
    border: 5px solid #eee;
    margin-top: 100px;
    position: relative;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: bold 16px Roboto-Regular;
    text-transform: capitalize;
    color: #333;
}
.beerPageBox > div.content  .yellowTable > div > div{
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}
.beerPageBox > div.content  .yellowTable > div > div:last-child{
    border-bottom-color: transparent;
}
.beerPageBox > div.content  .yellowTable > div:nth-child(2){
    position: relative;
    left: -50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.beerPageBox > div.content .yellowTable .yellowCont{
    width: 280px;
    background: #FCDE13;
    top:-50px;
    left: -50px;
    z-index: 0;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
}

.socialBoxInline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socialsRightAngle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.socialsRightAngle a:nth-child(3){
    margin-top: -4px;
}

.socialsRightAngle > div{
    width: 28px;
    height: 28px;
}
.beerPageBox > div.content .videoSlider{
    position: relative;
    margin-top: 60px;
}
.beerPageBox > div.content .slideFitBox{
    height: 430px;
    position: relative;
    top:-28px;
    margin-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.beerPageBox > div.content .slideFitBox > .slideCont{
    height: 100%;
    background: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden
}
.beerPageBox .slideFitBox > .slideCont > .lift{
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    height: 100%;
    left: 0%;
    position: relative;
}
.beerPageBox .slideFitBox > .slideCont > .lift > div{
    height: 100%;
    float: left;
    color: #FFF;
    font: bold 20px Roboto-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.beerPageBox > div.content .slideFitBox > .slideOptions{
    background: #FCDE13;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.beerPageBox .slideFitBox > .slideOptions > .textBox{
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}
.beerPageBox .slideFitBox > .slideOptions > .textBox > .lift{
    position: absolute;
    right: 0%;
    -webkit-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.beerPageBox .slideFitBox > .slideOptions > .textBox > .lift > div{
    padding: 20px;
    font: bold 35px Roboto-Regular;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: pre-wrap;
}
.beerPageBox .slideFitBox > .slideOptions > .pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
}
.beerPageBox .slideFitBox > .slideOptions > .pagination > div{
    width: 20px;
    height: 20px;
    border: 5px solid #FFF;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    background: #FFF;
}
.beerPageBox .slideFitBox > .slideOptions > .pagination > div.act{
    background: none;
}
.beerPageBox > div.content .availableIn h2{
    margin-top: 50px;
    margin-bottom: 20px;
    font: bold 35px Roboto-Regular;
    text-transform: capitalize;
}
.beerPageBox > div.content .availableIn > .cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.beerPageBox > div.content .availableIn .contBoxes{
    width: 140px;
    height: 90px;
    border: 2px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.beerPageBox > div.content .availableIn .contBoxesAct{
    border-color: #FCDE13;
}
.beerPageBox > div.content .availableIn .contBoxes > img{
    max-width: 45px;
    max-height: 65px;
}
.beerPageBox > div.content .availableIn .contBoxes > .desc{
    margin-left: 10px;
    font: normal 15px Roboto-Regular;
    text-transform: capitalize;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 10px;
}
main .seeAlso{
    height: 530px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*    margin-top: 80px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-attachment: fixed;
}
main .seeAlso > div{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    padding: 30px;
}
main .seeAlso > div > h2{
    text-align: center;
    font: bold 35px Montserrat-Bold;
    color: #FFF;
    text-transform: capitalize;
}
main .seeAlso > div > .Cont{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
main .seeAlso > div > .Cont .boxes{
    width: 320px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
main .seeAlso > div > .Cont .boxes > img{
    max-width: 88px;
    max-height: 350px;
    position: relative;
    z-index: 1;
}
main .seeAlso > div > .Cont .boxes > .descBord{
    position: relative;
    left: -40px;
    z-index: 0;
    height: 230px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 7px solid rgba(255,255,255,0.3);
    border-left-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:0 40px 0 80px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
main .seeAlso > div > .Cont .boxes:hover > .descBord{
    height: 260px;
    border-color: #FCDE13;
    border-left-color: transparent;
}
main .seeAlso > div > .Cont .boxes:hover > .descBord  a.btn{
    bottom: 0;
    opacity: 1;
}
main .seeAlso > div > .Cont .boxes > .descBord > div > h3{
    color: #FFF;
    font: bold 25px Roboto-Regular;
    text-transform: capitalize;
}
main .seeAlso > div > .Cont .boxes > .descBord > div > div{
    font: bold 25px Roboto-Regular;
    color: #FF5856;
}
main .seeAlso > div > .Cont .boxes > .descBord > a.btn{
    font: bold 21px Roboto-Regular;
    color: rgba(0,0,0,0.8);
    background-color: #eee;
    text-decoration: none;
    margin: 15px auto 0 0;
    text-transform: capitalize;
    position: relative;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
main .seeAlso > div > .Cont .boxes > .descBord > a.btn:before{
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background-color: #FCDE13;
}
main .seeAlso > div > .Cont .boxes > .descBord > a.btn:hover:before{
    width: 100%;
}
main .seeAlso > div > .Cont .boxes > .descBord > a.btn > div{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background:url(../img/rightAngle.png) no-repeat right center;
    padding: 7px 35px 7px 10px;
}
.langBox{
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 400px;
    perspective: 400px;
}
.langBoxIn{
    position: relative;
    top: 60px;
    right: -30px;
    width: 35px;
    height: 35px;
    color: rgba(255,255,255,0.8);
    font: normal 15px sans-serif;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.langBoxIn div{
    width: 33px;
    height: 33px;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 400px;
    perspective: 400px;
}
.langBoxIn div a{
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #444;
}
.langBoxIn > div.front{
    background: #FCDE13;
}
.langBoxIn > div.bottom1{
    background: #FFF;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
        transform-origin: bottom;
    -webkit-transform: rotateX(270deg) translate3d(0px,33px,0px);
    transform: rotateX(270deg) translate3d(0px,33px,0px);
}
.langBoxIn:hover > div.bottom1{
    -webkit-transform: rotateX(360deg) translate3d(0px,33px,0px);
    transform: rotateX(360deg) translate3d(0px,33px,0px);
}
.langBoxIn div.bottom2{
    background: #FFF;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
        transform-origin: top;
    -webkit-transform: rotateX(-90deg) translate3d(0px,0px,0px);
    transform: rotateX(-90deg) translate3d(0px,0px,0px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: transform 0.2s;
       transition-delay: transform 0.2s;
/*    opacity: 0;*/
}
.langBoxIn:hover div.bottom2{
    -webkit-transition-delay: transform 0s;
    -o-transition-delay: transform 0s;
       transition-delay: transform 0s;
    -webkit-transform: rotateX(0deg) translate3d(0px,0px,0px);
    transform: rotateX(0deg) translate3d(0px,-1px,0px);
    opacity: 1;
    border-top: 1px solid #eee;
}
.topsideAct{
    position: fixed;
}
.topsideAct .langBoxIn{
    right: -14px;
}
.otherPages .otherTopSide{
    height: 170px;
}
.otherPages > main {
    padding: 20px 30px 40px 30px;
}
main > .pageHEad{
    color: rgba(0,0,0,0.4);
    font: bold 20px Roboto-Regular;
    text-transform: capitalize;
    margin-bottom: 30px;
}
main > .pageHEad > h1{
    color: #000;
    font: bold 30px Montserrat-Bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
main > .pageHEad a{
    color: #FCDE13;
    text-decoration: none;
}
main > .mainNewsBox{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (48%)[2];
        grid-template-columns: repeat(2,48%);
    grid-column-gap: 4%;
    grid-row-gap: 30px;
}
main > .mainNewsBox .newsContainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}
main > .mainNewsBox .newsContainer > img{
    width: 400px;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    margin:0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
main > .mainNewsBox .newsContainer > .cont{
    
}
main .newsContainer > .cont > .date{
    font: bold 12px Roboto-Regular;
    color: #b7b7b7;
    text-transform: capitalize;
}
main .newsContainer > .cont > h2{
    font: bold 18px Roboto-Regular;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 15px 0 35px 0;
    line-height: 25px;
}
/*main .newsContainer > .cont > h2:before{
    content: '';
    width: 70px;
    height: 5px;
    background: #FCDF18;
    position: absolute;
    top: 9px;
    left: -10px;
    z-index: -1;
    transition: all 0.2s ease-out;
}
main .newsContainer:hover > .cont > h2:before{
    left: -80px;
    width: 112px;
}tk*/
main .newsContainer > .cont > .desc{
    color: #333;
    font: normal 14px Roboto-Regular;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 119px;
    white-space: pre-line;
}
.otherTopSide .socials{
    position: absolute;
    top: 20px;
    left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.otherTopSide .socials > a{
    width: 25px;
    height: 25px;
    margin: 0 7px;
    background-repeat: no-repeat;
    background-position: center center;
}
.otherTopSide .socials a.fb{
    background-image: url(../img/fb.png);
}
.otherTopSide .socials a.instagram{
    background-image: url(../img/instagram.png);
}
.otherTopSide .socials a.youtube{
    background-image: url(../img/youtube.png);
}

main > .mainNewsInBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main > .mainNewsInBox > .imgBoxes{
    width: 500px;
    margin-right: 30px;
}
.mainNewsInBox > .imgBoxes > img{
    width: 500px;
    /*height: 340px;*/
 /*   -o-object-fit: cover;
    object-fit: cover;*/
}
.mainNewsInBox > .imgBoxes > h3{
    font:bold 18px Montserrat-Bold;
    color: #333;
    text-transform: capitalize;
    margin: 20px 0 15px 0;
}
.mainNewsInBox > .imgBoxes > .newsgallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainNewsInBox > .imgBoxes > .newsgallery > img{
    width: 160px;
    height: 108px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-filter: brightness(0.5) grayscale(0.8);
            filter: brightness(0.5) grayscale(0.8);
}
.mainNewsInBox > .imgBoxes > .newsgallery > img.act{
    -webkit-filter: brightness(1) grayscale(0);
            filter: brightness(1) grayscale(0);
}
.mainNewsInBox > .imgBoxes > .newsgallery > img:nth-of-type(3n){
    margin-right: 0;
}
.mainNewsInBox > .cont{
    
}
main .mainNewsInBox > .cont > .date{
    font: bold 12px Roboto-Regular;
    color: #b7b7b7;
    text-transform: capitalize;
}
main .mainNewsInBox > .cont > h2{
    font: bold 18px Roboto-Regular;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 15px 0 35px 0;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main .mainNewsInBox > .cont > h2 > .socialsShare{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main .mainNewsInBox > .cont > h2 > .socialsShare > div{
    width: 60px;
    height: 60px;
    border:1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.socialsShare > div > div{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0%;
    top:0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.socialsShare > div:hover > div{
    height: 100%;
}
.socialsShare > div > div > div{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/*main .mainNewsInBox > .cont > h2:before{
    content: '';
    width: 112px;
    height: 5px;
    background: #FCDF18;
    position: absolute;
    top: 9px;
    left: -90px;
    z-index: -1;
}tk*/
main .mainNewsInBox > .cont > .desc{
    color: #333;
    font: normal 14px Roboto-Regular;
}
body.contact .pageHEad{
    display: none;
}
.contactBox{
    position: relative;
}
.contactContent{
    width: 700px;
    position: absolute;
    top: 50px;
    left: 20px;
}
.contactContent > .in{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    padding:30px 20px 50px 20px;
    color: rgba(0,0,0,0.4);
    font: bold 20px Roboto-Regular;
    text-transform: capitalize;
    opacity: 1;
}
.contactContent > .inSecond{
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: #31302D;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s, opacity 0.3s;
    -o-transition: all 0.3s, opacity 0.3s;
    transition: all 0.3s, opacity 0.3s;
}
.contactContent > .inSecond > div{
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font:bold 16px Roboto-Regular;
    text-transform: uppercase;
}
.contactContent > .in > h1{
    color: #000;
    font: bold 30px Montserrat-Bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contactContent > .in > a{
    color: #FCDE13;
    text-decoration: none;
}
.contactContent > .in > .cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    margin-top: 30px;
    font: normal 14px Roboto-Regular;
}
.contactContent > .in > .cont h2{
    font: bold 15px Montserrat-Bold;
}
.contactContent > .in > .cont > div > div{
    margin-top: 10px;
}
.contactContent > .writeUs{
    width: 100px;
    height: 100px;
    position: absolute;
    right: -50px;
    bottom: -50px;
}
.contactContent > .writeUs > .in{
    width: 100px;
    height: 100px;
    background: #31302D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: bold 15px Roboto-Regular;
    text-transform: uppercase;
    float: right;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.contactContent > .writeUs > .in > img{
    margin-top: 10px;
}
.contactContent > .writeUs > .inSecond{
    z-index: -1;
    position: absolute;
    background: #31302D;
    width: 100px;
    height: 100px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contactContent > .writeUs > .inSecond > h2{
    font: bold 30px Montserrat-Bold;
    color: #fff;
    text-transform: uppercase;
    margin-left: 70px;
    margin-top: 20px;
}
.contactContent > .writeUs form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 50px 50px  70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.contactContent > .writeUs input{
    width: 45%;
    height: 50px;
    background: #31302D;
    outline: none;
    border: 2px solid rgba(255,255,255,0.1);
    color: #fff;
    padding: 0 10px 0 20px;
}
.contactContent > .writeUs input:nth-child(1){
    margin-right: 10%;
    
}
.contactContent > .writeUs textarea{
    width: 100%;
    height: 150px;
    margin-top: 30px;
    resize: none;
    background: #31302D;
    outline: none;
    border: 2px solid rgba(255,255,255,0.1);
    color: #fff;
    padding: 20px;
}
.contactContent > .writeUs button{
    width: 100px;
    height: 50px;
    outline: none;
    border: none;
    color: #31302C;
    background: #FCDF18;
    font: bold 15px Roboto-Regular;
    text-transform: uppercase;
    position: absolute;
    bottom: -75px;
    right: -100px
}
/*contact animation*/

.contactContentAct > .in{
    width: 100px;
    height: 100px;
    overflow: hidden;
    opacity: 0;
}
.contactContentAct > .inSecond{
    z-index: 3;
    width: 100px;
    height: 100px;
    opacity: 1;
}
.contactContentAct > .writeUs{
    width: 700px;
    height: auto;
}
.contactContentAct > .writeUs > .inSecond{
    overflow: visible;
    z-index: 1;
    position: absolute;
    background: #31302D;
    width: 100%;
    height: auto;
    opacity: 1;
}
.contactContentAct > .writeUs > .in{
    z-index: 0;
    opacity: 0;
}






/*\contact animation end*/






.contactBox .bottomButtons{
    font: normal 14px Roboto-Regular;
    color: #FFF;
    background: #121317;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    display: none;
}
.contactBox .bottomButtons > div {
    padding: 15px 20px 15px 20px;
}
.contactBox .bottomButtons > div.act{
    background: #FCDF18;
    color: #121317;
}
body.nxtPages .otherTopSide{
    height: 460px;
}
body.nxtPages main {
    max-width: 1069px;
    background: #FFF;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    margin-top: -160px;
}

.nxtPagesBox > .desc{
    font: normal 18px Roboto-Regular;
    position: relative;
    z-index: 1;
}
.nxtPagesBox > .nxtPSliderBox{
    position: relative;
    margin-top: 50px;
    z-index: 0;
    position: relative;
}
.nxtPagesBox > .nxtPSliderBox .imgBox{
    width: 600px;
    height: 400px;
    float: right;
    position: relative;
    overflow: hidden;
}
.nxtPagesBox > .nxtPSliderBox img{
    width: 600px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    -o-transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s, -webkit-transform 0.5s 0.05s;
    
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    opacity: 0.5;

}
.nxtPagesBox > .nxtPSliderBox img:nth-child(1){
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
}
.nxtPagesBox > .nxtPSliderBox img{
/*
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
*/
}
.nxtPagesBox > .nxtPSliderBox > .title{
    background: #121317;
    width: 360px;
    height: 245px;
    background: #121317;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
}
.nxtPagesBox > .nxtPSliderBox > .title > div{
    position: relative;
    color: #FFF;
    font: bold 30px Roboto-Regular;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
}
.nxtPagesBox > .nxtPSliderBox > .title > div:before{
    content: '';
    width: 120px;
    height: 1px;
    background: #FDE64D;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.nxtPagesBox > .nxtPSliderBox > .title > div:after{
    content: '';
    width: 120px;
    height: 1px;
    background: #FDE64D;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.nxtPagesBox > .nxtPSliderBox > .left{
    width : 76px;
    height: 45px;
    background: url(../img/leftArrow.png) no-repeat center;
    position: absolute;
    left: 40px;
    top: 260px;
    cursor: pointer;
    display: none;
}

.nxtPagesBox > .nxtPSliderBox > .right{
    width : 76px;
    height: 45px;
    background: url(../img/leftArrow.png) no-repeat center;
    position: absolute;
    left: 230px;
    top: 260px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: center;
        transform-origin: center;
    cursor: pointer;
    display: none;
}
.nxtPaboutCompany .mainScopes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.nxtPaboutCompany .border{
    width: 360px;
    border: 1px solid #ccc;
    font: normal 18px Roboto-Regular;
    padding: 30px;
    color: #333;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}
.nxtPaboutCompany .desc{
    font: normal 18px Roboto-Regular;
    color: #333;
}
.nxtPaboutCompany .nxtPSliderBox{
    font: normal 18px Roboto-Regular;
    color: #333;
    margin-top: 50px;
}
.nxtPaboutCompany .nxtPSliderBox img{
    width: 820px;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
}
.nxtPaboutCompany > .nxtPSliderBox > .title{
    background: #121317;
    width: 320px;
    background: #121317;
    position: relative;
    margin-top: -425px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
}
.nxtPaboutCompany > .nxtPSliderBox > .title > div{
    position: relative;
    color: #FFF;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
    padding: 30px;
}
.nxtPaboutCompany > .nxtPSliderBox > .title > div:before{
    content: '';
    width: 120px;
    height: 1px;
    background: #FDE64D;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.nxtPaboutCompany > .nxtPSliderBox > .title > div:after{
    content: '';
    width: 120px;
    height: 1px;
    background: #FDE64D;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.nxtPquality > .desc{
    width: 30%;
    padding: 0 50px 50px 0;
    font: normal 18px Roboto-Regular;
    color: #333;
    position: relative;
    z-index: 1;
    float: left;
}
.nxtPquality > img{
    width: 70%;
    float: right;
}
.nxtPquality .nxtPSliderBox{
    z-index: 0;
    position: relative;
    float: left
}
.clear{
    clear: both;
}
.nxtPquality > .nxtPSliderBox > .title{
    width: 80%;
    margin: 0 auto;
    background: #121317;
    background: #121317;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nxtPquality > .nxtPSliderBox > .title > div{
    position: relative;
    color: #FFF;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
    padding: 30px;
    font: normal 18px Roboto-Regular;
}
.nxtPquality > .nxtPSliderBox > .title > div:before{
    content: '';
    width: 120px;
    height: 1px;
    background: #FDE64D;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.nxtPquality > .nxtPSliderBox > .title > div:after{
    content: '';
    width: 120px;
    height: 1px;
    background: #FDE64D;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.nxtPquality > .nxtPSliderBox > .desc{
    font: normal 18px Roboto-Regular;
    margin: 40px 0;
    text-align: center;
}
main > .gallery{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gallery > .gallLeft{
    width: 250px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #FFF;
    z-index: 20;
}
.gallery > .gallLeft > h1{
    font: bold 30px Montserrat-Bold;
    color: #FCDF18;
    margin: 20px;
}
.gallery > .gallLeft > ul {
    list-style: none;
    margin: 0 20px;
    position: relative;
    z-index: 2;
}
.gallery > .gallLeft > ul > li{
    width: 100%;
}
.gallery > .gallLeft > ul > li > a{
    text-decoration: none;
    color: #333;
    font: Bold 18px Roboto-Regular;    
    display: block;
    width: 100%;
    text-align: right;
    margin: 5px 0;
    position: relative;
}
.gallery > .gallBox{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #000;
    width: 100%;
    position: relative;
}
.gallery > .gallLeft > ul > li > a.act:before{
    content: '';
    width: 110px;
    height: 5px;
    background: #FCDF18;
    position: absolute;
    top: 9px;
    right: -80px;
    z-index: -1;
}
.gallery .imgBox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.gallery .imgBox > div{
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    opacity: 0.5;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    -o-transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s, -webkit-transform 0.5s 0.05s;
    background-position: center center;
    background-size: cover;
    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;
    text-align: center;
    color: #FFF;
    font: bold 5vw Roboto-Regular;
    text-transform: capitalize;
    text-shadow: 0 0 15px rgba(0,0,0,0.3)
}
.gallery .imgBox > div:nth-child(1) {
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
}
.gallery  .pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    z-index: 999;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.gallery  .pagination > .circle{
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.gallery  .pagination > .circle > div{
    width: 15px;
    height: 30px;
    position: relative;
    top:-2px;
    left: -2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.gallery  .pagination > .circle > div > div{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
}
.gallery  .pagination > .circle > div:nth-child(1) > div{
    left: 0;
    border-top: 2px solid transparent;
    border-right: 2px solid #FFCE00;
    border-bottom: 2px solid #FFCE00;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.gallery  .pagination > .circle > div:nth-child(2) > div{
    right: 0;
    border-top: 2px solid #FFCE00;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #FFCE00;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);/*135*/
}
.gallery  .pagination > .circleAct > div:nth-child(1) > div{
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 6s linear infinite;
}
.gallery  .pagination > .circleAct > div:nth-child(2) > div{
    -webkit-animation: circle2 6s linear infinite;
    animation: circle2 6s linear infinite;
}
.gallery  .pagination > .circle > .circleIN{
    width: 30px;
    height: 30px;
    color: #FFF;
    font: bold 15px Roboto-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.gallery  .pagination > .circleAct > .circleIN{
    color: #FFCE00;
}
.gallery > .gallBox > .gVideoAdv{
    width: 150px;
    height: 150px;
    background: url(../img/galleryAdv.jpg) no-repeat center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.vGalleryBox{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.vGalleryBox > .lift{
    width: 100%;
    min-height: 100%;
    position: absolute;
}
.vGalleryBox > .lift > .items{
    width: 100%;
    height: 170px;
    position: relative;
    cursor: pointer;
}
.vGalleryBox > .lift > .items:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vGalleryBox > .lift > .itemsAct:after{
    background: rgba(0,0,0,0);
}
.vGalleryBox > .lift > .itemsAct{
    border: 2px solid #FCDF18;
}
.vGalleryBox > .lift > .items > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ourSlider{
    width: 100%;
    height: 100%;
}
.ourSlider > .imgBox{
    width: 100%;
    height: 100%;
}
.ourSlider > .imgBox > img{
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    transition: opacity 0.3s, -webkit-transform 0.5s 0.05s;
    -o-transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s;
    transition: transform 0.5s 0.05s, opacity 0.3s, -webkit-transform 0.5s 0.05s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    opacity: 0.5;
}
.ourSlider > .imgBox > img:nth-child(1){
    z-index: 3;
    opacity: 1;
}
.ourSlider > .box{
    
    position: absolute;
    z-index: 999;
    top:  12vh;
    left: 20vw;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 40px 210px;
}
.ourSlider > .box > div.boxIn{
    width: 600px;
    height: 350px;
    border: 5px solid transparent;
    -webkit-box-shadow: 0 0 15px transparent;
    box-shadow: 0 0 15px transparent;
    -webkit-transition: border 0.3s 0.1s, -webkit-box-shadow 0.3s 0.1s;
    transition: border 0.3s 0.1s, -webkit-box-shadow 0.3s 0.1s;
    -o-transition: border 0.3s 0.1s, box-shadow 0.3s 0.1s;
    transition: border 0.3s 0.1s, box-shadow 0.3s 0.1s;
    transition: border 0.3s 0.1s, box-shadow 0.3s 0.1s, -webkit-box-shadow 0.3s 0.1s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ourSlider > .box > div > .our{
    font: bold 80px Montserrat-Bold;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
    display: inline-block;
    margin-left: -210px;
    height: 65px;
    overflow: hidden;
}
.ourSlider > .box > div > .our > div{
    position: relative;
    top: -100%;
    line-height: 65px;
    opacity: 0;
    -webkit-transition: top 0.2s 0.2s, opacity 0.2s 0.25s;
    -o-transition: top 0.2s 0.2s, opacity 0.2s 0.25s;
    transition: top 0.2s 0.2s, opacity 0.2s 0.25s;
}
.ourSlider > .box > div > h2{
    font: bold 80px Montserrat-Bold;
    text-transform: uppercase;
    position: relative;
/*    margin-top: 30px;*/
    display: inline-block;
    color: #FCDE13;
    margin-left: 40px;
    line-height: 65px;
    height: 65px;
    overflow: hidden;
}
.ourSlider > .box > div > h2 > div{
    position: relative;
    top: -100%;
    line-height: 65px;
    opacity: 0;
    -webkit-transition: top 0.2s 0.4s, opacity 0.2s 0.45s;
    -o-transition: top 0.2s 0.4s, opacity 0.2s 0.45s;
    transition: top 0.2s 0.4s, opacity 0.2s 0.45s;
}
.ourSlider > .box > div > .desc{
    width: 450px;
    font: bold 15px Roboto-Regular;
    padding: 30px 0px 10px 20px;
    opacity: 0;
    -webkit-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}
.ourSlider > .box > div > a{
    color: #FFF;
    font: normal 25px Roboto-Regular;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    background: url(../img/rignWhiteAngle.png) no-repeat right center;
    padding-right: 20px;
    margin: 30px 0 0 20px;
    opacity: 0;
    position: relative;
    left: -20px;
    -webkit-transition: opacity 0.3s 0.35s, left 0.3s 0.4s;
    -webkit-transition: opacity 0.3s 0.35s, left 0.3s 0.4s, color 0.2s ease-out;
    -o-transition: opacity 0.3s 0.35s, left 0.3s 0.4s, color 0.2s ease-out;
    transition: opacity 0.3s 0.35s, left 0.3s 0.4s, color 0.2s ease-out;
}
.ourSlider > .box > div > a:hover{
    color: #FCDE13;
}
.ourSlider > .box .top{
    width: 45px;
    height: 76px;
    position: relative;
    background: url(../img/topArrrow.png) no-repeat;
    left: 100px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: top 0.2s 0.3s, opacity 0.2s 0.35s;
    -o-transition: top 0.2s 0.3s, opacity 0.2s 0.35s;
    transition: top 0.2s 0.3s, opacity 0.2s 0.35s;
    top: -5px;
}
.ourSlider > .box .bottom{
    width: 45px;
    height: 76px;
    position: relative;
    background: url(../img/topArrrow.png) no-repeat;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
/*    bottom: -90px;*/
    left: 100px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: bottom 0.2s 0.3s, opacity 0.2s 0.35s;
    -o-transition: bottom 0.2s 0.3s, opacity 0.2s 0.35s;
    transition: bottom 0.2s 0.3s, opacity 0.2s 0.35s;
    bottom: -5px;
}
.ourSlider > .boxAct > div.boxIn{
    border-color: #FFF;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.ourSlider > .boxAct > div > .our > div{
    top: 0%;
    opacity: 1;
}
.ourSlider > .boxAct > div > h2 > div{
    top: 0%;
    opacity: 1;
}
.ourSlider > .boxAct > div > .desc{
    opacity: 1;
}
.ourSlider > .boxAct > div > a{
    opacity: 1;
    left: 0px;
}
.ourSlider > .boxAct  .top{
    top: -35px;
    opacity: 1;
}
.ourSlider > .boxAct  .bottom{
    bottom: -35px;
    opacity: 1;
}
.backButton{
    font: bold 25px Roboto-Regular;
    color: rgba(0,0,0,0.8);
    margin: 15px auto 0 0;
    background: #eee;
    padding: 10px 10px 10px 35px;
    text-transform: capitalize;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 53px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}
.backButton > div.last{
    position: relative;
    z-index: 10;
}
.backButton:after{
    content: '';
    width: 25px;
    height: 20px;
    background: url(../img/rightAngle.png) no-repeat center center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    position: absolute;
    left: 0;
}
.backButton > div.first{
    width: 3px;
    height: 100%;
    background: #FCDE13;
    position: absolute;
    top:0;
    right: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.backButton:hover > div.first{
    width: 100%;
}
main >.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-top: 50px;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

main >.pagination li {
    border: 1px solid #b8b3b3;
    margin: 7px;
    color: #000;
    min-width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto-Regular;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

main > .pagination a {
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-family: Roboto-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pagination .active {
    background: #FCDE13;
    border-color: #FCDE13;
}
.pagination > li:hover {
    border-color: #FCDE13;
}
.fourthSection .owl-theme .owl-nav{
    position: absolute;
    top: -16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
}
.fourthSection .owl-prev:hover, .fourthSection .owl-next:hover {
    background: none!important;
}
.fourthSection .owl-prev > img, .fourthSection .owl-next > img {
    height: 20px;
}
.owl-carousel .owl-stage{
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.bottomScrollAnim {
	position: absolute;
	width: 308px;
	height: 44px;
	background: url(/img/bottScrollBack.png) no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 7;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottomScrollAnim > .ellipse {
	border: 2px solid #B78E1A;
	border-top-color: #cbb55d;
	width: 20px;
	height: 30px;
	border-radius: 8px;
	position: relative;
}
.bottomScrollAnim > .ellipse > div{
	width: 100%;
	height: 18px;
	position: relative;
	overflow: hidden;
	top: 4px;
}
.bottomScrollAnim > .ellipse > div > div{
	background-color: #cbb55d;
	width: 3px;
	height: 9px;
	position: absolute;
	left: 7px;
	top: 0%;
	animation: mouseScroll 1.1s linear infinite;
}
.fourthSection > a {
	font: bold 27px Roboto-Regular;
	color: #FCDE13;
	text-transform: capitalize;
	text-decoration: none;
	text-align: right;
	padding-right: 50px;
}

@-webkit-keyframes circle1{
    0%{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50%{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}




@keyframes circle1{
    0%{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50%{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}


@-webkit-keyframes circle2{
    0%{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50%{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100%{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}


@keyframes circle2{
    0%{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50%{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100%{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@-webkit-keyframes fbAnime{
    0% {
        left: -40px;
    }
    80% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}


@keyframes fbAnime{
    0% {
        left: -40px;
    }
    80% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}
@-webkit-keyframes instagramAnime{
    0% {
        left: -40px;
    }
    80% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}
@keyframes instagramAnime{
    0% {
        left: -40px;
    }
    80% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}
@-webkit-keyframes youtubeAnime{
    0% {
        left: -40px;
    }
    80% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}
@keyframes youtubeAnime{
    0% {
        left: -40px;
    }
    80% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}

@keyframes mouseScroll {
	0% {
		top: 0%;
	}
	100%{
		top: 100%;
	}
}