.banner {
  /* margin-top: 95px; */
  height: fit-content !important;
  min-height: 650px;
  position:relative;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.banner img {
  display: none;
  height: 100% !important;
  min-height: 650px;
  object-fit: cover;
  width: 100%;
  object-position: top;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 0;
  transition: opacity 0.8s;
}

.banner video {
  display: none;
  height: 100% !important;
  min-height: 650px;
  object-fit: cover;
  width: 100%;
  object-position: top;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 0;
  transition: opacity 0.8s;
}

.banner img.active {
  display: block;
  opacity: 1;
}

.banner video.active {
  display: block;
  opacity: 1;
}

.banner .content {
  position: absolute;
  top: 90px;
  left: 105px;
  width: 40%;
  overflow: hidden;
  color: white;
}

.banner .content .slide {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); */
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 30px;
}

.content .slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.slider .slide {
  flex: 0 0 100%;
}

.slider span {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.contentIndicator {
  margin-top: 5px;
}

.banner .indi {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: gray;
  margin-right: 5px;
  cursor: pointer;
}

.contentIndicator .active {
  background: white;
}

.banner .card {
  position: absolute;
  top: 100px;
  right: 110px;
  width: 350px;
  padding: 30px 20px 0px 20px;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
  border: 3px solid #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  border-radius: 29px;
}

.banner .card input,
.banner .card textarea,
.banner .card select {
  background: rgba(19, 19, 19, 0.7);
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2.5px);
  border-radius: 6px;
  color: lightgrey;
  margin: 9px;
  padding: 8px 16px;
  font-size: 16px;
  width: 95%;
}

.banner .card input{
height: 40px;
}

.banner .card select{
height: 40px;
margin-top:0px !important;
}

.banner .card textarea{
height: 55px;
}

.banner .card input::placeholder {
  color: lightgray;
}

input.wpcf7-submit {
  background: rgba(39, 84, 164, 0.5) !important;
  border: 1px solid #ffffff;
  border-radius: 6px;
  height: 40px;
  margin: 16px 9px;
  padding: 9px;
  margin-bottom: -16px;
  color: #ffffff;
}

.banner .card p:first-child {
  background: #d72d27;
  border-radius: 30px;
  width: 60%;
  text-align: center;
  text-decoration: none;
  color: white;
  height: 40px;
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px;
  font-weight: 500;
  margin-bottom: -30px;
}

.card .wpcf7-spinner{
  margin:0 !important
}

.wpcf7-response-output{
	margin-top:-28px !important;
	margin-bottom:20px !important;
	color:#fff !important;
}

.wpcf7-not-valid-tip{
	margin-top:-5px !important;
	margin-bottom:-20px !important;
	margin-left:20px !important;
	color:#fff !important;
	font-weight:400 !important;
	font-size: 14px !important;
}

.card span {
  font-weight: 500;
  font-size: 18px;
  /* margin-top: 20px; */
}

/* Corporate section start */

.corp,
.industeries {
  background: linear-gradient(90deg, #d9d9f1, #fce4e4);
}

.corp {
  padding-bottom: 50px;
}

.corporateSec {
  background: linear-gradient(96.49deg, #fbf5f5 13.54%, #f6f6f9 89.57%);
  border: 5px solid #ffffff;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  height: 275px;
  width: 100%;
  margin: 50px auto 150px;
}

.corporateSec .innercard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
}

.corporateSec .innercard img {
  height: 86px;
  width: 86px;
}

.innercard img {
  margin: 0 auto;
  margin-bottom: 17px;
}

.innercard h4 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
}

.innercard p,
.innercard a,
.innercard button {
  display: none;
}

.corporateSec .order-2 {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  top: 30px;
  width: 40%;
  min-height: 325px;
  height: fit-content;
}

