/**
Theme Name: Silicon child theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: silicon-child-theme
Template: astra
*/

:root {
	--star-size: 20px;
	--star-color: #fff;
	--star-background: #fc0;
	--theme-dark-color: #1B1E2F;
	--theme-light-text: 'Inter';
	--theme-title-text: 'product-sans';
}

/* ::-webkit-scrollbar {
width: 5px;
} */

/* .statistics-text {
  font-weight: 600;
  background: linear-gradient(to right, #ed2225 0 3ch, #000 3ch 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */




.trp-floating-switcher {
    position: fixed;
    top: 50%;
    right: 0; /* distance from the right edge */
    transform: translateY(-50%);
    z-index: 9999; /* ensure it's above other elements */
  height: fit-content;
}

.work-grid .modal-header {
	display: flex;
}

#not-found-page-container {
	margin-top: 150px;
	width: 100%;
}

#custom-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*     background: rgba(0, 0, 0, 1);  */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.5s ease; 
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(11.6px);
	-webkit-backdrop-filter: blur(11.6px);
}

#custom-loader .spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #ccc; 
	border-top: 5px solid #ED2225; 
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.site-header .ast-primary-header-bar {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: hsla(0, 0%, 100%, .8);
	border-bottom: 1px solid #EBEBEB;
}

/* Hidden State */
#custom-loader.hidden {
	opacity: 0;
	pointer-events: none; /* Prevent interaction when hidden */
	transition: opacity 0.5s ease; 
}

ul, li, p, a {
	font-family: var(--theme-light-text) !important;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	text-decoration: none !important;
}

@media only screen and (min-width: 922px) and (max-width: 1090px) {
	nav .sub-menu {
		width: 490px !important;
	}
}

@media only screen and (min-width: 768px) {
	nav .sub-menu {
		column-count: 2;
		padding: 10px;
	}
}

nav .sub-menu img {
	width: 25px;
}

nav .sub-menu .menu-link {
	font-size: 14px !important;
	display: flex !important;
	align-items: center;
	gap: 7px;
}

nav .sub-menu .menu-link:hover {
	background-color: #FFF6F6;
}

@media only screen and (min-width: 922px) and (max-width: 1090px) {
	nav .main-header-menu .menu-item .menu-link {
		font-size: 12px !important;
		padding: 5px 8px !important;
	}

	.ast-header-button-1 .ast-custom-button {
		font-size: 12px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 922px) {
	nav .sub-menu .menu-link {
		padding-left: 10px !important;
	}
}

.chatbot-toggler {
	box-shadow: none !important;
}

.chatbot-toggler, .tech-stack-tab-content__item:last-child, #ast-scroll-top:focus {
	border: none !important;
}

#job-listing .modal-xl {
	max-width: 1440px;
}

html {
	scroll-behavior: smooth;
}

.Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	font-size: var(--star-size);
	font-family: Times;
	line-height: 1;
}

.Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site-branding .site-title, .company-events .card-title, .select2-search--dropdown, .grecaptcha-badge {
	display: none !important;
}

ul, .work_slider {
	margin: 0 !important;
}

#ast-desktop-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .3s ease;
}

#ast-desktop-header.hide {
	top: -90px;
}

.card {
	border: 1px solid #EBEBEB !important;
}

.ast-desktop .ast-menu-hover-style-zoom > .menu-item > .menu-link:hover {
	transform: scale(1.1);
}

.menu-item > .menu-link:focus, a:focus {
	outline: 0;
}

.heading-title {
	font-size: 30px !important;
	line-height: 42px !important;
	font-weight: 700 !important;
}


@media only screen and (min-width: 1880px) {
	.ast-container, footer {
		max-width: 1680px !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}
}

.ast-container, footer {
	max-width: 100%;
	margin: 0 70px;
	padding: 0;
}

