:root {
	--black: #000;
	--white: #fff;
	--secondary: #54595F;
	--primary: #303849;
	--purple: #713370;
	--white-f7: #F7F8F8;
	--white-e0: #E0E0E0;
	--grey-cf: #cfcfcf;
}
/* General CSS */
.d-none { display: none!important; }
body { background-color: var(--white)!important; }
h1, h2, h3, h4, h5, h6 {
	font-family: "Anton", Sans-serif !important;
}
.ms-auto { margin: 0 auto; }
.elementor-widget-text-editor, p {
	font-family: "Poppins", Sans-serif!important;
}
.elementor-widget-heading { margin-bottom: 10px!important; }
.elementor-button:focus { outline:none!important; }
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	display: flex!important;
    font-size: inherit!important;
}
.about .col-two li { 
	display: inline-flex!important;
    width: 49%;
}
.elementor-widget .elementor-icon-list-icon {
	display: flex!important;
    position: relative!important;
}
.top-bar .elementor-widget .elementor-icon-list-item, .top-bar .elementor-widget .elementor-icon-list-item a {
		font-size: 15px!important;
}
.elementor-widget .elementor-icon-list-icon svg {
		width: auto!important;
}
#ast-scroll-top {
	background-color: var(--purple);
    font-size: 15px;
    border: 2px solid var(--white-f7)!important;
    height: 45px;
    width: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.ast-single-post .ast-container {
	max-width: 100%!important;
	padding: 0!important;
}
.ast-single-post .content-area.primary {
	margin: 0!important;
}
.ast-single-post .elementor-location-single {
	padding: 0!important;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	text-decoration: none!important;
}
.banner {
	padding: 220px 0px 85px 0px;
}
.banner .title {
	margin-bottom: 5px!important;
}
/*  */
.content-area.primary {
	margin: 0!important;
}
.ast-container {
    max-width: 100%;
    padding: 0;
}
/* Header nav */
.header_bar.sticky {
	position: fixed!important;
	width: 100%;
	background-color: var(--white)!important;
	animation: stickyMenuAnimation 0.7s;
	box-shadow: 0 0 5px 0 #778591;
	left:0;
	right:0;
	top:0;
	z-index: 999;
}
@keyframes stickyMenuAnimation {
    from {
        top: -200px;
    }
    to {
       top: 0px;
    }
}
.header_bar.sticky .logo img { filter: brightness(1) invert(0); }
/* .header_bar.sticky .header_menu li a { color: var(--primary)!important; } */
/* .header_bar.sticky .header_menu li a:hover { color: var(--purple)!important; } */
.header_bar.sticky .header_menu li a::after, .header_bar.sticky .header_menu li a::before {
	 background-color: var(--purple)!important;
}
.header_bar.sticky .header_menu .sub-arrow {
	fill: var(--primary);
}
.header_bar.sticky .header_menu .sub-menu li a:hover, .header_bar.sticky .header_menu .sub-menu .current-menu-item a { 
	color: var(--white)!important;
}
.elementor-location-header {
	position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.logo img { filter: brightness(0) invert(1); }
.header_menu li a { position: relative;}
.header_menu li a::after{
    content: "";
    height: 1px;
    width: 0%;
    background-color: var(--white)!important;
    position: absolute;
    left: 25%;
    bottom: 0;
}
.header_menu li a::before{
    content: "";
    height: 1px;
    width: 0%;
    background-color: var(--white)!important;
    position: absolute;
    left: 35%;
    bottom: -5px;
}
.header_menu li a:hover::after,
.header_menu .current-menu-item a:after{
    width: 50%;
}
.header_menu li a:hover::before,
.header_menu .current-menu-item a::before{
    width: 30%;
}
.header_menu .sub-menu li a:hover::before, .header_menu .sub-menu .current-menu-item a::before, .header_menu .sub-menu li a:hover::after, .header_menu .sub-menu .current-menu-item a:after {
	 width: 0%!important;
}
.header_menu li a .icon {
    width: 25px;
    margin-right: 10px;
}
.header_menu li a:hover .icon, .header_menu .current-menu-item a .icon {
     filter: brightness(0) invert(1);   
}
.header_menu .sub-menu {
    min-width: 350px!important;
    left: -80px !important;
}
.header_menu .sub-menu a {
    border-width: 0!important;
}
/* Footer */
.mb-footer-menu .sub-arrow {
    position: absolute;
    right: 15px;
}
.mb-footer-menu .elementor-item.has-submenu {
    border: solid var(--purple);
    border-width: 0 0 1px 0;
}
.mb-footer-menu a .icon {
    width: 15px;
    margin-right: 8px;
}
.mb-footer-menu ul.elementor-nav-menu--dropdown a, .mb-footer-menu ul.elementor-nav-menu--dropdown a:focus, .mb-footer-menu ul.elementor-nav-menu--dropdown a:hover {
    border-width: 0;
}
.mb-footer-menu ul a:focus, .mb-footer-menu ul.elementor-nav-menu--dropdown a:focus {
    background-color: var(--white)!important;
}
/* Banner Slider */
.banner-slider .swiper-pagination {
	display: grid;
	left: 50px;
	top: 50%;
   transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
	width: auto;
	height: max-content;
}
.banner-slider .swiper-pagination-bullet {
	position: relative;
	margin-bottom: 10px !important;
}
.banner-slider .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	background-color: var(--white);
	width: 5px;
    height: 20px;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 50px;
}
.banner-slider .swiper-pagination-bullet:hover:after, .banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background-color: var(--purple);
}
/* testimonials */
.testimonials .elementor-testimonial__text {
	padding: 50px 30px 50px 50px;
    background-color: #fff;
    border: 4px solid #f2f2f2;
	position: relative;
	min-height: 250px;
    margin-right: 15px;
}
.testimonials .elementor-testimonial__text:before {
	content: '';
    position: absolute;
    top: 2.5rem;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3.125rem;
    width: 3.125rem;
    background-color: var(--purple);
    background-image: url('/wp-content/uploads/2024/08/quote.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.testimonials .elementor-testimonial__cite {
	padding: 0 0 10px 50px;
}
.testimonials .elementor-testimonial__content {
	position: relative;
}
.testimonials .elementor-testimonial__content:after {
	content: '';
	position: absolute;
    background-color: var(--white-f7);
    height: 85%;
    width: 100%;
    right: -30px;
    bottom: -15px;
    z-index: -1;
}
.testimonials .swiper-pagination-bullet:after, .loop-dots .swiper-pagination-bullet:after {
    content: '';
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    background: var(--white-e0);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
}
.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active:after,  .testimonials .swiper-pagination-bullet:hover:after, .loop-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:after,  .loop-dots .swiper-pagination-bullet:hover:after {
	background: var(--purple);
    -webkit-box-shadow: 0 0 0 4px rgb(113 51 112 / 25%);
    box-shadow: 0 0 0 4px rgb(113 51 112 / 25%);
}
.loop-dots .swiper-pagination-bullet {
	opacity: 1;
}
.testimonials .swiper-pagination {
	bottom: -30px!important;
	left: 50%!important;
   transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
	width: auto!important;
}
.testimonials .elementor-swiper-button.elementor-swiper-button-next {
	right: 43%!important;
}
.testimonials .elementor-swiper-button.elementor-swiper-button-prev {
	left: 40%!important;
}
.testimonials .swiper-pagination {
	z-index: 0!important;
}
.testimonials .elementor-swiper-button:after {
	content: '';
	position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    left: auto;
    bottom: -250px;
    background-color: var(--purple);
    border-radius: 50%;
}
.testimonials .elementor-swiper-button svg {
	display: none;
}
.testimonials .elementor-swiper-button.elementor-swiper-button-prev:after {
	background-image: url('/wp-content/uploads/2024/08/Left-Arrow.svg');
	left: -40px;
}
.testimonials .elementor-swiper-button.elementor-swiper-button-next:after {
	background-image: url('/wp-content/uploads/2024/08/Right-Arrow.svg');
	right: -55px;
}
.product-box, .product-box .elementor-container, .product-box .elementor-widget-wrap {
	height: 100%;
}
.about-video {
    position: relative;
}
.about-video:after {
    content: '';
    position: absolute;
    background-color: var(--purple);
    height: 90%;
    width: 90%;
    bottom: -20px;
    left: -20px;
    z-index: -1;
	box-shadow: 0 0 12px 1px var(--purple);
    border-radius: 0 0 0 5px;
}
.qualites-boxes .elementor-widget-container ,.quality-box {
    height: 100%;
}
.quality-icon .elementor-widget-container {
    background-color: var(--purple);
    height: 70px;
    width: 70px;
    padding: 10px;
    border-radius: 5px;
}
.contact-icons {
    background-color: var(--purple);
    height: 50px;
    width: 60px!important;
    padding: 25px 15px 40px 15px;
    margin:-33px auto auto auto;
}
.contact-icons:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 20px;
    background-color: var(--purple);
    top: 0px;
    right: -20px;
    clip-path: polygon(0 0, 0% 100%, 67% 100%);
}
/* Our Services */
.src-video .elementor-video, .src-video .elementor-widget-container {
    height: auto;
    max-height: 500px;
}
.src-video {
    position: relative;
}
.src-video:after {
    content: '';
    position: absolute;
    background-color: var(--purple);
    height: 250px;
    width: 250px;
    right: -20px;
    top: -20px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    box-shadow: 0 0 12px 1px var(--purple);
    z-index: -1;
   animation: subtleUpAndDown 5s ease-in-out infinite;
}
.src-video:before {
    content: '';
    position: absolute;
    background-color: var(--purple);
    height: 250px;
    width: 250px;
    left: -20px;
    bottom: -20px;
    clip-path: polygon(0 100%, 100% 100%, 0 0);

    box-shadow: 0 0 12px 1px var(--purple);
    z-index: -1;
    animation: subtleLeftAndBottom 5s ease-in-out infinite;
}
@keyframes subtleUpAndDown {
    0% {
        top: -20px;
        right: -20px;
    }
    50% {
        top: -10px;
        right: -10px;
    }
    100% {
        top: -20px;
        right: -20px;
    }
}
@keyframes subtleLeftAndBottom {
    0% {
        bottom: -20px;
        left: -20px;
    }
    50% {
        bottom: -10px;
        left: -10px;
    }
    100% {
        bottom: -20px;
        left: -20px;
    }
}
/* Our story Steps */
.story-box .elementor-widget-container {
    background-color: var(--white);
    padding: 25px 30px 25px 30px;
    border: 2px solid var(--purple);
    border-radius: 11px 11px 11px 11px;
}
.story-box.left .elementor-widget-container {
	 border-width: 0px 0px 0px 2px;
}
.story-box.right .elementor-widget-container {
	 border-width: 0px 2px 0px 0px;
}
.story-box:hover .elementor-widget-container {
    background-color: var(--purple);
}
.story-box:hover .elementor-widget-container .elementor-icon-box-title ,.story-box:hover .elementor-widget-container .elementor-icon-box-description {
    color: var(--white)
}
.story-box .elementor-icon-box-description {
	font-size: 15px;
}
.story-detail { position: relative; }
.story-detail:before {
	content: '';
	position: absolute;
	background-color:rgb(113 51 112 / 30%);
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
   transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
}
.story-detail:after {
    content: '';
    position: absolute;
    background-color: var(--grey-cf);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}
.story-detail.active:after {
    background-color: var(--purple);
    -webkit-box-shadow: 0 0 0 6px rgba(113, 51, 112, 0.25);
    box-shadow: 0 0 0 4px rgba(113, 51, 112, 0.25);
    transform: translate(-50%, -50%) scale(1.2);
}
.our-story .story-detail:first-child:before {
	height: 80%;
    top: auto;
    bottom: 0px;
    border-radius: 50px 50px 0 0;
} 
.our-story .story-detail:last-child:before {
	height: 80%;
    border-radius: 0 0 50px 50px;
}
