/* common css ******************************************************************************/
@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');


@font-face {

  font-family: 'Gilroy';

  src: url('../fonts/Gilroy-Medium.eot');

  src: url('../fonts/Gilroy-Medium.eot#iefix') format('embedded-opentype'),

    url('../fonts/Gilroy-Medium.woff2') format('woff2'),

    url('../fonts/Gilroy-Medium.woff') format('woff'),

    url('../fonts/Gilroy-Medium.ttf') format('truetype'),

    url('../images/Gilroy-Medium.svg#Gilroy-Medium') format('svg');

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}

@font-face {

  font-family: 'Gilroy';

  src: url('../fonts/Gilroy-Light.eot');

  src: url('../fonts/Gilroy-Light.eot#iefix') format('embedded-opentype'),

    url('../fonts/Gilroy-Light.woff2') format('woff2'),

    url('../fonts/Gilroy-Light.woff') format('woff'),

    url('../fonts/Gilroy-Light.ttf') format('truetype'),

    url('../images/Gilroy-Light.svg#Gilroy-Light') format('svg');

  font-weight: 300;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Cera Pro';

  src: url('../fonts/CeraPro-Medium.eot');

  src: url('../fonts/CeraPro-Medium.eot#iefix') format('embedded-opentype'),

    url('../fonts/CeraPro-Medium.woff2') format('woff2'),

    url('../fonts/CeraPro-Medium.woff') format('woff'),

    url('../fonts/CeraPro-Medium.ttf') format('truetype'),

    url('../images/CeraPro-Medium.svg#CeraPro-Medium') format('svg');

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



:root {

  --white: #fff;

  --black: #000;

  --yellow: #FFC224;

  --smokey-grey-color: #727374;

  --storm-grey: #707577;

  --light-grey: #F0F0F0;

  --light-grey-1: #EBEEF0;

  --dark-grey: #777777;

  --quill-grey-color: #D3D3D3;

  --warm-grey: #919090;


  --black_363636: #363636;
  --dark-blue-color: #264170;
  --gray_B7B7B7: #B7B7B7;
  --gray_F2F2F2: #F2F2F2;
  --gray_707070: #707070;
  --gray_919191: #919191;
  --gray_A7A7A7: #A7A7A7;


  --transition: all 800ms ease;

  --border-radius-10: 10px;

}

.white {

  color: var(--white) !important;
}

.black {

  color: var(--black);

}

.bg-blue {
  background: #090B12;
}

.yellow {

  color: var(--yellow);

}

.black-363636 {
  color: var(--black_363636);
}

.blue {
  color: var(--dark-blue-color) !important;
}



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

}

*::before,

*::after {

  box-sizing: border-box;

}

.common::after {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: var(--black);

}

body {

  background: var(--white);

  font-family: "Poppins", sans-serif;

  font-weight: 400;

}

body.show {

  position: fixed;

  top: 0;

  width: 100%;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

  margin-bottom: 15px;

  line-height: 1.2;

  color: var(--black_363636);

  /* font-weight: 700; */

}

h1:last-child,

h2:last-child,

h3:last-child,

h4:last-child,

h5:last-child,

h6:last-child {

  margin-bottom: 0;

}

h1 {

  font-size: 42px;

}

h2 {

  font-size: 42px;

}

h3 {

  font-size: 36px;

  font-weight: 500;

}

h4 {

  font-size: 28px;

}

h5 {

  font-size: 24px;

}

h6 {

  font-size: 20px;

}

p {

  margin: 0;

  padding: 0;

  font-size: 20px;

  line-height: 1.6;

  margin-bottom: 25px;

}

p:last-child {

  margin-bottom: 0;

}

.small {

  font-size: 16px;

}

ul,

ol {

  list-style-type: none;

  margin: 0;

  padding: 0;

}

a {

  text-decoration: none;

  text-transform: capitalize;

  display: inline-block;

  line-height: 1.2;

  color: inherit;

  font-family: inherit;

  cursor: pointer;

}

span {

  display: inline-block;

}

.section-heading {

  text-align: center;

  margin-bottom: 50px;

}

.btn-common {
  padding: 7px 12px;
  background: var(--yellow);
  color: var(--black) !important;
  border-radius: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  font-size: 18px;
}

.btn-common:hover,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {

  opacity: .8;

  background: var(--yellow);

  color: var(--black) !important;

}

.btn-common img {

  max-width: 30px;

  margin-left: 10px;

}

section {

  overflow: hidden;

}

.bg {

  padding: 70px 0;

}

.mobile {

  display: none !important;

}

.desktop {

  display: block !important;

}

img,

video {

  max-width: 100%;

}

.button-box {

  padding-top: 70px;

}

.button-box ul {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 15px;

}

.owl-theme .owl-dots .owl-dot span {

  background: var(--dark-grey);

}

.owl-theme .owl-nav.disabled+.owl-dots {

  margin-top: 30px;

}

.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

  background: var(--white);

  outline: 2px solid var(--dark-grey);

}

.owl-nav {

  margin-top: 0;

}

.owl-nav button {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

}

.owl-nav button.owl-prev {

  left: 0;

}

.owl-nav button.owl-next {

  right: 0;

}

/* Comon owl slider css for nav button  */

.owl-nav button.owl-prev {
  left: -70px;
}

