/*----GANERAL----*/

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Manrope:wght@200..800&display=swap');

@font-face {
  font-family: Stinger;
  src: url(../font/StingerFitTrial-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Stinger-light;
  src: url(../font/StingerFitTrial-Light.ttf);
  font-display: swap;
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

.manrope {
  font-family: "Manrope", sans-serif;
}

.bricolage-grotesque {
  font-family: "Bricolage Grotesque", sans-serif;
}


body {
  font-family: "Manrope", sans-serif !important;
}


.h-100 {
  height: 100%;
}

.text-theme {
  color: #db1630;
}

p {
    font-size: 16px;
    font-weight: 300;
}

.text-theme{
    color: #db1630 !important;
}

a {
  text-decoration: none !important;
}

.sub-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-head {
  font-weight: bold;
  font-size: 40px;
}

.w-99 {
  width: 99% !important;
}

.w-98 {
  width: 98% !important;
}

.d-padding {
  padding-block: 80px;
}

.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 100;
}

.website-quick-links a {
  background: #db1630;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: rgb(0 0 0 / 18%) 0px 8px 24px;
}

.website-quick-links a i {
  color: #ffffff;
  font-size: 22px;
}

.quote-form .form-group .form-control {
  padding-block: 20px;
  font-size: 15px;
}

.quote-form .form-group {
  padding: 0;
}

.quote-form .form-group .form-select {
  padding-block: 8px;
  font-size: 15px;
}

.quote-form .modal-content {
  padding: 25px !important;
}

.quote-form .button-div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
      position: absolute;
    right: 5%;
    top: 2%;
}

.quote-form .button-div button:hover {
  background-color: none !important;
  border-color: none !important;
}

.quote-form .submit-button {
  background: #db1630;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: auto;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background: red !important;
    border: none !important;
}

.quote-form .submit-button:hover {
  background: #db1630;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: auto;
}

/*-------------------------------------------------------------*/
.navbar .sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #F3EDDF;
  overflow-x: hidden;
  transition: 0.5s;
}

.navbar .sideMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 60px;
  margin-top: 25px;
}

.navbar #contentArea {
  transition: margin-left 0.5s;
  padding: 0;
}

.navbar .sideMenu ul li a {
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.sideMenu .nav-by p {
  font-size: 13px !important;
  margin-bottom: 0;
  text-align: center;
}

.sideMenu .nav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 15px;
}

.sideMenu .nav-social a {
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar-social {
  position: absolute;
  bottom: 20px;
}

.side-menu-logo {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 5px;
}

/*-------------------------------------------------------------*/




.fixed-top {
  position: fixed;
  top: 30px !important;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: 0.3s ease-in-out !important;
}

.navbar-active {
  background: #000000 !important;
  top: 0px !important;
  transition: 0.3s ease-in-out !important;
}

.navbar-brand {
  width: 190px;
}

.nav-link {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #000 !important;
}

.navbar-nav {
  background: #fff;
  padding: 8px 10px 10px 10px;
  border-radius: 30px;
  padding-left: 10px !important;
}

.nav-contact a {
  background: #db1630;
  border-radius: 30px;
  color: #fff;
  padding: 10px 15px;
  FONT-SIZE: 13PX;
    FONT-WEIGHT: BOLD;
}



.banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
  position: absolute;
}

.banner-section .container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.banner-head-div {
  color: #fff;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: end;
}

.banner-head-div h1 {
  color: #fff;
  font-family: Stinger;
  font-size: 65px;
}

.banner-head-div p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 300;
}

.banner-main-right {
  display: flex;
  justify-content: end;
}

.banner-head-div a {
  background: #db1630;
  color: #fff;
  padding: 7px 14px;
  width: fit-content;
  font-size: 16px;
}

.banner-head-div a img {
  width: 18px;
  margin-left: 5px;
}

.banner-right {
  background: #db1630;
  padding: 25px;
  height: 490px;
  width: 83%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-right img {
  width: 17%;
  filter: brightness(0) invert(1);
}

.banner-right p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}


/*-------------------------------------------------------------*/

.about-head {
  width: 85%;
}

.about-para {
  width: 70%;
  margin-left: auto;
}

