body {
  background: white;
  margin: 0;
  padding: 0;
  font-family: "Nanum Gothic", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }
}

.restBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
  padding-top: 90px;
}

.missionSection {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
  /* background-image: url(./images/aboutBackground.png);
  background-repeat: repeat; */
  background-color: rgb(246, 246, 246);
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 10px solid rgba(200, 0, 0, 0.15);
  border-bottom: 10px solid rgba(200, 0, 0, 0.15);
}

.missionTitle {
  font-family: "Ubuntu", cursive;
  /* font-family: "bangla_mnregular"; */
  font-size: 2vw;
}

.missionDescParent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.missionCaption {
  text-align: center;
  width: 70%;
  font-family: "Ubuntu", cursive;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 30px;
  font-size: 2.5vw;
  color: rgb(80, 80, 80);
}

.missionDesc {
  text-align: center;
  width: 70%;
  font-family: "Roboto";
  font-weight: 300;
  /* font-family: "Rajdhani", sans-serif; */
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 1.7vw;
  color: rgb(80, 80, 80);
  word-spacing: 5px;
  line-height: 40px;
}

@media (max-width: 500px) {
  .missionSection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .missionTitle {
    font-size: 7vw;
  }

  .missionCaption {
    text-align: center;
    width: 70%;
    /* font-family: 'Roboto'; */
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
    font-size: 4.5vw;
  }

  .missionDesc {
    width: 80%;

    font-size: 4vw;
  }
}

.flexColContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;
  font-size: 1.3vw;
  text-align: justify;

  color: rgb(80, 80, 80);
}

.flexColContainer2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;

  font-size: 1.3vw;
  text-align: justify;

  color: rgb(80, 80, 80);
}

.greenBackground {
  /* background-color: rgba(246, 246, 246, 1); */
}

.sectionTitle {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 3.5vw;
  padding: 20px 10px 20px 30px;
  text-align: center;
  color: rgb(100, 100, 100);
}

@media (max-width: 500px) {
  .sectionTitle {
    font-size: 6vw;
    padding-bottom: 25px;
    top: 10px;
  }

  .flexColContainer {
    font-size: 4vw;
  }
}

.divFlexRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
}

.sectionDesc {
  width: 80%;
  margin-left: 10%;
  text-align: justify;
  font-size: 1.2vw;
  padding: 10px 0px;
  font-family: "Roboto";
  color: rgba(80, 80, 80, 1);
  font-weight: 300;
}

.sectionPhoto {
  width: 40%;
  object-fit: cover;
}

.sectionPhoto img {
  width: 80%;
  height: auto;
}

.desktopPhoto {
  display: block;
}

.mobilePhoto {
  display: none;
}

@media (max-width: 500px) {
  .divFlexRow {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .sectionDesc {
    width: 90%;
    margin-left: 5%;
    text-align: justify;
    font-size: 4vw;
    padding: 10px 0px;
  }

  .sectionPhoto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    object-fit: cover;
    background-image: url(./images/pBackground.png);
    background-repeat: repeat;
  }

  .sectionPhoto img {
    width: 80%;
    margin-left: 0%;
    height: 50%;
  }

  .desktopPhoto {
    display: none;
  }

  .mobilePhoto {
    display: block;
  }
}

.associationRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
}

.associationRow2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
}

.associationMarginBottom {
  margin-bottom: 80px;
}

.associationImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 6px solid rgb(80, 80, 80);
  width: auto;
}

.associationImage img {
  width: 80%;
  height: auto;
}

.associationImage2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 6px solid rgb(80, 80, 80);
  width: auto;
}

.associationImage2 img {
  width: 80%;
  height: auto;
}

.associationDesc {
  width: 70%;
  padding: 40px;
  color: rgb(80, 80, 80);
  font-size: 1.3vw;
}

@media (max-width: 500px) {
  .associationRow {
    display: flex;
    flex-direction: column;
  }

  .associationRow2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .associationMarginBottom {
    margin-bottom: 20px;
  }

  .associationImage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 0px solid rgb(80, 80, 80);
    width: auto;
  }

  .associationImage img {
    width: 80%;
    height: auto;
  }

  .associationImage2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 0px solid rgb(80, 80, 80);
    width: auto;
  }

  .associationImage2 img {
    width: 80%;
    height: auto;
  }

  .associationDesc {
    width: 90%;
    padding: 5%;
    color: rgb(80, 80, 80);
    font-size: 3.3vw;
    border-bottom: 1px solid gray;
  }
}

.divFlexCol {
  display: flex;
  flex-direction: column;
  width: 45%;
  align-items: flex-start;
  justify-content: space-around;
}