.owl-nav button.owl-next {
  right: -70px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

/*****************************************/

.form-control-common {

  background: var(--white);

  border: 1px solid var(--black);

  font-size: 18px;

  padding: 15px 50px 15px 20px;

  width: 100%;

  appearance: textfield;

  color: var(--black);

  border-radius: 0;

  box-shadow: none;

  resize: none;

  outline: none;

}

.input-group {

  padding-bottom: 30px;

}





.section-heading h3 {

  position: relative;

  padding-bottom: 10px;

  text-transform: uppercase;

}

.section-heading h3::before {

  content: "";

  background: var(--yellow);

  position: absolute;

  bottom: 0;

  right: 0;

  width: 5%;

  height: 2px;

  left: 0;

  margin: 0 auto;

}

.text-box {
  max-width: 1024px;
  margin-inline: auto;
  width: 90%;
}

.text-box p {
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  color: var(--black_363636);
}

.text-box p span {
  font-weight: 600;
  display: inline;
}



/* header css start ******************************************************************************/

@keyframes smoothScroll {

  0% {

    transform: translateY(-60px);

    opacity: 0;

  }

  100% {

    transform: translateY(0px);

    opacity: 1;

  }

}

#header.fixed {

  position: fixed;

  background-color: var(--white);

  top: 0;

  left: 0;

  width: 100%;

  animation: smoothScroll 1s forwards;

  z-index: 1000;

  box-shadow: 0 0 10px 2px var(--dark-grey);

}

.navbar.navbar-expand-lg,
.navbar-brand {

  padding: 0;

}

.navbar-brand {
  max-width: 165px;
}

#header {


  padding: 15px 0;


}

#header.home {
  transition: .5s all;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 999;

  background: transparent;
}


#header .header-box {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

#header .logo-box img {

  max-width: 360px;

  width: 100%;

}

#header .main-nav .click-menu,

#header .main-nav .cancel-menu {

  display: none;

  cursor: pointer;

  position: relative;

  z-index: 11;

  width: 30px;

  height: 30px;

}

#header .main-nav .click-menu span,

#header .main-nav .cancel-menu span {

  width: 25px;

  height: 3px;

  background: var(--white);

  transition: .5s all ease-in-out;

  position: relative;

  border-radius: 5px;

}

#header .main-nav .cancel-menu span {

  position: absolute;

  height: 4px;

}

#header .navbar-nav {
  margin-inline: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-link {

  padding: 8px 25px;

  font-size: 18px;

  color: var(--gray_B7B7B7);

}

#header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--dark-blue-color);
}

#header .talk-mob-btn {
  display: none;
}

#header .btn-common {
  gap: 15px;
}


#header ul li.current-menu-item a {
  font-weight: 700;
  color: var(--dark-blue-color) !important;
}


#header .btn-common svg {
  animation: svg-fliker 0.5s ease-in-out infinite;
}

@keyframes svg-fliker {
  0% {
    fill: var(--black);
  }

  50% {
    fill: var(--white);
  }

  100% {
    fill: var(--black);
  }
}





#homeBanner .homeBanner-box img.mob-img {
  display: none;
}

.navbar-toggler-icon {
  /* display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle; */
  background-image: url("../images/toggle-img.png");
  /* background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: none; */
}





/* map-block-section css ******************************************************************************/

.map-block-section {

  background: url(../images/map-block.gif) no-repeat;

  background-size: contain;

  padding-bottom: 70px;

  min-height: 1200px;

  background-position: 0 -190px;

}

.map-block-wrapper {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  min-height: 1200px;

}

.map-block-wrapper .text {

  border-left: 2px solid var(--light-grey-1);

  padding-left: 30px;

}

.map-block-wrapper h1 {

  text-transform: uppercase;

}

.map-block-wrapper .text h3 {

  font-size: 50px;

  line-height: 50px;

  font-weight: 700;

}

.map-block-wrapper .text h3.small {

  font-size: 25px;

  font-weight: 500;

  line-height: 30px;
  text-transform: capitalize;

}

.map-block-wrapper .map-block-2 {

  margin-top: -100px;

}

.map-block-wrapper .map-block-3 {

  margin-top: -50px;

}

.map-block-wrapper .map-block-4 {

  margin-top: -200px;

  margin-left: -200px;

}

.map-block-section h1.aos-init.aos-animate {
  padding-top: 30px;
  color: #ffc224;
}



/* Our Products css ******************************************************************************/

.our-products-section {

  /* border: 1px solid var(--dark-grey); */

  padding: 100px 0 90px;

}

.our-products-wrpper {

  padding-bottom: 100px;

}

.logo-wrpper .item {

  background-color: var(--light-grey);

  border: 5px solid var(--light-grey);

  border-radius: 5px;

}



/* videos-products-section css ******************************************************************************/

.videos-products-section {

  padding: 80px 0;

}

.videos-products-slider.owl-carousel .owl-item .play-btn img {

  width: auto;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.ideos-products-slider .img-box {

  position: relative;

}

.videos-products-slider .img-box .video {

  width: 100%;

  display: block;

  height: 615px;

  object-fit: cover;

}

.videos-products-slider .img-box::before {

  content: "";

  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(139, 139, 139, 0.36));

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

}

.videos-products-slider .owl-item {
  transform: scale(0.9);
}

.videos-products-slider .owl-item.active.center {
  transform: scale(1.1);
}

.enquire-form h5 {

  font-family: 'Gilroy';

  font-weight: 500;

  letter-spacing: 4px;

  text-transform: uppercase;

  font-size: 20px;

}

.enquire-form-wrapper {

  padding: 70px 0 50px;

}

.form-section-block {

  max-width: 820px;

  width: 100%;

  margin: 0 auto;

}

.form-section-block .form-control {

  box-shadow: 0 3px 50px 0 rgba(93, 93, 93, 0.1);

  padding: 18px 15px;

  border-radius: var(--border-radius-10);

  text-transform: capitalize;

  border-color: var(--quill-grey-color);

}

.btn.form-btn {

  background-color: var(--yellow);

  border: 0;

  border-radius: 0;

  max-width: 150px;

  margin: 0 auto;

  font-size: 17px;

  width: 100%;

  font-weight: 500;

  color: var(--black);

  margin-top: 25px;

  display: block;

}