.about-para p {
  font-size: 17px;
}


.about-para a {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #db1630;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

.mission-vision-div {
  display: flex;
  margin-top: 60px;
}

.mission-vision-div .mission {
  width: 50%;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  height: 100%;
}

.mission-vision-div .vision {
  width: 50%;
  padding: 20px;
  border: 1px solid #e6e6e6;
  height: 100%;
}

.mission-vision-div .sup-div h2 {
  color: #db1630;
  font-family: Stinger-light;
}

.mission-vision-div .sup-div img {
  width: 100px;
}

.mission-vision-div .sup-div {
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mission-vision-div .sup-div p {
  margin-bottom: 0;
  width: 80%;
}

/*-------------------------------------------------------------*/
.service-section {
  background: #db1630;
  position: relative;
}

.service-head span {
  color: #fff;
}

.service-head span img {
  filter: brightness(0) invert(1);
}

.service-head h1 {
  color: #fff;
  width: 50%;
}

.service-card-div .card-star-div {
  display: flex;
  gap: 15px;
}

.service-card-div .card-star-div h1 {
    font-weight: 600;
    font-size: 35px;
}

.service-card-div .card-header {
  padding-block: 35px;
  border: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-card-div .card-header i {
  font-size: 30px;
  margin-right: 35px;
}

.service-card-div .card {
  border-radius: 0;
}

.service-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13%;
}


/*-------------------------------------------------------------*/




.phases-section {
  position: relative;
}

.phases-head h1 {
  width: 65%;
}

.phases-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
}

.phases-card {
  position: relative;
  height: 220px;
  padding-right: 15px;
}

.pb-7 {
  padding-bottom: 70px;
}

.phases-card h4 {
  font-size: 22px;
  font-weight: 600;
}

.phases-card .round {
    width: 35px;
    height: 35px;
    background: #db1630;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.phases-card img {
  width: 90%;
  position: absolute;
  top: 10px;
  right: 0;
}

/*-------------------------------------------------------------*/
.project-section {
  background: #fafafa;
}

.projuct-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.projuct-div {
  margin-left: 195px;
}

.projuct-card-head {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.projuct-card-head a {
  width: 35px;
  height: 35px;
  background: #db1630;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projuct-card-head h5 {
  margin-bottom: 0;
}

.projuct-card-head a i {
  color: #fff;
}

.projuct-para {
  height: 100%;
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: auto;
}

.projuct-para p {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 300;
}


.projuct-slick .slick-list {
  padding-left: 0px !important;
  padding-right: 250px !important;
}

.projuct-slick .slick-track {
  transform: translateX(-50px);
}

/*-------------------------------------------------------------*/

.testi-card {
  display: flex;
  border: 1px solid #ededed;
}

.testi-card .img {
  width: 80%;
  height: 260px;
}

.testi-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testi-card .para {
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.testi-card .para p {
  font-size: 17px;
}

.testi-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  justify-content: end;

}

.testi-arrow button {
  background: #db1630;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.testi-arrow button img {
  width: 15px;
}

/*-------------------------------------------------------------*/

.contact-section {
  background: #fafafa;
  position: relative;
}

.contact-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
}

.contact-form .form-group .form-control {
  padding-block: 22px;
  font-size: 15px;
  border: none;
}

.contact-form .form-group .form-select {
  padding-block: 15px;
  font-size: 15px;
  border: none;
}

.contact-form .form-group textarea {
  height: 150px;
}


.contact-form .form-group {
  margin-top: 15px;
}

.contact-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #db1630;
  border: none;
  gap: 15px;
}

.contact-add-div {
  background: #db1630;
  padding: 20px;
  margin-top: 15px;
}

.contact-section .add-main-div h6 {
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #ffffff57;
  padding-bottom: 12px;
      font-weight: bold;
}

.contact-section .add-main-div h6 i {
  color: #fff;
}

.contact-section .add-main-div a {
  color: #fff;
      font-size: 15px;
}

.contact-section .add-main-div p {
  color: #fff;
}

.contact-section .add-main-div .social {
  display: flex;
  gap: 10px;
}

.contact-section .add-main-div .social a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
      border-radius: 50%;
}