.partnerTitle {
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  padding: 60px 10px 20px 30px;
  text-align: left;
  color: rgb(70, 230, 255);
}

.indigoColor {
  background-color: rgb(18, 27, 42);
}

.partnerParas {
  margin-left: 5%;
  font-size: 1.3vw;
  text-align: justify;
  color: rgb(200, 200, 200);
}

.paraStylePartners {
  margin-top: 40px;
  margin-bottom: 50px;
}

.partnerImage {
  width: 55%;
  right: 0;
  text-align: right;
  object-fit: cover;
}

.partnerImage img {
  width: 100%;
  height: auto;
  right: 0;
}

.partnerImageDesktop {
  display: block;
}

.partnerImageMobile {
  display: none;
}

.generalButton {
  background-color: white;
  border: none;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1vw;
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .divFlexCol {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: space-around;
  }

  .partnerTitle {
    font-family: "Oswald", sans-serif;
    font-size: 6vw;
    padding: 10px 0px 0px 0px;
    text-align: left;
    color: rgb(70, 230, 255);
    width: 90%;
    margin-left: 5%;
  }

  .indigoColor {
    background-color: rgb(18, 27, 42);
  }

  .partnerParas {
    width: 100%;
    margin-left: 0%;
    font-size: 3.3vw;
    text-align: justify;
    color: rgb(200, 200, 200);
  }

  .paraStylePartners {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .partnerImage {
    width: 100%;
    right: 0;
    text-align: right;
    object-fit: cover;
  }

  .partnerImage img {
    width: 100%;
    height: auto;
    right: 0;
  }

  .partnerImageDesktop {
    display: none;
  }

  .partnerImageMobile {
    display: block;
  }

  .generalButton {
    background-color: white;
    border: none;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 1vw;
    margin-right: 10px;
    cursor: pointer;
  }
}

.whyContainerHorizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
}

.whyContainerVertical {
  display: flex;
  flex-direction: column;
}

.desk30 {
  width: 28%;
}

.desk45 {
  width: 47%;
}

.desk70 {
  width: 65%;
  height: 90%;
}

.whyImgContainer {
}
.whyImgContainer img {
  width: 98%;
  height: auto;
}

.enq_button {
  border: 2px solid rgb(222, 38, 38);
  color: rgb(222, 38, 38);
  border-radius: 10px;
  background: white;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
  width: 20%;
  margin-top: 50px;
  margin-left: 40%;
  margin-bottom: 30px;
}

.enq_button:hover {
  background-color: rgb(222, 38, 38);
  color: white;
  border: 2px solid rgb(222, 38, 38);
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .enq_button {
    width: 70%;

    margin-left: 15%;
  }
}

.desktopOnly {
  display: block;
}

.whyContainerMobile {
  display: none;
}

.whyImgMobile {
  width: 30%;
}

.whyImgMobile img {
  width: 100%;
  height: auto;
}

