/*
	Template: SoftMinister
	Author: Kafi Rashid
	Version: 1.0
	Email: kafi.rashid@gmail.com
*/

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
	url(../fonts/MaterialIcons-Regular.woff) format('woff'),
	url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
* {
	box-sizing: border-box;
	font-family: 'Montserrat', 'Roboto', 'Segoe UI Light', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
html, body {
	padding: 0;
	margin: 0;
}
.colored-body {
	background-color: #eeebeb;
}
.wow {
	visibility: hidden;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.border {
	border: thin solid black;
}
.tight {
	padding: 0;
	margin: 0;
}
.font-white {
	color: #fff !important;
}
.bg-white {
	background-color: #fff !important;
}
.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.mtop-10 {
	margin-top: 10px !important;
}
.mtop-20 {
	margin-top: 20px !important;
}
.mtop-30 {
	margin-top: 30px !important;
}
.mbot-10 {
	margin-bottom: 10px !important;
}
.mbot-20 {
	margin-bottom: 20px !important;
}
.mbot-30 {
	margin-bottom: 30px !important;
}
.field-label {
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(73, 66, 66);
	font-weight: normal;
}

/* HEADER MENU STARTS */
.navbar-fixed-top {
	background-color: transparent;
}
.top-header .navbar-right {
	padding: 0;
}
.top-header {
	height: 90px;
	padding: 35px;
	z-index: 10;
	width: 100%;
	transition: 0.3s;
	background-color: #000000;
	/* border: thin dashed red; */
}
.top-header-scrolled {
	height: 51px;
	padding: 10px 10px 10px 10px;
	padding-top: 15px;
	background-color: rgb(0, 0, 0);
}
.top-header-scrolled .navbar-brand img {
	margin-top: -17px;
	width: 120px !important;
	filter: none !important;
	/* margin-top: 2px; */
}
.top-header-scrolled .navbar-nav a, .top-header-scrolled .navbar-nav .active a, .top-header-scrolled .navbar-nav .active a {
	color: rgb(255, 255, 255) !important;
	/* background-color: #ffffff !important; */
}
.top-header-scrolled .navbar-nav a:hover, .top-header-scrolled .navbar-nav .active a, .top-header-scrolled .navbar-nav .active a:focus {
	color: rgb(0, 0, 0) !important;
	background-color: #ffffff !important;
}
.top-header #myNavbar {
	padding: 0;
	padding-right: 15px;
}
.top-header .navbar-nav a {
	background-color: transparent;
	font-size: 13px;
	font-weight: 500;
	/* letter-spacing: 1px; */
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	transition: 0.3s;
	padding: 16px 15px;
	text-decoration: none !important;
}
.top-header .navbar-nav a:hover, .top-header .navbar-nav .active a, .top-header .navbar-nav .active a:focus {
	color: rgb(0, 0, 0);
	background-color: #ffffff;
}
.top-header .icon-bar {
	background-color: white;
}
.navbar-brand {
	/* border: thin dashed red; */
	padding: 0;
	cursor: pointer;
}
.navbar-brand img {
	width: 150px;
	margin-top: -22px;
	/* filter: invert(100%) !important; */
}
/* HEADER MENU ENDS */

/* TOP BANNER STARTS */
#top-banner {
	height: 100vh;
	/* min-height: 600px; */
	/* max-height: 100vh; */
	width: 100%;
	/* background-image: url('../images/misc/trimmer.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left; */
	position: relative;
}
#top-banner .item {
	min-height: 100vh;
}
#top-banner .item img {
	min-height: 100vh;
	object-fit: cover;
}


