/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2024 | 05:23:23 */
@font-face {
	font-family: "Trebuc";
	src: url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebuc.eot");
	src: url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebuc.woff") format("woff"),
		url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebuc.otf") format("opentype"),
		url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebuc.svg#filename") format("svg");
}
@font-face {
	font-family: "Trebuc-b";
	src: url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebucbd.eot");
	src: url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebucbd.woff") format("woff"),
		url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebucbd.otf") format("opentype"),
		url("https://development.ikf.in/grind-master/wp-content/themes/grind-master-child/font/trebucbd.svg#filename") format("svg");
}

body,
a,
p,
ul,
li {
	/*     font-family: "Trebuc"; */
	font-family:'Trebuchet MS';
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*     font-family: "Trebuc-b"; */
	font-family:'Trebuchet MS';

}
body {
	scroll-behavior: none;
}
body.scroll-down #grand_master_header {
	position: fixed !important;
	top: -300px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 9999 !important;
}
body.scroll-up #grand_master_header {
	position: fixed !important;
	background-color: #ffffff !important;
	top: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 0;
	right: 0;
	z-index: 99999 !important;
}
.section-heading-title {
	/*     font-family: 'Trebuc-b'; */
	font-size: 60px;
	line-height: 55px;
	color: #58585a;
	margin-bottom: 40px;

}
.section-heading-title.center {
	text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44* 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/** Banner Section start **/
.home_banner ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
.home_banner ul li.swiper-slide img {
	width: 100%;
	float: left;
	height: 100vh;
    object-fit: cover;
}
.home_banner ul li.swiper-slide h1.banner_head {
	font-size: 60px;
	line-height: 65px;
	color: #58585a;
	font-family: 'Trebuc-b' !important;
	max-width: 460px;
	
}

.home_banner ul li.swiper-slide-active h1.banner_head {
	animation: fadeleft 1.5s ease forwards;
	transition: opacity 1.5s ease, filter 1.5s ease;
}
/* .home_banner .banner_wrap_2 .box_list_title {
display: flex;
justify-content: space-between;
top: 15%;
}

.home_banner .banner_wrap_2 .box_list_title .banner_text_div {
margin: 80px 0 0;
} */
@keyframes fadeleft {
	0% {
		opacity: 0;
		transform: translateX(-300px);
		filter: blur(3px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
		filter: blur(0);
	}
}
.slider_homebanner.home_banner {
	position: relative;
}
.home_banner .box_list_title {
	max-width: 1300px;
	position: absolute;
	padding: 80px 20px 0;
	top: 18%;
	left: 0;
	right: 0;
	margin: 0 auto;
	justify-content: end;
	z-index: 5;
}
.home_banner span.banner_text {
	font-size: 16px;
	line-height: 26px;
	color: #515153;
	max-width: 330px;
	display: block;
	position: relative;

}
.home_banner li.swiper-slide-active span.banner_text,
.home_banner li.swiper-slide-active .banner_btn {
	animation: fadeleft 1.7s ease forwards;
	transition: opacity 1.7s ease, filter 1.7s ease;
}
@keyframes faderight {
	0% {
		opacity: 0;
		transform: translateX(300px);
		filter: blur(3px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
		filter: blur(0);
	}
}
.home_banner .theme-btn-s2,
.home_client_sec .grind_btn button{
	background-color: #515153;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}
.home_client_sec .grind_btn button {
    border: 0;
    padding: 6px 35px 6px 35px;
    border-radius:0;
    z-index: 5;
    position: relative;
}
.home_client_sec .grind_btn button:hover{
	background-color: #B62937;
    color: #FFFFFF;
}
.home_client_sec div#collapse1 {
    width: 100% !important;
    display: block;
}
.home_client_sec .grind_btn {
    text-align: center;
    padding-top: 0;
    background: #fff;
    z-index: 13;
    position: relative;
    margin: 70px 0 0;
}
html[lang="auto"] .home_client_sec .grind_btn {
    margin: 50px 0 0 0;
}
.trust_by_wrap  .extra_logo {
    opacity: 0;
}
.trust_by_wrap.expanded .extra_logo {
    opacity:1;
}
.home_client_sec {
    transition: height 0.3s ease-in-out;
}
.home_client_sec ul.trust_by_wrap.expanded + .grind_btn {
    padding-top: 0;
    margin: 20px 0 0 0;
}


.home_banner .swiper-pagination {
	bottom: 20px;
	text-align: right;
	width: 98%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home_banner span.swiper-pagination-bullet {
	background-color: #fff;
	height: 15px;
	width: 15px;
	border-radius: 0;
	opacity: 1;
	margin-left: 10px;
}
.home_banner .swiper-pagination-bullet-active {
	background-color: #B72937 !important;
}
.home_banner .banner_btn {
	margin-top: 30px;
	text-transform: capitalize !important;
}
.banner_img_home img.image_banner_2, .banner_img_home img.image_banner_3, .banner_img_home img.image_banner_4 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner_img_home img.image_banner_2{
	z-index: 2;
}
.banner_img_home img.image_banner_3{
	z-index: 3;
}
.banner_img_home img.image_banner_4 {
	z-index: 4;
}
#home_banner_wrap .swiper-pagination.swiper-pagination-bullets {
	bottom: 8%;
	left: auto;
	right: 30px;
}
#home_banner_wrap .overlay-2 {
	height: 100vh;
	z-index: 6;
	bottom: 0;
	top: auto;
}
@keyframes leafeffect {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-4deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes matrix3deffect {
	0% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	}

	50% {
		transform: matrix3d(1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	}

	100% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	}
}

@keyframes matrix3deffect1 {
	0% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	}

	50% {
		transform: matrix3d(1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 1, 1);
	}

	100% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	}
}
.banner_img_home{
	overflow:hidden;
	position: relative;
}
.banner_img_home img.image_banner_2{
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	bottom: 0;
	animation: matrix3deffect 7s ease infinite;
}
.banner_img_home img.image_banner_3{
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	animation: matrix3deffect 7s ease infinite;
}

