h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px !important;
}

body {
    letter-spacing: 0.5px;
}
:focus {
    outline: none !important;
}

@media(max-width:991px){
h1 { font-size: 24px !important; }
h2 { font-size: 24px !important; }
h3 { font-size: 20px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 18px !important; }
h6 { font-size: 18px !important; }
body { font-size: 14px !important; }
}

/*top bar*/
section#sp-top-bar {
    background: #152773;
    padding: 5px 15px;
    font-family: 'Bahnschrift' !important;
}
section#sp-top-bar a {
    font-family: 'Bahnschrift' !important;
    font-size: 16px;
}
@media(max-width:991px){
section#sp-top-bar {
    padding: 5px 0px;
}
section#sp-top-bar a {
    font-family: 'Bahnschrift' !important;
    font-size: 14px;
}
}
div#sp-top2 a.btn-login {
    color: #fff !important;
}
@media(max-width:991px){
div#sp-top2 a.btn-login {
     font-size: 12px;
}}
@media(min-width:992px){
section#sp-top-bar {
    padding: 5px 58px;
}
}
div#sp-top2 {
    text-align: right;
}
@media(Max-width:991px){
#sp-top-bar .sp-module {
    margin: 0px !important;
}
div#sp-top2 {
    padding-left: 0px !important;
}}
#sp-top-bar .sp-module {
    display: block;
    float: right;
}

/*menu*/

header#sp-header {
    transition: 0.5s;
}
header#sp-header .logo img {
    transition: 0.5s;
    max-height: 80px;
    width: auto !important;
}
@media(min-width:992px){
header#sp-header .logo img {
    max-height: 70px;
    margin-top: 5px;
    margin: auto;
    }
header#sp-header.menu-fixed .logo img {
    max-height: unset;
    margin-top: unset;
}
}
header#sp-header.menu-fixed .logo {
    transition: 0.5s;
}
header#sp-header.menu-fixed {
    height: 70px !important;
    background: linear-gradient(18deg, #08101d, #273983, #08101d);
}
header#sp-header.menu-fixed .logo {
    height: 60px;
}
header#sp-header.menu-fixed .logo img {
    height: 60px;
    margin-top: 5px;
}

header#sp-header.menu-fixed .sp-megamenu-parent >li >a,
header#sp-header.menu-fixed .sp-megamenu-parent >li >span {
    line-height: 60px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #fff;
    font-weight: 400;
    padding: 0px 10px;
    font-size: 14px;
    transition: 0.5s;
text-transform: capitalize;letter-spacing: 1px;}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {color: #ffffff90 !IMPORTANT;}
@media(max-width:1150px){
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #000;
    font-weight: 500;
    padding: 0px 6px;
    font-size: 12px;
    transition: 0.5s;
}
}
header#sp-header {background: transparent;padding: 0px 100px;}
@media(max-width:991px){
header#sp-header .logo img {
    transition: 0.5s;
    max-height: 60px;
    width: auto !important;
}}
@media(max-width:768px){
header#sp-header {
    padding: 0px 15px;
    height: 70px !IMPORTANT;
}
  #sp-header .logo {
    height: 70px;
}
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0px !important;
}

div#sp-logo {text-align: left !IMPORTANT;}

.logo {text-align: center !important;transition: 0.5s !IMPORTANT;}

#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    width: 450px !important;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    border-radius: 0 0 3px 3px;
    padding: 10px 0;
    border: 1px solid #d9d9d9 !important;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {left: -100px;}


/*page title*/

.home-page section#sp-page-title {
    display: none;
}
.sp-page-title i.fa.fa-home {
    color: #fff;
}
.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
    color: #fff;
}
.sp-page-title .breadcrumb >.active {
    color: #fff;
}
#sp-page-title {
    position: relative;
}
#sp-page-title:before {
    position: absolute;
    content: '';
    width: 75%;
    background: linear-gradient(18deg, #08101d, #273983, #08101d);
    top: 0;
    right: 28%;
    height: 300px;
    margin-top: -100px;
    background: url(/images/0_Alice/page-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    background-attachment: scroll !important;
    z-index: -1;
}
#sp-page-title:after {
    position: absolute;
    content: '';
    opacity: 0.85;
    width: 75%;
    background: linear-gradient(18deg, #08101d, #273983, #08101d);
    top: 0;
    right: 28%;
    height: 300px;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll !important;
    z-index: -1;
}
@media(max-width:991px){
#sp-page-title:before,
#sp-page-title:after {
    height: 240px;
}
}
/*log in*/
.com-users.view-profile a.btn {
    color: #000;
}
div#id-user a.dropdown-toggle {
    color: #fff;
}
.dropdown-menu>li>a {
    padding: 0px 10px !important;
}