/* .btn.form-btn:hover {

    background-color: var(--black);

    color: var(--yellow) !important;

} */

.form-section-block .form-control::-webkit-input-placeholder {

  color: var(--warm-grey);

}

.form-section-block .form-control::-moz-placeholder {

  color: var(--warm-grey);

}

.form-section-block .form-control::-ms-placeholder {

  color: var(--warm-grey);
  ;

}

.form-section-block .form-control::placeholder {

  color: var(--warm-grey);
  ;

}





/* footer css ******************************************************************************/



#footer .footer-part {

  padding: 40px 0;

}

/* #footer .footer-part .footer-box {

    padding-bottom: 50px;

} */

#footer .footer-part .box .logo-box {

  text-align: center;

}

#footer .footer-part .box .logo-box img {

  max-width: 100%;

}

#footer .footer-part .box .name p {

  font-family: "Roboto", sans-serif;

  font-weight: 500;

  text-transform: capitalize;

  margin-bottom: 10px;

}

#footer .footer-part .footer-box .box .img-box {

  min-width: 25px;

}

#footer .footer-part .box .location {

  display: flex;

  align-items: center;

  margin-bottom: 15px;

}

#footer .footer-part .call-mail-wrapper {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  justify-content: space-between;

}

#footer .footer-part .box .location .text p {

  margin-left: 14px;

  line-height: 30px;

  text-transform: capitalize;

  max-width: 350px;

  width: 100%;

  color: var(--smokey-grey-color);

}

#footer .footer-part .box .call-mail-wrapper a,
#footer .footer-part .box .location .text p {

  color: var(--smokey-grey-color);

  font-family: 'Gilroy';

  font-weight: 500;

  font-size: 18px;

}

#footer .footer-part .box .call-mail-wrapper a {
  text-transform: unset;
}

#footer .footer-part .box .call-mail-wrapper .contact-info {

  margin-left: 14px;

}

#footer .footer-part .box .call,

#footer .footer-part .box .email {

  display: flex;

  align-items: center;

}



#footer .footer-part .box .connect a {

  text-decoration: none;

  color: var(--white);

  font-family: "Roboto", sans-serif;

  font-weight: 300;

}



#footer .footer-part .box .social-media {

  display: flex;

}

#footer .footer-part .box .social-media img {

  max-width: 60%;
  width: 100%;

}

#footer .footer-part .box .social-media a {

  margin-right: 40px;

  -webkit-transition: all .3s ease;

  -moz-transition: all .3s ease;

  -ms-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

  border: 0.5px solid #CDB9A5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}

#footer .footer-part .box .social-media a:hover {

  transform: scale(1.3);

}


.footer-copyright.text-center {

  border-top: 1px solid #4D4A4A;

  padding: 10px 0;

}

.footer-copyright p {

  font-family: 'Gilroy';

  color: var(--storm-grey);

  font-weight: 300;

}



.wpcf7-form-control-wrap {
  width: 100%;
}

.form-section-block .mb-3.col-md-6 p {
  display: flex;
}

.wpcf7-spinner {
  display: none;
}



/* About us page css  */


/* homeBanner css ******************************************************************************/

#aboutBanner .aboutBanner-part {

  background: url("../images/about-bg.png") no-repeat;

  background-size: 100% 100%;

  background-position: top center;

  /* min-height: 1024px; */

  height: 100%;

  display: flex;

  align-items: center;

  position: relative;

}

#aboutBanner .aboutBanner-part {
  position: relative;
}

#aboutBanner .aboutBanner-part .title-box {
  text-align: center;
}

/* common title  */
.title-box h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

#aboutBanner .aboutBanner-part .title-box h2 {
  color: var(--dark-blue-color);
  transform: translateY(60px);
}

#aboutBanner .aboutBanner-part .bg-img {
  position: absolute;
  z-index: -1;
}

#aboutBanner .aboutBanner-part .main-product {
  position: relative;
  top: -120px;
}


/* our value section  *******************************************************************************/

.our-value-part {
  padding-bottom: 180px;
}

#our-value .section-heading h3::before {
  display: none;
}

#our-value .flex-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

#our-value .flex-wrapper .box {
  /* flex-grow: 1; */
  /* width: 20%; */
  flex-basis: 300px;
  background: var(--dark-blue-color);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 40px;
  border-radius: var(--border-radius-10);
  transition: var(--transition);
}

#our-value .flex-wrapper .box:hover {
  transform: translateY(-20px);
}

#our-value .flex-wrapper .box h5 {
  color: var(--white);
  text-align: center;
  font-size: 24px;

}

/* why-choose ****************************************************************************** */
#why-choose {
  overflow: visible;
  overflow-x: clip;
}

#why-choose .container {
  margin-top: -150px;
}

#why-choose .why-choose-part {
  position: relative;
  /* Make sure the container can position the pseudo-element */
}

#why-choose .why-choose-part::before {
  content: '';
  /* Create an empty pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/why-choose-bg.png') no-repeat center center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}

#why-choose .why-choose-part .section-heading h3 span {
  font-weight: 600;
}

#why-choose .why-choose-part .section-heading h3::before {
  width: 75px;
  margin-left: 0;
}

#why-choose .why-choose-part p {
  line-height: 50px;
  font-size: 21px;
  text-align: left;
  padding-right: 110px;
}


/* achivement section****************************************************************************** */

#achivement .achivement-slider-box {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

