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

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

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky {
    background-color: #050E17;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background-color: #050E17;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 14px !important;
}
.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: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 18px 35px;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid;
    color: #fff;
    border-radius: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color: #fff;
}

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

/* Slider */
#slider {
    margin-top: -100px !important;
	background-image: linear-gradient(90deg, #000000 70%, #02080c 49%);
}
.slider-column.right .sppb-column-overlay {
    background-image: linear-gradient(180deg, #030A10 9%, #FFFFFF00 100%);
    opacity: 0.8;
}

/* About */
.about-column:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
}
.about-item p.text {
    font-style: italic;
    padding-left: 20px;
    border-left: 1px solid;
    margin: 20px 0 40px;
}

/* Counter */
.counter {
    z-index: 2 !important;
}
.counter .sppb-col-md-12 {
    margin-bottom: -70px;
}

/* Testimonials */
.testimonials .sppb-col-md-6:last-child {
    margin-top: 40px;
}
.testimonials .sppb-col-md-6:first-child {
    margin-bottom: 40px;
}

/* Video */
.video {
    z-index: 2 !important;
}
.video .clearfix:first-child {
    position: relative;
}
.video-item {
    min-width: 60px;
    min-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    width: 80px;
    height: 80px;
    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: 60px;
    height: 60px;
    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: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 12px transparent;
    border-left: solid 19px;
    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
    }
}

/* Feature */
.feature-item h2 {
    width: 18%;
    float: left;
}
.feature-item .sppb-addon-content {
    width: 82%;
    float: left;
}
.feature-item h3 {
    margin-top: 15px;
    font-size: 32px;
}

/* Team */
.team-item {
    position: relative;
}
.team-item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
    height: 0%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-item:hover:before {
    height: 100%;
}
.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: .5s;
    transition: .5s;
}
.team-item:hover .sppb-media-content {
    opacity: 1;
    bottom: 50px;
}
.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: 32px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    background: #888;
    -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;
}

/* FAQs */
span.sppb-panel-title {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255 255 255 / 50%);
}

menu .fa {
    color: rgb(255 255 255 / 50%)!important;
}

.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.sppb-panel-modern {
    border: none;
    margin-bottom: 0;
    background: transparent;
    color: #fff;
}
.sppb-panel-body {
    padding: 15px 0;
    border-top: none;
}

/* Counter */
.counter-column .clearfix {
    width: 25%;
    float: left;
}
.counter-item h1 {
    font-size: 50px;
    font-weight: 600;
}

/* Menu */
.menu-item img {
    border-radius: 50%;
}
.menu-item span.price {
    float: right;
    background: #02080c;
    padding-left: 10px;
}
.menu-item .sppb-media-content {
    position: relative;
}
.menu-item .sppb-media-content:before {
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    width: 100%;
    border-top: 1px dashed #ffffff3b;
    z-index: -1;
}
.menu-item span.text {
    background: #02080c;
    padding-right: 10px;
}

/* Blog */
.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 0px 0px;
    border-radius: 0px 0px 20px 20px;
}
.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;
}

/* Shop */
button.vmicon:before, .com_virtuemart #cart-view table.cart-summary tr td > .vmshipment_name:before, 
.com_virtuemart #cart-view table.cart-summary tr td > .vmpayment_name:before,
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before {  
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    font-size: 18px;
}
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
    content: "\f0e0" !important;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 600;
}
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before,
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
    font-size: 18px !important;
}
.com_virtuemart #cart-view .billto-shipto .output-shipto input {
    margin-top: 7px;
}
#checkoutForm .cart-summary .sectiontableentry2 span.details-button .details-button {
    margin-top: 13px;
}
.com_virtuemart #cart-view .vm-fieldset-tos input.terms-of-service {
    margin-top: 7px;
}
div#fancybox-content {
    width: 100% !important;
}


/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-align: center;
    padding:  60px 0;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom h1 {
    font-size: 45px;
    font-weight: 600;
}
#sp-bottom2 {
    border-left: 1px solid #1e272f;
    border-right: 1px solid #1e272f;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
}
.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: 45px;
    line-height: 45px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1E272F;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 45px;
    margin-right: 5px;
    background: #83572B00;
}
.shrewd_solution_icon ul li.instagram a {
    background-color: #FFFFFF;
}
.shrewd_solution_icon ul li a:hover, .shrewd_solution_icon ul li.instagram a:hover {
    color: #fff !important;
}
.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-bottom2 li, #sp-bottom3 li {
    margin-bottom: 20px !important;
}
#sp-bottom ul li span {
    padding-right: 10px;
}

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