.banner_img_home img.image_banner_4{
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	animation: matrix3deffect1 7s ease infinite;
}
/** Banner Section End **/



.container {
	display: flex;
	align-items: baseline;
}

/*** Our Product section start */
.our_sol_sec .child {
	transition: flex 1s;
	flex: 1;
	height: 150px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 85vh;
	z-index: 1;
	position:relative;
	overflow:hidden;
}
.our_sol_sec .child:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: white;
	right: 0;
	z-index: 2;
	filter: invert(0.1);
	opacity: 0.5;
}
.our_sol_sec .child:last-child:before  {
	display:none;
}

.our_sol_sec .child .overlay-2 {
	opacity: 0;
	transition:all 1s ease-in-out;  
}
.our_sol_sec .child:hover .overlay-2 {
	opacity: 1;
}

.our_sol_sec .child:nth-child(2n) {
	background: #ffffff14;
}
.our_sol_sec .child:hover {
	flex: 1.2;
	color: black;
	transition: all 0.5s;
}
.our_sol_sec .child:hover .inner_card_img img {
	scale: 1.2;
	transform: translateY(-30px);
	transition: all 0.5s;
}
.inner_card_img img{
	transition: all 1s;

}
.our_sol_sec .child .inner_card_name {
	font-size: 26px;
	line-height: 36px;
	color: #58585A;
	letter-spacing: 1px;
	font-family: 'Trebuc-b';
	margin: -20px 0 0;
	position:relative;
	z-index:9;
}
.our_sol_sec .sol_head h2 {
	margin: 0;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	z-index: 9;
	letter-spacing: 2px;
	font-family: 'Trebuc-b' !important;
}
.our_sol_sec .sol_head .text_para {
	position: absolute;
	color: #fff !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 450px;
	text-align: center;
	z-index: 9;
	top: 150px;
	letter-spacing: 1px;
	line-height: 25px;
}
.our_sol_sec .child .inner_card_wrap {
	transform: translateY(-74px);
	position: relative;
	z-index: 9;
}
.our_solusations .overlay-2 {
	height: 44.75em;
	top: auto;
	bottom: 0;
}
.our_sol_sec .child:after {
	position: absolute;
	content: '';
	background: rgb(1,1,1);
	background: linear-gradient(0deg, rgb(145 145 145 / 90%) 0, rgba(255, 255, 255, 1) 100%);
	height: 210px;
	width: 100%;
	z-index: 0;
}
.our_sol_sec .inner_card_img {
	position: relative;
	z-index: 9;
}
/*** Our Product section End */