.corporateSec .order-2 p {
  display: block;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.corporateSec .innercard img,
.whychoose .innercard img,
.indus .innercard img {
  height: 100px;
  width: 100px;
}

.corporateSec .order-2 a {
  display: block;
  background: #d72d27;
  height: 50px;
  font-size: 18px;
  border-radius: 6px;
  color: white;
  width: 200px;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  margin: 0 auto;
}

.corporateSec .order-2 button {
  position: relative;
  display: block;
  border-radius: 50%;
  border: none;
  margin-top: 30px;
  margin-bottom: -90px;
  margin-right: 55px;
}
.corporateSec .order-2 button img {
  height: 50px;
  width: 50px;
}

.corporateSec .order-4,
.corporateSec .order-5,
.corporateSec .order-6,
.corporateSec .order-7,
.corporateSec .order-8,
.corporateSec .order-9 {
  display: none;
}

/* Benifits section */

.benifits h2 {
  color: #000;
  font-size: 43px;
  font-weight: 600;
  text-transform: capitalize;
}

.benifits h3 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
}

.benifits p {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
}

.benifits .btnContainer {
  width: fit-content;
  position: relative;
  left: 469px;
  bottom: 70px;
}

.benifits .btnContainer button {
  background: none;
  border: none;
}
.benifits .btnContainer .nextAr {
  margin-left: -5px;
}

/* why choose us section */

.whychoose {
  background: linear-gradient(96.49deg, #fbf5f5 13.54%, #f6f6f9 89.57%);
  border: 5px solid #ffffff;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
  border-radius: 56px;
  height: 240px;
  display: flex;
  margin-bottom: 150px;
  justify-content: center;
  gap: 10px;
}

.whychoose .innercard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 250px;
}

.whychoose .innercard img {
  margin-bottom: 17px;
}

.whychoose .innercard:hover {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 30px;
  position: relative;
  top: 30px;
  width: 350px;
  height: fit-content;
}

.whychoose .innercard:hover p {
  display: block;
  text-align: center;
  font-weight: 400;
}

.whychoose .order-5 {
  display: none;
}

.prev {
  background: none;
  border: none;
  position: absolute;
  top: 250px;
  left: -10px;
}

.next {
  background: none;
  border: none;
  position: absolute;
  top: 250px;
  right: -10px;
}

/* indus section */

.industeries h2 {
  font-weight: 600 !important;
  font-size: 40px;
}

.indus {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  gap: 30px;
}

.indus .innercard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 230px;
  background: #fff;
  border-radius: 30px;
  height: 250px;
  position: relative;
  padding: 20px;
}

.indus .innercard img {
  margin-bottom: 17px;
}

.indus .order-3 {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 30px;
  position: relative;
  width: 400px;
  height: fit-content;
}

.indus .order-3 p {
  display: block;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

/*.indus .order-3 img{*/
/*    margin-top:-15px;*/
/*}*/

.indus .order-3 a {
  display: block;
  background: #d72d27;
  height: 50px;
  font-size: 18px;
  border-radius: 6px;
  color: white;
  width: 200px;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  margin: 0 auto;
}

.indus .order-3 button {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  margin-bottom: -50px;
}

.indus .order-3 button img {
  height: 50px;
  width: 50px;
}

.indus .order-6,
.indus .order-7,
.indus .order-8,
.indus .order-9,
.indus .order-10,
.indus .order-11,
.indus .order-12,
.indus .order-13,
.indus .order-14 {
  display: none;
}

.nav-buttons {
  position: absolute;
  display: flex;
  z-index: 0;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  top: 290px;
}

.prevBtn {
  background: none;
  border: none;
  position: relative;
  left: -25px;
}

.nextBtn {
  background: none;
  border: none;
  position: relative;
  right: -25px;
}

/* App section */

.app {
  display: grid;
  grid-template-columns: 12fr 11fr;
  width: 100%;
  overflow: hidden;
}

#text {
  padding: 20px 150px 0px 20px;
  color: #000;
  font-weight: 500;
}

.board-wraper {
  height: 410px;
  width: 80%;
  margin-top: 50px;
  overflow-y: scroll;
}
.board-wraper div {
  position: relative;
  z-index: 9;
  border-radius: 31px;
  margin: 25px 20px;
  padding: 10px;
  margin-right: 70px;
  border-radius: 31px;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.board-wraper div p {
  font-weight: 600;
}

/* scrollbar */
.board-wraper::-webkit-scrollbar {
  width: 5px;
  background-color: #00000020;
}

.board-wraper::-webkit-scrollbar-thumb {
  background-color: red;
}

.board-wraper::-webkit-scrollbar-button {
  display: none;
}

#w75{
    width:75%;
}

