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; }
}


/*logo*/
.logo-image {
    height: 80px !important;
  margin-top: 5px;
}
div#sp-logo {
    text-align: center;
    background: #fff;
    height: 90px;
}
@media(max-width:991px){
div#sp-logo img {
    height: 85px;
    margin-top: 8px;
}}

/*header*/
#sp-header {
    height: 90px;
}
div#sp-menu {
    background: #27277f;
    text-align: right;
}
.sp-megamenu-parent {
    float: unset;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #fff;
    font-weight: 400;
    line-height: 90px;
}
@media(max-width:1250px){
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 10px;
}}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #ffffff90;
}
.sp-megamenu-parent > li > a:hover {
    color: #ffffff90;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    text-align: left;
}
.cls-login a {
    color: #fff;
	line-height: 60px;
}
#sp-top1 {
    background: #27277f;
}
@media(min-width:992px){
.cls-login {
    padding-right: 50px !important;
}}

/*off canvas*/
a#offcanvas-toggler {
    position: absolute;
    content: '';
    right: -115px;
    margin-right: 0px !important;
    line-height: 90px;
}
.offcanvas-menu {
    background: #27277f;
    border-right: 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;
}

/*page-title*/
.sp-page-title .sp-page-title-heading {
    text-shadow: 0px 0px 6px #000;
    max-width: 500px !important;
}
.sp-page-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000090;
    top: 0;
    left: 0;
}
.sp-page-title .sp-page-title-heading:before {
    background: #ee4854;
}
.sp-page-title {
    padding: 100px 0px;
}
@media(max-width:991px){
.sp-page-title {
    padding: 50px 0px;
}}

/* Footer Menu */
@media(min-width:992px){
#sp-bottom-top1 .sp-module ul > li {
    display: inline-block;
}
div#sp-bottom-top1 {
    text-align: center;
}}
#sp-bottom-top {
    background: #4d4d4d;
}
#sp-bottom-top1 ul.menu li {
    padding: 15px;
    font-size: 15px;
    letter-spacing: 1px;
}
@media(max-width:991px){
#sp-bottom-top1 ul.menu li {
    padding: 0px 8px;
    line-height: 2;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 3;
}
#sp-bottom-top1 .sp-module ul > li {
    text-align: center;
}
#sp-bottom-top1 {
    padding: 20px 0px !important;
}}
#sp-bottom-top ul.menu li a:hover {
    color: #ffffff90;
}
#sp-bottom-top {
    padding: 0px !important;
}
#sp-footer .container-inner {
    padding: 15px;
}
span.sp-copyright {
    font-weight: 300;
    letter-spacing: 1px;
}
@media(max-width:991px){
footer#sp-footer {
    padding: 0px 0px 80px 0px;
}}

/* Contact Form */
i.glyphicon.glyphicon-asterisk {
    color: red;
}
i.glyphicon.glyphicon-asterisk:before {
    color: red;
}/*form*/
.bfQuickMode .bfbs3-form-inline .bfbs3-form-control, .bfQuickMode .form-inline .form-control {
    display: inline-block;
}
.bfQuickMode .bfbs3-form-group .bfbs3-control-label, .bfQuickMode .form-group .control-label {
    color: #000;
}
button#bfSubmitButton {
    border: 1px solid #fff !important;
    color: #fff !important; 
    transition:0.3s !important;
    font-size: 16px;
    padding: 16px 35px !important;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
button#bfSubmitButton:hover {
    background-color: #ee2724 !important;
    border: 1px solid #ee2724 !important;
}
@media(max-width:991px){
button#bfSubmitButton {
    font-size: 13px;
    padding: 10px 25px !important;
}}
.contact-form-001 .bfbs3-form-group input {
    border: none;
    background: none;
    border-bottom: solid 2px #fff;
    box-shadow: none;
}
.contact-form-001 button#bfSubmitButton {
    background: #ee2724;
}

/* scroll-up */
.sp-scroll-up {
    bottom: 102px;
    width: 39px;
    right: 32px;
    background: #a5a5a561;
    color: #ffffff;
}