.slick-slide {
    outline: 0;
}
/*---------------Blob catalog CSS start---------------------------*/
.blogs-top-right {
    padding: 50px 50px;
}
.blogs-title-0 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}
.blogs-bottom-outer {
    padding: 30px 30px;
}
.blog-bottom-content ,.blog-bottom-content-0{
    padding: 10px;
}
.blogs-excerpt-0 {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 60px;
}
.blogs-read-0 {
    font-size: 18px;
    font-weight: 600;
}
.blogs-read-0 a{
    text-decoration:none;
}
.blogs-title {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0px;
	height:100px;
}
@media (min-width: 700px){
	ul, ol {
    margin: 0;
}
	.blogs-top-right{
		padding-top:50px;
	}
}

.bbw-inner {
    margin: 20px;
    
    box-shadow: 0px 0px 30px  -5px rgba(0, 0, 0, 0.1);
}
/*.blogs-excerpt {
    font-family: Bahnschrift;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}*/
@media(min-width:1000px){
	.blogs-top {
		padding: 100px 200px;
	}
	.blogs-top-left, .blogs-top-right {
		width: 50%;
		float: left;
		height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.blogs-top:after, .blogs-bottom-row:after{
		content: "";
		display: table;
		clear: both;
	}
	.blogs-bottom-outer{
		padding: 0px 200px;
	}
	.blogs-bottom-row {
		display: flex;
		padding: 0px 0px 0px 0px;
		margin: 0 -20px;
	}	
	.blogs-bottom-wrapper {
		width: 33.33%;
	}
}
@media(max-width:700px){
	.bbw-inner {
		padding-bottom: 30px;
	}
}
/*---------------Blob catalog CSS end---------------------------*/
/*---------------Blob CSS start---------------------------*/

.blob-container {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
}
.blob-shape {
	background: #13172f;
	animation: spin 12s infinite linear;
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	height: 500px;
	transition: all 2s ease-in-out;
	width: 500px;
	z-index: 5;
	animation-duration: 12s;
}

.portfolio-card-title {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-card-excerpt {
    font-weight: 300;
    font-size: 16px;
}
.portfolio-card-image img {
    width: 100%;
    border-radius: 5px 0 0 5px;
}
.portfolio-card-arrow i {
    color: #661750;
}

.portfolio-category {
    padding: 8px 20px;
    cursor: pointer;
	margin: 0 20px;
	border:1px solid #2d2c30;
}
.portfolio-main-contet {
    padding-bottom: 50px;
}
.portfolio-category span {
    font-weight: 400;
    font-size: 25px;
}
.mastertej-btn {
    margin-left: -31px;
    margin-top: 5px;
}
.m-header-navinner span {
    padding: 16px;
    color: black;
    font-size: 18px;
    font-weight: 300;
}
.m-header-nav {
    width: 30%;
}
.m-footer-inner {
    display: flex;
    padding: 50px 100px;
    justify-content: space-between;
}

.m-content p {
    font-size: 16px;
    font-weight: 300;
    color: black;
    margin: 10px;
}
.m-phone {
    display: flex;
    padding: 10px;
}
.m-header-inner{
	padding: 20px;
}
.mastertej-footer-logo {
	width: 200px;
}
.mastertej-desktop-logo {
		width: 200px;
		margin:auto;
	}
@media (min-width: 1000px) {
	.portfolio-card-inner {
		display: flex;
		margin: 10px;
		border-radius: 15px;
		background-color: #fff;
		box-shadow: 0px 0px 25px -5px grey;
	}

	.portfolio-card-image {
	   width: 40%;
	}
	.portfolio-card-content {
		width: 60%;
	}
	.portfolio-card-content-inner{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding:10px 20px;
		height:300px;
	}
	.portfolio-main-inner {
		display: flex;
		justify-content: center;
		
	}
	.portfolio-card {
		width: 50%;
		float: left;
	}
	.mastertej-inner {
		flex-grow: 1;
		width:70%;
	}
	.client-card-inner {
		padding: 20px;
	}
	.mastertej-footer-menu-navigation ul {
		display: inline-flex;
		margin: 0;
		list-style: none;
		font-size: 20px;
		font-weight: 300;
		color: black;
	}
	.mastertej-col-one {
		width: 35%;
	}
	.mastertej-col-two {
		width: 65%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.m-inner {
		padding-top: 10px;
	}
	.mastertej-social-icons {
		display: flex;
		justify-content: end;
	}
	.mastertej-footer-email {
		display: flex;
		justify-content: end;
		adding-bottom: 30px;
	}
	.m-header-inner {
		display: flex;
		padding: 20px 100px;
		align-items: center;
		justify-content: space-between;
	}
	.mastertej-footer-top-inner {
		display: flex;
		justify-content:end;
		padding-bottom: 20px;
	}
	.mastertej-footer-menu-navigation li {
		margin: 0;
		padding-left: 40px;
	}
	.m-btn {
		display: flex;
		background-color: rgba(0, 0, 0, .2);
		border-radius: 8px;
		margin-left: 30px;
	}
}
@media (max-width: 700px) {
	.portfolio-card {
		padding-bottom: 35px;
	}
	.portfolio-card-content-inner {
		padding: 20px;
	}
	.portfolio-card-inner {
		margin: 10px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px #80808052;
	}
	div.portfolio-main-inner:after {
		content: "";
		display: table;
		clear: both;
	}
	.portfolio-category span {
		font-weight: 400;
		font-size: 15px;
	}
	.portfolio-category{
		width: calc(50% - 40px);
		float:left;
		text-align:center;
		margin: 10px 20px 0;
	}
	.mastertej-inner {
		flex-grow: 1;
		width:100%;
	}
	.mastertej-news {
		display: flex;
		width: 100%;
		margin: auto;
	}
	.client-card-image{
		padding:10px;
	}
	.mastertej-header {
		position: relative;
	}
	
	.mastertej-footer-menu-navigation ul {
    /* display: inline-flex; */
		margin: 0;
		list-style: none;
		font-size: 20px;
		font-weight: 300;
		color: #000;
	}
	.m-content {
		padding: 10px;
	}
	.mastertej-footer-menu-navigation li {
		display: inline-flex;
		margin: 0 30px 0 0;
	}
	.mastertej-footer-top-inner {
		padding: 10px 10px 20px;
	}
	.mastertej-all{
		margin-left:10px;
	}
	.mastertej-footer-logo img {
		width: 100%;
	}

	.m-btn{
		display: flex;
		background-color: rgba(0, 0, 0, .2);
		border-radius: 8px;
		margin-left:10px;
	}
	.m-content p{
		margin:0;
	}
	.mastertej-social-icons {
		display: flex;
		padding: 10px 10px 10px 20px;
		justify-content: end;
	}
	.mastertej-email {
		padding-top:15px;
	}
	
	.header-top {
		display: none;
	}
	.m-footer-inner {
		padding: 80px 20px;
		display:block;
	}
	.mastertej-col-one {
		width: 100%;
	}
	.mastertej-col-two {
		width: 100%;
	}
	.m-inner {
		padding: 10px;
	}
}
.m-email {
    display: flex;
    padding: 10px;
}

.m-phone span {
    padding-left: 10px;
}
.header-top-inner {
    float: right;
    display: inline-flex;
}

.mastertej-footer-Menu-navigation{
    padding-right: 25px;
}

.mastertej-Secondary-Menu-navigation ul {
    display: inline-flex;
    margin: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    color: black;
}

.mastertej-Secondary-Menu-navigation li{
    margin: 0;
    padding-left: 40px;
}

.mastertej-Secondary-Menu-navigation a{
    color: #000000;
    text-decoration: none;
}
.mastertej-footer-menu-navigation a {
    color: #000000;
    text-decoration: none;
}
.m-email span {
    padding-left: 15px;
}
.social-icons i {
    padding: 30px;
    font-size: 30px;
}
.social-icons {
    padding: 50px;
}


.m-btn input[type=email]::placeholder{
	color:white;
}
.m-btn img {
    padding: 10px;
}
.mastertej-links {
   font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}
.mastertej-all {
    width: 30px;
    height: 30px;
    background-color: #d3d3d3;
    margin-left: 25px;
    border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.mastertej-all i {
    font-size: 16px;
}
.mastertej-all a {
    line-height: 0;
}
.m-inner span {
    font-size: 20px;
    font-weight: 400;
    color: black;
}


.m-btn input[type=email] {
    border: 0;
    background-color: transparent;
}

.m-email {
    display: flex;
    padding: 10px;
}
.mastertej-name-error,.mastertej-email-error, .mastertej-phone-error, .mastertej-message-error {
    position: absolute;
    left: 50px;
    background-color: white;
    padding:7px;
	font-size: 14px;
    color: #96111B;
    margin-top: -20px;
	display: flex;

}
.mastertej-inputs input {
	 border: 2px solid #E5E5E5;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
}
.mastertej-inputs.mastertej-name, .mastertej-connect-email, .mastertej-phone, .mastertej-message {
    padding-bottom:30px;
}
.site-logo img{
	max-height: 4rem;
}
@keyframes spin {
    0% {
		border-radius:  60% 40% 30% 70% / 80% 30% 70% 40%;
	}
	25% {
		border-radius:  80% 20% 40% 60% / 40% 20% 70% 60%;
		transform: rotate(-90deg);
	}
	50% {
		border-radius:  90% 40% 60% 80% / 60% 40% 80% 80%;
		transform: rotate(-180deg);
	}
	75% {
		border-radius:  60% 50% 90% 70% / 70% 50% 120% 60%;
		transform: rotate(-270deg);
	}
	100% {
		border-radius:  60% 40% 30% 70% / 80% 30% 70% 40%;
		transform: rotate(-360deg);
	} 
}
/*---------------Blob CSS end---------------------------*/

h1, h2, h3, h4, h5, h6, .faux-heading
{
	margin: 0;
}
.caldera-grid .help-block {
	font-size: 12px;
	font-style: italic;
}
.caldera-grid .row {
	margin-bottom: 15px;
}
.m-footer-widgets + .m-footer-widgets {
	margin-top: 3rem;
}
@media (min-width: 700px){
	.mco-section-one, .mct-section-one{
		display:flex;
	}
	.footer-widgets{
		padding-bottom:60px;
	}
	.m-footer-widgets + .m-footer-widgets {
		margin-top: 0;
	}
}
.m-column-one, .m-column-two{
	width:100%;
}
li.m-getintouch {
    margin: 0.3rem 0;
	margin-top:0;    
}
li.m-getintouch p {
    margin: 0;
}
li.m-getintouch i {
    width: 25px;
}
.m-getintouch-ul{
	margin:0;
	list-style: none;
}
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary{
	font-family: inherit;
}
body:not(.overlay-header) .primary-menu > li > a, .widget_text p, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
	color: #54595F;
}
.widget_recent_entries a {
	font-weight: 400;
}
@media (min-width: 1220px) {
	.widget-content {
		font-size: 15px;
	}
}
.widget_archive a, .widget_categories a, .widget_pages a, .widget_meta a, .widget_nav_menu a {
	font-weight: 400;
}
.mco-section-two {
	margin-top: 3rem;
}
@media (min-width: 700px)
{
	h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 
	{
		margin: 0;
	}
	h4, .heading-size-4, h5, .heading-size-5, h6, .heading-size-6
	{
		margin: 0;
	}
}
/*input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea{
	padding: 15px;
}*/
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"]{
	padding: 8px 20px;
	background: #54595F;
	border-radius: 7px;
}
.mastertej-submit {
    position: absolute;
}
.elementor-kit-32 .mastertej-submit input[type=submit] {
    padding: 16px 20px;
    background-color: #661750;
    color: white;
}
.mastertej-submit-result i {
    font-size: 30px;
    color: #6c1c65;
}
.mastertej-submit-result {
    text-align: left;
    padding: 100px 0;
}
.mastertej-submit-result p {
    text-align: left;
}
a.m-social-icon {
    color: #54595F;
    font-size: 25px;
    margin-right: 10px;
    background-color: #efefef;
    padding: 15px;
    display: inline-block;
    text-align: center;
	text-decoration:none;
}
a.m-social-icon i {
    width: 23px;
    height: 23px;
    display: block;
}
a.m-social-icon:hover {
    color: #EFEFF1;
    background-color: #54595F;
}

.intl-tel-input {
    width: 100%;
}
.contactpage_form_div {
    margin: auto;
}
.post-inner {
    padding-top: 0px;
}
.comment-reply-link {
    padding: 8px 20px;
    background: #54595F;
    border-radius: 7px;
    color: white !important;
}
.comment-reply-link:hover {
    background-color: #efefef;
    color: #54595F !important;
	text-decoration: none;
	border: 2px solid;
	border-color: #54595F;
}
/* -------------------User Sticky top row CSS start -----------------*/
/*.profile-top {
  background-color: grey; /* Black background color */
  /*position: fixed; /* Make it stick/fixed */
  /*top: -50px; /* Hide the navbar 50 px outside of the top view */
  /*width: 100%; /* Full width */
  /*transition: top 0.3s; /* Transition effect when sliding down (and up) */
/*}

/*Style the navbar links 
#navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}*/
/* -------------------User Sticky top row CSS end -----------------*/

/* -------------------User Profile Page CSS start -----------------*/
.profile-left {
    box-shadow: 0 0 5px grey;
    padding: 10px;
	margin: 10px;
}
.user-image img {
    width: 100%;
}
.user-name {
    text-align: center;
    padding: 20px 0px;
}
.user-social-links {
    text-align: center;
    padding-bottom: 20px;
}
.user-featured-blog {
    box-shadow: 0 0 5px grey;
    padding: 10px;
    margin: 10px;
}
.profile-top {
    width: 500px;
    margin: auto;
    display: flex;
}
.profile-top-image img {
    width: 35px;
}
.profile-top-user-name {
    padding: 7px;
}
.profile-right-kb {
    padding: 90px;
    margin: 10px;
    box-shadow: 0 0 5px grey;
    background: #f3f3f3;
	margin-bottom:30px;
	text-align:center;
}
.profile-right-up {
    padding: 90px;
    margin: 10px;
    box-shadow: 0 0 5px grey;
    background: #f3f3f3;
	text-align:center;
}
.user-blog-excerpt {
	padding: 10px 0px;
	font-size: 16px;
}
.user-blog-cat {
    font-size: 14px;
    color: blue;
    padding: 10px 0px;
}
@media(min-width:1000px){
	.mastertej-news {
		display: flex;
		width: 30%;
		margin:auto;
	}
	.profile-container {
		width: 1200px;
		margin: auto;
	}
	.profile-container:after {
		content: "";
		clear: both;
		display: table;
	}
	.profile-left {
		width: 15%;
		float: left;
	}
	.profile-centre {
		width: 50%;
		float: left;
	}
	.user-blog-other-details {
		width: 500px;
		margin: auto;
	}
	.user-blog-image {
		width: 500px;
		margin: auto;
	}
	.profile-right {
		float: left;
	}
}
.create-post {
    text-align: right;
    padding-top: 10px;
}
.create-post a {
    color: white;
    background-color: grey;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    margin: 10px;
}
.create-post a:hover {
    color: grey;
    background-color: white;
}

/* -------------------User Profile Page CSS end -----------------*/

/* -------------------Knowledge Base Page Styling -----------------*/
h1.kb-page-title {
    padding-bottom:20px;
}
h3.kb-page-tagline {
    font-size: 20px;
    font-weight: normal;
}
.kb-top-section {
    background: lightgrey;
    width: 100%;
    display: table;
}
.kb-top-section:after {
    content: "";
    clear: both;
    display: table;
}
.kb-sib_signup_box_inside_1 {
    display: flex;
    padding: 50px 0px;
}
input.kb-sib-email-area {
    border-radius: 0px;
    padding: 20px;
    border: 1px solid black;
	font-family: Roboto;
    font-size: 16px;
}
input.kb-sib-default-btn {
    border-radius: 0px;
    padding: 20px;
    font-family: Roboto;
    font-size: 16px;
}
input.kb-sib-default-btn:hover {
    background-color:black;
	text-decoration:none;
}
@media (min-width: 1000px) {
    .kb-featured-container {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }
    .kb-cat-container {
        width: 50%;
        display: table-cell;
    }
    .kb-cat-all {
        padding: 50px;
    }
    .kb-featured-post {
        padding: 50px;
    }
}
@media (max-width: 1000px) {
    .kb-featured-container {
        padding: 50px 20px;
        text-align: center;
    }
}
.kb-cat-slider {
}
.kb-item-inner {
    display: flex;
}
.kb-cat-slider-item {
    outline: none;
}
.kb-cat-item {
    width: 100%;
	padding: 30px 0px;
	outline: none;
}
.kb-cat-item a {
    text-decoration: none;
    color: black;
	outline:none;
}
.kb-cat-item a:hover {
	text-decoration: underline;
}
.kb-category-image {
    width: 70px;
	margin: auto;
}
.category-name {
    font-size: 13px;
	padding-top: 10px;
	text-align:center;
}
@media (min-width: 700px){
	.excerpt-container {
		padding: 50px 20px;
	}
	.excerpt-left {
		width: 30%;
		float: left;
	}
	.excerpt-right {
		width: 70%;
		float: left;
		padding-left: 40px;
	}
	.excerpt-image {
		border: 10px solid white;
		box-shadow: 0px 0px 15px 0px grey;
	}
}
@media (min-width: 1220px){
	.excerpt-container {
		width: 1000px;
		margin: auto;
	}
}
@media (max-width: 700px){
	.excerpt-right {
		padding: 15px;
	}
	.excerpt-container {
		padding: 50px 0px;
	}
}
.excerpt-datetime {
	padding: 0px 0px 10px;
	font-size: 12px;
	font-weight: 600;
	color: #737373;
	text-transform: uppercase;
}
.excerpt-title h2 {
    font-size: 30px;
    padding-bottom: 10px;
}
.excerpt-title h2 :hover{
	color:black;
}
.excerpt-title a {
    text-decoration: none;
    color: #4b4b4b;
}
.excerpt-text {
    padding-bottom: 15px;
}
.excerpt-text p {
    margin: 0;
	font-size:17px;
}
.excerpt-read-button {
    padding-bottom: 20px;
	
}
.excerpt-read-button i {
	padding-left: 15px;
}
.excerpt-read-button a:hover {
	color:black;
	border-color:black;
}
.excerpt-read-button a {
    text-decoration: none;
    font-weight: 600;
    color: #54595F;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid;
    border-color: #ffffff;
    text-align: center;
    padding: 5px 0px;
    font-size: 15px;
}
.excerpt-categories {
    padding: 10px 0px;
    padding-bottom: 15px;
	color:grey;
}
.excerpt-categories i {
	font-size: 15px;
}
.excerpt-categories a {
	text-decoration: none;
	color: white;
}
.excerpt-categories span {
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #737373;
	font-size: 15px;
	font-weight: 600;
	border: 2px solid #737373;
}
.excerpt-categories span:hover {
background-color: white;
color: #737373;
}

.clear {
    clear: both;
}
/* -------------------Knowledge Base Page Styling End -----------------*/

/* -------------------Blog Page Styling start -----------------*/
.mastertej-blogpage-body-right {
	padding: 10px;
}
@media (min-width: 1220px){
	.mastertej-blogpage-body-left {
		width: 70%;
		float:left;
	}
	.mastertej-blogpage-body-right {
		width: 30%;
		float:left;
		padding: 10px 0px 30px 30px;
	}
	.mastertej-blogpage-body {
		width: 1200px;
		margin: auto;
	}
	.mastertej-blogpage-body::after {
		content: "";
		clear: both;
		display: table;
	}
}
.entry-categories a {
	border-bottom:0px;
	margin: 0px;
}
h3.widget-title {
    font-size: 0px;
}
.blog-cat-item {
	align-items: center;
}
.blog-category-image {
    width: 70px;
	margin:auto;
}
.blog-category-name {
    margin: 10px;
}
/* -------------------Blog Page Styling End -----------------*/

/* -------------------Sidebar Styling start -----------------*/
.share-section {
    display: flex;
    align-items: baseline;
	margin: 20px 0px;
}
.social-share-buttons {
    display: flex;
}
.social-share-icon i {
    font-size: 40px;
    padding-left: 10px;
}
.sib_signup_box_inside_1 {
    background-color: #e9e9e9;
    padding: 10px;
	margin: 20px 0px;
}
input.sib-default-btn:hover {
    background: #555;
    color: white;
    text-decoration: none;
}
input.sib-default-btn {
    background: white;
    border: 1px solid lightgrey;
    text-transform: capitalize;
	width: 100%;
}
.mastertej-adj-section-heading {
    text-align: center;
	padding-top: 20px;
}
.mastertej-adj-section-heading h5 {
    font-size: 22px;
}
.mastertej-adj-blog-inner {
    margin: 20px 0px;
	background: #e9e9e9;
}
.mastertej-adj-blog-image {
    
}
.mastertej-adj-blog-title a {
    text-decoration: none;
	font-size: 14px;
	padding: 0;
	font-weight: 600;
}
.mastertej-adj-blog-title {
	padding: 10px;
}
.mastertej-adj-blog-title a:hover {
    color: #000;
	text-decoration: underline;
}
/* -------------------Sidebar Styling end -----------------*/

/* -------------------Scroll to top Styling Start -----------------*/
#sticky-btn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 20px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: grey; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 10px; /* Some padding */
	border-radius: 5px; /* Rounded corners */
	font-size: 16px; /* Increase font size */
}
#sticky-btn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
    text-decoration:none;
}
i.sticky-btn-icon {
    padding-right: 5px;
}
/* -------------------Scroll to top Styling End -----------------*/

/* -------------------Independence Day post Styling Start -----------------*/
.title1_independence h2 {
    background: -webkit-linear-gradient(orange 50%, green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title2_independence h2 {
    background: -webkit-linear-gradient(orange 50%, green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.index_styling {
    font-size: 14px;
    font-weight: 600;
    background: #f9a619;
    color: #221c6c;
    border: 1px solid #f9a619;
    border-radius: 5px;
    padding: 0px 5px;
    cursor: pointer;
	position: absolute;
    right: 10px;
	top: 10px;
}
span.index_styling:hover {
    background: #12b14d;
    color: white;
    border-color: #12b14d;
}
.art_index li.elementor-icon-list-item {
    padding: 10px;
    border: 1px solid lightgreen;
}
.artist_name span {
    background: -webkit-linear-gradient(orange 40%, green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.instagram_icon ::before {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/* -------------------Independence Day post Styling End -----------------*/

.work_accordion .elementor-active {
    background: #3D4A9E;
}