@media only screen and (max-width: 1550px){
	.ast-container, footer {
		margin: 0 50px;
	}
	.site-primary-footer-wrap {
		margin-bottom: 50px !important;
		padding: 45px 50px !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1490px) {
	.home_core_expertise {
		padding: 30px !important;
	}

	.home_hero_container {
		padding: 70px !important;
	}

	.home_core_expertise__title h2 {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.home_core_expertise__description h5 {
		font-size: 14px !important;
		line-height: 25px !important;
	}

	.about_us__title h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}

	.about_us__description h5 {
		font-size: 14px !important;
		line-height: 25px !important;
	}
}

@media only screen and (max-width: 1050px) {
	.ast-builder-grid-row-3-equal .ast-builder-grid-row {
		grid-template-columns: repeat(1, 1fr);
	}

	.site-footer-primary-section-1 .footer-widget-area {
		gap: 0 !important;
	}
}

@media only screen and (max-width: 921px) {
	.ast-container, footer {
		margin: 0 20px;
	}

	.site-primary-footer-wrap {
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width: 768px){
	.ast-container, footer {
		margin: 0 20px;
	}
	.article-card .card-img-overlay {
		padding: 20px !important;
	}
	.site-primary-footer-wrap {
		margin-bottom: 20px !important;
		padding: 20px !important;
	}
}

.testimonials_slider {
	margin-bottom: 100px;
	width: 100%;
	margin: 0 auto 100px;
	overflow: hidden;
}
.testimonials_slider__item {
	display: inline-flex;
	width: 300px;
	height: 280px;
	margin-right: 40px;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.testimonials_slider__item:not(.slick-current) {
	position: relative;
	opacity: 1;
	transition: .3s all ease;
}

.testimonials_slider__item:not(.slick-current)::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(to right, rgb(255 255 255 / 32%) 0%, rgb(255 255 255) 100%);
	pointer-events: none;
	transition: .3s all ease;
}

.testimonials_slider__item .client-name, .team-profiles .nav-link {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: var(--theme-dark-color);
	margin-bottom: 0;
}

.team-member__tab-content {
	margin-left: -8px;
	margin-right: -8px;
}

.team-member__tab-content .slick-dots {
	margin-left: 8px !important;
}

.team-profiles .nav-link {
	font-weight: 400;
	color: #C7C7C7;
	border: none !important;
	padding: 20px 50px 20px 0;
	font-family: var(--theme-title-text);
	box-shadow: none;
}

.team-profiles .nav-link.active, .team-profiles .nav-link:hover {
	color: var(--theme-dark-color) !important;
	border-bottom: 1px solid #1B1E2F !important;
}

.team-profiles ul.nav-tabs {
	padding: 0;
}

.team-member.card-img-top {
	height: 430px;
	object-fit: cover;
	object-position: top;
}

.team_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	opacity: 0; /* Start with no opacity */
	visibility: hidden; /* Hide the element visually */
	transition: opacity 0.5s ease, visibility 0.5s ease, background 0.5s ease;
}

.team-slide .card:hover .team_overlay {
	display: block;
	background: rgb(0,0,0);
	visibility: visible; /* Make it visible */
	opacity: 1; /* Fully opaque */
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(17,17,17,1) 100%);
}

.team-slide .heading-title {
	font-size: 20px !important;
	line-height: 30px !important;
}

.team_button {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	transition: opacity 0.50s ease;
	transition: 0.50s all ease;
}

.team_button .social__links li a {
	width: 40px;
	background-color: #ffffff17;
	border-radius: 50px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .team_button .social__links li a:hover {
background-color: #ffffff45;
} */

.team_button .social__links li a svg, .work_container .featured-post .overlay.post-content p {
	color: #fff;
}

.team_button .team-details {
	padding: 12px 30px;
	text-align: center;
	color: #fff;
	z-index: 1;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

.team-slide .card:hover .team_button {
	opacity: 1;
	top: 60%;
	transition: 0.50s all ease;
}

.testimonials_slider__item .company-name, .testimonials_slider__item .client-review, .heading-sub-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--theme-dark-color);
}

