
.main-menu .navbar-collapse li{padding: 20px !important;}
li.menu-btn a:focus{
color:#0377be !important;
}
li.menu-btn a.theme-btn.br-5 {
    color: #fff !important;
}
li.menu-btn a.theme-btn.br-5:hover,
li.menu-btn a.theme-btn.br-5:focus
{
    color:#0377be !important;
}
.list-style-one li{
    font-weight: normal !important;
}
.main-header .logo img {
    height: 43px;
}
#courseSyllabusAccordion ul li {
    position: relative;
}

#courseSyllabusAccordion ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../assets/images/check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    top: 2px;
}

div#courseSyllabusAccordion ul li {
    margin: 10px 0;
    padding-left: 32px;
}
.accordion>.card>.card-header .btn {
    color: inherit;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion>.card>.card-header .btn:hover {
    text-decoration: none;
}
.accordion>.card>.card-header .btn:focus{
    outline:none;
}

.accordion>.card>.card-header .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
@media(min-width:992px){
    .services-wrap.design-process-section .col-xl-3.col-md-6 {max-width: 20%;}
    }
.service-item:hover p{
    color: #fff;
}
.service-item {
    position: relative;
}

.service-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}