/* @font-face {
    font-family: "NewYork";
    src: url("../fonts/NewYork.ttf");
}
h1,h2{
    font-family: NewYork;
} */
@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Mukta:wght@200;300;400;500;600;700;800&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inconsolata:wght@200..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sedan:ital@0;1&display=swap');

*{
  font-family: "Prompt", sans-serif;
}
p{
  font-family: "Proza Libre", sans-serif !important;
}
.actv {
  color: #b60e1d !important;
}
.team{
    padding:0 4rem;
}
.left-t ul {
  padding: 4px 0;
  margin: 0;
  gap: 32px;
}

.left-t ul li {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 14px;
}
.left-t12 ul{
    justify-content: end;
}

.bottom-nav ul{
   justify-content: end;
   /* width: 75%;
   margin: auto; */
}
.logo{
    text-align: center;
}
.logo img {
    width: 40%;
}
.left-navbar img {
  width: 204px;
 padding: 15px;
}

.bottom-nav ul{
    margin: 0;
}
/* .bottom-nav{
    padding: 20px 0;
} */
/* .logo{
    width: 200px;
    position:relative
}
.logo img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
} */

.ref img{
  width: 15px;
}

.top-header {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
  margin: auto;
  width: 88%;
}
.ce{
  width:18px;
  filter: brightness(0) invert(0);
}
.actvimg {
    filter:none !important;
}

.ul{
  gap: 50px;
}
.ul li{
  list-style: none;
  text-align: center;
}
 .bottom-nav ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.55px;
} 
.sub-nav h5 {
  color: #000000e6;
  font-size: 16px;
  letter-spacing: 0.55px;
  margin-top: 10%;
  font-weight: 500;
}
.header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999;
    box-shadow: black 0px 0px 25px -18px;
}
.lie{
  position: relative;
}
/* .lie::after {
  position: absolute;
  content: "";
  border-right: 1px solid #ccc;
  width: 2px;
  height: 53px;
  right: -38%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lie:nth-child(5)::after{
  display: none;
} */

/* banner */
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ban-text {
    top: 61%;
    left: 31%;
    transform: translate(-50%, -50%);
    width: 43%;
    z-index: 9;
    text-align: left;
    overflow: hidden;
}

.bannerswiper .swiper-slide::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #00000085, transparent);
    /* background-color: #0d01021f; */
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.bannerswiper.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.bannerswiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #8a8c90;
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
    position: absolute;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    /* transform: translate(-50%, -50%); */
    top: 88%;
    /* left: 50%; */
}
.bannerswiper .swiper-button-next:after,.bannerswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.bannerswiper .swiper-button-prev {
    left: 11%;
    right: auto;
}
.bannerswiper .swiper-button-next {
    right: 83%;
    left: auto;
}


