/* --------------Home : Hero Banner----------------------*/

.pbmit-title-bar-wrapper:after {
	background: none !important;
}

.hero-qc-banner {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 60px 30px;
	background-image: url('../images/home-banner-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	color: #fff;
}

.container-qc-hero {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 313px;
}



.banner-heading-subheading-qc-hero {
	margin: 0 !important;
	position: absolute;
	top: 225.68px;
	left: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	z-index: 1;
	color: #fff;
}

.banner-heading-qc-hero {
	font-family: "GT America";
	font-size: 20px;
	align-self: stretch;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
}

.banner-subheading-qc-hero {
	width: 1015px;
	font-style: normal;
	position: relative;
	font-size: 130px;
	line-height: 117px;
	font-weight: 500;
	font-family: 'lyon-regular';
	display: inline-block;
	color: #fff;
}

.hero-buttom-qc-hero {
	align-self: stretch;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.scroll-now-qc-hero {
	font-size: 20px;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "GT America";
	font-style: normal;
}

/* Mobile Responsive : page title */
@media (max-width: 768px) {
	.banner-heading-qc-hero {
		font-size: 14px;
	}

	.banner-subheading-qc-hero {
		font-size: 60px;
		width: 302px;
		line-height: 55px;
	}

	.scroll-now-qc-hero {
		font-size: 14px;
		margin-right: 72%
	}
}

/*---------------------END-------------------*/

/*--------------------- Home/header -menu Mix-------------------*/
.home-page {
	background-color: var(--qcplus-global-bg-color);
	color: var(--qcplus-global-blck-color);
	font-family: var(--qcplus-gtr-typography-font-family);
}

.header-style-2 .site-header-menu {
	border-bottom: none !important;
}

.floting-bar-wrap {
	width: 100% !important;
	background-color: #EEFF75 !important;
}

.pbmit-nav-menu-toggle {
	background-color: #EEFF75 !important;
	border: none !important;
	margin-right: 60px !important;
	padding: 8px 25px;
	font-family: 'gt-america-regular';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.site-header {

	top: 32px !important;
}

/*---------------------END-------------------*/

/*----------------------------------------*/
/*  02 - Header
/*----------------------------------------*/

/** Header style 2 **/
.header-style-2 .site-navigation .qcplus-header-search-btn {
	display: none;
}

.header-style-2 .site-header-menu {
	position: absolute;
	width: 100%;
	z-index: 2;
	/* padding: 0 0 0 45px; */
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header-style-2.site-header .site-branding img {
	max-height: 55px;
}

.header-style-2 .site-navigation ul.navigation>li.active>a,
.header-style-2 .main-menu ul>li.dropdown.active>a:after {
	color: var(--qcplus-global-color);
}

.header-style-2 .site-navigation ul.navigation>li>a {
	font-size: 16px;
	font-family: var(--qcplus-heading-typography-font-family);
	font-weight: 500;
}

.header-style-2 .qcplus-button-box a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: var(--qcplus-black-color);
}

/*
.header-style-2 .qcplus-svg-btn a:hover {
    color: var(--qcplus-global-color);
    text-decoration: underline !important;
}*/
.header-style-2 .qcplus-svg-btn svg {
	display: none;
}

.header-style-2 .qcplus-header-search-btn a {
	font-size: 20px;
	padding-left: 30px;
	color: var(--qcplus-black-color);
	padding-right: 30px !important;
}

.header-style-2 .qcplus-nav-menu-toggle {

	background-color: var(--qcplus-black-color);
	color: var(--qcplus-brand-color);
	margin-right: 60px;
	border: none;
}

/*	
.header-style-2 .qcplus-nav-menu-toggle:hover {
    background-color: var(--qcplus-white-color);
    color: var(--qcplus-blackish-color);
}
.header-style-2 .qcplus-nav-menu-toggle svg path {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .2s ease-out;
    transition: clip-path .2s ease-out;
    transition: clip-path .2s ease-out,-webkit-clip-path .2s ease-out;
}
.header-style-2 .qcplus-nav-menu-toggle:hover svg path:nth-of-type(1) {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
}
.header-style-2 .qcplus-nav-menu-toggle:hover svg path:nth-of-type(3) {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0);
*/
.floting-bar-wrap {
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 1000;
	width: 450px;
	height: 100%;
	display: inline-table;
	opacity: 0;
	padding: 120px 65px;
	padding-right: 0;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	background-color: var(--qcplus-blackish-color);
	;
}

.floting-bar-wrap.active {
	right: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}



.floting-bar-wrap .closepanel svg rect {
	stroke: var(--qcplus-white-color);
}

.floting-bar-wrap,
.floting-bar-wrap h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--qcplus-white-color);
}

.floting-bar-wrap h4 {
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.floting-bar-widget-area .widget {
	margin-bottom: 40px;
}

.floting-bar-widget-area .widget img {
	width: 142px;
}

.floting-bar-widget-area .widget p {
	margin: 0;
}

.qcplus-contact-box {
	padding-right: 45px;
}

.qcplus-contact-box .qcplus-contact-list h4 {
	margin-bottom: 5px;
}

.qcplus-contact-box .qcplus-contact-list span {
	display: block;
}

.qcplus-contact-box .qcplus-contact-list:not(:last-child) {
	margin-bottom: 40px;
}

.floting-bar-social-wrap h4 {
	margin-bottom: 15px;
}

.floting-bar-social-wrap .qcplus-social-links li {
	padding: 0;
}

.floting-bar-social-wrap .qcplus-social-links li:not(:last-child) {
	margin-right: 6px;
}

.floting-bar-social-wrap .qcplus-social-links li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: var(--qcplus-blackish-color);
	background-color: var(--qcplus-global-color);
}

.floting-bar-social-wrap .qcplus-social-links li a i {
	font-size: 16px;
	line-height: 40px;
}

.floting-bar-social-wrap .qcplus-social-links li a:hover {
	color: var(--qcplus-blackish-color);
	background-color: var(--qcplus-white-color);
}

.floting-bar-social-wrap {
	position: absolute;
	bottom: 60px;
}

.header-style-2 .floting-bar-wrap.active svg rect {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.floting-bar-wrap .closepanel svg rect {
	stroke: var(--qcplus-white-color);
}

.header-style-2 .floting-bar-wrap.active svg:hover rect {
	animation: qcplus-draw-animation .7s;
}

@keyframes qcplus-draw-animation {

	0%,
	100% {
		clip-path: inset(-1px 0 -1px 0);
		-webkit-clip-path: inset(-1px 0 -1px 0);
	}

	55% {
		clip-path: inset(-1px 0 -1px 100%);
		-webkit-clip-path: inset(-1px 0 -1px 100%);
	}

	56% {
		clip-path: inset(-1px 100% -1px 0);
		-webkit-clip-path: inset(-1px 100% -1px 0);
	}
}

.header-style-2 .floting-bar-wrap.active svg:hover rect:nth-of-type(2) {
	animation-delay: .17s;
}




/* Remove gutters only on mobile */
@media (max-width: 768px) {
	.floting-bar-wrap {
		background-color: #EEFF75 !important;
	}
}

/*----------------------------------------*/

.banner-title-qc-hero {
  width: 100%;
  max-width: 889px; /* don’t force 889px */
  min-height: 100vh; /* let content decide */
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 105px 20px; /* smaller padding for mobile */
  box-sizing: border-box;
  position: relative;
  gap: 10px;
}

/* Mobile first adjustments */
@media (max-width: 768px) {
  .banner-title-qc-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 15px;
  }

  .banner-heading-subheading-qc-hero {
    text-align: left;
  }

  .banner-heading-qc-hero {
    font-size: 14px; /* smaller */
    line-height: 1.4;
  }

  .banner-subheading-qc-hero {
    font-size: 24px; /* resize for small screens */
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .banner-title-qc-hero {
	
    padding: 40px 10px;
  }

  .banner-subheading-qc-hero {
    font-family: "Lyon Arabic Display";
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px;
  }
  
}
/*----------------------------------------*/