.common-box.box {
  text-align: center;
  border-radius: var(--border-radius-10);
  border: 1px solid var(--gray_707070);
  padding: 35px 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.common-box.box img {
  max-width: 75px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.common-box.box p {
  width: 76%;
  margin: 0 auto;
}



/* vision-mission section****************************************************************************** */

#vision-mission .vision-mission-part {
  background: url('../images/mission-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* Collapse Cards CSS for common and about us page*/

.collapse-cards {
  --cards-closed-size: 8rem;
  --animation-speed-normal: 0.5s;
  --animation-speed-fast: 0.25s;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  width: 100%;
  height: 500px;
}

.collapse-cards .card {
  width: 100%;
  /* height: var(--cards-closed-size); */
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  cursor: pointer;
  border-radius: 0;
}

.collapse-cards .card .top-part {
  display: flex;
  flex-direction: column-reverse;
}

.collapse-cards .card[active] .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.collapse-cards .card .top-part h3 {
  color: var(--black);
  text-transform: uppercase;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 250px;
  flex-grow: 1;
  font-weight: 600;
}

.collapse-cards .card[active] .top-part h3 {
  color: var(--yellow);
  margin-top: 0px;
  transform: rotate(0deg);
}

.collapse-cards .card::before {
  content: "";
  width: 24px;
  height: 100%;
  left: -100%;
  top: 0;
  position: absolute;
}

.collapse-cards {
  max-width: 100%;
  margin: 0 auto;
  flex-direction: row;
  display: flex !important;
  justify-content: space-between;
}

.collapse-cards .card {
  width: var(--cards-closed-size);
  /* height: 20rem; */
  flex: 0 0 var(--cards-closed-size);
  min-width: 100px;
  background: var(--yellow);
  padding: 20px 15px;
}

.collapse-cards .card[active] {
  width: 100%;
  flex: 0 0 calc(100% - 19rem);
  background: #40465087;
  backdrop-filter: blur(10px);
  padding: 20px 40px;
}

.collapse-cards .card p {
  opacity: 0;
}

.collapse-cards .card[active] p {
  color: var(--white);
  opacity: 1;
}

.collapse-cards .card .bottom-part {
  opacity: 0;
}

.collapse-cards .card[active] .bottom-part {
  opacity: 1;
}

.collapse-cards .card .top-part .icon-box {
  text-align: center;
  max-width: 80px;
  height: 80px;
  margin: 0 auto;
}

.collapse-cards .card .top-part svg {
  margin: 0 auto;
  transition: var(--transition);
  width: 100%;
  height: 100%;
}

.collapse-cards .card .top-part svg path {
  fill: var(--dark-blue-color);
}

.collapse-cards .card[active] .top-part svg path {
  fill: var(--yellow);
}

.collapse-cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collapse-cards .card p {
  font-size: 24px;
}

.collapse-cards .card.card-3 .bottom-part {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 130px;
}

.collapse-cards .card.card-3 .bottom-part .box {
  display: flex;
  gap: 15px;
}

.collapse-cards .card.card-3 .bottom-part .box .icon-box {
  flex-shrink: 0;
}

.collapse-cards .card.card-3 .bottom-part .box .icon-box img {
  max-width: 70px;
  margin: 0 auto;
}

.collapse-cards .card.card-3 .bottom-part .text-box h5,
.collapse-cards .card.card-3 .bottom-part .text-box span {
  color: var(--white);
}

.collapse-cards .card.card-3 .bottom-part .text-box h5 {
  font-weight: 700;
}

/* /* Collapse Cards for Mobile screen accordian Formate css  */

.mobile-collapse-cards {
  display: none;
}

.mobile-collapse-cards .accordion-button {
  padding: 20px 20px;
}

.mobile-collapse-cards .accordion-button:not(.collapsed) {
  background: var(--yellow);
  border-radius: 0 !important;
}

.mobile-collapse-cards .top-part {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-collapse-cards .top-part h3 {
  margin-bottom: 0;
}


.mobile-collapse-cards .top-part svg path {
  fill: var(--dark-blue-color);
}

.mobile-collapse-cards .top-part .icon-box {
  width: 50px;
  height: 50px;
}

.mobile-collapse-cards .top-part svg {
  width: 100%;
  height: 100%;
}

.mobile-collapse-cards .card {
  border: 0;
  background: transparent;
}

.mobile-collapse-cards h5,
.mobile-collapse-cards p,
.mobile-collapse-cards span {
  color: var(--white);
}

.mobile-collapse-cards .accordion-button:focus {
  box-shadow: none;
}

.mobile-collapse-cards .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.mobile-collapse-cards .accordion-item {
  background: #40465087;
  backdrop-filter: blur(10px);
}

.mobile-collapse-cards .accordion-item .card-3 .bottom-part {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}

.mobile-collapse-cards .accordion-item .card-3 .bottom-part .text-box {
  width: 100%;
  margin: 0;
}

.mobile-collapse-cards .accordion-item .card-3 .bottom-part .box .icon-box img {
  max-width: 70px;
  margin: 0 auto 10px;
}




/* Collapse Cards CSS for Customer page*/

#industry-Coverage .section-heading {
  margin-top: 100px;
}

#industry-Coverage .collapse-cards {
  padding: 60px 0 0;
  height: 600px;
}

#industry-Coverage .collapse-cards .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#industry-Coverage .collapse-cards .card[active] {
  background: linear-gradient(rgba(38, 65, 112, 90%), rgba(38, 65, 112, 90%)), url(../images/customer-card-bg.png);
  position: relative;
  padding: 40px;
  justify-content: space-between;
}

#industry-Coverage .collapse-cards .card[active] .top-part {
  align-items: self-start;
}

#industry-Coverage .collapse-cards .card .top-part h3 {
  text-transform: capitalize;
  font-size: 28px;
  writing-mode: tb;
  transform: rotate(-180deg);
  margin-top: 0;
  text-align: center;
}

#industry-Coverage .collapse-cards .card[active] .top-part h3 {
  color: var(--white);
  transform: rotate(0);
  writing-mode: unset;
}

