/*** General CSS ***/
body {
    line-height: 1em;
}

#all
{
    font-size: 3.2em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
    border-bottom: 1px solid #ffffff2b;
    background-color: black;
}
body:not(.home) #sp-header, #sp-header.header-sticky {
    background-color: #222;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #3f3a3b;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    background: transparent;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    background-color: #333;
    color:  #fff;
}
.btn.white {
    background-color: #fff;
    color:  #000;
}
.btn.white:hover {
    color: #fff;
}
.addtocart-button:hover {
    color: white !important;
}

/* Title */
.title h4 {
    letter-spacing: 3px;
}

/* Slider */
#slider {
    margin-top: -90px !important;
}
.slider .sppb-row-overlay {
    background-image: linear-gradient(180deg, #2D2D2D80 0%, #1a1a1a 85%);
}
.slider .btn {
    padding: 18px 40px;
    font-size: 18px;
}
.slider-title h1 {
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff2b;
    stroke: hsl(0deg 0% 100% / 17%);
}
.slider-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

/* Bg */
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 15px;
    font-size: 16px;
}

/* Feature */
.feature-column {
    background-size: 110%;
    border: 1px solid #ffffff2b;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.feature-column:hover {
    background-size: 100%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* About */
.about, .faqs {
    background-size: 125px auto;
}
.about .sppb-row-overlay, .faqs .sppb-row-overlay {
    background-image: radial-gradient(at bottom left, #1A1A1ACC 0%, #1a1a1a 50%);
}
.about-counter {
    width: 33.33%;
    float: left;
}
.about-counter h1 {
    font-size: 55px;
    margin-bottom: 0;
}
.about-item {
    padding: 20px 50px;
    display: inline-block;
}

/* Services */
.services .sppb-row-overlay {
    background-image: radial-gradient(at center center, #0F1015CC 0%, #0f1015 60%);
}
.services-item.icon i {
    height: 75px !important;
    width: 75px !important;
    line-height: 75px !important;
    background: #fff;
    border-radius: 50%;
    color: #222;
}

/* Choose */
.choose {
    background-size: 100px auto;
}
.choose .sppb-row-overlay {
    background-image: radial-gradient(at center center, #1A1A1ACC 0%, #1a1a1a 60%);
}

/* Client */
.client-item img {
    filter: brightness( 200% ) contrast( 25% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

/* Testimonials */
.testimonials-column {
    border: 10px solid #ffffff2b;
    border-bottom: none;
}
.testimonials-img img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

/* FAQs */
.sppb-panel-title {
    font-size: 25px;
    font-weight: 400;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
    color: #fff;
}
.sppb-panel-modern {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ffffff38;
    margin-bottom: 0;
}
.sppb-panel-body {
    border-top: none;
}
.sppb-panel-heading.active .sppb-panel-title {
    color: #000;
}
span.sppb-toggle-direction i {
    font-size: 15px;
}

/* Team */
.team-item {
    position: relative;
    overflow: hidden
}
.team-item:before {
    position: absolute;
    content: '';
    left: 4%;
    bottom: 4%;
    height: 92%;
    width: 92%;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    transform: scale(1.3);
}
.team-item:hover:before {
    transform: scale(1);
    opacity: .7;
}
.team-item p {
    margin-bottom: 15px;
    margin-top: 12px;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: -20px;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
.team-item:hover .sppb-media-content {
    opacity: 1;
    bottom: 30%;
}
.team-item .shrewd_solution_icon ul, .team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin-bottom: 0px !important;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    background: #000;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 32px;
    margin-right: 5px;
}
.team-item .shrewd_solution_icon ul li a:hover {
    background-color: #fff;
    color: #222 !important;
}
.team-item .shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
.team-item .shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}

/* Check List */
ul.check-left, ul.check-right {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    list-style: none;
}
.check-list ul strong {
    display: none;
}
.check-list ul li {
    padding-bottom: 10px;
}
.check-list ul li span {
    padding-right: 10px;
    font-size: 17px;
}

/* Video */
.video-column, .video-column .sppb-column-overlay {
    border-radius: 50px 0px 50px 0px;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 5%);
}
.video-item {
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    z-index: 1;
}
.video-item .sppb-img-container {
    overflow: hidden;
}
.video-item .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video-item .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-item img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video-item a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 4px solid #fff;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 4;
}
.video-item a:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    margin-top: -10.5px;
    margin-left: -5px;
    border: solid 12px transparent;
    border-left: solid 18px;
    border-left-color: #000;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}


/* Blog */
.blog {
    z-index: 3 !important;
}
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
}
.jmm-image.mod-article-image img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
    transform: scale(1.12);
    filter: grayscale(100%);
}
.jmm-text {
    padding: 30px 0 0;
    border-radius: 0px 0px 0px 0px;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 20px;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom1 h1 {
    font-weight: 600;
    margin-bottom: 15px;
}
#sp-position1 img {
    max-width: 200px;
}
#sp-bottom .sp-module ul>li {
    margin-bottom: 5px !important;
}
.shrewd_solution_icon  {
    margin-top: 25px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
    color: #333369 !important;
    text-align: center;
    border-radius: 0px;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    background: #f7f7f7;
}
.shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}
#sp-bottom ul li strong {
    display: none;
}
#sp-bottom ul li span {
    padding-right: 10px;
}
#sp-bottom .bt3-top {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
}
#sp-bottom2 h4 {
    font-size: 28px;
}

