/* 
Theme Name: Software Projects Consulting
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Regular.eot');
	src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Regular.woff2') format('woff2'),
		url('fonts/Graphik-Regular.woff') format('woff'),
		url('fonts/Graphik-Regular.ttf') format('truetype'),
		url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Medium.eot');
	src: url('fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Medium.woff2') format('woff2'),
		url('fonts/Graphik-Medium.woff') format('woff'),
		url('fonts/Graphik-Medium.ttf') format('truetype'),
		url('fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Graphik';
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #001249;
	letter-spacing: 0;
	font-family: 'Graphik';
	font-weight: 500;
}
.bigheading.elementor-widget {
	margin-bottom: 20px;
}
p a{
	color: #0142ae !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover{
	color: #d8842c !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt80{
	margin-top: 80px;
}    
.pad80 {
	padding: 80px 15px;
} 
.pad100 {
	padding: 100px 15px;
} 
.pt100 {
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 15px;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
	background-color: #001249;
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/footer_bg1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main > .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
}
.hd_menu .elementor-nav-menu > li {
	margin-left: 45px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 16px !important;
	color: #fff;
	padding: 0 !important;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #d8842c !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #d8842c;
	border-radius: 0px;
	padding: 15px 30px !important;
	line-height: normal;
	color: #fff !important;
	min-width: 170px;
	z-index: 1;
	justify-content: center;
	border: 1px solid #d8842c;
}
.elementor-nav-menu > li > ul.sub-menu a {
	color: #000 !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 9px 8px 9px 13px !important;
	font-size: 15px;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
/* .elementor-nav-menu > li > ul.sub-menu {
background: #fff;
min-width: 275px !important;
border-radius: 0px;
display: none !important;
} */
.elementor-nav-menu > li > ul.sub-menu {
	background: #fff;
	min-width: 225px !important;
	border-radius: 0px;
	display: none !important;
}
.elementor-nav-menu > li > ul.sub-menu li {
	width: 100%;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	color: #d8842c !important;
	background: transparent !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding:  15px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 200px;
}
.hd_right {
	width: calc(100% - 230px) !important;
}
.hdactive .site_logo {
	max-width: 140px;
} 
.megamenu {
	position: static !important;
}
.megamenu ul.sub-menu img {
	max-height: 23px !important;
	width: auto !important;
	min-width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	object-position: center center;
	padding: 0;
}
.menu-image-title-after {
	padding-left: 5px !important;
}
.megamenu ul.sub-menu a i {
	display: none;
	width: 100% !important;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	margin-top: 8px;
	font-weight: normal;
} 
.megamenu ul.sub-menu > li {
	width: calc(100% / 3) !important;
	background: #fff;
}
.elementor-nav-menu > li:hover > ul.sub-menu {
	display: flex !important;
	flex-wrap: wrap;
	/* min-width: unset !important; */
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	/* column-gap: 20px; */
	padding: 0px 4px 4px;
	background: #f0f0f0;
	box-shadow: 0px 0px 21px rgba(0,0,0,0.2);
}
/*** Header End***/ 
.bigheading h2 {
	font-size: 45px;
	line-height: 1.1;
}
.wt, .wt p {
	color: #fff;
} 
.choose_ic {
	width: calc(100% / 3) !important;
}
.choose_ic:hover img {
	top: -5px;
	position: relative;
}
.choose_ic span{
	color: #fff;
	display: block; 
	text-align: left;
} 
.choose_ic img {
	max-height: 58px;
	width: auto !important;
	margin-bottom: 8px;
	transition: all ease-in-out 0.5s !important;
	position: relative;
	top: 0;
}
.choose_outer > div {
	row-gap: 50px;
}
.col_block > div {
	padding: 40px 90px;
}
.subheading p {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}

