nav.AllHeaderNavbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}

.HeaderLeftLogo a img {
  width: 200px;
}
.TeamIndividualTopBg {
  /* background: #404142; */
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

.RightSideAllHeader {
  display: flex;
  align-items: center;
}

.RightSideAllHeader button {
  background: #ffffff54;
  border-radius: 10px;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.RightSideAllHeader button:hover {
  color: #fff;
}
.LogoWithText {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LeftArrowForBack{
  border:none;
  background:none;
  cursor:pointer;
  padding: 12px 0 0 12px;
  font: bold;
  font-size: 25px;
}
.LeftArrowForBack:focus {
        outline: none;
    }
.MemberTeamSlideteam{
  max-height: 65vh;
  cursor: pointer;
}

.MemberTeamSlide .item:hover .iconplus {
  opacity: 1;
  transform: translate(0px, 0px);
  transform: rotate(180deg);
}
.team_slide_inside img{
  height: 55vh;
  max-height: 70vh;
}
.team_slide_inside{
  position: relative; /* Necessary to use top property */
  transition: transform 0.3s ease; /* Smooth animation */
  /* border: 2px solid red; */
  display: flex;
  justify-content: center;
}
.team_slide_inside:hover{
  transform: translateY(60px);
}
.VideoImageVideo video {
  width: 100%;
}
/* .iconanimation{

} */
.iconplus .fa-arrow-left {
  height: 70px;
  width: 70px;
  background-color: #023CF5;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconplus {
  position: absolute;
  bottom: 40%;
  right: 15%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, 50%);

}


.LogoWithText h5 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-left: 15px;
  margin-bottom: 0 !important;
}

.LogoWithText img {
  width: 70px;
}
.LogoWithText h5 span {
  color: #FFFFFF;
}
.MainDivTextWithLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.TeamIndividualPart {
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
.backgroundVideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.individualimage{
  width: 100%;
  height: 40vh;
  max-width: 300px;
  padding: 0 0 30px 30px;
  border: #111010;
}
.individualimage img{
  width: 100%;
  height: 100%;
}
 .readline{
  /* height: 2px;
  width: 50px; */
  border: 2px solid red;
}
.TeamIndividualProfileImage {
  text-align: center;
  z-index: 1;
  position: relative;
}
.BackgroundLogo{
display: flex;
justify-content: center;
align-items: center;
}
.BackgroundLogo img {
  height: 40% !important;
  top: 50px;
  position: absolute;

}
ul.TeamIndividualPartUl {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  padding: 0 30px 10px 20px;
  /* border: 2px solid red; */
}

ul.TeamIndividualPartUl li ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 30px;
}

ul.TeamIndividualPartUl li ul li {
  margin-left: 15px;
}
.TeamIndividualSocialIcon ul li a i {
  height: 35px;
  width: 35px;
  background: #fff;
  line-height: 30px;
  border-radius: 10px;
  text-align: center;
  /* color: #808080; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.mailcolor{
  color: #D93025;
}
.linkedincolor{
  color: #0A66C2;
}
.TeamIndividualSocialIcon ul li a{
  text-decoration: none;
}

.TeamIndividualContent h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.TeamIndividualContent p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
/**********Team Individual Top Heading Part*******************/
.TeamIndividualHeadingPart h2 {
  font-size: 18px;
  font-weight: 400;
  color: #404142;
  /* font-family: "Geist", serif; */
  font-family: "Rasa", serif;
  line-height: 1.5;
}

/* section.SectionTeamIndividualPart {
  padding: 100px 200px 0 200px;
} */
span.Orangecolor {
  color: #f1cd4e;
}
.TeamIndividualHeadingPart h6 {
  font-size: 30px;
  font-weight: 400;
  color: #808080;
  margin: 0px 0 30px 0;
}

.TeamIndividualHeadingPart p {
  font-size: 28px;
  font-weight: 400;
  color: #808080;
}
/**********Team Individual Boxes**************************/
.TeamIndividualLeftImageSection {
  background-position: center;
  background-size: cover;
  width: 50%;
  margin: 5% 5% 5% 0%;
  border-radius: 40px;
  display: flex;
  align-items: center;
  /* height: 500px; */
  padding: 0% 5% 0% 0%;
}

.TeamIndividualLeftImageWhiteBox {
  padding: 50px 50px;
  background: #fff;
  border-radius: 15px;
  margin: 35px;
  width: 90%;
}

.TeamIndividualRightImageSection {
  background-position: center;
  background-size: cover;
  width: 50%;
  margin: 0% 0% 0% 5%;
  border-radius: 40px;
  display: flex;
  align-items: center;
  transform: translate(0px, 50%);
  /* height: 500px; */
  padding: 0% 5% 0% 0%;
}

.TeamIndividualRightImageWhiteBox {
  padding: 50px 50px;
  background: #fff;
  border-radius: 15px;
  margin: 35px;
  width: 90%;
}
.TeamIndividualRightImageSectionEmpty {
  width: 50%;
  margin: 0% 0% 0% 5%;
  border-radius: 40px;
  display: flex;
  align-items: center;
  transform: translate(0px, 40%);
}
.TeamIndividualLeftImageWhiteBox h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.InnerBoxWhiteTeamIndividualCaption p {
  font-size: 20px;
  font-weight: 400;
  color: #808080;
}

span.DarkBluecolor {
  color: #023cf5;
}

.TeamIndividualRightImageWhiteBox h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.TeamIndividualRightPortion h3 {
  font-size: 36px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 20px;
}

.TeamIndividualRightPortion h6 {
  font-size: 28px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 20px;
}

.TeamIndividualRightPortion p {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}

.TeamIndividualRightPortion ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.TeamIndividualRightPortion ul li {
  margin-right: 15px;
}

.TeamIndividualRightPortion ul li a i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: #111010;
  color: #fff;
  border-radius: 10px;
}
.InnerBoxWhiteTeamIndividualCaption p span {
  text-decoration: underline;
}

span.smallfont {
  font-size: 14px;
  color: #808080;
  text-decoration: none;
}
/**********Our Team*************************/
section.TeamMemberTeamSection {
  padding: 10px 0 0 0;
}
.MemberTeamHeading {
  text-align: center;
  margin-bottom: 75px;
}

.MemberTeamHeading h2 {
  font-size: 36px;
  font-weight: 400;
  color: #808080;
}

.TeamMmberText {
  text-align: center;
  min-width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  /* top: -60px; */
  top: -60px;
 display: flex;
 flex-direction: column;
 align-items: center;
 visibility: hidden;
 transform: translate(0px, 100%);
 z-index: -1;
 /* border-radius: 5px; */
 background-color: blue;
 background: linear-gradient(to left, rgba(0, 51, 153, 0.8), rgba(51, 153, 255, 0.8));
}

.TeamMmberText h4 {
  font-size: 17px;
  color: white;
  font-weight: 300;
  padding: 8px 8px 2px 8px;
  margin: 0 !important;
}

.TeamMmberText p {
  font-size: 16px;
  font-weight: 300;
  color: white;
  padding: 0 8px 8px 8px;
  margin: 0 !important;
}

.MemberTeamSlide .item:hover .TeamMmberText {
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}
.VideoImageVideo img {
  width: 100%;
}

.VideoImageVideo video {
  width: 100%;
}
/**********Partners Collaborators Section*********************/

@media only screen and (max-width: 1580px) {
  .TheoryHeading h2 {
    font-size: 50px;
  }
  .InnerBoxWhiteAboutCaption h5 {
    font-size: 17px;
  }

  .InnerBoxWhiteAboutCaption p {
    font-size: 17px;
  }
  .AboutLeftImageWhiteBox {
    width: 90%;
  }

  .AboutRightImageWhiteBox {
    width: 90%;
  }
  .TeamIndividualRightPortion p {
    font-size: 15px;
  }
  .TeamIndividualRightPortion h6 {
    font-size: 22px;
  }
  .TeamIndividualRightPortion h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1367px) {
  .InnerBoxWhiteAboutCaption h5 {
    font-size: 16px;
  }

  
  .InnerBoxWhiteAboutCaption p {
    font-size: 16px;
  }
  section.SectionTeamIndividualPart {
    padding: 100px 150px 0 150px;
  }
}
@media only screen and (max-width: 1280px) {
  .TeamIndividualHeadingPart p {
    font-size: 24px;
  }
  .TeamIndividualHeadingPart h6 {
    font-size: 30px;
  }
  .InnerBoxWhiteTeamIndividualCaption p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .BackgroundLogo img{
    display: none;
  }
  section.SectionTeamIndividualPart {
    padding: 50px 50px 0 50px;
  }
  .TeamIndividualLeftImageWhiteBox {
    padding: 20px 20px;
    margin: 25px;
  }
  .TeamIndividualLeftImageWhiteBox h6 {
    font-size: 18px;
  }
  .InnerBoxWhiteTeamIndividualCaption p {
    font-size: 15px;
  }
  span.smallfont {
    font-size: 12px;
  }
  .TeamIndividualRightImageWhiteBox h6 {
    font-size: 18px;
  }
  .TeamIndividualRightImageWhiteBox {
    padding: 20px 20px;
    margin: 25px;
  }
  .TeamIndividualRightPortion h3 {
    font-size: 24px;
  }
  .TeamIndividualRightPortion h6 {
    font-size: 18px;
  }
  .TeamIndividualRightPortion p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .InnerBoxWhiteAboutCaption h5 {
    font-size: 14px;
  }

  .InnerBoxWhiteAboutCaption p {
    font-size: 14px;
  }
  .AboutLeftImageWhiteBox {
    padding: 20px 20px;
    width: 100%;
    margin: 20px;
  }

  .AboutRightImageWhiteBox {
    padding: 20px 20px;
    width: 100%;
    margin: 20px;
  }
  .MobileDeviceHide {
    display: none;
  }
  section.TeamMemberTeamSection {
    padding: 10px 0 0 0;
  }
  section.SectionTeamIndividualPart {
    padding: 70px 100px 0 100px;
  }
  .TeamIndividualHeadingPart h6 {
    font-size: 24px;
  }
  .TeamIndividualHeadingPart p {
    font-size: 18px;
  }
  .TeamIndividualLeftImageSection {
    width: 100%;
    height: auto;
  }
  .TeamIndividualRightImageSection {
    margin: 10% 0 0 0;
    height: auto;
    transform: translate(0px, 0);
    width: 100%;
  }
  .TeamIndividualRightImageSectionEmpty {
    margin: 10% 0 0 0;
    transform: translate(0px, 0);
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .RightSideAllHeader button {
    padding: 8px 10px;
    font-size: 14px;
  }
  .HeaderLeftLogo a img {
    width: 150px;
  }
  .LogoWithText img {
    width: 50px;
  }
  .LogoWithText h5 {
    font-size: 24px;
  }
  section.SectionTeamIndividualPart {
    padding: 50px 40px 0 40px;
  }
  .TeamIndividualContent
  {
    position: absolute;
    top: 220px;
  }
  .iconplus .fa-arrow-left{
    height: 50px;
    width: 50px;
  }
  .TeamIndividualProfileImage img {
    width: 220px;
    /* margin-bottom: 30px; */
  }
  .TeamIndividualSocialIcon{
    position: absolute;
    top: 230px;
    right: 20px;
    z-index: 1;
  }
  ul.TeamIndividualPartUl li ul {
    /* list-style: none;
    display: flex;
    align-items: center;
    padding: 0; */
    margin-bottom: 0px;
  }
  ul.TeamIndividualPartUl {
    text-align: center;
    display: block;
  }
  ul.TeamIndividualPartUl li ul {
    justify-content: center;
  }
}
