:root {
/* 	--primary: #1A3528; */
	--primary: #061d3d;
	--secondary: #000;
	--text: #747474;
	--black: #000;
	--white: #fff;
	--white-f8: #F8F8F8;
	--gray-ef: #efefef;
	--golden-d1: #D1B76D;
	--radius-5: 5px;
	--radius-8: 8px;
	--radius-15: 15px;
	--radius-20: 20px;
	--radius-52: 25px;
	--radius-30: 30px;
	--radius-50: 50px;
	--radius-100: 100%;
	--gradient: linear-gradient(90deg,rgba(92, 44, 196, 1) 0%, rgba(142, 43, 196, 1) 40%, rgba(200, 45, 204, 1) 100%);
	--gradient-hover:  linear-gradient(90deg,rgba(200, 45, 204, 1) 0%, rgba(142, 43, 196, 1) 35%, rgba(92, 44, 196, 1) 100%);
	--gradient-white: linear-gradient(to bottom, #F2EFF9 0%, #FFFFFF 8%, #FFFFFF 92%, #F2EFF9 100%); 
}
.mb-0 { margin-bottom: 0!important; }
.elementor-widget-text-editor { font-family: "Inter", Sans-serif!important; }
.elementor-heading-title { font-family: "Work Sans", Sans-serif!important; }
.link a {
    color: var(--golden-d1);
    text-decoration: underline;
}
.link a:hover {
    color: var(--text);
    text-decoration: none;
}
.ast-container {
	max-width: 100%!important;
    padding: 0!important;
}
.ast-article-single figure, .ast-article-single img:not(figure img) { box-shadow: none!important; }
.btn-theme .elementor-button {
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    border-radius: var(--radius-8);
    padding: 15px 25px;
}
.btn-theme .elementor-button:hover {
    background-color: var(--golden-d1)!important;
    color: var(--primary)!important;
}
/* Header */
/* Sticky Header */
.header_sticky.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 Mega Menu 22--12--25 */
.child_category_menu_list  ul li {
        display: inline-block;
	width: 19%;
}
@media(max-width: 991px) and (min-width: 700px) { 
    .child_category_menu_list  ul li { width: 32%; }
}
@media (max-width: 699px) { 
    .child_category_menu_list  ul li { width: 100%; }  
}
/* Home */
.home_categories .elementor-widget-image {
    box-shadow: 10px 10px 30px 0px rgb(17 69 111 / 10%);
    border-radius: 100%;
    border: 1px solid var(--gray-ef);
}
.home_categories .elementor-heading-title {
	font-size: 18px;
    font-weight: 500;
}

/* About */
.story-box .elementor-image-box-img {
    background-color: var(--primary);
    border-radius: var(--radius-8);
    padding: 10px;
    width: 70px;
    height: 70px;
}
.story-box .elementor-image-box-img img {
    filter: brightness(0) invert(1);
    height: 45px;
    object-fit: contain;
}
.story-box:hover .elementor-image-box-img img {
    filter: brightness(1) invert(0);
}
.story-box:hover .elementor-image-box-img {
    background-color: var(--golden-d1);
}
.story-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
    padding: 20px;
    border: 1px solid var(--gray-ef);
    border-radius: var(--radius-8);
    height: 100%;
}