/* HEADER */

img.logo-image {
    height: 65px;
}


.sp-megamenu-wrapper .sp-menu-item.active a {
    color: #ed1e24 !important;
}

.sp-megamenu-wrapper .sp-menu-item a{
    text-transform:uppercase;
    font-family:'Rajdhani';
    font-weight:600 !important;
    font-size:16px !important;
    transition:0.5s;
}

.sp-megamenu-wrapper .sp-menu-item:hover a, .sp-megamenu-wrapper .sp-menu-item:focus a, .sp-megamenu-wrapper .sp-menu-item:active a{
    color: #ed1e24 !important;
    transform:scale(1.02);   
}

.sp-megamenu-wrapper .sp-dropdown-items .sp-menu-item:hover a, .sp-megamenu-wrapper .sp-dropdown-items .sp-menu-item:focus a{
    color: #252525 !important;
}

.chat-button-top-menu img.sppb-img-responsive {
    height: 30px;
    padding-left: 10px;
    border-left:1px solid rgb(37 37 37 / 20%);
}

#sp-header .sp-module {
    margin-left: 10px;
}

@media (max-width:550px){
select.inputbox {
    font-size: 14px !important;
    padding: 0 !important;
    width: 90px !important;
}
div#column-wrap-id-603bd048-4a70-46d2-b980-62b0457b4832 {
    padding:0px;
}}

.offcanvas-menu:before {
    content:url(/images/0_project/Home/home-icon-005.png);
    position:absolute;
    bottom:50px;
    left:0;
    scale:0.8;
  	opacity:0.2;
}

.offcanvas-menu ul li {
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li:last-child {
    padding-top:15px;
    padding-bottom:15px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a{
    font-weight: 500 !important;
    font-size:18px;
}

.offcanvas-menu .offcanvas-inner ul.menu li a{
    font-size:20px;
    padding-bottom:25px;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #ff1414;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus{
    color: #ff1414;
}

@media (max-width: 991px) {
    #sp-header {
        height: 70px;
    }
    #sp-header .logo {
        height: 70px;
    }
    img.logo-image {
        height: 60px;
    }
    .chat-button-top-menu img.sppb-img-responsive {
    height: 40px;
    }
}

@media (max-width: 575px) {
    #sp-header {
        height: 60px;
    }
    #sp-header .logo {
        height: 60px;
    }
    img.logo-image {
        height: 50px;
    }
    .chat-button-top-menu img.sppb-img-responsive {
    height: 30px;
    }
}




/* Bottom */
.logo-bottom-001 {
    width: 300px;
    margin-left: -15px;
    margin-right: -15px;
}

.logo-bottom-001 img {
    margin-bottom: 30px;
  	height: auto !important;
    width: 300px !important;
}


@media (max-width:991px){
.logo-bottom-001 img {
    height: auto !important;
    width: 250px !important;
    transform:translateX(-5px);
}}

.logo-bottom-001 p {
    color: #000;
    font-family: 'Figtree';
}

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

#sp-bottom {
    background: #f4f4f4;
}

#sp-bottom4 p {
    font-family: 'Figtree';
    color: #000;
}

.info-icon-bot-001 {
    margin-left: -15px;
    margin-right: -15px;    
}

.info-icon-bot-001 .sppb-icon i {
    font-size: 18px !important;
    width:30px !important;
    height:30px !important;
    align-content: center;
    background:#ff1717;
    border-radius:300px;
}

.info-icon-bot-001 .sppb-icon i.fas.fa-phone-alt{
    font-size:14px !important;
}

.info-bot-001 {
    margin-bottom: 10px !important;
}

.info-icon-bot-001 .sppb-addon-content p {
    line-height:1.5;
    margin: 0 !important;
}

.info-icon-bot-001 .sppb-addon-text-block {
    align-content:center;
    min-height: 30px;
}

#sp-bottom a {
    color: #000;
    transition:0.5s;
    font-family: 'Figtree';
}

#sp-bottom a:hover{
    color: rgb(0 0 0 / 60%);
}

@media (max-width:991px){
    #sp-bottom .sp-module .sp-module-title {
        margin-top:15px;
    }
}



/* Footer */
#sp-footer {
    background: #151515;
    text-align: center;
    font-family: 'Rajdhani';
    font-size: 16px;
}



/* Page Title */
.sp-page-title {
    height: 300px;
    background-position: center;
    position:relative;
    display: flex;
    background-size: cover;
}

.sp-page-title:before {
    content:'';
    background: rgb(0 0 0 / 60%);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.sp-page-title .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 10;
}

.sp-page-title .breadcrumb {
    justify-content: center;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb li.float-start {
    display: none;
}

.sp-page-title h2.sp-page-title-heading {
    font-size: 32px;
    font-weight: 600;
}

@media(max-width:767px){
    .sp-page-title{
        height:160px;
    }
}



/* Image Style */
.image-style-001 img {
    border-radius: 5px !important;
    position: relative;
    width: calc(100% - 20px);
}

.image-style-001:before{
    content:'';
    position:absolute;
    height:80%;
    width:80%;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background:#ff1717;
    border-radius:5px;
}



/* Scroll Up */
a.sp-scroll-up {
    bottom: 25px;
    right: 100px;
}