/*off canvas*/
header#sp-header.menu-fixed #offcanvas-toggler i {
    color: #fff !IMPORTANT;
}
header#sp-header.menu-fixed #offcanvas-toggler {
    line-height: 70px !important;
}
.offcanvas-menu {
    background: linear-gradient(45deg, #08101d, #273983, #08101d);
    background-size: 600% auto;
    transition: 0.8s;
    box-shadow: -15px -15px 40px #00000020 !IMPORTANT;
}
.offcanvas-menu:hover {
    background-position: right center !important;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    padding: 50px 15px !important;
}
#offcanvas-toggler >i {
    color: #000;
}
#offcanvas-toggler {
    line-height: 90px;
    font-size: 30px;
    transition: 0.5s;
}
@media(max-width:991px){
.close-offcanvas {
    color: #000 !important;
    border: 1px solid #000;
  }
#sp-header.menu-fixed #offcanvas-toggler {
    line-height: 60px;
  }}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    color: #fff !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    color: #fff !IMPORTANT;
}
#offcanvas-toggler >i:hover {
    color: #007eb9ad;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
    color: #000;
    font-weight: 600;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
    color: #000;
    font-weight: 600;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    background: #fffaf5c4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #fff7f7;
}
a.close-offcanvas:hover {
    color: #fff !important;
    border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    width: 100% !IMPORTANT;
}

/*pagetitle*/
.sp-page-title {
  padding: 180px 0 80px 0;
  background-repeat: no-repeat;
  /* background-position: 50% 0%; */
  background-size: cover;
  background-attachment: scroll !IMPORTANT;
  text-align: left;
  margin-top: -90px;
}
.sp-page-title h2 {
    color: #fff;
    font-weight: 800;
}
@media(max-width:991px) {
.sp-page-title {
  padding: 60px 0 50px 0;
  margin-top: 0px;
  background-attachment: scroll !important;
}
.sp-page-title h2 {
    font-size: 18px !important;
}}

/*bottom*/
#sp-bottom4 .sppb-addon-text {
    font-size: 14px !important;
font-weight: 500;}
#sp-bottom2 a:hover, #sp-bottom3 a:hover {
    color: #fff !important;
}
#sp-bottom #sp-bottom2 ul.nav.menu li {
    margin: 0px;
}
#sp-bottom1 .sppb-icons-group-list li a:hover {
    color: #fff !important;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 16px !IMPORTANT;
    color: #fff;
    margin: 0px 0px 15px 0px;
    text-transform: capitalize;
}
#sp-bottom p.info {
    color: #666;
}
@media only screen and (max-width: 480px){
#sp-bottom4 {
    margin-bottom: 0px !important;
}}
#sp-bottom #sp-bottom2 ul.nav.menu li a, #sp-bottom #sp-bottom3 ul.nav.menu li a {
    line-height: 1.8;
    padding-left: 0px;
    color: #666;
    font-weight: 500;
    }

/*#sp-bottom ul.nav.menu li:before {
    position: absolute;
    content: '.';
    left: 0;
    top: -7px;
    margin: auto;
    font-size: 20px;
}*/
@media only screen and (max-width: 991px){
#sp-bottom .row>div {
    width: 100%;
    margin-bottom: 30px;
  }}
div#sp-bottom3 .nav {
    display: block;
}
.bottom-logo img {
    max-width: 180px;
    height: auto;
}
div#sp-bottom4 .sppb-icon .sppb-icon-container > i {
    color: #fff !important;
}
div#sp-bottom4 h3.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    margin: 0px !IMPORTANT;
}
div#sp-bottom4 .sppb-addon-text, div#sp-bottom4 .sppb-addon-text a {
    color: #bababa !important;
}
div#sp-bottom4 .sppb-addon-text a:hover {
    color: #fff !IMPORTANT;
}
#sp-bottom ul > li a {
    display: block !important;
}
#sp-bottom ul > li {
    width: 100% !important;
}

