/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


@font-face {
  font-family: "Metropolis-SemiBold";
  src: url("../fonts/Metropolis-SemiBold.ttf.woff") format("woff"),
    url("../fonts/Metropolis-SemiBold.ttf.svg#Metropolis-SemiBold")
      format("svg"),
    url("../fonts/Metropolis-SemiBold.ttf.eot"),
    url("../fonts/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.moreless-button
{
	display : none;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* html {
  scroll-behavior: smooth;
} */

@font-face {
  font-family: Gilroy-Light;
  src: url(../fonts/Gilroy-Light.otf);
}

@font-face {
  font-family: Gilroy-ExtraBold;
  src: url(../fonts/Gilroy-ExtraBold.otf);
}

p {
}

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
  overflow-x: hidden !important;
}

a {
  color: #ba141a;
  text-decoration: none;
}

a:hover {
  color: #ff724a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Raleway", sans-serif; */
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ba141a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff6a40;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ba141a;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  #projects-slider .carousel .current-image a {
    height: 300px !important;
  }
  .moreless-button
{
	display : block;
}
  #about-slider .header-overlay, #about-slider .banner , .service_bg .banner , #products #hotel-slider .header-overlay , #hotel-slider .banner
  {
      height: 70vh !important;
  }
  .eqmt 
  {
          font-size: 43px !important;
  }
  .moretext_home
  {
  	display:none
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  /* background: rgba(21, 34, 43, 0.85); */
  background: rgb(255 255 255);
  padding: 10px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
  display: block;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
  color: #696969;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 81%;
  height: 1px;
  bottom: -3px;
  left: 1px;
  background-color: #8d2b29;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #696969;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #ba141a;
}

.navbar > ul > li > .getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ba141a;
}
/*
.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}*/

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
/*
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}*/ 

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #b6b7bb;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ba141a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ba141a;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ba141a;
  border: 2px solid #ba141a;
}

#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #ba141a;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #ba141a;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ba141a 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ba141a;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #ba141a;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #ba141a;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #ba141a;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #ba141a;
}

.features .nav-link.active {
  background: #ba141a;
  color: #fff;
  border-color: #ba141a;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ba141a;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  transition: 0.3s;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #3F4042;
}

.services .icon-box .icon-box:hover h4 a {
  color: #ba141a;
}


.cstext h3 {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4B4C4D;
}
.services .icon-box h3 {
  margin-left: 70px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #BA141A;
}

.services .icon-box:hover h4 a {
  color: #ba141a;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  /* background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover; */
  position: relative;
}

/* .testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
} */

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ba141a;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ba141a;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ba141a;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ba141a;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #ba141a;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #ba141a;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #ba141a;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ba141a;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ba141a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff5e31;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #181818;
  background-image: url(../img/ft-bg.png);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#footer .footer-top {
  /* background: #15222b; */
  /* border-bottom: 1px solid #1d303c; */
  padding: 60px 0 30px 0;
  /* background-image: url(../img/ft-bg.png); */
  /* background-repeat: no-repeat; */
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: rgba(255, 255, 255, 0.08); */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ba141a;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ba141a;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ba141a;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ff5e31;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

/* banu construction css farhan */



@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

#header .container {
  background: #fff;
  border-radius: 5px;
  /* padding: 30px; */
  padding: 15px 30px;
}

/* .nav-wrapper {
  width: 300px;
  margin: 100px auto;
  text-align: center;
} */
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  /* padding-bottom: 10px; */
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top: 56px;
  right: -15px;
  display: block;
  background: #fff;
  width: 140px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease;
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
  border: 0px;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-de {
  background: url("../img/gn.png");
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("../img/us.png");
}
.flag-sau {
  background-size: cover;
  background-position: center center;
  background: url("../img/SAUDIA-.png");
}
.flag-chi {
  background-size: cover;
  background-position: center center;
  background: url("../img/CHINA-.png");
}
.flag-tur {
  background-size: cover;
  background-position: center center;
  background: url("../img/TURKEY-.png");
}

.nav-wrapper li span {
  border: 1px solid #ebebeb;
  padding: 7px;
  border-radius: 50%;
}

.grid_sec span i {
  background-color: #6d6e71;
  padding: 6px;
  border-radius: 50%;
}

.left_items ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}
/* ends */

.banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 82%;
}
.banner .content {
  position: relative;
  z-index: 1;
  /* max-width: 50%; */
  margin: 0 auto;
  text-align: center;
}
/* .banner .content h1{
  font-size: 4.5em;
  color: #fff;
}
.banner .content p{
  font-size: 1.7em;
  color: #fff;
} */
/*Button*/
.play_button {
  background-color: transparent;
  border: none;
  /* color: white;
padding: 30px 60px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 40px;
margin: 4px 2px;
cursor: pointer; */
}
.header-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../img/beautiful-view-construction-site-city-during-sunset\ 1.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_sec h6,
.content_sec p {
  font-family: Gilroy-Light !important;
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 31px;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.content_sec p {
  font-family: Gilroy-Light !important;
  font-size: 20px;
}

.content_sec h3 {
  font-family: Gilroy-ExtraBold;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.05em;
  color: #ffffff;
  max-width: 565px;
}

.content_sec .thumbnail {
  background: transparent;
  border: 1px solid #fff;
}

.content_sec .next-btn {
  width: 150px;
}

.content_sec .next-btn:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.content_sec .home-slider-text div {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px) saturate(70%);
  border-radius: 5px;
}

.content_sec .read-more-btn {
  background-color: #ba141a !important;
}

.content_sec {
  padding-top: 130px;
}

