/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 06:37:05 */
.anchor_text.whitecont p {
    color: #fff !important;
}
.single-cb_case_studies .inner-banner .page-title h1 {
	max-width: 100%;
}

.other-products h2 {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
	font-weight: 600;
	width: 100%;
}

.other-products .cust-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 100px;
}

.other-slide-item {
	width: 40%;
	border-bottom: 2px solid #9FCE46;
	padding-bottom: 30px;
}

section.other-products {
	padding-bottom: 60px;
}

.other-slide-item img {
	width: 100%;
	display: block;
	border-radius: 15px;
}

.solutions-cat-card .other-prod-img-wrap {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	margin-bottom: 30px;
}

.solutions-cat-card .other-prod-img-wrap img {
	transition: all 0.5s;
	transform: scale(1);
}

.solutions-cat-card:hover .other-prod-img-wrap img {
	transform: scale(1.1);
}

.other-slide-item h3 {
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	max-width: 380px;
}

.other-prod-img-wrap {
	position: relative;
}

.other-prod-img-wrap:after {
	right: 20px;
	position: absolute;
	content: '';
	height: 50px;
	width: 50px;
	background-color: #ffffff;
	border-radius: 100%;
	background-image: url(https://www.maestrotech.com/wp-content/uploads/2025/04/blue-arw.svg);
	background-repeat: no-repeat;
	background-position: center;
	bottom: 20px;
	transform: rotate(0deg);
	transition: all 0.5s;
}

.solutions-cat-card:hover .other-prod-img-wrap:after {
	transform: rotate(45deg);
}

.overview-video iframe {
	width: 100%;
	border-radius: 15px;
}

.product-overview .cust-container {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.overview-content {
	width: 49%;
}

.overview-video {
	width: 49%;
}

.overview-content h2 {
	margin: 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}

.overview-content h3 {
	color: #002C2B !important;
	font-size: 45px;
	line-height: 54px;
	max-width: 550px;
	font-weight: 600;
	margin: 5px 0 20px 0;
}

.overview-content p {
	max-width: 650px;
	margin-bottom: 30px;
}

.overview-content ul {
	margin: 10px 0 20px 0;
}

.sub-pro-text ul {
	margin: 10px 0 0px 0;
}

.overview-content ul li,
.sub-pro-text ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}

.overview-content ul li:after,
.sub-pro-text ul li:after {
	position: absolute;
	content: '';
	height: 8px;
	width: 8px;
	background-color: #028B96;
	left: 0;
	top: 8px;
	border-radius: 100%;
}

.product-overview {
	padding: 50px 0 20px 0;
}

.product-gallery-slider {
	overflow: hidden;
	/* 	border-radius:15px; */
	/* 	    padding-bottom: 60px; */
	position: relative;
}

.product-gallery-slider .swiper-pagination {
	bottom: 0;
}

.product-gallery-slider .swiper-slide img {
	width: 100%;
	display: block;
	border-radius: 15px;
}


.product-gallery {
	padding-bottom: 60px;
}

.pro-dyn-tabs ul {
	flex-direction: row;
	background-color: #f7f3e8;
	display: inline-flex;
	list-style: none;
	padding: 0;
	width: 100%;
}

.pro-dyn-tabs {
	margin-bottom: 60px;
}

li.pro-tab {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

li.pro-tab .proinnertab {
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500 !important;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 10px;
	height: 85px;
}

li.pro-tab .proinnertab:before {
	position: absolute;
	content: '';
	height: 5px;
	width: 0;
	background-color: #EA5509;
	top: 0;
	transition: all 0.5s;
}

li.pro-tab .proinnertab.activelink:before {
	width: 100%;
	transition: all 0.5s;
}

li.pro-tab .proinnertab:hover {
	color: #EA5509 !important;
}

li.pro-tab:after {
	position: absolute;
	content: '';
	height: 60%;
	width: 1px;
	background-color: #DED9CA;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pro-dyn-content .pro-tabs-inner .pro-tabs-item .cust-container {
	display: flex;
	justify-content: space-between;
}

.technical-details-section {
	padding: 60px 0 0 0;
	background-color: #002C2B;
	position: relative;
	margin-top: 60px;
}


section.enquiry-form-sec {
	padding: 40px 0px 40px;
	background-color: #F7F3E8;
	margin: 60px 35px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.prod_form_div {
	display: flex;
}

.pro-form-txt {
	width: 34%;
	position: relative;
}

.pro-form {
	width: 66%;
}

.pro-form-txt h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 10px 0;
	font-weight: 600;
}

.pro-form-txt h3 {
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 50px;
	color: #002C2B;
	max-width: 350px;
	font-weight: 600;
}

.pro-form-txt ul li {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 5px;
}

.pro-form-txt ul li:after {
	position: absolute;
	content: '';
	height: 21px;
	width: 21px;
	background-image: url(https://www.maestrotech.com/wp-content/uploads/2025/04/mail.svg);
	left: 0;
	top: 7px;
	background-repeat: no-repeat;
}

.pro-form-txt ul li:nth-child(2):after,
.pro-form-txt ul li:nth-child(3):after {
	background-image: url(https://www.maestrotech.com/wp-content/uploads/2025/04/call.svg);
	top: 5px;
}

.technical-details-section .cust-container {
	padding: 0 10px !important;
}

.technical-details-section .cust-container {
	display: block !important;
}

.technical-details-section .cust-container h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 43px;
	margin: 0 0 40px 0;
	position: relative;
}

.technical-details-section .cust-container h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px 0;
	position: relative;
}

.technical-details-section .cust-container h3:after {
	position: absolute;
	content: '';
	width: 88%;
	background-color: #118B96;
	right: 0;
	top: 15px;
	height: 1px;
}

ul.technical-data-list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
	margin: 0 0px 0 -15px;
}

ul.technical-data-list li {
	width: 18%;
	background-color: #118B96;
	border-left: 3px solid #9FCE46;
	padding: 15px;
	margin: 0 1% 30px;
}

ul.technical-data-list li:nth-child(5) {
	margin-right: 0;
}

ul.technical-data-list li span {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}

ul.technical-data-list li p {
	color: #ffffff;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 0px;
}

.sub-pro-text {
	width: 48%;
}

.sub-pro-gallery {
	width: 48%;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.sub-pro-slider .swiper-slide img {
	width: 100%;
	border-radius: 20px;
}

.sub-pro-gallery .swiper-pagination {
	text-align: right;
	bottom: 0px;
}

.sub-pro-gallery .swiper-pagination span.swiper-pagination-bullet:last-child {
	margin: 0;
}


.sub-pro-slider {
	overflow: hidden;
}

.sub-pro-text h2 {
	color: #002C2B !important;
	font-size: 36px;
	line-height: 43px;
	max-width: 450px;
	font-weight: 600;
	margin: 0 0 25px 0;
	position: relative;
}

.sub-pro-text p {
	line-height: 26px;
	max-width: 550px;
	margin: 0 0 20px 0;
}

.sub-pro-text p strong {
	color: #058C93;
	font-size: 22px;
	line-height: 26px;
}


.home_blocks-swiper {
	overflow: hidden;
}

.swiper-pagination {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: #DBD4C0;
	margin-right: 17px;
	opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet {
	position: relative;
}

.swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	width: 0;
	height: 4px;
	background-color: #EA5509;
	left: 0;
	transition: all 0.3s;
}

.swiper-pagination .swiper-pagination-bullet-active:before {
	width: 100%;
	transition: all 0.3s;
}


.case_study_slider .case_study-text {
	font-size: 20px;
	line-height: 30px;
}


.home_testim_slider .swiper-slide.swiper-slide-active,
.home_testim_slider .swiper-slide.swiper-slide-active+div,
.home_testim_slider .swiper-slide.swiper-slide-active+div+div {
	opacity: 1;
}

.home_testim_slider .swiper-slide {
	opacity: 0;
	transition: all 1s ease-in-out;
}

.home_testim_slider .testim_box {
	background-color: #028B96;
	border-radius: 15px;
	padding: 30px 30px;
}

.home_testim_slider .testim_box .testim_para p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0 0;
}

.testim_head {
	display: flex;
	gap: 20px;
	padding-right: 50px;
}

.testim_head .testim_name .testim_title {
	margin: 0;
	color: #fff;
	font-size: 27px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 5px;
}

.testim_head .testim_name .testim_desig {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}

.home_testim_slider .swiper-pagination {
	margin-top: 45px;
	right: auto;
}

.home_testim_slider h2 {
	color: #FFFFFF;
	font-size: 45px;
	line-height: 54px;
	max-width: 700px;
	margin-bottom: 50px;
}

.home_testim_slider .swiper-pagination {
	margin: 0 0 !important;
	left: 0;
	text-align: left;
	bottom: 0;
}

.home_testim_slider .swiper {
	padding-bottom: 50px;
	overflow: visible;
}

.testim_head .testim_img {
	height: 55px;
	width: 55px;
}

.home_testim_slider .swiper-wrapper {
	align-items: stretch;
}

.home_testim_slider .swiper-wrapper .swiper-slide {
	height: auto;
}

.home_testim_slider .swiper-wrapper .testim_box {
	height: 100%;
}


body.scroll-down .site-header,
body.scroll-down button#rmp_menu_trigger-2374 {
	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;
}

