/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2021 | 20:47:35 */
.custom-notch:before{
  position: absolute;
    content: '';
    top: -29px;
    left: 50%;
    width: 40px;
    height: 50px;
    background: #282364;
    margin-left: -20px;
    clip-path: polygon(52% 77%, 0% 100%, 100% 100%);
}
.custom-accordion .elementor-tab-title{
  border-top:1px solid #eee !important;
  border-bottom:1px solid #eee !important;
}
.elementor-tab-content .elementor-clearfix .elementor-active{
  border-bottom:1px solid #eee !important;
}
.custom-menuss li a {
    background: #f9f8f7;
    color: #181614;
    display: block;
    padding: 26.5px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s;
}
.custom-menuss li {
    margin-bottom: 2px;
}
.custom-menuss ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.custom-menuss li a:hover{
  background: #282364;
  color:white;
}
.custom-menuss .current-menu-item.current_page_item a{
  background: #282364;
  color:white;
}
.home-blog img {
    border: 5px solid white !important;
    width: 70px !important;
    height: 46px !important;
}
.home-blog:hover img {
    border: 5px solid #27225F !important;
    width: 70px !important;
    height: 46px !important;
}