.social-menu {
  position: absolute;
  bottom: 10%;
  /* z-index: 99999; */
  left: unset;
  /* right: 3px; */
  z-index: 1;
}  

.scroll-menu {
  position: absolute;
  bottom: 35%;
  z-index: 1;
  right: 9%;
}

/* .navbar .dropdown ul li {
  min-width: 735px;
} */

.navbar .dropdown > ul {
  background: rgb(186, 20, 26, 0.7);;
  /* border-right: 1px solid; */
  border-radius: 14px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3px;
}

.drop_bg_sec h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;

  color: #ffffff;
}

.drop_bg_sec {
  /* padding: 20px 30px; */
  padding: 13px 15px;
}

.navbar .dropdown ul li {
  min-width: 200px;
  border-left: 1px solid;
}

.footer-info img {
  width: 200px;
}

.drop_bg_sec p {
  font-size: 12px;
}

.navbar .dropdown ul {
  left: -430px;
}

.group_companies {
  /* padding: 90px 0; */
  padding: 90px 0 20px 0;
  overflow: hidden;
}

.group_companies h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #545559;
}

.group_companies h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #ba141a;
  text-align: center;
}

/* slider csss */

#main .swiper-container-home {
  height: 100vh;
  overflow-y: hidden;
}
#main .swiper-container-home #main .swiper-slide-home {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
#main .swiper-container-home #main .swiper-slide-home::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent linear-gradient(63deg, #080808 0%, #5a5a5a 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.75;
  z-index: 1;
  position: absolute;
}
#main .swiper-container-home #main .swiper-slide-home .slider-inner {
  z-index: 1000;
}
#main .swiper-container-home #main .swiper-slide-home .slider-inner p {
  color: #fff;
  line-height: 26px;
  margin-bottom: 35px;
}
#main .swiper-container-home #main .swiper-slide-home #main .slider-inner h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
}
#main .swiper-container-home #main .swiper-slide-home .slider-inner .gold {
  position: relative;
  top: -27px;
  width: 40px;
  height: 5px;
  background: transparent linear-gradient(90deg, #fdec9e 0%, #ca9133 100%) 0% 0%
    no-repeat padding-box;
}
#main.swiper-container-home
  .swiper-slide-home
  .slider-inner
  .slider-text-wrapper {
  overflow: hidden;
}
.home-slider-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.home-slider-navigation span {
  color: #959595;
  min-height: 80px;
  min-width: 110px;
}
.home-slider-navigation .nav-point {
  border-top: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.home-slider-navigation .nav-point:last-of-type {
  border-bottom: 1px solid #dedede;
}
.home-slider-navigation .nav-point.active {
  color: #fff;
}
.home-slider-navigation .nav-point.active:before {
  transition: 0.5s;
  height: 100%;
}
.home-slider-navigation .nav-point:before {
  transition: 0.3s;
  content: "";
  top: 0px;
  left: 0px;
  width: 6px;
  max-height: 100%;
  height: 0px;
  position: absolute;
  background: transparent linear-gradient(90deg, #fdec9e 0%, #ca9133 100%) 0% 0%
    no-repeat padding-box;
}
.home-slider-navigation .nav-point:hover {
  color: #fff;
}
.home-slider__toContent {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 25px;
  right: 40px;
  z-index: 100;
  transform: rotate(90deg);
  margin-top: -40px;
  cursor: pointer;
}
.home-slider__toContent:hover::before {
  transition: 0.3s ease-in;
  opacity: 1;
  transform: translateX(0px);
}
.home-slider__toContent .makeItRel {
  width: 40px;
  height: 40px;
  position: relative;
}
.home-slider__toContent:before {
  transition: 0.3s ease-out;
  content: "To Services";
  position: absolute;
  right: 15px;
  top: 4px;
  color: #dedede;
  line-height: 19px;
  font-size: 12px;
  transform: translateX(-8px);
  opacity: 0;
  pointer-events: none;
}
.home-slider__toContent svg {
  width: 30px;
  height: 30px;
}
.home-slider__toSlide {
  width: 40px;
  height: 40px;
  position: sticky;
  opacity: 0;
  bottom: 30px;
  left: 16px;
  margin-top: -40px;
  margin-left: -35px;
  transform: rotate(-90deg);
  cursor: pointer;
}
.home-slider__toSlide:hover::before {
  transition: 0.3s ease-in;
  opacity: 1;
  transform: translateX(0px);
}
.home-slider__toSlide .makeItRel {
  width: 40px;
  height: 40px;
  position: relative;
  top: -30px;
}
.home-slider__toSlide:before {
  transition: 0.3s ease-out;
  content: "To Slider";
  position: absolute;
  right: 25px;
  top: -25px;
  color: #070707;
  font-size: 12px;
  transform: translateX(-10px);
  opacity: 0;
  pointer-events: none;
}
.home-slider__toSlide svg {
  width: 30px;
  height: 30px;
}

.slider_sec a {
  background: #6d6e71;
  border-radius: 5px;
  border: 1px #6d6e71;
  color: #fff;
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 28px;
  text-transform: capitalize;
  /* identical to box height, or 175% */
}

.social-menu li > a > svg:hover path {
  fill: #ba141a;
}

.slider_sec a:hover {
  background: #ba141a;
}

.slider_sec a.active {
  background: #ba141a;
  border-radius: 5px;
  border: 1px #ba141a;
  color: #fff;
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 28px;
  border-radius: 4px;
  /* identical to box height, or 175% */
}

.slider_sec h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  max-width: 200px;
  text-transform: uppercase;
  height: 34px;
}

.slider_sec {
  padding: 23px;
  background: #fcfcfc;
  border: 0.5px solid #d7d4d4;
  border-radius: 24px;
  position: relative;
  top: 70px;
  z-index: 1;
}

.slider_sec .swiper-button-next {
  right: 40px;
  left: auto;
  top: -4rem;
}

.slider_sec .swiper-button-prev {
  right: auto;
  left: 40px;
  top: -4rem;
}

.slider_sec .swiper-button-next:after {
  font-family: unset;
  font-size: 15px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background-color: #ba141a;
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase !important;
  border-radius: 40px;
}

.slider_sec .swiper-button-prev:after {
  font-family: unset;
  font-size: 15px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background-color: white;
  padding: 10px 40px;
  color: #000;
  text-transform: uppercase !important;
  border-radius: 40px;
  border: 1px solid #6d6e71;
}

.gallery_sec .bottom-left {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.slider_sec {
  width: 90%;
  margin: 0 auto;
}

.gallery_sec .bottom-left button {
  background: #ba141a;
  border-radius: 5px;
  border: 1px #ba141a;
  color: #fff;
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 28px;
  border-radius: 4px;
  text-transform: capitalize;
}

/* .play-icon {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  cursor: pointer;
  z-index: 999;
}

.play_text{
  position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  
} */



/* service page css farhan */
/* service section css */
.service_bg .banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_bg .banner img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service_bg .gradinet_bg {
  background: rgba(186, 20, 26, 0.61);
  border-left: 0;
  backdrop-filter: blur(10px);
  padding: 24px 40px;
  border-radius: 5px;
}


/* .service_bg .carousel-indicators .active {

  background: #BA141A !important;

} */

.service_bg .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* background-color: #FFFFFF; */
  background-color: #ce5d33;
}
.service_bg .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 100px;
  left: 7%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: start;
}
.service_bg  .carousel {
  position: relative;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
/* .content_sec {
    padding-top: 81px;
    position: absolute !important;
    width: 85%;
    top: 40%;
    right: 12%;
} */

.service_bg .content_sec h3{
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    text-transform: uppercase;
}

.gradinet_bg{
  background: rgba(186, 20, 26, 0.61);
border-left: 2px solid #BA141A;
backdrop-filter: blur(10px);
padding: 24px 40px;
border-radius: 5px;
}

.gradinet_bg button , .gradinet_bg a {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Gilroy-ExtraBold;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 28px;
  color: #BA141A;
  border: 1px solid #BA141A;
}

.gradinet_bg button:hover, .gradinet_bg a:hover{
  background: #645953;
  transition: .5s ease;
  border: 1px solid #645953;
}


.engg_dept {
  padding: 50px 0px;
}

.enggtext h6 {
  font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 36px;
color: gray;
}

.enggtext h4{
  font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 25px;
line-height: 35px;
text-transform: uppercase;
/* 6 */
color: #5D5D5F;
}

.enggtext h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-transform: uppercase;
  color: #BA141A;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
}

