/*font*/

h1,h2,h3,h4,h5,h6,body {
  font-family: "Gantari", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}


.sp-page-title .sp-page-title-heading {
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .sp-page-title .sp-page-title-heading { font-size: 20px; }
}

.sp-page-title .breadcrumb {
    margin-top: 5px;
    font-size: 14px;
}


@media (max-width: 1199px) {
    #sp-header-topbar { display: none; }
}

div#sp-logo {
    width: 100%;
}


#sp-header .logo { display: block; }

.logo-image {
    width: auto !important;
    max-height: 25px;
    height: 100% !important;
}
@media (max-width: 767px) {
    .logo-image {
        width: 230px !important;
        max-height: 25px;
        height: 100% !important;
    }
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px 20px;
}

@media (max-width: 991px) {
  	#sp-header .row .col-lg-3 { width: 70%; }
	#sp-header .row .col-lg-9 { width: 30%; }
    #sp-header { height: 50px !important; }
}

#offcanvas-toggler {
    margin-right: 0 !important;
}



/*bottom*/

#sp-bottom .sp-module .sp-module-title {
    color: #eb227a;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#sp-bottom .sp-module ul>li {
    margin-bottom: 10px;
}

#sp-bottom1 .sppb-addon-title {
    font-size: 24px;
}

#sp-footer {
    background: #eb227a;
    color: #fff;
}

#sp-footer .container-inner {
    padding: 15px 0;
    border: 0;
    text-align: center;
}

#sp-footer a {
    color: #fff !important;
}

/*end of bottom*/


.fabchat .fa-comments:before {
    content: "\f27a";
    font-size: 25px;
}