.icons_recog {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.achieve_ic {
	border-right: 1px solid #ccc !important;
	width: calc(100% / 3) !important;
	padding: 40px;
}
.achieve_ic .elementor-image-box-img {
	width: auto !important;
	margin: 0 25px 0 0 !important;
}
.achieve_ic > div {
	position: relative;
	display: flex;
	align-items: center;
}
.achieve_ic .elementor-image-box-img img {
	max-height: 60px !important;
	width: auto !important;
}
.achieve_ic  span {
	text-align: left;
	display: block; 
}
.achieve_ic .elementor-image-box-img {
	width: auto !important;
} 
.achieve_ic  span {
	line-height: 24px;
}
.achieve_ic:last-child {
	border-right: 0px !important;
}
.defbtn a {
	background: #d8842c;
	border-radius: 0px !important;
	position: relative;
	padding: 15px 30px;
	z-index: 1;
	color: #fff !important;
	border: 1px solid #d8842c !important;
}
.defbtn a::before, .hd_menu .elementor-nav-menu > li:last-child > a::before {
	content: "";
	left: 0;
	width: 0;
	transition: all ease-in-out 0.5s;
	position: absolute;
	background: #001249;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 1;
}
.btnsets .defbtn {
	width: auto !important;
}
.btnsets > div {
	column-gap: 20px;
}
.secbtn a {
	background: #c7c8ca; 
	color: #000 !important;
} 
.secbtn a:hover{
	color: #fff !important;
}
.defbtn a:hover::before,
.hd_menu .elementor-nav-menu > li:last-child > a:hover:before{
	width: 100%;
}
.spotlight_slide {
	margin: 40px 0 !important;
}
.spotlight_slide .elementor-testimonial__header {
	flex-wrap: wrap;
}
.spotlight_slide .elementor-testimonial__image,
.expertise_slider .elementor-testimonial__image{
	width: 100% !important;
	position: relative;
	overflow: hidden;
}
.spotlight_slide .elementor-testimonial__image img, .expertise_slider .elementor-testimonial__image img {
	border-radius: 0px !important;
	width: 100% !important;
	height: 389px !important;
	transform: scale(1) rotate(0deg);
	transition: all ease-in-out 0.5s !important;
}
.spotlight_slide .swiper-slide:hover .elementor-testimonial__image img,
.expertise_slider .swiper-slide:hover .elementor-testimonial__image img{
	transform: scale(1.1) rotate(1deg);
	transition: all ease-in-out 0.5s !important;
}
.spotlight_slide .swiper-slide:hover  .elementor-testimonial__title{
	top: 0;
	opacity: 1;
	visibility: visible;
}
/* .spotlight_slide .elementor-testimonial__cite {
margin: 0 !important;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 2;
padding: 30px;
} */
.spotlight_slide .elementor-testimonial__cite {
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 19px;
}
.spotlight_slide  .elementor-testimonial__name {
	color: #fff !important;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: normal;
}
.spotlight_slide .elementor-testimonial__image::before {
	content: "";
	background: #FFF; 
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(0, 18, 73, 1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.spotlight_slide .elementor-testimonial__title {
	color: #fff !important;
	font-size: 15px !important;
	line-height: 24px;
	position: relative;
	top: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
}
.spotlight_slide .swiper-slide:hover .elementor-testimonial__image::after {
	right: 0;
}
/* .spotlight_slide .elementor-testimonial__image::after {
content: "";
right: -50px;
width: 40px;
height: 40px;
position: absolute;
background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/arr_ic.jpg");
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
bottom: 0;
transition: all ease-in-out 0.5s;
} */
.textimg {
	padding: 60px;
}
.fullimg, .fullimg * {
	height: 100% !important;
	object-fit: cover;
}
.list_block ul {
	list-style: none;
}
.list_block ul li {
	color: #fff;
	background: #FFF;
	background: linear-gradient(240deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.08) 90%);
	padding: 7px 18px;
	margin: 10px 0;
} 
.sap_block {
	border-bottom: 1px solid #cccccc57 !important;
	padding: 18px 20px;
	position: relative;
	min-height: 95px;
	display: flex;
	align-items: center;
}
.sap_block:hover:before {
	height: 100%;
}
.sap_block p {
	height: 0;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}
.sap_block:hover p {
	height: auto;
}
.sap_block::before {
	background-color: #001249;
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/bg_pattern.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	height: 0;
	transition: all ease-in-out 0.5s;
	z-index: -1;
	margin: auto;
}
.sap_block .elementor-image-box-img {
	position: absolute;
	right: 0;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	margin: 0 !important;
}
.sap_outer {
	border-top: 1px solid #00000045 !important;
	margin-top: 30px;
}
.sap_block:hover h2 {
	font-size: 20px;
	margin-bottom: 3px;
}
.sap_block:hover .elementor-image-box-img {
	top: 0;
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.sap_block:last-child .elementor-image-box-img {
	bottom: 0;
	top: unset;
}
.sap_block .elementor-image-box-content {
	text-align: left;
}
.sap_block h2 {
	margin: 0;
	font-size: 25px;
	line-height: normal;
}
.sap_block:hover h2,.sap_block:hover p {
	color: #fff;
}
.sap_block h2, .sap_block p {
	transition: all ease-in-out 0.5s;
	color: #000;
}

.expertise_slider .elementor-testimonial__image {
	width: 100%;
	order: 3;
}
.expertise_slider .elementor-testimonial__header {
	flex-wrap: wrap;
}
.expertise_slider .elementor-testimonial__image img {
	width: 100% !important;
	height: auto !important;
	border-radius: 0;
} 
.expertise_slider .swiper-slide {
	background: #001249 !important;
	padding: 30px !important;
}
.expertise_slider .elementor-testimonial__name {
	color: #fff !important;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: normal;
}
.expertise_slider .swiper-slide:hover::after {
	right: 16px;
}
.expertise_slider .swiper-slide::after {
	content: "";
	right: -70px;
	width: 50px;
	height: 50px;
	position: absolute;
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/arr_ic.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	bottom: 16px;
	transition: all ease-in-out 0.5s;
}
.expertise_slider .elementor-testimonial__title {
	color: #fff !important;
	font-size: 14px !important;
}
.expertise_slider .elementor-testimonial__cite {
	margin: 0 0 20px !important;
}
.expertise_slider .swiper-slide:before {
	content: "";
	right: 0;
	bottom: 0;
	background: #fff;
	width: 60px;
	height: 60px;
	position: absolute;
}
.ft_menu {
	width: 50% !important;
}
.copyright_text, .copyright_text a {
	color: #fff;
	font-size: 15px;
}
.fttop {
	padding: 80px 0 40px;
	border-bottom: 1px solid #ffffff2e;
}
.ft_menu li {
	margin-bottom: 5px !important;
}
.ftbottom {
	padding: 15px 0;
}
.ft_hd p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 18px;
}
.ft_menu span {
	color: #fff;
	font-size: 16px;
}
.ft_social  svg {
	margin: 0 !important;
	fill: #fff;
	width: 15px !important;
	height: 19px !important;
}
.ft_social a {
	border: 1px solid #fff;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	justify-content: center !important;
}
.ft_social a:hover {
	background: #fff;
}
.ft_social .elementor-icon-list-text {
	display: none !important;
}
.ft_social a:hover svg {
	fill: #000;
}
.ft_logo img {
	max-width: 320px;
}
.ft_logo {
	text-align: left;
}
.subscribeform input[type="submit"] {
	background: #d8842c;
	border: 0px;
	color: #fff;
	border-radius: 0px;
	min-width: 200px;
	padding: 10px 20px;
	height: 45px;
	margin-top: 15px;
}
.subscribeform input[type="text"] {
	border-radius: 0px;
	height: 45px;
	border: 0px !important;
}
.subscribeform {
	margin-top: 20px;
} 
/* .caption_banner {
display: flex;
align-items: center;
padding: 170px 0 100px;
background: #000000bf;
min-height: calc(100vh);
} */
.caption_banner {
	display: flex;
	align-items: center;
	padding: 170px 0 100px;
	background: #0000007a;
	min-height: calc(100vh);
}
.slide_inner video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: ;
	z-index: -1;
}
.caption_banner > div {
	max-width: 1360px;
	width: calc(100% - 15px);
	margin: auto;
}
.bannerhd {
	color: #fff;
	font-size: 45px;
	margin: 0 0 10px;
}
.caption_banner p {
	color: #fff;
}
.slide_inner {
	position: relative;
}
.slick-arrow {
	border: 0px;
	font-size: 0px !important;
	width: 45px !important;
	height: 45px !important;
	padding: 0 !important;
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/arr.png") !important;
	background-repeat: no-repeat !important;
	border: 1px solid #fff;
	border-radius: 50px !important;
	background-position: center !important;
	background-size: 20px !important;
	z-index: 1;
	transform: unset !important;
	background-color: transparent !important;
}
.slick-next.slick-arrow {
	right: 20px;
}
.slick-arrow:before {
	display: none;
}
.slick-prev.slick-arrow {
	left: 20px;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}
.slick-arrow:hover {
	border-color: #d8842c;
	background-color: #d8842c !important;
}






.page-id-272 .hd_menu {
	display: none !important;
}
.hdcontact {
	width: auto !important;
	margin: 0 !important;
}
.drop_menufull {
	width: 50px !important;
	height: 50px !important;
	align-items: center !important;
	margin-left: 20px;
}
.elementor-menu-toggle svg {
	filter: ;
	display: none !important;
}
.drop_menufull .elementor-menu-toggle {
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/menu.png");
	background-repeat: no-repeat;
	width: 47px;
	height: 47px !important;
	border-radius: 0px !important;
	background-size: 30px;
	background-position: center !important;
	padding: 0 !important;
	display: block !important;
	margin: auto !important;
	background-color: transparent !important;
}
.drop_menufull .elementor-nav-menu--dropdown {
	position: fixed;
	right: -440px;
	top: 0;
	bottom: 0;
	height: 100% !important;
	transform: unset !important;
	max-height: 100% !important;
	width: 430px;
	z-index: 100;
	background: #001249;
	margin: 0 !important;
	transition: all cubic-bezier(.86,0,.07,1) 0.5s !important;
	padding: 60px 20px 40px;
}
.drop_menufull .elementor-nav-menu--dropdown::after {
	content: "";
	right: -80px;
	bottom: 0;
	margin: auto;
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/radial_eff2.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 490px;
	position: absolute;
	background-size: 530px;
	background-position: right -80px bottom -190px;
	opacity: 0.6;
}
.elementor-menu-toggle.elementor-active ~ .elementor-nav-menu--dropdown {
	right: 0;
}
.page-id-272 .hd_menu {
	display: none !important;
}
.hdcontact {
	width: auto !important;
	margin: 0 !important;
}
.hdcontact.defbtn a {
	min-width: 160px;
}
.drop_menufull {
	width: auto !important;
	width: 50px !important;
}

.logo-in-menu {
	padding: 20px 20px;
	position: relative;
	z-index: 1;
}
.logo-in-menu img {
	max-width: 220px;
} 
.drop_menufull  .elementor-nav-menu > li > a {
	padding: 20px 10px !important;
	color: #fff;
	font-size: 20px; 
	border-bottom: 1px solid #ffffff0f;
	background: transparent !important;
}
.drop_menufull .elementor-nav-menu {
	padding: 0 20px !important;
}
.drop_menufull .elementor-nav-menu > li > a:hover {
	color: #d8842c !important;
}
.drop_menufull .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	display: block !important;
	right: 20px;
	top: 10px;
}
.drop_menufull .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
	fill: #fff;
	font-size: 28px;
}
.drop_menufull .elementor-menu-toggle::before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	position: fixed;
	z-index: 1;
	opacity: 0;
	transition: all ease-in-out 0.8;
	visibility: hidden;
}
.elementor-menu-toggle.elementor-active:before {
	opacity: 0.6;
	visibility: visible;
}
.home .drop_menufull, .home .hdcontact {
	display: none !important;
}
.sm-logo img {
	width: 100%;
	display: block;
	max-width: 210px;
	margin: auto;
}