.bannerswiper .swiper-button-next:before, .bannerswiper .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    background-color: #21252900;
    transform: translate(-50%, -50%);
    top: 26%;
    left: 17%;
    border: 1px solid #858585;
}
.im{
  transition: all .7s;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*-webkit-transform:scale(1);*/
    /*-ms-transform:scale(1);*/
    /*transform:scale(1);*/
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
.im img{
  width:100%
}

.bannerswiper .swiper-slide .im{
    transition:all 5s;
}
.bannerswiper .swiper-slide-active .im{
    transform:scale(1.1);
}
.sl-hd h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.0em;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 36px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    line-height: 53px;
}
.bannerswiper .swiper-slide-active .sl-hd h1{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}
.sl-hd p {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 300;
    line-height: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.sl-hd p:before{
    position: absolute;
    left: 45px;
    bottom: 4px;
    right: 35px;
    height: 4px;
    content: "";
    z-index: -1;
}

.bannerswiper .swiper-slide-active .sl-hd p{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1500ms;    
}

/* banner end */

/* about us start */
.er{
  text-align: center;
}
.abt{
  position: relative;
}
.abt::before {
  background-image: url(../images/icon-plane-map2.png);
  content: "";
  position: absolute;
  top: -23px;
  height: 488px;
  width: 182px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  left: 32px;
  /*animation-name: bounce-y;*/
  /*animation-duration: 3s;*/
  /*animation-iteration-count: infinite;*/
  
}
.er span {
  font-size: 31px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
}
.er h2{
  font-size: 22px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
.er p {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000000c7;
  font-weight: 300;
  line-height: 35px;
  margin: auto;
    width: 85%;
}
/* about us end */

/* service start */
.home-slidsec .default .head-txt {
  transform: rotate(90deg);
  white-space: nowrap;
  margin-top: 115px;
  color: #1C1D1D!important;
  font-size: 30px;
  line-height: 1.2;
  font-family: Raleway!important;
  font-weight: 600
}

.home-sec3 section div {
  color: #fff!important
}
.head-txt {
  transform: initial;
  white-space: nowrap;
  margin-top: 0;
  background: #fff0
}
.head {
  background: #fff0
}

 .slid-numb {
  background: #fff0
}

 .head-subtxt {
  display: none
}

 .head-subtxt {
  display: block;
  display: block;
  color: #000!important;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 1.3;
  padding-top: 15px
}

.slid-numb img {
  display: none;
}

.tran-ban-img {
  display: none;
}

.tran-ban-img {
  display: block;
}

.home-slidsec {
  display: flex;
  flex-direction: row;
  align-content: center;
  position: relative;
  min-height: 50vh;
  transition: all 200ms ease-in-out 50ms;
  opacity: 0;
  gap: 34px;
 
}

.rotat-head {
  display: none;
}
.stat-head {
  display: block!important
}

.stat-head {
  display: none;
}

.home-sec3-inn2 section div {
  margin-left: 15px;
  margin-right: 15px;
  transition: all 200ms ease-in-out 50ms;
  cursor: pointer;
  border-radius: 30px!important
}

 .default {
  background: #fff0;
  border-radius: 30px!important;
  border: 2px solid #33C55A;
}

 .default {
  height: 424px!important;
  width: 108px;
  color: #fff0;
  overflow: hidden;
  height: 50vh;
  width: 125px;
  color: #fff0;
  overflow: hidden;
  /* padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px */
}

 .expand {
   height: 426px !important;
  width: 40vw;
  background: #fff0;
  padding: 0;
  position: relative;
}
.mob-gr-hslider {
  margin: 0!important
}
.mob-gr-hslider {
  display: flex;
  margin-left: 0!important;
  margin-right: 0!important;
  align-items: center
}
.home-sec3 section .default .mob-gr-hslider {
  padding-left: 80px;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  padding-right: 10px
}

.home-sec3 section .default .mob-gr-hslider .slid-numb img.expand-img {
  transform: rotate(-90deg)
}

.home-sec3 section .default:after {
  width: 50px!important;
  height: 50px!important;
  background-size: contain!important;
  left: 25px!important;
}
.mob-gr-hslider {
  display: block;
  background: #fff0;
}

.mob-gr-hslider {
  padding-left: 40px;
}
.expand-img {
  width: 8px;
}
.headline_box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
 .headline_bg {
  color: #FFF;
  opacity: .15;
}
.single_word-2 {
  font-size: 200px;
}
.headline_bg {
     position: absolute;
    z-index: 0;
    font-size: 95px;
    line-height: 98px;
    text-transform: uppercase;
    color: #00000061;
    opacity: .1;
    top: 32px;
    left: -5px;
    font-weight: 700;
    letter-spacing: 0.55px;
    background: none;
    color: #00000000;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000000ad;
    -webkit-text-fill-color:unset;

}
.headline_subtext{
   font-size: 31px;
    letter-spacing: 0.55px;
    color: #000000b5;
}
.servi {
  background-color: rgb(229 232 255 / 56%);
  padding: 3rem 0px 4rem;
}
.ss-list{
  border: 1px solid #000;
    padding: 21px;
}
.lefty{
  position:relative;
}
.lefty {
  width: 97%;
  margin-top: 10%;
}

.lefty::after {
  position: absolute;
  content: "";
  background-color: #e1e1e1;
  background-size: contain;
  height: 100%;
  width: 1px;
  top: 0;
  right: -20px;
}
.col-lg-3:last-child .lefty::after {
  position: absolute;
  content: "";
  background-color: transparent;
  background-size: contain;
  height: 100%;
  width: 1px;
  top: 0;
  right: -26px;
}
.tree h1 {
  font-size: 17px !important;
  letter-spacing: 0.35px;
  color: black;
  font-size: 32px;
  line-height: 32px;
}
.tree p {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #878787;
  line-height: 25px;
  text-align: center;
  font-weight: 100;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* core values */
.iinn {
  top: 18%;
  left: 7%;
  text-align: left;
  position: absolute;
}


.coreim{
  position: relative;
  z-index: 1;
}
.coreim img {
  width: 100%;
  height: 296px;
  object-fit: cover;
  border-radius: 4px;
}
.hover-content{
  transform: translateY(200px);
  opacity: 0;
  transition: all .3s;
}
.heading-wrap {
  transform: translateY(178px);
  transition: all .4s;
}
 .xyz:hover .hover-content{
   transform: translateY(0px); 
  opacity: 1;
  color:#fff;
  font-size: 14px;
}

.xyz:hover .heading-wrap{
  transform: translateY(0px);
} 
.coreim{
  overflow: hidden;
}
.coreim::before{
  position: absolute;
    content: "";
   background: linear-gradient(180deg, #000 0%, rgba(217, 217, 217, 0) 100%);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* transform: scale(0); */
    transition: all .3s;
     opacity: .0;
     /* z-index: 1; */
}
.xyz:hover.coreim::before{
  opacity: 9;
}
.heading-wrap h2{
  color: #fff;
    letter-spacing: 0.55px;
    font-size: 27px;
    font-weight: 500;
}
.theme-btn {
  background: #b80d1d;
  color: #fff;
  display: inline-block;
  padding: 10px 22px;
  border: 0;
  z-index: 1;
  position: relative;
  font-size: 16px;
  border-radius: 0px;
  font-weight: 400;
  letter-spacing: 0.75px;
  overflow: hidden;
  text-decoration: none;
  z-index: 9999;
}
 .theme-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color:#fff;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1;
}
.bnti::before{
     background-color: #000 !important;
     position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1
  
}
.bnti::after{
    background-color: #000 !important;
    position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 0;
  content: "";
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1
}
.bnti{
  background: #fff;
  color: #000;
}
.bnti:hover::after{
  height: 100%;
}

.bnti:hover::before{
  height: 100%;
}
.bnti:hover{
  color:#fff !important;
}


/*.bnti {*/
/*  background: #fff;*/
/*  color: #000;*/
/*}*/


.ref{
    padding: 3px;
}
.theme-btn:hover::after{
  height: 100%;
}

.theme-btn:hover::before{
  height: 100%;
}
.theme-btn:hover{
  color:#000;
}


.hover-content p{
  width: 86%;
    font-size: 14px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #fff;
}
.core{
background-color: #fff;
padding: 1rem 0px 2rem;
}

/* news and event start */
.news img{
  width: 100%;
  transition: all .7s;
  position: relative;
  z-index: -1;
}
.news{
  position: relative;
}
.news::after{
    position: absolute;
    content: "";
    background-color: #0d01022b;
    /* background-color: #b3b5b9ad; */
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.event{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: .5s;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1803921569);
}
.eve {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 40px;
  
}
.eve p {
    font-size: 17px;
    background: #b50f1ddb;
    line-height: 27px;
    color: #fff;
    /* max-width: fit-content; */
    padding: 7px 7px;
    border-left: 4px solid #000;
    letter-spacing: 0.55px;
}
 .event:hover img {
    transform: scale(1.06)
}
.nwe-hd{
  text-align: center;
  margin-bottom: 4%;
}
.nwe-hd h2 {
  font-size: 32px;
  letter-spacing: 0.55px;
  color: #000;
  margin-bottom: 1%;
}
.nwe-hd p{
  font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000ad;
    font-weight: 300;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* news and event end */


/* footer start */
.footer_nav{
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
gap: 23px;
}
.fotter-social-links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.footer {
  background: #121315fa;
  padding: 3rem 0px 0rem;
  position: relative;
}
.footer::after{
  position: absolute;
  content: "";
  background-image: url(../images/onb.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -3; */
  background-repeat: no-repeat;
  /* opacity: 0.6; */
  z-index: -1;
}
.fb {
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  /* background-color: #000; */
}
.fb:hover{
    background-color:#b60e1d;
    border:1px solid #b60e1d;
}

.ff li .fb a img {
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ff li{
  list-style: none;
}
.nav-link, .footer_social {
  color:#fff;
  font-size: 19px;
  letter-spacing: 0.55px;
}
.nav-link:hover{
  color:#fff
}
.goat {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 16px;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}
.goat a{
  color:#fff;
  letter-spacing: 0.55px;
  font-size: 15px;
  text-decoration: none;
}
.goat span{
    color:#ff031ae3;
}
/* footer end */


/* service 2222 csss start */
#artist-list,
#artist-list * {
	/* font-family: "Roboto Condensed", sans-serif; */
	color: #fff;
	line-height: 24px;
	font-size: 17px;
  letter-spacing: 0.55px;
}
#artist-list {
	display: flex;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	height: 100%;
	width: 100%;
	min-height: 59vh;
	min-width: 100%;
	flex-direction: column;
     gap: 1%;
}
.bio {
    background-color: #fff;
    padding: 22px 21px;
    margin: auto;
    width: 121%;
    border-radius: 5px;
    opacity: 1;
    animation: aopacity 5s infinite;
    animation-delay: 1s;
    position: relative;
}
.bio p{
     color:#000 !important; 
     margin-bottom:1%;
}


@keyframes aopacity {
from {
    opacity: 0
}

to {
    opacity: 1px
}
}

@media only screen and (min-width: 1280px) {
	#artist-list {
		flex-direction: row;
	}
}

#artist-list li {
	flex: 1;
	display: flex;
	align-items: stretch;
	cursor: pointer;
	transition: all 0.35s ease;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
  border-radius: 7px !important;
  border: 1px solid #000;
}

#artist-list li:before {
	content: "";
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#artist-list li:before {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f9fdfe 16%, #b60e1d 0%);

}

#artist-list li.active {
	flex: 6;
	cursor: default;
	border:none;
}

