/* 
    Created on : 08-Nov-2021, 16:51:54
    Author     : Lithos
*/


.banner .owl-item .item{
    background-repeat: no-repeat;
    background-size: cover;
}
.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.banner .owl-carousel,
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-item,
.banner .owl-item .item {
    height: 100%;
    background-position: center;
}
.banner .container {
    height: 100%;
    display: table;
    padding: 0 0px 0 0px !important;
}
.banner .container > div {
    display: table-cell;
    vertical-align: middle;
}
.banner .container > div > div {
    padding: 0;
    padding-top: 50px;
}
.banner .item {
    height: 100%;
    background-color: #000000;
}
.banner .item h2 {
    font-size: 138px;
    letter-spacing: 0;
    line-height: 0.9;
    color: #b29e92;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0;
}
.banner .item label {
    font-size: 44px;
    line-height: 1.2;
    color: #6f6f6f;
    letter-spacing: 0;
}
.banner .item p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #676a7a;
    margin: 0px 0 0px;
    text-align: center;
    padding: 0 35%;
}
.banner .item .bottom-table {
    text-align: justify;
    height: 57px;
    padding: 0 20px;
    width: 85%;
    display: inline-block;
}
.banner .item .bottom-table:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.banner .item .bottom-table p {
    margin: 20px 0 20px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}
.banner .item.ordinary .container > div {
    vertical-align: bottom;
    text-align: left;
}
.banner .item.ordinary .container > div {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;    
}
.banner .item.ordinary .container > div > div{
    align-items: center;
    justify-content: left;
    display: flex !important;
    height: 100%;
}
.banner .item.ordinary .container > div h2 {
    font-size: 80px;
    line-height: 1.2;
    color: #fff;
    width: fit-content;
    line-height: 1em;
    margin: auto;
    text-shadow: 2px 2px 2px #000;
}
.banner .item.ordinary .container > div p {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    overflow: hidden;
}
.owl-carousel .owl-wrapper {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-dot,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 30%;
    right: 36px;
    z-index: 10;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-dot {
    zoom: 1;
    *display: inline;
    margin: 18px 0;
    color: #fff;
}
.owl-dot.active {
    margin-bottom: 18px !important;
}
.owl-theme .owl-controls .owl-dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0px 14px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.owl-theme .owl-controls .owl-dot span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
.banner .owl-dots .owl-dot {
    position: relative;
}
.banner .owl-dots .owl-dot span:after {
    position: absolute;
    content: '';
    top: -30px;
    color: #fff;
    width: 20px;
    left: 0;
    font-size: 30px;
    letter-spacing: 0;
}
.banner .owl-dots .owl-dot:first-child span:after {
    content: '☉';
}
.banner .owl-dots .owl-dot:nth-child(2) span:after {
    content: '☉';
}
.banner .owl-dots .owl-dot:nth-child(3) span:after {
    content: '☉';
}
.banner .owl-dots .owl-dot:nth-child(4) span:after {
    content: '☉';
}
.banner .owl-dots .owl-dot:nth-child(5) span:after {
    content: '☉';
}
.banner .owl-dots .owl-dot.active span:before {
    width: 53px;
}
.banner .owl-dots .owl-dot.active span:after {
    font-size: 30px;
    left: 0px;
    color: f8b20a;
}

@media screen and (max-width: 600px) {
    .banner .item.ordinary .container > div > div{
        padding-bottom: 100px!important;
    }
    .banner {
        height: 300px;
    }
    .banner .container{
        padding: 0 0px 0 0px !important;
    }
    .banner .item.ordinary .container > div h2{
        font-size: 32px!important;
    }
    .banner .item p{
        display: none;
    }
    .banner .item.ordinary .container > div > div{
        display: none;
    }
    
}