

 
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
.about-wrapper{
    height: 100%;;margin-bottom: -10px; background-color: #ddeafa;
}
.about-left{
    background: #07359b;;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;margin-left: -10px;
    height: 100%;
}
.about-left-content > div{
    
    padding-top: 2rem  ;width: 584px;
    text-align: center; margin-left: 0px;padding-left: 0px;   background:#0b8072 url(../img/edu/38.jpg);

      background-blend-mode: multiply;
      background-repeat: no-repeat;
      background-position: center;
  
      background-size: cover;
      
}
.about-left-content{
    box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
}
.about-img4  img{
     
    width: 554px; box-shadow1: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.22) 0px -12px 30px, rgba(0, 0, 0, 0.22) 0px 4px 6px,
    rgba(0, 0, 0, 0.27) 0px 12px 13px, rgba(0, 0, 0, 0.19) 0px -3px 5px;
}
.about-img4{
    width: 644px;
    height: 414px;
     
    border-radius: 0%;
    transition: all 0.5s ease-in-out; float: left;margin-left: -155px; margin-top: -24px;
}
.shadow{
    margin-left: auto;
    margin-right: auto;
    border-radius: 0%;
    width: 100%;
    height: 364px;
    position: relative;
    cursor: pointer;
}
 
.about-left-content h2{
    font-size: 2rem;
    margin: 2.2rem 0 0.6rem 0;
    line-height: 1.2;
    padding-bottom: 1rem;
    border-bottom: 2px solid #edffec;
}
.about-left-content h3{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 5px;
    margin-top: 1.2rem; 
}
.icons{
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 0.8rem 0;
}
.icons li{
    list-style-type: none;
    background: #f36a8d;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.icons li:hover{
    background: #edffec;
    color: #000;
}
.about-right{
   
    height: 100vh;
    
    padding: 0 5rem;
    text-align: center;margin-top: 44px; padding-bottom: -50px !important;  margin-bottom: -150px !important; 
}
.about-right h1{
    font-size: 7rem;
    text-transform: uppercase;
}
.about-right h1 span{
    color: #dd2d4a;
}
.about-right h4{
    font-weight: 600; text-align: left; font-size: 15px; margin-top: 31px; font-family: Arial, Helvetica, sans-serif;color: rgb(10, 10, 10);
}

.about-right p{
    font-weight: 600; text-align: left; font-size: 15px; margin-top: -1px; color: rgb(10, 10, 10); font-family: Arial, Helvetica, sans-serif;
}
.about-btns{
    display: flex;
    margin: 1rem 0;float: right;
}
 
.btn.btn-pink{
    background: #dd2d4a;
    color: #fff;
    border-color: #dd2d4a;
    transition: all 0.5s ease-in-out;
}
.btn.btn-pink:hover{
    background: transparent;
    border-color: #dd2d4a;
    color: #000;
}
.btn.btn-white{
    transition: all 0.5s ease-in-out;
}
.btn.btn-white:hover{
    background: #dd2d4a;
    border-color: #dd2d4a;
    color: #fff;
}
.about-para p{
    font-weight: 300;
    padding: 0.5rem;
    opacity: 0.8;
}


