/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
/* === ACTIVE STATE FIX === */

.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
  color: #c82527 !important;
  background-color: transparent;
}

/* Remove hover override when active */
.header-nav .nav > li.active > a:hover,
.header-nav .nav li.active .sub-menu li.active > a:hover {
  color: #c82527 !important;
  /* background-color: #f9f9f9; */
}

.bg-transparent .header-nav .nav > li > a,
.bg-transparent .extra-nav a,
.bg-transparent .contact-slide-show i,
.bg-transparent .fa {
  color: #000000; /*White navbar */
}
.color-fill .header-nav .nav > li > a,
.color-fill .extra-nav a,
.color-fill .contact-slide-show i,
.color-fill .fa {
  color: #000000; /*transparent navbar */
}
.header-nav .nav > li > a,
.extra-nav a,
.contact-slide-show i,
.fa {
  transition: color 0.3s ease;
}

.bg-transparent {
  /* background-color:#748d881a !important; */
  background-color: #f7f7f7;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
}
.color-fill {
  background-color: #748d881a !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-dark .footer-bottom .copyrights-text a {
  color: #fff;
}

.footer-dark .footer-bottom .copyrights-text a:hover {
  color: #c82527;
}

.custom-overlay {
  background-image: url(../images/background/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* changes */
.section-content-area {
  margin-top: 30px;
}

/* contact info  */
.bg-colour {
  background-color: #676767;
  color: #fff;
}

.bg-colour-about {
  background-color: #f7f7f7;
}

.bg-colour-value {
  background-color: #c82423;
  color: #f7f7f7;
}

.bg-colour-mission {
  background-color: #000000;
}

.no-mrg-top {
  margin-top: 0px !important;
}
.custom-image-center {
  width: 100% !important;
}

.product-pg-img img {
  /* border: 2px solid red; */
  max-width: 100%;
  vertical-align: middle;
  border-radius: 8px;
}

.prod-title{
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.proj-img-effect img {
	position: relative;
	overflow: hidden;
	display: block;
	aspect-ratio: 7 / 6;
	border-radius: 8px;

}

.abt-mission-mid{
  background-origin: border-box;
  height:460px;
  position:relative;
  border-radius: 15px;
}
.abt-mission-mid:after,
.abt-mission-mid:before{
	content:'';
	position:absolute;
}


.prd-img-effect img {
	position: relative;
	overflow: hidden;
	display: block;
	aspect-ratio: 3 / 3.5;
	border-radius: 8px;
  /* border: 2px solid red; */

}

.prd-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	border-radius: 8px;
}

.testimonalbox {
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.choose-box {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

/* .product-cus-img {
  height: 350px !;
  width: 100%;
  border: 2px solid red;
}

.product-cus-img img {
  height: 100%;
  width: 100%;
} */

#search_results{
margin-top:5px; 
margin-left:-10px; 
border:1px solid #ddd; 
padding:5px; 
display:none; position:absolute; background:#fff; z-index:999; width:100%;
    }
    #search_results li{
        list-style: none;
    }



@media (max-width: 500px) {
  .no-mrg-top {
    margin-top: 20px !important;
  }
  .no-mrg-btm {
    margin-bottom: 0px !important;
  }

  .no-mrg-top-500 {
    margin-top: 0px !important;
  }

  .no-padd-top-bot {
    padding: 0 !important;
  }

  .custom-explore-btn {
    margin-top: 1em;
    font-size: 12px;
    width: 146px;
    text-align: center;
    padding: 0.4rem;
  }
}

@media (min-width: 501px) and (max-width: 800px) {
  .custom-explore-btn {
    margin-top: 1em;
    font-size: 12px;
    width: 146px;
    text-align: center;
    padding: 0.4rem;
  }
}


@media (max-width: 770px) {  /* sm breakpoint */
    
    .top-bar{
      width: 100% !important;
      display: flex;
      padding: 10px 0px !important;
    }

    .top-bar .custom_top_bar{
      width: 100%;
      /* display: flex;
      align-items: center;
      justify-content: center; */

    }

    .top-bar .mt-topbar-left  {
      display: none !important;
    }

    .top-bar .mt-topbar-right .appint-btn {
      width: 100%;
      align-items: center;
      justify-content: center;
  }

  .top-bar .mt-topbar-right .appint-btn .site-button {
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

}

/* footer padding top adjustment */
.footer-top{
  padding-top: 30px !important;
}


@media (max-width: 768px) {
  .responsive-banner {
    background-image: url('mobile-image.jpg');
  }
}