/*footer*/
#sp-footer {
    padding: 20px 0px;
    border-top: 0.1px solid #cdcdcd !important;
}
@media(max-width:991px){
#sp-footer {
    padding: 10px 0px 90px 0px;
}
}
span.sp-copyright {
    color: #666 !important;
    letter-spacing: 0.5px;
    font-size: 14px;
}
span.sp-copyright strong {
    color: #fff;
    font-weight: 300;
}
#sp-footer a {
    color: #666;
    
font-weight: 400;}

/*alert*/
.alert.alert-error {
    background: #f7dfdf;
}

/*scroll-up*/
a.scrollup {
    bottom: 48px;
    right: 123px !important;
    border: 1px solid #ececec;
}

/*form*/
input {
    font-size: 14px !important;
}

/*google translate*/
select.notranslate {
    width: 136px;
    font-size: 11px;
    padding: 0px 10px;
    height: 20px;
}

/*module*/
div#sp-cta .sp-module ul >li {
    display: inherit !important;
    border: none !important;
}

/*br*/
@media(max-width:991px){
  .br-display-none br {
    display: none;
  }}

/*album*/
.com-speasyimagegallery #sp-main-body {
    padding: 50px 0px;
}
.com-speasyimagegallery h1 {
    margin: 0px !important;
}
.com-speasyimagegallery .page-header {
    margin-top: 0px;
}

/*footer*/
#sp-footer1 {
    text-align: center;
}
#sp-footer2 {
    text-align: right;
}
@media(max-width:991px){
#sp-footer2 {
    text-align: left !Important;
}
#sp-footer2 ul.social-icons {
    text-align: left;
}
}
footer#sp-footer  i.fa.fa-facebook {
    font-family: 'Font Awesome 5 Free';
}
footer#sp-footer .fa.fa-facebook:before {
    content: "\f09a";
}

/*br*/
@media screen and (max-width:991px){
.mobile-br-none br {
    display: none;
  }}

@media screen and (max-width:991px){
div#sp-menu {
    text-align: right;
    margin: 0!important;
    padding: 0px 15px;}
  div#sp-logo {padding: 0px 15px!important;}
  a#offcanvas-toggler {margin: 0!important;line-height: 70px;font-size: 20px;}
}

/*table*/
@media(max-width:991px){
table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}}

/*background-attachment*/
@media(max-width:991px){
#home-about {background-attachment: scroll !important;}
}

/*accordian*/
.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: linear-gradient(45deg, #08101d, #273983);
    color: #fff;
}

.sppb-panel-heading.active .sppb-toggle-direction {
    background: transparent !important;
    transform: translateY(-50%) rotate(45deg);
}

/*form*/
.bfQuickMode section.bfElemWrap:hover {
    background: transparent !important;
}
.bfQuickMode section.bfElemWrap {
    background: transparent !important;
}
.bfQuickMode .bfPageIntro {
    padding: 0px;
}
@media(min-width:992px){
section#bfElemWrap392 {
    width: 29% !IMPORTANT;
}
div#bfQuickModeSection55591 {
    width: 72% !important;
    display: inline-block;
}
section#bfElemWrap392 {
    width: 26.6% !important;
    display: inline-block;
}}

/*bottom whatsapp*/
.is_bottom_right.whatsappchat_158.whatsappchat.is-bottom_right .popup-top {
    background: linear-gradient(18deg, #08101d, #273983) !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content {
    float: left !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image img {
    display: none !important;
}
span.help_btn_161.help-you-btn img {
    width: 60px;
    height: 60px;
}
.is-bottom_right {
    bottom: 0 !important;
}
.whatsappchat_161.is-bottom_right .popup-section .popup .myPopup_161::after {
    border-color: #fff transparent transparent transparent !important;
}
.whatsappchat.is-bottom_right .popup-section .popup .popuptext {
    bottom: 85px !important;
}
.is-bottom_right {
    position: fixed;
    bottom: 20px !important;
    right: 15px;
    z-index: 99;
}
.whatsappchat_165.is-bottom_right .popup-section .popup .myPopup_165::after {
    border-color: #fff transparent transparent transparent !important;
}