/*
Theme Name: Indya Foods
Theme URI: http://example.com/twenty-twenty-one-child/
Description: Indya Foods
Author: Pink Lemonade
Author URI: https://www.pinklemonade.in/
Template: hello-elementor
Version: 1.0.0
*/
/* Add your custom styles here */
body{
	background:#FEFCF8;
}
.ehf-header #masthead{
	z-index:999;
}
a{
	color:#3e3e3e;
}
#menu-item-26 a{
    background-color: #fff!important;
    color: #1a2148!important;
    border-radius: 30px;
	margin-left: 20px;
}
#menu-item-26 a:hover{
    background-color: #c7782f!important;
    color: #fff!important;
}
#menu-1-b3d4fc1{
	width:350px;
    margin-right: 0;
    margin-left: auto;
}
#menu-1-b3d4fc1 li{
	width:40%;
	margin-left:10%;
}
.content-founders{
	max-height:300px;
	overflow:auto;
}
#menu-1-b3d4fc1 li a{
	font-weight:normal;
	transition:all ease-in 0.4s;
	background-repeat:no-repeat;
	background-position:right center;
}
#menu-1-b3d4fc1 li a:hover{
	background-image:url(https://web.pinklemonadedigital.com/indyafoods/wp-content/uploads/2025/03/Group-9017.png);
	font-weight:600;
}
.all_forms .half_form{
	width:50%;
	float:left;
}
.all_forms .half_form p{
	margin:0px;
	color:#fff;
}
.all_forms .half_form p input, .all_forms .half_form p span{
	width:100%!important;
}
.all_forms .half_form p input{
    width: 100% !important;
	border-right:none;
	border-left:none;
	border-top:none;
    border-bottom: 1px solid #fff;
    background: transparent;
	border-radius:0px;
}
@media only screen and (max-width: 600px) {
	#menu-1-b3d4fc1{
		width:100%!important;
	}
	#menu-1-b3d4fc1 li{
		width:48%;
		margin-left:0!important;
	}
	#menu-1-b3d4fc1 li a{
		padding-left:5px;
		padding-right:5px;
	}
}
/*Blog inner */
/* Blog listing */
.blog-row{
	display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.img-txt1 {
	height: 275px;
}
.blogs-info img{
	width:100%;
	height:275px;
	object-fit:cover;
}
.spinner_job{
	display:flex;
	justify-content:center;
	min-height:100px;
	width:100%;
	align-items:center;
	flex: 0 0 auto;
	grid-column: span 3;
}
.elementor-button:focus{
    background-color:#c7782f!important;
}
.elementor-button:hover{
    background-color:#1A2148!important;
}
.spinner_job img{
	width:50px;
}
.blog-each-holder{
	margin-bottom: 30px;
    /*box-shadow: 0px 4px 4px 0px #00000040;*/
	transition:0.5s ease all;
	background:#fff;
	border:1px solid #F0F0F0;
}
.blog-each-holder {
    margin-bottom: 20px;
}
.blog-content{
	padding:20px 30px 30px;
	transition: 0.5s ease all;
}
.blog-content p{
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
}
.blog-last{
	display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.blog-last p{
	font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
	margin:0px;
}
.case-study-author{
	font-weight: 400!important;
}
.read-more{
	display: flex;
    align-items: center;
    gap: 10px;
	font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
	transition:0.5s ease all;
}
.blog-each-holder:hover .blog-content{
	background: #1A2148;
}
.blog-each-holder:hover p, .blog-each-holder:hover .read-more{
	color:#fff;
}
.blog-each-holder:hover svg path{
	stroke:white;
}
.insight-list-main .pagination{
	margin-top:70px;
}
.blog-each-holder:hover .read-more {
    transform: translateX(-20%);
}
.section-head strong{
font-weight:700;
}
.insight-cat p{
	text-transform: uppercase;
    font-weight: 700!important;
}
.tabcareer_page .e-n-tabs-heading{
	position:relative;
}
.tabcareer_page .e-n-tabs-heading::after {
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    background: #c7782f;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.tabcareer_page .e-n-tabs-heading .e-n-tab-title{
	z-index:2;
	position: relative;
}
@media only screen and (max-width: 990px) {
	.blog-row{
		grid-template-columns: 50% 50%;
	}
}
@media only screen and (max-width: 768px) {
	.blog-row{
		grid-template-columns: 100%;
	}
	.filter-row{
		flex-direction:column;
		gap:20px;
		margin-bottom: 30px;
	}
	.category-holder select{
		width:80%;
		margin:auto;
		height:45px;
	}
	.search-holder input{
		width:80%;
		margin:auto;
	}
	.insight-list-main .pagination {
		margin-top: 20px;
	}
	.search-holder .search-submit {
    	padding: 0px 40px 0px 0!important;
	}
}
.blog-row {
    display: grid
;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.single .site-main, .case_study{
	padding-top:0px!important;
	padding-bottom:60px;
}
.single .site-main .entry-title, .case_study .entry-title{
	opacity:1;
}
	.latest-card{
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 20px;
		background: #F2F8FF;
	}
	.latest-card .blog-image-link{
		width: 40%;
		height: 100px;
		position: relative;
		display: block;
	}
	.latest-card .blog-image-link img{
		width: 100%;
		height: 100px !important;
		object-fit: cover;
	}
	.latest-card .blog-content-link:hover{
		text-decoration:none;
	}
	.latest-card .blog-content-link .blog-content{
		padding:10px;
		color:#000;
	}
	.latest-heading{
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #FFFFFF;
		border: 1px solid #dee2e6;
		border-left: 5px solid #1a2148;
	}
.latest-heading h3{
	margin:0px;
}
.back-button{
	margin-bottom: 25px;
}
.back-button .elementor-button-icon{
	transform:rotate(180deg);
}
.back-button .elementor-button:hover {
    background-color: #bf9d78;
    color: #fff;
}
.back-button .elementor-button {
    background-color: #c7782f;
    padding: 15px 50px 15px 30px;
    position: relative;
    transition: all ease-in 0.4s;
    color: #fff;
	border-radius:0px;
}
.back-button .elementor-button .elementor-button-text{
    font-size: 18px;
    font-weight: 500;
}
.back-button .elementor-button .elementor-button-icon{
	font-size: 20px;
    margin-right: 5px;
    line-height: 22px;
}
.single .site-main p, .case_study p{
	color: #000000;
    font-size: 18px;
    font-weight: 400;
}
.single .site-main h1.entry-title, .case_study h1.entry-title{
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    max-width: 90% !important;
    margin-left: 0;
    line-height: 52px;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1240px;
    }
}
@media only screen and (max-width: 880px) {
	.single .site-main, .case_study{
		margin:0px;
        padding-inline-start: 20px!important;
        padding-inline-end: 20px!important;
		max-width: 100%!important;
		grid-template-columns: 68% 30%;
    	gap: 2%;
	}
}
@media only screen and (max-width: 767px) {
	.single .site-main, .case_study{
		display: flex;
		gap: 30px;
		flex-direction: column;
		padding:30px 20px 30px;
        padding-inline-start: 20px!important;
        padding-inline-end: 20px!important;
	}
	.single .site-main h1.entry-title, .case_study h1.entry-title{
		font-size:24px;
		line-height:30px;
		padding: 0;
        margin-top: 15px;
		text-align:center;
	}
	single .site-main p, .case_study p {
    	text-align:center;
	}
	.latest-heading h3{
		font-size:24px;
	}
	.tag-holder{
		justify-content:center;
	}
}
.tag-holder{
	display:flex;
	justify-content:flex-start;
	gap:10px;
	align-items:center;
	flex-wrap: wrap;
	min-height: 24px;
}
.tag-holder .pills_button{
	padding: 2px 15px;
    border: 1px solid #000;
    color: #000;
	font-size:12px;
	border-radius:20px;
	text-transform:uppercase;
}
.tag-holder .pills_button:first-child, .tag-holder .pills_button:nth-child(4){
	border: 1px solid #F6C3AE;
}
.tag-holder .pills_button:nth-child(2), .tag-holder .pills_button:nth-child(5){
	border: 1px solid #AAD59F;
}
.tag-holder .pills_button:nth-child(3), .tag-holder .pills_button:nth-child(6){
	border: 1px solid #FFBF3C;
}
.blog-each-holder:hover .tag-holder .pills_button{
    color: #fff;
}
.author-holder{
	margin-top:20px;
}
.case-study-each .blog-last{
	margin-top:0px;
}
.author-holder p, .case-study-each .blog-last p{
	margin:0px;
	font-size:14px;
}
.case-study-each:hover{
	background: #1A2148;
}
.case-study-each .img-txt1{
	padding:15px 15px 0px;
}
.case-study-each .img-txt1 img{
	height: calc( 275px - 15px);
}
.case-study-each:hover .img-txt1{
	padding:0px;
}
.case-study-each:hover .img-txt1 img{
	height: 275px;
}
.case-study-each .img-txt1, .case-study-each .img-txt1 img{
	transition:0.5s ease all;
}
.category-holder{
	width:100%;
}
@media only screen and (max-width: 768px) {
	.tag-holder{
		min-height:unset;
	}
	.blog-row {
    grid-template-columns: 100%;
}
}
/* Blog */
/*Home banner*/
        .carousel-container {
            width: 100%;
            margin: auto;
            position: relative;
            text-align: left;
        }
        .carousel-container:before{
            content: '';
        position: absolute;
        left: -245px;
        width: 82%;
        top: 11%;
        height: 78%;
        background: #C7782F;
        border-top-right-radius: 120px;
        border-bottom-right-radius: 120px;  

        }
        .home-banner .slick-slide{
            transform: scale(0.6);
            transition: transform 0.5s, opacity 0.5s;
            opacity: 0;
        }
        .home-banner .slick-current{
            transform: scale(0.4)!important;
            transition: transform 0.5s, opacity 0.5s;
            opacity: 0.2;
        }
        .home-banner .slick-center{
            opacity: 0.4;
            transform: scale(0.6)!important;
        }
        .home-banner .slick-center img{
            margin-left: -295px;
        }
        .home-banner .first-item {
            transform: scale(1) !important;
            opacity: 1;
        }
        .home-banner .first-item img{
            margin-left: -255px;
        }
        .home-banner .carousel-item {
            text-align: center;
            position: relative;
        }
        .home-banner .carousel-item img {
            width: 100%;
            border-radius: 10px;
        }
        .static-text{
            min-height:170px;
        }
        .static-text h1{
            font-weight: 600!important;
            font-style: italic;
            font-size: 70px;
            line-height: 75px;
            letter-spacing: 0;

        }
        .static-text h1 span{
            font-weight: 700!important;
        }
        .home-banner .slick-next:before, .home-banner .slick-prev:before{
            display:none;
        }
        .home-banner .slick-next{
            right:80px;
            z-index:999;
        }
        .home-banner .slick-prev{
            right:140px;
            left:auto;
            z-index:999;
        }
        .home-banner .slick-dots{
            right: 0px;
            display: inline-block;
            width: auto;
            bottom: 80px;
        }
.home-banner .slick-dots li{
	margin:0px 3px;
}
        .home-banner-holder > .e-con-inner{
            background-image:url('https://web.pinklemonadedigital.com/indyafoods/wp-content/uploads/2025/05/homebgchef.png');
            background-repeat:no-repeat;
            background-position: top right;
        }
        .slick-dots li button:before {
            font-size: 15px!important;
            color: #1A2148!important;            
        }
        .home-banner .slick-dots [type=button]:focus, .home-banner .slick-dots [type=button]:hover, .home-banner .slick-dots [type=submit]:focus, [type=submit]:hover, .home-banner .slick-dots button:focus, button:hover {
            color: #fff;
            background-color: transparent;
            text-decoration: none;
        }
        .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #C7782F;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader img {
    width: 80px; /* Adjust loader size */
}
@media only screen and (max-width: 768px) {
	.carousel-container:before{
		display:none;
	}
	 .home-banner .slick-center img{
            margin-left: 0px!important;
     }
	.home-banner .first-item img{
           margin-left: 0px!important;
     }
	.static-text h1{
		font-size:35px!important;
		line-height:36px!important;
		text-shadow:1px 1px #ffffffcc;
	}
	.home-banner-holder > .e-con-inner {
		background-position: center -100px;
	}
	.home-banner .slick-center {
		opacity: 1;
		transform: scale(1) !important;
	}
	.home-banner .slick-current {
		transform: scale(1) !important;
		transition: transform 0.5s, opacity 0.5s;
		opacity: 1;
	}
	.home-banner .slick-slide {
		transform: scale(1);
		transition: transform 0.5s, opacity 0.5s;
		opacity: 1;
	}
	.home-banner .carousel-item{
		display: flex !important;
        justify-content: center;
	}
	.home-banner .carousel-item img {
		width: 60%;
	}
	.home-banner .slick-dots {
		left: 50%;
		display: inline-block;
		width: 100%;
		bottom: -50px;
		transform: translateX(-50%);
	}
	.static-text {
		min-height: 120px;
	}
}
/* Rev slider*/
.rev_slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rev_slider .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
  border-radius:10px;
  overflow: hidden;
}