.whyImgDesc {
  width: 70%;
  padding: 0 3% 0 3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.whyTitleMobile {
  font-family: "Ubuntu", sans-serif;
  color: rgb(222, 38, 38);
  font-size: 5vw;
  font-weight: 700;
}

.whyDescMobile {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.5vw;
  font-weight: 500;
  margin-top: 5px;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .desktopOnly {
    display: none;
  }

  .whyContainerMobile {
    display: block;
    display: flex;
    flex-direction: row;

    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.mgmtTitle {
  color: rgb(100, 100, 100);
  font-size: 2vw;
  font-weight: bold;
  margin-left: 5%;
  padding: 10px 0px 5px 0px;
  border-bottom: 3px dotted rgba(100, 100, 100, 0.6);
  width: max-content;
  margin-bottom: 20px;
}

.teamMemberParent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.memberPhotoDesktop {
  text-align: right;
  width: 35%;
  display: block;
}

.memberPhotoDesktop img {
  width: 90%;
  height: auto;
}

.memberPhotoMobile {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;

  display: none;
}

.memberNameMobile {
  font-family: "Roboto", sans-serif;
  color: rgb(80, 80, 80);
  font-size: 4.5vw;
  font-weight: 600;
}

.memberDesignationMobile {
  font-family: "Roboto", sans-serif;
  color: rgb(80, 80, 80);
  font-size: 4vw;
  margin-top: 5px;
}

.memberDesc {
  width: 65%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2vw;
  font-weight: 300;
  padding: 20px 80px 20px 30px;
  left: 0%;

  border-left: 2px dotted rgb(80, 80, 80);
  border-top: 0px dotted rgb(80, 80, 80);
}

.iframeClass {
  width: 100%;
  height: 768px;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .mgmtTitle {
    font-size: 4vw;

    margin-left: 5%;
    padding: 10px 0px 5px 0px;
    border-bottom: 3px dotted rgba(100, 100, 100, 0.6);
    width: max-content;
    margin-bottom: 20px;
  }

  .teamMemberParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .memberPhotoDesktop {
    text-align: right;
    width: 35%;
    display: none;
  }

  .memberPhotoMobile {
    text-align: center;
    width: 100%;
    display: flex;
    display: block;
    flex-direction: column;
  }

  .memberPhotoMobile img {
    width: 40%;
    height: auto;
  }

  .memberDesc {
    width: 90%;
    font-size: 4vw;
    font-weight: 300;
    margin-left: 10%;
    margin-top: 10px;
    border-left: 0px dotted rgb(80, 80, 80);
    border-top: 2px dotted rgb(80, 80, 80);
  }

  .iframeClass {
    width: 100%;
    height: 768px;
  }
}

.strTitle {
  color: rgb(100, 100, 100);
  font-size: 2vw;
  font-weight: bold;
  margin-left: 5%;
  padding: 10px 0px 5px 0px;
  width: max-content;
  margin-bottom: 10px;
}

.strDesc {
  width: 90%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2vw;
  font-weight: 300;
  padding: 0px 0px 40px 0px;
  margin-left: 5%;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .strTitle {
    font-size: 4vw;

    margin-left: 5%;
    padding: 10px 0px 15px 0px;
    width: max-content;
    margin-bottom: 10px;
  }

  .strDesc {
    font-size: 3.2vw;
    font-weight: 300;
    padding: 0px 0px 40px 0px;
    margin-left: 5%;
  }
}

.serviceContainer {
  width: 90%;
  margin-left: 2.5%;
  display: flex;
  flex-direction: row;
  border: 1px solid rgb(100, 100, 100);
  border-radius: 10px;
  padding: 2%;
  margin-bottom: 30px;
}

.serviceTitleParent {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.serviceTitle {
  font-family: "Arial";
  font-size: 3vw;
  width: 80%;
  text-align: left;
  text-transform: uppercase;
  padding: 0 10px;
}

.serviceIcon {
  width: 10%;
}
.serviceIcon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.serviceDivider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.line1 {
  width: 8px;
  height: 30%;
  border-left: 2px solid rgb(80, 80, 80);
}

.line2 {
  width: 8px;
  height: 60%;
  border-left: 2px solid rgb(80, 80, 80);
}

.line3 {
  width: 8px;
  height: 90%;
  border-left: 2px solid rgb(80, 80, 80);
}

.serviceDesc {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2%;
  margin-bottom: 10px;
}

.serviceDescTitle {
  font-family: "Roboto";
  font-size: 1.2vw;
  font-weight: 300;
  color: red;
}

.serviceDescDesc {
  font-family: "Roboto";
  font-size: 1.2vw;
  font-weight: 300;
}

.serviceDescInfo {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .serviceContainer {
    width: 90%;
    margin-left: 2.5%;
    flex-direction: column;
  }

  .serviceTitleParent {
    width: 100%;
  }

  .serviceTitle {
    font-size: 5vw;
    width: 90%;
  }

  .serviceIcon {
    width: 10%;
  }

  .serviceDivider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .line1 {
    width: 20%;
    height: 3%;
    border-left: 2px solid rgb(80, 80, 80);
  }

  .line2 {
    width: 60%;
    height: 3%;
    border-left: 2px solid rgb(80, 80, 80);
  }

  .line3 {
    width: 90%;
    height: 3%;
    border-left: 2px solid rgb(80, 80, 80);
  }

  .serviceDesc {
    display: flex;
    flex-direction: column;
    width: 96%;
    padding: 2%;
    margin-bottom: 10px;
  }

  .serviceDescTitle {
    font-family: "Roboto";
    font-size: 3.5vw;
    font-weight: 300;
  }

  .serviceDescDesc {
    font-family: "Roboto";
    font-size: 3.2vw;
    font-weight: 300;
  }

  .serviceDescInfo {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.joinButton {
  border: 0px solid rgb(222, 38, 38);
  color: white;
  border-radius: 10px;
  background: rgb(222, 38, 38);
  cursor: pointer;
  font-size: 1.1vw;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  width: fit-content;
  text-align: center;
  margin: auto;
}

.joinButton:hover {
  background-color: white;
  color: rgb(222, 38, 38);
  border: 2px solid rgb(222, 38, 38);
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .joinButton {
    font-size: 3.3vw;
    letter-spacing: 0.8px;
    padding: 10px 25px;
  }
}
