h1, h2, h3, h4, h5, h6 { font-family: 'Belanosima', sans-serif !important; line-height: 1.1; }

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

html {
  scroll-behavior: smooth;
}

body {
    letter-spacing: 0.5px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    body { font-size: 16px !important; }
}

@media (max-width: 767px) {
 	 h2 { font-size: 32px !important; }
     body { font-size: 14px !important; }
}



i.fa.fa-long-arrow-right{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

i.fa.fa-long-arrow-left{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.form-inline label {
    justify-content: left !important;
}


.sp-page-title {
    background: url('/images/0_QFT/title-banner-001.jpg');
    background-position: center top !important;
    text-align: center;
}

.sp-page-title:after {
    opacity: 1;
    background-image: linear-gradient(0deg, white, transparent 50%);
    background-color: transparent;
}

.sp-page-title .sp-page-title-heading {
    color: #c59f50;
}

.sp-page-title .sp-page-title-sub-heading {
    color: #000;
    width: 100%;
    line-height: 1.1;
    position: relative;
}

.sp-page-title .sp-page-title-sub-heading:before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 2px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: 150%;
}

@media (max-width: 991px) {
  .sp-page-title .sp-page-title-sub-heading:before { height: 50px; }
}


#sp-main-body {
    background: #fff;
}

#sp-header {
    border-bottom: none;
    box-shadow: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #252525 !important;
    line-height: 90px;
}

.sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
    display: none;
}

#sp-header .logo {
    height: 90px;
    align-items: end;
}

#sp-header {
    height: 90px;
}

#sp-header.header-sticky {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

@media (min-width: 992px) {
    .body-wrapper  {
    padding: 50px;
    background-image: url('/images/0_QFT/bg-pattern.jpg');
    background-size: auto;
    background-repeat: repeat;
}
    .body-innerwrapper { box-shadow: 0 0 30px #c2c2c2; }
    .header-wrapper { top: 40px; right: 0; }
}


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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    line-height: 1.4;
    font-weight: 400;
}


.offcanvas-menu .offcanvas-inner {
    padding-top: 60px;
}


@media (max-width: 991px) {
    #sp-header .row {display: flex;/* flex-direction: row-reverse; */}
    #sp-header .logo { float: left; align-items: center; height: 80px; }
    #sp-header { background: #fff; height: 80px; }
    #offcanvas-toggler .icon-bar > span { border-color: #000 !important; }
    #offcanvas-toggler { float: right !important; margin-right: 0 !important; }
    #sp-header .logo .logo-image { height: 65px; margin-top: 0 !important; }
}


/*section padding*/

.qft-padding-left-right {
    padding-left: 5%;
    padding-right: 5%;
}

.qft-padding-left {
    padding-left: 5%;
}

.qft-padding-right {
    padding-right: 5%;
}

.qft-padding-top-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
}

.qft-padding-top { 
    padding-top: 100px;
}

.qft-padding-bottom { 
    padding-bottom: 100px;
}

@media (max-width: 991px) {
  .qft-padding-left, .qft-padding-right { padding-left: 5%; padding-right: 5%; }
}

@media (max-width: 767px) {
  .qft-padding-left, .qft-padding-right, .qft-padding-left-right { padding-left: 15px; padding-right: 15px; }
  .qft-padding-top-bottom { padding-top: 50px; padding-bottom: 50px; }
}

/*end of section padding*/



/*bottom & footer*/

#sp-bottom .sp-module .sp-module-title {
    color: #c61285;
    font-family: 'Rubik', sans-serif !important;
    line-height: 1.3;
}

#sp-bottom .sp-module ul > li > a {
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 400;
}

#sp-bottom .sp-module ul > li {
    padding-bottom: 5px;
}

#sp-bottom .sp-module ul.menu-child {
    display: none;
}

.sp-copyright {
    color: #545561;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.sp-copyright a {
    color: #545561 !important;
}

@media (max-width: 767px) {
  	#sp-bottom { padding: 50px 0 0; }
    #sp-footer .container-inner { padding: 15px 0; }
    .sp-copyright {text-align: left;padding-right: 80px;font-size: 13px;}
}

/*end of bottom & footer*/




