/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.gantari-<uniquifier> {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

/* Font Family */
p, a, h1, h2, h3, h4, h5, h6{
    font-family:'Gantari', sans-serif !important;
}

/* Header */
#sp-header-desktop {
    background: transparent;
    height: 130px;
    position: fixed;
    z-index: 99 !important;
    animation: spFadeIn 0.5s;
    width:100%;
    top:0;
} 
#sp-header-desktop .container-inner{
    background:rgb(255 255 255 / 85%);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    transform: translateY(30px);
    border-radius:100px;
    padding:15px 30px;
}
#sp-top1 {
    justify-content: end;
    display: flex;
    align-items: center;
}
#sp-top2 {
    justify-content: start;
    display: flex;
    align-items: center;
}
#sp-top1 li, #sp-top2 li{
    padding:0 15px;
}
#sp-header-desktop .logo-image {
    height: 120px;
    margin-top: -30px;
    margin-bottom: -30px;
}

#sp-header-desktop .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sp-header li a {
    font-family: 'Gantari';
    text-transform: uppercase;
    font-weight: 600;
    color: #373737 !important;
    transition: 0.5s;
}
#sp-header li:hover a,
#sp-header li:focus a{
    font-weight: 700;
    color: #f40000 !important;
}
#sp-header li{
    transition:0.5s;
}
#sp-header li:hover,
#sp-header li:focus{
    scale:1.05;
}
#sp-header li.current a {
    font-weight: 700;
    color: #f40000 !important;
}
#sp-header .logo{
    transition:0.5s;
}
#sp-header .logo:hover,
#sp-header .logo:focus{
    scale:1.05;
}
#sp-header {
    background: transparent !important;
    margin-bottom: -95px;
    box-shadow:none;
}
#sp-header .container-inner{
    background:rgb(255 255 255 / 85%);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    transform: translateY(15px);
    padding:0 30px;
    border-radius:50px;
}
.sticky-header-placeholder {
    display: none;
}
.logo-image-phone {
    height: 50px !important;
}
.burger-icon>span{
    background-color: #777777;
}


.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
    color: #373737;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a{
    color: #f40000 !important;
}

.offcanvas-menu{
    background: rgb(255 255 255 / 80%);
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus{
    color: #f40000 !important;
    font-weight: 700;
}

.close-offcanvas {
    right: 40px !important;
    top: 40px !important;
}

.offcanvas-menu{
    width:100%;
}

body.ltr.offcanvs-position-right .offcanvas-menu{
    right:-100%;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li{
    border-bottom:0;
}

.offcanvas-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offcanvas-menu .offcanvas-inner .header-modules {
    display: none !important;
}

.offcanvas-inner .menu-wrapper {
    transform: translate(0px, -40px);
}
#sp-logo .sp-column {
    display: flex;
}
#sp-logo .abc-logo-01 img{
    height:36px;
}
#sp-logo .sp-column .sp-module {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    margin-left:0;
}
img.logo-image {
    transform:translateY(-2px);
}
@media (min-width:991px){
    /*#sp-header {
        display:none;
    }*/
    #sp-header-desktop {
        display:none;
    }
}
@media (max-width:1200px){
    #sp-logo .abc-logo-01 img{
        height:32px;
    }
}
@media (max-width:991px){
    #sp-header-desktop {
        display:none;
    }
    #sp-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        /* text-align: center; */
    }
    #sp-menu{
        z-index:5;
    }
    #sp-header {
        height: 100px !important;
    }
    #sp-header {
        background: transparent !important;
        margin-bottom: -100px;
        box-shadow:none;
    }
     #sp-logo .abc-logo-01 img{
        height:30px;
    }
}
@media (max-width:767px){
    #sp-logo .abc-logo-01 img{
        height:25px;
    }
}
@media (max-width:575px){
    #sp-logo .abc-logo-01 img{
        height:22px;
    }
    img.logo-image {
        height:28px !important;
    }
}



/* Page Title */
.sp-page-title {
    padding:200px 0 75px 0;
    text-align:center;
  	background-position:center;
}

.sp-page-title .breadcrumb{
    justify-content:center;
    margin:0px 0 30px 0;
}

.sp-page-title .container{
    display:flex;
    flex-direction:column-reverse;
}

.sp-page-title .float-start{
    display:none;
}

.breadcrumb-item+.breadcrumb-item::before{
    display:none;
}

.sp-page-title .breadcrumb .breadcrumb-item span{
    background:#333 !important;
    padding: 8px 15px;
    color:#fff;
    border-radius:30px;
    text-transform:uppercase;
    font-size: 11px;
    transition:0.5s;
    font-weight:600;
}

.sp-page-title .breadcrumb .breadcrumb-item.active span{
    background:#f40000 !important;
}

.sp-page-title .breadcrumb .breadcrumb-item:hover span{
    background:#db0000 !important;
    font-weight:700;
}

.sp-page-title .breadcrumb .breadcrumb-item{
    transition:0.5s;
}

.sp-page-title .breadcrumb .breadcrumb-item:hover{
    scale:1.05;
}

.sp-page-title .sp-page-title-heading{
    font-weight:700;
    text-transform:capitalize;
    font-size:42px;
}

@media (max-width:991px){
    .sp-page-title {
        padding:150px 0 50px 0;
    }
    .sp-page-title .breadcrumb .breadcrumb-item span{
        font-size:10px;
    }
}

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



/* Bottom Footer */
#sp-bottom, #sp-footer {
    background: #f40000 !important;
}

#sp-footer1 .sp-copyright {
    color: #fff;
}

#sp-bottom1 img {
    width: 180px;
    height: auto;
}

#sp-bottom2, #sp-bottom3, #sp-bottom4{
    display:flex;
    align-items:center;
    height:200px;
}

#sp-bottom2 .sppb-row-container {
    padding: 0;
}

#sp-bottom2 .sp-module .sppb-icons-group-list li {
    margin: 0 !important;
}

#sp-bottom2 .sppb-addon-icons-group .sppb-addon-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

#sp-bottom2 .sppb-addon-icons-group {
    display: flex;
    align-items: center;
}

#sp-bottom2 p, #sp-bottom2 i, #sp-bottom3 a, #sp-bottom4 a {
    color: #fff !important;
    transition:0.5s;
}

#sp-bottom2 i:hover,
#sp-bottom3 a:hover,
#sp-bottom4 a:hover,
#sp-bottom2 i:focus,
#sp-bottom3 a:focus,
#sp-bottom4 a:focus{
    color:#bbb !important;
}

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

@media (max-width:991px){
    #sp-bottom3, #sp-bottom4 {
        width: 50%;
        max-width: 50%;
    }
    
    #sp-bottom1 .sppb-addon-image-shape .sppb-addon-content {
        text-align: center;
    }
}



/* Whatsapp */
.help-you-btn img {
    width: 40px !important;
  	left: -1px !important;
}

.whatsappchat .popup-section .help-you-btn {
    width: 40px !important;
}

.whatsappchat.is-bottom_right .popup-section .popup .popuptext::after{
  	right: 15px !important;
    border-color: #ffffff transparent transparent transparent !important;
}