.rev_slider .slick-snext,
.rev_slider .slick-sprev{
  display: block;
}

.rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(40%, 0, -20px);
  z-index: 1;
  perspective: 1000px;
}
.rev_slider .slick-snext2{
  opacity: 1;
    transform: translate3d(40%, 0, -40px);
    z-index: 0;
    perspective: 1000px;
}
.carousel-card{
  position:relative;
}
.carousel-details{
  position: absolute;
    width: calc(100% - 20%);
    bottom: 0;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.carousel-card:before{
  content:'';
  position:absolute;
  height:100%;
  width:calc(100% - 175px);
  top:0;
  left:0;
  border-radius:10px;
}
.carousel-card > img{
  border-radius:10px;
}
.carousel-details p{
  color:#fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  margin:0px;
}
.rev_slider .slick-next:before, .rev_slider .slick-prev:before{
            display:none;
        }
        .rev_slider .slick-next{
          left: 80px;
          right: auto;
          bottom: -30px;
          top: auto;
			z-index:99;
        }
        .rev_slider .slick-prev{
            left:0;
            bottom:-30px;
            top:auto;
			z-index:99;
        }
.rev_slider {
  margin-right: -12%;
  padding-bottom:30px;
}
	.gallery .sina-brand-item .sina-brand-item-inner, .gallery .sina-brand-item .sina-brand-item-inner a{
		height:437px;
	}
	.gallery .sina-brand-item .sina-brand-item-inner img{
		height:430px;
		width:100%;
		object-fit:cover;
		border-radius:10px;
		overflow:hidden;
	}
@media only screen and (max-width: 768px) {
.industry{
  margin-left:0px;
  margin-right:0px;
}
.rev_slider {
	margin-right: 0%;
}
.carousel-card:before {
    width: 100%;
}
	.rev_slider .slick-snext2, .rev_slider .slick-snext{
		transform: translate3d(0%, 0, 0px);
	}
	.rev_slider .slick-dots {
		text-align: center;
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
	}
	.rev_slider .slick-dots li {
		position: relative;
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 0 7px;
		padding: 0;
		cursor: pointer;
		background: #ccc;
		border-radius: 50%;
	}
	.rev_slider .slick-dots li.slick-active{
		background:#1A2148;
	}
	.gallery .sina-brand-item .sina-brand-item-inner, .gallery .sina-brand-item .sina-brand-item-inner a{
		height:437px;
	}
	.gallery .sina-brand-item .sina-brand-item-inner img{
		height:400px;
	}
	.heading-holder-container{
		width:calc(100% - 40px);
		left: 20px !important;
        border-radius: 0px !important;
	}
}
@media (min-width:769px) and (max-width:1024px) {
  .industry{
    margin-left:20px;
    margin-right:20px;
  }
  .carousel-card:before {
    width: calc(100% - 71px);
}
}
@media (min-width:1025px) and (max-width:1280px) {
  .industry{
    margin-left:20px;
    margin-right:0px;
  }
  .carousel-card:before {
    width: calc(100% - 231px);
}
}
@media (min-width:1281px) and (max-width:1336px) {
  .industry{
    margin-left:43px;
    margin-right:0px;
  }
  .carousel-card:before {
    width: calc(100% - 235px);
}
}
@media (min-width:1337px) and (max-width:1556px) {
  .industry{
    margin-right:0px;
  }
  .carousel-card:before {
    width: calc(100% - 242px);
}
}
@media (min-width:1557px) and (max-width:1640px) {
  .industry{
    margin-right:0px;
  }
  .carousel-card:before {
    width: calc(100% - 307px);
}
}
@media (min-width:1641px) and (max-width:1920px) {
  .industry{
    margin-right:0px;
  }
  .carousel-card:before {
    width: calc(100% - 222px);
}
}
/*Rev banner*/
.top_footer_blames .elementor-widget-container img{
	margin-top:-86px;
}
.menu-item a.hfe-menu-item:hover{
    color:#c7782f!important;
}
/*Insights all*/
.paginationwrap .pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 0px;
}
.paginationwrap .pagination li{
	padding:0px;
	list-style:none;
	border:none;
}
.paginationwrap .pagination li a{
	font-weight:700;
	padding:0px 15px 0px 15px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: capitalize;
	color:#000;
}
.paginationwrap .pagination li a:hover{
	color:#C7782F;
}
.paginationwrap .pagination li .prev, .paginationwrap .pagination li .next{
	display: flex;
    border: 1px solid #00000033;
    padding: 5px 20px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
.paginationwrap .pagination li .prev{
	margin-right:10px;
}
.paginationwrap .pagination li .next{
	margin-left:10px;
}
.paginationwrap .pagination .current{
	border: double 2px transparent;
    display: inline-block;
    color: #000;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
	font-weight:700;
	margin-right:10px;
	margin-left:10px;
	border: 1px solid #00000033;
}
.career_filters{
		display:flex;
		justify-content:space-between;
		align-items:center;
	margin-bottom:40px;
	}
	.search-holder {
		display: flex;
		border-width: 1px;
		border-style: solid;
		border-color: #000;
		border-image: initial;
		border-radius: 30px;
    	overflow: hidden;
    	width: 500px;
	}
	.search-holder .search-input {
		color: rgb(33, 33, 33);
		vertical-align: middle;
		box-shadow: rgb(204, 204, 204) 0px -1px 1px -1px inset, rgb(204, 204, 204) 0px 1px 1px -1px inset, rgb(204, 204, 204) 1px 0px 1px -1px inset;
		width: 90%;
		font-size: 16px;
		height: 45px !important;
		background: rgb(255, 255, 255);
		padding: 10px 20px;
		border-width: 0px;
		border-style: initial;
		border-color: initial;
		border-image: initial;
		outline: none;
	}
	.search-holder .search-input::placeholder{
		color:#747474;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0;

	}
	.search-holder .search-submit {
		vertical-align: middle;
		cursor: pointer;
		width: 10%;
		padding: 0px 15px 0px 0px;
		border-width: 0px;
		border-style: initial;
		border-color: initial;
		border-image: initial;
		outline: none;
		background: rgb(255, 255, 255);
		margin:0;
	}
	.filter-container {
            position: relative;
            display: inline-block;
        }

        /* Filter Button */
        .filter-btn {
            color: #fff;
            border: none;
            padding: 10px 15px;
            border-radius: 30px;
            cursor: pointer;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
			border:1px solid #C7782F;
			background:#C7782F;
        }
.filter-btn:focus, .filter-btn:hover{
    color: #fff;
    background-color:#C7782F;
    text-decoration: none;
}
        /* SVG Icon */
        .filter-btn svg {
            width: 24px;
            height: 22px;
            fill: none;
        }

        /* Dropdown Content */
        .filter-dropdown {
            position: absolute;
            top: 45px;
            left: 0;
            background: white;
            width: 150px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            overflow: hidden;
            display: none;
            z-index: 10;
        }

        /* Dropdown Items */
        .filter-dropdown label {
            display: block;
            padding: 10px;
            font-size: 14px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .filter-dropdown label:hover {
            background: #f1f1f1;
        }
		[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
			color: #747474;
			background-color: transparent;
			text-decoration: none;
		}
        /* Show Dropdown */
        .filter-container.active .filter-dropdown {
            display: block;
        }
@media only screen and (max-width: 768px) {
	.career_filters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
	}
	.search-holder {
		width: 78%;
	}
	.search-holder .search-input {
		height: 45px !important;
	}
	.filter-container {
		width: 22%;
	}
	.filter-btn {
		width: 100%;
		justify-content: center;
		font-size:0px;
	}
	.filter-dropdown {
        right: 0px;
        left: auto;
	}
}
/* Related Insights */
.related-insights{
	position:relative;
	padding:60px 0px;
}
.related-insights .latest-content{
	display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
	position:relative;
}
.related-insights h2{
	font-weight: 400;
	font-size: 36px;
	line-height: 52px;
	letter-spacing: 0;
	margin-bottom: 45px;
}
.related-insights h2 span{
	font-weight: 700;
}
.related-insights .view-more-cta-holder .elementor-button{
	font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 50px;
    background: #c5772e;
    margin-top: 30px;
}
.related-insights .blog-each-holder {
    background: transparent;
    border: none;
}
.view-more-cta-holder{
	text-align:center;
	position:relative;
}
.related-insights .blog-each-holder:hover .blog-content p{
	color:#fff;
}
.related-insights:before{
	content: '';
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
    position: absolute;
    left: -20%;
    bottom: 0px;
    width: 140%;
    height: 400px;
}
.related-insights .img-txt1 {
    padding: 0;
	height:260px;
}
.related-insights .img-txt1 img {
    height: 260px;
}
.related-insights .blog-content {
    padding: 20px 0px 30px;
}
.related-insights .blog-each-holder:hover .blog-content{
	padding: 20px 30px 30px;
}
.related-insights .blog-each-holder:hover .img-txt1{
	 padding: 20px;
}
.related-insights .blog-each-holder:hover .img-txt1 img {
    height: calc(260px - 20px);
}
.related-insights .blog-each-holder:hover{
    background: #1A2148;
}
.insights-navigation {
    display: flex;
    justify-content: space-between;
    margin: 0px 0;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}
.insights-navigation .prev-arrow,
.insights-navigation .next-arrow {
    display: inline-block;
    padding: 0px;
    color: #2E2E2E;
    text-decoration: none;
    border-radius: 5px;
}
.insights-navigation .prev-arrow.disabled svg path{
	fill:#ccc;
}
.insights-navigation .next-arrow.disabled svg path{
	fill:#ccc;
}
.insights-navigation .nav-text{
	text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #2E2E2E;
    margin-top: 0;
    text-transform: uppercase;
}
.insights-navigation .next-arrow.disabled .nav-text, .insights-navigation .prev-arrow.disabled .nav-text{
	color:#ccc!important;
}
.insights-navigation .prev-arrow:hover,
.insights-navigation .next-arrow:hover {
    color: #000;
}
.insights-navigation .arrow {
    font-size: 18px;
    font-weight: bold;
	display: flex;
    align-items: center;
    gap: 40px;
}
.insights-navigation .prev-arrow.disabled,
.insights-navigation .next-arrow.disabled{
	color:#ccc!important;
	cursor: not-allowed;
	pointer-events:none;
}
@media only screen and (max-width: 768px) {
	.related-insights .latest-content {
		grid-template-columns: 100%;
	}
	.related-insights:before {
		 height: 100%;
	}
	.related-insights h2 {
		position: relative;
	}
}
#preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: #1a2148;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}
.preloader-logo {
    width: 120px;
    animation: zoomEffect 2s ease-in-out forwards;
}
.hfe-menu-item{
    background-color: #1a2148 !important;
    color: #fff !important;
}
.hfe-nav-menu-icon{
	height:42px!important;
}
@keyframes zoomEffect {
    0% { transform: scale(0.5); opacity: 0; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}
@media only screen and (min-width: 1024px) {
.single-container{
	width:1240px;
	margin:auto;
	}
	.insights-main-heading{
		padding-top:80px!important;
	}
}
/*Career*/
    .career_entries_list ul{
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .career_entries_list ul li{
        border-bottom: solid 1px #000000;
        padding: 35px 0px;
    }
    .career_entries_list .pills_button{
        padding: 6px 24px;
        border: 1px solid #000;
        border-radius: 37px;
        display: inline-block;
        margin-right: 15px;
    }
    .career_entries_list .content_full_width{
        display: grid;
		grid-template-columns:10% 40% 10%;
        justify-content: space-between;
    }
    .career_entries_list .content_full_width a{
        font-size: 18px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        height: 26px;
        gap: 8px;
        align-content: center;
        align-items: center;
        color: #000;
    }
    .career_entries_list .content_full_width h3{
        font-size: 30px;
        font-weight: 600;
    }
    .career_entries_list .content_full_width p{
        margin-bottom: 35px;
    }
    .career_entries_list ul li:last-child{
        border-bottom:0px!important;
    }
	.loading-holder{
		width:100%;
		display:flex;
		justify-content:center;
		align-items:center;
		height:50px;
	}
@media only screen and (max-width: 768px) {
	.career_entries_list .content_full_width {
		display: block;
	}
	.career_entries_list .content_full_width h3 {
		font-size: 25px;
		width: 75%;
	}
	.career_entries_list .content_full_width a {
		position: absolute;
		right:0;
		top: 30px;
	}
	.career_entries_list .content_full_width .apply-holder a {
		position: relative !important;
        width: auto !important;
		height: 100%;
		display: inline-flex;
		align-items: center;
	}
	.career_filters {
		margin-bottom: 0px!important;
	}
	#menu-item-26 a {
    background-color: unset!important;
    color: #fff;
    border-radius: 0px;
    margin-left: 0px;
}
}
.career-openings .paginationwrap .pagination li .prev, .career-openings .paginationwrap .pagination li .next {
    margin-left: 10px;
    border: none;
}
.career-openings .filter-btn {
    border: 1px solid #747474;
    background: #fff;
	color: #747474;
}
.career-openings .filter-btn:hover{
	border: 1px solid #747474;
    background: #747474;
}
.career-openings .career_entries_list .pills_button {
    padding: 6px 24px;
    border: 1px solid #D37E29;
    border-radius: 37px;
    display: inline-block;
    margin-right: 15px;
    background: #D37E29;
    color: #fff;
}
.career-openings .paginationwrap .pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}
.apply-holder{
	position:relative;
	width:100%;
	height:100%;
}
.career_entries_list .content_full_width .apply-holder a{
	position:absolute;
	right:0;
	top:50%;
	width:100%;
	height:100%;
}
.testi-block h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.owl-nav span{
	display:none;
}
.testiblocks .owl-nav {
    width: 115px;
    display: flex;
    justify-content: space-between;
}
.owl-prev.disabled, .owl-next.disabled{
	opacity:0.5;
}
@media (min-width: 1024px) {
    .testi-block {
        justify-content: space-between;
    }
	.testi-block p {
		width: 70%;
	}
}
/*Career*/