body.scroll-up .site-header,
body.scroll-up button#rmp_menu_trigger-2374 {
	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;
}

body.scroll-up button#rmp_menu_trigger-2374 {
	top: 10px;
}

ul#menu-header-menu .current-menu-item a,
ul#menu-above-header-menu .current_page_item a,
ul#menu-above-header-menu li a:hover {
	color: #EA5509 !important;
}


.flwus_line h2 {
	position: relative;
	background-color: #fff;
	padding-right: 20px;
	display: inline;
	z-index: 1;
}

.flwus_line:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	top: 12px;
	right: 0;
}

.enquiry .cust-form li,
.career_form ul li {
	width: 48%;
	border-radius: 15px;
}

.enquiry .cust-form,
.career_form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px 0;
}

.career_form .form_msgbox {
	margin-top: -15px;
}

.enquiry .cust-form li input,
.enquiry .cust-form li textarea,
.enquiry .cust-form li select,
.career_form input,
.career_form textarea,
.career_form select {
	border: 0;
	border-radius: 10px;
	color: #000000;
	outline-width: 0 !important;
	font-size: 16px;
	line-height: 19px;
	min-height: 44px;
	height: 44px;
	background-color: #FFFFFF !important;
	font-family: var(--mainfont);
}

.enquiry .cust-form li input::placeholder,
.enquiry .cust-form li textarea::placeholder,
.enquiry .cust-form li select::placeholder,
.career_form input::placeholder,
.career_form textarea::placeholder,
.career_form select::placeholder {
	color: #000000;
	font-family: var(--mainfont);
}

