/********** Template CSS **********/
@font-face {
  font-family: "Johnston-regular";
  src: url("../pharma-fonts/ITC - JohnstonOSITCTT.ttf") format("WOFF");
}

@font-face {
  font-family: "Johnston-bold";
  src: url("../fonts/pharma-fonts/ITC - JohnstonOSITCTT Bold.ttf");
}

@font-face {
  font-family: "Johnston-sci";
  src: url("../fonts/pharma-fonts/ITC - JohnstonSCITCTT.ttf");
}

@font-face {
  font-family: "Johnston-sci-bold";
  src: url("../fonts/pharma-fonts/ITC - JohnstonSCITCTT Bold.ttf");
}
@font-face {
  font-family: "bankgothic-md-bt";
  src: url("../pharma-fonts/BankGothic\ Md\ BT.ttf");
}

/* .new-font {
  font-family: "Johnston-regular" !important;
} */

:root {
  --primary: #ba0b1c;
  --secondary: #9b9b9b;
  --light: #f5f5f5;
  --dark: #161616;
}
body {
  background: #0c0b09;
  color: #fff;
  font-family: "bankgothic-md-bt";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 9px;
  bottom: 80px;
  z-index: 99;
}
.btn-color {
  background-color: var(--primary);
  color: #fff;
  border: none;
}
.btn-color:hover {
  background-color: var(--primary) !important;
}
.btn-color:active {
  background-color: var(--primary);
}
.btn-color:focus {
  background-color: var(--primary);
  border-color: var(--primary) !important;
  box-shadow: none;
}
.bg-pri-color {
  background-color: #f00 !important;  /* var(--primary) !important; */
}
.text-pri-color {
  color: #f00 !important; /*  var(--primary) !important; */
}
a {
  color: #f00;/* var(--primary); */
}

.silider-img {
  width: 100%;
}

.video-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #26282b;
  color: #fff;
  position: relative;
  height: 100vh;
}
.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #000;
}
.video-bg video {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
}

.video-hero {
  position: relative;
}
.video-hero-a {
  position: absolute;
  bottom: 280px;
  left: 0;
  transform: translate(0, 100%);
  text-align: center;
}


@media (max-width: 500px) {
	
  .video-hero-a h1 {
    font-size: 13px;
    margin-bottom: 10px !important;
  }
  .video-hero-a p {
    font-size: 12px !important;
  }
  .video-hero-a {
    position: absolute;
    bottom: 100px;
    left: 0;
    transform: translate(0, 100%);
    text-align: center;
}
}
@media (min-width: 500px) and (max-width: 950px) {
  .video-hero-a {
    position: absolute;
    bottom: 210px;
    left: 0;
    transform: translate(0, 100%);
    text-align: center;
}
  .video-hero-a h1 {
    font-size: 28px;
    margin-bottom: 10px !important;
  }
  .video-hero-a p {
    font-size: 14px !important;
  }
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* ==== topbar ==== */

.toolbar {
  background-color: var(--primary);
  height: 36px;
}
.topbar-icon {
  background-color: #000 !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.company-logo {
  width: 100%;
  height: 65px;
}
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
  background-color: #161616;
}

.navbar .navbar-brand {
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  padding: 6px;
  color: #f00; /* var(--primary); */
  font-weight: 500;
  outline: none;
  position: relative;
  /* border-right: 1px solid var(--primary); */
}
/* .navbar .navbar-nav .nav-link:last-child { 
  border-right: none;
} 
*/

.navbar .navbar-nav .nav-link:hover {
  /* background-color: var(--primary); */
  color: #fff !important;
}

.navbar-nav a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: none;
}
.navbar-nav a:hover::after {
  display: block;
}
.navbar .navbar-nav .nav-link:last-child {
  margin-right: 2px;
}
.navbar .navbar-nav .nav-link.active {
  color: #f00; /* var(--primary); */
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
	font-size: 0.85rem;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
  
  /*** kaif Nav ***/
.dropdown-menu li {
position: relative !important;
}
.dropdown-menu .dropdown-submenu {
display: none !important;
position: absolute !important;
left: 100% !important;
top: -7px !important;
}
.dropdown-menu .dropdown-submenu-left {
right: 100% !important;
left: auto !important;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block !important;
}
/*** kaif Nav ***/

}

@media (max-width: 500px) {
	
	.navbar .nav-item .dropdown-menu {
    display: none;
    visibility: hidden;
	border: none;
    
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  
  .dropdown-menu .dropdown-submenu {
		display: none !important;
	}
	.dropdown-menu > li:hover > .dropdown-submenu {
	display: block !important;
	}
  
  
	/* .dropdown-menu .dropdown-submenu {
		display: none !important;
	} */
	/* .dropdown-menu > li:hover > .dropdown-submenu {
		display: block !important;
	} */
	
	/* .nav-item.dropdown:hover .dropdown-menu {
		display: block !important;
	} */
	/* .dropdown-menu .dropdown-submenu {
		display: block !important;
	} */
	}

.navbar .btn:hover {
  color: #ffffff !important;
  background: var(--primary) !important;
}




/*** Header ***/
.header-carousel .carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(22, 22, 22, 0.3);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 12px !important;
    font-weight: 400 !important;
    position: absolute;
    top: 65px;
  }
  .btn-silider {
    display: none;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 10px;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.header-carousel .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 15px;
  transition: 0.5s;
}

.header-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #ffffff;
  border-radius: 5px;
}

.header-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
	min-height:400px;
  /* background: linear-gradient(rgba(22, 22, 22, 0.7), rgba(22, 22, 22, 0.7)),
    url(../img/service/top\ img.jpg) center center no-repeat;
  background-size: cover; */
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Model ***/

