*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, ol {
    margin: 0;
    padding: 0 !important;
    list-style: none; /* Removes bullet points */
}
a{
    text-decoration: none;
    padding: 0px;
    
}

     /* home part css start */
            
            /* profile part css start */
.bganimation{
    position: relative;
    width: 100%;
    height: 100vh;
}            
.bganimation video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
    

}
.bganimation .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 31, 102,.4);
    width: 100%;
    height: 100%;
    
}
.bganimation .vsc-controller {
    display: none;
}
.cardprof{
    padding: 20px 25px;
    border: 2px solid white;
    border-radius: 20px;
    background: rgba(0, 31, 102,.7);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.8);
    width: 290px !important;
    margin-bottom: 20px;

}
.cardprof .imgprof{
    display: block;
    width: 150px;
    height: 150px;
    background: rgb(255, 200, 21);
    box-shadow:  0px 0px 0px 10px rgb(249, 249, 249);
    outline: 2px solid rgb(249, 249, 249);
    object-fit: cover;
    margin: 0px auto;
}
.card-body .card-title{
    color:rgb(255, 200, 21) ;
}
.medialink{
    height: 120px;
}
.medialink a {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex; 
    border-radius: 50%;
    font-size: 25px;
    color: rgb(253, 250, 250);
    text-align: center;
    border: 2px solid rgb(254, 253, 253);
    justify-content: center;
    align-items: center;
    transition: all linear .3s;
    margin: 30px 20px;   
}

.medialink a:hover{
    color: rgb(255, 200, 21);
    font-size: 30px;
    width: 60px;
    height: 60px;
    border: 2px solid rgb(255, 200, 21);
    transition: all linear .3s;
}
.cardprofbtn {
 display: flex;
 justify-content: space-between;
 
}
.cardprofbtn .btn{
    position: relative;
    background:rgb(0, 31, 102) ;
    padding: 10px 15px;
    border: 2px solid white;
    border-radius: 10px;
    font-weight: bold;
    z-index: 2;
    /* box-shadow:0px 0px 1px 0px rgb(249, 249, 249) ; */
}
.cardprofbtn  .btn a:hover{
    color:rgb(0, 31, 102) ;
}
.cardprofbtn .btn::after{
   content: '';
   position: absolute; 
   width: 0%;
   height: 0%;
   bottom: 0px;
   right: 0px;
   border-radius: 10px;
   background-color: rgb(255, 200, 21);
   border: 3px solid white;
   z-index: -1;
   visibility: hidden;
   transition: all linear .4s;
}
.cardprofbtn  .btn::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 200, 21);
    border-radius: 10px;
    border: 3px solid white;
    z-index: -1;
    visibility: hidden;
    transition: all linear .4s;
 
 
 }
 .cardprofbtn  .btn:hover::after{
    visibility: visible;
    transition: all linear .4s;
    width: 100%;
    height: 100%;
}
.cardprofbtn  .btn:hover::before{
    visibility: visible;
    transition: all linear .4s;
    width: 100%;
    height: 100%;
    
 }

  /* profile part css end */

  /* greeting parst css start */
.welcome {
  margin-top: 200px;
  border-left: 2px solid white;
  color: white;
  padding-left: 20px;
}
.welcome h3{
    line-height: 50px;
}

  /* greeting parst css end */
  /* sidebar parst css start */

  /* sidebar parst css end */

  .timepart{
    width: 180px;
    color: white;
    background: rgba(0, 31, 102,.7);
    margin-top: 1rem;
    padding: 5px 3px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
    border: .5px solid white;
  }
  .navpart .sideicon{
    width: 130px;
    background: rgba(0, 31, 102,.7);
    margin-top: 1rem;
    /* text-align: left; */
    border-radius: 10px;
    margin: 15px auto;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
    border: .5px solid white;
   
  }
  .navpart .sideicon ul li{
    margin-top: 8px;
    transition: all linear .3s;
    padding: 5px 15px;
    
  }
  .navpart .sideicon a{
    text-decoration: none;
    text-align: center;
    color:white ;
    transition: all linear .3s;
    font-weight: bold; 
    transition: all linear .3s; 
  }
  .navpart .sideicon ul li:hover a{
    color: rgb(0, 31, 102);
    transition: all linear .3s;

  }
  .navpart .sideicon ul li:hover {
    background: rgb(255, 200, 21);
    color: white;
    transition: all linear .3s;
  }
  .navpart .sideicon .svg-inline--fa {
    
   padding-right: 10px;
  }
  .searchbtn .form-control{
    width: 100px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
    border: .5px solid white;
  }
  .searchbtn  .btn{
   
    margin-left: 10px;
    background:rgba(0, 31, 102,.7) ;
    color: white;
    transition: all linear .3s;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
    border: .5px solid white;
    font-weight: bold;
  }
  .searchbtn  .btn:hover{
    background: rgb(255, 200, 21);
    color: rgb(0, 31, 102);
    transition: all linear .3s;
  }

    /* side icon menu start */

    /* side icon menu end */
   /* home part css start */


   /* About part css start */
/* #aboutpart h2{
  writing-mode: sideways-lr;
  color: transparent;
  -webkit-text-stroke: 1px black;
  font-size: 70px;
} */
   /* about part css end*/
  .section h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    transition: all .3s ease;
  }
  .section:first-child h1 {
    animation: first-show .3s;
  }
  .section0 {
    background: #409EFF;
  }
  .section2 {
    background: #E6A23C;
  }
  .section3 {
    background: #F56C6C;
  }
  .section1{
    background: #67C23A;
  }
  .section h1.text-animate {
    left: 0px;
    transform: translateX(-100%);
  }
  @keyframes first-show {
    0% {
      left: 0px;
      transform: translateX(-100%);
    }
    100% {
      left: 50%;
      transform: translateX(-50%);
    }
  }

  /*about section start*/
  .profile_img img{
    border-radius: 10px;
  }
.section_head h2 {
  border: 3px solid rgba(0, 31, 102);
  color: #ffc815 ;  
  position: relative;
  padding: 10px 40px 10px 80px;
  text-align: center;
}

.head_cir {
  background: rgba(0, 31, 102);
  position: absolute;
  top: -5px;
  left: -15px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.head_cir .avta_icon{

  font-size: 30px;
  color: #ffc815 ;
}
.about_cont p{
    text-align: justify;
}
.viewbtn #view_work{
    padding: 10px 30px;
}

  /*about section start*/
   