/** Happy Client Slider start **/
.client_text_div {
	background-color: #fff;
	color: #515153;
	padding: 51px 30px 44px 43px;
	position: relative;
}
.client_text_para {
	font-size: 16px;
	line-height: 26px;
	margin-bottom:40px;
	font-style: italic;
	font-family: var(--common-font-family) !important;
    min-height: 80px;
}

.client_desig {
	margin-top: 20px;
}

.client_desig .client_name {
	font-size: 26px;
	line-height: 36px;
	font-family: var(--common-font-family) !important;
	letter-spacing: 0.65px;
	font-weight:700;
}

.client_desig .client_desig_text {
	font-size: 17px;
	font-family: var(--common-font-family) !important;
	letter-spacing: 0.42px;
	line-height: 24px;
}

#industies_serve::before {
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
	bottom: 0;
	animation: matrix3deffect1 7s ease infinite;
}
/** Happy Client Slider End  **/
/** Latest News start **/
ul#news_list_lists {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#news_list_lists li.swiper-slide {
	display: flex;
}
ul#latest_news_wrap .news-button-next,
ul#latest_news_wrap .news-button-prev {
	left: 0;
	right: auto;
}
ul#latest_news_wrap .news-button-prev {
	left: 0;
	right: auto;
}
ul#latest_news_wrap .news-button-next {
	left: auto;
	right: 0;
}
#latest_news_wrap .box_list-list-row {
	max-width: 97%;
	margin: 0 auto;
}
#latest_news_wrap .swiper-button-prev:after,
#latest_news_wrap .swiper-rtl .swiper-button-next:after,
#latest_news_wrap .swiper-button-next:after,
#latest_news_wrap .swiper-rtl .swiper-button-prev:after {
	display: none;
}
#latest_news_wrap .box_list-container {
	overflow: hidden;
}
.news_list_lists_wrap a.theme-btn-s2 {
	color: #58585a;
	font-size: 20px;
	line-height: 28px;
	margin: 15px 0 15px;
	display: inline-block;
	color:#58585A;
}
.news_list_lists_wrap .news_date {
	color: #b72937;
	font-size: 15px;
	line-height: 20px;
}
.news_list_lists_wrap .swiper-button-prev.news-button-prev,
.news_list_lists_wrap .swiper-button-next.news-button-next {
	background-image: none;
	border: 1px solid #000;
	border-radius: 100%;
	width: 35px;
	height: 35px;
}
.swiper_content_3d a.lear_more_btn:hover {
	background-color: #B62937;
	color: #fff !important;
	transition: all 0.2s;
}
.news_list_lists_wrap .swiper-button-prev.news-button-prev {
	transform: translateX(-50px);
}
.news_list_lists_wrap .swiper-button-next.news-button-next {
	transform: translateX(50px);
}
#latest_news_wrap .box_list-list-col {
	margin: 0 auto;
	max-width: 350px;
}
/** Latest News End **/


/** USP Wrap start **/
.uspwrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.uspinner {
	background: #68686a;
	width: 100%;
	padding: 25px 30px 10px;
	border-radius: 50px 50px 0 0;
	margin-bottom: 0px;
	position: sticky;
	top: 50px;
}
.infrastructure_sticky{
	padding: 0px 0px 0px !important;
}

.uspinner:nth-child(2) {
	top: 190px;
	background: #7a7a7c;
}

.uspinner:nth-child(3) {
	top: 400px;
	background: #8a8a8c;
}

.infrastructure_sticky .acc-inner{
	padding: 40px 0px 150px !important;
}