.services .icon-box {
  margin-bottom: 0;
  padding: 20px 20px 0px 25px;
  border-radius: 6px;
  background: #fff;
}


.container_overly {
  position: relative;
  /* width: 50%; */
}

/* .image {
  display: block;
  width: 100%;
  height: auto;
} */

.contribution_sec .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;

  background: rgba(186, 20, 26, 0.91);
}

.container_overly:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




.text button{
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 31px;
  color: #BA141A;
  border: 1px solid #fff;
  background: #FFFFFF;
  border-radius: 5px;

}

.box_sec {
  padding: 20px;

border: 1px solid #D2D2D2;
}

.box_cntnt h6 >a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #7E7E7E;
}

.box_cntnt h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #BA141A;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-link {
  color: #6D6E71;
  background: #F7F6F6;
}

.page-item:not(:first-child)  {
  margin-left: 14px;
  background: #F7F6F6;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #6D6E71;
}

.container_certificate {
  position: relative;
  width: 100%;
  /* max-width: 300px; */
}

.category_text a {
  color: #fff;
  text-align: center;
}

.category_text  {
  color: #fff;
  background: #BA141A;
  border-radius: 10px;
  padding: 18px;
  /* text-align: center; */
}


/* .image {
  display: block;
  width: 100%;
  height: auto;
} */

.pec_section .overlay {
  position: absolute; 
  bottom: 0; 
  background: #231F20; /* Black see-through */
  /* color: #f1f1f1;  */
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}

.container_certificate:hover .overlay {
  opacity: 1;
}

.box_sec img {
  width: 100%;
}

.pe_bg {
  background-color: #BA141A;
  padding: 20px 40px 90px 40px;
}

.plant_equip img {
  position: relative;
  left: 70px;
  top: 18%;
}
.pe_bg h4{
  font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 35px;
/* line-height: 0%; */
/* or 0px */
letter-spacing: 0.03em;
text-transform: uppercase;

color: #FFFFFF;
}

.eqmt {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 80%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container_certificate img{
  width: 100%;
}
/* service css  ends */


/* service page ends */

/* salmans css */
.custom-container {
  padding: 0 2%;
}

:root {
  --main-title-color: #545559;
  --sub-title-color: #808080;
  --card-title-color: #2f2f2f;
  --social-box-bg: #6d6e71;
  --contact-form-bg: #f4f4f4;
  --contact-form-title-bg: #ba141a;
  --contact-form-placeholder-color: #9b9c9e;
}

#our-products .prod-title h2 {
  color: var(--main-title-color);
  font-weight: 900 !important;
}