/* responsive */

@media (min-width: 992px) {

  .banner img,
  .banner video {
  
  }
}

@media (max-width: 1200px) {
  .whychoose .order-4 {
    display: none !important;
  }

  .indus .order-1,
  .indus .order-5 {
    display: none;
  }
  
  .benifits .btnContainer {
  left: 403px;
}
}

@media (max-width: 992px) {
    .benifits .btnContainer {
  width: fit-content;
  position: relative;
  left: 469px;
  bottom: 70px;
}
  .whychoose .order-3 {
    display: none !important;
  }
  .indus .order-1,
  .indus .order-5 {
    display: none;
  }
  .banner {
    min-height: 730px;
  }

  .banner img,
  .banner video {
    min-height: 730px;
  }

  .banner .content {
    position: absolute;
    top: 50px;
    margin-bottom: 30px;
    width: 100%;
    left: 0;
  }

  /* .banner .content .slide {
    background: #00000080;
    padding: 30px;
  } */

  .contentIndicator {
    margin-left: 30px;
  }

  .banner .card {
    position: absolute;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    padding: 20px;
    padding-bottom: 0;
    bottom: 30px;
  }
  .corporateSec {
    height: 350px;
  }

  .corporateSec .innercard {
    width: 25% !important;
  }

  .corporateSec .order-2 {
    width: 50% !important;
    padding: 30px;
  }

  .corporateSec .order-2 button {
    top: -20px;
  }

  .whychoose {
    height: 350px;
  }

  .whychoose .innercard p {
    display: block;
    text-align: center;
  }

  .whychoose .innercard {
    width: 45%;
  }

  .prev {
    top: 300px;
    left: -10px;
  }

  .next {
    top: 300px;
    right: -10px;
  }

  .app {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
    overflow: hidden;
  }

  #text {
    padding: 20px;
    padding-bottom: 0px;
    color: #000;
    font-weight: 500;
  }

  .board-wraper {
    height: 410px;
    width: 95%;
    margin-top: 50px;
    overflow-y: scroll;
  }

  .board-wraper div {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
    #w75{
        width:90%;
    }
  .corporateSec {
    height: 320px;
  }

  .corporateSec .order-2 {
    width: 50% !important;
    padding: 20px;
  }

  .corporateSec .order-2 button {
    top: -25px;
    margin-top: 45px;
  }

  .indus .order-4 {
    display: none;
  }

  .btnContainer {
    width: fit-content;
    position: relative;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 10px;
    margin: 20px 0;
  }
}

@media (max-width: 576px) {
  .banner {
    height: 890px;
  }

  .banner img,
  .banner video {
    min-height: 890px;
  }

  .banner .card {
    position: absolute;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: 420px;
    padding: 20px;
  }
  .corporateSec {
    background: none !important;
    border: none;
    box-shadow: none;
    height: 320px;
    margin-top: 0px;
    padding: 0;
  }
  .corporateSec .order-2 {
    width: 100% !important;
    top: 50px;
  }

  .corporateSec .order-2 button {
    left: 50%;
    transform: translateX(-50%);
  }

  .corporateSec .order-1,
  .corporateSec .order-3 {
    display: none;
  }

  .whychoose {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: none;
    margin-bottom: 0px;
  }
  .whychoose .order-2 {
    position: absolute;
    top: 5%;
    width: 80%;
  }

  .whychoose .order-2 {
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 30px;
    position: relative;
    top: 30px;
    height: fit-content;
  }

  .whychoose .order-1,
  .whychoose .order-3,
  .whychoose .order-r {
    display: none;
  }

  .indus .order-2 {
    display: none;
  }

  .indus .order-3 img,
  .indus .order-3 h4,
  .indus .order-3 button {
    display: block;
  }

  .whpre {
    left: 0;
    top: 240px;
  }

  .whnxt {
    right: 0;
    top: 240px;
  }

  .prevBtn {
    left: -10px;
    top: 60px;
  }

  .nextBtn {
    right: -10px;
    top: 60px;
  }
}

/* Corporate CSS */

/* corporate banner */
.corporate p {
  font-weight: 400;
}
.corporate .banner {
  /* margin-top: 95px; */
  height: fit-content;
  /* min-height: 650px; */
  background-size: cover;
  position: relative;
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00000060 0%, transparent 100%);
}