/* Footer Copyright */
#sp-footer {
    font-size: 20px;
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid #8080801f;
}

/*** Responsive Layout ***/
@media (max-width: 1280px) {

}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 14px !important;
    }
}
/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    .btn-column .sppb-text-right {
        text-align: left;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .check-list ul,
    .about-counter {
        width: 100%;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.btn, .btn.white:hover, .shrewd_solution_icon ul li a:hover,
.about-column.right .sppb-addon-wrapper:last-child, .about-item,
.sppb-panel-modern>.sppb-panel-heading.active, .btn:hover,
.services-item.icon i, .team-item:before {
    background-color: #fb5e00;
    color: #000;
}
.btn:hover {
    color: #fff !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.title h4, .product-title h3, .services-item i, #sp-bottom2 h4,
.bg-title em, .check-list ul li span {
    color: var(--text-color);
}
#fancybox-outer {
    right: 7%;
    width: 100%;
}
@media (max-width: 380px) {
    #fancybox-wrap #fancybox-outer #fancybox-content {
        max-width: 100%
    }
}
.quantity-box .quantity-input, .quantity-box .quantity-controls {
    display: none !important;
}
.quantity-controls {
    display: none;
}
.quantity-input.js-recalculate {
    pointer-events: none !important;
}
.vmicon.vm2-add_quantity_cart {
    display: none;
}
.article-ratings-social-share.d-flex.justify-content-end {
    display: none !important;
}
@media (max-width: 850px) {
    body, p, span, li * {
        font-size: 18px !important;
    }
}
blockquote {
    font-size: 16px !important;
}
body, p, span, li * {
    font-size: 17px !important;
}

table, th, td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 3px;
}

#system-message-container joomla-alert {
  font-size: 16px;
}

#Passkey {
    display: none;
}

.com_virtuemart.view-user #adminForm > .buttonBar-right {
  text-align: left !important;
}

.vm-product-media-container #sppb-addon-c4859da2-666b-488f-8270-c39cc91304da {
  background-color: orange;
  display: flex;
  padding: 20px; 
  margin: 35px;
  width: 55%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.vm-product-media-container #sppb-addon-c4859da2-666b-488f-8270-c39cc91304da .sppb-addon-content {
  color: black;
}

.vm-product-media-container #sppb-addon-c4859da2-666b-488f-8270-c39cc91304da .sppb-icon-container {
  color: black;
  font-size: 40px; 
}

.vm-product-media-container #sppb-addon-c4859da2-666b-488f-8270-c39cc91304da a,
.vm-product-media-container #sppb-addon-c4859da2-666b-488f-8270-c39cc91304da a:hover {
  color: black;
  text-decoration: none;
}

.invoiceLogo {
  display: flex;
  width: 3%;
  justify-content: center; 
  align-items: center; 
}

td>.invoiceLogo {
  display: flex;
  width: 7%;
  justify-content: center; 
  align-items: center; 
}

#divLogo, .tdInvoice {
  display: flex;  
  justify-content: flex-start; 
}

.tdInvoice * {
  display: flex;
  align-items: center;
  margin-top: revert;
}

.tdInvoice .invoiceLogo {
  margin-left: 4%;
}

.tdInvoice a {
  margin-left: 2%;
}

.invoiceLogoImg {
  width: 80%;
  margin-bottom: 20%;
}

.sppb-addon-content>p {
  font-size: 30px !important;
}

.sppb-addon-single-image-container>img {
  width: 70% !important;
}

.sppb-addon-single-image-container {
  display: flex !important;
  justify-content: center;
}