.enquiry .cust-form .form_msgbox,
.career_form .form_msgbox,
.career_form ul .fileupload .inputfile {
	width: 100%;
}

.enquiry .cust-form .form_msgbox textarea,
.career_form textarea {
	min-height: 70px;
	padding: 12px 15px;
}

.enquiry .cust-form .submtbtn .wpcf7-submit,
.career_form ul .submtbtn .wpcf7-submit {
	background-color: #028B96 !important;
	border-radius: 20px;
	color: #fff;
	letter-spacing: 0.16px;
	border: 2px solid transparent;
	padding: 0 40px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 10px;
	margin-top: 5px;
}

.enquiry .cust-form .submtbtn .wpcf7-submit:hover {
	background-color: #F7F3E8;
	border: 2px solid #028B96;
	color: #000000;
}

.enquiry .cust-form select,
.career_form select {
	appearance: none;
	background-image: url(https://development.ikf.in/tacc/wp-content/uploads/2025/02/down-arrow-form.png) !important;
	background-repeat: no-repeat;
	background-position: top 50% right 15px;
	padding-right: 50px;
}

ul.company_contact li {
	display: flex;
	gap: 0 15px;
}

.client_gallery .gallery-item img {
	width: 100%;
}

.right_dots .swiper-pagination {
	text-align: right;
}

.industry_served_box {
	transition: transform 0.3s ease-in-out;
}

.industry_served_list .industry_served_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.industry_served_list .industry_served_box .industry_served_list_img img {
	width: 100%;
	border-radius: 15px;
}

.industry_served_list .industry_served_box .industry_served_list_img {
	width: 49%;
}

.industry_served_list .industry_served_box .industry_served_list_text {
	width: 44%;
}

.industry_served_list .industry_served_box .industry_served_list_text h3 {
	margin: 0 0 20px;
	font-size: 45px;
	line-height: 54px;
	font-weight: 600;
	display: block;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	color: #002C2B;
}

.industry_served_list .industry_served_box .industry_served_list_text .titlesvg {
	left: 600px;
	right: auto;
	bottom: 13px;
	top: auto;
}

.industry_served_list .industry_served_box .industry_served_list_text {
	position: relative;
}

.industry_served_list .industry_served_box:nth-child(2n) .industry_served_list_text .titlesvg {
	left: -600px;
	right: auto;
	bottom: 13px;
	top: auto;
}

.industry_served_list .industry_served_box .industry_served_list_para p {
	font-size: 15px;
	line-height: 26px;
}

.industry_served_list .industry_served_box:nth-child(2n) {
	flex-flow: row-reverse;
}

.industry_served_list {
	display: flex;
	flex-flow: column;
	gap: 40px 0;
}


.life_at_maestrotech_sec .svgtopcenter {
	top: -60px;
	height: 50px;
	overflow: hidden;
}

.life_at_maestrotech_sec .svgbottomcenter {
	bottom: -140px;
}

.form_fileupload .uploadFile {
	width: 100%;
	overflow: hidden;
	position: relative;
	resize: none;
	display: block;
	background: #fff url(https://www.maestrotech.com/wp-content/uploads/2025/04/upload.svg) no-repeat;
	padding: 8px 40px 8px 18px !important;
	line-height: 26px;
	cursor: pointer;
	background-size: 23px 20px;
	background-position: top 9px right 20px;
	font-weight: 500;
	letter-spacing: 0.16px;
	border-radius: 10px;
	color: #000;
}

.form_fileupload .uploadFile [type=file] {
	cursor: pointer !important;
	display: block;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
	z-index: 1;
	line-height: 0 !important;
}

.form_fileupload .remove_up_file {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 7px;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b62936;
	line-height: 0;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
}

.form_fileupload {
	position: relative;
}

.form_fileupload .uploadFile .filename {
	color: #000000;
	font-weight: 400;
	line-height: 19px;
}

.fileupload .filetxt p span,
.fileupload .filetxt p,
.frmcounter {
	font-size: 12px;
	line-height: 18px;
}

.footer_social_ul li a {
	line-height: 0;
}

.company_contact {
	margin-bottom: 30px;
}

.footer_business_menu {
	justify-content: space-between;
	align-items: start !important;

}

.company_footer_div .titlesvg {
	left: -220px;
	margin-top: 6px;
}

.company_footer_div {
	position: relative;
}

body .gsap-marker-end,
body .gsap-marker-start,
body .gsap-marker-scroller-end,
body .gsap-marker-scroller-start {
	display: none !important;
}

#rmp_menu_trigger-2374 .responsive-menu-pro-inner,
#rmp_menu_trigger-2374 .responsive-menu-pro-inner::before,
#rmp_menu_trigger-2374 .responsive-menu-pro-inner::after {
	background-color: #018A95 !important;
	width: 35px !important;
}