.corporate .banner .content {
  position: absolute;
  top: 170px;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: white;
  background: #00000070;
  padding: 37px 42px 42px 105px;
}


.corporate .banner .card {
  position: absolute;
  top: 150px;
  right: 110px;
  width: 350px;
  padding: 30px 20px 0px 20px;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
  border: 3px solid #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  border-radius: 29px;
}

/* engage */

.corporate .engage h3 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
}


.corporate .engage p {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
}

.corporate .btnContainer {
  width: fit-content;
  position: relative;
  left: 487px;
  bottom: 70px;
}

.corporate .btnContainer button {
  background: none;
  border: none;
}
.corporate .btnContainer .nextAr {
  margin-left: -5px;
}

/* value prop */
.corporate .value,
.bglgr {
  background: linear-gradient(90deg, #d9d9f1, #fce4e4) !important;
}

.bglgr1 {
  background: linear-gradient(90deg, #d9d9f1, #fce4e4);
}
.corporate .cardsWraper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.corporate .cardsWraper .card {
  border-radius: 35px;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.corporate .cardsWraper .card img {
  width: 100px;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
}

.corporate .cardsWraper .card h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.corporate .cardsWraper .card p {
  margin-bottom: 5px;
}

.corporate .value button {
  width: 208px;
  height: 50px;
  border-radius: 6px;
  background: #d72d27;
  color: #ffffff;
  border: none;
  position: relative;
  left: calc(50% - 104px);
  margin: 40px auto;
  font-size: 20px;
  font-weight: normal;
}

/* emergency */
.corporate .emergency {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.corporate .emergency p {
  font-weight: 300;
}
.corporate .emergency button {
  width: 220px;
  height: 50px;
  border-radius: 6px;
  background: rgb(39, 84, 164);
  color: #ffffff;
  border: none;
  margin: 10px auto;
  font-size: 18px;
  font-weight: normal;
}

/* faq accordion */

.corporate .accordion .card {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 20px;
}
.corporate .accordion .card-header {
  background-color: #fff;
  cursor: pointer;
  padding: 20px;
  border: none;
  border-radius: 25px;
}
.corporate .accordion .card-header h5 {
  font-size: 25px;
  font-weight: 400;
  margin: auto 0;
}
.corporate .accordion .card-header h5.open {
  font-weight: 600;
}
.corporate .accordion .card-header .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
}

.corporate .accordion .card-body {
  padding: 20px;
  padding-top: 0;
  width: 95%;
  font-weight: 400;
  color: #000;
}

/* responsive */

@media (max-width: 1200px) {
    .corporate .btnContainer {
  width: fit-content;
  position: relative;
  left: 403px;
  bottom: 70px;
}
}

@media (max-width: 992px) {
    .corporate .btnContainer {
  width: fit-content;
  position: relative;
  left: 487px;
  bottom: 70px;
}
  .corporate .cardsWraper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .corporate .banner .content {
    position: relative;
    width: 100%;
    padding: 20px;
    top: 0px;
  }

  .corporate .banner .card {
    position: relative;
    bottom: 50px;
    top: -50px;
    left: 50%;
    transform: translatex(-50%);
    width: 90%;
    max-width: 350px;
    padding: 20px;
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .corporate .cardsWraper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .corporate .btnContainer {
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    margin: 20px 0;
  }
  .corporate {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .corporate .banner .card {
    top: 50%;
  }

  .corporate .icon {
    display: none;
  }
}

/* About CSS */
main.aboutPage {
  background: #fdfdfd;
}

.aboutPage p {
  font-weight: 400;
}

.aboutPage .video-banner {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 100px;
}

.aboutPage .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.95;
  z-index: 2;
}

.aboutPage #bannervideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}


.aboutPage .video-banner .info {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 3;
}

.aboutPage .info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.aboutPage .info-content h2 {
  font-weight: 600;
  color: white !important;
  font-size: 40px;
}

.aboutPage .info-content h2 {
  color: white !important;
}

.aboutPage .info button {
  background: transparent;
  border: none;
}

/* philosphy */
.aboutPage .carousel-inner {
  position: relative;
  width: 100%;
  margin-top: -40px;
}

.aboutPage .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.aboutPage .carousel-caption h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.aboutPage .carousel-caption p {
  font-weight: 400;
  font-size: 16px;
}

.aboutPage .carousel-indicators button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
}

.aboutPage .carousel-indicators {
  position: absolute;
  bottom: 20%;
}

.aboutPage .carousel-indicators button {
  background-color: #d9d9d9 !important;
}

.aboutPage .carousel-indicators button.active {
  background-color: #d72d27 !important;
}

.aboutPage .bottomPanel {
  position: relative;
  border-radius: 35px;
  border: 5px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  margin: 150px auto 50px;
  padding: 80px;
  padding-top: 0px;
}

.aboutPage .bottomPanel p:nth-child(2) {
  padding: auto 10px;
  margin-bottom: -55px;
  padding-bottom: 30px;
}

.aboutPage .topPanel {
  border-radius: 64px;
  border: 5px solid #fff;
  position: relative;
  top: -100px;
  margin-bottom: -80px;
}

.aboutPage .topPanel button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
}

.aboutPage .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.aboutPage #video {
  width: 100%;
  height: fit-content;
  object-fit: cover;
}

.aboutPage .popup-video {
  padding: 2rem;
}

.aboutPage .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f00;
  cursor: pointer;
  background:#fff;
  border-radius:50%;
  padding:5px;
  height:30px;
  width:30px;
}