.model-color {
  color: var(--primary);
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
.servi-ul {
  color: #fff;
}

/*** Service ***/

.service-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-item {
  border-color: rgba(0, 0, 0, 0.03) !important;
}
.service-item-in {
  border-color: rgba(0, 0, 0, 0.03) !important;
  margin: 10px 0;
}
.service-img-a {
  position: relative;
}
.service-item-a {
  position: absolute;
  top: 84%;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  overflow: hidden;
  padding: 10px 10px;
  transition: all 0.9s ease;
  text-align: center;
}
.service-item-a:hover {
  top: 0;
}
.service-item h4 {
  color: #fff;
}
.service-item-in .service-btn {
  width: 38px;
  height: 38px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background: var(--dark);
  border-radius: 38px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
}

.service-btn:hover {
  width: 140px;
}
.service-img {
  width: 100%;
  height: 250px;
}
.service-img-in {
  width: 100%;
  height: 250px;
}
.produc-img img {
  width: 100%;
}

.serv-view-all {
  text-align: center;
  padding-top: 50px;
}
.serv-view-all a {
  font-size: 25px;
  font-weight: bold;
}
.h-font-size {
  text-align: center;
  font-size: 20px;
}
.Industrial-head {
  font-size: 20px;
}
/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
.feature-text h1 {
  color: #fff;
}

/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--light);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-inner {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.portfolio-inner img {
  transition: 0.5s;
  height: 300px;
}

.portfolio-inner:hover img {
  transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s;
}

.portfolio-inner:hover .portfolio-text {
  bottom: 0;
  opacity: 1;
}
.portfolio-inner:hover h5 {
  color: var(--primary) !important;
}
.portfolio-item h5 {
  color: #fff;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
.quote-text h1 {
  color: #fff;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
  transition: 0.5s;
  max-height: 250px;
  min-height: 250px;
  min-width: 250px;
  max-width: 250px;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .team-social {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(225 66 68 / 50%);
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-social {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

.team-item .team-social .btn {
  opacity: 0;
}

.team-item:hover .team-social .btn {
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-carousel .owl-dots {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  background: #ffffff;
  border-radius: 40px;
  transition: 0.5s;
  opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
  border-radius: 60px;
  opacity: 0.4;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

/*** Contact ***/
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }

  .contact-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--secondary);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.pro-range-ul {
  padding: 0;
  margin: 0;
}
.pro-range-ul li {
  list-style: none;
  padding: 10px 0;
  font-size: 17px;
  cursor: pointer;
}
.pro-range-ul li a {
  color: var(--dark);
}
.pro-range-ul li:hover {
  background-color: var(--primary);
  margin: 0 -10px;
}
.pro-range-ul li:hover a {
  color: #fff !important;
  padding: 0 20px;
}

.ahu-active {
  background-color: var(--primary);
  margin: 0 -10px;
}
.ahu-active a {
  color: #fff !important;
  padding: 0 20px;
}
.produc-left {
  border: 1px solid var(--light);
  padding: 10px 20px;
  background-color: #fff;
}
.head-pro-rang {
  background-color: var(--primary);
  color: #fff;
  padding: 6px;
  margin: 0;
  font-weight: 500;
}

.produc-img {
  background-color: #fff;
}
.ahu-sec {
  background: #f1f1f1;
  padding: 100px 0;
}
.ahu-text {
  background-color: #000;
  padding: 30px;
}

/* === ==== faq === === */

.faq-sec {
  padding: 100px 0;
  /*  background: #f1f1f1; */
}
.btn-accordi {
  color: #fff;
  background-color: var(--primary);
}
.btn-accordi:focus {
  box-shadow: none;
}
.btn-accordi:not(.collapsed) {
  color: #fff;
  background-color: var(--primary);
}
.faq-head {
  padding-bottom: 40px;
}
.faq-head h4 {
  text-align: center;
}
.accord-ite {
  margin: 15px 0;
}
.accor-text {
  color: #000;
}

/* === ==== faq === === */

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: none !important;
}

/* === === company profile === */

.page-header-company {
  background: linear-gradient(rgb(22 22 22 / 44%), rgb(22 22 22 / 43%)),
    url(../img/company\ t.png) center center no-repeat;
  background-size: cover;
}
.client-table {
  width: 100%;
  margin: 50px 0;
}
.client-table thead tr {
  border: 1px solid #000;
}
.client-table thead tr th {
  padding: 10px;
}
.client-table tbody tr td {
  width: 50%;
  border: 1px solid #000;
  padding: 10px;
}
.client-table tbody tr {
  border: 1px solid #000;
}
.client-table tbody tr:nth-child(even) {
  background-color: var(--primary);
}
.client-table tbody tr th {
  padding: 10px;
}
.comp-pro h3 {
  text-align: center;
}
/* === === company profile === */

/*=== ==== Turnkey Solution === === */

.turn-sol h3 {
  text-align: center;
}
.clenaroom-img {
  text-align: center;
}
.clenaroom-img img {
  padding: 60px 0;
}
/*=== ==== Turnkey Solution === === */

.client h1 {
  text-align: center;
}
.clients-sec {
  /*  background: #f1f1f1; */
  padding: 100px 0;
}
.client {
  /*  background-color: #fff; */
  padding: 20px 40px;
}

@media only screen and (max-width: 500px) {
  .clenaroom-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 900px) {
  .ahu-active a {
    font-size: 13px;
  }
  .pro-range-ul li a {
    font-size: 13px;
  }
}