#artist-list li.active:before {
	background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
}

#artist-list h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	/* text-transform: uppercase; */
	color:#000;
}

@media only screen and (min-width: 768px) {
	/* #artist-list h2 {
    font-size: 40px;
    line-height: 41px;
} */
#artist-list {
		flex-direction: row;
	}
	#artist-list h3 {
    top: 108%;
    left: 50%;
    font-size: 25px;
    transform: translate(-20px, -50%) rotate(-90deg);
    letter-spacing: 0.55px;
}
	
}

@media only screen and (min-width: 1280px) {
	/* #artist-list h2 {
    font-size: 40px;
    line-height: 41px;
} */
}

#artist-list h3 {
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  z-index: 30;
  opacity: 1;
  top: 50%;
  left: 50%;
  transition: top 0.35s, opacity 0.15s;
  transform-origin: 0 0;
  font-size: 24px;
  /* text-transform: uppercase; */
  transform: translate(-50%, -50%) rotate(0deg);
  padding-bottom: 3em;
}

@media only screen and (min-width: 1280px) {
	#artist-list h3 {
    top: 108%;
    left: 50%;
    font-size: 25px;
    transform: translate(-20px, -50%) rotate(-90deg);
    letter-spacing: 0.55px;
}
}

#artist-list li.active h3 {
	opacity: 0;
	top: 200%;
}