.testimonials_slider .slick-list, .video-slick-slider .slick-list {
	padding: 0 40% 0 0;
}

.company_culture_slider__item .card-img {
	/* 	height: 600px; */
	object-fit: cover;
	object-position: center;
}

@media only screen and (max-width: 768px){
	.custom_post_slider .slick-list, .video-slick-slider .slick-list, .team-slider .slick-list, .testimonials_slider .slick-list {
		padding: 0 20% 0 0;
	}

	.testimonials_slider__item:not(.slick-current)::after {
		right: 110px;
	}

	.team-profiles .nav-link {
		padding: 15px 35px 15px 0;
		font-size: 14px;
	}

	.company_culture_slider__item .card-img {
		/* 		height: 280px; */
	}

	.team-member__tab-content .slick-dots, .team-slider .slick-dots {
		display: none !important;
	}

	.team-slide .card:hover .team_button {
		top: 50%;
	}

	.client-review p {
		font-size: 14px;
		line-height: 25.2px;
	}
}

@media only screen and (max-width: 480px) {
	.team-member.card-img-top {
		height: 370px;
	}

	.team_button .team-details {
		font-size: 12px !important;
		line-height: 19px !important;
	}

	.custom_post_slider .slick-list, .video-slick-slider .slick-list, .team-slider .slick-list, .testimonials_slider .slick-list {
		padding: 0 10% 0 0;
	}

	.team-slide .p-4 {
		padding: 1rem !important;
	}
}

.slick-dots {
	position: unset !important;
	display: flex !important;
	align-items: center;
	padding-left: 0 !important;
	margin-top: 40px !important;
}

.slick-dots li {
	margin: 0 1px !important;
	width: 10px !important;
	margin: 0 3px !important;
}

.slick-dots li button:before {
	color: var(--theme-dark-color) !important;
	font-size: 35px !important;
	height: 12px;
	width: 10px !important;
	display: flex;
	justify-content: center;
}

.slick-dots li button, .ast-mobile-menu-trigger-minimal {
	box-shadow: none;
	padding: 0 !important;
}

.slick-dots li.slick-active button, 
.slick-dots li.slick-active {
	height: 9px;
	width: 20px !important;
}

.slick-dots li.slick-active button:before {
	content: '';
	background-image: url(/wp-content/uploads/2024/09/slider-dot.svg);
	opacity: 1 !important;
	width: 20px !important;
	background-size: contain;
	background-repeat: no-repeat;
}

#insigts_page_slider .slick-dots li.slick-active button:before, .featured-post .slick-dots li.slick-active button:before {
	filter: invert(1);
}

.tech-stack-tab .elementor-tab-title {
	border: none !important;
	border-bottom: 1px solid !important;
	padding-left: 0 !important;
	padding-right: 50px !important;
}

.tech-stack-tab .elementor-tab-title:hover {
	color: #FFFFFF !important;
}

.tech-stack-tab .elementor-tab-content {
	padding: 60px 0 0 !important;
}

/* .tech-stack-tab .elementor-tabs-wrapper {
overflow-x: scroll !important;
} */

/* .tech-stack-tab .elementor-tabs-wrapper::after {
content: "";
background-color: #ebebeb63;
height: 1px;
position: absolute;
display: block;
width: 100%;
top: 120px;
} */

.tech-stack-tab .elementor-tab-desktop-title {
	display: inline-block !important;
}

.tech-stack-tab-content {
	flex-wrap: wrap;
}

.tech-stack-tab-content__item {
	border-right: 1px solid #ebebeb73;
	padding-right: 50px;
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: 600;
	font-family: var(--theme-title-text);
	transition: .3s all ease;
}

.tech-stack-tab-content__item img {
	width: 30px;
	margin-right: 10px;
}

