.displayNone{display: none !important;}

.th-header.header-layout2 .menu-area .header-logo img{width: 250px; height: auto;}
.customHeroSection .hero-style3 .hero-title {font-size: 56px; text-transform: math-auto;}
.customHeroSection .hero-style3 {
	padding: 18rem 0 10rem;
	max-width: 1139px;
}
.viewMoreServices{color: red!important;}
.customHeader .main-menu > ul > li > a {
	padding: 10px 0 !important;
}
.th-menu-wrapper .mobile-logo img{width: 200px;}
.sticky-wrapper.sticky .header-logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.centerBtn.btn-wrap{margin:0 auto;display: block; text-align: center;margin-top: 50px;}
.marqueSection{background: #f8f8f8; padding: 80px 0;}
.marqueSection .marquee-card.style2 a{font-size: 30px; font-weight: 800;}
.footerLogo img{width: 250px; height: auto;}
.footerLogo{margin-bottom: 20px;}
.whyChooseUs{background: #7f18df1c;}
.wcs h5{color: #fff;}
.marqueSet .marquee-card a{font-size: 40px;}
.ourSolutions .project-card2 .box-content {}
.ourSolutions .project-card2 .box-subtitle.text-white::before {
	background: #000
}
.ourSolutions .project-card2 .box-img {
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	height: auto;
}

.productSidebarForm .widget-contact-form {
	background: var(--smoke-color);
	border-radius: 30px;
	padding: 20px;
}
.productSidebarForm select, .productSidebarForm .form-control, .productSidebarForm .form-select, .productSidebarForm textarea, .productSidebarForm input {height: 45px;
	background: transparent;
	border: 1px solid #fff;
	color: #333;
}
.productSidebarForm .form-group.style-border select{color: #7d7d7d;}
.productSidebarForm .form-group > i{top:15px;}
.productSidebarForm .widget textarea {min-height: 80px;}
.productSidebarForm textarea.form-control, textarea {
	min-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 50px;
}


.productSidebarForm .form-group {
	margin-bottom: 10px;
	position: relative;
}
.productSidebarForm .widget_title{margin-bottom: 20px;}
.productSidebarForm .th-btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	/* display: -webkit-inline-box; */
	/* display: -webkit-inline-flex; */
	/* display: -ms-inline-flexbox; */
	display: inline-flex;
	border: none;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-family: var(--body-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 15px;
	min-width: 170px;
	border-radius: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	height: 45px;
}
#faqAccordion .accordion-card{
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}
.productSidebarForm .form-group > i {color: #000!important;
	font-size: 12px;
	color: var(--body-color);
	font-weight: 200;
}



// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

@media (max-width: 1199px) {
	.customHeroSection .hero-style3 {
	padding: 10rem 0 10rem;
	max-width: 1139px;
}
.preloader-inner img {
	display: block;
	margin: 0 auto 0 auto;
	width: 50px;
}

}

@media (min-width: 992px) {
    .sub-title.after-lg-none:after {
        display: none;
    }
}