@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.eot');
    src: url('nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('nexa_light-webfont.woff2') format('woff2'), url('nexa_light-webfont.woff') format('woff'), url('nexa_light-webfont.ttf') format('truetype'), url('nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.eot');
    src: url('nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('nexa_bold-webfont.woff2') format('woff2'), url('nexa_bold-webfont.woff') format('woff'), url('nexa_bold-webfont.ttf') format('truetype'), url('nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

#slides {
    position: relative;
    z-index: 0;
}

#slides .item {
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center center;
    
}

#slides .owl-dots {
    top: -50px;
    position: relative;
}
 .story-pop h1{
     padding: 0px;
     margin: 0px 0px 20px 0px;
     font-size: 30px;
         font-family: 'nexa_boldregular';
     font-weight: normal;

}

 .story-pop{
padding: 30px;
}

@media (min-width: 768px) {
    #slides .item {
        height: 800px!important;
    }
    #slides .owl-dots {
        margin-top: -20px!important;
    }
     .story-pop{
        width: 800px;
    }
    
}

header {
    position: absolute;
    top: 0px;
    z-index: 9999;
    width: 100%;
    padding: 30px 0px;
}

header ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

header ul li {
    display: inline-block;
}

a:hover {
    color: #ccc;
    text-decoration: none;
}

header ul li a {
    font-family: 'nexa_boldregular';
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
    display: inline-block;
    text-decoration: none;
}

header ul.social-links li a {
    padding: 30px 15px;
}

.logo {
    margin-right: 50px;
}

.wrapper {
    width: 80%;
    margin: 0px auto;
}

.item .wrapper span {
    font-family: 'nexa_lightregular';
    font-size: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    position: absolute;
    bottom: 100px;
    left: 10%;
    font-weight: bold;
}

footer {
    background: #000;
    padding: 20px 0px;
    color: #666;
    font-size: 13px;
}

@media (min-width: 641px){
.logo_new
{
    padding-top:100px!important;
    width: 50%;
    margin: 0 auto;
  }
}

#intro_video {
    padding: 40px 0px;
}

#intro_video p {
    font-family: 'nexa_boldregular';
    padding-top: 70px;
}
@media (max-width: 640px){
    #intro_video p {
    font-family: 'nexa_boldregular';
    padding-top: 20px;
}
.item
{
    max-height:65vh!important;
}
.logo_new
{
    padding-top:50px !important;
    position: absolute;
    top:50%;
    right: 2%;
    transform:translate(0%, -50%);
    -webkit-transform:translate(0%, -50%);
}
.logoimg
{
    /*    width:350px !important;*/

}
}
@media (max-width: 768px) {
    .logo img {
        max-width: 100px;
    }
    header ul.nav-links {
        display: none;
    }
    #slides .item {
        height: 400px!important;
    }
    .item .wrapper span {
        font-size: 18px!important;
        width: 300px;
        bottom: 80px;
        line-height: 20px;
    }
    .responsive {
      width: 100%;
      height: auto;
    }
}

.card{
    padding-bottom: 30px;
}

.card img{
    width: 100%;
}
.card span{
    display: block;
}

.card-title{
    font-size: 30px;
}
.card-social-links{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}
.card-social-links li{
    display: inline-block;
}
.card-desg{
    color: #666;
}
.card-social-links li a{
    display: block;
    padding: 10px;
    color: #000;
}
.card-details{
    text-align: center;
    padding: 15px 0px;
}
.card .btn:hover{
    border-color: #ccc;
    color: #ccc;
}
.card .btn{
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 40px;
    border:1px solid #666;
}
@media (min-width: 640px){
    .card-img-top {
        width: 100%;
        height: 15vw;
        object-fit: cover;
    }
    .item-responsive
    {
        height:100vh!important;
    }
}
li a{
    font-family: 'Montserrat', sans-serif !important;
}
#para{
    font-family: 'Montserrat', sans-serif !important;
    word-spacing: 2px;
}
span.name {
    font-weight: 1000;
    font-size: 15px;
}
@media (max-width: 640px){
    .bgText{
        margin-top: 100px;
    }
}
.bannertext
{
    font-family: 'Montserrat', sans-serif;
    background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    width: 80%;
    padding: 30px;
    text-align: left;
}
.notClick{
    pointer-events: none;
    cursor: default;
}
.notClick:hover{
    background-color: red;
}