/**
Theme Name: Conbix Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Conbix theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conbix-child
Template: conbix
*/

/* .header__area-menubar.two .header__area-menubar-left-logo {
padding: 0px 0 !important;
} */

.header__area-menubar-left {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__area-menubar-left-logo a img {
	max-width: 135px !important;
	width: 100% !important;
}

div.page__banner .page__banner-content > ul {
	display: none;
}

.page__banner::after {
	/* 	background-image: url(https://classmate360.adroitconsultancyservices.com/wp-content/uploads/page-banner-bg.png) !important; */
	opacity: 0.7 !important;
}

/* .about__company-right .btn-one, */ 
.company__two-left .btn-two,
.company__two-left .company__two-left-skill {
	display: none !important;
}

.subtitle-one::before, 
.subtitle-two::before, 
.subtitle-three::before, 
.subtitle-one::after, 
.subtitle-two::after, 
.subtitle-three::after {
	display: none !important;
}

.subtitle-one,
.subtitle-two,
.subtitle-three {
	justify-content: center !important;
	margin: 0px 0px 17px 0px !important;
	padding: 2px 20px 2px 20px !important;
	background-color: rgba(222, 48, 41, 0.1) !important;
	border-radius: 20px 20px 20px 20px !important;
}

.requestDemoForm .contact__four-form-title,
.all__sidebar .all__sidebar-item.csf-download-widget {
	display: none !important;
}

.solution__area-title > .subtitle-two {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.services__one-item-icon > img {
	filter: brightness(1) invert(0) !important;
}

.services__one-item-icon .services__one-item-icon-one > img {
	filter: brightness(0) invert(1) !important;
}

.all__sidebar .all__sidebar-help-image-content img {
	width: 100px !important;
	height: 68px !important;
}

@media only screen and (max-width: 1024px) {
	.service-single section {
		margin-top: -70px !important;
	}
	.header__area {
		padding-top: 20px !important;
	}
	.page__banner {
		margin-top: 30px !important;
	}
	.page__banner .page__banner-content h1 {
		font-size: 60px !important;
	}
}

@media only screen and (max-width: 767px) {
	.service-single section {
		margin-top: -30px !important;
	}
	.header__area {
		padding-top: 0 !important;
	}
	.page__banner {
		margin-top: 0 !important;
	}
	.page__banner .page__banner-content h1 {
		font-size: 40px !important;
		text-align: center;
	}
}

@media only screen and (min-width: 1025px) {
	.ctaSection .cta__two-info-item {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.featureMainSection .services__one-item {
		min-height: 380px !important;
	}
	.contactUs_form .order-last.order-lg-first {
		order: 6 !important;
	}
}