﻿.sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 25px;
    line-height: 90px;
    font-size: 19px;
    text-transform: inherit;
    letter-spacing: 0.4px;
    color: #000000;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    text-align: left;
}

#offcanvas-toggler > i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  color: #5b92dd;
}

#offcanvas-toggler {
    float: right;
    line-height: 87px;
    margin-left: 15px;
    font-size: 32px;
}

.sppb-addon .sppb-addon-title, .sppb-addon .sppb-title-heading, .sppb-section-title .sppb-addon-title, .sppb-section-title .sppb-title-heading {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 35px;
    padding: 0;
    letter-spacing: 0.3px;
    text-transform: inherit;
    color: #333333;
}

.features_four .sppb-addon-feature:hover {
    cursor: pointer;
    border-color: #f39305;
}

.features_four .sppb-addon-feature:hover .sppb-feature-box-title {
    color: #f39305 !important;
}

#sp-logo-bar .container .row{
   display: flex !important;
   justify-content: space-between;
   padding: 2px 5px 5px;

}