#our-products .prod-title p {
  color: var(--sub-title-color);
  max-width: 560px;
  margin: 0 auto;
}

#our-products .card-text h5 {
  color: var(--card-title-color);
  font-weight: bold;
  max-width: 300px;
}
#our-products .card-text p {
  color: var(--sub-title-color);
}

/* contact-section */
#contact-section .social-box {
  background-color: var(--social-box-bg);
  height: 400px;
}

#contact-section .contact-title {
  color: var(--main-title-color);
}

#contact-section .contact-form {
  background-color: var(--contact-form-bg);
}

#contact-section .form-title {
  background-color: var(--contact-form-title-bg);
}

#contact-section .contact-form input::placeholder,
#contact-section .contact-form textarea::placeholder,
#contact-section .contact-form .form-select {
  color: var(--contact-form-placeholder-color);
}

/* projects slider */

#projects-slider .projects-title {
  color: var(--main-title-color);
}

/**
  Setup for code demo only
*/
:root {
  --current-image-height: 500px;
  --thumbnails-track-height: 150px;
  --thumbnail-width: 300px;
}

/** Current image */
#projects-slider .carousel .current-image {
  margin-bottom: 1px;
}

#projects-slider .carousel .current-image a {
  display: block;
  height: var(--current-image-height);
  overflow: hidden;
  position: relative;
  cursor: default;
}

#projects-slider .carousel .current-image a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: box-shadow 0.1s linear;
}

#projects-slider .carousel .current-image a:focus {
  outline: 0;
}

#projects-slider .carousel .current-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/** Previous and next buttons */
#projects-slider .carousel .button {
  background: none;
  border: 0;
  cursor: pointer;
  background-color: #001833 !important;
  font-size: 30px;
  color: #fff;

  padding: 0;
  margin: 0 1px;
  flex: 0 0 50px;

  transition: all 0.2s linear;
  height: var(--thumbnails-track-height);
}

#projects-slider .carousel .button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}

#projects-slider .carousel .button:focus {
  outline: none;
  background-color: #231f20 !important;
  color: rgba(255, 255, 255, 1);
}

#projects-slider .carousel .button[aria-disabled="true"] {
  /* opacity: .3; */
  background-color: #231f20;
  color: rgba(255, 255, 255, 1);
}

/**
    Thumbnails container
  */
#projects-slider .carousel .thumbnails-track {
  display: flex;
  margin-top: 10px;
}

#projects-slider .carousel .thumbnails {
  overflow: hidden;
}

#projects-slider .carousel .slick-track {
  display: flex;
}

/** Single thumbnail */
#projects-slider .carousel .thumbnail {
  flex: 0 0 var(--thumbnail-width);
  margin: 0 3px;
  position: relative;
}

#projects-slider .carousel .thumbnail-button {
  display: block;
  padding: 0;
  height: var(--thumbnails-track-height);
  width: 100%;
  cursor: default;
  border: 0;
  background: none;
  transition: opacity 0.1s linear;
}

#projects-slider .carousel .thumbnail-button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: box-shadow 0.1s linear;
}

#projects-slider .carousel .thumbnail-button:focus {
  outline: 0;
}

#projects-slider .overlay h2 {
  font-size: 19px !important;
  font-family: "Metropolis-SemiBold";
  font-style: normal;
}
#projects-slider .overlay i {
  font-size: 19px;
  padding-top: 16px;
  margin-right: 13px;
}

@media (max-width: 768px) {
  #projects-slider .overlay h2 {
    font-size: 12px !important;
    padding-top: 0.5rem !important;
  }
  #projects-slider .overlay i {
    font-size: 12px !important;
    margin-right: 6px;
    padding-top: 0.5rem;
  }
  .slider_sec button.active {
  }
}

/* core-strengths */
.core-strengths {
  background-color: #000;
}

#core-strengths .core-slider .card:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  transition: 0.5s ease;
}

#core-strengths .core-slider .slick-next.slick-arrow {
  position: absolute;
  right: 50px;
  top: -45px;
  left: auto;
}

#core-strengths .core-slider .slick-prev.slick-arrow {
  position: absolute;
  right: 80px;
  top: -45px;
  left: auto;
}

.current-image p {
  max-width: 700px;
}

.card {
  cursor: pointer;
}

.core-strengths h2 {
  max-width: 300px;
}

.core-strengths h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: #b0b2be;
}

.core-strengths {
  position: relative;
}

.core-strengths p {
  max-width: 495px;
}

.slick-prev:before {
  content: "" !important;
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
  background-image: url(../img/arrow2.png);
  width: 40px;
  display: block;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next::before {
  margin-left: 20px;
  content: "" !important;
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
  background-image: url(../img/rightarr.png);
  width: 40px;
  display: block;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1 !important;
}

#contact-section,
#our-products {
  padding: 30px 0px 70px 0px;
}

textarea.form-control {
  min-height: calc(1.5em + 5.75rem + calc(var(--bs-border-width) * 2));
}
/* ends */

#projects-slider .carousel .slick-track {
  display: block;
}

.svg_social_icons > a > svg:hover path {
  fill: #ba141a;
  transition: 0.5s ease;
}
/* 
body{
  background-image: url(../img/Home.png);
  background-repeat: no-repeat;
  background-position: center;
} */

.lastchild_boredr li:last-child {
  border: none;
}


/* conc page farhan csss */

#pre_engg .service_bg .banner img , #concrete_produts  .service_bg .banner img , #service_page  .service_bg .banner img{
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.red{
  color: #BA141A;
}

#concrete_produts .plant_equip img {
  position: relative;
  /* left: 200px; */
  top: 18%;
}

