.abt-sec1{
    margin-top: 5em; 
    background-color:#f2f2f4; 
    border-bottom-right-radius: 200px;
    padding-bottom: 2em;
}
.abt-sec1 img{
    width: 100%;
}
.section-top{
    margin-top: 3em;
}
.aboutus-align{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.mission-section,
.vision-section{
    padding: 2em 1em;
}*/
.mission-img{
    width: 60%;
}



.card-view .card{
    flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin-bottom: 8px;
  padding: 10px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
  transition: 0.7s;
  border-bottom: 3px solid #1f2351;
}
.card-view .card:hover {
  background: rgba(25, 57, 99, .8);
  color: #fff;
  /*transform: scale(1.1);*/
  z-index: 9;
}
.card-view .card:hover::before {
  background: rgb(85 108 214 / 10%);
}
.card-body h3{
    font-size:23px;
}

.card:hover h3,
.card:hover p {
  color: #fff!important;
}
.card-view .card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}
.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}
.card-view .card:hover .hover_color_bubble {
  top: 0rem;
}



/*our team start*/

/*.team-section{
     position: relative;
       background: url("https://www.grantthornton.in/globalassets/1.-member-firms/india/new-homepage/media/1.-hero-banners_repeat-visits/1440x600px_herobanner_adobestock_478801437.jpg");
   background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    padding-top: 2em;
    padding-bottom: 1em;
}
.team-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(25, 57, 99, .8);
    z-index: -1;
}

 .main{
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-bottom: 2em;
   }
   
   .profile-card{
     background: #fff;
     box-shadow: 0 0 22px #3336;
     margin: 0 5px;
     width: 60%;
     border-radius: 10px;
     height: auto;
   }
   .profile-card .img{
     transform: translateY(-60px);
     text-align: center;
   }
   .img img{
     border-radius: 50%;
     box-shadow: 0 0 22px #3336;
     height: 200px;
     background: #fff;
   }
   .caption{
     text-align: center;
     padding: 0px 10px 15px 10px;
   }
   
   .caption p{
     margin: 2px 0 9px 0;
   }
   
   .mt-5em{
    margin-top: 5em;
   }*/

/*our team end*/


/* Why choose us start*/

/*.choose-section{
margin: 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.banner {
  width: 90%;
  background: #1f2351;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  border-radius: 0.3em;
  justify-content: center;
    align-items: center;
        padding-bottom: 1.5em;
}


.shopping-image {
  height: auto;
}   
.shopping-image h3 {
    font-size: 40px;
  height: 5em;
  width: 10em;
  border-radius: 0 2em 2em 0/0 3em 3em 0;
  box-shadow: 3px 5px 1px 3px #51b847;
      display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(81,184,71, 0.4) 5px 5px, 
                rgba(81,184,71, 0.3) 10px 10px, 
                rgba(81,184,71, 0.2) 15px 15px,
                 rgba(81,184,71, 0.1) 20px 20px,
                  rgba(81,184,71, 0.05) 25px 25px;
}

.text {
     padding: 0px 2em;
}*/
/* Why choose us end*/

.commitment-section{
    background:rgba(25, 57, 99, .8);
    color: #fff;
}
.sec-pdn{
        padding: 3em 2em;
}
.joinus{
    background: #f2f2f4;
}


@media screen and (max-width: 786px){
   .card-view .card{
    height: auto;
   }
   .profile-card{
    width: 85%;
   }
   .shopping-image h3{
    height: auto;
    width: 4em;
    padding-left: 10px;
   }
   .banner{
    width: 100%;
   }
   .text {
    padding: 20px 10px 0px 20px;
}
.choose-section{
    padding: 0;
}
}