.contact-section .add-main-div .social a i {
  color: #db1630;
      line-height: 0;
}

/*-------------------------------------------------------------*/
.footer-section {
  background: #000;
  color: #fff;
}

.footer-head h1 {
  color: #fff;
      font-weight: bold;
}

.footer-arrow {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer-add h6 {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #ffffff2e;
  padding-bottom: 10px;
}

.footer-add ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.footer-add ul li {
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  display: flex;
  gap: 12px;
}

.footer-add ul li a {
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  display: flex;
  gap: 12px;
      align-items: center;

}
.footer-add ul li a span{
    color: #fff;
}

.footer-add ul li i {
  color: #fff;
}

.footer-add ul li a i {
  color: #fff;
}

.footer-line hr {
  opacity: 1;
  color: #ffffff2e;
}

.footer-by p {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {}

@media only screen and (max-width: 767px) {
  .fixed-top {
    position: fixed;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .banner-head-div {
    justify-content: center;
    align-items: center;
    text-align: center;
}
  
  p {
    font-size: 15px;
    font-weight: 300;
}

  .projuct-slick .slick-list {
    padding-left: 0px !important;
    padding-right: 50px !important;
  }

  .projuct-slick .slick-track {
    transform: translateX(-50px);
  }

  .container {
    padding-inline: 20px !important;
  }

  .banner-head-div h1 {
    color: #fff;
    font-family: Stinger;
    font-size: 35px;
  }
  .banner-head-div p {
    font-size: 15px;
}

.banner-head-div a {
    font-size: 14px;
}



  .banner-main-right {
    display: flex;
    justify-content: start;
    margin-top: 15px;
  }

  .banner-right {
    padding: 20px;
    height: 100%;
    width: 90%;
    gap: 15px;
  }

  .navbar-brand {
    width: 150px;
  }

  .banner-right p {
    font-size: 14px;
  }

  .main-head {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
  }

  .projuct-div {
    margin-left: 20px;
  }

  .projuct-para {
    width: 100%;
  }

  .banner-section .container {
        position: absolute;
        bottom: 7%;
  }

  .about-para {
    width: 100%;
    margin-left: auto;
  }

  .about-head {
    width: 100%;
  }

  .mission-vision-div {
    display: flex;
    margin-top: 60px;
    flex-flow: column;
  }

  .mission-vision-div .sup-div {
    height: 100%;
  }

  .mission-vision-div .mission {
    width: 100%;
    padding: 20px;
  }

  .mission-vision-div .vision {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }

  .mission-vision-div .sup-div img {
    width: 60px;
  }

  .mission-vision-div .sup-div p {
    margin-bottom: 0;
    width: 100%;
    margin-top: 10px;
  }

  .service-head h1 {
    color: #fff;
    width: 100%;
  }

  .card-star-div img {
    width: 15px;
  }

  .service-card-div .card-star-div h1 {
    font-weight: 500;
    font-size: 22px;
  }

  .service-card-div .card-header i {
    font-size: 18px;
    margin-right: 0px;
  }

  .phases-head h1 {
    width: 100%;
  }

  .footer-add {
    text-align: center;
            padding-inline: 30px;
  }
  
  .footer-link{
          flex-flow: wrap !important;
    gap: 30px 20px !important;
    justify-content: center;
    line-height: 0;
    margin-top: 20px !important;
  }
  .footer-add ul li a span {
    color: #fff;
    display: none;
}

  .footer-add ul {
    align-items: center;
  }

  .footer-add h6 {
    width: 80%;
    margin-inline: auto;
  }

  .footer-by p {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
  }

  .footer-head h1 {
    color: #fff;
    text-align: center;
  }

  .footer-arrow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-add-div {
    margin-top: 20px;
  }

  .contact-form .form-group textarea {
    height: 140px;
  }

  .contact-form button {
    margin-top: 0 !important;
  }

  .testi-card .para p {
    font-size: 14px;
  }

  .testi-card .name h5 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .testi-card .name small {
    font-size: 12px;
  }

  .testi-card {
    flex-flow: column;
  }

  .testi-card .img {
    width: 100%;
  }

  .about-para p {
    font-size: 15px;
    text-align: center;
  }

  .projuct-para p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
  }

  .phases-card img {
    position: relative;
    top: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
  }

  .testi-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    justify-content: center;
  }

  .projuct-head-span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-head {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-flow: column;
    font-size: 15px;
  }

  .about-para a {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db1630;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-inline: auto;
  }

  .phases-card {
    position: relative;
    height: 100%;
    text-align: center;
    padding: 0;
  }

  .phases-card .round {
    display: none;
  }

  .pb-7 {
    padding-bottom: 0px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 990px) {
  .about-para {
    width: 100%;
    margin-left: auto;
  }

  .projuct-div {
    margin-left: 37px;
  }
  .banner-head-div h1 {
    color: #fff;
    font-family: Stinger;
    font-size: 45px;
}

  .phases-head h1 {
    width: 100%;
  }

  .phases-card img {
    width: auto;
    position: relative;
    top: 6px;
    right: 0;
    height: 110px;
  }

  .phases-card {
    position: relative;
    height: 100%;
    text-align: center;
  }

  .phases-card img {
    position: relative;
    top: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    height: 136px;
  }

  .phases-card .round {
    display: none;
  }

  .projuct-para {
    width: 100%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .banner-head-div h1 {
    font-size: 45px;
  }

  .projuct-div {
    margin-left: 50px;
  }
  .service-card-div .card-star-div h1 {
    font-weight: 600;
    font-size: 30px;
}
.phases-card p{
    font-size: 15px;
}

  .banner-right p {
    font-size: 15px;
  }

  .banner-right {
    background: #db1630;
    padding: 20px;
    height: 370px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .main-head {
    font-weight: 600;
    font-size: 35px;
  }

  .about-head {
    width: 100%;
  }

  .about-para p {
    font-size: 16px;
  }

  .mission-vision-div .sup-div img {
    width: 80px;
  }

  .mission-vision-div .sup-div {
    height: 350px;
  }

  .service-head h1 {
    width: 60%;
  }

  .projuct-para p {
    font-size: 16px;
  }
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .projuct-div {
    margin-left: 135px;
  }

  .banner-head-div h1 {
    font-size: 48px;
  }

  .banner-right p {
    font-size: 16px;
  }

  .banner-right {
    padding: 20px;
    height: 430px;
    width: 90%;
  }

  .banner-head-div a {
    font-size: 15px;
  }

  .main-head {
    font-size: 37px;
  }

  .about-head {
    width: 100%;
  }

  .about-para p {
    font-size: 17px;
  }

  .mission-vision-div .sup-div img {
    width: 85px;
  }

  .mission-vision-div .sup-div {
    height: 360px;
  }

  .service-head h1 {
    color: #fff;
    width: 60%;
  }

  .testi-card .para p {
    font-size: 15px;
  }

  .testi-card .img {
    width: 50rem;
    height: 210px;
  }

  .projuct-card img {
    height: 300px;
  }

}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {

  .projuct-div {
    margin-left: 90px;
  }

  .banner-head-div h1 {
    font-size: 50px;
  }

  .banner-right {
    height: 350px;
    width: 83%;
  }

  .main-head {
    font-weight: 600;
    font-size: 38px;
  }

  .banner-right p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }

  .mission-vision-div .sup-div img {
    width: 90px;
  }

  .mission-vision-div .sup-div {
    height: 350px;
  }

  .testi-card .img {
    width: 50rem;
    height: 260px;
  }

  .testi-card .para p {
    font-size: 15px;
  }

  .projuct-card img {
    height: 370px;
  }

  .service-head h1 {
    color: #fff;
    width: 60%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .projuct-div {
    margin-left: 75px;
  }

  .banner-head-div h1 {
    color: #fff;
    font-family: Stinger;
    font-size: 55px;
  }

  .projuct-card img {
    height: 370px;
  }

  .main-head {
    font-weight: 600;
    font-size: 38px;
  }

  .testi-card .img {
    width: 50rem;
    height: 260px;
  }

  .testi-card .para p {
    font-size: 15px;
  }

  .mission-vision-div .sup-div {
    height: 350px;
  }
}

@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1540px !important;
  }
}