/* =================================
------------------------------------
  Glamour - Fashion HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/

/* Font face*/

@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;700;900&display=swap);

@font-face {
	font-family: 'Futura LT Book';
	src: url("../fonts/FuturaLT-Light.woff2") format("woff2"), url("../fonts/FuturaLT-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Futura LT Book';
	src: url("../fonts/FuturaLT-Book.woff2") format("woff2"), url("../fonts/FuturaLT-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura LT Book';
	src: url("../fonts/FuturaLT-BookOblique.woff2") format("woff2"), url("../fonts/FuturaLT-BookOblique.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Futura LT Book';
	src: url("../fonts/FuturaLT-Bold.woff2") format("woff2"), url("../fonts/FuturaLT-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	font-family:  'Tajawal', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 20px;
	color: #60656b;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
		Helper CSS
	-----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
		Commom elements
	-----------------------*/

.elements-section {
	padding-top: 130px;
}

.element {
	margin-bottom: 70px;
}

.el-title {
	font-weight: 400;
	margin-bottom: 80px;
}

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 17px;
	font-weight: 400;
	min-width: 186px;
	padding: 23px 20px;
	border-radius: 0;
	text-transform: uppercase;
	background: #6c0c0c;
	color: #fff;
	line-height: 1.4;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.footer-logo {
    max-width: 250px;
    max-height: 150px;

}
.site-btn.sb-white {
	background: #fff;
	color: #6c0c0c;
}

.site-btn.sb-white:hover {
	color: #6c0c0c;
}

.site-btn.sb-line {
	background: transparent;
	border: 2px solid #6c0c0c;
	color: #6c0c0c;
}

.site-btn.sb-shap {
	-webkit-transform: skew(32deg);
	transform: skew(32deg);
	min-width: 145px;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.site-btn.sb-shap span {
	-webkit-transform: skew(-32deg);
	transform: skew(-32deg);
	display: inline-block;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.sp-line {
	position: fixed;
	height: 100%;
	width: 1px;
	left: 50%;
	margin-left: -0.003em;
	top: 0;
	
	opacity: 0.15;
	z-index: 99;
}

.sp-line:before,
.sp-line:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 574px;

}

.sp-line:before {
	left: -574px;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 12px;
}

.accordion-area .panel-header {
	display: block;
	font-weight: 600;
	position: relative;
	border: 2px solid #6c0c0c;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.accordion-area .panel-header.active .panel-link {
	color: #fff;
	background-color: #6c0c0c;
}

.accordion-area .panel-header.active .panel-link.collapsed {
	color: #6c0c0c;
	background-color: transparent;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	right: 25px;
	top: 50%;
	color: #6c0c0c;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

.accordion-area .panel-header.active .panel-link:after {
	content: "-";
	margin-top: -10px;
	color: #fff;
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
	content: "+";
	color: #6c0c0c;
}

.accordion-area .panel-link {
	text-align: left;
	background-color: transparent;
	border: none;
	position: relative;
	width: 100%;
	padding: 20px 40px;
	padding-left: 34px;
	font-size: 14px;
	text-transform: uppercase;
	color: #6c0c0c;
	font-weight: 400;
	cursor: pointer;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 30px;
	line-height: 1.9;
}

.accordion-area .panel-body {
	padding: 0 5px;
}

/* Tab */

.tab-element .nav-tabs {
	border-bottom: none;
	margin-bottom: 25px;
}

.tab-element .nav-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-link {
	border: 2px solid #6c0c0c;
	text-align: left;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	width: 100%;
	padding: 20px 35px;
	font-size: 14px;
	text-transform: uppercase;
	color: #6c0c0c;
	font-weight: 400;
	cursor: pointer;
}

.tab-element .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #6c0c0c;
	color: #fff;
}

.tab-element .tab-pane p {
	margin-bottom: 0;
	line-height: 1.9;
}

/* Circle progress */

.circle-progress {
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -26px;
}

.circle-progress .progress-info h2 {
	line-height: 1;
	font-weight: 700;
}

.circle-progress .progress-info p {
	color: #6c0c0c;
	margin-bottom: 0;
	line-height: 1;
}

.cp-item {
	text-align: center;
}

/* milestone */

.milestone i {
	font-size: 72px;
	float: left;
	width: 91px;
	color: #dededf;
}

.milestone .milestone-text {
	overflow: hidden;
	padding-top: 5px;
}

.milestone .milestone-text h2 {
	font-size: 60px;
	color: #6c0c0c;
}

.milestone .milestone-text p {
	color: #6c0c0c;
}

/* search model */

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 7px;
	font-size: 21px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*------------------
		Header section
	---------------------*/

.header-section {
	background: #6c0c0c;
	text-align: center;
	padding: 0px 90px;
	position: relative;
}

.site-logo {
	display: inline-block;
	padding-right: 0px;
}
.site-logo img {
	display: inline-block;
	max-width: 150px;
    max-height: 90px;
    width: auto;
    height: auto;
}

.site-menu-style {
	list-style: none;
}

.site-menu-style li {
	display: inline-block;
}

.site-menu-style li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 50px;
	padding: 22px 0px;
	display: inline-block;
}

.site-menu-style li:last-child a {
	margin-right: 0;
}

.main-menu-left {
	float: left;
}

.main-menu-right {
	float: right;
	padding: 20px 60px 0px 0px;
	font-weight: 800;
}

.mobile-nav-switch,
.mobile-menu {
	display: none;
}

.search-switch {
	position: absolute;
	display: block;
	height: 100%;
	width: 92px;
	right: 0;
	top: 0;
	padding-top: 30px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.search-switch img {
	display: block;
	margin: 0 auto;
}

/*------------------
	 Hero section
 ---------------------*/

.hero-section {
	position: relative;
}

.hero-social-links {
	position: absolute;
	right: 39px;
	top: 240px;
	z-index: 99;
}

.hero-social-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	color: #fff;
	font-size: 13px;
	border-radius: 50%;
	background: #6c0c0c;
}

.brand-text {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 95;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	margin-right: 50px;
}

.hero-slider .owl-nav {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
	width: 84px;
	height: 84px;
	font-size: 24px;
	color: #6c0c0c;
	background: #fff;
}

.hero-slider .owl-nav button.owl-prev {
	color: #fff;
	background: #6c0c0c;
}

.hero-slider-item {
	padding-top: 170px;
	padding-bottom: 214px;
}

.hero-slider-item .hs-content {
	text-align: center;
	padding-top: 179px;
	padding-bottom: 102px;
	
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-slider-item .hs-content h2 {
	font-size: 160px;
	font-weight: 700;
	color: #6c0c0c;
	margin-bottom: 42px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider-item .hs-content .site-btn {
	position: relative;
	top: 20px;
	opacity: 0;
}

.hero-slider-item .hs-content .sb-white {
	margin-right: 24px;
}

.owl-item.active .hero-slider-item .hs-content h2,
.owl-item.active .hero-slider-item .hs-content .site-btn {
	opacity: 1;
	top: 0;
}

.owl-item.active .hero-slider-item .hs-content h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hero-slider-item .hs-content .site-btn {
	-webkit-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hero-slider-item .hs-content .sb-white {
	-webkit-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

/*------------------
	 Quote section
 ---------------------*/

.quote-section {
	padding: 125px 0;
}

.quote-text p {
	font-size: 36px;
	font-style: italic;
	margin-bottom: 28px;
	color: #6c0c0c;
}

/*------------------
	 Portfolio section
 ---------------------*/

.portfolio-gallery:before,
.portfolio-gallery:after {
	position: absolute;
	content: "";
	left: 0;
	top: -68px;
	width: 459px;
	height: 590px;
	background-image: url("../img/portfolio-overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.portfolio-gallery:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -93px;
}

.portfolio-gallery.items-filtering:after {
	display: none;
}

.portfolio-item {
	width: 20%;
	float: left;
	position: relative;
}

.portfolio-item-single {
	width: 100%;
	float: left;
	position: relative;
	height: 400px;
	margin-bottom: 10px;
}

.portfolio-item.--big {
	width: 40%;
}

.portfolio-item.--big.--wide {
	width: 60%;
}

.portfolio-item .portfolio-view {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 10%;
	font-size: 24px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #161024;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.portfolio-item:hover .portfolio-view {
	opacity: 1;
	top: 0;
	height: 100%;
}

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*------------------
	 About section
 ---------------------*/

.about-secton {
	padding: 128px 0 115px;
	overflow: hidden;
}

.about-secton .container {
	position: relative;
}

.about-img {
	position: absolute;
	left: -25px;
	top: 0;
}

.about-text h2 {
	font-size: 2rem;
	margin-bottom: 50px;
	font-weight: 400;
	padding-top: 33px;
}

.about-text p {
	margin-bottom: 50px;
}

.about-img-box {
	position: relative;
}

.about-img-box:after {
	position: absolute;
	content: "";
	width: calc(100% + 115px);
	height: calc(100% - 101px);
	left: 0;
	bottom: -112px;
	background-image: url("../img/image-box-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.about-img-box img {
	position: relative;
	z-index: 2;
}

.about-img-box-warp {
	padding-top: 120px;
	padding-bottom: 135px;
}

.about-img-box-warp .about-text-box-warp {
	padding-left: 171px;
	padding-right: 15px;
}

.about-img-box-warp .about-text {
	max-width: 655px;
}

.about-img-box-warp .about-text p {
	margin-bottom: 25px;
}

/* ----------------
	 Shop section
	---------------------*/

.shop-section {
	padding-bottom: 100px;
}

.shop-item {
	text-align: center;
	margin-bottom: 33px;
}

.shop-item img {
	margin-bottom: 40px;
}

.shop-item h3 {
	font-weight: 400;
	margin-bottom: 8px;
}

.shop-item h6 {
	font-size: 16px;
	color: #60656b;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 20px;
}

.shop-item .add-card {
	display: inline-block;
	color: #fff;
	min-width: 130px;
	padding: 11px;
	background: #6c0c0c;
}

/* ----------------
	 Newsletter section
	---------------------*/

.newsletter-section {
	padding: 110px 0 104px;
	background: #6c0c0c;
}

.newsletter-section h3 {
	font-weight: 400;
	padding-top: 5px;
}

.newsletter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newsletter-form input[type=text] {
	width: 100%;
	text-transform: uppercase;
	padding: 10px 25px;
	border: 0;
	margin-right: 30px;
}

.newsletter-form .site-btn {
	height: 57px;
	padding: .75rem 1rem;
}

/* ----------------
		Footer section
	---------------------*/

.footer-section {
	padding: 56px 62px;
}

.copyright {
	padding-top: 14px;
	font-size: 12px;
	color: #6c0c0c;
	opacity: 0.23;
}

.footer-contact-list {
	list-style: none;
}

.footer-contact-list li {
	font-size: 16px;
	color: #60656b;
	margin-bottom: 15px;
}

.footer-contact-list li:last-child {
	margin-bottom: 0;
}

.footer-contact-list li span {
	width: 75px;
	color: #6c0c0c;
	display: inline-block;
}

/* ----------------
	 Other page
	---------------------
	======================*/

.page-info-section {
	background-size: cover;
	height: 250px;
	position: relative;
	padding: 0 15px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.page-info-section h2 {
	font-size: 3rem;
	color: #fff;
	position: relative;
	
	z-index: 1;
	text-shadow: 0px 1px black;
	-webkit-text-stroke: 0.1px black;

}

.page-info-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 64px);
	left: 0;
	bottom: 0;
	background-image: url("../img/hero-overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* ----------------
	 About page
	---------------------*/

.about-intor-section {
	padding-top: 90px;
	padding-bottom: 60px;
}

.about-logo {
	padding-top: 150px;
}

.team-section {
	padding-bottom: 135px;
}

.team-member {
	text-align: center;
	/* margin: 50px 0px 50px 0px; */
}

.team-member .member-pic {
	position: relative;
	display: block;
	/* margin-bottom: 45px; */
}

.team-member .member-pic img {
	min-width: 100%;
}

.team-member .member-pic:after {
	position: absolute;
	content: "+";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	background: #161024;
	outline: 2px solid #fff;
	outline-offset: -4px;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
	transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

.team-member .member-pic:hover:after {
	font-size: 60px;
	opacity: 0.76;
	outline-offset: -39px;
}

.team-member h3 {
	font-weight: 400;
	margin-bottom: 10px;
}

.team-member span {
	font-size: 18px;
	font-style: italic;
	color: #8d9eaf;
	display: block;
	margin-bottom: 15px;
}

.team-member p {
	margin-bottom: 0;
}

.steps-section {
	padding: 125px 0 135px;
	overflow: hidden;
}

.steps-section .site-btn {
	padding: 23px 51px;
}

.steps-section .container {
	position: relative;
}

.steps-section .step-line {
	position: absolute;
	min-width: 1296px;
	left: -77px;
	top: 6px;
}

.step {
	margin-bottom: 30px;
}

.step h2 {
	font-size: 72px;
	margin-bottom: 20px;
	text-shadow: 19px 9px 0px rgba(8, 22, 36, 0.2);
}

/* ----------------
		Portfolio page
	---------------------*/

.portfolio-page-section {
	padding-top: 130px;
}

.portfolio-page-section .portfolio-gallery:after {
	display: none;
}

.portfolio-filter {
	margin-bottom: 3rem;
}

.portfolio-filter li {
	display: inline-block;
	font-size: 1.25rem;
	color: #6c0c0c;
	padding: .5rem 1.5rem;
	margin-inline: .5rem;
	cursor: pointer;
}

.portfolio-filter li.active {
	background-color: #6c0c0c;
	color: #fff;
}

/* ----------------
		Blog page
	---------------------*/

.blog-section {
	padding: 133px 0;
}

.blog-grid .blog-grid-item:nth-child(3) {
	padding-top: 119px;
}

.blog-search-form-warp {
	position: absolute;
	left: 50% !important;
	z-index: 99;
}

.blog-search-form {
	position: relative;
	margin-bottom: -119px;
}

.blog-search-form input {
	width: 100%;
	height: 55px;
	padding-left: 25px;
	padding-right: 40px;
	border: 2px solid #f4f4f5;
}

.blog-search-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	padding: 0 14px;
	background: transparent;
}

.blog-post {
	padding-bottom: 70px;
}

.blog-post img {
	margin-bottom: 52px;
}

.blog-post .blog-date {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
	padding: 8px 21px;
	min-width: 143px;
	color: #fff;
	background: #6c0c0c;
	margin-bottom: 15px;
}

.blog-post h2 {
	font-weight: 400;
	margin-bottom: 5px;
}

.blog-post .post-metas {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-post .post-metas .post-meta {
	float: left;
	font-size: 14px;
	color: #8d9eaf;
	padding-right: 17px;
	margin-right: 14px;
	position: relative;
	font-style: italic;
}

.blog-post .post-metas .post-meta:after {
	position: absolute;
	content: "|";
	font-size: 12px;
	color: #8d9eaf;
	right: 0;
	top: 0;
	font-style: italic;
}

.blog-post .post-metas .post-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.blog-post .post-metas .post-meta:last-child:after {
	display: none;
}

.blog-post p {
	margin-bottom: 25px;
}

.blog-post .readmore {
	font-size: 18px;
	font-style: italic;
	color: #8d9eaf;
}

/* ----------------
		Contact page
	---------------------*/

.contact-section {
	padding: 133px 0;
}

.contact-title h2 {
	font-weight: 400;
	margin-bottom: 65px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 68px;
	padding: 0 30px;
	border: none;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 26px;
	background: #f4f5fa;
}

.contact-form textarea {
	padding-top: 29px;
	height: 294px;
}

.contact-info-section {
	padding: 173px 0;
	position: relative;
}

.contact-info-section .container {
	position: relative;
	z-index: 5;
}

.contact-info-section iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.contact-info-box {
	padding: 90px 15px 93px;
	background: #6c0c0c;
	text-align: center;
}

.contact-info-box img {
	margin-bottom: 65px;
}

.contact-info-box ul {
	list-style: none;
}

.contact-info-box ul li {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
}

.contact-info-box ul li:last-child {
	margin-bottom: 0;
}

.contact-info-box ul li span {
	width: 77px;
	display: inline-block;
}

/* ----------------
		Responsive
	---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.sp-line:before {
		left: -465px;
	}
	.sp-line:after {
		left: 465px;
	}
	.header-section {
		padding-left: 0;
		padding-right: 90px;
	}
	.header-section .container {
		max-width: 100%;
	}
	.site-logo {
		padding-right: 0px;
	}
	.site-menu-style li a {
		margin-right: 25px;
	}
	.hero-social-links {
		top: 120px;
	}
	.hero-slider-item {
		padding-top: 100px;
		padding-bottom: 140px;
	}
	.hero-slider-item .hs-content {
		padding-top: 110px;
		padding-bottom: 80px;
	}
	.hero-slider-item .hs-content h2 {
		font-size: 100px;
	}
	.portfolio-gallery:before,
	.portfolio-gallery:after {
		top: -30px;
		width: 259px;
		height: 390px;
	}
	.portfolio-gallery:after {
		top: auto;
		left: auto;
		right: 0;
		bottom: -35px;
	}
	.about-img {
		max-width: 610px;
	}
	.about-img-box-warp .about-text-box-warp {
		padding-left: 135px;
	}
	.steps-section .step-line {
		min-width: 935px;
		left: -23px;
		top: 15px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp-line {
		display: none;
	}
	.header-section {
		padding-left: 0;
		padding-right: 90px;
	}
	.header-section .container {
		max-width: 100%;
	}
	.site-logo {
		padding-right: 0px;
	}
	.site-menu-style li a {
		margin-right: 10px;
	}
	.hero-social-links {
		top: 120px;
		right: 15px;
	}
	.brand-text {
		margin-right: 27px;
	}
	.hero-slider-item {
		padding-top: 110px;
		padding-bottom: 140px;
	}
	.hero-slider-item .hs-content {
		padding-top: 140px;
		padding-bottom: 100px;
	}
	.hero-slider-item .hs-content h2 {
		font-size: 100px;
	}
	.portfolio-filter li {
		margin-right: 25px;
	}
	.portfolio-gallery:before,
	.portfolio-gallery:after {
		display: none;
	}
	.portfolio-item {
		width: 100%;
	}
	.portfolio-item.--big,
	.portfolio-item.--big.--wide {
		width: 100%;
	}
	.portfolio-item.--disable {
		display: none;
	}
	.about-img-box-warp {
		padding-bottom: 0;
	}
	.about-img {
		position: relative;
		right: 0;
	}
	.about-img-box-warp .about-text-box-warp {
		padding-left: 15px;
	}
	.about-img-box-warp .about-text {
		margin: 0 auto;
	}
	.about-img-box:after {
		display: none;
	}
	.newsletter-section h3 {
		margin-bottom: 50px;
	}
	.page-info-section h2 {
		font-size: 115px;
		top: 24px;
	}
	.about-logo {
		padding-top: 0;
		margin-bottom: 50px;
	}
	.steps-section .step-line {
		display: none;
	}
	.contact-info-section {
		padding: 0;
	}
	.contact-info-section iframe {
		position: relative;
		width: 100%;
		height: 500px;
	}
	.contact-info-box {
		margin-bottom: 100px;
	}
	.accordion-area {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.sp-line {
		display: none;
	}
	.header-section {
		padding: 8px 0;
		padding-right: 90px;
		text-align: left;
	}
	.header-section .container {
		max-width: 100%;
	}
	.search-switch {
		text-align: center;
		width: 77px;
		padding-top: 21px;
		right: 77px;
	}
	.main-menu-left,
	.main-menu-right {
		display: none;
	}
	.mobile-nav-switch {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 77px;
		height: 100%;
		font-size: 30px;
		color: #fff;
		text-align: center;
		padding-top: 16px;
		cursor: pointer;
	}
	.mobile-menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		list-style: none;
		background: #fff;
		z-index: 999;
		padding: 20px 0;
		-webkit-box-shadow: 0 43px 40px rgba(0, 0, 0, 0.15);
		box-shadow: 0 43px 40px rgba(0, 0, 0, 0.15);
	}
	.mobile-menu li {
		display: block;
	}
	.mobile-menu li:first-child a {
		border-top: none;
	}
	.mobile-menu a {
		color: #6c0c0c;
		display: block;
		padding: 10px 25px;
		border-top: 1px solid #efefef;
		font-size: 14px;
	}
	.hero-social-links {
		width: 100%;
		top: 0;
		left: 0;
		text-align: center;
		top: 80px;
	}
	.hero-social-links a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.brand-text {
		display: none;
	}
	.hero-slider-item {
		padding-top: 170px;
		padding-bottom: 160px;
	}
	.hero-slider-item .hs-content {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.hero-slider-item .hs-content h2 {
		font-size: 60px;
	}
	.quote-text p {
		font-size: 28px;
	}
	.portfolio-filter li {
		margin-right: 25px;
		margin-bottom: 20px;
	}
	.portfolio-gallery:before,
	.portfolio-gallery:after {
		display: none;
	}
	.portfolio-item {
		width: 50%;
	}
	.portfolio-item.--big,
	.portfolio-item.--big.--wide {
		width: 100%;
	}
	.portfolio-item.--disable {
		display: none;
	}
	.about-img-box-warp {
		padding-bottom: 0;
	}
	.about-img {
		position: relative;
		right: 0;
	}
	.about-img-box-warp .about-text-box-warp {
		padding-left: 15px;
	}
	.about-img-box-warp .about-text {
		margin: 0 auto;
	}
	.about-img-box:after {
		display: none;
	}
	.newsletter-section h3 {
		margin-bottom: 50px;
	}
	.newsletter-form {
		display: block;
		text-align: center;
	}
	.newsletter-form input[type=text] {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.footer-section {
		text-align: center;
	}
	.footer-contact-list {
		margin-bottom: 50px;
	}
	.page-info-section {
		height: 330px;
	}
	.page-info-section h2 {
		font-size: 65px;
		top: 14px;
	}
	.about-logo {
		padding-top: 0;
		margin-bottom: 50px;
	}
	.steps-section .step-line {
		display: none;
	}
	.blog-search-form-warp {
		left: 0 !important;
		padding-bottom: 80px;
	}
	.blog-search-form {
		margin-bottom: 0;
	}
	.blog-grid .blog-grid-item:nth-child(3) {
		padding-top: 0;
	}
	.contact-info-section {
		padding: 0;
	}
	.contact-info-section iframe {
		position: relative;
		width: 100%;
		height: 500px;
	}
	.contact-info-box {
		margin-bottom: 100px;
	}
	.accordion-area {
		margin-bottom: 50px;
	}
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-slider-item .hs-content h2 {
		font-size: 45px;
	}
	.portfolio-item {
		width: 100%;
	}
	.hero-slider-item .hs-content .sb-white {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.hero-slider .owl-nav button.owl-prev,
	.hero-slider .owl-nav button.owl-next {
		width: 65px;
		height: 65px;
	}
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
  box-sizing: border-box;
}
@mixin material-shadow($level: 1){
    @if $level == 1 {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
    @if $level == 2 {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    @if $level == 3 {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }
    @if $level == 4 {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    @if $level == 5 {
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    }
}

// Mixin by Daniel Ott
@function makelongshadow($color) {
  $val: 0px 0px $color;
  $shadowlength: 5;
  @for $i from 1 through $shadowlength {
    $val: #{$val}, #{$i}px #{$i}px #{$color};
  }
  @return $val;
}
@mixin longshadow($color) {
  text-shadow: makelongshadow($color);
}


#social-share{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  
  %btn{
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    line-height: 1;
    outline: 0;
    border: 0;
    margin-top: 15px;
    @include material-shadow(1);
    &:hover {
      @include material-shadow(2);
    }
  }
  
  ul.social-itens{
    list-style: none;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    /* display: none; */
    .btn-share{
      @extend %btn;
      width: 50px;
      height: 50px;
      &.social-item-1{
        background-color: #3B5998;
        i{
          @include longshadow(darken(#3B5998, 5%));
        }
      }
      &.social-item-2{
        background-color: #E91E63;
        i{
          @include longshadow(darken(#E91E63, 5%));
        }
      }
      &.social-item-3{
        background-color: #FFC107;
        i{
          @include longshadow(darken(#FFC107, 5%));
        }
      }
      &.social-item-4{
        background-color: #FF5F00;
        i{
          @include longshadow(darken(#FFC107, 5%));
        }
      }
      /* transform: none; */
    }
    &.open .btn-share{
      transform: scale(1);
      opacity: 1;
      /* transform: translate(0px, -15px); */
    }
    li{
      position: relative;
      .btn-share{
        transform: scale(0);
        opacity: 0;
      }
      .btn-share-text{
        /* opacity: 0; */
        position: absolute;
        bottom: 15px;
        right: 100%;
        margin-right: 10px;
        min-width: 75px;
        border-radius: 2px;
        padding: 3px 4px;
        text-align: center;
        font-weight: 300;
        background: rgba(20, 20, 20, 0.7);
        color: #fff;
        display: block;
        opacity: 0;
        /* transition: all 500ms ease-in-out  0.5s; */
      }
      &:hover .btn-share-text{
        opacity: 1;
      }
    }
  }
 
  div.social-open-menu{
    .btn-share{
      @extend %btn;
      width: 65px;
      height: 65px;
      background-color: #F44336;
      i{
        @include longshadow(darken(#F44336, 5%));
      }
    }
  }
  
  /*transitions with relative delay*/
  $menu-items: 4;
  $i: 1;
  @while $i <= $menu-items {
    
    .social-itens.open .social-item-#{$i}, .social-itens.open .social-item-#{$i} .btn-share-text { transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) $i*0.1s; }
    .social-itens.hidden .social-item-#{$i}, .social-itens.open .social-item-#{$i} .btn-share-text { transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) ($menu-items - $i + 1)*0.1s; }
    
    $i: $i + 1;
  }
}

.text {
margin: 0 60px;
}
.twitter {
font: normal normal 10px Arial;
text-align: center;
color: #998578;
text-transform: uppercase;
letter-spacing: 3px;
}

.twitter {
color: #72898b;
text-decoration: none;
display: block;
padding: 14px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}

.twitter:hover {
color: #FF7D6D;
text-decoration: none;
}

span {
}

img {
max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
background: #000000;
text-transform: uppercase;
letter-spacing: 3px;
padding: 4px;
width: 190px;
position: fixed;
right: -160px;
z-index: 1000;
font: normal normal 10px Arial;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}

.fa {
font-size: 20px;
color: #fff;
padding: 10px 0;
width: 40px;
margin-left: 8px;
}

.fl-fl:hover {
right: 0;
}

.fl-fl a {
color: #fff !important;
text-decoration: none;
text-align: center;
line-height: 43px!important;
vertical-align: top!important;
}

.float-fb {
top: 160px;
}

.float-tw {
top: 215px;
}

.float-gp {
top: 270px;
}

.float-rs {
top: 325px;
}

.float-ig {
top: 380px;
}

.float-pn {
top: 435px;
}
/* Floating Social Media Bar Style Ends Here */







:root{
	--color-main: #6c0c0c;
	--color-second: #555753;
	--color-third: #000000;
}

.rtl{
	direction: rtl;
}

.text-main{
	color: #6c0c0c;
}

.text-second{
	color: var(--color-second);
}

.text-third{
	color: var(--color-third);
}

.bg-main{
	background-color: #6c0c0c;
}

.bg-second{
	background-color: var(--color-second);
}

.bg-third{
	background-color: var(--color-third);
}

.border-main{
	border: 1px solid #6c0c0c;
}

.border-second{
	border: 1px solid var(--color-second);
}

.border-third{
	border: 1px solid var(--color-third);
}

.bg-contain-center{
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-cover-center{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.btn-main {
    color: #fff;
    padding: .5rem 1rem;
    background: #6c0c0c;
	transition: all 300ms linear;
}

.btn-main:hover, .btn-main:focus  {
    color: #fff;
    background: var(--color-second);
}

.btn-second {
    color: #fff;
    padding: .5rem 1rem;
    background: var(--color-second);
	transition: all 300ms linear;
}

.btn-second:hover, .btn-second:focus  {
    color: #fff;
    background: #6c0c0c;
}


.btn-main-outline {
    color: #6c0c0c;
    padding: .5rem 1rem;
    background: transparent;
	border: 1px solid #6c0c0c;
	transition: all 300ms linear;
}

.btn-main-outline:hover, .btn-main-outline:focus, .hvr-main  {
    color: #fff;
    background: #6c0c0c;
}

.btn-second-outline {
    color: var(--color-second);
    padding: .5rem 1rem;
    background: transparent;
	border: 1px solid var(--color-second);
	transition: all 300ms linear;
}

.btn-second-outline:hover, .btn-second-outline:focus  {
    color: #fff;
    background: var(--color-second);
}



nav{
	height: 100px;
	position: relative;
}

#mobile-menu{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
}
header{
	height: 487px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c0c0c9e' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c0c0c9e' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}


.hvr-zoomIn{
	overflow: hidden;
}
.hvr-zoomIn:hover img{
	transition: transform 400ms linear;
}
.hvr-zoomIn:hover img{
	transform: scale(1.05);
}

.hvr-zoomInRotat{
	overflow: hidden;
}
.hvr-zoomInRotat:hover img{
	transition: transform 400ms linear;
}
.hvr-zoomInRotat:hover img{
	transform: scale(1.05) rotate(2deg);
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 26px;
	height: 26px;
	background-color: white;
    border: 5px solid white;
	border-radius: 9px;
}