#artist-list .section-content {
	/* position: relative; */
  position: initial;
	z-index: 30;
	opacity: 0;
	align-self: flex-end;
	width: 100%;
	transition: all 0.35s 0.1s ease-out;
}

#artist-list li.active .section-content {
	opacity: 1;
}

#artist-list .inner {
	position: absolute;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	align-items: flex-end;
	left: 0;
	bottom: 0;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.25s ease-out;
}

@media only screen and (min-width: 768px) {
	#artist-list .inner {
		grid-auto-flow: column;
		grid-template-columns: calc(100% - 340px) 300px;
		grid-column-gap: 40px;
		padding: 40px;
	}
}

@media only screen and (min-width: 1280px) {
	#artist-list .inner {
		grid-auto-flow: column;
		grid-template-columns: 460px 200px;
		grid-column-gap: 40px;
		padding: 40px;
	}
}

#artist-list li.active .inner {
	opacity: 1;
}

#artist-list .artist-profile-link {
	pointer-events: none;
}

#artist-list li.active .artist-profile-link {
	pointer-events: all;
}

#artist-list .artist-profile-link img {
	margin-top: 1em;
}

/* service 22222  end*/


#artist-list li{
  position: relative;
}
#artist-list li::after{
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;

}
#artist-list .active::after{
  background-color: transparent;
}
#artist-list li .ico {
    position: absolute;
    z-index: 9999999;
    left: 50%;
    top: 29%;
    transform: translateX(-50%);
    filter: brightness(0) invert(0);
}
.active .ico{
  display: none;
}
/* breadcumb area start */
.breadcumb__top__content span {
  font-size: 28px;
  color: var(--st-theme-color-white);
}
.topco{
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topco h2 {
  font-size: 57px;
  font-weight: 400;
  color: #fff;
  margin-top: 48px;
}
.blil {
  /* background: var(--st-theme-color-one); */
  display: inline-block;
  padding: 20px 39px;
  border-radius: 7px 7px 0px 0px;
  /* margin-top: 88px; */
}
.blil ul li{
  display: inline;
}
.blil ul li a {
  font-size: 22px;
  color: #ffffff75;
  font-weight: 300;
  text-decoration: none;
}
.st-breadcumb-area{
  position: relative;
  height: 57vh;
  z-index:1;
}
.st-breadcumb-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #04071059;
    /*opacity: 0.5;*/
    z-index: -1;
}
.blil {
  position: absolute;
  bottom: -10%;
  left: 3%;
}
/* breadcumb area end */

