body{
  overflow-x: hidden;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 95vh; */
  /*height: 510px;*/
  height: 330px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
#hero .carousel-inner .carousel-item video
{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 50px;
  right: 50px;
}
#hero .carousel-content {
  background: rgba(28, 23, 21, 0.7);
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-top: 5px solid #f03c02;
}
#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
#hero .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f03c02;
}
#hero .btn-get-started:hover {
  background: #f03c02;
  color: #fff;
  text-decoration: none;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
/* #hero .carousel-indicators li {
  cursor: pointer;
  background: #000;
}
#hero .carousel-indicators .active{
  background: #fff;
} */
@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }
  /* .news-tab{
    height: 90vh;
  }
  .important-commu{
    height: 90vh;
  }
  .faq-bgimg{
    height: 100vh;
  } */
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  .list-design{
    position: relative;
    border: 2px solid;
    border-color: transparent transparent rgb(61, 51, 51) rgb(61, 51, 51) ;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transform: rotate(-43deg);
    left: 145px;
    top: -27px;
  }
  .list-design:after{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 30px;
    position: absolute;
    top: -26px;
    left: -12px;
  }
  .list-design:before{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 155px;
    position: absolute;
    left: 72px;
    top: -8px;
  }
  .list-design2{
    position: relative;
    border: 2px solid;
    border-color: transparent transparent rgb(61, 51, 51) rgb(61, 51, 51) ;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transform: rotate(-43deg);
    left: 132px;
    top: -27px;
  }
  .list-design2:after{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 30px;
    position: absolute;
    top: -26px;
    left: -12px;
  }
  .list-design2:before{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 166px;
    position: absolute;
    left: 77px;
    top: -10px;
  }
  .board-member .membername{
    position: relative;
    top:5px;
    margin-left: 15px;
    transition: all .8s;
  }
  .chairmember .membername{
    position: relative;
    top:5px;
    margin-left: 15px;
    transition: all .8s;
  }
}
@media (max-width: 992px) {
  #hero {
    height: 45vh;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
  /* .news-tab{
    height: 55vh;
  }
  .important-commu{
    height: 55vh;
  } */
  .chairmember .membername{
    margin-left: 1px;
  }
  .board-member .membername{
    margin-left: 1px;
  }
  .list-design{
    position: relative;
    border: 2px solid;
    border-color: transparent transparent rgb(61, 51, 51) rgb(61, 51, 51) ;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transform: rotate(-43deg);
    left: 60px;
    top: -27px;
  }
  .list-design:after{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 30px;
    position: absolute;
    top: -26px;
    left: -12px;
  }
  .list-design:before{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 87px;
    position: absolute;
    left: 48px;
    top: 4px;
  }
  .list-design2{
    position: relative;
    border: 2px solid;
    border-color: transparent transparent rgb(61, 51, 51) rgb(61, 51, 51) ;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transform: rotate(-43deg);
    left: 60px;
    top: -27px;
  }
  .list-design2:after{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 30px;
    position: absolute;
    top: -26px;
    left: -12px;
  }
  .list-design2:before{
    content: '';
    border: 0.5px solid rgb(61, 51, 51);
    width: 0;
    transform: rotate(-47deg);
    height: 87px;
    position: absolute;
    left: 48px;
    top: 4px;
  }
  .board-member .membername{
    position: relative;
    top:5px;
    margin-left: -75px;
    transition: all .8s;
  }
  .chairmember .membername{
    position: relative;
    top:5px;
    margin-left: -42px;
    transition: all .8s;
  }
}
.carousel-indicators{
  width: 120px;
  margin-bottom: 5rem;
  margin-left: 10%;
  z-index: 99;
  display: none;
  list-style:none;
}
#hero:hover .carousel-indicators
{
display: block;
}
.carousel-indicators [data-bs-target]{
  /* width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #F4C310;
  background-color: #fff; */
  display: none;
}
.left-sub{
  position: absolute;
  left: -110px;
  z-index: 9;
  top: -24px;
}
.left-sub img{
  width: 370px;
}
.right-sub{
  position: absolute;
  right: -110px;
  z-index: 9;
  top: -22px;
}
.right-sub img{
  width: 360px;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-image: url(../img/whats-new.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background: red;
}
.cta .h3 {
  font-size: 25px;
  font-weight: 500;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.cta .h3 img{
  width: 26px;
}
.cta .h3 #whatsnewspan {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  width: 75%;
}
.cta span p{
margin-top: auto;
margin-bottom: auto;
}
.cta .h3 span:before{
  content: "";
  position: absolute;
  /* background-image: url(../img/icon.png); */
  height: 65px;
  width: 20px;
  top: -21px;
  left: -16px;
}
#whatsnewspan a {
  color: #000000!important;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  #hero{
    height: 50vh;
  }
  #hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -8vh;
}
}
@media (min-width: 320px) and (max-width: 380px) {
  #hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -7px;
}
}
@media (min-width: 380px) and (max-width: 440px) {
  #hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: 0px;
}
}
@media screen and (max-width:320px){
  #hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -7px;
}
}
@media screen and (min-width: 1400px) {
  #hero{
    height: 50vh;
  }
  #hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -2vh;
}
}
@media screen and (max-width:767px) {
  #hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: 0px;
} 
}
@media screen and (min-width: 768px) and (max-width: 991px){
  #hero .carousel-inner .carousel-item video
  {
    position: relative;
    width: 100vw;
    height: auto;
    top: 0px;
  } 
}
/*---------------------------------chairman sec-----------------------*/
.sec-two{
    /* background-color: #ffbf00; */
    padding: 50px 0;
    /* color: #fff; */
    background: transparent linear-gradient(180deg, #FFC100 0%, #FFBD00 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
}
.membr-img{
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #000;
  margin: 0 auto;
  transition: all .8s;
}
.membr-img-small{
  width: 155px;
  height: 155px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #000;
  margin: 58px 0px 0px 135px;
  transition: all .8s;
}
.membr-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.membr-img-small img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.font-weight-bold{
  font-weight: 600;
}
.chairpersion-sec{
  position: relative;
}
.bg-img-charpersion{
  position: absolute;
  left: 35%;
  width: 400px;
  top: -50px;
}
.hoverWrapper:hover h3,.hoverWrapper:hover p{
  color: #fff;
}
.hoverWrapper:hover #hoverShow1 {
  display: block;
  color: #fff;
}
.hoverWrapper #hoverShow1 {
  display: none;
  position: absolute;
  width: 90%;
  left: 5%;
  font-size: 14px;
  bottom: 10px;
  padding: 5px 0 0 0;
  border-top: 2px solid #fff;
  transition: all .8s;
}
.hoverWrapper:hover .membr-img {
    /* width: 170px;
    height: 170px; */
    border: 5px solid #fff;
}
.membr{
  height: auto;
  transition: all .8s;
  /* cursor: pointer; */
}
.chair-border{
  position: absolute;
  border: 2px solid #000;
  width: 25px;
  right: -63px;
  top: 210px;
  height: 25px;
  border-radius: 2px;
  transform: rotate(47deg);
}
.chair-border:after{
  content: '';
  border: 0.5px solid #000;
  width: 0;
  transform: rotate(-47deg);
  height: 42px;
  position: absolute;
  top: -36px;
 left: -17px;
}
.chair-border:before{
  content: '';
  border: 0.5px solid #000;
  width: 0;
  transform: rotate(-47deg);
  height: 42px;
    position: absolute;
    left: 36px;
    top: 15px;
}
.membernew { width: 100%; }
/* -----------------news sec-------------------- */
.news-tab{
  padding: 50px 0 150px 0;
  /* background-color: #ffbf00; */
  position: relative;
  overflow: hidden;
  background: transparent linear-gradient(180deg, #FFBD00 0%, #FFBA00 100%) 0% 0% no-repeat padding-box;
}
.news-tab .bg-light{
  background-color: #BD371A !important;
  color: #fff !important;
  border-radius: 80px 0px 0px 0px;
  z-index: 9;
}
.news-svg-left{
  position: absolute;
  left: -110px;
  width: 400px;
  top: -100px;
}
.news-svg{
  position: absolute;
  right: -60px;
  width: 400px;
  top: 70px;
}
.star-icon{
  position: absolute;
  right: 90px;
  top: 80px;
  width: 40px;
}
/*---------------------banner-sec-----------------*/
.banner-sec{
  background-image: url(../img/youtube-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.banner-sec1{
  padding: 50px 0;
}
.video-sec iframe{
  height: 500px;
  width: 100%;
}
/*-------------------tab sec--------------------------*/
.tab-sec{
  background-color: #EDEEEF;
  margin: 0 5px;
  width: 50%;
  padding: 20px 0;
  cursor: pointer;
  color: #000 ;
  border-radius: 20px;
}
#tab_S .active{
  background-color: #f36d14;
  /* color: #fff !important; */
}
.not{
  color: #000 !important;
}
/*---------------------------------------------------------*/
.important-commu{
  background: transparent linear-gradient(180deg,#FFBA00 0%, #FFB000 100%) 0% 0% no-repeat padding-box;
}
.important-overlay{
  padding: 50px 0 170px 0;
  /* background: #ffbf00 0% 0% no-repeat padding-box; 
  opacity: 0.97; */
}
.important-commu .pagination{
  /* width: 75%; */
  margin: 0 auto;
}
.important-commu .pagination span{
  z-index: 11;
}
.important-commu .tab-sec{
  background-color: #EDEEEF;
  margin: 0 5px;
  width: 50%;
  padding: 20px 0;
  cursor: pointer;
  color: #000 ;
  border-radius: 20px;
}
#tab_IC .active{
  background-color: #f36d14;
  color: #fff !important;
}
.important-commu .bg-light{
  background-color: #7ADFB5 !important;
  color: #000 !important;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  z-index: 9;
}
.important-commu-leftimg{
  
  /*background: transparent url('../img/Best-Cameras.png') 0% 0% no-repeat padding-box;*/
  mix-blend-mode: soft-light;
  opacity: 0.45;
  position: absolute;
  height: 20%;
  width: 80%;
}
.important-commu-rightimg{
  width: 450px;
  position: absolute;
  right: -120px;
  bottom: -150px;
}
.general-slider button{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background: #F36D14;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.general-slider .slide-img:after{
  display: none;
}
/*-------------------faq-sec----------------*/
.faq-sec{
  background: #deece3;
}
.faq-bgimg{
  /* background: hsl(41deg 100% 54%);
  background-repeat: no-repeat;
  background-size: cover; */
  background: transparent linear-gradient(180deg, #FFB000 0%, #FF8600 100%) 0% 0% no-repeat padding-box;
  padding: 50px 0;
  position: relative;
  /* z-index: 9; */
  overflow: hidden;
}
.de-img{
  position: absolute;   
  right: -30px;
  top: 165px;
  height: 460px;
  mix-blend-mode: screen;
}
.de-img img{
  height: 100%;
}
.fq-se h2{
  position: relative;
}
.fq-se h2 small{
    position: absolute;
    top: 7px;
}
#tab_faq .active {
    background-color: #F36D14;
    color: #fff !important;
}
#tab_faq .tab-sec{
  margin: 0 5px;
  width: 50%;
  padding: 20px 0;
  cursor: pointer;
  color: #000 ;
  border-radius: 20px;
  z-index: 1;
}
#tab_faq {
    /* width: 60%; */
    margin: 0 auto;
}
.bg-faq{
  border-radius: 10px;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}