.infrastructure_sticky .uspinner:nth-child(2) {
	top: 170px;
	background: #7a7a7c;
}
.infrastructure_sticky .uspinner:nth-child(3) {
	top: 300px;
	background: #878787;
}
.uspinner:nth-child(4) {
	top: 420px;
	background-color: #959595;
}
.uspinner:nth-child(5) {
	background-color: #9E9E9E;
	top: 540px;
}
.infrastructure_sticky .uspinner:nth-child(6) {
    background-color: #A8A8A8;
}


.acc-inner {
	display: flex;
	justify-content: space-between;
/* 	padding:70px 0px 150px; */
	padding: 20px 0px 70px;
	max-width: 1180px;
	margin: 0 auto;
	align-items: start;
}
.accimg {
	width: 40%;
}
.acc-text {
	width: 54%;
	color: #ffffff;
	margin-top: -8px;
}
.accimg img {
	width: 100%;
}
.acc-text h3 {
	font-size: 36px;
	line-height: 45px;
	margin-top: 0;
	margin-bottom: 20px;
	color:#fff;
	font-family: "Trebuchet MS", Sans-serif;
	letter-spacing: 0.9px;
	font-weight: 600 !important;
}
.acc-text p {
	font-size: 15px;
	line-height: 28px;
	font-family: "Trebuchet MS", Sans-serif;
}
.uspwrap {
	padding: 50px 0 0 0;
}

.uspwrap .uspinner {
	margin-top: -50px;
}

.uspwrap .uspinner:last-child {
	padding-bottom: 00px;
}
/** USP Wrap End **/



.swiper_content_3d .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before,
.swiper_content_3d .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper_content_3d [class^=swiper-button-] {
	transition: all 0.3s ease;
}

.swiper_content_3d .swiper-container {
	width: 100%;
	height: 470px;
	transition: opacity 0.6s ease;
}

.swiper_content_3d .swiper-container.swiper-container-coverflow {
	padding: 1% 0px;
	overflow: visible;
}

.swiper_content_3d .swiper-container.loading {
	opacity: 0;
	visibility: hidden;
}

.swiper_content_3d .swiper-container:hover .swiper-button-prev{
	transform: translateX(-75px);
	opacity: 1;
	visibility: visible;
}

.swiper_content_3d .swiper-container:hover .swiper-button-next {
	transform: translateX(95px);
	opacity: 1;
	visibility: visible;
}

.swiper_content_3d .swiper-slide {
	background-position: center;
	background-size: cover;
	opacity: 0.5;
	transition: all 1s;
}

.swiper_content_3d .swiper-slide .entity-img {
	display: none;
}

.swiper_content_3d .swiper-slide .content {
	position: absolute;
	bottom: 8%;
	left: 0;
	width: 100%;
	padding:0 15px;
	color: #fff;
}
.swiper_content_3d .swiper-slide .content .title {
	font-size: 40px;
	text-align: center;
	line-height: 50px;
	width: 100%;
	font-family: 'Trebuc-b';
	opacity: 1;
	word-break: break-word;
}

.swiper_content_3d a.lear_more_btn {
	background-color: #fff;
	color: #515153;
	padding: 10px 20px;
	display: inline-block;
	margin: 0 auto;
	opacity: 0;
}
.swiper_content_3d .swiper-slide-active .content .title,
.swiper_content_3d .swiper-slide-active a.lear_more_btn,
.swiper_content_3d .swiper-slide-active {
	opacity: 1;
}


.swiper_content_3d .button_class {
	text-align: center;
}

.swiper_content_3d .swiper-slide-active .content .title {
	opacity: 1;
	text-shadow: 0px 5px 9px #000;
	margin-left: -4px;
}

.swiper_content_3d .swiper-slide .content .caption {
	display: block;
	font-size: 12px;
	line-height: 1.4;
}

.swiper_content_3d [class^=swiper-button-] {
	width: 44px;
	opacity: 0;
	visibility: hidden;
}

.swiper_content_3d .swiper-button-white {
	background-image: none !important;
}

.swiper_content_3d .swiper-button-white img {
	border: 1px solid #000;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	padding: 9px;
}

.swiper_content_3d .swiper-button-prev {
	transform: translateX(50px);
}

