/*------------------------ Override template --------------------------*/
.breadcrumb-item+.breadcrumb-item::before {
    float: right !important;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb > li:first-child{
    margin-left: 10px;
}
#sp-bottom{
    background-color: var(--dark-blue);
}
#sp-footer ul.menu li:first-child{
    margin-top: 0;
}
section#sp-copyright{
    background-color: #2f2d2d;
    color: white;
    font-size: 13px;
}
section#sp-copyright a{
    color: var(--master-yellow);
}
section#sp-copyright>.container{
    border-top: 1px #737373 solid;
    padding: 10px 0;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span{
    font-size: 14px !important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
    left: 0;
    padding: 0 10px;
}
.product-body > .body-wrapper{
    overflow-x: hidden;
}
@media (max-width: 1199px){
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 6px;
    }
    .sp-slider-outer-stage{
        max-height: 400px;
    }
}
@media (max-width: 991px){
    #sp-header {
        height: 80px;
        padding-top: 10px;
    }
}
/*------------------------ End of override template --------------------------*/
.sp-megamenu-parent>li.active>a{
    font-family: sans-bold, serif;
}
.sp-megamenu-parent>li.active>a:before{
    content: "";
    position: absolute;
    border-radius: 5px;
    width: 7px;
    height: 7px;
    background-color: var(--master-yellow);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}
.sidebarlinkymap{
    border: 1px gainsboro solid;
    overflow: hidden;
    border-radius: 10px;
    padding: 0 20px;
    box-shadow: #00000024 0 1px 11px 0;
}
#linkycontrols{
    top: 28px;
}
.sidebarhtmllinkymap{
    padding-left: 15px;
}
.sidebarhtmllinkymap > p,
.sidebarhtmllinkymap>div>div > p{
    padding: 10px;
    margin-bottom: 0;
}
.sidebarhtmllinkymap > p:nth-child(odd),
.sidebarhtmllinkymap>div>div > p:nth-child(odd){
    background-color: whitesmoke;
}
.google-visualization-tooltip *{
    font-family: body-font, serif !important;
}
.google-visualization-tooltip-item,
.google-visualization-tooltip-item *{
    white-space: nowrap;
}
.google-visualization-tooltip-item:last-child{

}
#farda-contact-form input{
    padding: 8px;
}
#farda-contact-form input::placeholder,
#farda-contact-form textarea::placeholder{
    color: #b4b4b4;
    font-size: 14px;
}
#contact-info{
    background-color: #e5ebee;
}
#middleSection{
    border: var(--dark-blue) 1px solid;
    border-left: 0;
    border-right: 0;
}
#sp-productsfeatures{
    background-color: var(--very-light-gray);
    padding: 40px 0;
}
section#sp-products{
    padding: 50px 0;
    background-color: #eeeeee;
}
.home-products .newsflash-title{
    text-align: center;
}
.home-products .readmore{
    text-align: center;
}
.home-products .readmore>a{
    background-color: var(--dark-blue);
    border-radius: 10px;
    color: white !important;
    text-align: center;
    padding: 10px 25px;
}
.home-products .readmore>a:hover{
    background-color: var(--master-yellow);
}
.product-image img{
    margin: 0 auto;
}
.title-desc{
    max-width: 70%;
}
.home-product-icon{
    color:var(--dark-blue);
    min-width: 80px;
    min-height: 80px;
    border-radius: 8px;
    background: rgba(1, 56, 86, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
#sp-footer .sp-module-title{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
#sp-footer .sp-module-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: var(--master-yellow);
}
#sp-footer i.fal{
    transform: translateY(3px);
}
.product-fetures-list{
    list-style: none;
    padding: 0 10px 0 0;
    margin-bottom: 50px;
}
.product-fetures-list li:before{
    content: "";
    background-color: var(--master-yellow);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(2px) translateX(10px);
}
.mod-articlesnews-horizontal figure img {
    width: auto !important;
    margin: 0 auto;
}
body.product-body #sp-main-body{
    background: url("../images/bg-dotted.png") no-repeat bottom left;
}
.product-page:before{
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    border: 50px solid var(--master-yellow);
    top: -30px;
    left: -80px;
    opacity: 0.2;
}
.features-section-group{
    list-style: none;
    padding: 0;
}
.features-section-group>li:not(:first-child)>span:first-child{
    margin-top: 50px;
}
.features-section-group>li>span:first-child{
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    padding-bottom: 10px;
    font-family:sans-bold, serif;
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
}
.features-group-items{
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;

}
.features-group-items>li{
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.features-group-items>li>.field-value{
    margin-right: 5px;
}
.features-group-items>li:nth-child(odd){
    background-color: #f3f3f3;
}
.features-group-items .field-label{
    font-weight: bold;
    white-space: nowrap;
}
.product-slider{
    width: 500px;
}
.product-slider .sp-slider{
    overflow: visible !important;
}
.product-slider .sp-slider .sp-dots{
    height: 95px !important;
}
.product-slider .sp-slider .sp-slider-outer-stage{
    border-radius: 15px !important;
}
.product-slider .sppb-section{
    height: 588px !important;
}
#home-products p{
    text-align: center;
}
.home-counter-middle{
    border-color: #1B5569;
    border-style: solid;
    border-top-width: 0;
    border-bottom-width: 0;
}
#offcanvas-toggler{
    margin-right: 0;
}
#articlesAndNews .card-img-top{
    background-color: #eeeeee;
}
#articlesAndNews .card-img-top img{
    margin: 0 auto;
}
@media (max-width: 991px) {
    .product-slider .sppb-section{
        height: 514px !important;
    }
}
@media (max-width: 768px) {
    .sidebarhtmllinkymap{
        height: unset!important;
        max-height: unset!important;
        margin-top: 30px!important;
    }
    .mCustomScrollBox{
        max-height: unset!important;
        height: unset!important;
    }
    .mCustomScrollBox>div:first-child{
        margin-left: 0 !important;
    }
    .mCustomScrollBox>div:last-child{
        display: none !important;
    }
}
@media (max-width: 767px) {
        .home-counter-middle{
            border-top-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 0;
            border-right-width: 0;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .home-counter-wrapper>.sppb-column-addons{
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-evenly;
        }
        #home-products>div:last-child{
            margin-top: 30px;
        }
        #homeArticles .article-image{
            background-color: #eeeeee;
        }
        #homeArticles .article-image img{
            margin: 0 auto;
        }
    .product-slider .page-content>div,
    .product-slider{
        max-width: 320px !important;
        margin: 0 auto !important;
    }
    .features-group-items>li{
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .social-wrap{
        display: none !important;
    }
    #sp-menu>div:first-child{
        display: inline-flex !important;
        float: left;
    }
}