.fq-i{
  position: absolute;
  bottom: 80px;
  right: -14px;
  width: 250px;
}
.accordion-body {
    padding: 0 15px;
}
.accordion-button{
  background-color: transparent;
}
.accordion-item .accordion-button{
  text-transform: uppercase;
  padding: .5rem 2.25rem;
}
.accordion-button:not(.collapsed){
  background-color: transparent;
  box-shadow: none;
  color: #303030;
  text-transform: uppercase;
  padding: 1rem 2.25rem;
}
.accordion-item{
  background-color: transparent;
  border: none;
}
.accordion-button:focus{
  border-color: #fff;
  box-shadow: none;
}
.accordion-body{
  text-align: left;
}
.accordion-button::after{
  /* background-image: url(../img/plus.png); */
  background-image: url(../img/plus-white.png);
  position: absolute;
  left: 0;
  border: 0px solid #fff;
  background-position: center;
  /* background-size: contain; */
  background-size: 30px;
}
.accordion-button:not(.collapsed)::after{
  /* background-image: url(../img/icon-.png); */
  background-image: url(../img/icon--white.png);
  position: absolute;
  left: 0;
  border: 0px solid #fff;
  background-position: center;
  background-size: 30px;
}
.accordion-body ul li{
  list-style-type: none;
}
.accordion-body ul li::before {
  content: "\2022";
  color: #FFD580;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.view-more-btn a {
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	display: inline-block;
	align-items: center;
	justify-content: center;
	position: relative;
	width: auto;
	border: 1px solid #000;
	border-radius: 50px;
	text-align: center;
	padding: 10px 25px;
	line-height: 1;
	transition:0.5s;
}
.view-more-btn a:hover {background:#000; color:#fff}
.view-more-btn a i{
  font-size: 20px;
}
/*-------------------------gallery sec------------------------*/
.audio-video-sec{
  /* background: hsl(43deg 100% 50%); */
  /* background: transparent linear-gradient(180deg,#FF8600 0%, #FFAB00 50%, #FF6600 100%) 0% 0% no-repeat padding-box; */
  padding: 50px 70px;
  position: relative;
}
.gallery-red{
  position: absolute;
  background-color: #F36D14;
  height: 100px;
  top: 400px;
  width: 100%;
  left: 0px;
  border: 1px solid #707070;
}
.gallery-green{
  position: absolute;
  background-color: #7ADFB5;
  height: 100px;
  top: 750px;
  width: 100%;
  left: 0px;
  border: 1px solid #707070;
}
.gallery-blue{
  position: absolute;
  background-color: #05C3DD;
  height: 100px;
  top: 1100px;
  width: 100%;
  left: 0px;
  border: 1px solid #707070;
}
.circle-gallery{
  border-radius: 50%;
  position: relative;
}
.circle-im{
  position: absolute;
  width: 950px;
  left: 120px;
  top: 260px;
  opacity: 0.1;
}
.gallery-item{
  margin: 10px 0;
}
.gallery-card{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #04040412;
  border: 0px solid #FDAA1C;
  border-radius: 0px;
  padding: 10px;
  overflow: hidden;
}
.gallery-card a{
  color: #000;
}
.gallery-card img{
  border-radius: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-img-card{
  height: 230px;
  width: 100%;
}
.gallery-card .portfolio-info {text-align:center}
.gallery-card .portfolio-info p strong {font-weight: 600;}
.more-btn a{
  font-size: 25px;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  border: 1px solid #fff;
  border-radius: 50px;
  /* text-align: center !important; */
}
/* .more-btn a:after{
  position: absolute;
  content: '';
  width: 200px;
  height: 2px;
  border: 1px solid #fff;
  bottom: -10px;
} */
.more-btn a i{
  font-size: 20px;
}
#tab_g .tab-sec {
  background-color: transparent;
  margin: 0 5px;
  width: 50%;
  padding: 0px 0;
  cursor: pointer;
  color: #000 ;
  border-radius: 0px; border-bottom: 0px solid #000; position: relative;
}
#tab_g{
    align-items: center;
    justify-content: center;
}
#tab_g .active {
	background-color: transparent;
	color: #fff !important;
	border-color: #fff;
}