#industry-Coverage .collapse-cards .card li,
#industry-Coverage .collapse-cards .card p {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 10px;
}

#industry-Coverage .collapse-cards .card .top-part {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

#industry-Coverage .collapse-cards .card .bottom-part {
  display: none;
}

#industry-Coverage .collapse-cards .card[active] .bottom-part {
  display: block;
}


#industry-Coverage .two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}


/* /* Customer page Collapse Cards for Mobile screen accordian Formate css  */
.mobile-collapse-cards.customer-page h3 {
  font-size: 20px;
}

.mobile-collapse-cards.customer-page .accordion-item {
  background: linear-gradient(rgba(38, 65, 112, 90%), rgba(38, 65, 112, 90%)), url(../images/customer-card-bg.png);
  position: relative;
  justify-content: space-between;
  border: 0;
}

.mobile-collapse-cards.customer-page li {
  color: var(--white);
  margin-bottom: 10px;
}




/* leadership css end ******************************************************************* */

.leadership-slider-box .img-box {
  background: var(--gray_F2F2F2);
}

.leadership-slider-box .img-box img {
  max-width: 90%;
  margin: 0 auto;
  mix-blend-mode: darken;
}

.leadership-slider-box .profile-info {
  padding: 20px;
  padding-bottom: 0;
  border-left: 2px solid var(--yellow);
}

.leadership-slider-box .profile-info p {
  margin-bottom: 0;
  font-weight: 500;
}

.leadership-slider-box .profile-info span {
  color: var(--gray_919191);
  font-size: 18px;
}

.leadership-slider-box .owl-nav button.owl-next,
.leadership-slider-box .owl-nav button.owl-prev {
  top: 40% !important;
}



/* Our-journey section  */





#our-journey .main-content .content-section {
  height: 33.33%;
  /* Ensure each section takes up 1/3 of the container (3 sections visible at a time) */
  text-align: center;
  padding: 0 4rem;
  margin: 0;
}

#our-journey .content-section h1 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #9b59b6;
  font-size: 3em;
}


#our-journey nav ul {
  list-style: none;
  padding: 0;
}

#our-journey li {
  padding: 10px 0;
  margin-bottom: 15px;
}

#our-journey li:last-child .rect {
  display: none;
}

#our-journey span {
  display: inline-block;
  position: relative;
}

#our-journey nav a {
  display: inline-block;
  color: var(--black);
  text-decoration: none;
  font-size: 1em;
  position: relative;
}

#our-journey span.year {
  font-size: 24px;
  font-weight: 500;
  margin-left: 15px;
  text-align: left;
  display: inline;
  line-height: 1;
}

#our-journey .circle {
  height: 20px;
  width: 20px;
  /* left: -10px; */
  border-radius: 50%;
  background-color: var(--dark-blue-color);
}

#our-journey .rect {
  height: 55px;
  width: 2px;
  left: 9px;
  bottom: -39px;
  background-color: #272727;
  -webkit-transition: -webkit-transform 0.6s, width 1s;
  -moz-transition: -webkit-transform 0.6s, width 1s;
  transition: transform 0.6s, width 1s;
  position: absolute;
}

#our-journey nav a:hover,
#our-journey nav .active-section {
  color: #9b59b6;
}

/* #our-journey nav a:hover span, */
#our-journey nav .active-section span,
#our-journey nav .active-section span:not(.rect),
#our-journey nav .active-section span:not(.year) {
  background-color: var(--yellow);
}

#our-journey nav .active-section span.rect {
  background: var(--gray_707070);
}

#our-journey nav .active-section span.year {
  background-color: transparent;
}

#our-journey nav .active-section .rect {
  height: 55px;
}

.content-section .box-inner {
  display: flex;
  text-align: left;
  gap: 20px;
  height: 100%;
  max-height: 250px;
}

.content-section .box-inner .left {
  height: 100%;
}

.content-section .box-inner .left a {
  position: relative;
  height: inherit;
  display: inline-block;
}


#our-journey .content-section .box-inner .left a .rect {
  height: 100%;
  bottom: 0;
  width: 5px;
  left: 8px;
}

#our-journey .content-section .box-inner .left a .rect.last {
  display: none;
}

#our-journey .content-section .box-inner .left a .rect.even {
  background: linear-gradient(#264170, #fec42441);
}

#our-journey .content-section .box-inner .left a .rect.odd {
  background: linear-gradient(#fec42441, #264170);
}


#our-journey .content-section .box-inner .right p {
  font-size: 20px;
  margin-bottom: 25px !important;
}

#our-journey .main-content #section8 {
  height: 50.33%;
}

#our-journey .main-content #section8 .box-inner {
  max-height: unset;
}

#our-journey .main-wrapper {
  height: 600px;
  display: flex;
  margin-top: 100px;
}

#our-journey .side-bar {
  width: 160px;
  height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


#our-journey .main-content {
  flex-grow: 1;
  max-height: 600px;
  overflow: scroll;
  overflow-x: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#our-journey .main-content::-webkit-scrollbar {
  display: none;
}




#our-journey .main-content section:last-of-type {
  height: 60vh;
}




/* Product page css  */

#innerPageBanner .innerPageBanner-part.inner-page {
  background-size: cover;
  background-position: top center;
  min-height: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
}

.innerPageBanner-box {
  position: relative;
}

#innerPageBanner .innerPageBanner-part.inner-page .title-box {
  /* position: relative; */
  top: -90px;
  /* margin-left: auto; */
  /* max-width: 890px; */
  position: absolute;
  right: 18%;
  top: -140px;
  /* width: 100%; */
  display: inline-block;
}

#product .nav-tabs {
  gap: 20px;
  border: none;
  margin-bottom: 70px;
}