/* new  and events start */
.news-section {
  position: relative;
  /* padding: 115px 0 90px; */
  z-index: 3;
}

.news-block {
  position: relative;
  margin-bottom: 30px
}

.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}

.news-block .inner-box:hover .image-box .gin a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear
}

.news-block .inner-box:hover .image-box .gin img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.news-block .image-box {
  position: relative
}

.news-block .image-box .gin {
  position: relative;
  overflow: hidden;
  margin-bottom: 0
}

.news-block .image-box .gin img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease
}

.news-block .image-box .gin a:after {
  background: rgba(255,255,255,.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear
}

.news-block .content-box {
  position: relative;
  padding: 24px 7px 0;;
  -webkit-box-shadow: 0 10px 60px rgba(0,0,0,.05);
  box-shadow: 0 10px 60px rgba(0,0,0,.05);
  background-color: #fff
}

.news-block .content-box .date-box {
  position: absolute;
  top: -39px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.news-block .content-box .date-box .date {
  background: #D00006;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  height: 39px;
  line-height: 33px;
  font-weight: 600
}

.news-block .content-box .date-box small {
  color: #fff;
  background-color: #152028;
  font-size: 12px;
  height: 39px;
  padding: 0 20px;
  line-height: 40px
}

.news-block .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.news-block .content-box .post-info li {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #6f7174;
  margin-right: 15px;
  margin-bottom: 8px
}

.news-block .content-box .post-info li i {
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  color: var(--theme-color4)
}

.news-block .content-box .post-info li a {
  color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}

.news-block .content-box .post-info li a:hover {
  color: var(--theme-color1)
}

.title {
  margin-bottom: 22px;
}
.title a {
  color: #000000bd;
  text-decoration: none;
  letter-spacing: 0.55px;
  font-size: 19px;
  line-height: 24px;
}
.news-block .content-box .title:hover {
  color: var(--theme-color1)
}


.news-block .content-box .read-more {
  position: relative;
  display: block;
  border-top: 1px solid #ebebeb;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 11px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.news-block .content-box .read-more:hover {
  color: #D00006
}

 .inner-box:hover .LIC{
  margin-left: 4px;
  /* opacity: 0; */
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


.LIC{
  width: 23px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none;
}
/* news and events details */


/*about us*/
.sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #b70d1af5;
}
.ft-section-title-2 h2 {
    font-size: 28px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 9px;
    letter-spacing: 0.55px;
    line-height: 38px;
}
.ft-about-feature-list-item {
    margin-bottom: 0;
    padding: 18px 15px 20px 15px;
}
.ft-about-feature-list-item {
  padding: 18px 16px 7px 16px;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1803921569);
    gap: 12px;
}
.ft-about-feature-list-item img{
    width:48px;
}
.ft-about-feature-text h3 {
    color: #00044b;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}
 .pera-content p{
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 29px;
    color: #000000ad;
    margin-bottom: 5%;
}

.ft-about-img-2 {
  overflow: hidden;
  border-radius: 8px;
}

.ft-about-img-2-wrapper {
  padding-left: 40px;
  z-index: 1;
}
.ft-about-img-2-wrapper .ft-about-shape1 {
  right: 0;
  top: -30px;
}
.ft-about-img-2-wrapper .ft-about-shape2 {
    right: -46px;
    bottom: -86px;
    content: "";
}
.icn {
    background-color: #b60d1e;
    border-radius: 10px;
    position: relative;
    padding: 24px 0 9px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

    .icn:before {
    border: 1px solid #b6b6b6;
    content: "";
    width: 85px;
    height: 230px;
    position: absolute;
    right: 1px;
    bottom: calc(50% - 115px);
    -webkit-transform: translateX(-50%) skew(-15deg,0deg);
    transform: translateX(-50%) skew(-15deg,0deg);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}
.icon-box {
    position: absolute;
    top: -38px;
    right: -37px;
    border: 1px dashed transparent;
    border-radius: 50%;
    padding: 10px;
    margin: -10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-block-two .inner-box .icon-box .icon {
    color: var(--theme-color1);
    font-size: 40px;
    height: 122px;
    width: 122px;
    line-height: 122px;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: inline-block;
    text-align: center
}

.feature-block-two .inner-box .icon-box .icon:before {
    left: -13px;
    bottom: -13px;
    position: relative
}

.feature-block-two .inner-box .title {
    position: absolute;
    margin-bottom: 0;
    left: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}
.jaj {
    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;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}
.text {
    color: var(--text-color-bg-theme-color1)
}

.work-block-two .jaj:hover .aty {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

 .number {
    background-color: #000;
    border: 6px solid #000;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 51px;
    height: 51px;
    line-height: 39px;
    top: 21px;
    left: 21px;
    position: absolute;
    text-align: center;
}

.aty {
    margin-bottom: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.aty img {
    color: var(--theme-color2);
    font-size: 66px
}

 .title {
    color: var(--text-color-bg-theme-color1);
    margin-bottom: 10px
}

.text {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.work-section-two {
    position: relative;
    background-color: #000;
    padding: 4rem 0px 5rem;
}
.sec-title h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin-top: 21px;
    margin-bottom: 4%;
    letter-spacing: 0.55px;

}
.duf{
    color:#fff;
    font-size:15px;
    letter-spacing:0.55px;
}

/*about us end*/

/*service start*/
.vice {
    background-color: #b60d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 22px;
}
.vice2{
     background-color: #000;
}
.content-box h4 a{
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 25px;
    font-weight: 400;
}
.ext{
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color:#fff;
}
.list-style-two li{
    list-style:none;
    margin-bottom: 4%;
    color:#fff;
}
.list-style-two img{
    width:23px;
}
.list-style-two{
    padding:0px;
}
.image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.services-block .vice:hover .image-box .image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}
.services-block .vice:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.services-block .vice .image-box a:after {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.image{
     transition: all 400ms ease;
      overflow: hidden;
}


 .image-box {
    position: relative;
    overflow: hidden;
    transition: all 400ms ease;
}
/*service end*/
.prv img{
    width:20px;
}

.itm-txt h1 {
    font-size: 26px !important;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 38px;
    font-weight: 400;
  }
.itm-img img {
  width: 657px;
}
.itm-txt p {
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 25px;
  font-weight: 500;
}
.itm-txt span{
  color:#b50e1d;
 font-size: 18px;
  letter-spacing: 0.55px;
  line-height: 25px;
  font-weight: 500;  

}
.news-details{
  margin-bottom: 5%;
}
/* image gallery */

 .gl11 {
position: relative;
border-radius: 10px 10px 0 0;
}
.gl11 img{
border-radius: 10px 10px 0 0;
}
.gl-img{
    border-radius: 10px;
}
.gl11::before {
  background: rgb(0 0 0 / 30%);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}


.gl-img {
box-shadow: black 0px 0px 11px -5px;
}
.gl-img:hover .gl11::before {
  left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

 

.gl-btn p {
font-size: 15px;
color: #ffffff;
}
.dq {
padding: 10px 10px 10px;
transition: all .3s;
background-color: #b60e1d;
color: #fff;
border-radius: 0 0 10px 10px;
}
.mm a{
text-decoration: none;
}
.glrx-h img {
width: 100%;
border-radius: 9px;
}
.ppl {
    bottom: 44px;
    padding: 5px 8px;
    background: linear-gradient(90deg, #b60e1d, transparent);
    /* background-color: gray; */
    width: 186px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
.ppl p{
    color:#fff;
    margin:0;
}
.ppl img{
    width:16px;
}
.dq p{
    font-size:18px;
    letter-spacing:0.55px;
}

/* image gallery */
/*contact us start*/

 .contact-form-area {
    position: relative;
    padding: 33px 0px 33px 40px;
    height: 100%;
}
.quform-input .form-control {
    border-radius: 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-group label {
    margin-bottom: .5rem
}
.form-group {
    margin-bottom: 1rem;
}
.form-control:focus {
    border-color: #2a9d8f
}

.form-check-input:checked {
    border-color: #2a9d8f;
    background-color: #2a9d8f
}

.quform-input {
    position: relative
}

.quform-input .form-control {
    border-radius: 5px
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element>label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 16px;
    letter-spacing: 0.55px;
}
.top-search input .form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    min-height: auto;
}
   .form-control::placeholder {
         color: #ced4da;
    }

.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 23px;
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}
.quform-input .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 46px;
}
.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top;
}
.quform-input .form-control {
    border-radius: 5px;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
.bg-img{
    background:url(../images/con1.jpg);
    background-size: cover;
    position:relative;
}
.contact-wrapper-box .bg-img {
    border-top-left-radius: .8125rem;
    border-bottom-left-radius: .8125rem;
}
.contact-wrapper-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1rem 1.75rem 0 rgba(45,55,75,0.1);
    border: 0.0625rem solid rgba(220,224,229,0.6);
    border-radius: .8125rem
}

/*.contact-wrapper-box .contact-form-area {*/
/*    position: relative;*/
/*    padding: 40px;*/
/*    height: 100%;*/
/*}*/
/*contact us end*/


.il::before{
     background-color: #b80d1d !important;
     position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1
  
}
.il::after{
    background-color: #b80d1d !important;
    position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 0;
  content: "";
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1
}
.il{
  background: #000;
  color: #fff;
   padding: 11px 33px;
}
.il:hover::after{
  height: 100%;
}

.il:hover::before{
  height: 100%;
}
.il:hover{
  color:#fff !important;
}
.form-control:focus {
    border-color: #0000008a;
    outline:none;
    box-shadow: none;
}
.contact-form-area h2 {
    color: #000;
    font-size: 35px;
    letter-spacing: 0.55px;
    font-weight: 400;
    font-family: math;
}

.contact-block {
    overflow: hidden;
    position: relative
}

.contact-block .contact-shape {
    height: 40px;
    width: 80px;
    position: absolute;
    border-radius: 100px 100px 0 0;
    bottom: 0;
    background: #2a9d8f;
    right: 0
}

.contact-block .contact-shape:before {
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 8px;
    background: #2a9d8f;
    border-radius: 50%;
    right: 85px;
    content: ''
}

.contact-block .contact-shape:after {
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 27px;
    background: #2a9d8f;
    border-radius: 50%;
    right: 122px;
    content: ''
}

 .single-item {
    position: relative;
    display: block;
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(254 254 254 / 18%);
}

 .single-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none
}

.single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 9px
}

 .single-item .inner {
    position: relative;
    padding-left: 65px;
    min-height: 55px
}



.contact-style02 .vw-70 {
    width: 70vw
}

.contact-style02 .map {
    height: 100%
}
.yukh {
    background-color: #b60e1d;
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    left: 0;
    border-bottom-left-radius: .8125rem;
}
.don{
    width: 27px;
}
.flex-grow-1 p{
    font-size:16px;
    letter-spacing:0.55px;
    line-height:22px;
    
}





/*whats app start*/
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background:#1f0703;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 37px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  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;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  /* background: #fff; */
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}


/*whatsaap end*/

.ico2 {
    /* margin: auto; */
    /* text-align: center; */
    /* display: flex; */
    position: absolute;
    z-index: 9999999;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    /* justify-content: center; */
}
.active .ico2{
  display: none;
}

.ico{
    margin-top:2%;
}


.awqq {
    font-size: 21px !important;
    font-weight: 400 !important;
    color: #b50f20 !important;
    line-height: 42px;
}
.artist-profile-link{
    position: absolute;
    top: 6px;
    right: 4%;
}
.view-image {
    position: fixed;
    inset: 0;
    z-index: 9999999999999 !important;
    padding: 3%;
    display: flex;
    flex-direction: column;
    animation: view-image-in 300ms;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.self img{
    width:100%;
}
.self{
    border:2px solid #000;
}
.aras{
    margin-top: 5%;
}
.aras h2{
    font-size: 26px;
    letter-spacing: 0.55px;
    font-weight: 300;
}
.team-hd h2{
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #000;
}
.tem-hd span{
    color:#b60e1d;
}

#email_err{
  display: none;
}
#mob_err{
  display: none;
}

.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
}
.quick_sucInner h3{
    
  font-family:auto !important;
}

.values h2{
    text-align: left;
    font-size: 22px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #000000d6;
}
.values li{
    list-style: circle;
}
.values li p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000c4;
}
.values ul{
    padding: 0px;
}
.career-hd h4{
    font-size: 23px;
    font-weight: 400;
    color: #b70d1af5;
    letter-spacing: 0.55px;
}
.career-hd p{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #0000009c;
    font-weight: 300;
}
.val p{
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 300;
    line-height: 13px;
}
.val p span{
    color: #b60e1d;
    font-weight: 400;
    text-decoration: underline;
}
.car-img img{
    width:100%;
    border-radius:20px;
}
.inner-career .row{
        background-color: #00000008;
    border-radius: 20px;
}
