@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.body{
  position: sticky;
  padding: 0%;
  margin: 0%
}
html
{scroll-behavior: smooth;
  transition: 2s;
}
.home{
  color:rgb(144,85,162);
}
nav{
  position: fixed;
  background-color: white;
  height: 75px;
  width: 100%;
}
nav .logo{
  color: black;
  font-weight: bold;
  font-size: 35px;
  margin: 0 100px;
  line-height: 75px;
}
nav ul{
  margin: 0%;
  float: right;
  display: block;
  display: inline-block;
  list-style-type: none;
  text-align: center;
}
nav ul li{
    display: inline-block;
    line-height: 30px;
}  
nav a {
  color: black;
  font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 1em;
    font-family:Arial;
    padding: 0 3em 0 3em;
    position: relative;
    
  }
  @media  (max-width:1590px) {
    nav a{
      padding: 0 1.5em 0 1.5em;
    }
  }

#toggle{
  position: absolute;
  display: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
#toggle::before{
  content: '';
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: rgb(144,85,162);
  transform: translateY(-5px);
  transition: .2s;
}
#toggle::after{
  content: '';
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: rgb(144,85,162);
  transform: translateY(5px);
  transition: .2s;
}
#toggle.active::before{
  transform: translateX(0px) rotate(45deg);
}
#toggle.active::after{
  transform: translateX(0px) rotate(-45deg);
}
#toggle.active{
  background: white;
}
#toggle:checked~ul{
  top:0%;
}
#navbar{
  transition: 1s;
}
#navbar.active{
  display: flex;
  flex-direction: column;
  width:100%;
  height: 1242;
  background-color:white;
}

#navbar.active  a{
  margin-left: .998rem;
}

@media(max-width: 1300px){
   #toggle{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 60px;
    height: 60px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  #navbar{
    width: 100%;
    display: none;
  }
  nav ul li a{
    width: fit-content;
  }
}

.header_text{
  color: black;
}
  nav a:hover {
    color:rgb(144,85,162);
  }

  nav a:hover:before {
    left: 0;
    width: 100%;
  }
  nav a:before {
    content: "";
    position: absolute;
    width: 0;
    height: .5px;
    background-color: rgb(144,85,162);
    bottom: calc(-1px);
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

.upper_of_heading{
  color: black;
  font-size: 17px;
  text-transform: uppercase;
}
.headngs{
  border-bottom: solid  rgb(193, 149, 193);
  width: fit-content;
  color: purple;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.secheadngs{
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.sec_bg{
  padding: 5%;
  
}
.nonbgcolor{
  width: 100%;
}
  .bgcolor{
    width: 100%;
    background-color: rgb(240, 238, 240);
  }
  
.home_fles{
  display: flex;
  flex-direction: row;
}
.font_size{
    font-size: 1.1rem;
    padding: .5rem;
}
.home_image{
  margin-left: 90px;
  width: 100%;
  height: auto;
}
@media screen and (max-width:500px){
  .home_image{
    margin-left: 0px;
    padding: 0px 20px;
  }
.home_image img{
  margin-left: 0%;
  width: 100%;
  height: auto;
}
nav .logo{
  font-size: 1rem;
}
}

.hometext{
  padding-left: 0;
  padding-top: 10rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
  margin-right: 12%;
  
}
@media  (max-width:1650px) {
  .hometext{
    padding: 7em;
  }
  .font_size{
    font-size: 1rem;
}
}
@media  (max-width:500px) {
  .hometext{
    padding: 3em;
  }
}
.home_p{
  width: 60%;
}
@media screen and (max-width:780px) {
  
  .home_fles{
    display: flex;
    flex-direction: column;
  } 
}
.expertise_section
{
  display: flex;
  flex-wrap: wrap;

}
.expertise-div{
  
  flex :0 0 auto;
  width: 50%;
}
.list-number{
  margin-right: .5em;
  color: purple;
}
.expertise_para{
  margin-left: 2em;
  margin-right: 17%;
}


.education_quali{
  display: flex;
  padding: 2em;
  
}
.education_detail{
  width: 40%;
}
.education_summ{
  margin-top: 2%;
  display: flex;
 
  width: 50%;
}

.experience_q{
  display: flex;
}
.exp_section{
  display: flex;
}
.exp_detail{
  width: 30%;
}
.exp_summ{
  width: 50%;
  padding: 3em;
}
.contact_div{
  display: flex;
}
.link{
 
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  margin: .5rem;
  background-color: white;
}
.link:hover{
 
  background-color: rgb(144,85,162);
  color: white;
  outline: 4px solid black;
  transition: .4s;

}

.footer{
  
  text-align: center !important;
  padding-top: 2em;
  padding-bottom: 2em;
  
}
.link{
  color: black;
  text-decoration: none;
}
.name_center{
  font-weight: bold;
}
.contact_list{
  display: inline;
}

.contack_li{
  position: relative;
  display: inline-block;
  padding: 1em; 
}
.cont_img:hover{
  color: rgb(144,85,162);
  
}