/* Theme Name: Astra Child
Template: astra */

.scroller {
overflow: hidden;
white-space: nowrap;
position: relative;
width: 100%;
}
.scroller-inner {
display: flex;
align-items: center;
width: calc(250px * 6);
animation: slider 20s linear infinite;
gap: 56px;
}
.scroller-inner > * {
height: 100px;
width: auto;
display: flex;
align-items: center;
justify-content: center;
}
.scroller-inner > * img {
object-fit: contain;
height: 60px !important;
max-width: auto !important;
width: auto;
}
@keyframes slider {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-250px * 6));
}
}
.popular-search-sec .elementor-image-box-img {
background-color: #ebebeb;
width: 100% !important;
border-radius: 20px;
}
.roles .scroller-inner {
width: calc(250px * 20);
animation: slider1 120s linear infinite;
gap: 18px;
}
.roles .scroller-inner-new {
animation: slider2 120s linear infinite;
}
.trusted-logos img {
max-height: 50px;
width: auto;
max-width: 120px;
}
.job-roles-section {
overflow: hidden;
}
@keyframes slider1 {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-250px * 5));
}
}
@keyframes slider2 {
0% {
transform: translateX(calc(-250px * 5));
}
100% {
transform: translateX(0);
}
}
.single-invester figure img {
height: 60px;
object-fit: contain;
}
button.slick-arrow {
padding: 0px;
width: 30px;
height: 30px;
z-index: 9;
}
.slick-prev:before,
.slick-next:before {
content: "" !important;
width: 8px;
height: 8px;
display: inline-block;
border-right: 2px solid #fff;
border-top: 2px solid #fff;
transform: rotate(45deg);
}
.slick-prev:before {
transform: rotate(-135deg);
}
.e-con-inner.slick-slider {
display: block;
}
.testimonial-slider .slick-list {
overflow: visible;
}
.testi-outer {
overflow: hidden;
}
.section-header {
position: relative;
padding-bottom: 10px;
}
.section-header::before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 4px;
background-color: #ac1e12;
}
.curved-design {
position: relative;
}
.curved-design::before {
position: absolute;
width: 100%;
height: 100px;
left: 0;
top: -50px;
content: '';
display: block;
background-color: #f2f2f2;
clip-path: ellipse(52% 50% at 50% 52%);
z-index: 1;
}
.curved-design::after {
position: absolute;
width: 100%;
height: 100px;
left: 0;
bottom: -50px;
content: '';
display: block;
background-color: #f2f2f2;
clip-path: ellipse(52% 50% at 50% 40%);
z-index: 1;
}
.accordion-section summary ~ .elementor-element {
border-top: 0;
}
.popular-search-wrapper > *:hover {
	border-color: #ac1e12 !important;
}
p:last-child{
	margin-bottom: 0;
}

/*--- blog listing -----*/
body.page-id-608 .ast-container {
max-width: 100%;
padding: 0;
}
.blog-listing-wrapper .bdpp-post-grid-inr-wrap {
display: flex;
gap: 40px;
justify-content: center;
flex-wrap: wrap;
margin: 0;
}
.blog-listing-wrapper .bdpp-post-grid-inr-wrap > * {
max-width: calc(100% / 3 - 27px);
flex: 0 0 100%;
margin: 0;
background-color: #f2f2f2;
padding: 20px;
border-radius: 20px;
}
.blog-listing-wrapper .bdpp-post-grid-inr-wrap::before, 
.blog-listing-wrapper .bdpp-post-grid-inr-wrap::after {
display: none;
}
.blog-listing-wrapper .bdpp-post-img-bg > a {
display: inline-block;
width: 100%;
}
.blog-listing-wrapper .bdpp-post-img-bg img.bdpp-img {
max-height: 300px;
vertical-align: bottom;
width: 100%;
border-radius: 12px 12px 0 0;
}
.blog-listing-wrapper h2.bdpp-post-title, 
.blog-listing-wrapper h2.bdpp-post-title a {
font-size: 24px;
font-weight: 600;
color: #000;
line-height: 1.4;
}
.blog-listing-wrapper .bdpp-post-content a.bdpp-rdmr-btn {
display: inline-block;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
padding: 8px 16px;
font-family: "Poppins", Sans-serif;
font-weight: 500;
color: #333;
border: 0;
font-size: 15px;
line-height: 1;
border-radius: 5px;
}
.blog-listing-wrapper .bdpp-post-content a.bdpp-rdmr-btn:hover, 
.blog-listing-wrapper .bdpp-post-content a.bdpp-rdmr-btn:focus {
background-color: #AC1E12;
}

