/********** Template CSS **********/
:root {
  --primary: #ee5a36;
  --light: #f5f5f5;
  --dark: #353535;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top,
.whatsapp-chat,
.quote-btn-flt {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.whatsapp-chat {
  right: 45px;
  bottom: 200px;
}

.quote-btn-flt {
  display: flex;
  right: 45px;
  bottom: 120px;
  background-color: #388fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.quote-btn-flt img {
  width: 24px;
  height: auto;
}

.enq-sub {
  background-color: #388fff;
  outline: none;
  border: none;
}

.quote-btn-flt i {
  color: #ffffff;
  font-size: 18px;
  width: 24px;
  height: 24px;
}

/*** 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;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  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,
.btn-lg-circle {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-lg-circle {
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 100px;
}

.navbar-brand .logo {
  width: 280px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar-collapse a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/

.banner-bg {
  position: relative;
  width: 100%;
  height: 700px;
}

.banner-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-head,
.banner-foot {
  font-size: 1.25rem;
}

@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: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .banner-head,
  .banner-foot {
    font-size: 1.2rem;
  }

  .banner-tag {
    font-size: 2.3rem;
  }
}

@media (max-width: 576px) {
  .banner-head,
  .banner-foot {
    font-size: 1.1rem;
  }

  .banner-tag {
    font-size: 2.1rem;
  }
}

.page-header {
  background-color: #000000;
  opacity: 0.8;
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      #000000 4px
    ),
    repeating-linear-gradient(#3d3e4a55, #3d3e4a);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title h1 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

.section-title.text-start h1 {
  padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 5px;
  bottom: 0;
  background: var(--dark);
}

.section-title h1::before {
  left: 0;
}

.section-title h1::after {
  right: 0;
}

.section-title.text-start h1::before {
  display: none;
}

/*** 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);
  }
}

/*** Service ***/

.service-item {
  position: relative;
  background-color: #eeeeee40;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.service-item img {
  transition: 0.5s;
  width: 100px;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
}

.service-item:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.service-item img:hover .service-item::before,
.service-item:hover::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 16px);
  top: 0px;
  left: 0px;
  filter: blur(20px);
  background: radial-gradient(
    circle at center,
    rgba(238, 90, 54, 0.4),
    rgb(238, 90, 54, 0.1),
    transparent
  );
}

/*** 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);
  }
}

/*** Project Portfolio ***/
#portfolio-flters li,
#all-product-filters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active,
#all-product-filters li:hover,
#all-product-filters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: 0.5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  background: rgba(53, 53, 53, 0.7);
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}

.portfolio-item .portfolio-overlay .btn {
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
  opacity: 1;
}

/*** 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);
  }
}

/*** Contact ***/

.contact-form {
}

@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 {
  background: linear-gradient(rgba(53, 53, 53, 0.7), rgba(53, 53, 53, 0.7)),
    url(../img/footer.jpg) center center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  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;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

/* quote popover styles */

.quote-container form input,
.quote-container form textarea {
  font-size: 14px;
}

.valid-fields {
  border: 1px solid #ced4da;
}

.in-valid-fields {
  border: 1px solid red;
}

.quote-pop {
  max-width: 400px;
  bottom: 45px;
}

@media (max-width: 568px) {
  .quote-pop {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 0px !important;
    bottom: 0px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border: none !important;
  }

  .popover {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

/* quote popover styles */

/* alert styles */
.fixed-alert {
  position: fixed;
  top: -100px;
  right: 25vw;
  z-index: 1500;
  display: flex;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
/* alert styles */

.whatsapp-ic {
  width: 50px;
  height: 50px;
}

/* since 2015 banner styles */

.since2015 {
  background: rgb(255, 180, 35);
  background: linear-gradient(
    90deg,
    rgba(255, 180, 35, 1) 0%,
    rgba(255, 226, 147, 1) 68%,
    rgba(250, 111, 0, 1) 100%
  );
  font-weight: 900;
  font-size: 20px;
  flex-wrap: wrap;
}

.since2015 a {
  background-color: #ffffff;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .since2015 {
    padding: 1rem 1rem !important;
  }

  .since2015 p {
    text-align: center;
    margin: 2rem !important;
  }

  .since2015 a {
    min-width: 160px;
    min-height: 50px;
  }
}

@media (max-width: 568px) {
  .since2015 p {
    margin: 1rem !important;
  }

  .since2015 a {
    min-height: 40px;
  }
}

/* since 2015 banner styles */

.exter-link {
  color: #555;
}

.exter-link:hover {
  color: #ee5a36;
}

.cate-container {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cate-container p {
  font-weight: 900;
  color: #000000;
}

.cate-container:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* .cate-container:hover::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 16px);
  top: 0px;
  left: 0px;
  filter: blur(20px);
  background: radial-gradient(
    circle at center,
    rgba(238, 90, 54, 0.4),
    rgb(238, 90, 54, 0.1),
    transparent
  );
} */

.cate-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
}

.light-border {
  border: 1px solid #ebebeb;
  background-color: #f5f5f56e;
}

/* adnoc styles  */
.adnoc-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adnoc-modal .card {
  width: 450px;
  height: 450px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adnoc-modal .card .img-split {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.adnoc-modal .card .img-split .divider {
  width: 1px;
  height: 100%;
  background: #d9d9d9;
}

.adnoc-modal .card .img-split img {
  width: 45%;
  height: auto;
}

.adnoc-modal .card .approved {
  height: 22px;
}

.adnoc-modal .card div {
  padding: 10px;
  text-align: center;
}

.adnoc-modal .card h2 {
  font-size: 1em;
  margin-bottom: 10px;
}

.adnoc-modal .card p {
  font-size: 0.8em;
}

.adnoc-modal .card button {
  background: linear-gradient(to right, #ee5a36, #ff8c27);
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1em;
}

/* @keyframes wiggle {
  10% { transform: scale(1); }
  50% { transform: scale(0.9); }
  100% { transform: scale(1); }
} */

/* .adnoc-modal .img-split {
  position: absolute;
  width: 450px;
  height: 40px;
  top: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 500;
  opacity: 0.8;
  padding: 0px 16px;
} */

/* .adnoc-modal .img-split img {
  width: 22%;
  height: 100%;
  animation: wiggle 3s ease infinite;
  animation-fill-mode: both;
} */

.adnoc-modal .card .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  cursor: pointer;
  color: gray;
}

/* adnoc styles  */