.about-left-content{
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #04a3b8));
  background: linear-gradient(to bottom, transparent 70%, #048d7d 70%);
  padding: 0px 0px 45px 5px;
}

@media screen and (min-width: 992px){
    .about-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .about-left{
        position: relative;width: 81%;height: 644px;
    }
    .about-left-content{
        position: absolute;
        right: -151px;padding-left: 0px; 
    }
}

 
@media screen and (max-width: 604px){
    
    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    body{
        font-family: 'Poppins', sans-serif;
    }
    .about-wrapper{
        height: 100vh;margin-bottom: 28px;
    }
    .about-left{
        background: #044191;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; margin-left: 0px;
        height: 64vh;
    }
    .about-left-content > div{
        background: #08dabe;
        padding: 2rem  ;width: 351px;
        text-align: center; margin-left: 0px;padding-left: 0px;margin-top: -21px;   
    }
    .about-left-content{
        box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
        -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
        -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
    }
    .about-img4 img{
         
        width: 334px;box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.22) 0px -12px 30px, rgba(0, 0, 0, 0.22) 0px 4px 6px,
        rgba(0, 0, 0, 0.27) 0px 12px 13px, rgba(0, 0, 0, 0.19) 0px -3px 5px; 
    }
    .about-img4{
        width: 344px;
        height: 264px;
         
        border-radius: 0%;
        transition: all 0.5s ease-in-out; float: left;margin-left: -56px; margin-top: -21px;
    }
    .shadow{
        margin-left: auto;
        margin-right: auto;
        border-radius: 0%;
        width: 100%;
        height: 200px;
        position: relative;
        cursor: pointer;
    }
     
    .about-left-content h2{
        font-size: 2rem;
        margin: 2.2rem 0 0.6rem 0;
        line-height: 1.2;
        padding-bottom: 1rem;
        border-bottom: 2px solid #edffec;
    }
    .about-left-content h3{
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 5px;
        margin-top: 1.2rem;
    }
    .icons{
        background: #fff;
        display: flex;
        justify-content: center;
        padding: 0.8rem 0;
    }
    .icons li{
        list-style-type: none;
        background: #f36a8d;
        color: #fff;
        width: 40px;
        height: 40px;
        margin: 0 0.5rem;
        border-radius: 50%;
        display: flex;
        justify-content: right !important;
        align-items: right !important;
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }
    .icons li:hover{
        background: #edffec;
        color: #000;
    }
    .about-right{
        background: rgb(255, 255, 255);
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        padding: 0 1rem;
        text-align:left; margin-top: -84px; 
    }
    .about-right h1{
        font-size: 2rem;
        text-transform: uppercase;
    }
    .about-right h1 span{
        color: #dd2d4a;
    }
    .about-right h4{
        font-weight: 600; text-align: left;
    }
    .about-right h4{
        font-weight: 600; text-align: left; font-size: 15px; margin-top: 31px; font-family: Arial, Helvetica, sans-serif;color: rgb(10, 10, 10);
    }
    
    .about-right p{
        font-weight: 600; text-align: left; font-size: 15px; margin-top: 1px; color: rgb(10, 10, 10); font-family: Arial, Helvetica, sans-serif;
    }
    .about-btns{
        display: flex;
        margin: 2rem 0;margin-bottom: 28px; float: right !important;
    }
    .btn{
        border: none;
        font-size: 0.9rem;
        text-transform: uppercase;
        border: 2px solid #000;
        border-radius: 20px;
        padding: 0.55rem 0;
        width: 130px;
        font-weight: 600;
        background: transparent;
        margin: 0 0.5rem;
        cursor: pointer; margin-bottom: 8px; margin-top: 41px; float: right !important;
    }

    .btn-style-one {

          float: right !important; margin-bottom: -41px !important;
    }
    .btn.btn-pink{
        background: #dd2d4a;
        color: #fff;
        border-color: #dd2d4a;
        transition: all 0.5s ease-in-out;
    }
    .btn.btn-pink:hover{
        background: transparent;
        border-color: #dd2d4a;
        color: #000;
    }
    .btn.btn-white{
        transition: all 0.5s ease-in-out;
    }
    .btn.btn-white:hover{
        background: #dd2d4a;
        border-color: #dd2d4a;
        color: #fff;
    }
    .about-para p{
        font-weight: 300;
        padding: 0.5rem;
        opacity: 0.8;
    }
    
    
    .about-left{
        position: relative;width: 100%;  
    }
     


}

 
@media screen and (min-width: 504px) and (max-width: 761px){
    
    
    .about-left-content > div{
        background: #43e7e7;
        padding-top: 2rem  ;width: 541px;
        text-align: center; margin-left: 0px;padding-left: 0px;margin-top: -21px; 
    }
    .about-left-content{
        box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
        -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
        -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
    }
    .about-img4 img{
         
        width: 514px; 
    }

    .about-btns button{
        float: right !important;  left: 64% !important; 

    }
    .about-img4{
        width: 484px;
        height: 334px;
         
        border-radius: 0%;
        transition: all 0.5s ease-in-out; float: left;margin-left: -128px; margin-top: -21px;
    }
    .about-right{
        background: #fff;
        height: 86vh;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        padding: 0 1rem;
        text-align:left;    
    }

    .about-wrapper{
        height: 100%;; margin-bottom: 164px;
    }
    .about-left-content > div{
        padding-top: 2rem  ;width: 504px; height: 304px;
        background: conic-gradient(
           from 360deg at 0% 50%,
           #00e5ff,
           #00ecfa,
           #00f1ee,
           #00f6dc,
           #00fac3,
           #00fda5,
           #00ff81,
           #00ff55
         ); background:#f3f8f7 url(../img/edu/38.jpg);
   
         background-blend-mode: multiply;
         background-repeat: no-repeat;
         background-position: center;
     
         background-size: cover;
         
   }
}