#pre_engg .service_bg .content_sec h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 64px;
  text-transform: unset;
}

#pre_engg .plant_equip img {
  /* position: relative;
  left: 190px;
  top: 20%; */
  Position: relative;
    left: 70px;
    top: 13%;
}
/* edns */

/* contact page css salmans */
#contact_sec .service_bg .content_sec h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 60px;
  text-transform: capitalize;
}


#contact_sec .gradinet_bg a{
  font-family: Gilroy-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #BA141A;
    border: 1px solid #BA141A;
    background: #FFFFFF;
}



/* CONTACT US */
#contact-city .pointer_info.active {
    background-color: var(--contact-form-title-bg);
    padding: 15px 10px 0px 10px;
}

#contact-city .pointer_info  {
    background-color: var(--social-box-bg);
    padding: 15px 10px 0px 10px;
}

#contact-form .contact-title {
    color: var(--contact-title) !important;
}

#contact-form .contact-text {
    color: var(--contact-text) !important
}

#contact-form .contact-office {
    color: var(--main-title-color) !important
}

#contact-form .contact-address {
    color: #000 !important;
    font-size: 20px;
}

#contact-form .contact-address span {
    color: var(--contact-form-title-bg) !important
}

#contact-form .contact-hrs {
    color: var(--contact-hrs) !important;
}

#contact-form .contact-hrs span {
    color: var(--contact-text) !important;
}

#contact-form .social-icons .fb svg:hover path,
#contact-form .social-icons .twt svg:hover path,
#contact-form .social-icons .insta svg:hover path,
#contact-form .social-icons .linkedin svg:hover path {
    fill: var(--contact-form-title-bg)
}

#contact-form .form-bg {
    background-color: var(--form-bg);
}

#contact-form .submit-btn {
    background-color: var(--contact-form-title-bg) !important;
}

#contact-form .form-bg h2 {
    color: var(--contact-title) !important
}

#contact-form .form-bg p {
    color: var(--contact-form-title-bg) !important
}

.conatct_img img {
  width: 600px;
    margin: 0 auto;
    display: flex;
}


.responsive-map{
  overflow: hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }




/*  */

/* salman carrer page css */

:root {
  --main-title-color: #545559;
  --sub-title-color: #808080;
  --card-title-color: #2F2F2F;
  --social-box-bg: #6D6E71;
  --contact-form-bg: #F4F4F4;
  --contact-form-title-bg: #BA141A;
  --contact-form-placeholder-color: #9B9C9E;
  --contact-title: #1C2129;
  --contact-text: #6A6A6A;
  --contact-hrs: #1B2129;
  --form-bg: #F9F9F9;
  --benefit-text: #001833;
  --benefit-main-title: #231F20;
  --small-text: #D4D4D4;
}


/* Career  */
#career-benefit .img-wrapper {
  width: 74px;
  height: 74px;
  background-color: var(--contact-form-title-bg);
}

#career-benefit .img-wrapper1 {
  width: 74px;
  height: 74px;
  background-color: var(--social-box-bg);
}

#career-benefit .benefit-title {
  color: var(--contact-form-title-bg) !important;
  font-size: 18px !important;
}

#career-benefit .benefit-text {
  color: var(--benefit-text) !important;
  font-size: 14px !important;
}

#career-benefit .benefit-subtitle {
  color: var(--benefit-text) !important;
  font-size: 18px !important;
}

#career-benefit .benefit-main-title {
  color: var(--benefit-main-title) !important;
  font-size: 36px !important;
}

#career-openings .career-title {
  color: var(--benefit-main-title) !important;
}

#career-openings .nav .nav-item button.active {
  background-color: transparent;
  color: var(--contact-form-title-bg) !important;
}

#career-openings .nav .nav-item button {
  background-color: transparent;
  color: var(--benefit-text) !important;
}

#career-openings .accordion-button:not(.collapsed)::after,
#career-openings .accordion-button::after {
  background-image: unset !important;
}

#career-openings .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: unset !important;
}

#career-openings .accordion-button:focus {
  box-shadow: unset !important;
}

#career-openings .form-select {
  background-image: url('../img/arrowdown.svg');
  background-size: 15px;
}

#career-openings .career-btn {
  background-color: var(--contact-form-title-bg) !important;
}

#career-openings .accordion-button h5 {
  color: var(--benefit-text) !important;
  font-weight: 600;
}

#career-openings .accordion-button span {
  color: var(--benefit-text) !important;
  font-weight: 600;
  font-size: 20px;
}

#career-openings .accordion-button .small-text {
  color: var(--small-text) !important;
  font-weight: 600;
  font-size: 16px;
}

#career-openings .form-label {
  color: var(--social-box-bg) !important;
  font-weight: 500;
}

@media (max-width: 600px) {

  #career-openings .career-btn {
      width: 100% !important;
  }
}

#career-newsletter > .container {
  background-color: var(--contact-form-title-bg);
  border-radius: 10px; 
}

#career-newsletter .form-control {
  height: 70px;
  font-size: 18px;
  box-shadow: none;
  border: none;
}

#career-newsletter .form-control:focus {
  box-shadow: none;
  border: none;
}

#career-newsletter .search button {
  top: 10px;
  width: 130px;
  height: 50px;
  right: 10px;
  font-size: 17px;
  background-color: var(--contact-form-title-bg);
}

#carrer_page .service_bg .content_sec h3{
  font-family: Gilroy-Light;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.modal-dialog {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}



/* -----------------------------------------------10 June 2024------------------------------------------- */
/* -----------------------------------------SALMAN's CSS EDITS START------------------------------------- */

