@import url(//db.onlinewebfonts.com/c/49fdec8ee8568aaf58534b3ede38e294?family=Industry);

h1, h2, h3, h4, h5, h6 {
    font-family: 'industry' !important;
}
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; }
}
.fa {
    font-family: 'FontAwesome' !important;
}
i.fa.fa-facebook.facebook-fixed {
    font-family: "Font Awesome 5 Brands" !important;
}

/*top bar*/
section#sp-top-bar {
    background: #ea1d24;
    padding: 5px 15px;
    z-index: 9999999999999999 !important;
    display: block;
    position: relative;
}
section#sp-top-bar a {
    font-size: 14px;
}
@media(max-width:991px){
section#sp-top-bar {
    padding: 0px;
}
section#sp-top-bar a {
    font-size: 12px;
}
}
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;
}
#sp-top1 a {
    color: #fff;
    transition: 0.5s;
    letter-spacing: 1px;
}

#sp-top1 a:hover {
    opacity: 0.6;
}
#sp-top-bar .fa-mobile-phone:before,
#sp-top-bar .fa-mobile:before {
    content: "\f095";
}

/*menu*/

header#sp-header {
    transition: 0.5s;
}
header#sp-header .logo img {
    transition: 0.5s;
    max-height: 80px;
    width: auto !important;
}
header#sp-header.menu-fixed .logo {
    transition: 0.5s;
}
header#sp-header.menu-fixed {
    height: 60px !important;
    background: #fff;
}
header#sp-header.menu-fixed .logo {
    height: 60px;
}
header#sp-header.menu-fixed .logo img {
    height: 50px;
}

header#sp-header.menu-fixed .sp-megamenu-parent >li >a,
header#sp-header.menu-fixed .sp-megamenu-parent >li >span {
    line-height: 60px;
    text-shadow: none;
    color: #000;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #ffffffb3;
    font-weight: 500;
    padding: 0px 10px;
    font-size: 14px;
    transition: 0.5s;
    text-shadow: 0px 0px 10px #000;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #fff;
}
@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 {
    padding: 0px 50px;
    background: linear-gradient(180deg, #000000bf, #00000000);
}
@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;
}



/*page title*/

.sp-page-title i.fa.fa-home {
    color: #000;
}
.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
    color: #000;
}
.sp-page-title .breadcrumb >.active {
    color: #000;
}

/*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*/
.offcanvas-menu {
    background: #fff;
    border-left: 5px solid #bb171d;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    padding: 50px 15px !important;
}
#offcanvas-toggler >i {
    color: #fff;
}
#offcanvas-toggler {
    line-height: 70px;
}
@media(max-width:991px){
.close-offcanvas {
    color: #000 !important;
    border: 1px solid #000;
  }
#sp-header.menu-fixed #offcanvas-toggler {
    line-height: 60px;
  }
  #sp-header.menu-fixed #offcanvas-toggler i {
    color: #000 !important;
  }
  #sp-header.menu-fixed #offcanvas-toggler i:hover {
    color: #000000a1 !important;
  }}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    color: #000 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    background: #bb171d !important;
    color: #fff !IMPORTANT;
}
#offcanvas-toggler >i:hover {
    color: #ffffffad;
}
.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;
}

/*pagetitle*/
.sp-page-title {
  padding: 220px 0 170px 0;
  background-repeat: no-repeat;
  /* background-position: 50% 0%; */
  background-size: cover;
  background-attachment: fixed !IMPORTANT;
  text-align: center;
  margin-top: -90px;
}
.sp-page-title h2 {
    text-shadow: 1px 1px 0px #000;
    color: #fff;
    text-transform: capitalize;
}
@media(max-width:991px) {
.sp-page-title {
  padding: 150px 0 100px 0;
  margin-top: 0px;
  background-attachment: scroll !important;
}
.sp-page-title h2 {
    font-size: 18px !important;
}}
@media(min-width:992px){
#sp-title {
  position: relative;
}
.sp-page-title:before {
    content: "";
    position: absolute;
    background: url(/images/0_global/pattern-page-title.png) no-repeat scroll center center / cover;
    width: 1920px;
    height: 250px;
    z-index: 2;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
    position: absolute;
    content:'';
    margin: auto;
  }}
section#sp-page-title {
    margin-top: -90px;
}

/*bottom*/
#sp-bottom4 .sppb-addon-text {
    font-size: 14px !important;
}
#sp-bottom2 a, #sp-bottom3 a {
    color: #fff !important;
}
#sp-bottom2 a:hover, #sp-bottom3 a:hover {
    opacity: 0.6;
    color: #fff !important;
}
#sp-bottom #sp-bottom2 ul.nav.menu li {
    margin: 0px;
}
#sp-bottom1 .sppb-icons-group-list li a:hover {
    color: #e65857 !important;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 16px !IMPORTANT;
    color: #fff;
    margin-top: 0px;
}
@media only screen and (max-width: 991px){
#sp-bottom4 {
    margin-bottom: 0px !important;
}
#sp-bottom {
    background-attachment: scroll !important;
    background-position: 50% 50%!important;
}
footer#sp-footer {
    background: #232323;
}}

/*footer*/
#sp-footer {
    padding: 10px 0px;
}
@media(max-width:991px){
#sp-footer {
    padding: 10px 0px 90px 0px;
}
}
span.sp-copyright {
    color: #fff !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    font-size: 14px;
}
#sp-footer a {
    color: #ffffffbd;
    font-weight: 200 !important;
}

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

/*scroll-up*/
a.scrollup {
    bottom: 25px;
    right: 109px !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;
}
@media(max-width:991px){
.com-speasyimagegallery #sp-cta  h1 {
    margin: 20px !important;
}}