.logwithhd img {
	max-width: 140px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.logwithhd {
	padding-left: 175px;
}
/* .banner_cover {
margin: -49px auto auto;
max-width: max-content;
background: #001249bd;
clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
} */
.banner_cover {
	margin: -49px auto auto;
	max-width: max-content;
	background: #00b4e5;
	clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
}
.banner_cover h2 {
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	padding: 14px 50px;
	min-width: 400px;
	text-align: center;
	line-height: normal;
}
.map_block .elementor-background-video-hosted {
	top: 100% !important;
}
.drop_menufull, .hdcontact {
	display: none !important;
}
.innercaption_hd > div {
	max-width: 720px;
}
.inner_hd {
	padding: 190px 15px 100px;
}
.inner_hd h1,.inner_hd p {
	color: #fff;
}
.inner_hd h1 {
	margin-bottom: 15px;
}
.primarybtn a {
	background: #00b4e5;
}
.inner_hd .smtext p {
	color: #fff;
}
.smtext p {
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 15px;
	color: #d7832b;
}
.list_key ,
.iconlist{ 
	position: relative;
}
.iconlist{ 
	margin-bottom: 25px !important;
}
.list_key:last-child {
	border-bottom: 0;
}
.list_key p {
	line-height: 23px;
}
.homemap .elementor-background-video-hosted {
	left: 94% !important;
}
.list_key {
	padding: 14px 20px;
	background: #FFF;
	background: linear-gradient(240deg, rgba(43, 43, 43, 0) 30%, rgba(64, 64, 64, 0.08) 90%);
	margin-bottom: 5px !important;
}
.list_key:last-child ,
.iconlist:last-child{ 
	margin-bottom: 0px !important;
}
.list_key:before {
	content: "";
	left: 0;
	width: 16px;
	height: 16px;
	position: absolute;
	background-image: -moz-linear-gradient( 120deg, rgb(255,130,0) 0%, rgb(0,182,227) 100%);
	background-image: -webkit-linear-gradient( 120deg, rgb(255,130,0) 0%, rgb(0,182,227) 100%);
	background-image: -ms-linear-gradient( 120deg, rgb(255,130,0) 0%, rgb(0,182,227) 100%);
	border-radius: 50px;
	top: 6px;
	display: none;
}
.list_key span, .iconlist span {
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 0;
}
.iconlist .elementor-image-box-content {
	padding-left: 70px;
	text-align: left;
}
.iconlist figure {
	position: absolute;
	left: 0;
	top: 3px;
	width: auto !important;
	max-width: 45px;
}
.pad50{
	padding: 50px 15px;
}

.corefeatures .elementor-testimonial__header {
	flex-wrap: wrap;
}
.corefeatures .elementor-testimonial__image {
	width: 100% !important;
	margin-bottom: 20px;
}
/* .corefeatures .elementor-testimonial__image img {
border-radius: 0px !important;
height: auto !important;
width: auto !important;
max-height: 60px !important;
margin: auto;
} */
.corefeatures .elementor-testimonial__image img {
	border-radius: 0px !important;
	height: auto !important;
	width: auto !important;
	max-height: 52px !important;
	margin: auto;
}
.corefeatures {
	margin-top: 20px;
}
.corefeatures .elementor-testimonial__cite {
	margin: 0 !important;
	text-align: center;
}
.corefeatures .elementor-testimonial__name {
	font-size: 20px !important;
	font-weight: 500;
	margin-bottom: 5px;
}
.corefeatures .elementor-testimonial__title {
	color: #000 !important;
	font-size: 15px !important;
}

.half-col {
	grid-column: span 6 !important;
}
.custom-contact .gfield_required {
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}
.custom-contact .gform_wrapper .validation_message {
	padding-top: 5px !important;
}
div.instruction {
	display: none !important;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: normal !important;
	font-size: 12px !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	/* 	background: #fff !important; */
	height: 50px !important;
	margin-bottom: 0px !important;
	padding: 8px 15px !important;
	transition: all ease-in-out 0.5s;
	border: 1px solid #9f9f9f6e !important;
	width: 100% !important;
	color: #000 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
/* .custom-contact input, .custom-contact .textarea  {
background: #fff !important;
height: 50px !important;
margin-bottom: 0px !important;
padding: 8px 15px !important;
transition: all ease-in-out 0.5s;
border: 1px solid #9f9f9f6e !important;
width: 100% !important;
color: #000 !important;
border-radius: 0px !important;
box-shadow: none !important;
} */
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
	border: 1px solid #fff !important;
}
.custom-contact .gfield_label {
	font-size: 14px !important;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	color: #000 !important;
} 
.gform_validation_errors {
	display: none !important;
}
.custom-contact .button {
	background: #d8842c !important;
	padding: 14px 30px !important;
	color: #fff !important;
	border: 0px !important;
	width: auto !important;
	font-weight: normal !important;
	font-size: 15px !important;
}
.custom-contact .gform_fields {
	display: flex !important;
	flex-wrap: wrap;
	row-gap: 25px !important;
}
.custom-contact .gfield {
	width: calc(100% / 2 - 8px);
	margin: 10px 0;
}
.custom-contact .threecol {
	width: calc(100% / 3 - 11px);
}
.custom-contact .fullblock {
	width: 100% !important;
}
.custom-contact .button:hover {
	background: #001249 !important;
}
.info-contact li {
	margin-bottom: 20px !important;
	border-bottom: 1px solid #e8e8e84f;
	padding-bottom: 20px !important;
}
.info-contact li:last-child {
	padding-bottom: 0px !important;
	border-bottom: 0px solid #f1f1f1 !important;
	margin-bottom: 0px !important;
}
.info-contact li a, .info-contact li span {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 23px;
}
.info-contact .elementor-icon-list-icon {
	padding: 11px !important;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-in-out 0.5s;
}
.info-contact .elementor-icon-list-icon svg {
	transition: all ease-in-out 0.5s !important;
	margin: 0px !important;
	width: 18px !important;
	height: 18px !important;
	fill: #fff;
}
.info-contact .elementor-icon-list-text {
	padding-left: 15px !important;
} 
.info-contact i {
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	display: block;
	color: #d8842c;
	font-weight: normal;
	margin-bottom: 8px;
}
.info-contact .elementor-icon-list-text b {
	display: block;
	line-height: normal;
}
.info-contact p {
	color: #fff !important;
	font-size: 16px;
	line-height: normal;
}
.info-contact li:hover a .elementor-icon-list-icon {
	background-color: #fff;
}
.info-contact li:hover a .elementor-icon-list-icon svg {
	fill: #001249;
}
.info-contact li:hover .elementor-icon-list-icon {
	background-color: #fff;
}
.info-contact li:hover .elementor-icon-list-icon svg {
	fill: #01b95f;
}
.contactright {
	padding: 50px;
}
.contact_left {
	padding: 50px;
	background: #001249;
	overflow: hidden;
}
.contactouter > div {
	margin-top: -110px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin-bottom: 100px;
}
.contact_left:before {
	content: "";
	right: -80px;
	bottom: 0;
	margin: auto;
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/07/radial_eff2.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 490px;
	position: absolute;
	background-size: 530px;
	background-position: right -80px bottom -190px;
	opacity: 0.6;
}
.removespace{
	margin: 0px !important
}
.megamenu ul.sub-menu > li.menu_listmain a {
	padding: 13px 13px 4px !important;
	background: #fff !important;
	font-weight: 500;
	/* border-bottom: 1px solid #cccccc6b; */
}
.megamenu ul.sub-menu > li.menu_listmain {
	width: 100% !important;
	border-top: 4px solid #eaeaea;
}
.info-contact em {
	font-style: normal;
	font-size: 15px;
	line-height: normal;
	display: block;
	color: #d8842c;
	font-weight: normal;
	margin-bottom: 8px;
} 



.cards_block {
	width:calc(100% / 3 - 14px) !important;
}
.cards_block .elementor-flip-box {
	height: 480px;
	border-radius: 0px;
}

.cards_block .elementor-flip-box__layer__overlay {
	justify-content: flex-end;
	text-align: left !important;
	background: #000;
	background:linear-gradient(0deg, rgb(0, 18, 73) 10%, rgba(0, 0, 0, 0) 40%);
	padding: 30px 35px 23px !important;
} 
/* .cards_block .elementor-flip-box__back .elementor-flip-box__layer__overlay {
background: linear-gradient(0deg, rgb(0, 18, 73) 20%, rgba(0, 0, 0, 0) 60%);
} */
.cards_block .elementor-flip-box__back .elementor-flip-box__layer__overlay {
	background: linear-gradient(0deg, rgb(0, 18, 73) 20%, rgba(0, 0, 0, 0) 230%);
}
.cards_block h2 {
	color: #fff !important;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px !important;
	line-height: normal;
}

.cards_block .elementor-flip-box__layer__description {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin: 11px auto 17px !important;
}
.cards_block .elementor-flip-box__button {
	border: 0px !important;
	background: #b62026 !important;
	border-radius: 50px !important;
	text-transform: uppercase;
	padding: 15px 30px !important;
	transition: all ease-in-out 0.5s !important;
	font-style: normal;
	color: #fff !important;
	font-weight: 500;
	letter-spacing: 0;
}  

.bdr-left {
	border-left: 1px solid #ffffff59;
	padding-left: 50px;
	margin-left: 50px;
} 
.div-center > div {
	justify-content: center;
	row-gap: 20px;
	column-gap: 20px;
}  
.inner-bnr h1 {
	font-size: 50px;
	color: #fff;
	line-height: normal;
} 
.cards_block h2 i {
	display: block;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
} 
.small-title h2 {
	font-size: 40px;
	line-height: 1.1;
} 
.text-card {
	background: #001249;
	width: calc(100% / 3 - 20px) !important;
	padding: 40px;
	margin: 0px 10px !important;
} 
.text-card span {
	color: #fff !important;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 12px;
	line-height: normal;
	display: block;
} 
.text-card p {
	color: #fff;
}  
.simple-list .list_key span{
	font-size: 18px;
} 
.simple-list .list_key {
	margin-bottom: 15px !important;
} 
.icon-col {
	width: calc(100% / 3 - 30px) !important;
} 
.icon-center .elementor-widget-wrap {
	justify-content: center;
	column-gap: 40px;
	row-gap: 40px;
} 
.icon-col .elementor-image-box-title {
	font-size: 20px !important;
	font-weight: 500;
	margin-bottom: 8px;
	display: block;
} 
.icon-col img {
	transition: all ease-in-out 0.5s !important;
	max-width: 60px;
	min-height: 60px;
	object-fit: contain;
	position: relative;
	top: 0px;
} 
.icon-col .elementor-image-box-img {
	display: block !important;
	width: auto !important;
	margin-bottom: 17px !important;
} 
.icon-col:hover img {
	top: -5px;
} 
.italic-text i {
	display: block;
	font-style: normal;
	font-size: 20px;
	line-height: normal;
	padding-top: 7px;
} 
.list-point .elementor-icon-list-text {
	color: #fff;
	font-weight: 600;
	position: relative; 
	padding-left: 18px;
} 

.list-point .elementor-icon-list-text::before{
	position: absolute;
	content: "";
	background: #d8842c;
	width: 12px;
	height: 12px;
	left: 0;
	border-radius: 50%;
	top: 7px;
} 
.sm-text p {
	font-size: 23px;
	/* font-weight: 500; */
	line-height: normal;
} 
.link-text a {
	color: #d8842c !important;
} 
.link-text a:hover {
	color: #fff !important;
} 
.site-list  li {
	position: relative;
	padding-left: 18px;
	list-style: none;
	margin-bottom: 10px;
} 
.site-list li:before {
	position: absolute;
	content: "";
	background: #d8842c;
	width: 10px;
	height: 10px;
	left: 0;
	border-radius: 50%;
	top: 9px;
}  
.four-col.icon-center .elementor-widget-wrap , .three-col.icon-center .elementor-widget-wrap {
	column-gap: 25px;
	row-gap: 0px;
} 
.four-col .icon-col {
	width: calc(100% / 4 - 20px) !important;
	background: #fff;
	box-shadow: 0px 0px 10px #e6e6e6;
	padding: 20px;
} 
.two-choose-box .cards_block {
	width: calc(100% / 2 - 14px) !important;
} 
.two-choose-box .elementor-flip-box__layer.elementor-flip-box__back {
	transform: unset !important;
} 
.two-choose-box .cards_block .elementor-flip-box__layer__description {
	margin: 10px auto 5px !important;
} 
.two-choose-box .cards_block .elementor-flip-box__layer__overlay {
	padding: 30px 27px 20px !important;
} 
.three-col .icon-col {
	width: calc(100% / 3 - 20px) !important;
	background: #c5c6c92e;
	padding: 20px;
} 
.img-box {
	width: calc(100% / 3 - 20px) !important;
	margin: 10px 10px !important;
	position:relative; 
	overflow:hidden;
}  
.img-box::before {
	position: absolute;
	content: "";
	background-image: url(https://www.spcnow.com/wp-content/uploads/2025/07/arr.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	right: 0;
	background-size: 18px;
	bottom: 0px;
	z-index: 1;
	background-color: #d8842c;
	padding: 16px !important;
	background-position: center;
} 
.sap_solblock span a::after,
.img-box .elementor-image-box-img a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1000%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}

.img-box .elementor-image-box-img {
	display: block !important;
} 
.img-box .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 70px 20px 20px 20px;
	text-align: left;
	background: linear-gradient(0deg, rgb(0, 18, 73) 21%, rgba(0, 0, 0, 0) 100%);
} 
.img-box .elementor-image-box-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: normal;
	display: block;
} 
.img-box .elementor-image-box-description {
	color: #fff;
	line-height: 25px;
} 
.img-box .elementor-image-box-img img {
	transition: all ease-in-out 0.5s !important;
	height: 450px;
	object-fit: cover;
} 
.img-box .elementor-image-box-description {
	color: #fff;
	line-height: 25px;
} 
.img-box:hover .elementor-image-box-img img {
	transform: scale(1.05);
}
.custom-contact .full-col {
	width: 100%;
}
.mb100 {
	margin-bottom: 100px;
}
.logo-gall img {
	width: auto;
	min-height: 110px;
	max-width: 150px;
	object-fit: contain;
	height: auto;
	display: block !important;
	min-width: 80px !important;
	align-content: center;
	max-height: 120px;
}
.logo-gall .gallery {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 20px;
}
.logo-gall .gallery-item {
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	width: calc(100% / 5 - 16px) !important;
	position: relative;
}
.logo-gall figcaption, .logo-gall figcaption a{
	position: absolute !important;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}