.content-wrap p a {
	color: #A1CF47;
	font-weight: 600;
}

.industry_head .svgtopcenter {
	top: -90px;
	height: 50px !important;
}

.industry_head .svgbottomcenter {
	bottom: -130px;
}

.industry_head .svgtopcenter svg {
	height: 80px !important;
}

.below_footer_div .titlesvg {
	opacity: 1 !important;
	right: -260px;
	top: 28px;
	margin-top: 0;
}

.below_footer_div {
	position: relative;
}

.industries_served_div .swiper-slide .mob_img {
	display: none;
}

.popup-form input,
.popup-form select,
.popup-form textarea {
	border: 1px solid #DED9CA !important;
}

.popup-form ul.cust-form {
	gap: 10px 0 !important;
}

.dwnl_btn {
	position: fixed;
	right: -63px;
	top: 43%;
	background-color: #A1CF47;
	padding: 10px 10px;
	border-radius: 15px 15px 0px 0px;
	transform: rotate(-90deg);
	font-size: 14px;
	line-height: 17px;
	font-weight: 500 !important;
	letter-spacing: 0.14px;
	z-index: 9999;
}

.dwnl_btn:hover {
	color: #fff !important;
}

.contact_map iframe {
	border-radius: 15px;
}

.enquiry .cust-form li p,
.career_form ul li p {
	margin: 0;
}

