body {
    letter-spacing: 0.5px;
}
:focus {
    outline: none !important;
}
@media(max-width:991px){
h1 { font-size: 28px !important; }
h2 { font-size: 26px !important; }
h3 { font-size: 24px !important; }
h4 { font-size: 22px !important; }
h5 { font-size: 20px !important; }
h6 { font-size: 18px !important; }
body { font-size: 14px !important; }
}

/*active*/
.sp-megamenu-parent >li.active>a {
 background: transparent!important;
}
.sp-megamenu-parent >li.active>a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    right:0px;
    margin:auto;
    width: 30px;
    background: #fff;
    height: 2px;
    transition: 0.4s;}
/*hover effect*/

.sp-megamenu-parent > li > a{position:relative;}
.sp-megamenu-parent > li > a:before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    right:0px;
    margin:auto;
    width: 0px;
    background: #a0a0a0;
    height: 2px;
    transition: 0.4s;
}
.sp-megamenu-parent > li > a:hover:before{
    width: 80%;
}
/*end of hover*/

/*header*/
.logo-image {
    height: 80px !important;
    transition: 0.3s;
}
.logo-image-phone {
    max-height: 80px;
    width: auto;
}
#sp-header.header-sticky {
    background-image: none !important;
    background: #353535;
}
#sp-header.header-sticky .logo-image {
    height: 60px !important;
}
@media(max-width:991px){
div#sp-menu {
    float: right !important;
    position: absolute !important;
    right: 0;
}}
.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-center .col-sm-4 .sp-megamenu-parent .sp-dropdown li a:first-child {
    color: red !important;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-image: none;
}
.mega-menu .sp-dropdown li:first-child.sp-menu-item > a {
    color: #3b3a3a;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 15px;
    position: relative;
}
.mega-menu .sp-dropdown li:first-child.sp-menu-item > a:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #3b3a3a;
    bottom: -10px;
    transition: 0.3s;
}
.sp-megamenu-parent .sp-dropdown li:hover .sp-menu-item > a:before {
    width: 90px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #072000 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:after {
    opacity: 1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:after {
    position: absolute;
    content: '';
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
    transition: 0.3s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    padding-left: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    transition: 0.3s;
}

.sp-megamenu-parent .sp-dropdown li:first-child.sp-menu-item > a:after {
    display: none;
}
.sp-megamenu-parent .sp-dropdown li:first-child.sp-menu-item > a:hover {
    padding-left: 0px;
}

/*off canvas*/
.offcanvas-menu {
    background: #232323;
    border-left: 5px solid #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover {
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #ffffff90;
    line-height: 2.5;
    letter-spacing: 1px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
    background-color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a:before {
    width: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    color: #ffffff90;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
    color: #ffffff90;
}
ul.menu-child > li a:before {
    width: 0 !important;
}

/*social-icon*/
div#sp-top1 {
    text-align: right;
}
ul.social-icons a {
    color: #fff;
    line-height: 57px;
}
ul.social-icons a:hover {
    color: #ffffff82 !important;
}

/*bottom-logo*/
.bottom-logo img {
    width: 200px !important;
}

/*bottom*/
#sp-bottom .sp-module .sp-module-title {
    font-size: 16px !important;
    letter-spacing: 1px;
    font-weight: 500 !important;
}
#sp-bottom a {
    color: #ffffffc4;
}
#sp-bottom a:hover {
    color: #fff !important;
}

/*footer*/
div#sp-footer1 {
    text-align: center;
}
@media(max-width:991px){
footer#sp-footer {
    padding-bottom: 60px;
  }}

/*form*/
.bfQuickMode .bfbs3-form-inline .bfbs3-form-control, .bfQuickMode .form-inline .form-control {
    display: inline-block;
}