.navbar-brand {
	float: left !important;
	height: 50px !important;
	padding: 12px 15px !important; 
	font-size: 18px;
	line-height: 20px;
}
/* #top-banner .foreground {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(110, 146, 102, 0.342);
} */
#top-banner .container {
	position: relative;
	height: 100vh;
	/*overflow: hidden;*/
	padding: 0;
}
.banner-content {
	height: 100% !important;
	width: 100% !important;
	z-index: 2;
	color: rgb(255, 255, 255);
	margin: 0 auto;
	/* position: absolute; */
	/* top: 50%; */
	/* margin-top: -140px; */
	/* border: thin dashed red; */
	text-align: right;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
/* .banner-title, .banner-slogan, .banner-button {
	text-shadow: 1px 1px 5px black;
}
.banner-button {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
} */
.banner-content .banner-title {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0;
}
.banner-content .banner-slogan {
	font-weight: 100;
	font-size: 30px;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.banner-content .banner-button {
	font-weight: 500;
	line-height: 1;
	/* letter-spacing: 3px; */
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid rgb(255, 255, 255);
	background-color: transparent;
	padding: 15px 22px 15px 25px;
	outline: none;
	transition: 0.3s;
	margin-top: 35px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	text-shadow: none;
}
.banner-content .banner-button:hover {
	/*border: thin solid transparent;*/
	/*background-color: rgba(51, 54, 68, 0.85);*/
	border-color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	/* font-weight: 500; */
}
/* TOP BANNER ENDS */

/* ABOUT US STARTS */
#about {
	padding: 0;
	position: relative;
	background-color: rgba(163, 163, 145, 0.39);
}
#about:after {
	position: absolute;
	content: 'all in 1';
	z-index: -1;
	bottom: 20px;
	left: 30px;
	font-size: 10vw;
	line-height: 1;
	color: #ece4e4;
	font-weight: 700;
}
#about .inner-right {
	padding: 0;
	background-image: url('../images/about_us/about_us.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
#about .inner-left {
	padding: 150px 100px;
}
.section-title, .section-title * {
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1;
}
.section-title strong {
	font-weight: 700;
}
.section-spacer {
	height: 20px;
	width: 100%;
}
.section-divider {
	height: 1px;
	width: 50px;
	background-color: black;
	margin: 20px 0;
}
.section-subtitle {
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}
.section-content {
	font-size: 15px;
	font-weight: 100;
}
.section-button {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 1;
	padding: 15px 27px 15px 30px;
	text-transform: uppercase;
	background-color: rgba(51, 54, 68, 0.85);
	transition: 0.3s;
	outline: none;
	border: thin solid transparent;
	color: white;
}
.section-button:hover {
	background-color: white;
	color: rgba(51, 54, 68, 0.85);
	border: thin solid rgba(51, 54, 68, 0.85);
}
/* ABOUT US ENDS */

/* WE DO STARTS */
#we-do {
	padding: 50px 0 70px 0;
	/*overflow-x: hidden;*/
}
#we-do:after {
	position: absolute;
	content: 'we do';
	z-index: -1;
	top: 20px;
	right: 30px;
	font-size: 15vw;
	line-height: 1;
	color: #f4f4f4;
	font-weight: 700;
}
#we-do .section-divider {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.we-do-child {
	/*height: 300px;*/
	/*width: 100%;*/
	/*box-shadow: 1px 1px 5px lightgray;*/
	transition: 0.3s;
	cursor: pointer;
	background-color: white;
	padding: 3vw 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.we-do-child:hover {
	cursor: pointer;
	/* box-shadow: 0 0 15px lightgray; */
	/* transform: scale(1.05); */
}
.we-do-child .material-icons {
	color: gray;
}
.we-do-inner-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
}
.we-do-inner-content {
	font-size: 14px;
	font-weight: 100;
	margin-top: 20px;
}
/* WE DO ENDS */

/* OUR WORKS STARTS */
#our-works {
	padding: 120px;
	position: relative;
	background-image: url('../images/sections/perfection.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}
#our-works:after {
	position: absolute;
	content: 'design';
	z-index: -1;
	bottom: 0px;
	right: 30px;
	font-size: 15vw;
	line-height: 1;
	color: #f4f4f4;
	font-weight: 700;
}
#our-works .inner-right {
	padding: 0;
	height: 100%;
}
/* #our-works .inner-left {
	padding: 100px;
} */
/* OUR WORKS ENDS */

/* WASHABLE STARTS */

/* OUR WORKS STARTS */
#washable {
	padding: 150px;
	position: relative;
	/* background-image: url('../images/sections/washable.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center; */
}
#washable:after {
	position: absolute;
	content: 'design';
	z-index: -1;
	bottom: 0px;
	right: 30px;
	font-size: 15vw;
	line-height: 1;
	color: #f4f4f4;
	font-weight: 700;
}
#washable .inner-right {
	padding: 0;
	height: 100%;
}
/* #washable .inner-left {
	padding: 100px;
} */
/* OUR WORKS ENDS */

/* OUR WORKS EXT STARTS */
#washable-ext {
	padding: 50px 0 0 0;
}
#washable-ext .section-divider {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#washable-ext .section-content {
	margin: 0 auto;
	max-width: 800px;
}
/* WASHABLE ENDS */