/* @media only screen and (min-width: 1025px) and (max-width: 1366px) {
.tech-stack-tab .elementor-tabs-wrapper::after {
top: 150px;
}
}

@media only screen and (max-width: 1024px) {
.tech-stack-tab .elementor-tabs-wrapper::after {
top: 135px;
}
} */

@media only screen and (max-width: 991px){
	.tech-stack-tab-content__item {
		font-size: 20px !important;
		line-height: 40px;
		padding-right: 15px;
	}

	.tech-stack-tab-content.gap-5 {
		gap: 15px !important;
	}
}

@media only screen and (max-width: 768px){
	.tech-stack-tab-content__item {
		font-size: 16px !important;
		padding-right: 10px;
		line-height: 30px;
	}

	.tech-stack-tab-content.gap-5 {
		gap: 10px !important;
	}

	.tech-stack-tab .elementor-tab-content {
		padding-top: 20px !important;
	}

	.tech-stack-tab-content__item img {
		width: 20px;
	}
}

.timeline_wrapper .sessions, .timeline_wrapper li, footer .wp-block-social-links{
	list-style: none;
	padding: 0;
} 

.timeline_wrapper .sessions li h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px !important;
}

.timeline_wrapper .sessions li .bullet-list {
	display: flex;
	position: relative;
	margin-bottom: 10px;
}

.timeline_wrapper .sessions li .bullet-list::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background-color: #1E1E1E;
	top: 9px;
	position: absolute;
	left: -12px;
}

.timeline_wrapper .sessions{
	margin-top: 1rem;
	margin-bottom: 0;
	border-radius: 12px;
	position: relative;
}
.timeline_wrapper .sessions li{
	padding-bottom: 30px;
	border-left: 1px solid #26323812;
	position: relative;
	padding-left: 35px;
	margin-left: 10px;
}

.timeline_wrapper .sessions li:last-child {
	border: 0px;
	padding-bottom: 0;

}
.timeline_wrapper .sessions li::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/wp-content/uploads/2024/09/red-bullet-icon.svg') no-repeat center center; 
	background-size: cover; 
	border-radius: 50%;
	position: absolute;
	left: -11px;
	top: 2px;
}

@media only screen and (max-width: 768px) {
	.timeline_wrapper .sessions li h4 {
		font-size: 15px;
		line-height: 20px;
	}

	.timeline_wrapper .sessions li p {
		font-size: 14px;
	}
}

.article-card .card-img-overlay {
	background: linear-gradient(359deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)) !important;
}

.insights_and_resources .article-card .card-img-overlay {
	background: linear-gradient(359deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)) !important;
}

.article-card .card-title {
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 0;
	transition: 0.3s;
}

.article-card .card-title:hover {
	transform: translate(0, -10px);
}

.custom_post_slider__item {
	margin: 0 15px;
}

.client-logo-slider .slick-track {
	display: flex;
	gap: 30px;
}

.client-logo-slider img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.custom_post_slider .slick-dots, .client-logo-slider .slick-dots {
	margin-left: 15px !important;
}

.form-control:hover, .form-control:focus {
	border: 1px solid #ED2225 !important;
	outline: none;
}

.contact_form_label {
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0;
	font-weight: 500;
}

.contact-us-form .form-control {
	padding: 16px 20px !important;
	border-radius: 0;
	border: 1px solid #EBEBEB;
}

.contact-us-form .form-control::placeholder {
	font-size: 15px;
	line-height: 18.5px;
	font-weight: 500;
	font-family: var(--theme-light-text);
	color: #C1C1C1;
}

.contact-us-form input {
	height: 50px;
}

.contact-us-form .wpcf7-submit, .button-wrapper-404 .ast-custom-button:hover {
	width: 100%;
	background-color: #ED2225;
	color: #fff;
}

footer, .custom_post_slider {
	position: relative;
	overflow: hidden;
}

.site-footer-primary-section-2 img {
	position: absolute;
	top: 0;
	left: 27%;
}

.site-primary-footer-inner-wrap {
	max-width: 100% !important;
}