.aboutPage .close-button span{
    position: relative;
    top: -18px;
    left: 5px;
    font-size:14px;
}

/* team */
.aboutPage .team {
  background: linear-gradient(96.49deg, #fbf5f5 13.54%, #f6f6f9 89.57%);
  border: 5px solid #ffffff;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
  border-radius: 56px;
  height: 400px;
  display: flex;
  margin-bottom: 200px;
  justify-content: center;
  gap: 10px;
}

.aboutPage .team .innercard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-width: 250px; */
  text-align: center;
  /* max-width: 350px; */
  width: 30%;
}

.aboutPage .team .innercard img {
  border-radius: 30px;
  border: 5px solid #fff;
  background: linear-gradient(
    13deg,
    rgba(215, 45, 39, 0.3) 0%,
    rgba(39, 84, 164, 0.3) 100%
  );
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  margin: 25px;
  aspect-ratio: 16/10;
  object-fit: contain;
  object-position: bottom;
}

.aboutPage .team .innercard h4 {
  font-size: 16px;
  font-weight: 500;
}

.aboutPage .team .innercard h5 {
  font-size: 16px;
  font-weight: 400;
}

.aboutPage .team .innercard .dotted {
  border-top: 1px solid lightgrey;
  width: 80%;
  margin: 10px auto;
}

.aboutPage .team .innercard div,
.aboutPage .team .innercard p {
  display: none;
}

.aboutPage .team .order-2 {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: relative;
  top: 30px;
  width: 33%;
  /* max-width: 400px; */
  height: fit-content;
}

.aboutPage .team .order-2 p,
.aboutPage .team .order-2 div {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
}

.aboutPage .team .order-4,
.aboutPage .team .order-5,
.aboutPage .team .order-6,
.aboutPage .team .order-7,
.aboutPage .team .order-8,
.aboutPage .team .order-9,
.aboutPage .team .order-10,
.aboutPage .team .order-11 {
  display: none !important;
}

.aboutPage .prev {
  background: none;
  border: none;
  position: absolute;
  top: 61%;
  left: -10px;
}

.aboutPage .next {
  background: none;
  border: none;
  position: absolute;
  top: 61%;
  right: -10px;
}

/* culture */
.aboutPage .outer {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 70px;
  border-radius: 56px;
  border: 5px solid #fff;
  background: linear-gradient(154deg, #fbf5f5 0%, #f6f6f9 100%);
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 74px 20px 74px;
}

.aboutPage .outer h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

.aboutPage .outer .btnContainer {
  width: fit-content;
  position: relative;
  left: -53px;
  bottom: 70px;
}

.aboutPage .outer .btnContainer button {
  background: none;
  border: none;
  margin: 0;
}

.aboutPage .outer .btnContainer .nextAr {
  margin-left: -5px;
}

/* award section */

.aboutPage .awCardHolder {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  justify-content: space-between;
}

.aboutPage .awcard {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  /*width: 425px;*/
  padding: 16px;
}

.aboutPage .awcard img {
  border-radius: 35px;
  aspect-ratio: 16/9;
}

.aboutPage .awcard h4 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin: 20px auto;
  color: #1a1919;
}