/* WHATS INSIDE STARTS */
#whats-inside {
	position: relative;
	background: #d9a7c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fffcdc, #d9a7c7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fffcdc, #d9a7c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
/* WHATS INSIDE ENDS */

/* OUR WORKS EXT STARTS */
#our-works-ext {
	margin-top: 20px;
	overflow: hidden;
	padding: 50px 0 0 0;
}
#our-works-ext .section-divider {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#our-works-ext .section-content {
	margin: 0 auto;
	max-width: 800px;
}
.isotopes {
	padding: 20px 0 0 0;
	border: none;
	margin-bottom: -1px;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-sizer, .grid-item {
	width: 25%;
}
.grid-item {
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.grid-item img {
	display: block;
	width: 100%;
}
.grid-2-container {
	padding: 0 10px;
}
.grid-item-2 {
	float: left;
	width: calc(calc(100% / 3) - 40px);
	/* height: calc(25vw - 10px); */
	/* height: 25vw; */
	margin: 20px;
	padding: 15px;
	cursor: pointer;
	/* border-radius: 15px; */
	padding-top: 10px;
	background-color: #dadada;
	position: relative;
	/* border: thin dashed red; */
	border-radius: 15px;
	/* overflow: hidden; */
}
.grid-item-2.multi.grooming.kit {
	background-color: #ffffff;
}
.grid-item-2.hair.dryer {
	background-color: #facfe6;
}
.grid-item-2.hair.straightener {
	background-color: #efd5f7;
}
.grid-item-2 img {
	border-radius: 8px;
	transition: 0.5s;
	/* margin: 0 auto; */
	display: block;
	width: 100%;
	margin-top: 4px;
	/* width: calc(25vw - 10px); */
	/* height: calc(25vw - 120px); */
	/* object-fit: cover; */
	opacity: 1;
	margin-bottom: 20px;
}
.grid-item-2:hover > img {
	transform: translateY(-30px);
	/* object-fit: cover; */
	/* transform: scale(0.9); */
	border-radius: 15px;
	/*filter: blur(6px);*/
}
.grid-item-2:hover > .grid-item-desc {
	top: 0;
}
.showcase-button {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 1;
	padding: 15px 27px 15px 30px;
	text-transform: uppercase;
	background-color: rgba(51, 54, 68, 0.85);
	transition: 0.3s;
	outline: none;
	border: thin solid transparent;
	color: white;
}
.showcase-button:hover {
	background-color: white;
	color: rgba(51, 54, 68, 0.85);
	border: thin solid rgba(51, 54, 68, 0.85);
}
.showcase-button:active, .showcase-button.is-checked {
	background-color: white;
	color: rgba(51, 54, 68, 0.85);
	border: thin solid rgba(51, 54, 68, 0.85);
}
.showcase-button-group {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.showcase-button-group:after {
	content: '';
	display: block;
	clear: both;
}
.showcase-button-group .showcase-button {
	/*float: left;*/
	border-radius: 0;
	margin-left: 0;
	margin-right: 20px;
}
.grid-item {
	background-color: #fff;
	position: relative;
}
.grid-item img {
	transform: scale(0.8);
	transition: 0.5s;
}
.grid-item:hover > img {
	transform: scale(0.9);
	/*filter: blur(6px);*/
}
.grid-item:hover > .grid-item-desc {
	top: 0;
}
.grid-item-desc {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 100%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	transition: 0.3s;
	background-color: rgba(0, 0, 0, 0.6);
	/* background: rgba(51,54,68,1); */
	/* background: -moz-linear-gradient(left, rgba(51,54,68,1) 0%, rgba(247,151,247,0.62) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,54,68,1)), color-stop(100%, rgba(247,151,247,0.62)));
	background: -webkit-linear-gradient(left, rgba(51,54,68,1) 0%, rgba(247,151,247,0.62) 100%);
	background: -o-linear-gradient(left, rgba(51,54,68,1) 0%, rgba(247,151,247,0.62) 100%);
	background: -ms-linear-gradient(left, rgba(51,54,68,1) 0%, rgba(247,151,247,0.62) 100%); */
	/* background: linear-gradient(to right, rgba(51,54,68,1) 0%, rgba(247,151,247,0.62) 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333644', endColorstr='#f797f7', GradientType=1 ); */
}
.grid-item-desc a {
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: white;
	/* text-shadow: 0 0 4px black; */
	text-transform: uppercase;
	/* letter-spacing: 2px; */
	font-weight: 500;
	font-size: 12px;
}
.item-desc-round {
	color: #000 !important;
	/* border: thin solid #fff; */
	background-color: gold;
	border-radius: 30px;
	width: auto !important;
	margin: 0 auto;
	font-weight: 700 !important;
	padding: 5px 13px;
}
.item-desc-round-2 {
	color: #FFF !important;
	border: thin solid none;
	background-color: #4e5d66;
	border-radius: 8px;
	/* width: auto !important; */
	font-weight: 700 !important;
	padding: 13px;
}
.grid-item-desc-2 .item-model, .grid-item-desc-2 .item-price {
	color: #000;
	font-weight: 900;
}
.item-model, .item-price {
	color: #fff;
	font-weight: 900;
}
.item-model {
	font-size: 30px;
	padding: 0;
	line-height: 1;
}
.item-price {
	margin-bottom: 30px;
}
.grid-item-desc-2 {
	/* text-align: center; */
	display: flex;
	flex-direction: column;
	transition: 0.3s;
	/* padding: 0 20px 20px 20px; */
}
.grid-item-desc-2 a {
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}
.grid-item-desc-2 .item-model {
	font-size: 16px;
	padding: 0;
	line-height: 1;
	font-weight: 500;
}
.grid-item-desc-2 .item-price {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 300;
}
/* OUR WORKS EXT ENDS */

/* TEAM STARTS */
#team .great-products-button {
	background-color: gold;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	width: 100% !important;
	font-weight: 700;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.postition-relative {
	position: relative;
}
#team {
	padding: 50px 0;
	padding-bottom: 20px;
	overflow: hidden;
}
#team:before {
	position: absolute;
	content: 'greatests';
	z-index: 0;
	top: 0;
	right: 40px;
	font-size: 15vw;
	line-height: 1;
	color: rgb(112, 87, 114);
	font-weight: 700;
}
#team:after {
	position: absolute;
	content: '';
	width: 100%;
	border: none;
	z-index: -1;
	border-top: 100vw solid #84577c;
	border-left: 150vw solid transparent;
	top: 0;
	left: 0;
}
#team .section-divider {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#team .section-content {
	margin: 0 auto;
	max-width: 800px;
}
#team .section-title, #team .section-subtitle, #team .section-content {
	color: white;
}
#team .section-divider {
	background-color: white;
}
.person-image {
	cursor: pointer;
	background-color: #a6a6d2;
	overflow: hidden;
	border-radius: 50%;
	max-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid gold
}
.person-image img {
	width: 90%;
	transition: 0.3s;
}
#team .we-do-child {
	transition: 0.3s;
	cursor: unset;
	background-color: white;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#team .we-do-child:hover > .person-image img {
	transform: scale(3) translateY(40%);
}
.person-name {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}
.person-designation, .person-contact, .person-email, .person-social  {
	line-height: 1;
	font-size: 14px;
}
.person-name {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}
.person-designation {
	margin-bottom: 30px;
}
.person-name {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}
.person-contact {
	font-weight: 500;
}
.person-social {
	margin-top: 20px;
}
.person-social img {
	width: 20px;
	margin: 0 5px;
	cursor: pointer;
	transition: 0.3s;
	filter: invert(50%);
}
.person-social img:hover {
	filter: invert(0%);
}
/* TEAM ENDS */

