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

:root {
  --btn-gradient: linear-gradient(#e54843, #89210e);
  --back-gradient: linear-gradient(
    180deg,
    #d9433c 0%,
    rgba(217, 170, 127, 0.572917) 42.71%,
    rgba(217, 217, 217, 0) 100%
  );
  --main-head: 48px;
  --main-head2: 32px;
  --normal-head: 24px;
  --normal-font: 16px;
  --para-font: 18px;
  --small-link: 12px;
  --padding: 8vw;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
button:focus {
  outline: none;
}

input,
textarea,
button {
  font-family: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  line-height: auto;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Poppins', sans-serif;
}

.ph p {
  font-size: var(--para-font);
  text-align: justify;
}
.sub-head {
  font-size: var(--main-head2);
  font-weight: 600;
  text-transform: uppercase;
}

.btn-pop {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 18px;
  text-align: left;
  outline: transparent;
}
.pop-li :hover {
  color: #ff0000;
}
.pop-li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.act {
  position: relative;
}
.active {
  position: absolute;
  bottom: -38px;
  display: block;
  content: '';
  width: 100%;
  border-radius: 1px;
  height: 4px;
  background-color: #ff0000;
}

/* home start  ========*/

header {
  display: flex;
  justify-content: space-between;
  padding: 0 var(--padding);
  height: 100px;
  background-color: white;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10;
  gap: 1rem;
  transition: padding ease-in 200ms;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.links {
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 100%;
}
.links li a:hover {
  color: #ff0000;
}
.c-phone:hover {
  color: #ff0000;
}
.btn:hover {
  color: rgb(207, 207, 207);
}
.m-head-list li a {
  font-size: var(--normal-head);
}

header a {
  font-size: var(--normal-font);
  font-weight: 500;
  text-transform: uppercase;
}

.contact {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.btn {
  background: var(--btn-gradient);
  color: white;
  border-radius: 3px;
  padding: 10px 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--normal-font);
  cursor: pointer;
  border: none;
}

.home-main {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.home-main img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home-det {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.main-head {
  font-size: var(--main-head);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
}

.bottom-bar {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-group {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(5px);
  padding: 1rem 0;
  border-radius: 10px;
}
.bb-item h3,
h4 {
  font-size: 15px;
  font-weight: 400;
}
.bb-item {
  display: flex;
  border-left: 1px solid white;
  padding: 0 2rem;
  align-items: center;
  justify-content: center;
}

.bb-item:nth-child(1) {
  border: none;
}

.bb-item h4,
.bb-item h5 {
  color: #04da00;
}
.bb-item:nth-child(2) h4,
.bb-item:nth-child(2) h5 {
  color: #ff0000;
}
.bb-item h5 {
  font-size: 30px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-about > img {
  position: absolute;
  left: -80px;
  bottom: 0;
  z-index: -1;
}
.h-about {
  position: relative;
  display: flex;
  align-items: center;
}
.ha-left {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  gap: 3rem;
}

.ha-right {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}
.ha-right img {
  width: 100%;
  height: 100%;
}

.pad {
  padding: 3rem var(--padding);
}

.what-we-offer {
  background: linear-gradient(
    180deg,
    #d9433c 0%,
    rgba(217, 170, 127, 0.572917) 42.71%,
    rgba(217, 217, 217, 0) 100%
  );
}
.what-we-offer > h1 {
  padding: 4rem 0;
}
.wwf-contain {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem 4rem;
}
.wwf-group {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.wwf-item {
  position: relative;
  height: 405px;
  color: white;
  display: flex;
  /* justify-content: center; */
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  z-index: 0;
}

.blg1 {
  background: linear-gradient(
    270deg,
    #cf8b57 0%,
    rgba(133, 92, 62, 0.97) 33.93%,
    rgba(255, 217, 195, 0.1) 60.54%
  );
}
.blg2 {
  background: linear-gradient(
    270deg,
    rgba(111, 138, 18, 0.96) 0%,
    #6f8a12 31.41%,
    rgba(109, 154, 111, 0) 60.54%
  );
}
.blg3 {
  background: linear-gradient(
    270deg,
    #4a231e 0%,
    rgba(74, 35, 30, 0.95) 31.41%,
    rgba(228, 49, 98, 0.05) 60.54%
  );
}

.wwf-det {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 1rem;
  width: 50%;
  margin-left: auto;
}
.wwf-det h1 {
  font-size: 24px;
  font-weight: 600;
}
.wwf-det .btn {
  margin-top: 1rem;
}

.wwf-det button {
  background-color: transparent;
  outline: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 5px;
  padding: 10px 15px;
  width: fit-content;
  font-size: 12px;
}
.wwf-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.request {
  overflow: hidden;
  position: relative;
  padding-bottom: 5rem !important;
}
.hr-contain {
  position: relative;
  color: white;
  border-radius: 5px;
  min-height: 427px;
  background-color: hsla(0, 100%, 50%, 0.6);
}
.hr-float {
  display: flex;
  position: relative;
}
.hr-contain img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 5px;
}
.hr-left {
  padding: 0 4rem;
  padding-top: 4rem;
}
.hr-left h1 {
  font-size: var(--main-head2);
  font-weight: 600;
}
.hr-left h5 {
  font-size: var(--para-font);
  font-weight: 600;
  margin-bottom: 1rem;
}
.hr-left h5::after {
  background-color: #d9d9d9;
  content: '';
  display: block;
  height: 1px;
  width: 74px;
}
.hr-right form {
  display: flex;
  flex-direction: column;
  background-color: black;
  padding: 2rem;
  border-radius: 5px;
  /* min-height: 550px; */
  gap: 1rem;
  justify-content: space-between;
}
.wpcf7-response-output {
  margin: 0 !important;
}
.hr-right {
  position: relative;
  top: 45px;
  width: 460px;
  /* height: 600px; */
  right: 40px;
}
.hr-right form input[type='text'],
.hr-right form input[type='tel'],
.hr-right form input[type='email'] {
  width: 393px;
  height: 47px;
  border-radius: 5px;
  padding: 0 10px;
  outline: none;
  border: 1px solid rgb(255, 255, 255);
}
.hr-right form textarea {
  height: 129px;
  width: 393px;
  border-radius: 5px;
  padding: 0 10px;
  padding-top: 10px;
  outline: none;
  border: 1px solid rgb(255, 255, 255);
}
.hr-right form button {
  outline: transparent;
  border: none;
}

footer {
  color: white;
  background-color: black;
  /* padding: 0rem 10vw; */
  padding-top: 3rem;
}
.f-first {
  display: flex;

  gap: 3.5rem;
}
.ff-left {
  flex-basis: 33.3333%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 1rem;
}
.ff-left img {
  width: fit-content;
  height: fit-content;
}
.f-social li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: 600;
}

.ff-left p {
  /* padding-right: 11px; */
}

.ff-center {
  flex-basis: 28%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.ff-right {
  flex-basis: 38.777%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.f-social {
  display: flex;
  gap: 1rem;
}
.ff-center .link-contain:nth-child(1) .q-link li{
  min-width: 132px;
}

.ff-center h1 {
  font-size: 24px;
  font-weight: 600;
}

.q-link {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 3rem;
}
.q-link li {
  /* min-width: 132px; */
}
.q-link li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.f-first a:hover {
  color: #ff0000;
}
.red {
  color: #ff0000;
  font-size: 20px;
  min-width: 20px;
}
.ff-right h1 {
  font-size: 24px;
  font-weight: 600;
}
.ff-right a {
  display: flex;
  gap: 0.5rem;
  font-size: 18px;
}
.ff-phone {
  display: flex;
  gap: 0.5rem;
}
.ff-phone a:nth-child(even) {
  border-right: 1px solid white;
  padding-right: 0.5rem;
}

.ff-mail{
  display: flex;
  gap: 0.5rem;
}
.ff-mail a:nth-child(1) {
  border-right: 0px solid white;
  padding-right: 0.5rem;
}


.f-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  margin-top: 1rem;
}

.f-second button:hover {
  color: #ff0000;
  cursor: pointer;
}

.fs-left {
  flex-basis: 40%;
}
.fs-left form input {
  width: 100%;
}
.fs-right {
  /* flex-basis: 70%; */
  width: 100%;
}
.fs-left,
.fs-right {
  background: linear-gradient(180deg, #e94a46 0%, #8d2311 100%);
  padding: 1rem;
  border-radius: 5px;
}
.f-second h1 {
  font-size: 22px;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.f-second input[type='text'],
.f-second input[type='tel'],
.f-second input[type='email'] {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  outline: transparent;
  border: none;
  padding: 0 10px;
}

.f-second form {
  display: flex;
  gap: 1rem;
  /* align-items: center; */
}
.f-second .wpcf7-spinner {
  margin: 0 !important;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.f-second .wpcf7-response-output {
  margin: 0 !important;
}
.f-second .wpcf7-not-valid-tip {
  color: white !important;
}

.f-second input[type='submit'] {
  background-color: black;
  border: none;
  color: white;
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  height: fit-content;
}

.copyRight {
  font-size: 14px;
  font-weight: 300;
  margin-top: 2rem;
  text-align: center;
}

.underl::after {
  background-color: #ff0000;
  content: '';
  display: block;
  height: 2px;
  width: 56px;
}

.ham-btn {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
.mobile-ham {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: white;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.5rem;
  bottom: 100%;
  transition: bottom 1s;
}
.m-head-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.ham-close {
  position: absolute;
  right: 30px;
  top: 40px;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: all 1s;
}
.c-btn {
  display: none;
}
.c-phone {
  white-space: nowrap;
}
.logo {
  display: flex;
  justify-content: center;
}
.mc-phone {
  position: fixed;
  z-index: 12;
  bottom: 25px;
  left: 15px;
  background: var(--btn-gradient);
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.wwf-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-height: 740px) {
  .bottom-bar {
    bottom: -10px;
  }
}
@media screen and (min-width: 1640px) {
  .hr-left h1 {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .q-link {
    /* min-width: 481px; */
    /* max-width: 481px; */
  }
}
@media screen and (max-width: 1640px) {
  .ff-left p {
    width: 370px;
  }
}
@media screen and (max-width: 1440px) {
  .ff-left p {
    width: 330px;
  }
  .au-group {
    max-height: 990px;
  }
  .ha-left {
    gap: 1rem;
  }
  .ha-right img {
    max-width: 450px;
  }
  .sub-head {
    font-size: 26px;
  }
  .ph p {
    font-size: 16px;
  }
  .main-head {
    font-size: 42px;
  }
  .btn {
    font-size: 15px;
  }
  .hr-left h1 {
    font-size: 30px;
  }
  .hr-right form input {
    font-size: 14px;
  }
  .hr-right form textarea {
    font-size: 14px;
  }
  .q-link li a {
    font-size: 16px;
  }
  .pop-li .btn-pop {
    font-size: 16px;
  }
  .red {
    font-size: 16px;
  }
  .ff-right a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .f-first {
    gap: 2rem;
  }
}
@media screen and (max-width: 1380px) {
  .au-group {
    max-height: 1100px;
  }
}
@media screen and (max-width: 1280px) {
  .au-group {
    max-height: 100%;
  }
  header {
    padding: 2rem 3vw;
  }
  .pad {
    padding: 2rem 3vw;
  }
  .bb-item {
    padding: 0 2rem;
  }
  .bottom-group {
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
  }
  .bottom-bar {
    padding: 1rem;
  }
  .hr-right {
    right: 60px;
  }
}
@media screen and (max-width: 1090px) {
  .ff-left p {
    width: 296px;
  }
  .ham-btn {
    display: flex;
  }
  .links {
    display: none;
  }
  .wwf-det {
    gap: 0.5rem;
  }
  .fs-left {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .q-link {
    /* width: 350px; */
  }
  .f-first {
    gap: 1rem;
  }
}
@media screen and (max-width: 968px) {
  .ff-left p {
    width: auto;
    text-align: left;
  }
  .f-second {
    flex-direction: column;
  }
  .what-we-offer > h1 {
    padding: 2rem 0;
  }
  .fs-left,
  .fs-right {
    flex-basis: 100%;
    width: 100%;
  }
  .f-first {
    gap: 1rem;
  }
  .request {
    padding-bottom: 3rem !important;
  }
  .hr-float {
    flex-direction: column;
  }
  .hr-right {
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
  }

  .wwf-det {
    width: 70%;
  }
  .blg1 {
    background: linear-gradient(
      270deg,
      #cf8b57 0%,
      rgba(133, 92, 62, 0.97) 33.93%,
      rgba(255, 217, 195, 0.2) 80%
    );
  }
  .blg2 {
    background: linear-gradient(
      270deg,
      rgba(111, 138, 18, 0.96) 0%,
      #6f8a12 31.41%,
      rgba(109, 154, 111, 0) 85%
    );
  }
  .blg3 {
    background: linear-gradient(
      270deg,
      #4a231e 0%,
      rgba(74, 35, 30, 0.95) 31.41%,
      rgba(228, 49, 98, 0.05) 85%
    );
  }
}
@media screen and (max-width: 768px) {
  .ff-left p {
    text-align: center;
  }
  .link-contain {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .underl::after {
    width: 100%;
  }
  .ff-center h1,
  .ff-right h1,
  .f-second h1 {
    font-size: 20px;
  }
  .q-link li a,
  .ff-right a,
  .pop-li,
  .btn-pop {
    font-size: 16px;
  }
  .f-second button {
    padding: 10px 15px;
    font-size: 14px;
  }
  .f-second input {
    height: 35px;
  }
  .copyRight {
    font-size: 12px;
  }
  .f-first {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ff-left {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ff-center {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
  }
  .q-link {
    justify-content: center;
    text-align: center;
  }
  .ff-right {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .c-btn {
    display: flex;
    justify-content: center;
  }
  .contact .btn {
    display: none;
  }

  .main-head {
    font-size: 40px;
  }
  .bb-item h3,
  h4 {
    font-size: 14px;
  }
  .bb-item {
    padding: 0 0.5rem;
  }
  .h-about {
    flex-direction: column-reverse;
  }
  .ha-right img {
    width: 350px;
  }
  .ha-left {
    align-items: center;
    text-align: center;
  }
  .wwf-det {
    width: 100%;
  }
  .blg1 {
    background: linear-gradient(
      270deg,
      #cf8b57 0%,
      rgba(133, 92, 62, 0.97) 33.93%,
      rgba(255, 217, 195, 0.5) 100%
    );
  }
  .blg2 {
    background: linear-gradient(
      270deg,
      rgba(111, 138, 18, 0.96) 0%,
      #6f8a12 31.41%,
      rgba(109, 154, 111, 0.5) 100%
    );
  }
  .blg3 {
    background: linear-gradient(
      270deg,
      #4a231e 0%,
      rgba(74, 35, 30, 0.95) 31.41%,
      rgba(228, 49, 98, 0.5) 100%
    );
  }
  .wwf-group {
    gap: 1rem;
  }

  .wwf-contain {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 586px) {
  .f-second .wpcf7-not-valid-tip,
  .f-second .wpcf7-response-output {
    padding: 0 !important;
    font-size: 12px !important;
    text-align: center;
  }

  .ff-right a:nth-last-child(1) {
    /* padding: 0 2rem; */
    max-width: 270px;
  }
  .ff-phone {
    align-items: center;
  }
  .mc-phone {
    display: flex;
  }
  .bb-item {
    border: none;
    /* border-bottom: 1px solid white !important; */
  }
  .logo {
    width: 150px;
  }
  .c-phone {
    display: none;
  }
  .main-head {
    font-size: 30px;
  }
  .btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .bottom-group {
    padding: 0.5rem 0;
  }
  .h-about > img {
    width: 200px;
  }
  .ha-right img {
    width: 250px;
  }
  .pad {
    padding: 0.5rem 3vw;
  }
  .wwf-contain {
    padding: 1rem 1rem;
  }
  .wwf-item {
    height: auto;
  }
  .wwf-det button {
    padding: 5px 10px;
    font-size: 11px;
  }
  .hr-right {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
  }
  .hr-left {
    padding: 1rem;
  }
  .hr-right form input[type='text'],
  .hr-right form input[type='tel'],
  .hr-right form input[type='email'] {
    width: 100%;
  }
  .hr-right form {
    padding: 1rem;
  }
  .hr-right form textarea {
    width: 100%;
  }
  .q-link li {
    min-width: fit-content;
  }
  .q-link li a {
    gap: 0;
  }
  .q-link {
    column-gap: 1rem;
  }
  .f-second form {
    gap: 0.3rem;
  }
  .fs-left,
  .fs-right {
    padding: 0.5rem;
  }
  .f-second button {
    font-size: 12px;
  }
  .f-second input {
    font-size: 12px;
  }
  .f-second h1 {
    font-size: 16px;
  }
}

/* home end  ========*/

/* about start  ========*/

.about-home {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: end;
}
.about-home img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.ah-det {
  color: white;
  width: 100%;
}
.about-home {
  background: linear-gradient(rgba(255, 255, 255, 0) 55%, #0000009c);
}
/* fix start */

.au-group {
  display: flex;
  background-color: #f4f4f4;
  border-radius: 10px;
  justify-content: center;
  overflow: hidden;
}
.au-left {
  flex-basis: 40%;
  overflow: hidden;
}
.au-right {
  flex-basis: 60%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.au-left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.au-right p {
  padding: 1rem 0;
}

/* fix  end*/

.our-team {
  background-color: #f4f4f4;
}
.ot-group {
  display: flex;
  gap: 6rem;
  justify-content: center;
  padding: 2rem 0;
}
.ot-item {
  width: 332px;
  height: 450px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ot-img {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.ot-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.o-det {
  background: linear-gradient(180deg, #e24741 0%, #942614 100%);
  border-radius: 10px;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 1rem;
}
.o-det h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.o-det h3 {
  font-size: 14px;
  font-weight: 400;
}
.ot-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.ot-show {
  display: none;
  /* display: flex; */
  justify-content: center;
  color: white;
  z-index: 2;
  gap: 3rem;
  margin-bottom: 2rem;
  font-size: 25px;
}
.ot-show a:hover {
  color: #ff0000;
}
.ot-item:hover .ot-img::after {
  display: block;
}
.ot-item:hover .ot-show {
  display: flex;
}

.certificates {
}
.cert-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  gap: 1rem;
}
.cert-item {
  width: 271px;
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 1rem;
  text-align: center;
  gap: 0.5rem;
  border-radius: 5px;
  position:relative;
}
.cert-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cert-item h1 {
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem;
}

@media screen and (min-width: 1441px) {
  .au-group {
    max-height: 1250px;
  }
}
@media screen and (min-width: 1700px) {
  .au-group {
    max-height: 1050px;
  }
}
@media screen and (max-width: 1440px) {
  .ot-group {
    /* justify-content: space-between; */
  }
}
@media screen and (max-width: 1200px) {
  .cert-group {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .certificates {
    text-align: center;
  }
  .ot-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }
}
/* @media screen and (min-width: 768px) {
  .au-left > img {
    position: absolute;
  }
  .au-left {
    position: relative;
  }
  .au-right{
    padding: 0.5rem;
  }
} */
@media screen and (max-width: 767px) {
  .au-group {
    flex-direction: column;
    justify-content: center;
  }
  .au-left img {
    height: 500px;
  }
  .au-right p {
    padding: 0.5rem 0;
  }
  .au-right {
    padding: 1rem;
  }
}
@media screen and (max-width: 568px) {
  .au-left img {
    height: 250px;
    object-position: center;
  }
}

/* about end  ========*/

/* Energy start ======= */
.sec-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdr {
  padding-right: 4rem;
  padding-left: var(--padding);
}
.pdl {
  padding-left: 4rem;
  padding-right: var(--padding);
}
.e-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  place-content: center;
}
.e-item {
  min-width: auto;
  max-height: 600px;
  overflow: hidden;
  object-fit: cover;
}
.e-item.e-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bor-img {
  border: 62px solid #23102c;
}
.bor-img img {
  object-fit: scale-down !important;
}
.e-item h1 {
  margin-bottom: 1.5rem;
}
.e-item p {
  margin-bottom: 1rem;
}
.e-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mi-img {
  display: none;
}

@media screen and (max-width: 1440px) {
  .pdr {
    padding-right: 4rem;
    padding-left: var(--padding);
  }
  .pdl {
    padding-left: 4rem;
    padding-right: var(--padding);
  }
}
@media screen and (max-width: 1280px) {
  .pdr {
    padding-right: 3rem;
    padding-left: 3vw;
  }
  .pdl {
    padding-left: 3rem;
    padding-right: 3vw;
  }
  .e-item > img {
    width: auto;
  }
  .pdr {
    padding: 1rem;
  }
  .pdl {
    padding: 1rem;
  }
}

@media screen and (max-width: 1028px) {
  .bor-img {
    border: 40px solid #23102c;
  }
}
@media screen and (max-width: 768px) {
  .e-item.e-img {
    display: none;
  }
  .e-item {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .mi-img {
    display: block;
    max-height: 350px;
    margin-bottom: 1rem;
  }
  .pdr {
    padding: 0.5rem;
  }
  .pdl {
    padding: 0.5rem;
  }
  .e-group {
    grid-template-columns: repeat(1, 1fr);
  }
  .e-item p {
    margin-bottom: 0.5rem;
  }
  .about-home {
    height: 50vh;
  }
  .ah-det {
    margin-bottom: 0;
  }
}

/* Energy end ======= */
/* contact start ======= */
.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-group {
  display: flex;
  margin: 5rem;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
.csg-left {
  flex-basis: 50%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
  width: 50%;
}
.csg-left form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
}
.csg-left form .btn {
  border: none;
  margin-top: 1rem;
}
.csg-left form input::placeholder,
.csg-left form textarea::placeholder {
  color: #9e9999;
}
.csg-left form input[type='submit'] {
  width: fit-content !important;
}
.csg-left form input {
  border: none;
  border-radius: 5px;
  min-height: 47px;
  padding: 0 10px;
  outline: none;
  width: 100%;
}
.csg-left form textarea {
  border: none;
  border-radius: 5px;
  outline: none;
  resize: none;
  padding: 10px;
  width: 100%;
}
.csg-right {
  flex-basis: 50%;
  width: 50%;
}
.csg-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.csg-left .sub-head {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1440px) {
  .cs-group {
    width: 100%;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 968px) {
  .cs-group {
    flex-direction: column-reverse;
    margin: 5rem;
  }
  .csg-left,
  .csg-right {
    width: 100%;
  }
  .csg-right {
    max-height: 400px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .cs-group {
    margin: 3rem;
  }
}
@media screen and (max-width: 586px) {
  .cs-group {
    margin: 0rem;
  }
  .csg-left .sub-head {
    text-align: center;
  }
  .csg-left {
    padding: 0.5rem;
  }
}
/* contact end ======= */
/* pop-up start ======= */
.pop-content h1 {
  font-size: var(--normal-head);
  background-color: black;
  color: white;
  padding: 2rem 3rem;
}
.pop-content {
  border-radius: 10px;
  overflow: hidden;
}
.pop-details {
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop-list {
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pop-list li {
  font-size: 18px;
  font-weight: 400;
}
.pop-list li::marker {
  min-width: 23px;
  font-family: inherit;
}
.modal-dialog {
  min-width: 75vw;
}
.pop-close {
  background-color: transparent;
  border: 1px solid black;
  outline: transparent;
  padding: 5px 15px;
  margin: 3rem 0 2rem 0;
  width: fit-content;
  border-radius: 3px;
  font-size: 16px;
}

@media screen and (max-width: 586px) {
  .pop-details {
    padding: 1rem;
    padding-left: 2rem;
  }
  .pop-content h1 {
    padding: 1rem;
  }
  .pop-close {
    margin: 1rem;
  }
  .pop-content h1 {
    font-size: 20px;
  }
  .pop-list li {
    font-size: 16px;
  }
  .pop-close {
    font-size: 14px;
  }
}

/* pop-up end ======= */

/* img pop */

.imgpop{
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    border: none;
}

.img-close{
    position: absolute;
    background-color: transparent;
    border: none;
    font-size: 30px;
    right: 0;
    top: 0;
    padding: 1rem;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: grey;
}
/* .modal-body{
   width: 500px;
    padding: 0 !important;
} */

#cert-img{
  width: 100%;
    height: 100%;
    object-fit: fill;
}
.modal-dialog.custom{
  min-width: fit-content;
}

/* img pop end */