.insights_slider .elementor-swiper-button {
	top: auto !important;
	bottom: 0px;
	background-color: #F7F3E8;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.insights_slider .elementor-swiper-button-prev {
	left: auto !important;
	right: 90px;
}

.popup-form ul.cust-form .submtbtn {
	margin-top: 10px;
}

.blog-item a:hover h4,
.blog-desription a:hover {
	color: #EA5509 !important;
}

.case_study-image-wrapper {
	line-height: 0;
	margin-bottom: 20px;
}

.custom-breadcrumbs a:hover {
	color: #028b96 !important;
}

.single-post main#content {
	padding-bottom: 30px;
}

ul.map_list li {
	position: relative;
	padding-left: 20px;
}

ul.map_list li:before {
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #028B96;
	border-radius: 100%;
}

ul.map_list ul li:before {
	height: 2px;
	width: 13px;
	top: 13px;
}
ul.map_list li li:before {
    border-radius: 0;
}
#rmp-menu-wrap-2374 .rmp-menu-subarrow-active {
    background-color: transparent !important;
}

.case_study-image-wrapper a {
    display: block;
}

.case_study-image-wrapper a .case_study-image {
	transition: all 0.4s;
}

.case_study-image-wrapper a:hover .case_study-image {
    scale: 1.1;
    transition: all 0.4s;
}
.blog-list .blog_1,
.blog-list .blog_16 {
    background: transparent;
    padding: 0;
}
.career_form ul  .fileupload .filetxt {
    display: block;
    margin-top: 6px;
}
.grecaptcha-badge {
    display:  none !important;
}
.business-cat-mob_para p {
    color: #fff;
}
.site-header .header-inner .site-branding .site-logo img {
    display: block;
    width: 250px;
}

@media(max-width:1670px) {
	.below_footer_div>ul {
		gap: 0 180px !important;
	}

	ul#menu-quick-links li a {
		display: inline-block;
		padding-right: 10px !important;
	}
}

@media(max-width:1440px) {
	.industry_served_list .industry_served_box .industry_served_list_text .titlesvg {
		left: 550px;
	}

	.team-popup-wrap .team-meta {
		align-items: end;
	}

	.team-popup-wrap .teampop-content {
		padding-bottom: 30px;
	}
}

@media(max-width:1280px) {
	.industry_served_list .industry_served_box .industry_served_list_text .titlesvg {
		left: 500px;
	}

	.below_footer_div>ul {
		gap: 0 130px !important;
	}
}