/* TESTIMONIALS STARTS */
#testimonial {
	padding: 50px 0;
	padding-bottom: 0;
	background-color: #dce0e4
}
#testimonial .section-divider {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#testimonial .review-container {
	position: relative;
}
#testimonial .container {
	overflow: hidden;
}
.review-image {
	width: 100%;
}
#reviews { 
	vertical-align: top; 
	width: 100%; 
	min-width: 100%;
	max-width: 100%; 
	height: 100%;
	min-height: 430px;
	overflow: hidden;
}
#testimonial:after {
	position: absolute;
	content: 'find us';
	z-index: -1;
	top: 20px;
	left: 30px;
	font-size: 15vw;
	line-height: 1;
	color: #f4f4f4;
	font-weight: 700;
}
#reviews .reviewer {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1;
}
#reviews .reviewer-designation {
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
}
#reviews .review-image-con {
	max-height: 130px;
	max-width: 130px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#reviews div[id*='txt'] { 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	left: 100%;
	padding-bottom: 100%;
}
#reviews .review-comment {
	margin-top: 20px;
}
#reviews .review-comment img {
	width: 100%;
	max-width: 500px;
}
#reviews div[id*='txt'] span { 
	font-size: 16px; 
	color: black;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#reviews div#txt_01 {-webkit-animation: autoplay0 24s infinite 0s; animation: autoplay0 24s infinite 0s;}