#product .nav-tabs .nav-link {
  flex-grow: 1;
  border-radius: var(--border-radius-10);
  background: var(--light-grey);
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 45px;
  font-size: 20px;
  flex-shrink: 0;
  flex-basis: 0;
}

#product .nav-tabs .nav-link.active {
  background: var(--dark-blue-color);
  color: var(--white);
}

.section-heading h4 {
  text-align: center;
  margin: 48px 0 12px;
  font-weight: 700;
}

/* product tab part  */

#product .tab-pane .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

#product .tab-pane .grid-wrapper .item {
  padding: 10px;
  border: 1px solid var(--light-grey-1);
}

#product .tab-pane .grid-wrapper .title {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--yellow);
  font-weight: 700;
  font-size: 26px;
}

.our-partners .logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.our-partners .logo-container .logo-box {
  border: 1px solid var(--yellow);
  min-width: 190px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}

.our-partners .logo-container .logo-box:hover {
  transform: scale(1.2);
}

.our-partners .button-box .btn-common {
  font-weight: 700;
  padding: 10px 30px;

}

/* .Tower-Lights .text-box p span.mybox1 {
    display: none;
    font-weight: 400;
} */

.Pumps-info .text-box p span.mybox1,
.Tower-Lights .text-box p span.mybox1 {
  display: none;
  font-weight: 400;
}


.Pumps-info .text-box button,
.Tower-Lights .text-box button {
  border: none;
  background: transparent;
  color: var(--gray_919191);
  display: block;
  margin: 0 auto;
  font-size: 24px;
}

.Pumps-info .text-box button {
  margin-left: 0;
}

.Tower-Lights .img-box {
  position: relative;
  margin-top: 150px;
}

.Tower-Lights .img-box .tower-img {
  position: absolute;
  top: -20%;
  left: 11%;
  max-width: 40%;
}


.key-feature .row {
  margin: 0 auto;
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.key-feature .col {
  padding: 0;
}

.key-feature .col .box {
  text-align: center;
  border: 1px solid var(--gray_707070);
  border-radius: var(--border-radius-10);
  padding: 15px;
  height: 100%;
  transition: var(--transition);
}

.key-feature .col .box:hover {
  background: #fff4bd;
  transform: translateY(-15px);
}

.key-feature .col .box .img-box {
  min-height: 200px;
}

.key-feature .col .box h5 {
  color: var(--black);
  margin: 20px 0 30px;
}

.key-feature .col .box p {
  font-size: 18px;
}


.key-feature.service .row {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.key-feature.service .box .img-box {
  min-height: 120px;
}

.key-feature.service .box h5 {
  color: var(--dark-blue-color);
  font-weight: 600;
}

.key-feature.service .box h5 br {
  display: none !important;
}

.key-feature.service .box:hover {
  transform: none;
  background: none;
}

.key-feature.service .box p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.key-feature.service .box p span {
  color: var(--black);
  font-weight: 700;
}

.key-feature.service .box .tooltip-box {
  text-align: left;
  position: relative;
  display: block;
}

.key-feature.service .box .tooltip-box a {
  font-size: 18px;
  color: var(--gray_919191);
}


.key-feature.service .box .tooltip-box .custom-tooltip {
  position: absolute;
  max-width: 600px;
  padding: 20px;
  background-color: var(--white);
  width: 100vw;
  bottom: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 6px 6px 20px 9px;
  visibility: hidden;
  /* Start hidden */
  opacity: 0;
  /* Start hidden */
  transition: visibility 0s, opacity 0.3s ease-in-out;
  /* Smooth transition */
  z-index: 2;
}

.key-feature.service .box .tooltip-box .custom-tooltip.show-tooltip {
  visibility: visible;
  /* Make it visible when this class is added */
  opacity: 1;
  /* Make it fully opaque */
}

.key-feature.service .box .tooltip-box .custom-tooltip::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid var(--white);
  transform: rotate(180deg);
  bottom: -22px;
  transition: var(--transition);
}

.key-feature.service .box .tooltip-box .custom-tooltip.no-space {
  right: 150px;
  left: unset !important;
}

.key-feature.service .box .tooltip-box .custom-tooltip.no-space::after {
  right: 50px;
  left: unset !important;
}






.get-in-touch {
  position: relative;
  padding: 7% 0;
  text-align: center;
  margin-top: 100px;
}

.get-in-touch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/get-in-touch-bg.png') no-repeat center center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}

.get-in-touch .btn-common {
  font-weight: 700;
  padding: 10px 30px;
}

.get-in-touch h5 {
  font-weight: 400;
}

.get-in-touch.service {
  padding: 4% 0 0;
  margin-top: 0;
}

.get-in-touch.service::before {
  display: none;
}

.get-in-touch.service .button-box {
  padding-top: 30px;
}


.Why-Choose .row {
  gap: 20px;
}

.Why-Choose .row>div {
  width: 49%;
  width: calc(50% - 10px);
}

.Why-Choose .box {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 90px 90px;
  position: relative;
  z-index: 1;
  height: 100%;
  /* Ensure box content sits above the pseudo-element */
}

.Why-Choose .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: revert;
  filter: grayscale(1);
  object-fit: cover;
}

.Why-Choose .box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: hsla(218, 49%, 29%, 90%);
  mix-blend-mode: normal;
  opacity: 0;
  transition: var(--transition);
}

.Why-Choose .box:hover::after {
  opacity: 1;
}

.Why-Choose .box:hover h4,
.Why-Choose .box:hover p {
  transform: translateY(0);
  opacity: 1;
}

.Why-Choose .box h4,
.Why-Choose .box p {
  position: relative;
  z-index: 3;
  transform: translateY(15px);
  transition: var(--transition);
  opacity: 0;

}