@media(max-width:1024px) {

	.heading_section h2.elementor-heading-title {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	footer#site-footer {
		padding: 30px 20px !important;
	}

	.below_footer_div>ul>li {
		width: 100%;
	}

	.below_footer_div>ul {
		gap: 0 40px !important;
	}

	ul#menu-header-menu,
	.above_header_div,
	.site-navigation-toggle-holder {
		display: none;
	}

	button#rmp_menu_trigger-2374 {
		padding: 0 !important;
		right: 20px;
		top: 10px;
	}

	header#site-header .header-inner {
		padding: 10px 20px !important;
	}


	header#site-header .header-inner .maestrotechthembtn.apply_button {
		position: relative;
		right:60px;
		font-size: 0;
		height: 40px;
		width: 40px;
		display: block;
		padding: 0 !important;
		background-image: url(https://www.maestrotech.com/wp-content/uploads/2025/04/apply-mob.svg), linear-gradient(90deg, #018A95 0%, #A1CF45 100%);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 50%, 100%;
	}


	header#site-header .header-inner .site-navigation {
		display: block !important;
	}

	.below_footer_div .titlesvg {
		display: none;
	}

	.industry_served_list .industry_served_box .industry_served_list_text h3 {
		display: block;
		font-size: 40px !important;
		line-height: 50px !important;
		margin-top: 5px;
	}

	.industry_served_list .industry_served_box:nth-child(1) .industry_served_list_text {
		transform: translateY(0px) !important;
	}

	.industry_served_list .industry_served_box:nth-child(1) img {
		opacity: 1 !important;
	}

	.industry_served_list .industry_served_box .industry_served_list_text .titlesvg {
		display: none;
	}


	body .industries_served_sec.active .industries_served_div .swiper-slide-active,
	body .industries_served_div .swiper-slide-active {
		transform: translate3d(0px, 60px, -1300px) rotateX(0deg) rotateY(60deg) scale(1) !important;
	}

	body .industries_served_sec.active .industries_served_div .swiper-slide-next,
	body .industries_served_div .swiper-slide-next {
		transform: translate3d(0px, 45px, -830.157px) rotateX(0deg) rotateY(60.0105deg) scale(1) !important;
	}


	body .industries_served_sec.active .industries_served_div .swiper-slide-next+div,
	body .industries_served_div .swiper-slide-next+div {
		transform: translate3d(0px, 15px, -300.315px) rotateX(0deg) rotateY(50.021deg) scale(1.2) !important;
	}

	body .industries_served_sec.active .industries_served_div .swiper-slide-next+div+div+div,
	body .industries_served_div .swiper-slide-next+div+div+div {
		transform: translate3d(0px, 15px, -300.315px) rotateX(0deg) rotateY(-50.021deg) scale(1.2) !important;
	}


	body .industries_served_sec.active .industries_served_div .swiper-slide-next+div+div+div+div,
	body .industries_served_div .swiper-slide-next+div+div+div+div {
		transform: translate3d(0px, 45px, -820px) rotateX(0deg) rotateY(-60deg) scale(1) !important;
	}

	body .industries_served_sec.active .industries_served_div .swiper-slide-next+div+div+div+div+div,
	body .industries_served_div .swiper-slide-next+div+div+div+div+div {
		transform: translate3d(0px, 60px, -1300px) rotateX(0deg) rotateY(-60deg) scale(1) !important;
	}


	.industries_served_sec {
		overflow: hidden;
	}

	.industries_served_div .swiper-slide .image-container {
		display: none;
	}

	.industries_served_div .swiper-slide .mob_img {
		display: block !important;
	}

	.industries_served_div .swiper-container {
		min-height: 200px !important;
	}

	.csr_page {
		display: none;
	}

	.industries_served_div .swiper-slide,
	.industries_served_sec.active .industries_served_div .swiper-slide-active {
		opacity: 1 !important;
	}

	.enquiry .cust-form,
	.career_form ul {
		gap: 25px 0 !important;
	}

	.right_dots .swiper-pagination {
		text-align: center;
	}

	.team-popup-wrap .team-meta {
		align-items: start;
	}
	.career_form textarea{
		min-height: 64px;	
	}
}

@media(max-width:999px) {
	.forcehomeslider .swiper-slide .entity-img {
		display: block !important;
		width: 100%;
	}

	.forcehomeslider .swiper-slide .slide-bgimg img {
		transform: translateY(-23%);
	}
}