/* --------------------------------------------ABOUT PAGE--------------------------------------------------*/
/* About Slider */


#about-slider .social-menu {
  position: absolute;
  top: 75%;
  left: 2.5%;
  /* right: 3px; */
  z-index: 1;
}
#about-slider .header-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../img/about-us-banner.png') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about-slider .header-overlay,
#about-slider .banner {
  height: 100vh;
}

#about-slider .banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about-intro .overlay-bgcolor1,
#goc-section .overlay-bgcolor1 {
  background-color: #BA141A;
}

#goc-section .card {
  
  padding: 104px 0px;
  margin-bottom: 40px;
  height: auto !important;
}


.goc_head h3 {
  max-width: 200px;
}
.gray{
  color: #6D6E71;
}
#about-intro .overlay-bgcolor2 {
  background-color: #000;
}

#goc-section .card-altcolor {
  background-color: #6D6E71;
}

#about-vision .var-color {
  color: #BA141A;
  font-weight: 300;
  max-width: 500px;
  font-size: 40px;
}


#about-ceo .meet-btn {
  background-color: #BA141A;
}

#about-ceo .social-icons {
  position: absolute;
  top: 6%;
  left: 8%;
}

#about-directors {
  background-color: #BA141A;
  background-image: url('../img/Layer_1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

/* --------------------------------------------ABOUT PAGE--------------------------------------------------*/

/* --------------------------------------------HOTEL PAGE--------------------------------------------------*/
.video-cards h2 {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #231F20;
    max-width: 265px;
    margin: 0 auto;
}

#download-app h2{
  max-width: 346px;
}

#hotel-projects h4 {
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
/* identical to box height, or 133% */

letter-spacing: -0.96px;
}


#hotel-projects h2{
  font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 45.71px;
    line-height: 49px;
    letter-spacing: -4.10853px;
    color: #1C2129;
}


/* hotel hero */
#hotel-slider .header-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../img/hotelherobg.png') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hotel-slider .header-overlay,
#hotel-slider .banner {
  height: 100vh;
}

#hotel-slider .banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hotel-slider .content_sec .home-slider-text div {
  background: rgba(186, 20, 26, 0.61);
  backdrop-filter: blur(4px) saturate(70%);
  border: 0;
  border-radius: 5px;
}

#hotel-slider .content_sec .read-more-btn {
  background-color: #fff !important;
  color: #BA141A;
  text-transform: uppercase;
  font-weight: 800;
}

#hotel-projects .read-more-btn {
  background-color: #231F20 !important;
  border: 0
}

#hotel-projects .read-more-btn:hover {
  background-color: #BA141A !important;
  border: 0
}

#hotel-projects .main-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -2.11838px;
  color: #231F20;
  max-width: 400px;
  margin: 0 auto;
}

#hotel-projects .subs-btn {
  background-color: #BA141A !important;
}

#download-app {
  background-color: #151515;
}

#download-app .mobilebg {
  background-image: url('../img/banner-mobilebg.png');
  background-size: 250px;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #download-app .mobilebg {
    background-size: 150px;
  }

  #download-app button img {
    width: 160px;
  }
}

@media (max-width: 600px) {
  #download-app .mobilebg {
    background-size: 250px;
  }

  #download-app button img {
    width: 180px;
  }
}

@media (max-width: 320px) {
  #download-app .mobilebg {
    background-size: 200px;
  }
}

#video-cards .play-btn {
  width: 94px;
  height: 94px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

#video-cards .play-btncon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#video-cards .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video-cards .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(153 50 41);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video-cards .play-btn:hover::after {
  border-left: 15px solid #ba141a;
  transform: scale(20);
}

#video-cards .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* --------------------------------------------HOTEL PAGE ENDS--------------------------------------------------*/




/*-------------------------------------------CLIENTS PAGE STARTS--------------------------------------------------*/



/* clients hero */
#clients-slider .header-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../img/clientsherobg.png') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#clients-slider .header-overlay,
#clients-slider .banner {
  height: 100vh;
}

#clients-slider .banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#clients-slider .content_sec .home-slider-text div {
  background: rgba(186, 20, 26, 0.61);
  backdrop-filter: blur(10px) saturate(70%);
  border: 0;
  border-radius: 5px;
}

#clients-slider .content_sec .read-more-btn {
  background-color: #fff !important;
  color: #BA141A;
  text-transform: uppercase;
  font-weight: 800;
}

#companies-sec .icon-box {
  background-color: #BA141A;
}

#companies-sec .card {
  color: #6D6E71;
}

#companies-sec .card:hover {
  background-color: #BA141A;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

#companies-sec .card:hover .icon-box {
  background-color: #fff;
  color: #BA141A;
}

#companies-sec .card:hover svg path {
  background-color: #fff;
  fill: #BA141A;
}

@media (max-width: 768px) {
  #companies-sec .companies-seclogo {
    width: 300px;
  }
}

@media (max-width: 600px) {
  #companies-sec .companies-seclogo {
    width: 200px;
  }
}


#companies-sec span.text-uppercase {
  max-width: 210px;
}

/*-------------------------------------------CLIENTS PAGE ENDS--------------------------------------------------*/


/*----------------------------------------- SALMAN's CSS EDITS END---------------------------------------- */