.aboutPage .awcard h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  width: 70%;
  margin: -10px auto 10px;
  color: #3d3d3d;
}

.aboutPage .awcard hr {
  width: 90%;
  margin: 20px auto;
}

.aboutPage .awcard p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgb(112, 112, 112);
}

.aboutPage .owl-stage{
    padding-top:40px;
    padding-bottom:40px;
}

.aboutPage .owl-dots{
    display:flex !important;
    justify-content:center;
    margin-top:0px;
}

.aboutPage .owl-dots > button{
     width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00000010 !important;
  margin-right: 5px;
  cursor: pointer;
}

.aboutPage .owl-dots > button.active{
    background: #d72d27 !important;
}

/*.aboutPage .indicators {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  bottom: 0;*/
/*}*/

/*.aboutPage .indicator {*/
/*  display: inline-block;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  border-radius: 50%;*/
/*  background-color: #00000010;*/
/*  margin-right: 5px;*/
/*  cursor: pointer;*/
/*}*/

/*.aboutPage .indicators .active {*/
/*  background: #d72d27;*/
/*}*/

@media (max-width: 1200px) {
  .aboutPage .carousel-inner img {
    height: 450px !important;
  }
  .aboutPage .carousel-caption {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .aboutPage .carousel-inner img {
    height: 500px !important;
    width: 100%;
  }
  /* .aboutPage .carousel-caption {
    width: 0%;
  } */
  .aboutPage .team .innercard {
    width: 25% !important;
  }

  .aboutPage .team .innercard img {
    border-radius: 20px;
  }

  .aboutPage .team .order-2 {
    width: 50% !important;
  }
  /*.aboutPage .awCardHolder .order-3 {*/
  /*  display: none;*/
  /*}*/
  
  .aboutPage .outer {
  display: grid;
  grid-template: initial;
  gap: 0px;
}
.aboutPage .outer h3{
    margin-top:5px;
    font-size:28px;
}
}

@media (max-width: 768px) {
  
}

@media (max-width: 576px) {
    .aboutPage .close-button span{
    position: relative;
    top: -8px;
    left: 3px;
    font-size:14px;
}
  .aboutPage .video-banner {
    position: relative;
    width: 100%;
    min-height: 320px;
    height: fit-content;
    margin-top: 70px;
  }

  .aboutPage .video-banner .info {
    width: 90%;
  }
  
/*  .aboutPage .info-content h2,*/
/*  .aboutPage .info-content h1{*/
/*  font-size: 24px;*/
/*}*/

  .aboutPage .info-content button img {
  height:30px;
  width:30px;
}

  .aboutPage .carousel-inner {
    position: relative;
    width: 100%;
    border-radius: 35px;
    border: 5px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    margin-bottom: 50px;
  }

  .aboutPage .carousel-caption {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    min-height: 350px;
  }

  .aboutPage .carousel-inner img {
    display: none !important;
  }

  .aboutPage .carousel-caption h5 {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .aboutPage .carousel-indicators {
    position: absolute;
    bottom: 0px;
  }

  .aboutPage .bottomPanel {
    position: relative;
    border-radius: 35px;
    border: 5px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 10px 0px;
    margin-top: 120px;
  }

  .aboutPage .bottomPanel p:nth-child(2) {
    padding: auto 10px;
    padding-bottom: 50px;
  }

  .aboutPage .topPanel {
    border-radius: 64px;
    border: none;
  }

  .aboutPage .topPanel button img {
    max-height: 40px;
    max-width: 40px;
  }

  .aboutPage .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }

  .aboutPage .popup-video {
    padding: 10px;
  }

  .aboutPage .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    font-size: 24px;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    padding: 1px 8px;
  }

  .aboutPage .team .order-2 {
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    position: relative;
    top: 30px;
    width: 80% !important;
    height: fit-content;
  }

  .aboutPage .team .order-2 p,
  .aboutPage .team .order-2 h4,
  .aboutPage .team .order-2 h5,
  .aboutPage .team .order-2 div,
  .aboutPage .team .order-2 img {
    display: block;
    padding: 0 30px;
  }

  .aboutPage .team .order-1,
  .aboutPage .team .order-3,
  .aboutPage .team .order-4,
  .aboutPage .team .order-5,
  .aboutPage .team .order-6,
  .aboutPage .team .order-7,
  .aboutPage .team .order-8,
  .aboutPage .team .order-9,
  .aboutPage .team .order-10,
  .aboutPage .team .order-11 {
    display: none !important;
  }

  .aboutPage .prev {
    left: 0px;
  }

  .aboutPage .next {
    right: 0px;
  }

  .aboutPage .outer {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
    padding: 20px;
    text-align: center;
  }

  .aboutPage .outer h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .aboutPage .outer .btnContainer {
    width: fit-content;
    position: relative;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .aboutPage .awCardHolder .order-1,
  .aboutPage .awCardHolder .order-3 {
    display: none;
  }

  .aboutPage .awCardHolder .order-2 {
    display: block;
  }

  .aboutPage .awcard {
    width: 100% !important;
  }
}

/* contact us page */

.map-container {
  border-radius: 35px;
  border: 5px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  height: fit-content;
  padding-bottom: 500px;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-container .card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  width: 350px;
  padding: 30px 20px 25px 20px;
  background: rgba(0, 0, 0, 0.7);
  border: 3px solid #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  border-radius: 29px;
}

.map-container .card input,
.map-container .card select {
  background: rgba(19, 19, 19, 0.8);
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2.5px);
  border-radius: 6px;
  color: lightgrey;
  height: 40px;
  margin: 9px;
  padding: 8px 16px;
  font-size: 16px;
	width:95%;
}