.footer-contact-info, footer .wp-block-social-links {
	position: relative;
	z-index: 1;
}

.footer-contact-info p {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
	font-family: inter;
	line-height: 180%;
}

.footer-contact-info a {
	color: #fff;
}

.site-footer-section-3 .footer-widget-area:first-child {
	display: flex;
	justify-content: space-between;
}

.insights_and_resources .article-card img, .service_details.card img {
	height: 430px;
	object-fit: cover;
}

@media only screen and (max-width: 1610px) {
	.site-footer-section-3 .footer-widget-area:first-child {
		display: block;
	}

	.ast-builder-grid-row-3-equal .ast-builder-grid-row {
		grid-template-columns: 1fr 150px 1fr;
	}
}

@media only screen and (max-width: 768px) {
	.custom_post_slider__item {
		margin-left: 15px;
		margin-right: 0;
	}

	.article-card .card-title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.site-footer-focus-item #block-13 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 415px) {
	.footer-contact-info p {
		display: grid;
	}
}

@media only screen and (min-width: 992px) {
	.footer-social-section {
		margin-top: 0 !important;
	}
}

.site-footer-primary-section-1 .footer-widget-area {
	display: grid;
	gap: 97px;
}

footer #menu-footer-menu {
	column-count: 2;
	gap: 60px;
	padding: 0;
	position: relative;
	z-index: 1;
}

footer #menu-footer-menu .menu-item {
	margin-bottom: 10px;
}

footer #menu-footer-menu .menu-item a:hover, .wpcf7 form.failed .wpcf7-response-output, .modal-dialog .post-details .job_type, .modal-dialog .post-details .job_salary {
	color: #ED2225 !important;
}

.wpcf7-response-output {
	margin: 2em 0;
}

footer .wp-block-social-link {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s all ease;
}

footer .wp-block-social-link:hover, .tech-stack-tab-content__item:hover {
	transform: scale(1.1);
	transition: .3s all ease;
}

footer .wp-block-social-link a {
	display: inline-flex;
}

footer .wp-block-social-link svg {
	fill: #fff;
}

.footer-newsletter p {
	display: flex;
}

.footer-newsletter p .wpcf7-form-control-wrap input {
	height: 100%;
	border-color: #fff;
	background-color: #ffffff1c;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}

.footer-newsletter p .wpcf7-submit {
	background-color: #fff;
	color: #1B1E2F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450 !important;
	margin: 24px 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #ffb900;
	margin: 35px 0 10px;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 41%;
	transform: translate(50%, -55%);
}

/* work */

.modal-dialog-scrollable .modal-body {
	overflow-x: hidden;
}

.modal-open{
	padding-right: 0 !important;
	overflow-y: auto !important;	
}

.modal-loader, .loader {
	position: absolute;
	left: 50%;
	top: 50%;
}

.work_container .featured-post img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.work_container .featured-post-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)); /* Adjust overlay color and opacity */
	pointer-events: none;
}

.work_container .slick-track, .work_container .slick-list, .work_container .work_slider, .work_container .featured-post-image {
	height: 100%;
}

.work_container .featured-post .slider-overlay {
	position: relative;
	text-align: center;
	color: white;
}

.company-events .slick-dots li button:before, .service_details.card .post-title, .service-details-tech-stack .tech-stack-tab-content__item  {
	color: #fff !important;
}

.work_container .featured-post .slick-dots, .single-work-container .slick-dots, .company-events .slick-dots {
	position: absolute !important;
	bottom: 50px !important;
	left: 50px !important;
}

.modal-slider .slick-dots {
	position: absolute !important;
	bottom: 30px !important;
	left: 30px !important;
}

.work_container .featured-post .overlay {
	position: absolute !important;
	bottom: 110px !important;
	width: 100%;
	padding: 50px 50px 0 50px !important;
}

.work_container .other-post .post-content {
	padding: 50px;
}