#reviews div#txt_02 {-webkit-animation: autoplay0 24s infinite 6s; animation: autoplay0 24s infinite 6s;}
#reviews div#txt_03 {-webkit-animation: autoplay0 24s infinite 12s; animation: autoplay0 24s infinite 12s;}
#reviews div#txt_04 {-webkit-animation: autoplay0 24s infinite 18s; animation: autoplay0 24s infinite 18s;}
#txt_01, #txt_02, #txt_03, #txt_04 {
	vertical-align: top; 
}


@keyframes autoplay0 {
	0% {left:100%}
	10%,25% {left:0;}
	35%,100% {left:-100%}
}
@-webkit-keyframes autoplay0 {
	0% {left:100%}
	10%,25% {left:0;}
	35%,100% {left:-100%}
}







.review-image {
	width: 100%;
}
#reviews2 { 
	vertical-align: top; 
	width: 100%; 
	min-width: 100%;
	max-width: 100%; 
	height: 100%;
	min-height: 390px;
	overflow: hidden;
}
#reviews2 .reviewer {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1;
}
#reviews2 .reviewer-designation {
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
}
#reviews2 .review-image-con {
	max-height: 130px;
	max-width: 130px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#reviews2 div[id*='txt'] { 
	/* position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	left: 100%;
	padding-bottom: 100%; */
}
#reviews2 .review-comment {
	margin-top: 20px;
}
#reviews2 .review-comment img {
	width: 100%;
	max-width: 500px;
}
#reviews2 div[id*='txt'] span { 
	font-size: 16px; 
	color: black;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/* TESTIMONIALS ENDS */

/* CLIENTS STARTS */
#clients {
	overflow: hidden;
	padding-top: 50px !important;
	padding-bottom: 50px;
}
#clients img {
	width: 100%;
	max-width: 60px;
	opacity: 0.5;
	transition: 0.3s;
	cursor: pointer;
}
#clients img:hover {
	opacity: 1;
}
/* CLIENTS ENDS */


/* CONTACT STARTS */
#contact {
	padding: 50px 0 20px 0;
	/* background-color: #333644; */
	background: #2C3E50;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #FD746C, #2C3E50);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #FD746C, #2C3E50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#contact * {
	color: #fff !important;
}
#contact .footer-logo {
	font-size: 14px;
	font-weight: 100;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#contact .footer-content {
	font-size: 14px;
	font-weight: 300;
	color: gray;
	line-height: 1.3;
}
#contact .footer-follower {
	padding-top: 10px;
	font-size: 13px;
	font-weight: 300;
	color: gray;
}
#contact .divider {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}
#contact .follow-us * {
	vertical-align: top;
}
#contact .follow-us-title {
	font-size: 12px;
	font-style: italic;
	color: gray;
	padding: 0;
	padding-top: 10px;
	display: inline-block;
}
#contact .follow-us-link {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
}
#contact .follow-us-link img {
	width: 16px;
	margin-right: 5px;
	filter: invert(80%);
	transition: 0.3s;
	cursor: pointer;
}
#contact .follow-us-link img:hover {
	filter: invert(100%);
}

#contact .footer-sb-title {
	font-size: 12px;
	font-weight: 700;
	padding-top: 10px;
}

#contact .more-blog {
	padding: 0;
	padding-bottom: 10px;
}
#contact .more-blog img {
	width: 100%;
	max-width: 100px;
	min-width: 60px;
}
#contact .more-blog .more-blog-excerpt {
	font-size: 12px;
	line-height: 1;
	margin: 0;
	font-weight: 500;
}
#contact .more-blog .more-blog-date {
	font-size: 12px;
	line-height: 1;
	color: lightgray;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	font-weight: 500;
}