/*farhan media  Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  #contact-city .flex-column {
    flex-direction: row !important;
}

.service_category {
  padding-top: 0px;
}
  .category_text  svg {
width: 27px;
  }
  #pre_engg .plant_equip img  ,  #service_page .plant_equip img , #concrete_produts .plant_equip img{
    position: relative;
    left: 0;
    top: 0;
}
.conatct_img img {
  display: none;
}

  #hotel-projects .main-title {
    font-family: 'Inter';
    font-style: normal;
  
    font-size: 24px;
    line-height: 30px;
    text-align: center;

    max-width: 224px;
    
}

#hotel-projects h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.10853px;
  color: #1C2129;
  text-align: center;
}


.content_sec  .btn-wrap{
  margin-top: 30px;
}

#about-intro  , #about-vision{
  padding-bottom: 0;
}

#goc-section{
  padding: 0;
}

#goc-section .card {
 
  margin-bottom: 10px;

}

#about-vision .var-color {
  max-width: 250px;
  font-size: 26px;
  line-height: 30px;
  margin-top: 20px;
}


#about-intro .overlay-bgcolor1 , #about-intro .overlay-bgcolor2 {
  /* background-color: #BA141A; */
  text-align: center;
}

#about-slider     .content_sec h3 {
  font-size: 32px !important;
  line-height: 41px;
  max-width: 310px;
}


.video-cards img {
  width: 100%;
}

  #hotel-projects img {
    width: 100%;
  }

  #contact_sec .service_bg .banner , #carrer_page .service_bg .banner{
    height: 70vh;
  }

  #carrer_page .service_bg .banner img, #contact_sec .service_bg .banner img {
    height: 70%;
}
/* sldier css new pages */
#pre_engg .service_bg .content_sec h3 , #concrete_produts .service_bg .content_sec h3 {
  
  font-size: 29px !important;
  line-height: 50px;
  text-transform: unset;
}

#pre_engg .carousel-inner , #concrete_produts .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible;
}

#pre_engg .service_bg .carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 30px;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}

#pre_engg .service_bg .banner img  , #concrete_produts .service_bg .banner img , #service_page .service_bg .banner img{
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
}

#pre_engg .service_bg .banner , #concrete_produts .service_bg .banner  {
  height: 70vh;}

/* ends */


  body {
    overflow-x: hidden !important;
  }

  .left_items ul {
    padding-left: 0;
  }

  #projects-slider .carousel .slick-track {
    display: block;
  }
  .content_sec h3 {
    font-size: 25px !important;
    line-height: 28px;

    max-width: 310px;
  }
  .content_sec h6
  {
  	display : none
  }
  .content_sec p {
    font-family: Gilroy-Light !important;
    font-size: 18px;
    line-height: 14px;
  }

  .content_sec {
    padding-top: 80px;
    text-align: -webkit-center;
  }
  .banner .content {
    position: relative;
    top: 30px;
  }

  .group_companies h5 {
    font-size: 36px;
    line-height: 47px;
  }
  .group_companies {
    padding: 50px 0 20px 0;
  }

  .group_companies h6 {
    font-size: 19px;
    line-height: 54px;
    color: #ba141a;
    text-align: center;
  }

  .gallery_sec .fisrt_img {
    margin-top: 74px;
  }
  .slider_sec button {
  }
  .thumbnails_home {
    display: none !important;
  }
  #home_page .content_sec .home-slider-text div {
    position: absolute;
    top: 160px;
    backdrop-filter: none;
  }
  
  
  #about-slider .content_sec .home-slider-text div h2
  {
  	    padding-top: 0px !important;
  }
  .service_bg .gradinet_bg
  {
  	padding: 8px 40px;
  }
  #carrer_page .service_bg .content_sec h3
  {
  	line-height: 35px !important;
  }
  .enggtext h3
  {
  	font-size: 31px !important;
  }
  
  #home_page
  {
  	    align-items: flex-start !important;
  }
  #hotel-slider .header-overlay
  {
  	    height: 72vh !important;
  }
  #core-strengths .core-slider .slick-prev.slick-arrow {
    right: auto;
    top: 54%;
    left: auto;
    z-index: 9;
  }

  #core-strengths .core-slider .slick-next.slick-arrow {
    right: 34px;
    top: 54%;
    left: unset;
    z-index: 9;
  }
  .core-strengths .slick-slider {
    margin-bottom: 0;
  }
  #contact-section,
  #our-products {
    padding: 40px 0px;
    margin-bottom: 10px;
  }

  #contact-section span {
    font-size: 14px !important;
  }

  #header .container {
    padding: 15px 20px;
  }

  .navbar .dropdown > ul {
    margin-top: 10px;
  }

  .navbar-mobile .dropdown ul {
    margin: 0;
    overflow-x: scroll;
    max-height: 300px;
  }

  #header .list-inline-item {
    display: block;
  }

  .header-overlay,
  .banner {
    height: 70vh;
  }
  .social-menu,
  .scroll-menu {
    display: none;
  }
  .video_section video
  {
  	    height: 237px !important;
  	    margin-bottom: 20px;
  }
  #contact-section .contact-title br
  {
  	display: none;
  }
  .banner video {
    height: 80%;
  }
  
  .read_more_first .more-text-first{
        display: none;
    }

  #header .logo img {
    width: 136px;
    margin-right: 68px;
  }

  #footer .footer-top .footer-links ul a {
    max-width: 300px;
  }
}

.slider_change_image {
  border-radius: 20px;
}
.contact-form .error {
  color: red;
  width: 100%;
}

#ourproducts .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}

#teammembers .slick-slide {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}

#ourproducts.slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}

#ourproducts .slick-center {
  transform: scale(1.1);
}
html {
  scroll-behavior: smooth;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #ba141a;
  border-color: #ba141a;
}