.work_container .post {
	border: 1px solid #EBEBEB;
	height: 100%;
}

.work_container .post-content h2 a, .service_details.card .post-title {
	font-size: 30px;
	font-weight: 700;
	color: #ED2225;
	font-family: var(--theme-title-text);
}

.work_container .post-content p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--theme-light-text);
	color: var(--theme-dark-color);
}

.modal .btn-close {
	background-color: #8f8f8f;
	padding: 15px !important;
	border-radius: 50px;
	font-size: 10px;
	filter: invert(1);
}

@media only screen and (max-width: 1024px) {
	.work_container .work-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media only screen and (max-width: 600px) {
	.work_container .work-grid .other-post {
		grid-column: span 2;
	}

	.work_container .post-content h2 a {
		font-size: 20px;
	}

	.work_container .post-content p {
		font-size: 12px;
		line-height: 20px;
	}

	.work_container .work-grid .featured-post, .work_container .work-grid .featured-post img {
		height: 350px;
		object-fit: cover;
	}

	.work_container .other-post .post-content, .work_container .work-grid .featured-post .post-content {
		padding: 20px !important;
		bottom: 20px !important;
	}

	.work_container .work-grid .featured-post .post-content  h2 {
		margin-bottom: 0;
	}

	.work_container .featured-post .slick-dots {
		bottom: 10px !important;
		left: 20px !important;
		width: auto;
	}

	.modal-dialog-scrollable .modal-body, .modal-dialog-scrollable .modal-header {
		padding: 20px !important;
	}

	.work_container .featured-post .slick-dots, .single-work-container .slick-dots, .company-events .slick-dots, .modal-slider .slick-dots {
		bottom: 10px !important;
		left: 20px !important;
	}
}

.career_page_contents .sub-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: var(--theme-title-text);
	color: var(--theme-dark-color);
}

.career_page_contents .title {
	font-size: 37px;
	line-height: 55px;
	font-weight: 700;
	font-family: var(--theme-title-text);
	color: var(--theme-dark-color);
}

.career-description, .career-post .job_type, .career-post .job_salary, .post-details .job_salary, .post-details .job_type, #job-listing .post-details p, #job-listing ul {
	font-size: 18px !important;
	line-height: 32px;
	font-weight: 400;
	font-family: var(--theme-light-text);
	color: var(--theme-dark-color);
}

#job-listing .post-details h2 {
	margin-bottom: 5px;
	margin-top: 20px;
}

#job-listing .career-post {
	border: 1px solid #EBEBEB;
	padding: 50px;
	margin-bottom: 30px;
	transition: .3s all ease;
}

#job-listing .career-post:hover {
	transition: .3s all ease;
	background-color: #FFF6F6;
}

.career-post a.read-more {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: var(--theme-light-text);
	color: #ED2225;
	border-bottom: 1px solid;
	padding-bottom: 7px;
}

.ast-custom-button.apply__now:hover {
	background-color: #ED2225;
}

.select2-container--default .select2-selection--single {
	padding: 10px;
	height: 50px !important;
	border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
	right: 10px !important;
}

.select2-results__option {
	padding: 10px 20px !important;
}

.modal-footer h2 a {
	font-size: 30px;
	color: #ED2225;
}

.contactus-map iframe {
	min-height: 100%;
}

@media only screen and (max-width: 768px) {

	.career_page_contents .title, #job-listing .post-details h2 {
		font-size: 20px !important;
		line-height: 30px !important;
	}

	.career-description, .career-post .job_type, .career-post .job_salary, #job-listing .post-details p, #job-listing ul {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	#job-listing .heading-title {
		font-size: 20px !important;
		line-height: 30px !important;
		margin-bottom: 10px !important;
	}

	#job-listing .career-post, .modal-footer.px-5 {
		padding: 20px !important;
	}

	.job_information .text-end {
		text-align: left !important;
		margin-top: 10px;
	}

	.modal-footer h2 a {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 440px) {
	.job_information .job_content {
		display: block !important;
	}

	.modal-footer h2 a, #job-listing .heading-title, #job-listing .post-details h2 {
		font-size: 16px !important;
		line-height: 25px !important;
	}

	#job-listing .post-details p, #job-listing ul, .career-description {
		font-size: 14px !important;
		line-height: 24px !important;
	}
}


