.projrct,
.projrct_1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.projrct {
  color: #000;
}

.projrct1 {
  font-weight: 600;
  font-size: 17px;
}

.founded {
  margin-bottom: 0;
  line-height: 1.4;
}

img.amtron {
  width: 200px;
}

.content {
  text-align: justify;
}

img.dic {
  width: 200px;
}

img.spa {
  width: 140px;
}

img.dot {
  width: 150px;
}

.menu_area-light .navbar-nav>li>a {
  /* border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; */
  transition: all 0.2s linear;
  transition-delay: 0.3s;
}
.menu_area-light .navbar-nav>li:nth-child(even)>a
 {
  color: #000;
}

.menu_area-light .navbar-nav>li>a:hover {
  color: #f1f1f1;
  /* border-top: 1px solid#f3663f;
  border-bottom: 1px solid #f3663f; */
  transition: all 0.2s linear;
  transition-delay: 0.3s;
}

.separator {
  border-top: 3px solid #9f9f9f;
}

.second {
  padding: 15px;
}

.mfp-iframe-holder .mfp-content {
  width: 50%;
}

.second img {
  border-radius: 10px;
}

.navbar a.navbar-brand {
  font-size: 0px;
}
.text-area-section {
  border: 1px solid #ededed ;
  border-radius: 10px;
  padding: 25px 25px 05px 25px;
}
.detail-section .text-area-section p {
  text-align: justify;
}
.detail-page-nav-bg {background-color: #b65201;}
.detail-page-nav-bg .navbar-nav>li>a {
  border-top: 1px solid #b65201;
  border-bottom: 1px solid #000;
}
.detail-page-nav-bg .navbar-nav>li>a:hover {
  color: #ffffff;
  border-top: 1px solid#b65201;
  border-bottom: 1px solid #ffffff;
}
.detail-page-nav-bg  .navbar-nav li.current>a, .menu_area-light .navbar-nav li.active>a {
  color: #f3663f;
  border-bottom: 1px solid #f3663f;
}
.ml-93 {
  margin-left: 93.6% !important;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .text_center_ {
    text-align: center !important;
  }
}

@media only screen and (max-width: 600px) {
  .logob {
    text-align: center;
  }

  .head1 {
    text-align: center;
  }

  .navbar a.navbar-brand {
    font-size: 18px;
  }

  .banner1 {
    border-top: 1px solid #ddd;
  }

  .projrct {
    display: none;
  }

  .mobile-none {
    display: none;
  }

  .navbar a.navbar-brand {
    font-size: 15px;
  }

  .ma_t15 {
    margin-top: 30px;
  }

  .separator {
    display: none;
  }

  .slider-fade .min-vh-100,
  .slider-fade.min-vh-100 {
    min-height: 50vh !important;
  }
  .logo-section ul li{width: 20%;}
  .projrct1 img{height: 52px !important;}
  .founded {
    font-size: 1rem !important;
}
}

.navbar-nav>li:first-child {
  margin-left: 0;
}
/* Gallery */
.heading {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.heading:after {
  content: '';
  width: 50px;
  height: 3px;
  display: block;
  background-color: #000;
  margin: 0 auto;
}

.heading.text-start:after {
  margin: 0;
}

.gallery-item {
  text-align: center;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
}

.item-img {
  position: relative;
}

.item-img .enlarge {
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 30%;
  opacity: 0;
  transition: all .5s;
}

.item-img .enlarge img {
  width: 35px;
}

.gallery-item:hover .enlarge {
  opacity: 1;
  transition: all .5s;
}

.gallery-item h5 {
  margin-top: 15px;
}

header {
  z-index: 999;
}
.visit_count{
  background-color: #000;
  color: #fff;
  font-weight: bold;
    padding: 3px 5px;
    border-radius: 3px;
}
.visit_count .visit{letter-spacing: 2px;}
.navbar-nav>li:last-child a {
  /* animation: blink 1s linear infinite;
  padding: 6px 4px;
  color: #28a600;
  background-color: #fff; */
}


@keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0;}
}



.marquee img {
  height: 120px; /* Adjust width as needed */
}




.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* border: 2px solid #000; */
  height: 135px;
  width: 100%;
  border-radius: 22px;
  /* box-shadow: 4px 4px 0 #000; */
  overflow: hidden;
  background: white;
  white-space: nowrap;
  padding: 0;
}

.marquee--inner {
  display: block;
  width: 220%;
  position: absolute;
  animation: marquee 50s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: red;
  }
}

.marquee span {
  float: left;
  width: 50%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}


.founded{
  font-size: 1.2rem;
}
.navbar-default{background-color: #f3663f;}