.whowearebox
{
  padding: 50px 50px;
    margin-top: -80px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 18px 5px 40px;
}

.whowearebox a
{
  display: none;
}


.whowearebox a, .ourpurposebox a
{
  color: #000;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    /* padding-top: 20px; */
    margin-top: 15px;
    /* margin: 0px auto; */
    
    /* width: 122px; */
    border: 1px solid #000;
    padding: 10px 15px;
}

.ourpurposebox a
{
  display: inline-block;
}

.ourpurposebox
{
  padding-left :50px;
  padding-right :50px;
}


.visionmission
{
  display: flex;
    align-items: flex-start;
    width: 70%;
    justify-content: space-between;
    justify-items: center;
    margin: 30px auto;
    gap: 50px;
    margin-top: 70px;

}

.vmbox {
  width: 50%;
}

.vmbox img{
  margin-bottom: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.vmbox h4
{
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 30px;
}

.dividerabout img{
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}




.ourphilosophycontainer
{
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    justify-items: center;
    margin: 30px auto 0px auto;
    gap: 80px;
    /* padding-bottom: 70px; */
    padding-left: 50px;
    padding-right: 50px;
}

.opbox
{
  width:33%;
  position: relative;
}

.opbox p
{
  padding:20px 10px 10px 10px;
  text-align: center;
}

.opbox .tagline
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #fff;
  z-index: 2;
  /* border: 1px solid red; */
  width: 100%;
  text-align: center;
} 

.opbox .tagline h4
{
  font-size: 40px;
  font-style: italic;
}

.opbox .tagline hr
{
  height: 0.5px;
    background-color: #fff;
    width: 70%;
    margin: 0px auto;
}

.opbox .tagfullinfo
{
  opacity:0;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 2;
    /* border: 1px solid red; */
    width: 100%;
    text-align: center;
    background-color: #ffffffd9;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.opbox .tagfullinfo h4
{
  font-size: 40px;
    margin-bottom: 0px;
    font-style: italic;
}

.opbox .tagfullinfo p
{
  padding: 5px;
    text-align: center;
}

.opbox.active .tagline
{
 opacity: 0; 
}

.opbox.active .tagfullinfo
{
 opacity: 1; 
}
.ourphilosophybox
{
  padding-left :50px;
  padding-right :50px;
}


.foundercontainer
{
  background-color: #e7e7e7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fmbox
{
  width:50%;
}


.fmbox img.founderimage
{
  width:80%;
  float: right;
    right: 70px;
    position: relative;
    padding-top:50px;
}


.foundermessagebox
{
  background-color: #fff;
  width: 75%;
  padding: 50px 40px;
    text-align: center;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.15) 18px 20px 60px;
}

.foundermessagebox h2
{
  margin-bottom: 10px;
}

.foundermessagebox hr
{
  background-color: #000;
  height:1.5px;
  width:100px;
  margin: 0px auto 20px auto;
}

.foundermessagebox h5
{
  margin-top: 20px;
    font-family: 'optima-bold';
    text-transform: uppercase;
    font-size: 21px;

}



.corporatebox
{
  padding-left:50px;
  padding-right:50px;
}

/*Leadership Team*/

.leadershipteam
{
  padding-bottom: 60px;
}

.leadershipteambox
{
  padding-left :50px;
  padding-right :50px;
}

.teammember
{
  position: relative;
}


.teamslider
{
  width:80%;
  margin:0px auto;
}

.tmPrev img, .tmNext img {
  width: 20px;
}

.tmPrev, .tmNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* transform: translateY(220px); */
    /* transform: translateY(-50%); */
    z-index: 9;
    cursor: pointer;
    border: 0px solid #fff;
    background-color: #ffffff73;
    padding: 10px;
    height: 40px;
}

.tmNext {
left: auto;
right: -80px;
}

.tmPrev {
left: -80px;
right: auto;
}

.teaminfo
{
  position: absolute;
    top: 70%;
    left: 0px;
    background-color: #fff;
    padding: 5px 10px;
    width: 200px;
}

.teaminfo h4
{
  font-size: 17px;
  font-family: 'optima-bold';
  /* text-align: center; */
  text-transform: uppercase;
  margin-bottom: 0px;

}
.teaminfo p{
  font-size: 15px;
    /* text-align: center; */
}


/* Get in Touch */

.getintouchsection
{
  padding-bottom: 30px;
}

.btngetintouch
{
  background-color: #000;
  color: #fff;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 19px;
  width: 175px;
  letter-spacing: 2px;
  border: 0px;
  outline: 0;
  height: calc(1.5em + .75rem + 5px);
  margin: 20px auto 40px auto;
}


.getintouch .close
{
    font-size: 2rem;
    font-family: 'optima-regular';
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
    cursor: pointer;
}

.getintouchform form
{margin-top:30px;
width:95%;
margin-left:auto;
margin-right:auto;
}

.getintouchform .form-control {
  padding: 0.35rem 0.35rem;
  background-color: transparent;
  font-size: 15px;
  border: 0px;
  color: #000 !important;
  height: calc(1.5em + .75rem + 15px);
  border-radius: 2px;

  border-bottom: 1px solid #ccc;
}

.getintouchform .form-control::placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.getintouchform :-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.getintouchform ::-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.getintouchform button {
  background-color: #000;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0px;
    font-size: 19px;
    width: 175px;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
}

/*** Get In Touch Ends  ***/


/***  Get Smart ***/

.getsmart
{
  padding-bottom: 60px;
}

.iconslist
{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 50px;
  margin-top: 30px;
}

.applinks
{
    display: flex;
    align-items: center;
    gap: 15px;
}

.applinks img
{
  width:180px;
}

