.about-main {
  background-image: url(images/About\ us\ banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 559px;
  display: flex;
  align-items: center;
}
.about-hedding {
  font-size: 48px;
  font-weight: 700;
  color: white;
}
.about-text {
  width: 60%;
  font-weight:600;
  font-size: 18px;
  color: white;
}

.aus-exp-pro-btn {
  width: 259px;
  height: 40px;
  border-radius: 30px;
  border: transparent;
  color: #2a8080;
  background: #ffd166;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}
.banner {
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 15px 0px 15px 0px;
}
.banner-sp1 {
  background-color: #6ecb63;

  width: 552px;
  height: 59px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}
.sp1 {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.sp2 {
  position: relative;
  clip-path: polygon(100% 95%, 0 0, 0% 100%, 100% 105%);
}
.sp3 {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.vm-section {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #6ecb63;

  margin-bottom: 7px;
}
.v-box-about-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}
.vm-line {
  width: 1px;
  height: 100px;
  margin: 0 96px;
  background: #fff;
}
.vm-text {
  display: flex;
  align-items: center;
  font-size: 18px;	
}
.icon-lightbulb {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.vision-box {
  display: flex;
  align-items: center;
}
.vision-box {
  min-height: 396px;
  background: #2a8080;
}

.vision-box-div {
	position:relative;
  height: auto;
  background: #ffd166;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.vision-box-img {
  width: 272px;
height: 322px;
  bottom: 0;
}
.vision-box-line {
  width: 2px;
  height: 250px;
  background: #000;
  margin-left: 15px
}
.vision-text {
  
 padding: 15px;
}

.v-name {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.vision-box-h4 {
  font-size: 24px;
  font-weight: 600;
}
.our-ex-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
}
.ex-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px;
  border-radius: 30px;
  background: #e0f7f7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 10px;
}
.icon1{
	background-color: white;
	border-radius: 50%;
	padding: 25px;
}
.ex-line {
  width: 100%;
  height: 1px;
  margin: 23px 0px 29px 0px;
  background: #000;
}
.ex-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 23px;
}
.ex-hedding {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 46px 0;
}
.ex-hedding h4 {
  font-size: 32px;
  font-weight: 600;
}
.ex-hedding h3 {
  font-size: 32px;
  font-weight: 600;
  color: #44c2c2;
}

.lead-team-container {
  display: flex;
  flex-direction: row;
}
.lead-team-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 24px 0px;
}
.lead-img-div {
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background: #44c2c2;
  position: relative;
}
.lead-img {
  position: absolute;
  width: 224px;
  height: 224px;
  border-radius: 47%;
  bottom: 0;
  right: 10px;
}
.lead-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lead-underline {
  width: 258px;
  height: 2px;
  background: #ffd166;
}
.lead-name {
  width: 172px;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0px 0px 0px;
}
.qualification {
  width: 201px;
}
.designation {
  margin: 0;
}
.forMobile{
	display: none;
}
.forDesk{
	
}
@media (max-width: 768px) {
	.about-main {
	 background-image: url(images/MobileAboutUs.png);
	         height: 575px;
	}
	.about-main-div h5{
	font-size: 24px;
	}
	.about-text{
	font-size: 16px !important;
	}
	.aus-exp-pro-btn {
	width: auto;	
	}
  .lead-team-container {
    flex-direction: column;
  }
  .lead-line2 {
    width: 100%;
    height: 2px;
    background: #000;
    margin: 10px;
  }
  .banner {
    flex-direction: column;
    align-items: center;
  }
  .banner svg {
    margin: 5px 0;
    width: 100%;
  }
  .v-box-about-us {
    flex-direction: column;
  }
  .vm-line {
    display: none;
  }
  .about-text {
    width: 100%;
  }
 .vision-box-div {
    flex-direction: column;
    
    height: auto;
  }
 .vision-box {
 
    min-height: 225px;
  }
  
  .vision-box-img {
  	
        width: auto;
        height: 166px;
        top: 0;
       
  }
  .vision-box-line {
    display: none;
  }
  .vision-text p {
    font-size: 12px;
  }
 .vision-text{

  }
  .textB{
  
  }
  .vision-box-h4 {
    font-size: 18px;
  }
  .vision-box-img-div {
 
  }
  .our-ex-cards {
    flex-direction: column;
  }
  .ex-card {
    margin: 10px;

  }
  .lead-team h4,
  .our-expertise h4{
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  
  }
  .lead-team-card p,.vm-text,
   .our-expertise p{
  font-size: 12px;
  
  }
  .ex-line{
  margin: 15px 0px 0px 0px;}
  .our-expertise h3{
  font-size: 18px;
  }
  .ex-hedding{
  margin: 15px 0px;
  }
  .lead-img-div {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #44c2c2;
  position: relative;
}
.lead-img {
  position: absolute;
  width: 124px;
  height: 124px;
  border-radius: 47%;
  bottom: 0;
  right: 10px;
}
.forMobile{
	display: flex;
}
.forDesk{
	display: none;
}
.vision-box-line2{
	width: 80%;
	height: 1px;
	background-color: black;
	margin-top: 15px;
}
.v-name,.v-designation{
	text-align: center;
}
}

@media (max-width: 1024px) {
	
.lead-img-div {
    width: 200px;
    height: 200px;
    
}
.lead-img {
   
    width: 187px;
    height: 200px;
    border-radius: 47%;
    right: 7px;
    
}
.lead-underline {
    width: 200px;
    }
    
	
}