@media(max-width:820px) {
	footer#site-footer .quick_link_menu {
		width: 25% !important;
	}


	ul#menu-quick-links li {
		width: 100% !important;
	}

	.quick_link_menu {
		width: 25% !important;
	}

	.footer_business_menu {
		width: 30% !important;
	}
}

@media(max-width:767px) {

	.forcehomeslider .swiper-slide .slide-bgimg img {
		transform: translateY(0%);
	}

	.career_gallery .swiper-slide img {
		width: 100%;
	}

	.company_footer_div {
		width: 100%;
		margin-bottom: 20px;
	}

	footer#site-footer h3,
	.site-footer .footer-inner .site-navigation ul.menu {
		text-align: left;
	}

	.business_area {
		margin: 20px 0;
	}

	#menu-below_footer_menu {
		justify-content: start;
	}

	.company_footer_div a br {
		display: none;
	}

	ul#menu-quick-links li {
		width: 50% !important;
	}

	.footer_business_menu {
		width: 100% !important;
		margin: 15px 0 0 !important;
	}

	footer#site-footer .quick_link_menu {
		width: 100% !important;
	}

	ul#menu-business-areas {
		gap: 5px 0;
	}

	.footer_social {
		margin: 20px 0 0;
		position: relative;
		z-index: 3;
	}

	.below_footer_div {
		position: relative;
		z-index: 3;
		padding-top: 15px;
	}

	.below_footer_div>ul {
		flex-flow: column;
		gap: 10px 0 !important;
	}

	footer#site-footer {
		padding: 30px 10px !important;
	}

	.site-footer .footer-inner .site-navigation ul.menu {
		justify-content: start;
	}

	.industry_served_list .industry_served_box .industry_served_list_text h3 {
		font-size: 35px !important;
		line-height: 45px !important;
	}

	.dwnl_btn {
		top: auto !important;
		bottom: 15% !important;
	}

	.forcehomeslider .swiper-slide .slide-bgimg {
		background-image: none !important;
	}

	body .forcehomeslider .swiper-pagination {
		bottom: 35px !important;
		right: 0 !important;
		left: 0 !important;
		margin: 0 auto;
		max-width: 250px !important;
		justify-content: center;
	}

	.forcehomeslider .swiper-slide .slide-bgimg {
		position: static !important;
	}

	.main-slider.swiper-container {
		height: auto !important;
	}

	body .forcehomeslider .scroll-down {
		bottom: 20px !important;
		right: 10px !important;
	}

	.swiper-pagination .swiper-pagination-bullet {
		width: 40px !important;
	}

	.swiper-pagination .swiper-pagination-bullet,
	.swiper-pagination .swiper-pagination-bullet:before {
		height: 5px !important;
	}

	.career_slider_new {
		padding: 30px 0 80px !important;
	}

	.pro-form-txt ul {
		display: block !important;
	}
	.career_form ul li {
		width: 100%;
	}

}


@media(max-width:600px) {
	.industries_served_div .swiper-container {
		min-height: 220px !important;
	}

	body .industries_served_div .swiper-slide-active,
	body .industries_served_div .swiper-slide-next,
	body .industries_served_div .swiper-slide-next+div+div+div+div+div,
	body .industries_served_div .swiper-slide-next+div+div+div+div {
		opacity: 0 !important;
	}

	.industries_served_div .swiper-wrapper {
		scale: 3 !important;
	}

	body .industries_served_div .swiper-slide img {
		border-radius: 3px;
	}

	.industries_served_div .swiper-slide-next+div+div {
		scale: 1.5 !important;
	}

	body .industries_served_sec.active .industries_served_div .swiper-slide-next+div,
	body .industries_served_div .swiper-slide-next+div {
		transform: translate3d(0px, 5px, -300.315px) rotateX(0deg) rotateY(50.021deg) scale(1.2) !important;
	}

	body .industries_served_sec.active .industries_served_div .swiper-slide-next+div+div+div,
	body .industries_served_div .swiper-slide-next+div+div+div {
		transform: translate3d(0px, 5px, -300.315px) rotateX(0deg) rotateY(-50.021deg) scale(1.2) !important;
	}
}