.map-container .card textarea {
  background: rgba(19, 19, 19, 0.8);
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2.5px);
  border-radius: 6px;
  color: lightgrey;
  height: 100px;
  margin: 9px;
  padding: 8px 16px;
  font-size: 16px;
	width:95%;
}

.map-container .card input::placeholder,
.map-container .card textarea::placeholder {
  color: lightgray;
}

.map-container .card button {
  background: rgb(39, 84, 164);
  border: none;
  border-radius: 30px;
  height: 45px;
  margin: 16px 9px;
  color: #ffffff;
}

.map-container .card p {
  font-weight: 500;
  font-size: 20px;
  color: white;
  padding: 0 15px;
  margin-bottom: 0px;
}

.map-container .wpcf7-response-output{
	margin-bottom : 0px !important
}

.corporate ul > li {
  list-style-type: none;
}

@media (max-width: 1200px) {
  .map-container .card {
    right: 10px;
  }
}

@media (max-width: 992px) {
  .map-container .card {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .map-container {
    height: fit-content;
  }

  .map-container .card {
    position: relative !important;
    top: 550px !important;
    transform: translateY(-70px) !important;
    left: 5%;
    width: 90%;
    padding: 30px 20px 25px 20px;
    background: rgba(0, 0, 0, 0.7);
    border: 3px solid #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.5px);
    border-radius: 29px;
  }

  .map-container .card input,
  .map-container .card select {
    background: rgba(19, 19, 19, 0.8);
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2.5px);
    border-radius: 6px;
    color: lightgrey;
    height: 40px;
    margin: 9px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .map-container .card textarea {
    background: rgba(19, 19, 19, 0.8);
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2.5px);
    border-radius: 6px;
    color: lightgrey;
    height: 100px;
    margin: 9px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .map-container .card input::placeholder,
  .map-container .card textarea::placeholder {
    color: lightgray;
  }

  .map-container .card button {
    background: rgb(39, 84, 164);
    border: none;
    border-radius: 30px;
    height: 45px;
    margin: 16px 9px;
    color: #ffffff;
  }

  .map-container .card p {
    font-weight: 500;
    font-size: 20px;
    color: white;
    padding: 0 15px;
    margin-bottom: 0px;
  }
}

.benifits .col-12 p::before,
.engage .col-12 p::before{
  content: "✓ ";
  color: #d72d27;
}