.post-tags{display: none !important;}


/*SCROLL BAR*/
/* width */
::-webkit-scrollbar {
  width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F8F7F4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0f50b7;
	border-radius: 2px;
}


/* Header Fonts */
h1{
  font-family: "big-shoulders-text-variable",sans-serif;
  font-variation-settings: 'wght' 700 !important;
	margin: 0px !important;
}

h2, h3, h4, h5{
  font-family: "big-shoulders-text-variable",sans-serif;
  font-variation-settings: 'wght' 600 !important;
	margin: 0px !important;
}

/* Titles */
.elementskit-section-title-wraper .elementskit-section-title{
	margin: 0px;
}

.ue-flip-box__title, .ue-title, .e-n-tab-title-text, .innerCircleTitle {
  font-variation-settings: 'wght' 600;
}

/* Button */
#primary-btn, #secondary-btn, #tertiary-btn {
	transition: 0.3s ease-in-out;
}

#primary-btn:hover, #secondary-btn:hover, #tertiary-btn:hover {
	transition: 0.3s ease-in-out;
}

/* Glass Containers */
#glass, .glass{
    backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
}

/* Employee Testimonial : Photo */
#employee-testimonials .uc_quote_info .uc_author_avatar{
	object-position: top;
}


/* Team Grid : Contact */
.team_member_grid_content{
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
}

/* List Text Margin */
.ue-list-item-text p{margin-bottom: 0px !important;}

/* Service Tile */

.uc_hover_switcher_content{
    justify-content: flex-start !important;
}

	/* Tablet View : Forced Resized Con */
	@media only screen and (max-width: 1200px){
		.elementor-10 .elementor-element.elementor-element-6609dc7, .elementor-10 .elementor-element.elementor-element-80f9df2{
		--width: 50% !important;
	}
		
		.elementor-10 .elementor-element.elementor-element-44b1c32{
        --width: 100% !important;
    }
		
		.elementor-10 .elementor-element.elementor-element-4fe8a84, .elementor-10 .elementor-element.elementor-element-87f8725, .elementor-10 .elementor-element.elementor-element-29679aa, .elementor-10 .elementor-element.elementor-element-a32b4da {
        --width: 100% !important;
	}
}

/* Custom Mold - Gradient */
@media only screen and (max-width: 767px){
	#custom-visual::before{background-image: linear-gradient(0deg, #FFFFFF00 0%, var( --e-global-color-accent ) 95%);
    }
	
			.elementor-10 .elementor-element.elementor-element-6609dc7, .elementor-10 .elementor-element.elementor-element-80f9df2{
		--width: 100% !important;
	}
}