@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SFUIText-Regular.woff') format('woff'), 
       url('../fonts/SFUIText-Regular.ttf')  format('truetype'), 
       url('../fonts/SFUIText-Regular.svg#SFUIText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SFUIText-Bold.woff') format('woff'), 
       url('../fonts/SFUIText-Bold.ttf')  format('truetype'), 
       url('../fonts/SFUIText-Bold.svg#SFUIText-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}



/*.page-template-content-hub-template .header-area .logo-menu-wrap, .single-narrative .header-area .logo-menu-wrap {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/


.content-hub-main {
  font-family: 'SFUIText' !important;
  font-weight: normal !important;
}
.content-hub-main p {
  font-size: 15px;
  font-weight: normal;
}




/**********Content Hub*************/
.custom-wrapper{
  margin-top:0px;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}

.top-banner .img-info{
  min-height: 630px;
}
.ch-footer-banner .img-info {
    min-height: 560px;
    display: table;
    width: 100%;
    padding: 0;
    background-position: bottom left !important;
}
.ch-footer-banner .img-info .ch-footer-txt-banner {
    display: table-cell;
    vertical-align: middle;
}

.ch-footer-banner.g--withlink {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.ch_bt_banner {
    position: relative;
}
.bt-footer-txt-banner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: right;
    padding-right: 40px;
    padding-left: 40px;
    cursor: pointer;
}
.bt-footer-txt-banner h3 {
    margin: 0;
    margin-left: auto;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    width: 298px;
    text-align: left;
}
.bt-footer-spl-text h3 {
   
  width: 232px!important;
 
}
.bt-footer-txt-banner h3 a {
    color: #ffffff;
}
.ch_bt_banner a {
    display: block;
}
.bt-footer-txt-banner h3 span {
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    height: 30px;
    position: absolute;
}
span.arrow span {
    background: url(../images/white-arrow.png) no-repeat;
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 30px;
    opacity: 1;
    position: absolute;
}
span.arrow:before {
    content:'';
    background: url(../images/white-arrow.png) no-repeat;
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 30px;
    opacity: 0.7;
    position: absolute;
}
span.arrow:after {
    content:'';
    background: url(../images/white-arrow.png) no-repeat;
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
    height: 30px;
    opacity: 0.5;
    position: absolute;
}


.ch_bt_banner:hover .arrow:before{
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  -webkit-animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  -moz-animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}
.ch_bt_banner:hover .arrow:after{
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  -webkit-animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  -moz-animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}
.ch_bt_banner:hover .arrow span{
  animation: animate-arrow-1 1s ease-in-out infinite;
  -webkit-animation: animate-arrow-1 1s ease-in-out infinite;
  -moz-animation: animate-arrow-1 1s ease-in-out infinite;
}
@keyframes animate-arrow-1 {
  0%{transform:translateX(-40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
@keyframes animate-arrow-2 {
 0%{transform:translateX(-20px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}
@keyframes animate-arrow-3 {
 0%{transform:translateX(-10px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}

@-webkit-keyframes animate-arrow-1 {
  0%{transform:translateX(-40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
@-webkit-keyframes animate-arrow-2 {
 0%{transform:translateX(-20px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}
@-webkit-keyframes animate-arrow-3 {
 0%{transform:translateX(-10px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}


.img-info{
  /*min-height: 630px;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0 0 !important;
    position: relative;
    overflow: hidden;
}

.img-info-1{
    background-size: 100% auto !important;
}

.text-gradient{
  background-image: -webkit-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: -moz-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: -ms-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: -o-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: linear-gradient(to right, #00a6d9, #add4a2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text-gradient{
    color:#00a6d9;
    background-image: none !important;
  }
}
/*@media screen and (min-width:0\0) {
  .text-gradient{
    color:#00a6d9;
  }
}*/

.container span.text-gradient{
  padding-top:30px;
}

h3.text-gradient.article-page.cube-text {
    text-align: left;
}

.video-page-gradient{
  padding-top:30px;
}

.cube {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px;
    min-width: 350px;
    min-height: 80px;
    font-family: 'Signika Negative', sans-serif;
    border-left: 5px solid #00a6d9;
    border-right: 5px solid #add4a2;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-image: -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: linear-gradient(left, #00a6d9 0%, #add4a2 100%), linear-gradient(left, #00a6d9 0%, #add4a2 100%);
}
.square {
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Signika Negative', sans-serif;
    border-left: 5px solid #00a6d9;
    border-right: 5px solid #add4a2;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-image: -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: linear-gradient(left, #00a6d9 0%, #add4a2 100%), linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    position: relative;
    max-width: 100%;
}

/*.cube-text{
  display: inline-block;
    position: absolute;
    margin-top: 75px;
    text-align: center;
    padding-left: 35px;
    font-family: 'Signika Negative', sans-serif;

}*/

.content-hub-banner
{
  margin-top:25px;
  margin-bottom: 15px;
}

.custom-h3 span{
margin-top: 0px;
}

.custom-h3 p{
  font-family: 'SFUIText';
}

.ch-banner{
  position: relative;
}
.ch-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    background: -ms-linear-gradient(top bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    background: -webkit-linear-gradient(top bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2f170c',GradientType=0);
}
.ch-txt-banner {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    font-family: 'Signika Negative', sans-serif;
}

.ch-txt-banner {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-family: 'Signika Negative', sans-serif;
}
.ch-text-banner h1, .ch-narrative-text-banner h1 {
    font-weight: 700;
    font-size: 56px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Signika Negative', sans-serif;
}

.top-banner .ch-text-banner {
    text-align: center;
    bottom: auto;
    /*top: 260px;*/
    top:48%;
    position: absolute;
    width: 100%;
    font-family: 'Signika Negative', sans-serif;
}


.top-banner .ch-txt-banner h3{
  font-weight: 600;


}
.ch-btn {
  background-color: #412d12!important;
  border: 2px solid #412d12;
  color: #fff;
  width: 150px;
  /* margin-left: 10px; */
  border-radius: 0px;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
  font-family: 'SFUIText';
}
.ch-btn:hover, .ch-btn:focus {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  outline: 0;
}

.ch-txt-banner h3 {
    color: #ffffff;
    font-size: 28px;
    text-shadow: -2px 2px 2px #000;
    letter-spacing: -1px;
    /* font-family: 'Siri', sans-serif !important; */
    font-family: 'SFUIText';
    font-weight: 300;
    margin-top: 0;
}
.ch-txt-banner h3 span {
  font-weight: bold;
}

/*.image-heading > div {
  margin-bottom: 15px;
}*/

.ch-see-more {
  font-family: 'SFUIText';
  color: #fff;
  background-color: #412c12;
  border: 2px solid #412c12;
  padding: 8px 20px;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}
.ch-see-more:hover, .ch-see-more:focus {
  background-color: transparent;
  color: #412c12;
  outline: none;
}

#narrative_boxes .single-box{
  padding: 15px;
}
.carousel-wrapper{
  position: relative;
}

.content-hub-main .owl-theme .owl-dots .owl-dot.active span, .content-hub-main .owl-theme .owl-dots .owl-dot:hover span {
    background: #a8b8c3;
    border-color: #a8b8c3;
}
.content-hub-main .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    border: 1px solid #bac7ce;
    background: transparent;
}
.content-hub-main .owl-theme .owl-dots .owl-dot {
    outline: none;
}


.owl-carousel .owl-theme .owl-dots .owl-dot:focus{
  outline: none;
}
.custom-container{
  margin-top:50px;

}
.custom-container .container-fluid{
  padding-right: 0;
  margin-right:0;
  overflow-x: hidden;
}
.ch-carousel-text {
    margin-top: 20px;
    margin-left: 21%;
    color: #fff;
    margin-top: 55px;
    width: 70%;
}
.ch-carousel-text p{
  font-family: 'SFUIText';
  font-size: 14px;
}

.ch-carousel-h3-text {
    margin-left: 21%;
    width: 70%;
}
.ch-carousel-h3-text h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.ch-carousel-h3-text-1{
  width: 78%!important;
}

.ch-carousel-h3-text-1 h3{
  font-size: 36px!important;
}

.carausel-banner-txt{
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.inner-carausel-banner-txt {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'SFUIText';
    font-size: 14px;
    font-weight: normal;
    color: #544d46;
    line-height: 1.3;
    min-height: 260px;
}
.inner-carausel-banner-txt h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #373737;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner-carausel-banner-txt p {
    font-size: 14px;
    line-height: 1.3;
}
.ch-social{
  /*position: absolute;
    top: 90px;
    left: 100px;*/
}
.ch-social-backgroud{
  background-color: #ece9e0;
  /*height: 522px;*/
  padding: 40px 0;
}
.ch-social h3{
  text-align: left;
  margin-top: 30px;
  margin-left:20px;
  line-height: 1.4;
  font-family: 'Signika Negative', sans-serif;
}
.ch-social h3.text-gradient {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    width: 70%;
    line-height: normal;
}
.ch-social .container{
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*padding-right: 38px;*/
}
.ch-social-text{
  margin-top:60px;
  margin-left: 20px;
  text-align: left;
  margin-bottom:30px;
  width: 70%;
  font-family: 'SFUIText';
  font-size: 15px;
}
.ch-footer-banner{
  padding-top:0px;
}

.ch-footer-banner .ch-footer-txt-banner{
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-family: 'Signika Negative', sans-serif;
  /*margin-top:250px;*/

}
.ch-footer-txt-banner h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.ch-mark img {
    width: 13%;
}
/*.ch-mark{
  left:45%;
}*/
/*.ch-mark-header{
  padding-left: 120px;
}*/
.ch-book-form {
    padding-top: 45px;
    padding-bottom: 45px;
}
.content-hub-carousel .owl-dots.disabled{
  display: block;
}
.content-hub-social-carousel .owl-dots.disabled{
  display: block;
}
.content-hub-social-carousel .owl-nav.disabled+.owl-dots{
  margin-top:0px;
  margin-bottom:10px;
}
.content-hub-social-carousel img {
  height: auto !important;
}
.content-hub-social-carousel a.prettyphoto {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-hub-social-carousel a.prettyphoto img {
/*  -webkit-transform: scale(2) translateY(10px);
  -moz-transform: scale(2) translateY(10px);
  -o-transform: scale(2) translateY(10px);*/
  transform: scale(1);
}
.content-hub-social-carousel a:last-child {
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-hub-social-carousel .carausel-banner-txt{
  margin-top:30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.top-banner .ch-narrative-text-banner {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 48%;
    bottom: auto;
}
/*.ch-narrative-text-banner h3{
  font-weight: bold;
  font-size: 51px;
  font-family: 'Signika Negative', sans-serif;
  color: #fff;
margin-top: 400px;s
}*/
.ch-narrative-text-banner .ch-mark-header{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.ch-narrative-text-banner .ch-mark-header span {
  font-weight: 500;
}
.video-bg{
  padding-top:0px;
}

.custom-page-padding{
  padding-top:100px;
  padding-bottom: 90px;
}

/* Video Player Code starts here */
.ch-narrative-video-sec .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

iframe {
    max-width: 100%;
}
.ch-narrative-video-sec .youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 250px;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
    text-align: center;
}
.ch-narrative-video-sec .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    /*margin: auto;*/
    max-width: 100%;
    width: 100%;
    height:100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.ch-narrative-video-sec .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../images/ch-sprite.png) no-repeat;
    background-position: -15px -65px;
    cursor: pointer;
}
.content-hub-main .custom-page-margin {
    padding-top: 0;
}
.content-hub-main .ch-social-backgroud {
  padding-top: 40px;
}
/*.content-hub-main .custom-page-margin.c-hub-section-gap {
  padding-top: 70px;
  padding-bottom: 70px;
}*/




/* Video Player Code Ends here */

.ch-narrative-text-bg {
    background-color: #fff;
    padding: 35px 35px 35px 35px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.ch-narrative-text-bg p{
  padding-top:20px;
  font-size: 15px;
  font-family: 'SFUIText';
}
.ch-narrative-text-bg .author {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}
.ch-narrative-carousel .owl-nav.disabled{
  display: block;
}
.ch-narrative-carousel .owl-prev{
    position: absolute;
    bottom: 53%;
    left: -110px;
    color: #fff!important;
    outline: none;
}
.ch-narrative-carousel .owl-next{
    position: absolute;
    bottom: 53%;
    right: -5px;
    color: #fff!important;
    outline: none;
}

.ch-narrative-backgroud{
  background-color: #ece9e0;
}

.article-bg{
 padding-top: 100px!important;
 padding-bottom: 70px!important;
}
.ch-narrative-backgroud .container img{
  position: relative;
 
}
.ch-narrative-backgroud .second-banner{
  padding-top: 50px;
  overflow: hidden;
}

.video-bg .ch-narrative-backgroud .second-banner .over-content {
  color: #fff;
  padding: 8px 15px;
  font-family: 'SFUIText';
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video-bg .ch-narrative-backgroud .second-banner .over-content p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300 !important;
}
.ch-narrative-backgroud .second-banner .clearfix {
  overflow: hidden;
  position: relative;
}

.video-bg .ch-narrative-backgroud .cube{
  min-width: 400px;
  min-height: 80px;
  font-family: 'Signika Negative', sans-serif;
  border-left: 5px solid #00a6d9;
  border-right: 5px solid #dde78c;
  /*background-image: -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%);*/
  background-image: -webkit-linear-gradient(left, #00a6d9 0%, #dde78c 100%), -webkit-linear-gradient(left, #00a6d9 0%, #dde78c 100%);

}

.video-bg .ch-narrative-backgroud .cube-text{

  font-family: 'Signika Negative', sans-serif;
}

.video-bg .ch-narrative-backgroud .text-gradient{
  background-image: linear-gradient(to right, #00a6d9, #d0e192);
}


.video-bg .ch-narrative-backgroud .half-n-half{
  background-color: #fff;
  margin-top:10px;
}
.video-bg .ch-narrative-backgroud .half-n-half a {
    color: #373737;
}

.half-n-half-wrapper{
  padding-bottom: 60px!important;

}
.video-bg .ch-narrative-backgroud .half-n-half .img-box {
    width: 50%;
    padding-right: 15px;
    float: left;
}
.video-bg .ch-narrative-backgroud .half-n-half .text-col {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-right: 10px;
}
.half-n-half .text-col .text-bold{
  font-family: 'SFUIText';
  font-size:26px;
  text-align: left;
  font-weight: bold;
}
.video-bg .ch-narrative-backgroud .half-n-half .custom-text{
  font-family: 'SFUIText';
  font-size:16px;
  text-align: left;
  padding-top: 30px;
  padding-bottom:20px;
}
.half-n-half .color-text {
  font-family: 'SFUIText';
  font-size:16px;
  color:#0c9bff!important;
}
.video-bg .footer-bg a.ch-btn {
  border: 2px solid #412c12;
  color: #ffffff;
}
.video-bg .footer-bg a.ch-btn:hover, .video-bg .footer-bg a.ch-btn:focus {
  color: #412d12 !important;
  background: transparent !important;
}
.narrative-footer .custom-page-margin{
  padding-top:0px;
}
.carousel-bg {
    padding-top: 70px!important;
    padding-bottom: 75px!important;
}
.ch-narrative-carousel .owl-item img{
  position: relative;
}
.ch-narrative-carousel .carousel-text {
    position: absolute;
    bottom: 0px;
    padding: 8px 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}
.ch-narrative-carousel .numberCircle {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    padding: 0px;
    border: 3px solid #896f57;
    color: #896f57;
    text-align: center;
    font-family: 'Siri';
    font-size: 56px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.ch-narrative-carousel .carousel-text-1{
  position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
    padding-top: 10%;
    padding-left: 38px;
    padding-right: 38px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    background: rgba(240, 240, 240, 0.7);
    width: 40%;
    height: 100%;
    right: 0;
    font-family: 'SFUIText';
}

.video-bg .article-video-bg{
  padding-top:80px;
}

.ch-narrative-text-bg-1{
  background-color: #fff;
    padding: 30px 40px 40px 40px;
    margin-bottom: 30px;
    margin-top: -70px;
}

.ch-narrative-text-bg-1 p{
  font-family: 'SFUIText';
  font-size: 14px;
}
.article-video-content{
  padding:53px 0px;
}
.video-bg .top-block{
  position: absolute;
  max-width: 550px;
  height:450px;
  background-color: #fff;
  font-family: 'SFUIText';
  text-align:left;
  padding-top:45px;
  padding-left:80px;
  padding-right:50px;
  padding-bottom:40px; 
  margin-top:30px;
  margin-left:20px;
  z-index: 1;
}
.video-bg .top-block .large{
  font-family: 'SFUIText';
  font-size: 32px;
  font-weight: 400;
}

.video-bg .top-block .large-bold{
  font-family: 'SFUIText';
  font-size: 32px;
  font-weight: 600;
}


.video-bg .top-block .custom-text{
  padding-top: 30px;
  padding-bottom:60px;
  font-size: 16px;
    line-height: 1.6;
}
.video-bg .bottom-block{
  padding-top:250px;
  position: relative;
}

.ch-narrative-carousel .owl-nav button span:before {
    display: none;
}
.ch-narrative-carousel .owl-nav button .arrow-left, .ch-narrative-carousel .owl-nav button .arrow-right {
    display: block;
}
.ch-narrative-carousel .owl-nav button .arrow-left {
    width: 145px;
    height: 45px;
    display: block;
    position: absolute;
    top: -24px;
    left: -40px;
    background: url(../images/ch-sprite.png) no-repeat;
    background-position: -3px -12px;
}
.ch-narrative-carousel .owl-nav button .arrow-right {
    width: 145px;
    height: 45px;
    display: block;
    position: absolute;
    top: -24px;
    background: url(../images/ch-sprite.png) no-repeat;
    background-position: -162px -12px;
}


.arrow-brown.ch-narrative-carousel .owl-prev {
    left: -95px;
}
.ch-narrative-carousel.arrow-brown .owl-nav button .arrow-right {
    background-position: -308px -71px;
    width: 90px;
}
.ch-narrative-carousel.arrow-brown .owl-nav button .arrow-left {
    background-position: -117px -71px;
    width: 90px;
}

.ch-narrative-carousel .owl-dots .owl-dot {
  outline: none;
}
.ch-narrative-carousel .owl-dots .owl-dot span {
    border: 1px solid #ffffff;
    background: transparent;
}
.ch-narrative-carousel .owl-dots .owl-dot.active span {
    background: #ffffff;
}


.ch-narrative-carousel.arrow-brown .owl-dots .owl-dot span {
    border: 1px solid #716250;
    background: transparent;
}
.ch-narrative-carousel.arrow-brown .owl-dots .owl-dot.active span {
    background: #716250;
}
.arrow-brown.owl-theme .owl-dots .owl-dot.active span, .arrow-brown.owl-theme .owl-dots .owl-dot:hover span {
    background: #716250;
}


.ch-experience{
  position: relative;
  margin-top: 90px;
}

.ch-experience .ch-footer-txt-banner{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37%;
  text-align: center;
}
.ch-experience .ch-mark img {
  width: 13%;
  bottom: 32%;
  position: absolute;
  left: 50%;
  margin-left: -70px;
}

div.pp_default .pp_description p{
  font-size: 15px;
}

a.pp_expand {
    display: none !important;
}


div#vrview {
    position: relative;
}
div#vrview div {
    width: 72px;
    height: 73px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*margin-left: -20px;
    margin-top: -20px;*/
    text-align: center;
}
div#vrview div:before {
    content: '';
    width: 72px;
    height: 73px;
    background-image: url(../images/360-degree.png);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}





@media only screen and (max-width: 767px) {
  .content-hub-main .top-banner .img-info, .content-hub-main .img-info, .top-banner .img-info, .single-narrative .img-info {
    min-height: 630px;
    background-size: cover !important;
    background-position: center center !important;
  }
  .top-banner .ch-text-banner, .top-banner .ch-narrative-text-banner {
    top: 180px;
    bottom: auto;
    padding: 0 15px;
  }
  .ch-text-banner h1, .ch-narrative-text-banner h1 {
    font-size: 34px;
    margin-bottom: 8px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ch-mark-header img {
    width: 40%;
  }
  .cube {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px;
    max-width: 300px;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .text-gradient {
    font-size: 34px;
  }
  .ch-txt-banner, .ch-txt-banner h3 {
    text-align: center;
  }
  .content-hub-main p, .ch-narrative-text-bg-1 p {
    font-size: 17px;
  }
  .custom-container {
    margin-top: 30px;
  }
  .content-hub-main .custom-page-margin.c-hub-section-gap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .custom-container .container-fluid {
    padding-right: 15px;
    margin-right: 0;
  }
  .ch-carousel-h3-text {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .ch-carousel-h3-text h3 {
    font-size: 34px;
    text-align: center;
  }
  .ch-carousel-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 35px;
  }
  .content-hub-main .custom-page-content.owl-theme .owl-nav {
    margin-top: 0;
  }
  .content-hub-main button.owl-prev, .content-hub-main button.owl-next {
    position: absolute;
    margin: 0 !important;
    top:50%;
    margin-top:-80px !important;
  }
  .content-hub-main button.owl-prev {
    left:0px
  }
  .content-hub-main button.owl-next {
    right:0px
  }
  .content-hub-main button.owl-prev span, .content-hub-main button.owl-next span {
    height: 40px;
    width: 40px;
    display: block;
    background: #ffffff;
    border: 0px solid #222222;
    color: #222222;
    line-height: 38px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
  }
  .content-hub-main .owl-theme .owl-nav .disabled {
    opacity: 0;
  }
  .content-hub-main .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    outline: none;
    color: #FFF;
    text-decoration: none;
  }
  .ch-social {
    padding: 0 15px;
  }
  .ch-social h3.text-gradient br {
    display: none;
  }
  .ch-social h3.text-gradient {
    font-size: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: auto !important;
    width: 80%;
    margin-bottom: 10px;
    line-height: normal !important;
  }
  .video-bg .ch-narrative-backgroud .cube {
    font-size: 34px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    width: 90% !important;
    min-width: auto !important;
    max-width: 100%;
    line-height: normal !important;
  }

  .ch-social-text {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .content-hub-social-carousel .carausel-banner-txt {
    margin-top: 0;
  }
  .ch-experience .ch-footer-txt-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    text-align: center;
  }
  .ch-footer-banner .custom-page-content.img-info {
    min-height: 400px !important;
  }

  /* Article page */

  .video-bg .custom-page-content.img-info {
    min-height: auto !important;
  }
  .ch-narrative-text-bg-1 {
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .video-bg .article-video-bg {
    padding-top: 0;
  }
  .article-bg {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
  .video-bg .top-block {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
  }
  .video-bg .top-block .large {
    font-size: 28px;
  }
  .video-bg .top-block .custom-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .ch-narrative-backgroud .second-banner {
    padding-top: 0;
    padding: 0;
  }
  .video-bg .bottom-block {
    padding-top: 0;
  }
  h3.text-gradient.article-page.cube-text {
    text-align: center;
  }
  .ch-narrative-carousel .carousel-text-1 {
    bottom: auto;
    top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .ch-narrative-carousel .numberCircle {
    width: 55px;
    height: 55px;
    border: 1px solid #896f57;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half .text-col {
    padding-top: 6px;
    padding-right: 10px;
  }
  .half-n-half .text-col .text-bold {
    font-size: 20px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half .custom-text {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
  }
  .video-bg .ch-narrative-backgroud .half-n-half {
    margin-top: 20px;
  }
  .half-n-half .color-text a {
    font-size: 13px;
    line-height: normal !important;
  }
  .footer-bg .col-sm-6 .ch-btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-bg .col-sm-6:last-child .ch-btn {
    margin-bottom: 0 !important;
  }
  .custom-page-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ch-narrative-video-sec .youtube-player {
    margin: 0;
  }
  .ch-narrative-text-bg {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
  }
  .carousel-bg {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
  .video-bg .ch-narrative-backgroud .second-banner {
    /*min-height: 536px;*/
    min-height: auto;
  }
  .video-bg .ch-narrative-backgroud .second-banner img {
    /*transform: scale(5.1) translateY(15px) translateX(-22px);
    -webkit-transform: scale(5.1) translateY(15px) translateX(-22px);
    -moz-transform: scale(5.1) translateY(15px) translateX(-22px);
    -ms-transform: scale(5.1) translateY(15px) translateX(-22px);*/
  }
  /*.video-bg .ch-narrative-backgroud .second-banner .over-content {
    padding: 20px 20px;
    bottom: 0;
  }*/
  .video-bg .ch-narrative-backgroud .second-banner .over-content p {
    margin-bottom: 0;
  }
  .content-hub-social-carousel a.prettyphoto {
    height: auto;
  }
  .ch-experience {
    margin-top: 22px;
  }
  .ch-experience .ch-footer-txt-banner {
    bottom: 30%;
  }
  .ch-footer-txt-banner h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .ch-experience .ch-mark img {
    bottom: 23%;
    left: 50%;
    margin-left: -25px;
  }
  .bt-footer-txt-banner {
    top: 33%;
  }
  .bt-footer-txt-banner h3 {
    font-size: 25px;
    width: 100%;
  }
  .bt-footer-txt-banner h2 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content-hub-main .top-banner .img-info, .content-hub-main .img-info, .top-banner .img-info, .single-narrative .img-info {
    min-height: 630px;
    background-size: cover !important;
    background-position: center center !important;
  }
  .top-banner .ch-text-banner, .top-banner .ch-narrative-text-banner {
    top: 180px;
    bottom: auto;
    padding: 0 15px;
  }
  .ch-text-banner h1, .ch-narrative-text-banner h1 {
    font-size: 34px;
    margin-bottom: 8px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ch-mark-header img {
    width: 40%;
  }
  .cube {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px;
    max-width: 300px;
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .text-gradient {
    font-size: 30px;
  }
  .ch-txt-banner, .ch-txt-banner h3 {
    text-align: center;
  }
  .content-hub-main p, .ch-narrative-text-bg-1 p {
    font-size: 18px;
  }
  .custom-container {
    margin-top: 30px;
  }
  .content-hub-main .custom-page-margin.c-hub-section-gap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .custom-container .container-fluid {
    padding-right: 15px;
    margin-right: 0;
  }
  .ch-carousel-h3-text {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .ch-carousel-h3-text h3 {
    font-size: 30px;
    text-align: center;
  }
  .ch-carousel-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 35px;
  }
  .content-hub-main .custom-page-content.owl-theme .owl-nav {
    margin-top: 0;
  }
  button.owl-prev, button.owl-next {
    position: absolute;
    margin: 0 !important;
    top:50%;
    margin-top:-80px !important;
  }
  button.owl-prev {
    left:0px
  }
  button.owl-next {
    right:0px
  }
  button.owl-prev span, button.owl-next span {
    height: 40px;
    width: 40px;
    display: block;
    background: #ffffff;
    border: 0px solid #222222;
    color: #222222;
    line-height: 38px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
  }
  .content-hub-main .owl-theme .owl-nav .disabled {
    opacity: 0;
  }
  .content-hub-main .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    outline: none;
    color: #FFF;
    text-decoration: none;
  }
  .ch-social {
    padding: 0 15px;
  }
  .ch-social h3.text-gradient br {
    display: none;
  }
  .ch-social h3.text-gradient {
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: auto !important;
    width: 90%;
    line-height: normal !important;
  }
  .video-bg .ch-narrative-backgroud .cube {
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    width: 45% !important;
    min-width: auto !important;
    max-width: 100%;
    line-height: normal !important;
  }

  .ch-social-text {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 19px;
  }
  .ch-carousel-text p {
    font-size: 18px;
  }
  .content-hub-social-carousel .carausel-banner-txt {
    margin-top: 25px;
  }
  .ch-footer-txt-banner h3 {
    font-size: 35px;
    margin-bottom: 0px;
  }
  .ch-mark img {
    width: 20%;
  }
  .ch-footer-banner .custom-page-content.img-info {
    min-height: 400px !important;
  }

  /* Article page */

  .video-bg .custom-page-content.img-info {
    min-height: auto !important;
  }
  .ch-narrative-text-bg-1 {
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .article-video-content.img-info .ch-narrative-text-bg-1 {
    margin-top: -40px;
    margin-left: auto;
  }
  .video-bg .article-video-bg {
    padding-top: 0;
  }
  .article-bg {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
  .video-bg .top-block {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
  }
  .video-bg .top-block .large {
    font-size: 28px;
  }
  .video-bg .top-block .custom-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .ch-narrative-backgroud .second-banner {
    padding-top: 0;
    padding: 0;
  }
  .video-bg .bottom-block {
    padding-top: 0;
  }
  h3.text-gradient.article-page.cube-text {
    text-align: center;
  }
  .ch-narrative-carousel .carousel-text-1 {
    bottom: auto;
    top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .ch-narrative-carousel .numberCircle {
    width: 55px;
    height: 55px;
    border: 1px solid #896f57;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half .text-col {
    padding-top: 15px;
    padding-right: 10px;
  }
  .half-n-half .text-col .text-bold {
    font-size: 27px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half .custom-text {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half {
    margin-top: 20px;
  }
  .half-n-half .color-text a {
    font-size: 20px;
    line-height: normal !important;
    display: block;
  }
  .footer-bg .col-sm-6 .ch-btn {
    width: auto;
  }
  .footer-bg .col-sm-6:last-child .ch-btn {
    margin-bottom: 0 !important;
  }
  .custom-page-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ch-narrative-video-sec .youtube-player {
    margin: 0;
  }
  .ch-narrative-text-bg {
    margin-bottom: 0;
    margin-top: -5px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .carousel-bg {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  .owl-carousel .owl-item img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .inner-carausel-banner-txt h3 {
    font-size: 19px;
  }
  .ch-txt-banner h3 br {
    display: none;
  }
  .video-bg .ch-narrative-backgroud .second-banner {
    min-height: 550px;
  }
  .video-bg .ch-narrative-backgroud .second-banner img {
    transform: scale(3) translateY(-10px) translateX(-22px);
    -webkit-transform: scale(3) translateY(-10px) translateX(-22px);
    -moz-transform: scale(3) translateY(-10px) translateX(-22px);
    -ms-transform: scale(3) translateY(-10px) translateX(-22px);
  }
  .video-bg .ch-narrative-backgroud .second-banner .over-content {
    padding: 20px 20px;
    bottom: 0;
  }
  .video-bg .ch-narrative-backgroud .second-banner .over-content p {
    margin-bottom: 0;
  }
  .ch-experience {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .top-banner .img-info {
    min-height: 495px;
  }
}


@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .top-banner .img-info {
    min-height: 720px;
  }
}



@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .page-template-content-hub-template .header-area .logo-menu-wrap, 
    .single-narrative .header-area .logo-menu-wrap {
      display: block!important;
    }
    .page-template-content-hub-template .header-area .logo-menu-wrap .logo, .single-narrative .header-area .logo-menu-wrap .logo {
      float: left;
    }
    .single-narrative .header-area .logo-menu-wrap .menu, .page-template-content-hub-template .header-area .logo-menu-wrap .menu {
      float: right;
    }
}}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}