/*************************
*	1. Common CSS		 *
*	2. Breadcrumps		 *
*	3. Headings			 *
*	4. Buttons			 *
*	5. Banner Section	 *
*	6. Footer			 *
*	7. Products			 *
*	8. Thumbnails		 *
*	9. Private			 *
*	10. About Us		 *
*************************/

/** 1. Common Css **/

*{
	padding:0px;
	margin:0px;
}
body {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .05em;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #777777;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a, a:focus, a:active {
	color: #d0af8a;
}
a, a:focus, a:active, a:hover {
	text-decoration: none;
}
a {
	transition: all 0.25s ease-in-out;
}
.heading h3 {
	font-size: 30px !important;
	font-weight:400 !important;
}
.text-primary {
	color: #777777 !important;
}
.link-gray-800 {
	color: #434345;
}
a:visited {
	color: #434345;
}
.link-gray-800:hover,
.link-gray-800:active,
.link-gray-800:focus {
	color: #d0af8a;
}
.read-more {
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
	text-decoration: underline;
}
.read-more-content {
	display: none;
	padding-top: 22px;
}
.bg-color-1 {
    background-color: #ebebeb;
}
form input,textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: none;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:2px solid #ccc !important;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ebebeb;
	background-color: #0c0c0c !important;
	height: 2px;
}
::selection {
    background: #d0af8a;
    color: #ffffff;
}
		
.contacts-creative li+li {
	margin-top: 12px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
    color: inherit !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
    color: #d0af8a;
}

h2,
.heading-2,
.counter-classic-number .symbol {
	font-size: 26px;

}
.title-style-1 {
    font-weight: 300 !important;
    letter-spacing: .05em !important;
    color: #777777 !important;
}
.font-weight-300{
	font-weight:300 !important;
}
@media (min-width: 768px) {

	h2,
	.heading-2,
	.counter-classic-number .symbol {
		font-size: 35px;
	}
}

@media (min-width: 992px) {

	h2,
	.heading-2,
	.counter-classic-number .symbol {
		font-size: 45px;
	}
}

@media (min-width: 1200px) {

	h2,
	.heading-2,
	.counter-classic-number .symbol {
		font-size: 30px;
		line-height: inherit;
	}
}

/** 2. Breadcrumps  **/

.breadcrumbs-custom-footer {
	padding: 15px 0;
	background: #f3f7ec;
}
/*
.breadcrumbs-custom-path {
	margin-left: -17px;
	margin-right: -17px;
}*/
 
 .breadcrumbs-custom-path>* {
	padding-left: 17px;
	padding-right: 17px;
}

.breadcrumbs-custom-path a {
	display: inline;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
	color: #777777;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2;
	font-weight: 600;
	letter-spacing: .13em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	z-index:1;
}

.breadcrumbs-custom-path li::after {
	display: inline-block;
	position: absolute;
	content: "\2794";
	top: 50%;
	right: 0;
	font-size: 14px;
	line-height: 1.72;
	font-family: "Material Design Icons";
	color: #434345;
	transform: translate3d(50%, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #434345;
}

*+.breadcrumbs-custom-path {
	margin-top: 14px;
}


/**  3.  Headings **/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 100 !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
    color: #777777;
}
.title-classic-title {
    color: #434345;
}
h3{
	font-size:2rem !important;
	line-height: 1.33333;
}

/** 4. Buttons **/
.button-primary, .button-primary:focus {
	color: #000;
	background-color: #777777;
	border-color: #777777;
}
.button{
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 4px 17px;
	font-size: 14px;
	line-height: 2;
	border: 2px solid;
	border-radius: 50px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .3s ease-in-out;
}

.button-primary.button-zakaria {
    background: #cbb3b3 !important;
}
.button-zakaria {
	transition: all .3s ease-in-out;
	z-index: 1;
}
.button-primary:hover, .button-primary:active {
    color: #fff;
    background-color: #000000;
    border-color: #777777;
}
/** 5. Banner  **/
.banner_section_img{
	min-height: 24.84375vw;
	position:relative;
	z-index:-1;
}
.bannner_overlay:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0000005e;
	left: 0;
	top: 0;
}

/** 6. Footer **/
.footer-classic-title {
	font-weight: 400 !important;
	color: #434345 !important;
	text-transform: uppercase;
}
.contacts-creative {
	letter-spacing: .05em;
	color: #434345;
}
.footer-classic-title+* {
	margin-top: 12px;
}
.contacts-creative li .fa {
	color: #777777;
	font-size: 12px;
	margin-left: 4px;
	margin-right: 15px;
}
.contacts-creative a, .contacts-creative a:focus, .contacts-creative a:active {
	color: inherit;
}
@media (max-width: 768px){
	.mob_flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	ul.mob_flex li {
		width: 50%;
		display: flex;
		align-items: center;
	}
}
.wow{
	margin-bottom:40px;
}