.Why-Choose .box h4 {
  font-weight: 600;
}

.Why-Choose .box p {
  font-size: 18px;
  text-wrap-style: balance;
}

.Why-Choose-slider {
  max-width: 1100px;
  margin: 0 auto;
}

.Why-Choose-slider .box {
  height: 100%;
  display: block;
}

.Why-Choose-slider .box .img-box {
  min-height: 170px;
}

.Why-Choose-slider .box img {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  object-fit: contain;
}

.Why-Choose-slider .box p {
  width: 100%;
  font-size: 18px;
}

.Why-Choose-slider .owl-stage-outer {
  padding-left: 1px;
}

.Why-Choose-slider .owl-stage {
  display: flex;
  height: 100%;
}

.Why-Choose-slider .owl-stage .item {
  height: 100%;
}

.Why-Choose-slider .item .text-box {
  margin-top: 0;
  width: 100%;
}

.Why-Choose-slider .text-box {
  margin-top: 50px;
}


/* Service page AMC-projects section  */
.AMC-projects {
  position: relative;
  background: url('../images/services-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 900px;
}

.AMC-projects .content-box {
  position: absolute;
  top: 32%;
}

.AMC-projects .content-box h5 {
  color: var(--dark-blue-color);
  font-weight: 800;
}

.AMC-projects .content-box p {
  margin-bottom: 50px;
}

.AMC-projects .content-box p:first-child {
  width: 50%;
}

.AMC-projects .content-box p:not(:first-child) {
  width: 31%;
}

#installations .installation-photos {
  display: flex;

}

#installations .installation-photos img {
  display: block;
  filter: grayscale(1);
  transition: var(--transition);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#installations .installation-photos img:hover {
  filter: grayscale(0);
}


.auto-pause-slider .auto-pause-slider {
  position: relative;
}

.auto-pause-slider .item {
  position: relative;
  display: flex;
  justify-content: center;
}

.auto-pause-slider .item video {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--yellow_E9D070);
  /* height: 600px; */
  aspect-ratio: 16/9;
  object-fit: cover;
}

.auto-pause-slider .item .video-control-symbol {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#peopleSpeak .auto-pause-slider .item .video-control-symbol {
  top: 50%;
}

.auto-pause-slider .item .video-control-symbol .pause-icon,
.auto-pause-slider .item .video-control-symbol .ply-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.auto-pause-slider .item .video-control-symbol.playing .pause-icon {
  display: block;
}

.auto-pause-slider .item .video-control-symbol .pause-icon {
  display: none;
}

.auto-pause-slider .item .video-control-symbol .ply-icon {
  display: block;
}

.auto-pause-slider .item .video-control-symbol.playing .ply-icon {
  display: none;
}

.auto-pause-slider .item .video-control:not(.playing) .video-control-pause,
.auto-pause-slider .item .video-control.playing .video-control-play {
  display: none;
}

.auto-pause-slider .item .customer-info {
  text-align: center;
}

.auto-pause-slider .item .customer-info p {
  color: var(--gray_707070);
}

.auto-pause-slider .item .customer-info p:first-child {
  margin: 20px 0 0 0;
}

#testimonial .owl-nav button {
  top: 40% !important;
}


/* Cereers page video section css  */

#peopleSpeak .auto-pause-slider .item video {
  aspect-ratio: 9/16;
  border-radius: 0;
  box-shadow: none;
}


/* life@pipl page css  */

#life_pipl .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}


#life_pipl .grid-wrapper .item .thumbnail-img {
  aspect-ratio: 3/2;
  object-fit: fill;
  object-position: top;
}

#life_pipl .grid-wrapper .title {
  justify-content: center;
  align-items: center;
  background: var(--yellow);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
}

#life_pipl .grid-wrapper .title span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}

#life_pipl .button-box .btn-common.blue {
  background: var(--dark-blue-color);
  color: var(--white) !important;
  flex-grow: 1;
  width: 20%;
  text-transform: capitalize;
  font-weight: 700;
  padding: 12px 12px;
}


/* lightbox gallry css start */


.lightbox-gallery .btn-close {
  position: absolute !important;
  opacity: 1 !important;
  background: transparent !important;
  top: 0 !important;
  right: 0 !important;
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.lightbox-gallery .modal-header {
  justify-content: center;
  border: none;
  text-transform: uppercase;
}

.lightbox-gallery .modal-header h4 {
  color: var(--yellow);
  font-weight: 600;
}

.lightbox-gallery {
  background: var(--black) !important;
}

.lightbox-gallery .img-size {
  height: 450px;
  width: 700px;
  background-size: cover;
  overflow: hidden;
}

.lightbox-gallery .carousel-item img {
  height: 450px;
  width: 700px;
  margin: 0 auto;
}

.lightbox-gallery .modal-content {
  width: 1200px;
  border: none;
  background: transparent !important;
}

.lightbox-gallery .modal-body {
  padding: 0;
}

.lightbox-gallery .carousel-control-prev-icon {
  background-image: url("../images/lightbox-arrow-left.png");
}

.lightbox-gallery .carousel-control-next-icon {
  background-image: url("../images/lightbox-arrow-right.png");
}

.lightbox-gallery .thumbnail-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.lightbox-gallery .thumbnail-container img {
  max-width: 205px;
  flex-grow: 1;
}

.lightbox-gallery .carousel-control-next,
.lightbox-gallery .carousel-control-prev {
  bottom: 40px !important;
  top: unset !important;
  opacity: 1 !important;

}


.lightbox-gallery .top-slider .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.lightbox-gallery .top-slider .item img {
  margin: 0 auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}

.lightbox-gallery .top-slider .owl-nav button {
  position: absolute;
  bottom: -100px;
  top: unset;
  transform: unset;
  /* z-index: 777; */
}

.lightbox-gallery .bottom-slider {
  width: 80%;
  margin: 0 auto;
}

.lightbox-gallery .bottom-slider .item {
  background: #c9c9c9;
  /* padding: 10px 0px; */
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.lightbox-gallery .bottom-slider .owl-stage-outer .owl-stage {
  margin: 0 auto;
}

.lightbox-gallery .bottom-slider .item h1 {
  font-size: 18px;
}

.lightbox-gallery .bottom-slider .current .item {
  background: #0c83e7;
}

.lightbox-gallery .bottom-slider img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

/* .owl-theme .owl-nav [class*="owl-"].disabled {
    display: none;
} */


.lightbox-gallery .top-slider.owl-theme {
  position: relative;
}



.lightbox-gallery .top-slider.owl-theme .owl-prev {
  left: 10px;
}

.lightbox-gallery .top-slider.owl-theme .owl-next {
  right: 10px;
}

/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}

.lightbox-gallery .top-slider.owl-theme .owl-next,
.lightbox-gallery .top-slider.owl-theme .owl-prev {
  width: 35px !important;
  height: auto !important;
  margin: 0;
}

.lightbox-gallery .top-slider svg {
  width: 22px !important;
}

/* Ensure images fade correctly */
.lightbox-gallery .top-slider .fade:not(.show) {
  opacity: 1 !important;
}



/* lightbox gallry css end */


/* Contact page css  */
#our-presence .container-fluid {
  max-width: 1620px;
  margin-left: auto;
  margin-right: 30px;
  width: 92%;
}