.testimonial-item {
  cursor: pointer;
}
.overlay_box_gallery {
  background: rgba(152, 47, 38, 0.9);
  display: flex;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

 @media screen and (min-width: 1500px) {
  .home_page .container {
    max-width: 100% !important;
  }
  .home_page .img-fluid {
    width: 100%;
  }
} 

@media (max-width: 1400px) {
  #home_page .content_sec h3 {
    font-size: 46px;
  }
  .thumbnails .slick-slider {
    margin-bottom: 0px;
  }
}
#ourproducts .slick-slide img {
  border-radius: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}

/* 768px media queries */
@media (max-width: 768px) {
  .content_sec {
    padding-top: 100px;
  }

  .scroll-menu {
    position: absolute;
    top: 25%;
    z-index: 1;
    right: 0.5%;
  }

  .scroll-menu svg {
    width: 28px;
  }
  .overlay_box_gallery {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  .content_sec .thumbnail {
    width: 182px !important;
    margin: 0 3px;
    position: relative;
  }

  .scroll-menu {
    position: absolute;
    top: 16%;
    z-index: 1;
    right: 1.25%;
  }

  #header {
    padding: 13px 0;
  }

  .scroll-menu svg {
    width: 28px;
  }

  .social-menu svg {
    width: 25px;
  }

  .content_sec .next-btn {
    width: 100px;
  }

  .next-btn svg {
    width: 60px;
  }

  .btn-wrap svg {
    width: 60px;
  }
  .gallery_sec .bottom-left button {
    display: none;
  }
  #ourproducts .slick-slide img {
    border-radius: 10px;
    padding-bottom: 0px !important;
  }
  #ourproducts .slick-slide h5 {
    font-size: 14px;
  }
  #ourproducts .slick-slider {
    margin-bottom: 0px;
  }
  #ourproducts .slick-slide {
    padding-bottom: 0px;
  }
  .header-overlay {
    background-image: url(../img/banner_overlay_mobile.jpg);
    background-size: conver;
  }
}



/* new product page css */
#products #hotel-slider .header-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/pr.jfif) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#products #hotel-slider .content_sec .read-more-btn {
  background-color: #fff !important;
  color: #BA141A;
  text-transform: capitalize;
  font-weight: 400;
}

#products #hotel-projects h6{
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #BA141A;

}

#products #hotel-projects h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 110%;
  text-align: center;
  color: #6D6E71;

}

#products .nav-tabs .nav-link {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  margin-right: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

#products .nav-link.active {
  padding: 10px 49px;
  background: #BA141A;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

#products #hotel-projects .read-more-btn {
  background-color: transparent !important;
  border: 1px solid #6D6E71;
  border-radius: 3px;
  color: #6D6E71;
}

#products #hotel-projects .read-more-btn:hover{
  background-color: #BA141A !important;
  color: #fff;
  border: 0;
}


/* product detaills css */
#product_details #hotel-slider .header-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/redgutka.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#product_details #hotel-slider .content_sec .read-more-btn {
  background-color: #fff !important;
  color: #BA141A;
  text-transform: capitalize;
  font-weight: 400;
}


#product_details .enggtext  h3{
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    color: #1B2129;
}

#product_details .engg_dept a{
  padding: 10px 89px 10px 88px;
    background: #BA141A;
    border-radius: 4px;
    border: 0;
    width: 100%;
}

#product_details .read-more-btn {
  background-color: transparent !important;
  border: 1px solid #6D6E71;
  border-radius: 3px;
  color: #6D6E71;
}
/* ends */


@media only screen and (max-width: 600px) {
  #products .nav-tabs .nav-link {
    width: 100%;
    margin: 0;
  }
  .first_section .moretext , .second_section .moretext  , .third_section .moretext
  {
  display: none;
}
}

.hotel_images img
{
    
  display: block;
  width: 100%;
  height: auto;

}
.hotel_images
{
    position: relative;
}
.hotel_images .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(186, 20, 26, 0.91);
}

.hotel_images:hover .overlay {
  opacity: 1;
}
.hotel_images .overlay .text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



#download-app .back_red {
  background: rgba(186, 0, 0, 0.7);
  padding: 15px 45px;
}

#download-app h2 {
  max-width: 100%;
}

#download-app {
  background-image: url(../img/hotelbg.png);
  padding: 40px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#concrete_produts .engg_img img , #service_page .engg_img img
{
  height: 450px;
    object-fit: cover;
    width: 100%;
}


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    padding: 10px 25px;
    background: #ffffff;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-right: 10px;

}
.filter-button:hover
{
    
    background: #BA141A;
    border: 1px solid #AAAAAA;
    color: #ffffff;

}
.filter-button.active
{
     background: #BA141A;
    border: 1px solid #AAAAAA;
    color: #ffffff;
}
.btn-default:active .filter-button:active
{
    background-color: #BA141A;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.pointer_info
{
    cursor : pointer;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
        top: 450px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
#load_more_button
{
    padding: 10px 89px 10px 88px;
    background: #BA141A;
    border-color: #BA141A;
}

#robotcarousel img
{
        width: 100%;
    height: 451px;
    object-fit: scale-down;
}

.header-scrolled .logo img
  {
  	    width: 180px;
  }
  .header-scrolled .container {
    padding: 0px 30px !important;
}

.video_section h2
{
	font-family: Gilroy-ExtraBold;
    font-style: normal;
    font-weight: 800;
    color: #ffffff;
}
.video_section p
{
	color: #ffffff;
}
.video_section
{
	    background: #ba141a;
}
.contact_bg .banner
{
	background: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    height: 65vh;
        background-size: cover;
}
/* ends */