.search-container * {
	vertical-align: top;
}
input[type='file'] {
	font-family: 'Montserrat', 'Roboto', 'Segoe UI Light', 'Arial', sans-serif !important;
}
.search-container input[type='text'] {
	border: none !important;
	width: calc(100% - 120px);
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	outline: none;
	margin: 0;
	font-style: italic;
}
.search-container button {
	width: 120px;
	height: 35px;
	font-size: 12px;
	outline: none;
	text-transform: uppercase;
	margin: 0;
	border-radius: 0;
	border: none !important;
	background-color: #95e1d3;
	border: none;
	outline: none;
	color: white;
	font-weight: 300;
}
.search-container button:hover {
	background-color: #7d7f88;
}

#contact .insta-feed {
	border: none;
	overflow: hidden;
	width: 100%;
}
.copyright {
	border-top: thin solid rgba(255, 255, 255, 0.1);
	margin-top: 50px;
	padding: 20px 0 0 0;
}
.copyright p, .copyright a {
	color: lightgray;
	line-height: 1;
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.copyright .material-icons {
	position: absolute;
	color: red;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	margin: -2px 0 0 0;
	padding: 0;
}
/* CONTACT ENDS */


/* FEATURES STARTS */
#features {
	/* padding: 0; */
	position: relative;
}
#features:after {
	position: absolute;
	content: 'features';
	z-index: -1;
	top: 20px;
	left: 30px;
	font-size: 15vw;
	line-height: 1;
	color: #f4f4f4;
	font-weight: 700;
}
.feature img {
	width: 100%;
	max-width: 250px;
	transition: 0.3s;
	cursor: pointer;
}
.feature:hover img {
	transform: scale(1.1);
}
.feature .feature-title {
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	color: rgb(14, 92, 66);
	margin-top: 20px;
}
.feature .feature-desc {
	font-size: 15px;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.active-link {
	color: #fff !important;
	background-color: #636e72 !important;
}

/* TOP FEATURES STARTS */
.top-features {
	background-color: #fff;
	padding-bottom: 20px !important;
	margin-bottom: 20px;
	padding: 0;
}
.top-features h3 {
	background-color: rgb(250, 196, 196);
	color: #000 !important;
	line-height: 1;
	margin: 0;
	padding: 20px !important;
	font-size: 28px !important;
	letter-spacing: 1px;
	font-weight: 100 !important;
}
.top-feature-child {
	/* height: 20vw; */
	/* width: 20vw; */
	padding: 0 20px !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}
.top-feature-image {
	/* border: thin dashed red; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 170px;
	height: 170px;
	margin: 5px 0;
	overflow: hidden;
}
.top-feature-content {
	/* border: thin dashed red; */
	width: calc(100% - 70px);
	font-weight: 700;
	padding: 0 10px;
	padding-left: 30px;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.top-feature-title {
	font-weight: 700;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}
.top-feature-desc {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.top-feature-update {
	/* border: thin dashed red; */
	width: 50%;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	padding-left: 20px;
	padding-bottom: 10px;
	align-items: center;
}
.top-feature-update div {
	margin-left: 20px;
	/* border: thin dashed red; */
	height: 70px !important;
	width: 70px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top-feature-update p {
	text-align: left !important;
	width: calc(100% - 170px) !important;
	padding-left: 10px;
}
/* TOP FEATURES ENDS */

/* PRODUCT DETAILS PAGE */
.product-description .nav * {
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 300;
	color: rgb(0, 0, 0);
}
.product-description .nav {
	margin-left: -15px !important;
	background-color: rgb(214, 192, 192);
}
.product-description .nav a {
	border: none !important;
	border-radius: 0 !important;
	margin: 0;
	letter-spacing: 1px;
	padding: 15px 35px;
	/* transition: 0.3s; */
	clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
	margin-right: -15px;
}
.product-description .nav li:first-of-type a {
	padding: 15px 40px 15px 30px;
}
.product-description .nav li:last-of-type a {
	padding: 15px 30px 15px 40px;
}
.product-description .nav .active a {
	background-color: rgb(122, 109, 109) !important;
	color: #fff !important;
	border: none !important;
	margin: 0 !important;
	clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}
.product-description .nav li:first-of-type.active a {
	clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}
.product-description .nav li:last-of-type.active a {
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0% 100%);
}
.product-description .nav a:hover {
	font-weight: 700;
	background-color: inherit;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0 !important;
}
.tab-content * {
	font-size: 14px;
}
.download-manual {
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-decoration: none !important;
	padding: 8px 15px;
	background-color: #000;
	border-radius: 4px;
}
.download-manual:hover {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}
.sticky {
  position: fixed;
  top: 51px;
	width: inherit;
	z-index: 9;
}
.product-description .tab-pane {
	display: block !important;
}
.product-description .desc-tab {
	border-bottom: 1px solid #eeebeb;
}
.product-description .desc-tab, .product-description .desc-tab * {
	font-weight: 300;
}
.product-description .desc-tab b, .product-description .desc-tab strong {
	font-weight: 600;
}
.prod-details-description {
	padding-left: 45px;
	padding-right: 0;
}


/* MEDIA QUERIES */
@media (max-width: 1100px) {
	.top-header .navbar-nav a:hover, .top-header .navbar-nav .active a, .top-header .navbar-nav .active a:focus {
		color: #000 !important;
		background-color: #636e72 !important;
	}
	.top-header .navbar-nav a {
		font-size: 12px;
		padding: 16px 8px !important;
	}
	.top-header-scrolled {
		background-color: rgb(0, 0, 0);
	}
	#top-banner .container {
		position: relative;
		height: 100vh;
		padding-left: 40px;
	}
	.navbar-brand img {
		margin-top: -15px;
		width: 100px !important;
	}
}
@media (max-width: 992px) {
	.prod-details-description {
		padding-left: 0;
		padding-top: 30px;
		padding-right: 0;
		/* display: none; */
	}
	.grid-item-2 {
		width: calc(calc(100% / 2) - 40px);
	}
	#we-do {
		padding: 50px;
	}
	#team:after {
		border: none;
	}
	#team .section-title, #team .section-subtitle, #team .section-content {
		color: black;
	}
	#team .section-divider {
		background-color: black;
	}
	#team:before {
		color: #f4f4f4;
	}
	#about .inner-left {
		padding: 50px;
	}
	#our-works .inner-left {
		padding: 50px;
	}
}
@media (max-width: 767px) {
	.prod-details-description {
		padding: 30px 30px 0 30px;
	}
	.prod-details-images {
		padding: 0 10px 10px 10px !important;
		/* border: thin dashed red; */
	}
	.navbar-toggle {
		margin-top: 27px !important;
	}
	.navbar-brand {
		margin-top: 33px;
		margin-left: 20px;
	}
	.banner-content .banner-slogan {
		font-size: 20px;
	}
	.showcase-button-group .showcase-button {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.grid-sizer, .grid-item {
		width: 100%;
	}
	.grid-item-desc-2 .item-model, .grid-item-desc-2 .item-price {
		color: #000;
		/* font-weight: 900; */
		font-size: 14px;
	}
	.top-header {
		padding: 0 !important
	}
	.navbar-collapse {
		background-color: black;
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}
	.navbar-nav {
		margin: 0 !important;
		padding: 10px 20px !important
	}
	.top-header .navbar-nav a {
		display: block !important;
		float: none !important;
	}
	.top-header-scrolled .navbar-brand img {
		margin-top: -21px !important;
		width: 100px !important;
	}
	.top-header-scrolled .navbar-toggle {
		margin-top: 8px !important;
	}
	.top-header-scrolled .navbar-collapse {
		margin-top: -28px !important;
	}
	.top-header-scrolled .navbar-brand {
		height: 0px !important;
		margin-bottom: 0 !important;
		/* margin: 0 !important; */
		padding: 0 !important
	}
}

@media (max-width: 867px) {
	#we-do .container {
		width: 100% !important;
	}
}
@media (min-width: 1440px) {
	#team:after {
		border: none;
	}
	#team .section-title, #team .section-subtitle, #team .section-content {
		color: black;
	}
	#team .section-divider {
		background-color: black;
	}
	#team:before {
		color: #f4f4f4;
	}
}
/* MEDIA QUERY ENDS */


@media (max-width: 600px) {
	.grid-item-2 {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 15px;
		cursor: pointer;
		padding-top: 10px;
		border-radius: 15px;
	}
	.grid-item-2 img {
		width: 100%;
		/* height: 300px; */
		margin-top: 4px;
		margin-bottom: 20px;
		object-fit: cover;
	}
	.grid-item-2:hover > img {
		transform: translateY(-30px);
		border-radius: 15px;
	}
}


.sc-7dvmpp-1.dfBDQI {
    display: none !important;
}