.portfolio-info{
  height: 70px;
}




/*-------------------------About Page Start------------------------*/
.banner-main{
  background-image: url(../img/About_banner2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-overlay{
  background-color: rgba(0, 0, 0, 0.4);
  padding: 100px 0;
}
.main-title{
  color: #414040;
}
.banner-title li:first-child{
  padding: 0 6px 0 0;
}
.banner-title li{
  list-style-type: none;
  position: relative;
  color: #fff;
  padding: 0 6px;
}
.banner-title li:after{
  content: '\f101';
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  position: absolute;
  right: -10px;
  font-size: 14px;
  top: 1px;
}
.banner-title li:last-child:after{
  display: none;
}
.sidebar_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*-------------------------About Page End-------------------------*/
.certificate {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #414040;
    margin: 0 10px 0 0;
}
aside{
  background-color: #8DBDFF4D;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;
  box-shadow: #8DBDFF4D 0px 0px 10px 0px;
}
aside h5{
  background-color: #414040;
  color: #fff;
}
aside li{
  padding: 10px 10px;
}
aside a{
  color: #414040;
}
/*---------------------------------Enforcement Page Start---------------------*/
.small-al{
  list-style-type: lower-alpha;
}
.small-al li{
  padding: 5px 0;
}
.small-nu{
  list-style-type: lower-roman;
}
.small-nu li{
  padding: 5px 0;
}
.decimal li{
  padding: 5px 0;
}
/*-----------------------------Chairperson------------------------*/
.blue {
    background: #414040 !important;
    color: #FFF;
}
.blue td{
  color: #fff !important;
}
.blue_light {
    background: #98dffd !important;
}
/*--------------------------faq-page-----------------------------*/
.faq-page .accordion-header{
    background: #006080 !important;
    padding: 0 10px;
}
.faq-page .accordion-header button{
  color: #fff;
  font-size: 13px;
}
.faq-page .accordion-button:not(.collapsed){
  padding: 0.5rem 2.25rem;
}
.faq-page .accordion-item{
  padding: 8px 0;
}
.faq-page .accordion-item p{
  margin: 0;
}
.faq-page .accordion-item li{
  padding: 5px 0;
}
/*--------------------------------download-forms--------------------*/
.download-forms table img{
  width: 10px;
}
/*------------------------Accessibilty Options------------------------*/
.fieldset_access {
    border: 1px dotted #009edd;
    color: #FFF;
    height: auto !important;
    margin: 30px 0;
    background: #FFF !important;
    color: #000 !important;
    padding: 30px 20px 10px 20px;
    position: relative;
}
.legend_access {
    background: #e6e7e8;
    padding: 5px 20px;
    font-weight: bold;
    width: 200px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    top: -14px;
}
.accessibilty .btn{
  font-size: 14px;
}
/*-----------------------guidelines------------------------*/
.guidelines li{
  padding: 8px 0;
}
/*----------------help-------------------------------------------*/
.help-pa table img {
    width: 10px;
}
/*--------------------------Sitemap------------------------------*/
div#block-mot-content {
    margin-bottom: 20px;
}
.easy-sitemap{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.easy-sitemap ul{
  list-style-type: none;
}
.inner-content ul {
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 22px;
}
.inner-content ul li {
    background: none;
    padding-left: 18px;
    margin-bottom: 10px;
}
.easy-sitemap li {
    padding: 5px 0 5px 10px;
}
.easy-sitemap li a{
  color: #0262af;
}
ul.easy-sitemap li:before {
    content: "\e1a1";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: #0262af;
}
/*------------------------Search Film-----------------------------*/
.search_film_main_div img{
  width: auto;
}
.search_film_main_div .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.search_film_main_div input{
  width: 100%;
}
/*--------------------------*/
.table-responsive a{
  word-break: break-all;
}
.table-responsive a:visited
{
  color: #0262af;
}
/*-----------------------------------------------*/
.main-slider .slide-img{
  padding: 0 10px;
}
.main-slider .slide-img p{
  margin: 2px;
  text-align: justify;
}
.slick-dots{
  display: none !important;
}
.news-slider button{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background: #F36D14;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-slider button i{
  font-size: 20px;
}
.slick-prev{
  left: 45%;
  bottom: -115px;
}
.slick-next{
  right: 45%;
  bottom: -115px;
}
.slide-img{
  position: relative;
}
.slide-img:after{
  content: '';
  border: 1px solid #fff;
  height: 100px;
  background: #fff;
  top: 0;
  width: 1px;
  right: 0px;
  position: absolute;
}
.slide-img:after .slide-img:last-child{
  display: none;
}
.news-slider .slick-list{
  padding: 0px;
}
.main_slider_div{
  position: relative;
  min-height:235px;
}
.imp_slider_div{
  position: relative;
  min-height:295px;
}
/*---------------------------login-----------------------------*/
.main-wrapper {
  width: 450px;
  padding: 60px;
  margin: 0 auto;
  border-radius: 50px;
  background: #414040;
  transform: translateY(0%);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.form-cont-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.form-cont-1 h1 {
  font-weight: 700;
  font-size: 32px;
  color: #7b96ff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.form-cont-1 p {
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.form-cont-1,
.form-cont-3,
.login-sec p{
  margin-bottom: 2.5px;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
}
.form-cont-2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}
.form-cont-2 input {
  width: 330px;
  height: 32px;
  outline: none;
  border-radius: 10px;
  border: 2px solid rgba(107, 172, 255, 0.4);
  padding-left: 12px;
  padding-left: 12px;
  background: #dfdfdf;
}
.form-cont-2 p {
  font-size: 13px;
}
.form-cont-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.form-cont-3 input {
  width: 220px;
  height: 32px;
  border-radius: 10px;
  border: 2px solid rgba(166, 90, 255, 0.4);
  padding-left: 12px;
  background: #dfdfdf;
}
#check-text {
  width: 10px;
  height: 10px;
  margin-top: 15px;
}
.check-label {
  margin-top: 15px;
}
.float {
  position: absolute;
  background-color: red;
  width: 100px;
  height: 100px;
}
.circle {
  top: 60px;
  left: 0;
  border-radius: 50%;
  transform: translate(-100%, -100%);
}
.c-1 {
  width: 80px;
  height: 80px;
  transform: translate(-160%, 0%);
  background: linear-gradient(225deg, #b843ff 0%, #5ac4ff 100%);
  box-shadow: 0px 0px 25px rgba(141, 126, 255, 0.5);
  animation: move-c1 9s forwards ease-in-out infinite;
}
.circle, .line:hover {
  cursor: pointer;
}
.c-2 {
  width: 60px;
  height: 60px;
  transform: translate(40%, -150%);
  background: linear-gradient(313.07deg, #b843ff 0%, #5ac4ff 100%);
  box-shadow: 0px 0px 25px rgba(141, 126, 255, 0.5);
  animation: move-c2 6s forwards ease-in-out infinite;
}
.c-3 {
  width: 40px;
  height: 40px;
  transform: translate(-240%, -180%);
  background: linear-gradient(135deg, #b843ff 0%, #5ac4ff 100%);
  box-shadow: 0px 0px 25px rgba(141, 126, 255, 0.5);
  animation: move-c3 4s forwards ease-in-out infinite;
}
.line {
  top: 100%;
  left: 100%;
  border-radius: 40px;
}
.l-1 {
  top: 130%;
  left: 107%;
  width: 20px;
  height: 90px;
  box-shadow: 0px 0px 25px rgba(141, 126, 255, 0.5);
  background: linear-gradient(135deg, #b843ff 0%, #5ac4ff 100%);
  animation: move-l1 9s backwards ease-in-out infinite;
}
.l-2 {
  top: 65%;
  left: 120%;
  width: 20px;
  height: 80px;
  box-shadow: 0px 0px 25px rgba(141, 126, 255, 0.5);
  background: linear-gradient(225deg, #b843ff 0%, #5ac4ff 100%);
  animation: move-l2 7s forwards ease-in-out infinite;
}
.l-3 {
  top: 115%;
  left: 88%;
  width: 20px;
  height: 60px;
  box-shadow: 0px 0px 25px rgba(141, 126, 255, 0.5);
  background: linear-gradient(313.07deg, #b843ff 0%, #5ac4ff 100%);
  animation: move-l3 5s forwards ease-in-out infinite;
}
@keyframes move-c1 {
  50% {
    transform: translate(-170%, 10%);
    filter: hue-rotate(360deg);
  }

  100% {
  }
}
@keyframes move-c2 {
  50% {
    transform: translate(30%, -170%);
    filter: hue-rotate(360deg);
  }

  100% {
  }
}
@keyframes move-c3 {
  50% {
    transform: translate(-220%, -140%);
    filter: hue-rotate(360deg);
  }

  100% {
  }
}
@keyframes move-l1 {
  50% {
    transform: translate(-0%, -70%);
    filter: hue-rotate(-360deg);
  }

  100% {
  }
}
@keyframes move-l2 {
  50% {
    transform: translate(-0%, 70%);
    filter: hue-rotate(360deg);
  }

  100% {
  }
}
@keyframes move-l3 {
  50% {
    transform: translate(-0%, 20%);
    filter: hue-rotate(-360deg);
  }

  100% {
  }
}
@keyframes bord {
  50% {
    filter: hue-rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
#generated-captcha {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  background-color: #ede7f6;
  border-radius: 6px;
  border: none;
  padding: 6px;
  width: 90%;
}
.b_none{
  border: none;
  background: transparent;
}
.table_div p{
  /* border: 1px solid #ddd; */
  margin: 0px;
  padding: 5px;
}
.drop{
  font-size: 14px;
    background-color: transparent;
    color: #fff;
    border: none;
}
.drop:focus {
  color: #fff;
  background-color: transparent;
  outline: 0;
  box-shadow:none;
}
.drop option{
  color: #000;
}
.top-info .navbar {
  width: auto;
}
.top-info .navbar a{
  border-right: none;
}

/*----------------------------dashboard--------------------------------*/

.map_div img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.graph-table {
    position: relative;
    z-index: 999;
    right: 0;
}
.graph-table table {
    border-collapse: separate;
    border-spacing: 0px 9px;
    background-color: transparent;
}
.graph-table thead th {
    background: #3d66b9;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 10px;
    white-space: nowrap;
}
.graph-table tbody tr {
    transition: transform 0.2s;
}
.graph-table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.graph-table td {
    padding: 7px 15px;
    background: #f5f5f5;
    font-weight: 400;
    /* color: #7E7E7E; */
}
.graph-table span.inr-grey {
    background: #e6e6e6;
    color: #5580d6;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 21px;
}
.graph-table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.graph-table tr:hover {
    background-color: #5580D6;
}
.graph-table tr:hover td {
    background: transparent;
    color: #fff;
}
.graph-table table tbody tr:hover td span {
    color: #98B9FC;
}
.list-title
{
  text-align: center;
  font-weight: 700;
  color: #000;
  margin: 20px 0;
}
.list-member
{
  justify-content: center;
}

.chairmember{
  position: relative;
  width: 100%;
  padding:2px;
  display: flex;
  justify-content:start;
  align-items: flex-start;
  left:80px;
  cursor: pointer;
} 
.chairmember .membername::before
{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: -15px;
}
.chairmember .membername p{
  font-weight: 600;
}
.board-member{
  position: relative;
  width: 100%;
  padding:2px;
  display: flex;
  justify-content:start;
  align-items: flex-start;
  left:97px;
  cursor: pointer;
}
.board-member .membername::before
{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: -15px;
}

.board-member .membername p{
  font-weight: 600;
}
.membername:hover{
  top:-15px;
}

.membername:hover #hoverShow1 {
  display: block;
  text-align: start;
  top: 20px;
  width: 450px;
  z-index: 10;
  color: #000;
}
.membername #hoverShow1 {
  display: none;
  /* position: absolute; */
  width: 100%;
  /* left: 5%; */
  /* border-top: 1px solid #000; */
  transition: all .8s;
}

.important-commu .bg-lights{
  color: #000 !important;
  border-radius: 20px;
  z-index: 9;
}

#tab_IC .actives{
  background-color: 'hsl(24deg 90% 52%)';
  color: #000 !important;
}

.logo-sec{
  background: #fff !important;
}

hr.new5 {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
}

.chairmember .membername p{
  color: #000;
}
.board-member .membername p{
  color: #000;
}
.membername:hover p{
  color: red;
}
.membr h3{
  color: #000;
}

.membr p{
  color: #000;
}
.back-to-top{
  background: #f36d14;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
position:relative;
padding:0px;
}
.btn-close {
position:absolute;
right:-30px;
top:0;
}
.faq-modal{
  background: none!important;
  border: none;
  text-decoration: underline;
  padding-left: 25px;
  color: #4d4643;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  cursor: pointer;
  padding-top:-10px ;
}
.faq-modal:hover{
  color: #4d4643;
}
.mask-img{
  background: transparent radial-gradient(closest-side at 50% 50%, #FFBD00 0%, #FFBD00CA 51%, #FFBD0000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 700px;
  width: 700px;
  top: -290px;
  left: -185px;
}
.mask-img2{
  background: transparent radial-gradient(closest-side at 50% 50%, #FFBD00 0%, #FFBD00CA 51%, #FFBD0000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 500px;
  width: 500px;
  top: -210px;
  left: 340px;
}
.mask-img-important-c{
  background: transparent radial-gradient(closest-side at 50% 50%, #FFBD00 0%, #FFBD00CA 51%, #FFBD0000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 700px;
  width: 700px;
  top: 4010px;
  left: -155px;
}
.mask-img2-important-c{
  background: transparent radial-gradient(closest-side at 50% 50%, #FFBD00 0%, #FFBD00CA 51%, #FFBD0000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 500px;
  width: 500px;
  top: 4035px;
  left: 235px;
}
#whats-new-id{
  display: flex;
  text-align: center;
}


/*--- New ----*/
.pagination .tab-sec.active { background-color: transparent !important; }
.pagination .tab-sec { background-color: transparent; margin: 0 5px; width: 45% !important; padding: 0px 0 !important; cursor: pointer; color: #000 ; border-radius: 0px; border-bottom: 0px solid #000; position: relative; width: auto;}
.pagination .tab-sec h6 { font-size: 25px !important; padding: 10px 0; position: relative; }
.pagination .tab-sec::after { content: ""; width: 20px; height: 20px; border-bottom: 1px solid #000; border-right: 1px solid #000; position: absolute; transform: rotate(45deg) translateY(15px); left: 50%; bottom: 1px; /* transform: translateX(-10px); */ }
.pagination .tab-sec.active::after {border-color:#fff}
.pagination .tab-sec.active h6::before, .pagination .tab-sec.active h6::after {background:#fff;}
.pagination .tab-sec h6::before { content: ""; width: calc(50% - 13px); height: 1px; position: absolute; left: 0; bottom: 0px; background:#000; }
.pagination .tab-sec h6::after { content: ""; width: calc(50% - 12px); height: 1px; position: absolute; right: 0; bottom: 0px; background:#000;}
.important-commu .pagination #tab_faq.pagination {justify-content: space-between;}
.accordion-header { background: #B89300; margin-top: 15px; padding: 15px; }
.accordion-item .accordion-button {padding: 0 0 0 30px !important; color: #000000; text-transform: none;}
.accordion-body {background: #ffea95; padding: 10px; font-size: 14px; color: #000;} 
.accordion-body ul { font-size: 14px; padding: 0 !important; margin-left: 1.2em !important; }
.communication-section {background: #e43532 url("../img/communication-bg.png") no-repeat top right;}
.ttl-main { color: #fff; font-size: 50px; text-align:center; margin-bottom: 50px !important; }
.ttl-span span { position: relative; }
.ttl-span { position: relative; padding-bottom: 15px; color: #000000;}
.ttl-span::before { content: ""; width: calc(50% - 13px); height: 3px; position: absolute; left: 0; bottom: 0px; background: #fff; }
.ttl-span::after { content: ""; width: calc(50% - 13px); height: 3px; position: absolute; right: 0; bottom: 0px; background: #fff; }
.ttl-span span::after { content: ""; width: 20px; height: 20px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; position: absolute; transform: rotate(45deg); left: 50%; bottom: -25px; margin-left: -10px; }
.faq-bgimg {background:none;}
.faq-sec {background: #ffc410 url("../img/faq-bg.png") repeat top left;}
.apply-section {background: #ffc410 url("../img/apply-bg.png") repeat top left;}
.sec-two.member-section {background: #ffc410 url("../img/apply-bg.png") repeat top left;}
.news-tab.news-section {background: #F36D14 url("../img/news-bg.png") no-repeat top left; background-size: cover;}
.gallery-section {background: #12c8e0 url("../img/gallery-bg.png") repeat top center; background-size: cover;}
.faq-sec .ttl-main { color: #000; }
.faq-sec .ttl-span::before, .faq-sec .ttl-span::after {background: #000;}
.faq-sec .ttl-span span::after {border-color: #000;}
.communication-section .slick-slide p { color: #000000; text-align: center !important; font-size:16px !important;  }
.communication-section .slick-slide p a { color: #000000;  font-size:16px !important; }

.communication-section .slick-dots { display: block !important; text-align: center; width: 100%; margin-top: 50px; }
.communication-section .slick-dots li { width: 15px; display: inline-block; height: 15px; margin: 3px; }
.communication-section .slick-dots li button { width: 15px; text-indent: -9999px; background: no-repeat; background: transparent; height: 15px; 
  /* border: 1px solid #fff;  */
  background-color: #000000;
}
.communication-section .slick-dots li.slick-active button {background:brown;}
.communication-section .main-slider { max-width: 1000px; margin: auto; }
.communication-section .main-slider .slick-prev { left: -50px; top: 50%; border-radius: 0; background: none; border-left: 1px solid #fff; border-bottom: 1px solid #fff; width: 50px; height: 50px; transform: rotate(45deg); margin-top: -85px; }
.communication-section .main-slider .slick-next { right: -50px; top: 50%; border-radius: 0; background: none; border-right: 1px solid #fff; border-top: 1px solid #fff; width: 50px; height: 50px; transform: rotate(45deg); margin-top: -85px; }
.communication-section .main-slider .slick-prev i, .communication-section .main-slider .slick-next i { display: none; }

.apply-section .ttl-main { color: #000 !important; }
.apply-section .ttl-main .ttl-span::before, .apply-section .ttl-main .ttl-span::after { background: #000; }
.apply-section .ttl-main .ttl-span span::after { border-color: #000; }
.title-2 { font-size: 30px; font-weight: 600; color: #000; width: 100%; padding: 0 0 20px; }
.title-2 span { padding-bottom: 10px; border-bottom: 3px solid #000; display: inline-block; width: auto;}
.vdo-txt p { font-size: 16px; color: #000; }

.card.popp-part { background: none !important; }
.popimg { float: left; width: auto; position: relative; }
.popimg::after {content: "";position: absolute;width: calc(100% - 5px); height: calc(100% + 30px); left: 30px; top: -15px; border: 2px solid #fff; }
.popimg img { position: relative; z-index: 9; }
.news-date { font-size: 22px !important; color: #fff; margin: 0; font-weight: 700; }
.newss-slider .slide-img::after {display:none;}
.newss-slider .slide-img p { font-size: 18px !important; color: #000; }
.newss-slider { max-height: 250px; overflow-y: scroll; scrollbar-width: thin; }
.newss-slider .slide-img { border-bottom: 1px solid rgba(255,255,255,0.5); padding: 15px 0; position: relative; margin: 0 !important; }
.newss-slider .slide-img p:last-child { margin-bottom: 0; }
.newss-slider .slide-img::before { position: absolute; content: ""; bottom: -1px; width: 70%; left: 15%; height: 1px; background: #fff; }
.newss-slider::-webkit-scrollbar { width: 15px; }
.newss-slider::-webkit-scrollbar-thumb { background-color: #ffbc02; -webkit-box-shadow: inset 0px 1px 0 rgb(243 109 20),inset 0 -1px 0 rgba(121, 0, 150,0.07); height:50px; border:1px solid #000000; border-radius:20px }
.newss-slider::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);   border-radius: 10px;   background-color: #f6ad7a; border:1px solid #be560f; width:20px; }
.newss-slider .slide-img p a { color: #000; }
.newss-slider .slide-img p a font { color: #ffdd59; text-decoration: underline; margin-left: 10px; }

.cta-section {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c77bd+38,ff0000+72 */ background: rgb(28,119,189); /* Old browsers */ background: -moz-linear-gradient(left,  rgba(28,119,189,1) 38%, rgba(255,0,0,1) 72%); /* FF3.6-15 */ background: -webkit-linear-gradient(left,  rgba(28,119,189,1) 38%,rgba(255,0,0,1) 72%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right,  rgba(28,119,189,1) 38%,rgba(219,70,70) 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c77bd', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */ }
.blue-path { position: relative; background: #1c77bd; padding: 15px 15px 15px 0; margin-right: 20px; border-right: 2px solid #fff; }
.cta-section .h3 {justify-content: normal; background: #df4444;}
.cta-section .h3 span.blue-path::before { content: ""; position: absolute; background: #1c77bd; height: 15px; top: 40%; left: auto; right: -9px; width: 15px; transform: rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; }
.lines-2{
	color:#000000;
}
.banner-main { background: #d0272c; box-shadow: 0 5px 10px rgba(0,0,0,0.3); }
.banner-main .banner-overlay { background: transparent; padding: 12px 0; }
.banner-title li::after {content: '\f105'; right: -9px;}
.banner-title li a:hover { color: #fff; }
.about-section { background: #69f0fa url("../img/about-bg.jpg") no-repeat center left; background-size: cover; }
.col-abt { display: flex; width: 100%; }
.abt-part { min-width: 20%; padding: 15px; }
.abt-icon { width: 100%; text-align: center; margin-bottom: 15px; }
.abt-part .d-flex { flex-wrap: wrap; text-align: center; justify-content: center; }
.abt-icon .certificate { /* width: 120px; */width: 170px; height: auto; border-radius: 0; margin: 0; background: none;  }
.abt-txt { font-size: 17px; color: #000; line-height: 1.2; }
.title-inside { font-size: 40px; color: #000; font-weight: 500; width: 100%; margin: 0 0 55px; }
.title-inside .ttl-span { padding: 0 15px 10px; }
.title-inside .ttl-span::before, .title-inside .ttl-span::after { background: #000; }
.title-inside .ttl-span span::after { border-color: #000; bottom: -20px; }
.about-section p {color:#000;}
.modall-close-btn { background: #ff0000; opacity: 1 !important;; line-height: 1; right: 0; border-radius: 0; top: -40px; margin: 0 !important;; padding: 10px !important;; font-size: 20px; color: #fff; outline: none !important; box-shadow: none !important;}
.btn-close.modall-close-btn:hover {color: #fbd7d7;}
.member-content { padding: 15px; text-align: left; }
.board-member-new { left: 0; text-align: center; }
.memberimg { width: 100%; margin-bottom: 10px; }
.owl-carousel .owl-item .memberimg img { width: auto; margin: 0 auto; }
.membernamenew { width: 100%; text-align: center; font-size: 16px; font-weight: 600; color: #000; margin: 0 0 10px 0; }
.member-sub-text { font-size: 14px; line-height: 1.3;  }
.list-member-carousel .owl-prev, .list-member-carousel-2 .owl-prev { position: absolute; left: 0; top: 40%; background: transparent url("../img/arrow.svg") no-repeat scroll left center !important; width: 40px; height: 70px; text-align: left; text-indent: -99999px; }
.list-member-carousel .owl-prev {width: 40px; height: 30px;top: 22%;}
.list-member-carousel, .list-member-carousel-2 { padding: 0 40px; }
.list-member-carousel .owl-next, .list-member-carousel-2 .owl-next { position: absolute; right: 0; top: 40%; background: transparent url("../img/arrow.svg") no-repeat scroll left center !important; width: 40px; height: 70px; text-align: left; text-indent: -99999px; transform: rotate(180deg) !important; }
.list-member-carousel .owl-next {width: 40px; height: 30px;top: 22%;}
.new-ttl .ttl-span::after, .new-ttl .ttl-span::before {background: #000;}
.new-ttl .ttl-span span::after, .new-ttl .ttl-span span::before {border-color: #000;}
.new-ttl .ttl-span {padding-bottom: 10px;}
.new-ttl .ttl-span span::after {bottom: -20px; border-bottom: 2px solid #000; border-right: 2px solid #000;}
.list-title.new-ttl { margin-bottom: 25px; padding-bottom: 30px; }
.about-bottom-section { background: #ffc410 url("../img/apply-bg.png") repeat top left; }
.orgnasation-chart { background: #fff url("../img/chart-bg.png") repeat top left; }
.modal-title {color: #000;}
.modal-content {border-radius: .3rem 0 .3rem .3rem;}
.memb-fld { display: inline-block; width:100%; }
.member-field { width: 100%; padding: 10px 0px 15px 40px; border-bottom: 0px solid #dee2e6; /*! float: left; */ position: relative; margin-bottom: 10px; color: #000; }
.member-field:last-child { border-bottom: 0; }
.member-field.memb-add-fld { background: transparent url("../img/address-icon.svg") no-repeat 0 8px; border-bottom: 1px solid #dee2e6;}
.member-field.memb-tel-fld { background: transparent url("../img/tel-icon.svg") no-repeat 0 8px; border-right: 1px solid #dee2e6;padding-right: 15px;}
.member-field.memb-mail-fld { background: transparent url("../img/mail-icon.svg") no-repeat 0 6px; }
.member-field.memb-fax-fld { background: transparent url("../img/fax-icon.svg") no-repeat 0 7px; }
.member-field.memb-tel-fld { width: auto; float: left; border-right: 1px solid #dee2e6; padding-right: 15px; }
.member-field.memb-mail-fld { width: auto; float: left; margin-left: 15px; border-right: 1px solid #dee2e6; padding-right: 15px; }
.member-field.memb-fax-fld { float: left; width: auto; margin-left: 15px; }

.gallery-card .portfolio-info p:last-child { margin-bottom: 0; }
.gallery-card .portfolio-info p { padding: 10px 0 0 !important; }
.gallery-card .portfolio-info {height: auto;}
.process-regi .title-inside {margin-top: -42px;}

@media (min-width: 1500px) and (max-width: 1919px) {
#hero {height: 54vh;}
#hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -15vh;
}
}

@media (min-width: 1400px) and (max-width: 1500px) {
#hero {height: 50vh;}
#hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -21vh;
}
}

@media (min-width: 1280px) and (max-width: 1400px) {
#hero {height: 50vh;}
#hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -22vh;
}
}

@media (min-width: 1920px) and (max-width: 3839px) {
#hero {height: 51vh;}
#hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -15vh;
}
}

@media (min-width: 3840px) and (max-width: 5000px) {
#hero {height: 51vh;}
#hero .carousel-inner .carousel-item video
{
  position: relative;
  width: 100vw;
  height: auto;
  top: -20vh;
}
}
.marquee-wrapper {background: #13a14e;}
#footer .marquee-wrapper .marquee-block {height: 110px;}
#footer .marquee-item a { background: #fff; display: block; padding: 10px; box-shadow: 0px 4px 8px #464646; min-height: 100px; display: flex; align-items: center; justify-content: center; }
#footer .marquee-item { float: left; }
#footer .marquee-item a img { max-height: 70px; }