/*---- blog detail -----*/
.single-post .site-content {
background-color: #fff;
}
.single-post .content-area {
margin: 90px 0 0 !important;
}
.single-post .content-area article {
padding: 80px 0;
}
.single-post header.entry-header {
margin-bottom: 30px !important;
}
.single-post header.entry-header h1.entry-title {
font-size: 40px;
font-weight: 700;
color: #000;
}
.single-post header.entry-header .entry-meta, 
.single-post header.entry-header .entry-meta span {
font-size: 18px;
font-weight: 600;
color: #ac1e12;
}
.single-post header.entry-header .entry-meta span a:hover * {
color: #000;
}
.single-post .entry-content img.my-featured-image {
vertical-align: bottom;
width: 100%;
height: auto;
margin: 0;
}
.single-post .entry-content h1.wp-block-heading {
margin: 40px 0 20px;
color: #000;
}
.single-post .entry-content h2.wp-block-heading {
margin: 40px 0 20px;
font-size: 30px;
line-height: 42px;
color: #000;
}
.single-post .entry-content h3.wp-block-heading, 
.single-post .entry-content h3.wp-block-heading strong {
font-weight: 600;
}
.single-post .entry-content h3.wp-block-heading {
font-size: 24px;
line-height: 1.2;
color: #000;
}
.single-post .entry-content strong {
font-weight: 600;
}
.single-post .entry-content a {
text-decoration: none;
}
.single-post .entry-content a:hover {
color: #000;
}
.single-post .entry-content hr {
border: 0;
}


/*---- responsive ----*/
@media (max-width: 1199px) {
.slick-slider-main .slick-prev {
left: -30px;
}
.slick-slider-main .slick-next {
right: -30px;
}
.testi-outer .slick-prev {
left: -5px !important;
}
.testi-outer .slick-next {
right: -5px !important;
}
.curved-design::before {
top: -40px;
}
.curved-design::after {
bottom: -40px;
}

/*--- blog page ---*/
.blog-listing-wrapper .bdpp-post-grid-inr-wrap {
gap: 30px;
}
.blog-listing-wrapper .bdpp-post-grid-inr-wrap > * {
max-width: calc(100% / 3 - 20px);
}
}
@media(max-width: 992px){
/*--- blog page ---*/
.single-post .content-area {
margin-top: 84px !important;
padding: 0 !important;
}
}
@media(max-width: 991px){
/*--- blog listing ---*/
.blog-listing-wrapper .bdpp-post-grid-inr-wrap {
flex-wrap: wrap;
}
.blog-listing-wrapper .bdpp-post-grid-inr-wrap > * {
max-width: calc(100% / 2 - 15px);
}
.blog-listing-wrapper h2.bdpp-post-title, 
.blog-listing-wrapper h2.bdpp-post-title a {
font-size: 20px;
}

/*---- blog detail ---*/
.single-post .content-area article {
padding: 60px 0;
}
.single-post header.entry-header h1.entry-title {
font-size: 30px;
line-height: 36px;
}
.single-post .entry-content h1.wp-block-heading {
font-size: 30px;
line-height: 36px;
}
.single-post .entry-content h2.wp-block-heading {
font-size: 28px;
line-height: 32px;
margin: 30px 0 20px;
}
.single-post .entry-content h3.wp-block-heading {
margin: 30px 0 20px;
}
}
@media(max-width: 767px){
/*--- mobile header ---*/
.hfe-nav-menu__toggle.elementor-clickable {
margin-left: 0 !important;
}
.hfe-nav-menu__toggle {
width: 40px;
}
nav.hfe-nav-menu__submenu-arrow.hfe-dropdown {
display: none;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
display: block;
left: unset !important;
right: -15px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border: none;
}
.scroller-inner {
width: 100%;
}
.scroller-inner > * {
height: 150px;
}
.single-invester figure img {
height: 40px;
}
.curved-design::before {
height: 60px;
top: -30px;
clip-path: ellipse(52% 50% at 50% 52%);
}
.curved-design::after {
height: 60px;
bottom: -30px;
clip-path: ellipse(52% 50% at 50% 52%);
}

/*---- blog page ----*/
.blog-listing-wrapper .bdpp-post-grid-inr-wrap > * {
max-width: 100%;
padding: 12px;
border-radius: 12px;
}
.blog-listing-wrapper .bdpp-post-img-bg img.bdpp-img {
border-radius: 12px 12px 0 0;
}

/*---- blog detail ---*/
.single-post .content-area article {
padding: 50px 0;
}
.single-post .content-area {
margin-top: 90px !important;
}
.single-post header.entry-header .entry-meta, 
.single-post header.entry-header .entry-meta span {
font-size: 16px;
}
.single-post .entry-content h1.wp-block-heading {
font-size: 24px;
line-height: 1.2;
}
.single-post .entry-content h2.wp-block-heading {
font-size: 20px;
line-height: 1.2;
margin: 25px 0 15px;
}
.single-post .entry-content h3.wp-block-heading {
font-size: 18px;
line-height: 1.4;
margin: 20px 0 10px;
}
}