.swiper_content_3d .swiper-button-next {
	transform: translateX(-50px);
}

.swiper_content_3d .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 0.4;
}

.swiper_content_3d .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	border: 0px solid #fff;
	border-radius: 50%;
}

.swiper_content_3d .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper_content_3d .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper_content_3d .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	border-width: 1px;
}
.swiper_content_3d .swiper-slide{
	opacity: 0 !important;
	transition:opacity 0.5s ease-in-out;
}
.swiper_content_3d .swiper-slide.prevslide,
.swiper_content_3d .swiper-slide.swiper-slide-prev,
.swiper_content_3d .swiper-slide.swiper-slide-active,
.swiper_content_3d .swiper-slide.swiper-slide-next,
.swiper_content_3d .swiper-slide.swiper-slide-next + .swiper-slide{
	opacity: 0.7 !important;
}


.swiper_content_3d .swiper-slide.prevslide{
	margin-left:0px;
	margin-right:5px;
}
.swiper_content_3d .swiper-slide.swiper-slide-prev{
	margin-right:10px;
}
.swiper_content_3d .swiper-slide.swiper-slide-active{
	margin-left:0px;
	opacity: 1 !important;
	transition: all 1s;
}
.swiper_content_3d .swiper-slide.swiper-slide-next{
	margin-left:11px;
}
.swiper_content_3d .swiper-slide.swiper-slide-next + .swiper-slide{
	margin-left:11px;
}


@media (max-width: 1180px) {
	.swiper_content_3d .swiper-container {
		height: 28vw;
	}

	.swiper_content_3d .swiper-slide .content .title {
		font-size: 25px;
		line-height: 33px;
	}

	.swiper_content_3d .swiper-slide .content .caption {
		font-size: 12px;
	}
}

@media (max-width: 1023px) {
	.swiper_content_3d .swiper-container {
		height: 40vw;
	}

	.swiper_content_3d .swiper-container.swiper-container-coverflow {
		padding-top: 0;
	}
}

span.text_underline {
	border-bottom: 2px solid #c9c9ca;
}
.grind_heading h2{
	/*         font-family: 'Trebuc-b' !important; */
}

.home_about_slider figure.swiper-slide-inner {
	background-color:#f0f0f0;
	padding:30px ;
}

.home_about_slider figure.swiper-slide-inner {
	text-align:right;
}

.home_about_slider_text h3 {
	font-style: normal;
	font-size: 45px;
	line-height: 55px;
	font-weight: 600 !important;
	color: #58585A;
	/*     font-family: 'Trebuc-b'; */
}

.home_about_slider_text span {
	font-size:24px;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 0.4PX;
	color: #58585A;
	/*font-family: "CreatoDisplay-Medium";*/
}

.home_about_slider_text {
	text-align: left;
}

.home_about_slider .swiper-pagination {
	text-align: left;
	margin: 0px 0 -10px;
}

.home_about_slider .swiper-pagination span.swiper-pagination-bullet {
	border-radius: 0;
	margin:0 10px 0 0 !important;

}
.site-header {
	position: fixed;
	z-index: 4;
	width: 100%;
	background-color: #fff;
	padding: 0px 0 0px;
}
header#site-header .site-branding {
    padding: 10px 0 0;
}
.home_leader_sec h2.elementor-heading-title {
	position: relative;
}
.home_leader_sec h2.elementor-heading-title:before,
.home_leader_sec h2.elementor-heading-title:after {
	position: absolute;
	content: '';
	width: 35%;
	height: 1px;
	background-color: #dcdcdc;
	top: 20px;
	left:0;
}
.home_leader_sec h2.elementor-heading-title:after{
	left:auto;
	right:0;
}
.image3deffect .swiper-container-3d .swiper-slide-shadow-right,
.image3deffect .swiper-container-3d .swiper-slide-shadow-left{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}
.grind_heading h2 font {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
}
.dialog-type-lightbox.dialog-type-lightbox {
    z-index: 999999;
}
span.elementor-slideshow__counter {
    display: none;
}

.trustworthiness_text {
    position: relative;
    top: 10px;
}