.img-wrapper {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 587px;
}

.img-404 {
	bottom: 25%;
	position: absolute;
	right: -125px;

	display: inline-block;
	transform: rotate(-10deg);

	animation: slideLeftToRightStopBottom 2s infinite;
	animation-direction: alternate-reverse;
	-webkit-animation: slideLeftToRightStopBottom 2s infinite;
	-webkit-animation-direction: alternate-reverse;
	transform-origin: center top;
}
@-webkit-keyframes slideLeftToRightStopBottom {
	0% {
		transform: rotate(-20deg);
	}
	100% {
		transform: rotate(20deg);
	}
}
@keyframes slideLeftToRightStopBottom {
	0% {
		transform: rotate(-20deg);
	}
	100% {
		transform: rotate(20deg);
	}
}

.cloud {
	position: absolute;
}
.cloud-1 {
	top: 20%;
	-webkit-animation: cloud-1 5s linear infinite;
	animation: cloud-1 5s linear infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}
@-webkit-keyframes cloud-1 {
	0% {
		left: 0%;
	}
	100% {
		left: 18%;
	}
}
@keyframes cloud-1 {
	0% {
		left: 0%;
	}
	100% {
		left: 18%;
	}
}
.cloud-2 {
	top: 28%;
	-webkit-animation: cloud-2 4s linear infinite;
	animation: cloud-2 4s linear infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}
@-webkit-keyframes cloud-2 {
	0% {
		left: 20%;
	}
	100% {
		left: 0%;
	}
}
@keyframes cloud-2 {
	0% {
		left: 20%;
	}
	100% {
		left: 0%;
	}
}
.cloud-3 {
	top: 10%;
	z-index: -1;
	-webkit-animation: cloud-3 3s linear infinite;
	animation: cloud-3 3s linear infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}
@-webkit-keyframes cloud-3 {
	0% {
		right: 0%;
	}
	100% {
		right: 20%;
	}
}
@keyframes cloud-3 {
	0% {
		right: 0%;
	}
	100% {
		right: 20%;
	}
}
.cloud-4 {
	top: 20%;
	z-index: -1;
	-webkit-animation: cloud-4 4s linear infinite;
	animation: cloud-4 4s linear infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}
@-webkit-keyframes cloud-4 {
	0% {
		right: 20%;
	}
	100% {
		right: 0%;
	}
}
@keyframes cloud-4 {
	0% {
		right: 20%;
	}
	100% {
		right: 0%;
	}
}
@media only screen and (max-width: 991px) {
	body {
		margin: 0;
	}
	.img-wrapper {
		width: 450px;
	}
	.img-404 {
		right: -115px;
	}
	.cloud {
		scale: 80%;
	}
}
@media only screen and (max-width: 767px) {
	.img-404 {
		right: -49px;
		scale: 50%;
	}
}
@media only screen and (max-width: 575px) {
	.img-wrapper {
		width: 300px;
	}
	.cloud {
		scale: 50%;
	}
	.cloud-1 {
		top: 16%;
	}
	@-webkit-keyframes cloud-1 {
		0% {
			left: 0%;
		}
		100% {
			left: 12%;
		}
	}
	@keyframes cloud-1 {
		0% {
			left: 0%;
		}
		100% {
			left: 12%;
		}
	}
	.cloud-2 {
		top: 24%;
	}
	.img-404 {
		right: -40px;
		scale: 50%;
		bottom: -6%;
	}

}

#block-23 {
	width: 100%;
}

#block-23 .is-layout-flex {
	align-items: start;
	justify-content: space-between;
	width: 100%;
}