/** 7. Products **/
.product {
	text-align: center;
	padding: 20px 15px 30px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	background: #f5f5f5;
	border-radius: 6px;
}

.product-title {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}
.product:hover .product-badge,
.product:hover .product-body {
	transform: translate3d(0, -18px, 0);
}

/** 8. Thumbnails **/
.thumbnail-classic {
	position: relative;
	text-align: center;
}
.thumbnail-classic-figure {
	display: block;
}
.thumbnail-classic-caption {
	padding: 15px;
	background: #f9faf9;
}
.thumbnail-classic-title {
	font-weight: 500 !important;
	letter-spacing: 0;
	text-transform: capitalize;
	background: #000;
	padding: 5px;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 14px;
}
.thumbnail-classic-title a {
    color: #fff;
}
.thumbnail-classic-tag,
.thumbnail-classic-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	color: #d0af8a;
	text-transform: uppercase;
}

.thumbnail-classic-price {
	font-weight: 700;
	letter-spacing: 0;
}

@media (min-width: 992px){
	.thumbnail-classic {
		overflow: hidden;
	}
	.thumbnail-classic-caption {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: transparent;
		pointer-events: none;
		z-index: 1;
	}
	.thumbnail-classic-caption::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgb(0 0 0 / 70%);
		transform: scale(0.8);
		transition: all .3s ease;
		opacity: 0;
		z-index: -1;
	}
	.thumbnail-classic-caption>div {
		pointer-events: auto;
	}
	.thumbnail-classic-title {
		transform: translate3d(0, -30px, 0);
		transition: all .4s ease;
		opacity: 0;
	}

	.thumbnail-classic-tag,
	.thumbnail-classic-price {
		transform: translate3d(0, 30px, 0);
		transition: all .4s ease;
		opacity: 0;
	}

	.thumbnail-classic-button {
		transition: all .4s ease;
		opacity: 0;
	}

	.thumbnail-classic-button:nth-child(1) {
		transform: translate3d(-40px, 40px, 0);
	}

	.thumbnail-classic-button:nth-child(2) {
		transform: translate3d(40px, 40px, 0);
	}

	.thumbnail-classic:hover .thumbnail-classic-caption::before,
	.thumbnail-classic:hover .thumbnail-classic-tag,
	.thumbnail-classic:hover .thumbnail-classic-price,
	.thumbnail-classic:hover .thumbnail-classic-title,
	.thumbnail-classic:hover .thumbnail-classic-button {
		transform: none;
		opacity: 1;
	}

	.thumbnail-classic-button-wrap {
		margin-top: 24px;
	}
}
.thumbnail-classic-caption::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0,70%);
	transform: scale(0.8);
	transition: all .3s ease;
	opacity: 0;
	z-index: -1;
}
@media (max-width: 768px){
	.thumbnail-classic-price {
		display: none;
	}
}

