*{padding: 0; margin: 0; box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box}
body{font-weight:500;font-family: 'HelveticaNeue', sans-serif;  font-size:14px;line-height:22px; color:#231f20; background-color: #f3eee8; }
ul, li{list-style: none; margin:0px; padding:0px; }
a:hover{text-decoration: none;}
a {text-decoration: none}
html {scroll-behavior:smooth;}
.btn.focus, .btn:focus, .form-control:focus{outline: none;box-shadow: none}
.container{max-width:1440px; padding: 0 15px;}
header{position:fixed; width: 100%; z-index:99;webkit-transition: height 0.3s;-moz-transition: height 0.3s;transition: height 0.3s; padding: 0px;  background-color:#f3eee8;}
header.stick{ padding:0px;border-bottom: solid 1px rgba(0, 0, 0, 0.13); }
header.stick .logoimg img{width: 150px; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.mainhead{display: flex; justify-content:space-between; align-items: center;}
header .nav ul{display: flex; }
header .logoimg img{padding-top: 0px;font-weight:normal;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
header .nav ul li{padding: 24px 23px 24px;}
header .nav ul li a{display:block; color:#231f20;font-size:18px;text-transform: uppercase; position: relative; font-weight: 500;}
header .nav ul li a:hover{opacity:0.8 ;}
header .nav ul li a:after {content: '';position: absolute;width: 100%;transform: scaleX(0);height: 2px;
  bottom: -2px;left: 0;background-color: #312b2c;transform-origin: bottom right;transition: transform 0.25s ease-out;}
header .nav ul li a:hover:after  { transform: scaleX(1);transform-origin: bottom left;}
header .nav ul li.withA:hover ul> li> a{color:#231f20;padding:4px 0px;font-size:16px; font-weight:500; text-transform: uppercase;}
header .nav ul li a.dropdon{ background-image: url(../images/ic_downarrow.svg); background-repeat: no-repeat; background-size: 9px 8px; background-position: center right 0px; padding-right: 15px;}
header .nav ul li a.active{position: relative}
header .nav ul li a.active:after {content: '';position: absolute;width: 100%;transform: scaleX(1);height: 2px;bottom: -2px;left: 0;background-color: #312b2c;transform-origin: bottom right;transition: transform 0.25s ease-out;}
header .nav ul li a:hover{color:#231f20;}
header .nav ul li.withAa:hover{color:#231f20;}
.top-space{ padding-top: 150px;}
.heroBanner{padding-bottom: 60px;}
.heroBanner .cirlc{width: 100%; max-width:850px; height:850px; background-color:#f2d9d4; margin:25px auto 0px; border-radius: 100%; display: flex; justify-content: end; align-items: center; position: relative}
.heroBanner .cirlc .bannerImg{ position: absolute; left:40px; top: -25px;}
.heroBanner .cirlc .bannerContent{position: absolute; right:-200px;top: 0px; display: flex;justify-content: center;   
flex-direction: column; height: 100%;}
.heroBanner .cirlc .bannerContent h1{margin-left: -100px; color:#312b2c; font-size: 90px; line-height:90px; margin-bottom: 25px;}
.heroBanner .cirlc .bannerContent p{color:#312b2c; font-size:20px; line-height: 30px;}
.heroBanner .cirlc .bannerContent a{color:#312b2c; font-size:20px; line-height: 30px; font-weight: 600}
.heroBanner .banner.owl-theme .owl-dots {position: absolute;top:40%;right: 0px; display: flex; flex-direction: column;}
#scrolltext a{color:#312b2c; font-size:14px; line-height: 26px; font-weight: 500; display: inline-block; position: fixed;  z-index: 99;  left:0px;    bottom: 60px;transform: rotate(-90deg);  }
#scrolltext a .arrow-down { -webkit-animation: arrowdown 1.7s ease-in-out infinite; animation: arrowdown 1.7s ease-in-out infinite; display: inline-block; font-size: 20px; position: absolute;bottom: 2px; left: -16px;}
#scrolltext a.previous{left:0px; bottom:23px; display: none;}
#scrolltext a.previous{transform: rotate(-90deg);}
#scrolltext a.previous .arrow-down {position: relative;top: 0; left: 51px;}

@keyframes arrowdown {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px); }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px); }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px); } }

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateX(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateX(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateX(0px); } }

#scrolltext a:hover .arrow-down{-webkit-animation: arrowdown 0s ease-in-out infinite; animation: arrowdown 0s ease-in-out infinite; display: inline-block; } 
.meetNandini{padding: 60px 0px 0px;}
.meetNandini .meettype{display: flex; flex-direction: column;  height: 50%; justify-content: space-between; margin-top: 224px;}
.meetNandini .meettype .verticatext{color:#312b2c; font-size:18px; line-height: 30px; text-transform: uppercase; transform: rotate(90deg); display: inline-block;  font-weight:700; -ms-transform: rotate(90deg); font-family: 'HelveticaNeueBold', sans-serif;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-ms-transform-origin: left top 1;
-moz-transform-origin: left top 1;
-webkit-transform-origin: left top 1; margin-left: -50px; }
.meetNandini h2{margin-bottom:40px}
.meetNandini hr{margin:80px 0px 0px;}
.meetNandini .introDuction{margin-top: -16px;} 
.meetNandini .introDuction p{color:#312b2c; font-size:18px; line-height: 30px; margin-bottom: 40px; font-weight:500; }
.meetNandini .introDuction a{color:#312b2c; font-size:18px; line-height: 30px; font-weight:700;  position: relative; font-family: 'HelveticaNeueBold', sans-serif;}
.allunderline a{position: relative; display:inline-block!important;}
.allunderline a:hover:after {transform: scaleX(1); transform-origin: bottom left;}
.meetGuru .allunderline a:after{bottom:40px;}
.bharatanatyam small a:hover{position: relative; text-decoration: underline}
.meetGuru{padding: 60px 0px 0px;}
.meetGuru .intogtext p{color:#312b2c; font-size:18px; line-height:30px;  font-weight:500; }
.meetGuru .intogtext p span{white-space: nowrap;}
.meetGuru span{ display: inline-block; vertical-align: top; position: relative; z-index: 999}
.meetGuru .intoname{ width: 400px; margin: 0px auto; padding:12px 10px; border-radius:10px; border: 1px solid #c2bcb2; text-align: center; position: absolute; left:-45px; right:0; z-index: 999; background-color:#f3eee8;}
.meetGuru .intoname h5{ font-size: 24px; margin-bottom:0px; color:#231f20; font-weight: 500; font-family: 'Helvetica Neue', sans-serif;}
.meetGuru .intoname p{color:#312b2c; font-size:16px; line-height: 30px;  font-weight:400; font-family: 'Helvetica Neue', sans-serif; margin-bottom:0px;}

.meetGuru a.viewmore{ background-color:#b7b0a6; font-size: 16px; color: #ffffff; padding:8px 30px 10px; border-radius:50px;  display: inline-block; font-weight: 600; -webkit-transition: 
  background-color 400ms linear,    color 400ms linear;     margin-top: 20px; margin-bottom: 30px;}
.meetGuru a.viewmore:hover{background-color:#958f87; }

.meetGuru .intogtext .hr{ border-bottom: 2px solid #b7b0a6; margin-top: 40px; margin-bottom: 90px}
.meetGuru .intogtext .hr2{ margin-top: 32px; margin-bottom: 90px; position: relative; z-index: -1;}
.meetGuru  .h1{font-family: 'voyage', sans-serif; color: #b7b0a6; font-size: 90px;font-weight: 600;line-height: 90px;}
.meetGuru a{color:#312b2c; font-size:18px; line-height: 30px; font-weight:700;  text-align: center; padding: 34px 0px 46px; display: block; font-family: 'HelveticaNeueBold', sans-serif;}
.meetGuru  hr{margin:16px 0px 0px;} 
.bharatanatyam{padding: 100px 0px 60px;}
.bharatanatyam  .h1{line-height: 105px;  font-size: 90px;}
.bharatanatyam small{font-size:18px; line-height:25px; display: inline-block; color:#231f20; font-weight:500; font-family: 'HelveticaNeue', sans-serif;}
.bharatanatyam small a{color:#231f20; }
.bharatanatyam small a:before{display: none;}
.bharatanatyam a{position: relative; color:#b7b0a6}
.bharatanatyam a:before{ position: absolute; border-bottom: 5px solid #b7b0a6; width: 100%; height: 5px; left: 0px; bottom:5px; content: '';}
.showcase{padding: 100px 0px 100px; background-color:#f3eee8;}
.showcase .h1{margin-bottom: 80px; font-size: 90px;}
.showcase .accorimg{display: flex; justify-content:flex-end;align-items:center;cursor: pointer; border-top:2px solid #b7b0a6; }
.showcase .accorimg.lastchl {border-bottom:2px solid #b7b0a6;}
.showcase .accorimg h2{padding-left: 56px; font-weight: 600;line-height: 100px; color:#aea497;transition-duration: 0.4s; font-size: 90px;}
.showcase .accorimg:hover  h2{color:#231f20;}
.repertoire{padding-top:42px;}
.repertoire .h1{text-align: right; margin-bottom: -40px; font-size: 90px;}
.repertoire .redate{color:#312b2c; font-size:20px; line-height: 23px; font-weight:500;  padding-top:34px}
.repertoire .rename{color:#312b2c; font-size:20px; line-height:23px; font-weight:600;  padding: 10px 0px; font-family: 'HelveticaNeueBold', sans-serif;}
.repertoire .replace{color:#312b2c; font-size:20px; line-height:23px; font-weight:500; }
.repert.owl-theme .owl-nav .owl-next {background-color: transparent; background-repeat: no-repeat; background-size: 100%;
    cursor: pointer; height: 48px; width: 47px; background-image: url("../images/ic-rightarrow.svg"); font-size: 0; opacity: 0.5; }
.repert.owl-theme .owl-nav .owl-prev { background-color: transparent;background-repeat: no-repeat; cursor: pointer;height: 48px; width: 47px; background-image: url(../images/ic-leftarrow.svg); background-size: 100%;font-size: 0; margin-right: 36px !important; opacity: 0.5;}
.repert.owl-theme .owl-nav { margin-top: 10px;position: absolute;right: 0px;top: 203px;}
.repert.owl-theme .owl-nav .owl-prev:hover{opacity:1; }
.repert.owl-theme .owl-nav .owl-next:hover{opacity:1; } 
.acknowledMents{background-color:#e7e0d7; padding: 60px 0px 40px;}
.acknowledMents p{font-size:22px; color:#231f20; padding-right: 20px; margin-top:20px; margin-bottom: 30px;}
.acknowledMents .argMents{padding: 40px 0px; border-top:1px solid #b7b0a6; }
.acknowledMents .argMents  .dateAck{  font-size: 21px; color:#231f20; line-height: 26px; }
.acknowledMents .argMents .viewmore{ background-color:#b7b0a6; font-size: 16px; color: #ffffff; padding:10px 30px 12px; border-radius:50px; margin-top:45px; display: inline-block; font-weight: 600; -webkit-transition: 
  background-color 400ms linear,    color 400ms linear;}
.acknowledMents .argMents .viewmore:hover{background-color:#958f87; }
.acknowledMents .h1 { font-size: 90px; }
.acknowledMents h2 { font-family: 'Helvetica Neue', sans-serif; color: #231f20;font-size:80px;font-weight: 300;line-height: 90px;}
.acknowledMents .argMents .imgzoom{overflow: hidden; display: inline-block; padding-right: 18px;} 
.acknowledMents .argMents .imgzoom img{transition: transform 0.9s ease-in-out; }
.acknowledMents .argMents .imgzoom img:hover {transform: scale(1.1); }
.cir2{ position: relative; display: inline}
.cir2:before{width: 153px; height: 153px; border:1px solid #b7b0a6; border-radius: 100%; position:absolute; left: -87px; top:-14px; content: '';}
.acknowledMents .showaknow{display:none;}
.acknowledMents .argMents .viewmore{position: relative; display:inline-block!important;}
.acknowledMents .argMents .viewmore:before {content: '';position: absolute;width: 100%;transform: scaleX(0); height: 1px; bottom: 0; left: 0; background-color: #312b2c; transform-origin: bottom right;  transition: transform 0.25s ease-out;}
footer{ padding: 80px 0px 80px; background-color:#f5f0eb;} 
footer .h1{color: #b7b0a6;font-size:164px;font-weight: 600;line-height:170px; margin-bottom: 40px}
footer ul{display: flex; justify-content: center; padding-top:118px;}
footer ul li{padding: 0px 20px; }
footer ul li a{color:#231f20; font-size:18px; line-height: 24px; font-weight:500; position: relative;}
footer ul li a:after {content: '';position: absolute;width: 100%;transform: scaleX(0);height: 1px;
  bottom: 0;left: 0;background-color: #312b2c;transform-origin: bottom right;transition: transform 0.25s ease-out;}
footer ul li a:hover:after  { transform: scaleX(1);transform-origin: bottom left;}
footer ul li a:hover{color:#231f20;}
.youtube { margin-top: 60px;}
.pb-40{padding-bottom: 40px;}
h1, .h1{ font-family:'voyage', sans-serif; color: #b7b0a6;font-size:80px;font-weight: 600;line-height:102px;}
h2, .h2{ font-family:'voyage', sans-serif; color: #231f20;font-size:80px;font-weight: 600;line-height:90px;}
h3, .h3{ font-family:'voyage', sans-serif; color: #b7b0a6;font-size:50px;font-weight: 600;line-height:60px;}
p{color:#312b2c; font-size:18px; line-height:30px;  font-weight:500; }
span.gurupic {margin-top: 11px;}
.owl-theme .owl-dots .owl-dot span{ background: #D6D6D6;}
.owl-theme .owl-dots .owl-dot.active span{ background: #000000;}
.nanJouBg + .top-space,.showBg + .top-space, .contBg + .top-space {padding-top:130px;}
.contBg header{background-color:#e7e0d8;}
.showBg + .top-space{background: linear-gradient(to bottom,  rgba(9,10,14,1) 0%,rgba(9,10,14,1) 25%,rgba(9,10,14,0.01) 25%,rgba(9,10,14,0) 24%,rgba(9,10,14,0) 100%);}
.contBg + .top-space{background-color:#e7e0d8;}
.nanJouBg + .top-space{position:relative;}
.nanJouBg + .top-space:after{content:"";width:100%; height:200px; position:absolute;top:0;left:0;z-index:-1; background: linear-gradient(90deg,  #e7e0d8 0%,#e7e1d8 37%,#f3eee8 60%,#e8e1d9 100%);}
.bgLig{background: linear-gradient(90deg,  #e7e0d8 0%,#e7e1d8 40%,#f3eee8 50%,#e8e1d9 100%);}
 .bgLig img{ margin-left: -7px;}
.heroShow{background: linear-gradient(to bottom,  rgba(9,10,14,1) 0%,rgba(9,10,14,1) 90%,rgba(9,10,14,0.01) 90%,rgba(9,10,14,0) 90%,rgba(9,10,14,0) 100%);}
.bgBlack{background-color:#2c2c22;padding:80px 0px 60px}

.bgBlack a.viewmore{ background-color:#b7b0a6; font-size: 16px; color: #2c2c22; padding:10px 30px 12px; border-radius:50px; margin-top:30px; display: inline-block; font-weight: 600; -webkit-transition: 
  background-color 400ms linear,    color 400ms linear; }
.bgBlack a.viewmore:hover{background-color:#958f87; }


.bgPre{background: linear-gradient(90deg,  #e7e0d8 0%,#e7e1d8 40%,#f3eee8 50%,#e8e1d9 100%);}
.showBg header{background-color:#090a0e;}
.showBg header .nav ul li a{color:#fff;}
.showBg header .nav ul li a:after{background-color:#fff;}
.showBg header .nav ul li a.dropdon { background-image: url(../images/nav-arrow-down2.jpg);}
.showBg header .nav ul li.withA:hover ul> li> a{color:#fff;}
.showBg header .nav ul li.withA:hover> a:before{background-color:#000;}
.aranGetram .bgLig{background: linear-gradient(90deg,  #e7e0d8 0%,#e7e1d8 40%,#f3eee8 50%,#e8e1d9 100%); padding: 20px 0px 50px; }
.aranGetram .inroText{ background-color:#faf7f5; padding:65px 0px 25px;}
.aranGetram .inroText p{font-size: 18px; line-height:30px; margin-bottom:30px; color:#231f20; font-weight: 400;}
.aranGetram .youTubvideo{ background-color:#f3eee8; padding-bottom: 130px;}
.aranGetram .glimpses{background-color:#f3eee8; padding-bottom: 111px;}
.aranGetram .glimpses h1{font-size: 90px; line-height: 100px; margin-bottom: 80px;}
.pm-171{margin-top: 171px;}
.pm-121{margin-top: 121px;}
.aranGetram .glimpses .viewmore{ background-color:#b7b0a6; font-size: 30px; color: #ffffff; padding:24px 55px; border-radius:50px; margin-top:110px; display: inline-block; font-weight: 600;}
.footrwhite{ background-color: #ffffff;}
.aboutno footer{background-color: #ffffff;}
.contactpage footer{ padding-top: 150px;}
.rportery footer{ padding-top: 150px;}
.journey footer{ padding-top: 100px;}
.bharatnty footer{ padding-top: 100px;}
.arangetram footer{ padding-top: 100px;}
h4{font-size:36px; line-height:45px;  font-weight:400;font-family: 'HelveticaNeueLight', sans-serif;}
.allunderline a{color:#817c74; font-size:18px; line-height: 30px; font-weight:500; opacity:1;  position: relative; font-family: 'HelveticaNeueBold', sans-serif;}
.allunderline a:hover{color:#b7b0a6;}
.viewMore{ background-color:#b7b0a6; font-size:16px; line-height:24px; color: #ffffff; padding:6px 26px 7px; border-radius:30px; margin-top:45px; display: inline-block; font-weight:500; -webkit-transition:background-color 400ms linear, color 400ms linear;}
.viewMore:hover{background-color:#e7e0d8; color: #ffffff;}
.nweTham .repertoire .redate{padding-top:14px;}
.nweTham .repertoire .reimg{overflow: hidden; display: inline-block;} 
.nweTham .repertoire .reimg img{transition: transform 0.9s ease-in-out; }
.nweTham .repertoire .reimg img:hover {transform: scale(1.1); }
.markStag{padding:80px 0px 60px }
.markStag p{font-size:20px; line-height:30px}
.glimpAren {padding-bottom:60px;}
.glimpAren .pt100{padding-top:120px;}
.glimpAren .glim.imTp{padding-top:200px;}
.glimpAren .glim.imTp img{margin-top:-100px;}
.glimpAren .glim.imTp2 {padding-top:100px}
.glimpAren .glim.imTp2 img{margin-top:-50px;}
.glimpAren .viewMore{    font-size:16px; line-height:30px;font-weight:600;padding:8px 30px 9px;}
.nandBhar{margin-bottom:50px}
.nandBhar .aBrief{padding:80px 0px 50px}
.nandBhar .aBrief h2{color: #b7b0a6; margin-bottom:2.5rem}
.nandBhar .bgBlack p,.nandBhar .bgBlack h2{color: #b7b0a6;}
.nandBhar .bgBlack .counAre{margin-top:-80px;}
.nandBhar .bgBlack .counAre #counter span{background-color:transparent;width:25px }
.nandBhar .bgBlack .counAre #counter sub{top: -.5em;}
.nandBhar .bgBlack .passionUnfolds.owl-theme .owl-nav{left:0px; margin-top:-30px; right:auto}
.nandBhar .bgBlack .passionUnfolds.owl-theme .disabled{opacity:0}
.nandBhar .bgBlack .passionUnfolds.owl-theme .owl-nav .owl-prev{ margin-right: 30px !important;}

.nanJour header{background-color: transparent;}
.nanJour header.stick{background-color:#e7e0d8;}
.nandJour .bgBlack p{color:#b7b0a6}
.nandJour .allunderline{padding-top:50px}
.nandJour .pasUnf{padding:80px 0px 0px; background: linear-gradient(to right,  rgba(44,44,34,1) 0%,rgba(44,44,34,1) 37%,rgba(250,246,243,1) 37%,rgba(250,246,243,1) 100%); margin-bottom:80px; }
.nandJour{background-color:#faf6f3;}
.nandJour .pasUnf h2{color: #b7b0a6;}
.nandJour .pasUnf p{color:#b4ada3;}
.nandJour .pasUnf h3{color:#b4ada3; padding-right:15px; padding-left: 5px;}
.nandJour .pasUnf hr{border-top:2px solid;margin-top:60px;}
.nandJour .bgBlack{margin-bottom:50px;}
.passionUnfolds.owl-theme .owl-nav .owl-next {background-color: transparent; background-repeat: no-repeat; background-size: 100%; cursor: pointer; height: 48px; width: 47px; background-image: url("../images/ic-rightarrow.svg"); font-size: 0; opacity: 0.5; }
.passionUnfolds.owl-theme .owl-nav .owl-prev { background-color: transparent;background-repeat: no-repeat; cursor: pointer;height: 48px; width: 47px; background-image: url(../images/ic-leftarrow.svg); background-size: 100%;font-size: 0; margin-right: 36px !important; opacity: 0.5;}
.passionUnfolds.owl-theme .owl-nav { margin-top: 10px;position: absolute;right: 0px;}
.passionUnfolds.owl-theme .owl-nav .owl-prev:hover{opacity:1; }
.passionUnfolds.owl-theme .owl-nav .owl-next:hover{opacity:1; }

.nanJouBg{background: linear-gradient(135deg,  #e7e0d8 0%,#e7e1d8 32%,#f3eee8 60%,#e8e1d9 100%);}
.nanJouBg header{background-color: transparent;}
.nanJouBg header.stick{background-color:#e7e0d8;}
.nanJouBg  .nandPre{padding:40px 0px 60px}

.heroShow .showVie{background-color:#e7e0d8;padding:30px 20px; text-align:center;-webkit-transition:background-color 400ms linear, color 400ms linear; border-right:2px solid #b7b0a6; position:relative;display:flex;justify-content: center;    align-items: center;}
.heroShow .showVie h4{align-content: center; line-height:36px;color: #312b2c;}
.heroShow .showVie a{display: block;z-index:9; position:relative;margin-top: auto; }
.heroShow .showVie .viewMore{margin-top:10px}
.heroShow .showVie:hover,.heroShow .showVie.active{background-color:#b7b0a6;}
.heroShow .showVie:hover h4,.heroShow .showVie.active h4{color:#fff}
.heroShow .showVie:hover .viewMore ,.heroShow .showVie.active .viewMore{background-color:#e7e0d8; opacity:0; }
.heroShow .showVie:last-child{border-right:0px}
.showVie.active{border-right: 2px solid #969393}
.heroShow .showVie:hover:after,.heroShow .showVie.active:after{content: '';position: absolute;width: 100%;bottom:0;left: 0; z-index: 1; background-position: center bottom 30px; background-image: url(../images/down-arrow-svgrepo.svg); background-repeat: no-repeat;  height: 100%; background-size:40px auto;z-index:1 }

.showImag{padding:80px 0px 60px;}
.showImag .showTha .showBo{overflow: hidden; display: inline-block; margin-bottom:0px;} 
.showImag .showTha img{transition: transform 0.9s ease-in-out; }
.showImag .showTha img:hover {transform: scale(1.1); }
/*.showImag .showTha a{color:#312b2c;font-weight:600;}*/
.showImag .showTha p{color:#312b2c;font-weight:600;font-size:16px;line-height:24px;}



.nweTham{padding:80px 0px 60px}
.nweTham .mosHo{overflow: hidden;border:2px solid rgba(0, 0, 0, 0.15);border-radius:10px;}
.nweTham .card{border:0px;box-shadow: rgba(149, 157, 165, 0.0) 0px 8px 24px; height:100%;}
.nweTham .card img{transition: transform 0.9s ease-in-out;width:100%; }
.nweTham .card img:hover {transform: scale(1.1); }
.nweTham .card p {line-height:22px}
.nweTham .card p strong{display:block;}
.nweTham .card .card-body{padding-left:0px}

.linkVideol{padding-top:50px;}
.linkVideol a{color:#312b2c; font-size:20px; line-height:30px;  font-weight:600;}
.linkVideol a span{width:50px; height:50px; background-color:#b7b0a6;border-radius:50%; display:flex; justify-content:center;align-items: center;padding:10px;max-height:43px;max-width:43px; }
.linkVideol a span img{width:20px; height:20px}
.contMain{padding:60px 0px 90px;}
.contMain h1{margin-bottom:3.5rem}
.contMain .linkMail{padding:15px 0px 10px }
.contMain .linkMail a{color:#312b2c; font-size:40px; line-height:45px;font-family: 'HelveticaNeue', sans-serif;}
#counter {font-family:'voyage', sans-serif; color: #b7b0a6;font-size:80px;font-weight: 700;line-height:60px; margin-top:20px}
#counter sup{font-family:'voyage', sans-serif;font-size:80px;font-weight: 600;line-height:90px;color:#b4ada3;}
#counter sub{font-family:'voyage', sans-serif;font-size:50px;font-weight: 600;line-height:60px;color:#b4ada3; bottom: 0em;margin-top: -11px;}
#counter span{margin:0px 10px; width:30px; height:3px; background-color:#b4ada3;bottom:-32px; position: relative;vertical-align: baseline;}

.breadCrumb nav,.facilOverv nav {--bs-breadcrumb-divider: '>';padding-top:30px;}
.breadCrumb nav li, .breadCrumb nav li a{font-weight: 400;color:#401F20;font-size: 12px;line-height: 14px;text-transform: uppercase;}
.breadCrumb nav .breadcrumb-item.active{ font-weight:600;color:#401F20;}
/*.breadCrumb nav li:nth-child(3)::before{content:"-"; font-weight:600;}*/
.linkBack{font-weight:600;color:#401F20;font-size: 12px;line-height: 14px;letter-spacing: 0.2em; white-space: nowrap}
.breadCrumb + .showImag{padding-top:50px}

.shoGallery{padding:60px 0px; background-color:rgba(9, 10, 14, 1) }
.shoGallery h1{color:#fff}
.popupVideo{position:relative; display:contents; height:100%;}
.popupVideo:after {content: '';position: absolute;width: 100%;bottom:0;left: 0; z-index: 1; background-position: center; background-image: url(../images/play-icon.png); background-repeat: no-repeat;  height: 100%; background-size:80px auto;}
.popupBo{background-color:#080806; min-height:250px; width:100%}

.heighligt_ye { background-color: #f2b149;  line-height: 20px !important;  padding: 5px 5px !important;  margin-left: -5px;  margin: 10px 0px 5px 0px; display: inline-block;}
.heighligt_ye2 { background-color: #f2b149; padding: 0px 5px;  display: inline-block;}

.showcase_lable { padding-bottom: 10px;}
.showcase_lable .redate{    color: #312b2c;  font-size: 20px;  line-height: 23px;  font-weight: 500; padding-top: 5px;}
.showcase_lable  .rename{    color: #312b2c;  font-size: 20px;  line-height: 23px;  font-weight: 600;  padding: 10px 0px;  font-family: 'HelveticaNeueBold', sans-serif;}
.showcase_lable .replace {  color: #312b2c;  font-size: 20px;  line-height: 23px;  font-weight: 500;}

.vieall{
  padding: 40px 0px;
}

.vieall a {
  background-color: #b7b0a6;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 30px 12px;
  border-radius: 50px;
  margin-top: 45px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: background-color 400ms linear, color 400ms linear;
}

.vieall a:hover {
  background-color: #958f87;
}

 .wowbook-handle{top:-50%!important;}

.mobilshow{display:none;}
.mobile_ver{display:none;}
/*
h1, .h1{ font-family:'voyage', sans-serif; color: #b7b0a6;font-size:90px;font-weight: 600;line-height:100px;}
h2, .h2{ font-family:'voyage', sans-serif; color: #231f20;font-size:80px;font-weight: 600;line-height:90px;}
h3, .h3{ font-family:'voyage', sans-serif; color: #b7b0a6;font-size:50px;font-weight: 600;line-height:60px;}


*/