#our-presence .grid-box {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 50px;
  align-items: center;
}

#our-presence .grid-box .row {
  row-gap: 60px;
}

#our-presence .grid-box .parent-box {
  display: flex;
  gap: 15px;
}

#our-presence .parent-box.top {
  align-items: center;
}

#our-presence .parent-box.top .address-box {
  flex-grow: 0 !important;
}

#our-presence .grid-box .parent-box .icon-box {
  flex-shrink: 0;
}

#our-presence .grid-box .parent-box .address-box {
  flex-grow: 1;
}

#our-presence .grid-box p {
  line-height: 1.2;
  margin: 0;
}

#our-presence .grid-box p.yellow {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

#our-presence .grid-box p.white {
  font-weight: 400;
  line-height: 1.4;
  max-width: 100%;
}

.yellow-line {
  height: 1px;
  width: 100%;
  background: var(--yellow);
  margin: 15px 0;


}


.get-in-touch.contact::before {
  background: url(../images/become-partner-bg.png) no-repeat center center;
  opacity: 0.2;
}

.get-in-touch.contact h5 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.get-in-touch.contact .button-box {
  padding-top: 40px;
}

/* cmn form css  */

.cmn-form .form-control-common {
  border-color: var(--quill-grey-color);
  border-radius: var(--border-radius-10) !important;
  filter: drop-shadow(0 3px 50px rgba(93, 93, 93, 6%));
  color: var(--black);
}

.cmn-form .form-control-common::placeholder {
  text-transform: capitalize;
  color: var(--warm-grey) !important;
}

input[type="email"] {
  text-transform: lowercase !important;
}

input[type="email"]::placeholder {
  text-transform: capitalize !important;
}

.input-group span.note {
  padding: 6px 0 0 20px;
  color: var(--warm-grey);
}

.enquire-form .form-btn,
.cmn-form .input-group .btn-common {
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;

}

.cmn-form select {
  background-position: 97% 50% !important;
  color: var(--warm-grey) !important;
}








/* Common modal css start */
.common-modal .modal-content {
  border-radius: 20px;
  padding: 60px 100px;
}

.common-modal .btn-close {
  width: 30px;
  height: 30px;
  opacity: 1;
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
}

.common-modal .section-heading h3 {
  color: var(--black);
  font-weight: 600;
}

.common-modal .col-md-6 {
  width: 48%;
}

.common-modal .form-control-common {
  border: none;
  border-bottom: 1px solid var(--gray_707070);
  padding-left: 10px;
  color: var(--black);
}


.common-modal .form-control-common::placeholder,
.common-modal select {
  text-transform: capitalize;
  color: var(--gray_A7A7A7) !important;

}

select {
  color: var(--gray_A7A7A7) !important;
  appearance: none !important;
  background: url('../images/dropdown-arrow.png') !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
}

.common-modal .input-group.button-box {
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.common-modal .input-group.button-box .btn-common {
  flex-grow: 1;
  width: 48%;
  text-transform: capitalize;
  font-weight: 700;
  padding: 12px 12px;
}

.common-modal .input-group.button-box .btn-common.blue {
  background: var(--dark-blue-color);
  color: var(--white) !important;
}

.common-modal .input-group.button-box .btn-common:hover {
  opacity: 1;
}

.modal-backdrop.show {
  background: #264170ce !important;
  opacity: 1 !important;
}

/* css after dynamic  */
.common-modal p {
  width: 100%;
}

.wpcf7-spinner {
  display: none !important;
}

body.page-template-life-at-pipl-template .modal-backdrop.show {
  background: #000 !important;
  opacity: 1 !important;
}

input.cv-input {
  display: none;
}

/* .upload-resume .wpcf7-form-control-wrap {
    display: none;
} */

.upload-resume .wpcf7-form-control-wrap {
  position: absolute;
  top: 90px;
  font-size: 16px;
}

/* Style the custom button */
.upload-resume .custom-button {
  background: transparent;
  border: none;
  padding: 0 !important;
}

.custom-text-modal,
.custom-text {
  font-family: sans-serif;
  color: var(--warm-grey);
}

.custom-text-modal {
  color: var(--gray_A7A7A7) !important;
}

.form-control-common.upload {
  padding-right: 20px;
}