/** 9. Private **/
.private_label_wrp {
	background: linear-gradient(to bottom, #e8edde 0%, rgba(232, 237, 222, 0) 100%);
	padding: 20px 25px;
	margin-bottom: 20px;
}
.private_flex {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.private_heading {
	display: flex;
	align-items: center;
	margin-left: 20px;
}			
.private_heading h5{
	font-weight:500 !important;
	color:#000;
}
.private_icon img {
	width: 120px;
}
section.private_label .private_number p {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	color: #ed3237;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/** 10. Navbar **/
header{
	color: #434345;
    box-shadow: 0 0 5px 0 rgb(1 3 4 / 19%);
    background: #ffffff !important;
}
.main_menu ul {
	background: #fff !important;  
}
.nav-link{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
	color: #434345 !important;
	transition: all .25s ease-in-out;
}
.main_menu, .main_menu ul {
	background: #fff;
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (max-width: 768px){
	.main_menu{
		transition: 0.5s all cubic-bezier(0.65, 0.05, 0.36, 1);
		position:fixed;
		left:0;
		top: 120px;
		bottom: -56px;
		z-index: 1079;
		width: 70%;
		padding: 25px 20px 81px;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		font-size: 14px;
		line-height: 34px;
		transform: translateX(-10%);
		flex-direction: column !important;
		background-color:#fff !important;
		color: #ffffff;
		background: #ffffff;
		border: 1px solid #d7d7d7;
		box-shadow: 0 0 5px 0 rgb(1 3 4 / 19%);
		transform: translateX(0);
	}
}
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -10px;
    margin-left: -10px;
}
.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -10px;
	margin-left: -10px;
}

.unit>* {
	margin-bottom: 10px;
	margin-left: 10px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}
.unit-left div {
	color: #777777;
	font-size: 40px
}
.box-icon-creative {
	text-align: center;
	padding: 15px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
}
.box-icon-creative-title {
	text-transform: uppercase;
	letter-spacing: .075em;
}

@media (max-width: 768px){
	*+.box-icon-creative-text {
		font-size: 10px;
	}
}

/** 10. About Us **/
.quote-classic-big {
	text-align: center;
}

.quote-classic-big-text {
	z-index:1;
	position: relative;
	padding-top: 50px;
	color: #777777;
}
.quote-classic-big h2,.parallax-content h2{
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	font-weight:400 !important;
}
.quote-classic-big-text::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '\201C';
	font-size: 60px;
	line-height: 1.3;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	font-family: "Kalam", cursive;
	color: rgb(149 92 29 / 22%);
	transform: translate3d(-50%, 0, 0);
}

*+.quote-classic-big {
	margin-top: 20px;
}
.about_content p {
	text-align: left;
}

.state_head {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dbdbdb;
}

.state_no {
	width: 9%;
	border-right: 1px solid #dbdbdb;
	height: 100px;
	line-height: 100px;
	padding-right: 37px;
	padding-left: 14px;
}

.state_no h2 {
	font-weight: 500;
	color: #777777;
	font-size: 45px;
}

.state_no i {
	background: #c09a43;
	padding: 8px;
	font-size: 30px;
	border-radius: 50%;
	color: #fff;
	transition: .5s;

}

.state_head:hover i {
	transform: scale(1.1)
}

.state_img {
	width: 13%;
	margin: 0px auto;
	text-align: center;
	border-right: 2px solid #dbdbdb;
	padding-right: 30px;
	height: 100px;
	line-height: 100px;
}

.state_text {
	width: 74%;
}

.state_text h4 {
	font-size: 20px;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	font-weight:400 !important;
}

.state_text ul li:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #777777;
	top: 12px;
	left: -22px;
	border-radius: 50%;
}

.state_text ul {
	padding-left: 25px;
}

.state_text ul li {
	padding: 6px 0px;
	font-size: 16px;
	letter-spacing: 0;
	font-family: 'Poppins';
	position: relative;
	z-index:-1;
}

.state_text .read-more {
	font-size: 14px;
	text-decoration: none;
	color: #777777;
}

/** @section Material Parallax */
.parallax-container {
	position: relative;
	z-index:-1;
	overflow: hidden;
}

.parallax-container:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0000005e;
	left: 0;
	top: 0;
}
.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
}


.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}
.parallax-content {
	position: relative;
	z-index: 1;
}
.counter-modern-title {
	font-weight: 400;
}
.counter-modern *{
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	font-weight:400 !important;
	text-align:center;
	color:white;
}
@media (min-width: 768px) {
	.quote-classic-big {
		text-align: left;
	}

	.quote-classic-big-text {
		padding-top: 0;
	}

	.quote-classic-big-text {
		padding-left: 70px;
	}

	.quote-classic-big-text::before {
		top: 8%;
		left: -4px;
		font-size: 80px;
		transform: none;
	}

	*+.quote-classic-big {
		margin-top: 34px;
	}
}
@media(max-width:768px) {
	.about_content p {
		text-align: center;
	}
	.mob_reverse_change {
		flex-direction: column-reverse;
	}
	.main_state_head {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.state_head {
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: 100%;
	}

	.state_no {
		width: 100%;
		border-right: 0;
		height: auto;
		line-height: 100px;
		padding-right: 0px;
		padding-left: 0px;
		display: none;
	}

	.state_img {
		width: 20%;
		margin: 0px auto;
		text-align: center;
		border-right: 0;
		padding-right: 0px;
		height: 100px;
		line-height: 100px;
	}

	.state_text {
		width: 100%;
		text-align: left;
		margin-left: 20px;
	}

	.state_text h4 {
		font-size: 12px;
		font-weight: 400;
		text-align: left;
		margin-top: 10px;
	}

	.state_img img {
		width: 100%;
	}

	.main_state_head {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.state_no h2 {
		font-size: 35px;
	}

	.state_text .read-more {
		font-size: 11px;
	}
	.state_text ul li {
		font-size: 10px;

	}

	.state_text ul li:after {
		width: 8px;
		height: 8px;
	}
}