.navbar{
  z-index: 100;
  transition-duration: 0.3s;
  top: 0;
}
.fs-10{font-size: 10px;}
.dropd-links a,.dropd-link{
  color: #3e3e3e !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition:all 0.3s ease-in-out;
}

.dropd-links:hover a{
  margin-left: 1rem;
  background: -webkit-linear-gradient(45deg,#3419AB, #1BB0D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  font-size: 1.1rem !important;
}
.dd-list{
  font-size: 0.8rem;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {    vertical-align:1px;}
.dd-link:hover .dropd-link{
  margin-left: 1rem;
  background: -webkit-linear-gradient(45deg,#3419AB, #1BB0D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1rem !important;
  font-weight: bolder ;
  transition:all 0.3s ease-in-out;

}
.custom-links:hover{
  color: #3419AB !important;
}
.tools svg{
  height: 2rem !important;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.tools svg:hover{
  filter: grayscale(0);
}
.service-dropdown a:hover::before {
  bottom: 0;
  height: 100%;
}
.service-dropdown li{
  list-style-type: none;
  font-size: small;
}
.links {
    display: inline-block;
    position: relative;
    font-size: 14px !important;
    background-color:#fff;
  }

.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown-menu:hover{
display:block;
}
.custom-dropdown-menu{
  width: 200px;
  display:none;

}
.custom-dropdown-menu li{list-style: none;}
  .service-items span{
    font-size: 2.5rem;
    color: #3419AB !important;
  }
  .service-items p{
    font-size: 1rem;
    color: #3419AB !important;


  }
  .h-80{height: 80vh;}
.dropdown-menu{
background-color: white !important;
}

  .links:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #3419AB;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  .nav{
    background-color: transparent;
  }
 
  .links:hover:after
 {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .portfolio:hover{
    color: rgb(255, 255, 255) !important;
    background-color: #3419AB;
  }
  .contactus:hover{
    background-color: #200f6c !important;
  }
  .tools svg{
    height: 2.5rem;
    fill: rgb(178, 178, 178);
  }

  .sidemenu{
    position: fixed;
    top: 0;
    right: -20rem;
    width: 20rem;
    height: 100vh;
    transition: all .3s ease-in;
    z-index: 150;
  }
  .sidemenu.show{
    right: 0;
  }
  .sidebar-main{
    list-style: none;
    padding: 0;
    line-height: 2.5rem;
  }
.submenus{
  display: none;
}
  .overlay{
    position: fixed;
    background-color: #ffffff7a;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    display: none;
  }
  .active-link:after{ 
    content: '' !important;
      position: absolute !important;
      width: 100% !important;
   
      height: 3px !important;
      bottom: 0;
      left: 0;
      background-color: #3419AB !important;
      transform: scaleX(1);
      transform-origin: bottom left;
     
  }
    @media only screen and (min-width: 768px){
      .dropdown-menu{
        top: 5rem;
        left: -15rem;
        width: 90vw;}
    }
    @media only screen and (min-width: 1200px){
      .dropdown-menu{
        top: 5rem!important;
        left: -35rem!important;
        width: 80vw !important;}
    }
  
/* header */
/* footer */

.footer{background-color: #000722;bottom: 0; }
  a:hover{color: rgb(103, 103, 255) !important; }
  input:focus , button:focus{outline: none;}
  @media only screen and (min-width: 768px) { 
    .border-right{ border-right: 2px solid #aeaeae;}
  }
  /* footer end */