/*** Responsive Layout ***/
@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;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .counter-column .clearfix {
        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, 
.shrewd_solution_icon ul li a:hover, .btn:hover {
    background-color: var(--background-color);
}
.addtocart-button {
    background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover,
#sp-bottom1 .shrewd_solution_icon ul li a:hover, .title h4,
#sp-bottom ul li span {
    color: var(--text-color);
	color: #d8338b;
}
.shrewd_solution_icon ul li.instagram a {
    color: var(--text-color) !important;
}
.btn, .btn:hover, .about-column:before {
    border-color: #d8338b;
	text-transform: none!important;
}
.btn:hover {
    background: #d8338b;
}
.addtocart-button {
    border-color: var(--background-color) !important;
}

.home .counter,.home .client, .home .testimonials{
	display:none;
} 
.home .vmproduct.productdetails{
	display: flex;
}
#menu2 #column-id-1713736807634 {
    background-image: url(/images/2023/03/16/virrtual7-2.jpg)!important;
}

#menu3 #column-id-1670315832341 {
    background-image: url(/images/2023/03/16/virrtual7-3.jpg)!important;

}

.menu .empty-border:before{
	content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    height: 100%;
    width: 100%;
    border: 1px solid #d8338b;
}

.menu .empty-border.left:before{
	content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    height: 100%;
    width: 100%;
    border: 1px solid #d8338b;
}
#column-id-1670315832274 {
    background-repeat: no-repeat!important;
    background-size: contain!important;

}
#sp-footer, #sp-bottom {
    background: #000000!important;
    color: #7e8184;
}
#sp-bottom .sp-module ul>li>a {
    display: inline-block;
}
#sp-bottom .h1{
font-size: 45px;
font-weight: 600;
font-family: 'Forum', sans-serif;
}
.float-left{
    float: left;
}
.clear{
	clear:both;
}
.breadcrumb .fas{
    margin-right: 5px;
}
.pinkcolor{
	color:#d8338b;
}
.detail_pink_area{
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #fef4f8;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    display: flex;
    margin-bottom: 30px;
}
.home{
	 background:#d8338b;
}
.article-details .article-ratings-social-share {
    display: none!important;
}
.sppb-btn-transp-pink{
		color:#d8338b;
}

.flex-conent{
	display: flex;
    gap: 30px;
    align-items: center;
	margin: 50px 0;
	flex-wrap: wrap;
}

.flex-conent img{
	border-radius: 30px;
}

.products .article-full-image{
	float:left;		margin-right: 2rem;
}

.img-right{
		float:right;
		margin-left: 2rem;
}

.img-left{
		float:left;
		margin-right: 2rem;
}
.catalog a{
    display: flex;
    align-items: center;
    background-color: #fef4f8;
    border-radius: 10px;
    gap: 10px;
}
.flex-use-all{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.flex-use-all-tit{
    margin-top: 100px;
}
.flex-use{
    width: 30%;
}

.komplect-conent h2, .komplect-conent h3{
	margin-top: 50px;
}

.related-article-list-container .related-article-title{
    display:none;
}

.related-article-title-ins{
    margin-top: 100px;
	font-size: 2.5rem;
	padding-bottom: 0px;
    border-bottom: 2px solid #d8338b;
    margin-bottom: 30px;
}
.mod-finder{
    display: none;
}



@media (max-width: 480px) {
.flex-use{
    width: 100%;
}
	
.products .article-full-image{
    float: none;	
	margin-right: 0rem;
}
	
  .float-left, .img-right{
    float: none;		margin-left: 0rem;		margin-right: 0rem;
}
	#sppb-addon-1670315832277 .sppb-addon-title {
		font-size: 30px!important;
		line-height: 32px!important;
	}
	#sppb-addon-1713730869878 .sppb-addon-title {
		font-size: 23px!important;
		line-height: 26px!important;
	}
	#sppb-addon-1670315832280{
		    display: none!important;
	}
	#sppb-addon-1670315832286 {
    margin-top: 20px!important;
	}
	#sppb-addon-1670315832283 {
		padding: 0!important;
	}
	.sp-page-builder .page-content #slider {
		padding-top: 140px;
	}
	.sp-page-builder .page-content #slider {
    padding-bottom: 0px;
	}
#sppb-addon-1713736807625 .sppb-addon-title {
    font-size: 30px!important;
    line-height: 32px!important;

}
#sppb-addon-1713736807632 .sppb-addon-title {
    font-size: 30px!important;
    line-height: 32px!important;
}
#sppb-addon-1670315832350 .sppb-addon-title {
    font-size: 30px!important;
    line-height: 32px!important;
}
#sppb-addon-1670315832396 .sppb-addon-title {
    font-size: 30px!important;
    line-height: 32px!important;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 30px!important;
    line-height: 32px!important;
}
#sppb-addon-1670315832326 .sppb-addon-title {
    font-size: 30px!important;
    line-height: 32px!important;
}
.sp-page-builder .page-content #section-id-1669944940595 {
    padding-top: 170px!important;
    padding-bottom: 170px!important;
}
.sp-page-builder .page-content #slider {
    padding-bottom: 0px!important;
}

}