.silver-logo {
	max-width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0;
	z-index: 1;
}
.fPwiJw {
	font-size: 13px;
}
.eYTunu {
	color: #d8842c !important;
}
.imqmpz {
	background-color: #001249 !important;
}
.imqmpz:hover {
	background-color: #d8842c !important;
}
.sap_block h2 a::after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.sap_solmain > div {
	row-gap: 15px;
	column-gap: 15px;
} 
.sap_solblock {
	background: #f2f2f2;
	padding: 35px 30px;
	overflow: hidden;
	width: calc(100% / 3 - 10px) !important;
}
.sap_solblock img {
	max-height: 50px;
	width: auto;
	margin-bottom: 18px;
}
.sap_solblock span {
	color: #000 !important;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px !important;
	line-height: normal;
	display: block;
}
.sap_solblock .elementor-image-box-content {
	text-align: left;
}
.sap_solblock p {
	color: #000;
}
.sap_solblock::after {
	position: absolute;
	content: "";
	background-image: url(https://www.spcnow.com/wp-content/uploads/2025/07/arr.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	right: -40px;
	background-size: 18px;
	bottom: 0px;
	z-index: 1;
	background-color: #d8842c;
	padding: 16px !important;
	background-position: center;
	pointer-events: none;
	transition: all ease-in-out 0.5s;
}
.sap_solblock:hover::after {
	right: 0px;
}
select option, option, select {
	font-family: Arial !important; 
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
.smallhd h2 {
	font-size: 27px;
	line-height: 1.1;
	margin-bottom: 10px !important;
}
.mt20 {
	margin-top: 20px;
}
.across-brdr .iconlist figure {
	top: 0;
	max-width: 41px;
	bottom: 0;
}

.gform_fileupload_rules,.gfield_validation_message {
	display: none !important;
}
.gfield_fileupload_progressbar_progress {
	background: #d8842c !important;
}
.gform_drop_instructions {
	font-weight: normal !important;
}
.across-brdr .iconlist {
	margin-bottom: 10px !important;
}
.across-brdr .iconlist .elementor-image-box-content {
	padding-left: 57px;
	min-height: 42px;
	display: flex;
	align-items: center;
}
.custom-contact .gform_drop_area .button {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	padding: 0 !important;
	height: auto !important;
	line-height: normal !important;
	min-height: auto !important;
}
.gform_drop_area::before {
	color: #001249 !important;
}
.tabspc_block .site-list {
	display: none;
}
.tabspc_block .smtext p {
	cursor: pointer;
}
.tabspc_block .smtext p::after {
	content: "";
	background-image: url("https://www.spcnow.com/wp-content/uploads/2025/11/arr_ic.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.spotlight_slide li {
	list-style: none;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 22px;
	position: relative;
	font-size: 15px;
	line-height: 20px;
}
.spotlight_slide li::before {
	content: "";
	position: absolute;
	background-image: url(https://www.spcnow.com/wp-content/uploads/2025/07/arr.png);
	background-repeat: no-repeat;
	background-size: 13px;
	width: 16px;
	height: 16px;
	top: 5px;
	left: 0;
}
.ft-fix-btn {
	display: none;
}
.subscribeform .gform_body input {
	background: #fff !important;
	height: 50px !important;
	margin-bottom: 0px !important;
	padding: 8px 15px !important;
	transition: all ease-in-out 0.5s;
	border: 1px solid #9f9f9f6e !important;
	width: 100% !important;
	color: #000 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.subscribeform .validation_message {
	display: block !important;
	margin-top: 7px !important;
	color: #fff !important;
}
.subscribeform .gform_confirmation_message {
	background: #ffffff24;
	padding: 10px 20px;
	color: #fff !important;
	line-height: 25px;
}
.subscribeform .gform_footer input {
	background: #d8842c !important;
	padding: 18px 30px !important;
	color: #fff !important;
	border: 0px !important;
	font-weight: normal !important;
	font-size: 15px !important;
	border-radius: 0px !important;
	max-width: 100%;
	width: 100% !important;
}
.event-logo img {
	max-width: 100% !important;
	max-height: 60px;
	width: auto !important;
	margin-left: 0 !important;
	background: #fff;
	padding: 5px;
}
.event-card .defbtn {
	position: absolute;
	bottom: 25px;
	left: 25px;
	margin: 0;
}
.event-btn {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.event-slider .slick-arrow {
	background-color: rgb(0, 18, 73) !important;
	width: 35px !important;
	height: 35px !important;
	background-size: 15px !important;
}
.event-card p {
	margin: 0 0 4px;
}
.event-slider .slick-prev.slick-arrow {
	left: -30px;
}
.event-line i {
	margin-right: 7px;
}
.event-slider .slick-next.slick-arrow {
	right: -30px;
}
.event-card li {
	position: relative;
	padding-left: 18px;
	list-style: none;
	margin-bottom: 10px;
}
.event-card li::before {
	position: absolute;
	content: "";
	background: #d8842c;
	width: 10px;
	height: 10px;
	left: 0;
	border-radius: 50%;
	top: 9px;
}

.info-contact li span.elementor-icon-list-icon {
	position: absolute;
	left: 0;
	pointer-events: none;
}
.info-contact li a {
	margin-left: 46px;
}
.event-slide {
	padding: 0px 10px;
}
.event-card {
	border: 1px solid #cccccc6e;
	padding: 25px 25px 80px;
	position: relative;
	min-height: 610px;
}
.event-card h2 {
	font-size: 22px;
} 
.event-card h3 {
	font-size: 18px;
	margin: 24px auto 6px;
}
.event-card ul {
	list-style: none;
}
.inner-bnr .elementor-container, .inner_hd .elementor-container {
	width: 100%;
}
.dis_cla.fttop {
	padding: 40px 0 40px;
	border-bottom: unset;
}
.past-event {
	opacity: 0.5;       
	pointer-events: none;
}
.inner-bnr, .inner_hd {
	padding: 180px 15px 70px;
	min-height: 560px;
	display: flex;
	align-items: center;
}




/* german_lange_css */
html[lang="de"] .bigheading h2 {
	font-size: 42px;
	line-height: 1.1;
}

html[lang="de"] .hd_menu .elementor-nav-menu > li {
	margin-left: 20px;
}
/* german_lange_css_end */








/* Responsive_Start */
@media(max-width: 1400px) {
	/* german_lange_css */
	html[lang="de"] .fullcol {
		width: 100% !important;
		padding: 0 !important;
	}
	html[lang="de"] .midbar_ryt {
		width: 60.98% !important;
	}
	html[lang="de"] .midbar_lft {
		width: 40.978% !important;
	}
html[lang="de"] .bigheading h2 {
	font-size: 33px;
}
	html[lang="de"] .trd_mrk {
		padding: 0 15px;
	}
	html[lang="de"] .hd_menu .elementor-nav-menu > li > a {
		font-size: 14px !important;
	}

	html[lang="de"] .hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 12px 10px !important;
	}
	html[lang="de"] .hd_menu .elementor-nav-menu > li {
		margin-left: 10px;
	}

	html[lang="de"] .hd_right {
		width: calc(100% - 201px) !important;
	} 
	/* german_lange_css_end */

	.spotlight_slide .elementor-testimonial__image img, .expertise_slider .elementor-testimonial__image img {
		height: 439px !important;
	}
	.ftbottom {
		padding: 15px 15px;
	}
	.fttop {
		padding: 80px 15px 40px;
	}
	.homemap .elementor-background-video-hosted {
		height: 782.125px !important;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 27px;
	}
}
@media(max-width: 1199px) {
 
	/* german_lange_css */
	html[lang="de"] .midbar_ryt {
		width: 49.98% !important;
	}
	html[lang="de"] .midbar_lft {
		width: 49.978% !important;
	}
	
	html[lang="de"] .hd_menu .elementor-nav-menu > li > a {
		font-size: 12px !important;
	}
	html[lang="de"] .hd_menu .elementor-nav-menu > li {
		margin-left: 6px;
	}
	html[lang="de"] .hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 12px 10px !important;
		min-width: 150px;
	}
	html[lang="de"] .site_logo {
		max-width: 150px;
	}

	html[lang="de"] .hd_right {
		width: calc(100% - 151px) !important;
	}
		/* german_lange_css_end */
	
	
	
	
	

	.hd_menu .elementor-nav-menu > li {
		margin-left: 15px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 13px 20px !important;
		min-width: 140px;
	}
	.silver-logo {
		position: static;
	}
	.corefeatures .elementor-testimonial__cite {
		margin: 0 !important;
		text-align: center;
		justify-content: center;
		width: 100% !important;
	}
	.contactouter > div {
		margin-top: -90px;
		margin-bottom: 80px;
	}
	.contact_left {
		padding: 30px;
	}
	.contactright {
		padding: 30px;
	}
	.pr60 {
		padding-right: 50px;
	}
	.smtext p {
		font-size: 22px !important;
	}
	.cards_block h2 i {
		font-size: 17px;
	}
	.cards_block .elementor-flip-box__layer__overlay {
		padding: 30px 25px 23px !important;
	}
	.bdr-lft-col {
		width: 45.902% !important;
	}
	.bdr-left {
		padding-left: 30px;
		margin-left: 30px;
	}
	.ft_logo img {
		max-width: 240px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.textimg {
		padding: 40px;
	}
	.achieve_ic {
		padding: 30px;
	}
	.col_block > div {
		padding: 40px 60px;
	}
	.sap_block:hover p {
		max-width: 620px;
	}
	.choose_ic img {
		max-height: 50px;
	}
	.homemap .elementor-background-video-hosted {
		height: 823.125px !important;
	}
	.pl60 {
		padding-left: 50px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.bigheading h2 {
		font-size: 41px;
	}
	.pt100 {
		padding-top: 80px;
	}
	.slick-arrow {
		width: 35px !important;
		height: 35px !important;
		background-size: 15px !important;
	}
	.hd_right {
		width: calc(100% - 250px) !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 12px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 11px 20px !important;
		min-width: 120px;
	}
}
@media(max-width: 1024px) {
	
	/* german_lange_css */
	
	html[lang="de"] .hd_menu .elementor-nav-menu > li > a {
		font-size: 12px !important;
	}
	html[lang="de"] .hd_menu .elementor-nav-menu > li {
		margin-left: 6px;
	}
	html[lang="de"] .hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 12px 10px !important;
		min-width: 150px;
	}
	html[lang="de"] .site_logo {
		max-width: 150px;
	}

	html[lang="de"] .hd_right {
		width: calc(100% - 151px) !important;
	}
		/* german_lange_css_end */
	

	
	
	
	
	
	
	
	
	
	
	.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		display: none !important;
	}
	.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		display: block !important;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		display: none !important;
		fill: #001249;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		justify-content: left;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		min-width: 100% !important;
	}
	.megamenu ul.sub-menu > li.menu_listmain {
		border-top: unset;
	}
	.megamenu ul.sub-menu > li {
		width: 100% !important;
	}
	.header_main .elementor-nav-menu > li:hover > ul.sub-menu {
		padding: 0px 0px 0px;
	}

	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		display: block !important;
		fill: #fff;
	}
	.hd_menu {
		flex-direction: row-reverse !important;
	}
	.header_main .elementor-menu-toggle {
		background-color: #00b3e4;
		padding: 12px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 0;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #001249;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #fcb113;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 48px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #04123e !important; 
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	
	/* german_lange_css */
	html[lang="de"] .t-full-col img {
		width: 100% !important;
	}
	html[lang="de"] .t-full-col {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 10px;
	}
	html[lang="de"] .midbar_ryt.tb-full-col {
		width: 100% !important;
		margin-top: 10px;
	}
	html[lang="de"] .tb-full-col.midbar_lft {
		width: 100% !important;
		margin-top: 8px !important;
	}
	html[lang="de"] .midbar_ryt {
		width: 45.98% !important;
	}
	html[lang="de"] .midbar_lft {
		width: 53.978% !important;
	}
	html[lang="de"] .cards_block .elementor-flip-box__back {
		min-height: 428px;
	}

	html[lang="de"] .choose_outer > div {
		column-gap: 5px;
	}
	html[lang="de"] .choose_ic {
		width: calc(100% / 3 - 10px) !important;
	}
	html[lang="de"] .slick-prev.slick-arrow {
		display: none;
	}
	html[lang="de"] .slick-next.slick-arrow {
		display: none;
	}
	html[lang="de"] .bigheading h2 {
		font-size: 34px;
	}
	html[lang="de"] .ft_logo {
		text-align: center;
		margin-bottom: 29px;
	}
	
	html[lang="de"] .ft-sign-col {
		width: 50% !important;
	}
	html[lang="de"] .ft-link-col {
		width: 50% !important;
	}
	html[lang="de"] .ft-logo-col {
		width: 100% !important;
	}
	/* german_lange_css_end */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.sap_solblock img {
		max-height: 45px;
		margin-bottom: 10px;
	}
	.sap_solblock span {
		font-size: 21px;
	}
	.inner-bnr {
		padding: 22% 15px 12%;
	}
	.sap_solblock::after {
		right: 0;
	}
	.sap_solblock {
		padding: 25px 15px;
	}
	.inner-bnr h1 {
		font-size: 45px;
	}
	.logo-gall .gallery-item {
		/* 		padding: 18px; */
		width: calc(100% / 4 - 15px) !important;
		max-width: unset !important;
	}
	.mt50 {
		margin-top: 35px;
	}
	.logo-gall img {
		min-height: 101px;
		max-width: 104px;
		min-width: 75px !important;
		max-height: 110px;
	}
	/* 	.logo-gall .gallery-item {
	padding: 18px;
	width: calc(100% / 4 - 10px) !important;
} */
	.info-contact .elementor-icon-list-icon {
		padding: 8px !important;
	}
	.contactouter > div {
		margin-top: -70px;
		margin-bottom: 60px;
	}
	.contact_left {
		padding: 20px;
	}
	.contactright {
		padding: 20px;
	}
	.corefeatures .elementor-testimonial__image {
		margin-bottom: 10px;
	}
	.list_key span, .iconlist span {
		font-size: 18px;
	}
	.list_key {
		padding: 14px 15px;
	}
	.cards_block .elementor-flip-box__back h3 {
		padding-top: 15px;
		margin: 0 0 7px;
		padding-bottom: 12px;
	}
	.cards_block .elementor-flip-box__image img {
		height: 159px !important;
		border-radius: 0px !important;
	}
	.cards_block .elementor-flip-box__front h3 {
		display: none !important;
	}
	.cards_block {
		width: calc(100% / 3 - 7px) !important;
		margin: 0px !important;
		height: auto !important;
		overflow: hidden;
		position: relative !important;
		border-radius: 15px;
	}
	.cards_block .elementor-flip-box__front {
		background-color: transparent !important;
		position: static !important;
		height: 276px;
	}
	.cards_block .elementor-flip-box {
		height: auto !important;
	}
	.cards_block .elementor-flip-box__back {
		transform: unset !important;
		position: static;
		border-radius: 0px !important;
		background-image: unset !important;
		min-height: 388px;
		background-color: #001249 !important;
	}
	.cards_block .elementor-flip-box__front .elementor-flip-box__layer__inner::before {
		background: #848181db;
		display: none;
	}
	.cards_block .elementor-flip-box:hover .elementor-flip-box__front {
		transform: unset !important;
	}
	.div-center > div {
		row-gap: 10px;
		column-gap: 10px;
	}
	.cards_block .elementor-flip-box__layer__overlay {
		justify-content: end;
		border-radius: 0px !important;
		padding: 0px 15px !important;
	}









































	.bdr-left {
		padding-left: 20px;
		margin-left: 20px;
	}
	.icon-col:hover img {
		top: 0px;
	}
	.icon-col img {
		max-width: 50px;
		min-height: 50px;
	}

	.four-col.icon-center .elementor-widget-wrap, .three-col.icon-center .elementor-widget-wrap {
		column-gap: 15px;
		row-gap: 0px;
	}
	.three-col .icon-col {
		padding: 20px;
	}

	.bdr-lft-col {
		width: 44.902% !important;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 15px;
		line-height: 26px;
	}
	.mt80 {
		margin-top: 60px;
	}
	.defbtn {
		margin-top: 20px;
	}
	.ft_logo img {
		max-width: 210px;
	}
	.fttop {
		padding: 60px 15px 40px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.textimg {
		padding: 25px;
	}
	.achieve_ic .elementor-image-box-img img {
		max-height: 50px !important;
	}
	.achieve_ic {
		padding: 15px;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.bigheading.elementor-widget {
		margin-bottom: 14px;
	}
	.col_block > div {
		padding: 40px 40px;
	}
	.sap_block h2 {
		margin-bottom: 6px;
	}
	.sap_block .elementor-image-box-img img {
		width: 100% !important;
	}
	.sap_block .elementor-image-box-wrapper {
		width: 100% !important;
	}
	.sap_block:last-child {
		width: 100% !important;
	}
	.sap_block::before {
		display: none;
	}
	.sap_outer {
		border-top: unset !important;
		margin-top: 15px;
	}
	.sap_block .elementor-image-box-content {
		padding: 15px 15px 20px;
	}
	.sap_outer .elementor-widget-wrap {
		row-gap: 12px !important;
		column-gap: 12px;
	}
	.sap_block {
		min-height: fit-content;
		width: calc(100% / 2 - 6px) !important;
		padding: 0;
		background: #001249;
	}
	.sap_block:hover h2 {
		font-size: 25px;
		margin-bottom: 6px;
	}
	.sap_block:hover p {
		max-width: 100% !important;
	}
	.sap_block p {
		height: auto;
	}
	.sap_block h2, .sap_block p {
		color: #fff;
		text-align: center;
	}
	/* 	.sap_block::before {
	height: 100% !important;
} */
	.sap_block .elementor-image-box-img {
		margin: 0 !important;
		width: 100% !important;
		visibility: visible !important;
		position: static;
		opacity: 1 !important;
		display: block;
	}
	.choose_ic img {
		max-height: 44px;
	}
	.choose_ic:hover img {
		top: 0px;
	}
	.homemap .elementor-background-video-hosted {
		height: 1034.125px !important;
	}
	.bigheading h2 {
		font-size: 38px;
	}
	.pl60 {
		padding-left: 32px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.spotlight_slide .swiper-slide:hover .elementor-testimonial__image img,
	.expertise_slider .swiper-slide:hover .elementor-testimonial__image img {
		transform: unset;
		transition: unset !important;
	}
	.spotlight_slide .elementor-testimonial__title {
		visibility: visible !important;
		opacity: 1 !important;
		top: 0 !important;
	}
	.spotlight_slide .elementor-testimonial__cite {
		padding: 20px;
	}
	.pt100 {
		padding-top: 60px;
	}
	.defbtn a {
		padding: 15px 24px;
	}
	.bannerhd {
		font-size: 43px;
	}
}

@media(max-width: 767px) {
	/* german_lange_css */
	html[lang="de"] .midbar_ryt {
		width: 100% !important;
	}
	html[lang="de"] .midbar_lft {
		width: 100% !important;
	}
	html[lang="de"] .contactouter > div {
		margin-top: -80px;
	}
	html[lang="de"] .gform-footer.gform_footer.top_label {
		justify-content: center;
	}
	html[lang="de"] .trd_mrk {
		padding-bottom: 60px;
	}
	html[lang="de"] .ft-sign-col {
		width: 100% !important;
	}
	html[lang="de"] .sap_block {
		width: 100% !important;
	}
	html[lang="de"] .choose_ic {
		width: calc(100% / 2 - 4px) !important;
		margin: 0 !important;
	}

	/* german_lange_css_end */
	
	.trd_mrk {
		padding: 0 15px 60px;
	}
	.ft_col > div {
		justify-content: center !important;
	}
	.sap_block .elementor-image-box-img img {
		width: 100% !important;
		display: block;
		min-height: 182px;
	}
	.sap_block .elementor-image-box-content {
		padding: 15px 15px;
		width: calc(100% - 90px);
		align-content: center;
	}
	.sap_block h2 { 
		font-size: 20px !important;
	}
	.sap_block p {
		font-size: 14px;
		line-height: 20px;
	}
	.sap_block .elementor-image-box-wrapper {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
	}
	.sap_block .elementor-image-box-img { 
		width: 90px !important; 
	}
	.sap_block .elementor-image-box-img * {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.sap_block h2, .sap_block p { 
		text-align: left;
	}
	.slick-arrow {
		display: none !important;
	}
	.spotlight_slide .elementor-testimonial__title {
		visibility: visible !important; 
		display: none;
	}
	.caption_banner {
		min-height: 500px;
	}
	.bigheading.elementor-widget {
		width: 100% !important;
		max-width: 100% !important;
	}
	.sap_solblock::after {
		background-size: 14px;
		padding: 14px !important;
	}
	.sap_solblock img {
		max-height: 43px;
		margin-bottom: 10px;
		margin: 0 auto 10px;
	}
	.sap_solblock p {
		text-align: center;
	}
	.sap_solblock span {
		text-align: center;
	}
	.sap_solblock {
		width: calc(100% / 2 - 10px) !important;
	}
	.logo-gall .gallery-item {
		width: calc(100% / 3 - 15px) !important;
	}
	.silver-logo {
		position: absolute;
	}
	.contactright {
		padding: 20px 20px 40px;
	}
	.contactouter > div {
		margin-top: -130px;
		margin-bottom: 40px;
	}
	.info-contact .elementor-icon-list-icon {
		width: auto !important;
		max-width: fit-content;
		margin: 0 auto !important;
		right: 0;
	}
	.info-contact li a {
		display: block !important;
		margin: 0;
		padding-top: 28px;
	}
	.inner-bnr,
	.inner_hd {
		padding: 130px 15px 20px;
		min-height: 340px;
		display: flex;
		align-items: center;
	}
	.inner-bnr .btnsets,
	.inner_hd .btnsets{
		display: none;
	}
	.inner-bnr h1,
	.inner_hd h1{
		font-size: 27px;
	}
	.inner-bnr p,
	.inner_hd p{
		line-height: 24px;
	}
	.hdactive .site_logo {
		max-width: 100px;
	}
	.site_logo {
		max-width: 130px;
	}
	.pad0 {
		padding: 0 !important;
	}
	.abtvd_pad0 {
		padding-top: 0 !important;
	}
	.smtext p {
		font-size: 22px !important;
		line-height: normal !important;
	}
	.corefeatures .elementor-testimonial__cite {
		justify-content: center;
		width: 100% !important;
	}
	.bg_gray {
		background-color: #8080800a;
	}
	.vd-lft-col {
		background: #001249;
		padding: 15px 10px 40px !important;
	}
	.mapblock > div {
		position: static !important;
	}
	.mapblock video {
		position: static !important;
		width: 100% !important;
		height: auto !important;
		transform: unset !important;
		display: block;
	}
	.custom-contact .gfield {
		width: 100% !important;
		margin: 4px 0;
	}
	.custom-contact .button {
		margin: 0 auto !important;
	}
	.iconlist {
		margin-bottom: 9px !important;
		border: 1px solid #80808024;
		padding: 15px;
	}
	.iconlist figure {
		position: static;
	}
	.iconlist .elementor-image-box-content {
		padding-left: 0;
		text-align: center;
	}
	.pr60 {
		padding-right: 0;
	}
	.list_key {
		background: #f0f0f0;
	}
	.mob_full img {
		width: 100% !important;
	}
	.innercaption_hd > div {
		max-width: 100%;
	}
	.inner_hd h1 {
		margin-bottom: 10px;
	}
	.icon-col img {
		max-width: 46px;
		min-height: 46px;
		margin: 0 auto;
	}
	.cards_block .elementor-flip-box__layer__description {
		text-align: center;
	}
	.three-col .icon-col:nth-child(n+2) {
		margin-top: 10px;
	}
	.three-col .icon-col {
		width: 100% !important;
	}
	.cards_block .elementor-flip-box__front {
		height: 360px;
	}
	.cards_block .elementor-flip-box__back {
		min-height: 332px;
	}
	.cards_block h2 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 5px !important;
	}
	.cards_block {
		width: calc(100% / 2 - 7px) !important;
	}
	.bdr-left {
		padding-left: 0;
		margin-left: 0;
		border-top: 1px solid #ffffff59;
		padding-top: 20px;
		margin-top: 20px;
		border-left: unset;
	}
	.bdr-lft-col {
		width: 100% !important;
	}
	.btnsets > div {
		column-gap: 10px;
		justify-content: center;
	}
	.achieve_ic .elementor-image-box-img {
		margin: 0 0px 0 0 !important;
	}
	.bigheading.elementor-widget {
		margin-bottom: 8px;
	}
	.ftbottom {
		padding: 15px 15px 0px;
	}
	.ft-fix-btn a {
		color: #fff;
		text-align: center;
		width: 100% !important;
		padding: 13px;
		font-size: 20px;
		line-height: normal;
		font-weight: 500;
	}
	.ft-fix-btn {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #d8842c;
		z-index: 10;
		border-top: 1px solid #ffffff36;
	}
	.spotlight_slide .elementor-testimonial__name {
		margin: auto;
	}
	.mt80 {
		margin-top: 40px;
	}
	.ft_social a:hover svg {
		fill: #fff;
	}
	.ft_social a:hover {
		background: #001249;
	}
	.ft_social a {
		width: 35px !important;
		height: 35px !important;
	}
	.ft_hd p {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.subscribeform input[type="submit"] {
		display: flex;
		margin: 20px auto 0;
	}
	.ft_logo img {
		max-width: 190px;
		margin-bottom: 26px;
	}

	.fttop {
		padding: 40px 15px 40px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	/* 	.btnsets .defbtn {
	width: auto !important;
	margin: 14px auto 0;
} */
	.achieve_ic .elementor-image-box-img img {
		max-height: 40px !important;
	}
	.list_block ul li {
		background: #8080801f;
	}
	.our_story .elementor-background-overlay {
		background-color: #02154a;
		opacity: 0.8 !important;
	}
	.icons_recog {
		border-top: unset;
		border-bottom: unset;
	}
	.icons_recog_mn .elementor-widget-wrap {
		row-gap: 10px;
	}
	.achieve_ic:last-child {
		border-right: 1px solid #ccc !important;
	}
	.achieve_ic > div {
		display: block;
	}
	.achieve_ic {
		border: 1px solid #ccc !important;
		width: 100% !important;
	}
	.spotlight_slide {
		margin: 15px 0 !important;
	}
	.spotlight_slide .elementor-testimonial__title {
		text-align: center;
	}
	.logwithhd img {
		max-width: 90px;
		right: 0;
		top: -78px;
		margin: 0 auto;
	}
	.col_block > div {
		padding: 110px 20px 40px;
	}
	.logwithhd {
		padding-left: 0;
	}
	.logwithhd img {
		max-width: 120px;
	}
	.choose_ic span {
		text-align: center;
	}
	.choose_ic img {
		max-height: 40px;
		margin: 0 auto 10px;
	}
	.choose_outer > div {
		row-gap: 15px;
		column-gap: 15px;
	}
	.choose_ic {
		width: calc(100% / 3 - 10px) !important;
		border: 1px solid #ffffff24;
		padding: 10px;
	}
	.spc_choose br {
		display: none;
	}
	.pl60 {
		padding-left: 0px;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.spotlight_slide .elementor-testimonial__cite {
		position: static;
		background: #001249;
		width: 100% !important;
		padding: 10px 15px;
		min-height: 56px;
		display: flex;
		align-items: center;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.spotlight_slide .elementor-testimonial__image::before { 
		display: none;
	}
	.spotlight_slide .elementor-testimonial__image img, .expertise_slider .elementor-testimonial__image img {
		height: auto !important;
	}
	.spotlight_slide li::before {
		display: none;
	}
	.spotlight_slide li {
		border: 1px solid #ffffff3d;
		padding: 9px;
		text-align: center;
	}
	.spotlight_slide .elementor-testimonial__name {
		text-align: center;
		font-size: 17px;
	}
	.bigheading h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.pt100 {
		padding-top: 40px;
	}
	.banner_cover h2 {
		padding: 14px 53px;
		min-width: 340px;
	}
	.defbtn {
		text-align: center;
	}
	.caption_banner p {
		text-align: center;
	}
	.bannerhd {
		font-size: 27px;
		text-align: center;
	}
	.banner_cover h2 {
		padding: 11px 40px;
		min-width: 270px;
		font-size: 16px;
	}
	.banner_cover {
		margin: -40px auto auto; 
	}
	.achieve_ic span {
		text-align: center;
	}
	.inner-bnr .elementor-widget-heading {
		max-width: 100% !important;
		width: 100% !important;
	}
	.across-brdr .iconlist .elementor-image-box-content {
		padding-left: 0px;
		justify-content: center;
	}

	.site-list li {
		text-align: center;
		border-bottom: 1px solid #cccccc4a;
		padding: 8px 15px;
		margin: 0;
	}
	.site-list li:before {
		display: none;
	}
	.site-list {
		margin-bottom: 15px;
	}
}
@media(max-width: 600px) {
	/* german_lange_css */
	html[lang="de"] .cards_block .elementor-flip-box__back {
		min-height: fit-content;
	}
	html[lang="de"] .bigheading h2 {
		font-size: 26px;
	}
	html[lang="de"] .spotlight_slide .elementor-testimonial__name {
		font-size: 15px;
	}
	html[lang="de"] .choose_ic {
		width: 100% !important;
	}
	html[lang="de"] .defbtn a {
		padding: 12px 10px;
		font-size: 13px;
	}
	/* german_lange_css_end */
	.sap_block .elementor-image-box-img img {
		min-height: 122px;
	}
	.smtext p {
		font-size: 19px !important;
	}
	.sap_solblock {
		width: 100% !important;
	}
	.mt50 {
		margin-top: 22px;
	}
	.silver-logo {
		max-width: 100px;
	}

	.logo-gall .gallery {
		row-gap: 13px;
		column-gap: 13px;
	}
	.logo-gall .gallery-item {
		width: calc(100% / 2 - 7px) !important;
		padding: 14px;
	}
	.cards_block .elementor-flip-box__front {
		height: 380px;
	}
	.cards_block .elementor-flip-box__back {
		min-height: auto;
	}
	.cards_block {
		width: 100% !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		top: 40px;
	}
	.megamenu ul.sub-menu img {
		max-height: 26px !important;
		display: none;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		font-size: 15px !important;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 24px !important;
		font-size: 16px !important;
	}
	.megamenu ul.sub-menu > li.menu_listmain a {
		background: #000d34 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 310px;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	} 
	.copyright_text {
		max-width: 430px;
		margin: 0 auto;
	}
	.list_block ul li {
		padding: 7px 10px;
	}
	.bigheading h2 {
		font-size: 32px;
	}
	.logwithhd img {
		max-width: 100px;
	}
	.sap_block {
		width: 100% !important;
	}
	.choose_outer > div {
		row-gap: 10px;
		column-gap: 10px;
	}
	.choose_ic {
		width: calc(100% / 2 - 5px) !important;
		padding: 10px;
	} 
}
@media(max-width: 400px) {

}