.sitemap{
  padding: 10px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.sitemap>h6{
font-size: 12px;
font-weight: 400;
}
.submenu > li:hover {
  font-size: 18px;
}
.active-item{
  font-weight: 500;
  background: rgb(225,175,175,0.1);
  padding-left: 15px;
  border-left: 3px solid rgb(225,0,0);
}
.sublist>li:hover{
  background-color: #f0f0f0;
  border-radius: 15px;
}

.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap {
    background: rgba(255,255,255,.5);
    padding: 5px !important;
    box-shadow: 5px 10px 20px 5px rgb(220 220 220 / 20%);
    border: 1px solid rgba(25,25,25,.25);
}

.agcayapi-logo{
    background: rgb(255,255,255);
    z-index: 1000;
    position: relative;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 2px 10px -2px rgb(150 150 150);
}