@media screen and (max-width: 544px){
    .about-btns button{
        float: right !important;  left: 48% !important; 

    }
}


#why_us h3 {
    font-size: 14px;
    color: rgb(71, 71, 71);
  }
  #why_us p {
    color: rgb(136, 136, 136);
  }
  #why_us .container4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
  }
  #why_us .container4 h1 {
    position: absolute;
    color: white;
    font-size: 150px;
    opacity: 0.2;
  }
  #why_us .card-wrapper {
    position: relative;
    height: 341px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 0.5s;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3); border-bottom: #2175e2 8px solid;
  }
   
  #why_us .user-pic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: -1px;
    width: 98%;
    height: 84px;
    background-color: #0d205e;;
    border-radius: 10px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transition: 0.5s;clip-path: circle(60% at 50% 1%);
  }
  #why_us .user-pic img {
    height: 100%;
    display: block;
    margin-left: -5%;
  }
  #why_us .name {
    text-align: left;
    position: relative;  color: #000;
    top: 100px;
    transition: 0.5s;
  }
  
  #why_us .name p {
    text-align: left;
    position: relative; margin-left: 24px; margin-right: 20px; color: #000;
    
    transition: 0.5s;
  }
  .social-details {
    position: relative;
    top: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 30px;
    opacity: 0;
    transition: 0.5s;
  }
   
  #why_us .card-btn {
    position: relative;
    top: 200px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    padding: 0 50px;
    opacity: 0;
    transition: 0.1s;
  }
 

  @media all and (max-width: 500px) {
	 

    #why_us h3 {
        font-size: 20px;
        color: rgb(71, 71, 71);
      }
      #why_us p {
        color: rgb(122, 121, 121);
      }
      #why_us .container4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
        overflow: hidden;
      }
      #why_us   {
        margin-top: -20px;;
      }
      #why_us .card-wrapper {
        position: relative;
        height: 341px;
        width: 100%;
        background-color: white;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        gap: 20px;margin-bottom: 60px; 
        transition: 0.5s;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3); border-bottom: #2175e2 8px solid;

      }
       
      #why_us .user-pic {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
         top: 1px;
    width: 100%;
    height: 84px;
    background-color: #27c52f;
    border-radius: 10px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transition: 0.5s;clip-path: circle(60% at 50% 1%);
      }
      #why_us .user-pic img {
        height: 100%;
        display: block;
        margin-left: -5%;
      }
      #why_us .name {
        text-align: center;
        position: relative;
        top: 100px;
        transition: 0.5s;
      }
      
      .social-details {
        position: relative;
        top: 100px;
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 30px;
        opacity: 0;
        transition: 0.5s;
      }
       
      #why_us .card-btn {
        position: relative;
        top: 200px;
        display: flex;
        justify-content: space-evenly;
        gap: 30px;
        padding: 0 10px;
        opacity: 0;
        transition: 0.1s;
      }
       

      
      .about-left-content > div{
 
        background: #08dabe;;
           width: 319px !important; padding-top: 0rem;padding-right: 0%; box-shadow: none !important;
        text-align: center; margin-left: -6px; padding-left: -2px;   background: conic-gradient(
            from 360deg at 0% 50%,
            #00e5ff,
            #00ecfa,
            #00f1ee,
            #00f6dc,
            #00fac3,
            #00fda5,
            #00ff81,
            #00ff55
          ); background:#f3f5f4 url(../img/edu/38.jpg);
    
    
          background-blend-mode: multiply;
          background-repeat: no-repeat;
          background-position: center;
      
          background-size: cover;
          
    }

    body{
        font-family: 'Poppins', sans-serif;  
    }
    .about-wrapper{
        height: 100%;;margin-bottom: 141px; 
    }    
}

   