div#sp-menu ul.sp-megamenu-parent {
    width: 100%;
    display: flex !important;
    align-items: center;
    white-space: nowrap;
}
.sp-megamenu-parent>li:nth-child(5) {
    width: 100%;
    text-align: center;
}
.social-icon ul{list-style: none;display: flex;gap: 8px;}
.social-icon ul li{
	width: 45px;
	height: 45px;
	border: solid 1px #000;
	display: flex;gap: 8px;
	justify-content: center;
	align-items: center;
    border-radius: 50px;
}
.footer-brand ul {
    list-style: none;
    display: flex;
    justify-content: center;
        gap: 10px;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0 20px;
    color: #000000cc;
    text-transform: uppercase;
}
div#sp-bottom1, div#sp-bottom2, div#sp-bottom3, div#sp-bottom4 {
    border: solid 1px #CCC;
}
div#sp-bottom1{border-left: none;}
div#sp-bottom4{border-right: none;}
.blog.com-content-category-blog .article-list .article {
    padding: 0;
    border: none;
}
.blog.com-content-category-blog .article-list .article .article-intro-image.float-left {
    padding: 0 20px;
    border: none;
}
.blog.com-content-category-blog .article-list .article .article-intro-image img {
    border-radius: 5px;
}
.owl2-carousel2 .testimonial_block-image{
    min-width: 50% !important;
    width: 50% !important;
}
.testimonial_block-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 500px !important;
}
.testimonial_block{align-items: center;}
.testimonial_block-text::after{display: none;}
.owl2-dots, .owl2-nav.disabled + .owl2-dots{
    transform: translateX(-53%) !important;
    width: 89% !important;
}
.owl2-dots .owl2-dot{
    height: 4px;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius:0 !important;
}
.owl2-dots .owl2-dot.active {
    background-color: #000;
}
.nav-bottom-right .owl2-nav .owl2-prev, .nav-bottom-right .owl2-nav .owl2-next{background: transparent;    color: #000000;}
   div#sp-menu .justify-content-end {
    justify-content: center !important;
}
div#sp-menu {
    width: 100%;
}
#sp-header{box-shadow:none;}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
    text-transform: uppercase;
}
.rsform-block .btn-primary,.rsform-block .sppb-btn-primary {
    border-color: #000000;
    background-color: #000000;
    border-radius: 15px;
}
.rsform-block .btn-primary:hover,.rsform-block .sppb-btn-primary:hover{
     border-color: #000000;
    background-color: #000000;
}
a.home-menu img
{
    width: 130px;
    max-width: 130px;
}
#rsform_4_page_0 button#submit {
    background: #FFFFFF;
    color: #000;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
}
div#sp-logo {
    display: none;
}
#sppb-addon-1525fe55-373f-4d60-ada0-aeef97281eb3 #btn-1525fe55-373f-4d60-ada0-aeef97281eb31.sppb-btn-custom,#sppb-addon-1525fe55-373f-4d60-ada0-aeef97281eb3 #btn-1525fe55-373f-4d60-ada0-aeef97281eb30.sppb-btn-custom {
    border: solid 1px #2F1B10;
}
@media(max-width: 600px){
    .testimonial_block{
        flex-wrap: wrap;
    }
    .owl2-carousel2 .testimonial_block-image{
        min-width: 100% !important;
        width: 100% !important;
    }
}
@media(min-width: 768px){
a#offcanvas-toggler {
    display: none;
}
}
@media(max-width: 767px){
    div#sp-logo {
    display: block;    
    background: #f9f0e1;
}
    .image-layout-preset-style-card .sppb-addon-image-layout-content{padding: 10px 0;}
    div#sp-logo .align-items-center{justify-content: center;}
    div#sp-menu ul.sp-megamenu-parent {
        display: none !important;
    }
    div#sp-menu .justify-content-end {
        justify-content: flex-end !important;
    }
    #offcanvas-toggler .burger-icon {   
        position: absolute;
        top: 13px;
        right: 15px;
    }
}