.corporateimg{
  margin-bottom: 40px;
}

.section-wrapper {
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 40px 20px;
  max-width: 1200px;
  width: 100%;
}


.icon-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s;
  padding: 20px;
}

.icon-box:hover {
  transform: translateY(-10px);
}

.section-wrapper{
  margin-bottom: 60px;
}

.icon-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  
}

.icon-box p {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}

.vertical-line {
  height: 100px;
  width: 1px;
  background: #ccc;
}

.features {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 50px 20px; */
  background: #fff;
  border-radius: 8px;
  width: 100%;
}

.features .section-titlebig
{padding-left: 50px;}



.features h2 .flame-icon {
  font-size: 24px;
}

.features-container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  gap: 50px;

}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
  max-width: 200px;
  transition: transform 0.3s ease-in-out;
}

.feature:hover {
  transform: translateY(-10px);
}

.feature img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.feature p {
  font-size: 16px;
  color: #555;
  text-align: center;
}

.feature2{
  margin-left: 34px;
}

.applogo
{
  width: 140px;
  display: flex;
  height: 140px;
  align-items: center;
  justify-content: center;
  border: 2px solid #e3e4e4;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 12px 12px 20px;
  /* margin-left: 60%; */
}


.applogo img
{
  width: 100px;
    height: auto;
}
.getsmart .gsheader
{
  padding-left: 50px;
    padding-right: 50px;
}

.getsmartcontainer
{
  display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.getsmartcontainer .mobilescreen
{
  width:520px;
  position: relative;
}

/* .getsmart .gsheader p
{

} */

/***  Get Smart Ends ***/


@media (max-width: 768px) {

/*Who We Are*/
.whowearebox a
{
  display: inline-block;
}

/*Who We Are Ends Here*/

.whowearebox{
  padding: 50px 20px;
}
/*Our Purpose*/

.whowearebox p{
  margin-bottom: 30px;
}

.ourpurposebox {
  padding-left: 0px; 
  padding-right: 0px;
}

.vmcontainer
{
  background-color: #ece4d7;
  padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 50px;
}
.visionmission {
  width: 100%;
  margin: 0px auto;
  gap: 20px;
  flex-direction: column;
}

.visionmission hr
{
  height:1.5px;
  width: 80%;
  background-color: #cbb68b;
  margin:0px auto;
}

.vmbox {
  width: 100%;
}

.vmbox p
{
  text-align: center;
}

.vmbox img {
  margin-bottom: 20px;
}

/*Our Purpose Ends Here*/

/* getsmart */
.getsmart {
  background-image: url('../images/mob/mobile-bg.png');
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: top center;
  background-size: cover;
}

.applogo {
  margin-left: 0%;
}

  .getsmartcontainer {
      gap: 50px;
      flex-direction: column;
      padding-left: 0px;
  padding-right: 0px;
  }

  .getsmartcontainer .mobilescreen {
      width: 100%;
      margin: 0px auto;
  }

  .iconslist {
    align-items: center;
  }

  .applogo {
    margin-right: 0px;
  }

  .applinks {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px auto;
    justify-content: center;
}

  .applinks img {
    width: 150px;
  }


  /* getsmart Ends Here */

/*ourphilosophy*/

.ourphilosophybox {
  padding-left: 0px;
  padding-right: 0px;
}

.ourphilosophycontainer {
  flex-direction: column;
  padding-left: 0px;
        padding-right: 0px;
}

.opbox {
  width: 100%;
}

.opbox .tagline
{
  display: none;
}

.opbox .tagfullinfo
{
  opacity: 1;
        top: unset;
        /* border: 1px solid red; */
        bottom: 0px;
        transform: translate(-50%, 0px);
}

/*ourphilosophy Ends Here*/


/*founder-message  */

.founder-message .containerAsp
{
  padding-right: 0px;
        padding-left: 0px;
}

.foundercontainer {
  flex-direction: column-reverse;
}

.fmbox {
  width: 100%;
}

.fmbox:nth-child(1) {
  background-color: #fff;
}

.fmbox:nth-child(2) {
  background-color: #e7e7e7;;
}

.fmbox img.founderimage {
  width: 100%;
  float: right;
  right: 0px;
  position: relative;
  padding-top: 0px;
}

.fmbox h2
{
  text-align: center;
  padding-top:50px;
}

.foundermessagebox {
  background-color: #fff;
  width: 90%;
  padding: 50px 40px;
  text-align: center;
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.15) 18px 20px 60px;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}

.foundermessagebox h5 {
  margin-top: 0px;
}

/*founder-message Ends */


/*leadershipteam  */
.leadershipteam
{
  padding-bottom: 80px;
}

.leadershipteambox {
    padding-left: 0px;
    padding-right: 0px;
}

.teamslider {
  width: 100%;
}

.tmPrev, .tmNext {
  position: absolute;
  top: 107%;
  z-index: 9;
  cursor: pointer;
  border: 0px solid #fff;
  background-color: #ffffff73;
  padding: 10px;
  height: 40px;
}

.tmNext {
  left: auto;
  right: 38%;
}

.tmPrev {
  left: 38%;
  right: auto;
}

/*leadershipteam Ends */


/*founder-message  */




/*founder-message Ends */


  .feature {
    max-width: 100%;
  }

  .feature img {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-row {
      flex-direction: column;
  }

    .vertical-line {
        height: 1px;
        width: 200px;
        background: #ccc;
    }

    .features .section-titlebig
{padding-left: 0px;}

.corporatebox {
  padding-left: 0px;
  padding-right: 0px;
}

.getsmart .gsheader {
  padding-left: 0px;
  padding-right: 0px;
}

}