/*General*/
@font-face {
	font-family: proxima-r;
	src: url("../fonts/ProximaNova-Regular.otf");
}

@font-face {
	font-family: helve-ul;
	src: url("../fonts/HelveticaNeue-UltraLight.otf");
}

@font-face {
	font-family: helve-bb;
	src: url("../fonts/HelveticaNeueLTStd-Blk.otf");
}

@font-face {
	font-family: proxima-b;
	src: url("../fonts/ProximaNova-Bold.otf");
}

html {
    overflow-x: hidden;
    max-width: 100vw;
}
body {
	position: relative;
	/* font-family: proxima-r; */
	font-family: "poppins";
	color: #333333;
	font-size: 16px;
	/*max-width: 1600px;*/
	margin: auto;
	overflow-x: hidden;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: proxima-b;
} */

h1 {
	font-size: 60px;
	color: #8d58f7;
}

/* p {
	font-size: 21px;
} */

p.description {
	color: white;
	font-size: 20px;
	font-family: poppins-regular;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 35px;
		text-align: center;
	}
	p.description {
		font-size: 13px;
	}
}

.defcolor {
	color: #262261;
}

.relative {
	position: relative;
}

.wd100 {
	width: 100%;
}

.img-responsive {
	margin: auto;
}

a:hover,
a:focus {
	text-decoration: none;
}

.page-title {
	color: #262261;
}

.content-section {
	padding: 50px 15px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #262261;
}

.row-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.overflow-scroll-y {
	overflow-y: scroll;
}

.overflow-scroll-y::-webkit-scrollbar {
	display: none;
}

.overflow-scroll-y::-moz-scrollbar {
	display: none;
}

.overflow-scroll-y::scrollbar {
	display: none;
}

.margin-none {
	margin: 0;
}

.margin-auto {
	margin: auto;
}

/* .modal-backdrop.in {
	opacity: 1;
}

.modal-content {
	background-color: transparent;
}

.modal-header {
	border-bottom: none;
}

.modal-header button.close {
	opacity: 1;
	color: #fff;
}

.ekko-lightbox .modal-footer {
	color: #fff;
} */

.marginbot-30 {
	margin-bottom: 30px;
}

.margintop-30 {
	margin-top: 30px;
}

.margintopbot-30 {
	margin: 30px 0px;
}

/*
inspired from http://codepen.io/Rowno/pen/Afykb
*/
#myCarousel .carousel-fade .carousel-inner .carousel-item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	#myCarousel .carousel-fade .carousel-inner > .carousel-item.next,
	#myCarousel .carousel-fade .carousel-inner > .carousel-item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#myCarousel .carousel-fade .carousel-inner > .carousel-item.prev,
	#myCarousel .carousel-fade .carousel-inner > .carousel-item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#myCarousel .carousel-fade .carousel-inner > .carousel-item.next.left,
	#myCarousel .carousel-fade .carousel-inner > .carousel-item.prev.right,
	#myCarousel .carousel-fade .carousel-inner > .carousel-item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/*Navbar*/
#the-scroll {
	/*background-color: rgba(255,255,255,0.3);*/
	background-color: #262262;
}
.nav-noshrink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 0;
}
.nav-noshrink .section-nav-top li {
	float: none;
	/*-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;*/
}

.the-nav-shrink .noshrink_btn {
	display: none;
}
.nav-noshrink .section-nav-top {
	/*display: none;*/
	position: absolute;
	right: 0;
	top: calc(100% + 100px);
	background-color: #262262;
	padding: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.nav-noshrink .product-nav {
	display: none;
}

@media (min-width: 992px) {
	.nav-noshrink .section-nav {
		/*display: none;*/
	}

	.the-nav-shrink .section-nav-top {
		display: block;
	}
}

@media (max-width: 992px) {
	.nav-noshrink #the-nav2 {
		padding-bottom: 10px;
	}
}

.nav-noshrink .section-nav li {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.nav-noshrink .section-nav li:not(:last-child):after {
	background-color: transparent;
}

.shrink-logo {
	display: none;
}

.the-nav-shrink {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	/*background-color: rgba(255,255,255,0.6) !important;*/

	background-color: rgba(255, 255, 255, 0.6) !important;
	-webkit-animation-name: n-fade;
	animation-name: n-fade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.the-nav-shrink .section-nav li a {
	color: #333333;
}

.the-nav-shrink .shrink-logo {
	display: initial;
}

.the-nav-shrink .norm-logo {
	display: none;
}

@-webkit-keyframes n-fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes n-fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.the-nav-shrink .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.6) !important;
}

.dropdown-menu li:before {
	content: "";
	background-color: transparent !important;
}

.new-menu2 .dropdown-menu {
	right: 0;
	left: initial;
}

.new-menu3 .dropdown-menu {
	right: 0;
	left: initial;
}

.navbar {
	min-height: initial;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.navbar-default {
	background-image: none;
	background-color: #333333;
	margin: 0px;
	border: none;
	border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 4px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
	background-image: none;
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav > .active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active:focus > a,
.navbar-default .navbar-nav > li:focus > a {
	background-image: none;
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.nav-logo {
	margin: 10px auto;
	max-width: 150px;
}

.section-nav {
	margin: auto;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 10px;
	/*clear: both; */
}

.noshrink_btn {
	cursor: pointer;
	padding: 15px 15px 10px 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	border-radius: 5px;
	background-color: rgba(38, 34, 98, 0.4);
}

.new-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background-color: #262261;
	z-index: 9;
	padding-right: 50px;
	display: none;
}

.new-menu .new-menu-links {
	list-style-type: none;
	font-family: helve-bb;
	float: right;
	padding-top: 150px;
}

.new-menu .new-menu-links li {
	padding: 0px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 32px;
	letter-spacing: 2px;
	position: relative;
}

.new-menu .new-menu-links li a {
	color: #fff !important;
}

.new-menu .new-menu-links .menu_line:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.new-menu .new-menu-links .menu_line:hover:before {
	width: 105%;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.new-menu .nav-btn-sp {
	margin: initial;
	max-width: 350px;
}

.new-menu .new-menu-logo {
	display: none;
}

.new-menu .dropdown-menu a {
	color: black !important;
}

.new-menu2 {
	/* display: block !important; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	/*background-color: rgba(255,255,255,0.6);*/
	width: 100%;
	/* padding: 15px; */
	padding: 50px;
}

.new-menu2 .new-menu-links {
	list-style-type: none;
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: helve-b;
	font-size: 16px;
	letter-spacing: 1px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
}

.new-menu2 .new-menu-links .active {
	border-bottom: 3px solid black;
	padding-bottom: 10px;
}

.new-menu2 .new-menu-links .menu_line:focus,
.new-menu2 .new-menu-links .menu_line:hover {
	border-bottom: 3px solid black;
	padding-bottom: 10px;
}

.new-menu3 {
	/* display: block !important; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	/*background-color: rgba(51,51,102,0.7);*/
	background-color: rgba(38, 34, 97, 0.75) !important;
	width: 100%;
	/* padding: 50px; */
	padding-bottom: 10px !important;
}

.new-menu3 .new-menu-links {
	list-style-type: none;
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: helve-b;
	font-size: 16px;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.new-menu3 .new-menu-links .active {
	border-bottom: 3px solid white;
	padding-bottom: 10px;
}

.new-menu3 .new-menu-links .menu_line:focus,
.new-menu3 .new-menu-links .menu_line:hover {
	border-bottom: 3px solid white;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.new-menu2 .new-menu-links {
		/* display: none; */
	}

	.new-menu3 .new-menu-links {
		/* display: none; */
	}
}

.new-menu2 .new-menu-links li {
	padding: 5px 20px;
	float: left;
	/*font-size: 14px;*/
}

.new-menu2 .nav-btn-sp {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333333;
	border: 1px solid #333333;
}

.new-menu2 .nav-btn-sp:hover {
	color: #fff;
	background-color: #333333;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

@media (min-width: 1024px) {
	.new-menu2 .new-menu-links li a {
		color: black !important;
	}
}

.new-menu2 .new-menu-logo {
	float: left;
	max-width: 100%;
}

.new-menu3 .new-menu-links li {
	padding: 5px 20px;
	float: left;
	/*font-size: 14px;*/
}

.new-menu3 .nav-btn-sp {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333333;
	border: 1px solid #333333;
}

.new-menu3 .nav-btn-sp:hover {
	color: #fff;
	background-color: #333333;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.new-menu3 .new-menu-links li a {
	color: white;
}

.new-menu3 .new-menu-logo {
	float: left;
	/*max-width: 150px;*/
	max-width: 100%;
}

.noshrink_btn .icon-line {
	height: 3px;
	width: 31px;
	background-color: #fff;
	border-radius: 3px;
	line-height: 2;
	margin-bottom: 6px;
}

@media (min-width: 992px) {
	.noshrink_btn {
		/*float: right;*/
		margin-right: 50px;
		margin-top: 23px;
		/*clear: both;*/
	}
}

@media (max-width: 768px) {
	.new-menu .new-menu-links li {
		font-size: 18px;
	}

	.new-menu {
		padding-right: 15px;
	}

	.new-menu2 {
		display: none;
	}

	.new-menu3 {
		display: none;
	}
}

.product-nav {
	display: inline-block;
}

.section-nav > li {
	float: left;
	padding: 10px 25px;
	font-family: helve-roman;
	font-size: 14px;
	position: relative;
	min-height: 40px;
	text-transform: uppercase;
}

.section-nav > li > a {
	/*color: #333333;*/
	color: #fff;
	/*-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;*/
}

.section-nav > li > a:hover,
.section-nav > li > a:focus {
	/*color: #262261;*/
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.section-nav li:not(:last-child):after {
	content: "";
	height: 55%;
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	/*background-color: #333333;*/
	background-color: #fff;
}

.the-nav-shrink .section-nav li:not(:last-child):after {
	top: 2px !important;
}

.the-nav-shrink .nav-btn-sp {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333333;
	border: 1px solid #333333;
}

.the-nav-shrink .nav-btn-sp:hover {
	color: #fff;
	background-color: #333333;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.section-nav-bottom {
	height: 20px;
	background-color: #262261;
}

.nav-icons {
	width: 20px;
	height: 20px;
}

.nav_search {
	margin: 0px;
	padding: 0px;
	max-width: 120px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
}

.the-nav-shrink > .navbar {
	/*height: 0px;*/
	padding: 0px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.the-nav-shrink .navbar-nav {
	display: none;
}

.the-nav-shrink #the-nav2 {
	padding: 0px 15px;
}

.the-nav-shrink .section-nav-bottom {
	height: 0px;
}

.the-nav-shrink .nav-logo {
	max-width: 150px;
}

.nav-btn-sp {
	/*border: 1px solid #262262;*/
	/*color: #333333;*/
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 20px;
	border-radius: 20px;
	max-width: 200px;
	margin: auto;
	text-align: center;
}

.nav-btn-sp:hover {
	/*color: #fff;
	background-color: #262262;*/
	color: #333333;
	background-color: #fff;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.bigtext1 {
	font-size: 68pt;
}
.bigtext2 {
	font-size: 52pt;
}

@media (min-width: 992px) {
	.nav-logo {
		margin: 10px 0px;
		float: left;
		max-width: 150px;
		margin-left: 15px;
		/*max-width: 15%;*/
	}

	.navbar-right {
		margin-right: 5%;
	}

	.the-nav-shrink .section-nav {
		margin-top: 15px;
		float: right;
		/*width: 83%;*/
	}

	.navbar-toggle {
		display: none;
	}

	.the-nav-shrink .section-nav li {
		padding: 5px 20px;
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	.section-nav li {
		margin: 5px 0px;
	}

	.navbar-toggle {
		display: block;
		float: right;
	}

	.navbar-header {
		float: none;
	}

	.the-nav-shrink .navbar-toggle {
		display: none;
	}

	.the-nav-shrink .nav-logo {
		margin: 10px auto;
	}

	.nav > li {
		float: left;
	}

	.navbar-collapse {
		text-align: center;
	}

	.navbar-nav {
		/* display: inline-block; */
		/* margin: 0px; */
		/* margin-top: 10px; */
	}

	.section-nav {
		display: none;
	}
}

/*index.php*/
#myCarousel {
	overflow: hidden;
}

.carousel {
	z-index: 1;
	position: relative;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-inner {
	height: 100%;
	/*height: 100%;*/
}

#myCarousel .carousel-inner .carousel-item {
	width: 100%;
	height: inherit;
	/*position: relative;*/
}

#myCarousel /*.carousel-item{
	display: none;
}*/

.ban-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	position: relative;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.banner-logo {
	max-width: 200px;
}

.banner-content {
	color: #fff;
}

.banner-content-3 {
	color: #fff;
	/*font-family: helve-b;*/
	font-family: gotham-book;
	/*position: relative;*/
}

.banner-content-3:after {
	content: "";
	/* background-image: url('../images/arrow.png'); */
	width: 15px;
	height: 15px;
	position: absolute;
	background-repeat: no-repeat;
	right: -25px;
	top: 6px;
}

.banner-content-3:hover,
.banner-content-3:focus {
	color: #fff;
}

.banner-content-1 {
	/* margin-top: 50px; */
	margin: 0px;
	font-size: 18px;
	/*font-family: helve-l;*/
	font-family: helve-b;
}

.banner-content-2 {
	font-size: 38px;
	/*font-size: 40px;*/
	/* margin-top: 25px; */
	/* margin-bottom: 25px; */
	margin-top: 0px;
	margin-bottom: 50px;
	line-height: 45px;
	/*font-family: helve-bb;*/
	/*font-family: helve-l;*/
	font-family: gotham-book;
}

@media (min-width: 992px) {
	.banner-content {
		position: absolute;
		padding: 75px 50px;
		width: 35%;
	}

	.carousel .carousel-item .banner-content {
		height: 0;
		top: 50%;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		opacity: 0;
	}

	.carousel .carousel-item.active .banner-content {
		min-height: 70%;
		/*height: initial;*/
		top: 0;
		opacity: 1;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}
}

@media (max-width: 992px) {
	.banner-content {
		position: absolute;
		top: 0;
		/*padding: 15px;*/
		/*padding-bottom: 80px;*/
		/*padding-top: 100px;*/
		padding: 130px 20px;
		width: 100%;
		height: 100%;
		/* text-align: center; */
	}
}

.carousel-indicators li {
	height: 12px;
	width: 12px;
	border: 1px solid transparent;
	border-radius: 25px;
}

/* .carousel-indicators li{
	height: 12px;
	width: 12px;
	background-color: #fff;
	position: relative;
	margin: 2px;
	opacity: 0.5;
}

.carousel-indicators .active{
	height: 12px;
	width: 12px;
	background-color: #fff;
	margin: 2px;
	opacity: 1;
	border: 1px solid #E0E0E0;
} */

/*.carousel-indicators li:before{
	content: '';
    height: 24px;
    width: 24px;
    position: absolute;
    top: -4px;
    left: -4px;
    background-color: #fff;
    z-index: -1;
    border-radius: 100%;
}*/

.banner-product {
	position: absolute;
	top: 30%;
	left: 10%;
	width: 100%;
	max-width: 250px;
	color: #fff;
}

.banner-name {
	margin-bottom: 20px;
	font-size: 28px;
}

.banner-learn {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

@media (max-width: 768px) {
	.banner-learn {
		max-width: 150px;
		bottom: 30%;
		right: 25%;
	}
}

.banner-learn a {
	color: #fff;
}

.home-2 {
	color: #262261;
	border-top: 1px solid #262261;
	border-bottom: 1px solid #262261;
}

.home-2 h3 {
	font-family: helve-l;
	max-width: 900px;
	margin: 25px auto;
	font-size: 32px;
	text-align: center;
}

.section-heading {
	color: #616161;
	/*background-color: #262261;*/
	padding: 30px 15px;
	text-align: center;
	overflow: hidden;
}

.section-heading h1 {
	font-family: helve-l;
	display: inline-block;
	position: relative;
	margin: 0;
	font-size: 36px;
	text-transform: uppercase;
	z-index: 1;
}

.section-heading h1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -600px;
	height: 1px;
	width: 1000%;
	background-color: #e0e0e0;
	max-width: 500px;
}

.section-heading h1:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -600px;
	height: 1px;
	width: 1000%;
	background-color: #e0e0e0;
	max-width: 500px;
}

.home-brand-sec-info {
	list-style-type: none;
	max-width: 1200px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	display: inline-block;
	position: relative;
}

.brand-brand {
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(27, 24, 68, 0.5);
	color: #fff;
	padding: 175px 15px 0px 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	line-height: 1.2;
	font-size: 26px;
	font-family: helve-l;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.brand-2 {
	opacity: 0;
	font-size: 14px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.brand-brand {
	padding-top: 5%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.brand-brand .brand-2 {
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/*.brand-brand:hover{
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	padding-top: 5%;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.brand-brand:hover .brand-2{
	opacity: 1;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}*/

.brand-cont {
	min-height: 550px;
	margin-top: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*border: 1px solid #e3e3e3;*/
}

.art-bg {
	/*height: 450px;*/
	background-size: cover;
	background-position: top center;
	background-image: url("../images/partof-new.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.testi-box {
	background-color: #edecfa;
	padding: 20px 15px;
}

.testi-text {
	background-color: #75ccfc;
	position: relative;
	padding: 15px;
	margin-top: 25px;
	border-radius: 2px;
	text-align: justify;
}

.testi-img {
	border-radius: 5px;
	max-width: 35px;
}

.triangle-up {
	position: absolute;
	top: -12px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #75ccfc;
}

.testi-star {
	color: #75ccfc;
}

.testi_1 {
	background-color: #ef4e22;
}

.testi_2 {
	background-color: #f7931d;
}

.testi_3 {
	background-color: #ed1c24;
}

.testi_founder {
	margin-top: 50px;
	font-size: 14px;
}

.testi_text_right {
	padding: 100px 15px;
	color: #fff;
	font-size: 24px;
	font-family: helve-l;
	letter-spacing: 2px;
}

.testi_text_left {
	padding: 100px 15px;
	color: #fff;
	font-size: 24px;
	font-family: helve-l;
	letter-spacing: 2px;
}

.testi_text_cont {
	position: relative;
}

.testi_img_left {
	background-color: #333333;
	padding: 25px;
}

.testi_img_right {
	background-color: #333333;
	padding: 25px;
}

@media (min-width: 768px) {
	.testi_text_right {
		width: 50%;
		float: right;
	}

	.testi_text_right > div {
		max-width: 75%;
		margin: auto;
	}

	.testi_text_left {
		width: 50%;
		float: left;
	}

	.testi_text_left > div {
		max-width: 75%;
		margin: auto;
	}

	.testi_img_left {
		position: absolute;
		top: 0;
		height: 100%;
		width: 50%;
		padding-top: 150px;
	}

	.testi_img_right {
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		width: 50%;
		padding-top: 150px;
	}
}

.award-img {
	height: 300px;
	position: relative;
	overflow: hidden;
}

.award-img-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.award-img-child:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1, 1.1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.problem-bg {
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url("../images/problem.jpg");
	position: relative;
}

.problem-text {
	position: absolute;
	top: 10%;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 50px 15px;
	border-radius: 5px;
	font-family: helve-l;
	box-shadow: 0px 10px 40px 10px #777777;
}

.problem-big {
	font-size: 50px;
}

.problem-small {
	font-size: 18px;
	text-align: left;
}

.problem-main-cont {
	margin-top: 50px;
	color: #503179;
}

.problem-main {
	margin-top: 10px;
	font-size: 24px;
	text-transform: uppercase;
}

.client-logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.brand-cont {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.art-bg {
		/*height: 450px;*/
		background-size: cover;
	}

	.award-img {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}

@media (max-width: 768px) {
	.testi-img {
		margin: 0px auto;
		display: block;
	}

	.testi-box span {
		display: block;
	}

	.testi-box {
		text-align: center;
	}

	.triangle-up {
		position: absolute;
		top: -12px;
		left: calc(50% - 10px);
	}

	.problem-big {
		font-size: 32px;
	}
}

.home-brand-info {
	padding: 25px;
	margin-bottom: 0px;
	text-align: left;
}

.part-text {
	background-color: rgba(27, 24, 68, 0.92);
	color: #fff;
	padding: 25px 15px;
	margin-bottom: 0px;
	width: 100%;
	text-align: left;
}

.part-text p {
	max-width: 1000px;
	margin: auto;
	/*font-family: helve-sothin;*/
	/*font-size: 32px;*/
}

.home-blog-link {
	font-size: 18px;
	color: #262261;
	font-family: proxima-b;
}

.home-blog-link h5 {
	margin-top: 25px;
	margin-bottom: 0px;
	font-size: 24px;
}

.home-product {
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
	position: relative;
	overflow: hidden;
}

#featured {
	padding-top: 20px;
	padding-bottom: 20px;
}

.num-box {
	width: 50px;
	height: 53px;
	background-color: #262261;
	position: relative;
	overflow: hidden;
}

.num-box p {
	position: absolute;
	bottom: -18px;
	right: 3px;
	font-size: 50px;
	font-family: proxima-b;
	color: #fff;
	margin-bottom: 0px;
}

.home-business {
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: helve-l;
	font-size: 18px;
}

.home-business h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #262261;
	font-size: 30px;
	font-family: helve-l;
}

.carousel-control {
	position: absolute;
	background-image: none !important;
	width: initial;
	color: black;
}

.left.carousel-control {
	left: 5%;
}

.carousel-control i {
	background-color: rgba(255, 255, 255, 0.7);
}

.right.carousel-control {
	right: 5%;
}

.slider-arrow {
	color: black;
	background-color: red;
}

.up-slide {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	color: black;
	bottom: 23%;
	right: 50px;
	font-size: 22px;
	padding-top: 6px;
	background-color: rgba(255, 255, 255, 0.7);
}

.down-slide {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	color: black;
	bottom: 16%;
	right: 50px;
	font-size: 22px;
	padding-top: 6px;
	background-color: rgba(255, 255, 255, 0.7);
}

.slider-nav {
	position: relative;
	margin: auto;
	padding: 15px;
	background-color: rgba(119, 119, 119, 0.7);
}

.the-circle-link {
	width: 180px;
	height: 180px;
	/*border: 3px solid #262261;*/
	/*background-color: #fff;*/
	color: #fff;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 25px;
	background-color: #4c176e;
}

/*.the-circle-link:hover{
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}*/

.the-circle-link p {
	position: absolute;
	top: 29%;
	left: 28%;
	font-size: 48px;
}

.the-circle-link p img {
	max-width: 80px;
}

#the-steps {
	text-align: center;
	margin-bottom: none;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	z-index: 2;
	padding-top: 15%;
	padding-left: 15px;
	padding-right: 15px;
}

.feature-product-big {
	height: 500px;
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.feature-product-small {
	height: 250px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-product-big:hover {
	background-size: auto 120%;
	-ms-transform: rotate(-8deg); /* IE 9 */
	-webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
	transform: rotate(-8deg);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.feature-product-small:hover {
	background-size: auto 120%;
	-ms-transform: rotate(8deg); /* IE 9 */
	-webkit-transform: rotate(8deg); /* Chrome, Safari, Opera */
	transform: rotate(8deg);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.feature-label {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 5px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.the-features {
	overflow: hidden;
	border: 1px solid #eeeeee;
}

@media (min-width: 768px) {
	.feature-product-smallcont {
		width: 33.33%;
		float: left;
	}
}

@media (max-width: 768px) {
	.the-circle-link {
		margin-bottom: 10px;
	}
}

/*.slider-nav:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  	width: 0;
	height: 0;
}*/

.slider-nav img {
	max-width: 100%;
}

.section-heading-sp {
	font-family: helve-cn !important;
}

#feat-section {
	padding-left: 15px;
	padding-right: 15px;
}

.gridopa {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -100%;
}

.galtext {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.galtitle {
	font-size: 16px;
}

.home-product:hover .gridopa {
	bottom: 0px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.home-product:hover .galtext {
	margin-top: 45px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.the-sparkle-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 22px;
	font-family: helve-l;
	line-height: 1.3;
	text-align: justify;
}

.sparkle1 {
	background-image: url("../images/sparkle1.jpg");
	padding: 30px 15px;
}

.sparkle1-top {
	margin-bottom: 50px;
	max-width: 500px;
	width: 100%;
	margin-top: 20px;
}

.sparkle1-content {
	color: #fff;
	font-size: 18px;
}

.sparkle1-content h3 {
	font-family: helve-l;
	font-size: 30px;
}

.sparkle2 {
	padding: 50px 15px 80px 15px;
	max-width: 1200px;
	margin: auto;
}

.sparkle2-top {
	box-shadow: 0px 5px 18px 5px #d1d1d1;
}

.sparkle2-content {
	color: black;
	max-width: 600px;
	margin: auto;
	/* text-align: center; */
	margin-top: 50px;
}

.sparkle2-heading {
	font-family: helve-l;
	margin: 0px;
}

.sparkle2-big {
	font-size: 99px;
}

.sparkle2-small {
	font-size: 81px;
	margin-bottom: 10px;
	font-family: helve-ul;
}

.sparkle3-big {
	font-size: 92px;
}

.sparkle3-small {
	font-size: 87px;
	margin-bottom: 10px;
	font-family: helve-ul;
}

.sparkle4-big {
	font-size: 121px;
}

.sparkle4-small {
	font-size: 90px;
	margin-bottom: 10px;
	font-family: helve-ul;
}

.sparkle5-big {
	font-size: 107px;
}

.sparkle5-small {
	font-size: 87px;
	margin-bottom: 10px;
	font-family: helve-ul;
}

.sparkle6-big {
	font-size: 113px;
}

.sparkle6-small {
	font-size: 84px;
	margin-bottom: 10px;
	font-family: helve-ul;
}

@media (min-width: 768px) {
	.sparkle4-big {
		margin-left: -10px;
	}

	.sparkle5-big {
		margin-left: -7px;
	}
}

.sparkle-bot-cont {
	padding-top: 80px;
}

.sparkle3 {
	background-image: url("../images/sparkle3.jpg");
	padding: 100px 15px;
	color: #fff;
}

.sparkle3-content {
	float: right;
	max-width: 550px;
}

.sparkle4 {
	background-image: url("../images/sparkle4.jpg");
	padding: 100px 15px;
	color: black;
}

.sparkle4-content {
	float: left;
	max-width: 550px;
}

.sparkle4-instruc {
	margin-top: 100px;
}

.sparkle5 {
	background-image: url("../images/sparkle5.jpg");
	padding: 100px 15px 30px 15px;
	color: black;
}

.sparkle5-content {
	float: right;
	max-width: 550px;
}

.sparkle5-bot {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 0px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	margin-top: 80px;
}

.sparkle-steps {
	font-size: 45px;
	position: relative;
	font-family: helve-l;
	padding-bottom: 10px;
}

.sparkle-steps:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	max-width: 200px;
	bottom: 00px;
	background-color: black;
	left: calc(50% - 100px);
}

.sparkle-steps-img {
	margin-top: 15px;
	margin-bottom: 15px;
	/*background-color: black;*/
}

.sparkle6 {
	background-image: url("../images/sparkle6.jpg");
	padding: 150px 15px;
	color: black;
}

.sparkle6-content {
	float: right;
	max-width: 650px;
}

.sparkle6-link {
	margin-top: 50px;
}

.sparkle6-link a {
	color: red;
}

.sparkle6-link a:hover {
	color: red;
}

.redesign-btn {
	border: 1px solid #262261;
	color: #262261;
	background-color: #fff;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 15px;
	font-size: 24px;
	max-width: 500px;
	margin: auto;
	margin-top: 30px;
}

.redesign-btn:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #262261;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.redesign-btn a {
	color: inherit;
}

.home-brand-sec-info li {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-brand-sec-info li:hover .brand-brand {
	width: 90%;
	left: 5%;
	bottom: 20%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-vid img {
	margin-top: 50px;
}

.home-vid-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	padding-top: 15%;
	font-size: 40px;
	opacity: 0.6;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-vid-play i {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 30px 35px;
	border-radius: 100%;
}

.home-vid-play span {
	font-size: 16px;
}

.home-vid-play:hover {
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-event {
	padding: 5px;
	position: relative;
}

.home-event-icon {
	position: absolute;
	top: -5px;
	left: -52px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}

.home-event-cont {
	position: fixed;
	right: -30%;
	top: 30%;
	max-width: 30%;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-event-cont:hover {
	right: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.big-ban {
	/*-webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    filter: blur(50px);*/
}

#about {
	/*background-color: #262262;
	padding-top: 150px;
	padding-bottom: 150px;*/
	color: #fff;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("../images/about_bg_new.jpg");
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-content {
	text-align: center;
	color: #fff;
	font-family: helve-l;
	font-size: 20px;
}

.about_heading {
	font-size: 36px;
	margin-bottom: 30px;
	font-family: helve-l;
}

#about_content {
	display: none;
	margin-top: 30px;
}

.about_logo {
	margin-bottom: 50px;
}

.about_more {
	color: #fff;
	font-size: 18px;
	position: relative;
}

.about_more:after {
	content: "";
	background-image: url("../images/arrow.png");
	width: 15px;
	height: 15px;
	position: absolute;
	background-repeat: no-repeat;
	right: -25px;
	top: 6px;
}

.about_more:hover,
.about_more:focus {
	color: #fff;
}

@media (min-width: 992px) {
	.about_award {
		position: absolute;
		bottom: 30px;
		left: 50px;
	}

	.about-content {
		position: absolute;
		top: 100px;
		right: 15px;
		max-width: 550px;
	}

	#about {
		height: 900px;
	}
}

@media (max-width: 992px) {
	.about-content {
		margin-bottom: 50px;
	}

	#about {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#branding {
	/*padding: 25px 0px;*/
}

.branding_top {
	text-align: center;
	font-family: helve-sothin;
	font-size: 44px;
	color: #262261;
}

.branding_bottom {
	max-width: 550px;
	margin: auto;
	text-align: center;
	font-family: helve-l;
	font-size: 22px;
	color: #262261;
}

.branding-heading {
	color: #fff;
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
	font-family: helve-l;
}

.category_section {
	margin-bottom: 50px;
}

.category_bg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	font-family: helve-sothin;
	color: #fff;
	letter-spacing: 4px;
}

.category_text_left {
	position: absolute;
	left: 15px;
	bottom: 0px;
}

.category_text_right {
	position: absolute;
	right: 15px;
	bottom: 0px;
}

.category_text_center {
	position: absolute;
	width: 100%;
	text-align: center;
}

.category_content {
	padding: 0px 15px;
	font-family: helve-l;
	font-size: 24px;
}

.hotel_middle_text {
	padding-left: 15px;
	padding-right: 15px;
}

.hotel_text_top {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: helve-ul;
	letter-spacing: 10px;
	font-size: 24px;
	text-align: center;
}

.developer_content {
	padding: 15px;
}

.fashion_text {
	padding: 50px 15px 0px 15px;
}

.fashion_designed_by {
	font-size: 12px;
	margin-top: 50px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.category_bg {
		font-size: 64px;
		height: 350px;
	}

	.category_text_center {
		top: 125px;
	}
}

@media (min-width: 992px) {
	.hotel_middle {
		max-width: 50%;
		margin-left: 30%;
	}

	.hotel_left {
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../images/hotel_left.jpg");
	}

	.hotel_right {
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../images/hotel_right.jpg");
	}

	.developer_content {
		position: absolute;
		right: 0px;
		max-width: 500px;
		bottom: 6%;
		background-color: transparent;
	}

	.fashion_right {
		max-width: 50%;
		margin-left: 50%;
		line-height: 2;
	}

	.fashion_left {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../images/fashion_left.jpg");
	}
}

@media (max-width: 992px) {
	.fashion_designed_by {
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.category_bg {
		font-size: 32px;
		height: 150px;
	}

	.category_text_center {
		top: 55px;
	}
}

#design_process {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("../images/design_bg.jpg");
	color: black;
	padding: 50px 15px;
	overflow: hidden;
}

.design_process_top {
	text-align: center;
}

.design_process_top_big {
	font-family: helve-sothin;
	font-size: 40px;
	line-height: 40px;
}

.design_process_top_small {
	font-family: helve-l;
	font-size: 22px;
}

.design_progress_next {
	background-color: #fff;
	color: #a7a9ab;
}

@-webkit-keyframes circlefadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0.5;
	}

	40% {
		opacity: 0;
	}

	60% {
		opacity: 0.5;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0.5;
	}
}

@keyframes circlefadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0.5;
	}

	40% {
		opacity: 0;
	}

	60% {
		opacity: 0.5;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0.5;
	}
}

@-webkit-keyframes circlefadeInb {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}

@keyframes circlefadeInb {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}

.circlefadeIn {
	-webkit-animation-name: circlefadeIn;
	animation-name: circlefadeIn;
	/*-webkit-animation-iteration-count: 2;*/
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.circlefadeInb {
	-webkit-animation-name: circlefadeInb;
	animation-name: circlefadeInb;
	/*-webkit-animation-iteration-count: 2;*/
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.circle1 {
	position: absolute;
	width: 90px;
	height: 90px;
	background-color: #c6d2d2;
	border-radius: 50%;
	right: 45%;
	top: 26%;
	opacity: 0.5;
}

.circle2 {
	position: absolute;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background-color: #ffff06;
	right: 34%;
	top: 23%;
	opacity: 0.5;
}

.circle3 {
	position: absolute;
	width: 75px;
	border-radius: 50%;
	height: 75px;
	right: 39%;
	top: 33%;
	background-color: #7546ff;
	opacity: 0.5;
}

.circle4 {
	position: absolute;
	border-radius: 50%;
	height: 130px;
	width: 130px;
	background-color: #ff5217;
	right: 28%;
	top: 36%;
	opacity: 0.5;
}

.circle5 {
	position: absolute;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	right: 22%;
	top: 40%;
	background-color: #ff4242;
	opacity: 0.5;
}

.circle6 {
	position: absolute;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	right: 4%;
	top: 8%;
	background-color: #a688f4;
	opacity: 0.5;
}

.step1-circle {
	width: 140px;
	height: 140px;
	background-color: #a688f4;
	position: absolute;
	bottom: 5%;
	left: 10%;
	border-radius: 50%;
}

.step2-circle {
	width: 140px;
	height: 140px;
	background-color: #a688f4;
	position: absolute;
	bottom: -10px;
	right: 10%;
	border-radius: 50%;
}

.step3-circle {
	width: 140px;
	height: 140px;
	background-color: #a688f4;
	position: absolute;
	top: 4%;
	right: 5%;
	border-radius: 50%;
}

.step4-circle {
	width: 140px;
	height: 140px;
	background-color: #a688f4;
	position: absolute;
	top: 10%;
	left: 20%;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.step1-circle {
		display: none;
	}

	.step2-circle {
		display: none;
	}

	.step3-circle {
		display: none;
	}

	.step4-circle {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.home-business-tablet {
		min-height: 500px;
	}
}

.about_next {
	background-color: black;
	z-index: 1;
	color: #fff;
}

.next_section_bottom_anchor {
	position: absolute;
	bottom: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.next_section_bottom_anchor .relative {
	height: inherit;
}

.link-middle {
	position: absolute;
	top: 6px;
	width: 100%;
	text-align: center;
}

.link-middle a {
	font-size: 40px;
}

.link-middle a:focus,
.link-middle a:hover {
	color: inherit;
}

.design_progress_next a {
	color: #a7a9ab;
}

.about_next a {
	color: #fff;
}

@media (min-width: 992px) {
	.design_process_top {
		float: left;
		max-width: 550px;
	}

	#design_process {
		padding: 150px 50px 80px 50px;
		background-position: top right;
	}
}

.design_box_botttom {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.design_box_top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#abouthome {
	padding: 25px 15px;
}

.abouthome-left {
	padding: 150px 30px;
	text-align: center;
}

.abouthome-heading {
	color: black;
	font-family: helve-bb;
	font-size: 65px;
	margin-top: 0;
	text-align: center;
}

.abouthome-left-content {
	color: black;
	font-size: 22px;
	text-align: center;
}

.award-va-mid {
	padding-top: 60px;
}

.award-content {
	/*padding: 25px;*/
	/* margin: 50px; */
	/* min-height: 200px; */
	/* max-height: 300px; */
	font-family: helve-l;
	overflow: auto;
	text-align: justify;
	line-height: 1.3;
	font-size: 14px;
}

.award-content::-webkit-scrollbar {
	width: 5px;
} /* this targets the default scrollbar (compulsory) */

.award-content::-webkit-scrollbar-track {
	background-color: #eeeeee;
} /* the new scrollbar will have a flat appearance with the set background color */

.award-content::-webkit-scrollbar-thumb {
	/*border-radius: 5px;*/
	background-color: #777777;
} /* this will style the thumb, ignoring the track */

.award-content::-webkit-scrollbar-corner {
	background-color: black;
}

.no-pad {
	padding: 0px;
}

.award1 {
	background-color: red;
}

.award2 {
	background-color: #f7931d;
}

.award3 {
	background-color: #2bb23c;
}

.award-name {
	font-weight: bold;
	font-size: 22px;
}

#award .row {
	margin-right: -3px;
	margin-left: -3px;
}

#testimonial {
	padding-top: 80px;
	padding-bottom: 80px;
}

#artist {
	background-color: #f8f6f6;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	/*padding: 50px 210px;*/
	/*text-transform: uppercase;*/
}

.more_artist {
	font-size: 42px;
	margin-bottom: 50px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.artist_back {
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 768px) {
	#artist {
		text-align: center;
	}
}

.artist-heading {
	text-align: center;
	font-family: helve-l;
	font-size: 36px;
	margin-bottom: 50px;
	color: #7e63ad;
}

.artist-name-link {
	color: #333333;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
}

@media (max-width: 992px) {
	.artist-name-link {
		text-align: center;
	}

	.artist-email {
		text-align: center;
	}
}

.artist-email {
	margin-top: 30px;
	text-decoration: underline;
}

.artist-name {
	margin-bottom: 60px;
}

.artist-pic {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: 162px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 10px;
}

.artist-pic:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1, 1.1);
}

#portfolio {
	/*background-color: black;*/
	/*background-color: #DBD3E8;*/
	/*padding-top: 80px;*/
}

.portfolio-heading {
	color: #272726;
	font-size: 36px;
	font-family: helve-l;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.portfolio-50 .portfolio-img {
	height: 300px;
}

.portfolio-100 .portfolio-img {
	height: 550px;
}

.portfolio-img {
	overflow: hidden;
}

.portfolio-img-child {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.portfolio-img-child:hover {
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2, 1.2);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.portfolio-info {
	background-color: #fff;
	padding: 15px;
	position: relative;
	z-index: 1;
	/*overflow: hidden;*/
}

.no_img_client {
	padding: 15px 5px;
	border: 1px solid #eeeeee;
	background-color: #fff;
}

.ajinomoto-after {
	background-color: #be1e2d;
}

.lsh-after {
	background-color: #ed1c24;
}

.portfolio-name {
	font-family: helve-l;
	font-size: 11px;
}

.ajinomoto-logo {
	margin-top: 100px;
}

.bosch-logo {
	margin-top: 100px;
}

.ik-logo {
	margin-top: 50px;
}

.hfn-logo {
	margin-top: 80px;
}

.hie-logo {
	margin-top: 65px;
}

.dabinlo-logo {
	margin-top: 55px;
}

.fresco-logo {
	margin-top: 175px;
}

.lfc-logo {
	max-width: 350px;
	width: 100%;
	margin-top: 175px;
}

.fresco-after {
	background-color: #ef4e22;
}

.lfc-after {
	background-color: #262261;
}

.hfn-after {
	background-color: #f7931d;
}

.portfolio-bottom-cont {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	overflow: hidden;
	font-family: helve-l;
	display: none;
}

.portfolio-bottom {
	margin: auto;
	width: 75%;
	text-align: center;
	font-family: helve-l;
	font-size: 14px;
	line-height: 1;
	position: relative;
}

.ajinomoto-bottom {
	color: #fff;
}

.hfn-bottom {
	color: #fff;
}

.portfolio-bottom:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	left: 95%;
	height: 1px;
}

.portfolio-bottom:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	right: 95%;
	height: 1px;
}

.portfolio-bottom-white {
	color: #fff;
}

.portfolio-bottom-white:after,
.portfolio-bottom-white:before {
	background-color: #fff;
}

.hie-after {
	background-color: #47aa42;
}

.dabinlo-bottom:after,
.dabinlo-bottom:before {
	background-color: #626365;
}

.bosch-bottom {
	color: red;
}

.bosch-bottom:after,
.bosch-bottom:before {
	background-color: red;
}

.ik-bottom {
	color: #1b75bb;
}

.ik-bottom:after,
.ik-bottom:before {
	background-color: #1b75bb;
}

.portfolio-100 .portfolio-info {
	height: 550px;
}

.portfolio-50 .portfolio-info {
	height: 300px;
}

.portfolio_learn_more {
	position: absolute;
	bottom: 25px;
	right: 25px;
	color: #fff;
	font-family: helve-l;
}

.portfolio_learn_more:hover,
.portfolio_learn_more:focus {
	color: #fff;
}

@media (min-width: 768px) {
	.home-brand-sec-info li {
		float: left;
		padding: 15px;
	}

	.home-brand-sec-info li:nth-child(1) {
		width: 30%;
	}

	.home-brand-sec-info li:nth-child(2) {
		width: 5%;
	}
	.home-brand-sec-info li:nth-child(3) {
		width: 30%;
	}
	.home-brand-sec-info li:nth-child(4) {
		width: 5%;
	}
	.home-brand-sec-info li:nth-child(5) {
		width: 30%;
	}

	.home-brand-sec-info li:nth-child(2) div {
		position: absolute;
		top: 15px;
		left: 32.5%;
		width: 1px;
		height: calc(100% - 30px);
		background-color: #c2bdc4;
	}

	.home-brand-sec-info li:nth-child(2) div:before {
		content: "";
		position: absolute;
		top: 0;
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
		border-radius: 100%;
		background-color: #c2bdc4;
	}

	.home-brand-sec-info li:nth-child(2) div:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
		border-radius: 100%;
		background-color: #c2bdc4;
	}

	.home-brand-sec-info li:nth-child(4) div {
		position: absolute;
		top: 15px;
		left: 67.5%;
		width: 1px;
		height: calc(100% - 30px);
		background-color: #c2bdc4;
	}

	.home-brand-sec-info li:nth-child(4) div:before {
		content: "";
		position: absolute;
		top: 0;
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
		border-radius: 100%;
		background-color: #c2bdc4;
	}

	.home-brand-sec-info li:nth-child(4) div:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
		border-radius: 100%;
		background-color: #c2bdc4;
	}

	.home-product {
		width: 25%;
		float: left;
	}

	.slider-nav {
		/*top: 50%;*/
		width: 100px;
		left: calc(50% - 50px);
	}

	/*	.slider-nav:after{
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-top: 20px solid rgba(255,255,255,0.7);
		background:linear-gradient(to left, rgba(255,255,255,0.7), rgba(0,0,0,0.7));
	}*/

	.section-heading-sp {
		float: left;
		width: 50%;
	}

	.section-heading-sp h1 {
		font-size: 80px;
	}

	.section-heading-sp h1:before {
		content: "";
		position: absolute;
		top: 24px;
		left: 36px;
		width: 100%;
		height: 200%;
		z-index: -1;
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
		background: #1b1844;
	}

	.part-text {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	/*#feat-section{
		height: 145px;
	}*/
	.home-portfolio {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.sparkle1-top {
		margin-bottom: 150px;
	}

	.sparkle1-content h3 {
		font-size: 60px;
	}

	.moment1-content h3 {
		font-family: helve-l;
		font-size: 60px;
	}

	.the_story {
		font-size: 60px;
	}

	.sparkle1-content {
		font-size: 20px;
	}

	.small-ban {
		position: absolute;
		bottom: 0;
		left: 20%;
		width: 60%;
	}

	.portfolio-100 {
		width: 100%;
	}

	.portfolio-50 {
		width: 50%;
	}

	.portfolio-container {
		float: left;
	}

	.portfolio-50 .portfolio-info {
		width: 50%;
		float: left;
	}

	.portfolio-100 .portfolio-info {
		width: 50%;
		float: left;
	}

	.portfolio-img {
		width: 50%;
		float: left;
	}

	.portfolio-info:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: -25px;
		top: 50px;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}

	.fresco-after:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		left: -25px;
		top: 50px;
		border-top: 15px solid transparent;
		border-right: 25px solid #ef4e22;
		border-bottom: 15px solid transparent;
	}

	.ajinomoto-after:after {
		border-left: 25px solid #be1e2d;
	}

	.hfn-after:after {
		border-left: 25px solid #f7931d;
	}

	.hie-after:after {
		border-left: 25px solid #47aa42;
	}

	.white-portfolio-after:after {
		border-left: 25px solid #fff;
	}

	.lsh-after:after {
		border-left: 25px solid #ed1c24;
	}

	.no_img_client {
		width: 20%;
		float: left;
	}
}

@media (max-width: 1380px) {
	.bigtext1 {
		font-size: 48pt;
	}
	.bigtext2 {
		font-size: 36pt;
	}
}
@media (max-width: 992px) {
	footer {
		text-align: center;
	}

	.bigtext1 {
		font-size: 40pt;
	}
	.bigtext2 {
		font-size: 28pt;
	}

	.portfolio-container {
		text-align: center;
	}

	.portfolio-info:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		left: calc(50% - 30px);
		bottom: -20px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		z-index: 1;
	}

	.fresco-after:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		left: calc(50% - 30px);
		top: -20px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 38px solid #ef4e22;
		z-index: 1;
	}

	.ajinomoto-after:after {
		border-top: 38px solid #be1e2d;
	}

	.hfn-after:after {
		border-top: 38px solid #f7931d;
	}

	.hie-after:after {
		border-top: 38px solid #47aa42;
	}

	.white-portfolio-after:after {
		border-top: 38px solid #fff;
	}

	.lsh-after:after {
		border-top: 38px solid #ed1c24;
	}

	.no_img_client {
		width: 33.33333%;
		float: left;
	}
}

@media (max-width: 768px) {
	.home-portfolio {
		width: 100%;
	}

	.design_box_top {
		display: none;
	}

	.design_box_botttom {
		display: none;
	}

	.bigtext1 {
		font-size: 18pt;
	}
	.bigtext2 {
		font-size: 12pt;
	}

	.home-business {
		text-align: center;
	}

	.num-box {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.slider-nav {
		/*top: 45%;*/
		width: 50px;
		left: calc(50% - 25px);
	}

	.sparkle2-big {
		font-size: 50px;
	}

	.sparkle2-small {
		font-size: 40px;
	}

	.sparkle3-big {
		font-size: 50px;
	}

	.sparkle3-small {
		font-size: 40px;
	}

	.sparkle4-big {
		font-size: 50px;
	}

	.sparkle4-small {
		font-size: 40px;
	}

	.sparkle5-big {
		font-size: 50px;
	}

	.sparkle5-small {
		font-size: 40px;
	}

	.sparkle6-big {
		font-size: 50px;
	}

	.sparkle6-small {
		font-size: 40px;
	}
}

/*Product.php*/
.slick-dots li button {
	background-color: #eeeeee;
	border-radius: 20px;
}

.indi-product-sec {
	padding-top: 50px;
	padding-bottom: 25px;
}

.product-head {
	color: #262261;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.product-choose {
	list-style-type: none;
	padding-left: 0px;
	font-size: 18px;
}

.product-choose > li > a {
	color: #333333;
}

.product-choose > li > a:hover {
	color: #333333;
	text-decoration: none;
}

.product-main-box {
	margin-bottom: 20px;
	border: 2px solid #c2bdc4 !important;
}

.product-name {
	font-size: 19px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.qty-product-sec {
	float: right;
	margin-right: 15px;
}

.input-qty {
	border: 1px solid #333333;
	padding: 6px 5px;
	min-width: 60px;
	text-align: center;
	border-radius: 5px;
	margin-left: 10px;
}

.atc-btn {
	padding: 3px 15px;
	background-color: #333333;
	color: #fff;
	/*float: right;*/
	border-radius: 5px;
	max-width: 180px;
}

.atc-btn:hover {
	cursor: pointer;
}

.cart-cart {
	height: 30px;
	margin-left: 35px;
}

#product-comment {
	margin-top: 20px;
	margin-bottom: 20px;
}

.indi-comment {
	border: 2px solid #c2bdc4;
	padding: 15px 10px;
	border-radius: 5px;
	margin-top: 15px;
}

.comment-profile-pic {
	width: 50px;
	height: auto;
}

.commentor-name {
	font-family: proxima-b;
	color: #262261;
	font-size: 22px;
	margin-bottom: 0px;
}

.submit-comment {
	background-color: #333333;
	border: none;
	padding: 10px;
	color: #fff;
}

.comment-post {
	width: 100%;
}

.share-your-comment {
	margin-top: 20px;
}

#customize_form {
	display: none;
}

#customize_upload {
	display: none;
}

#atc-step-2 {
	display: none;
}

#atc-step-3 {
	display: none;
}

.atc-steps {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: none;
	z-index: 1;
}

.atc-step-cont-bg {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -11;
}

.atc-step-cont {
	background-color: #fff;
	border-radius: 10px;
	max-width: 800px;
	margin: auto;
	margin-top: calc(10% + 50px);
	padding: 15px;
	max-height: 80%;
	overflow: auto;
	z-index: 1;
}

.atc-step-cont::-webkit-scrollbar {
	display: none;
}

.atc-step-cont::-moz-scrollbar {
	display: none;
}

.atc-step-cont::scrollbar {
	display: none;
}

.step-btn-cont {
	margin-top: 20px;
}

.step-btn {
	border: none;
	background-color: #262261;
	color: #fff;
	padding: 5px 15px;
}

.addon-list {
	padding-left: 0px;
}

.addon-list li {
	/*float: left;*/
	list-style-type: none;
	padding: 25px 15px;
	/*text-align: center;*/
	border: 1px solid #c2bdc4;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.addon-list li:hover {
	cursor: pointer;
}

.addon-list .active {
	border: 2px solid #5dcbae;
}

.addon-img {
	max-width: 80%;
	margin: auto;
	min-height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #c2bdc4;
}

.marker-ul {
	/*background-color: rgba(0,0,0,0.7);*/
	padding: 10px;
	position: fixed;
	right: 0;
	top: 35%;
	list-style-type: none;
	z-index: 10;
}

.marker-ul li {
	padding: 2px;
}

.marker-circle {
	width: 13px;
	height: 13px;
	margin-bottom: 5px;
	background-color: black;
	border: 2px solid #fff;
	border-radius: 100%;
	opacity: 0.4;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.marker-circle.active {
	opacity: 1;
	background-color: #5dcbae;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.deluxe1 {
	background-image: url("../images/deluxe1bg2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.deluxe1-content {
	color: #231f20;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 22px;
	margin-bottom: 160px;
	padding: 15px;
	line-height: 1.5;
}

.deluxe2 {
	background-image: url("../images/deluxe2bg2.jpg");
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 15px;
}

.deluxe2-content {
	color: #fff;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 750px;
	/* text-align: center; */
	float: left;
	/* background-color: rgba(255,255,255,0.6); */
}

.deluxe3 {
	background-image: url("../images/deluxe3bg.jpg");
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 15px;
}

.deluxe3-content {
	padding-left: 5%;
	padding-right: 5%;
	color: black;
	max-width: 750px;
	/* text-align: center; */
}

.deluxe4 {
	background-image: url("../images/deluxe4bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 15px;
}

.deluxe4-content {
	padding-left: 5%;
	padding-right: 5%;
	color: black;
	max-width: 650px;
	margin: auto;
	/* text-align: center; */
}

.nature1-content {
	color: #603916;
}

.nature2 {
	margin-top: 50px;
	text-align: center;
	color: #603916;
	background-image: url("../images/nature2bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 15px;
}

.moment1 {
	background-image: url("../images/moment1bg2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 15px;
}

.moment1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.2);
}

.moment1-content {
	/*background-color: rgba(255,255,255,0.6);*/
}

.dpbig {
	font-family: helve-ul;
	color: black;
}

.dpcontent {
	font-family: helve-l;
	font-size: 18px;
}

#digital {
	padding-top: 50px;
	margin-bottom: 50px;
}

#printing {
	margin-top: 50px;
	margin-bottom: 50px;
}

.deer2-content {
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.rhino2-content {
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.product-enquire {
	width: 100%;
	max-width: 350px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
}

.penquire {
	background-color: #262261;
	color: #fff;
	padding: 5px 15px;
	border: none;
}

.product-enquire-form {
	border: 1px solid #e3e3e3;
	padding: 15px;
	border-radius: 5px;
}

.bear_bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/bear_papa_bg.jpg");
	height: 700px;
	background-attachment: fixed;
}

.bear_bg2 {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/bear_papa_bg2.jpg");
	height: 700px;
	background-attachment: fixed;
	color: black;
}

.huku_bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/huku_bg.jpg");
	height: 750px;
	background-attachment: fixed;
	margin-top: 25px;
}

.penguin_bg {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/penguin_bg.jpg");
	height: 550px;
	background-attachment: fixed;
}

.deer_bg {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/deer_bg.jpg");
	height: 450px;
	background-attachment: fixed;
	margin-top: 25px;
}

.deer_bg2 {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/deer_bg2.jpg");
	height: 850px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	color: black;
	font-family: helve-l;
}

.rhino_bg {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/rhino_bg.jpg");
	height: 550px;
	background-attachment: fixed;
	margin-top: 25px;
}

.content-opa-bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.absolute-left {
	position: absolute;
	left: 0;
	padding: 15px;
}

.bear_content {
	position: absolute;
	text-align: justify;
	font-size: 22px;
}

@media (min-width: 992px) {
	.bear_content {
		top: 20%;
		right: 0;
		max-width: 550px;
	}

	.bear_name {
		font-size: 63px;
	}

	.absolute-left {
		top: 25%;
		max-width: 550px;
	}

	.deer_bg2_big {
		font-size: 57px;
	}
}

@media (max-width: 992px) {
	.bear_name {
		font-size: 42px;
	}

	.absolute-left {
		top: 15%;
	}

	.deer_bg2_big {
		font-size: 42px;
	}
}

.bear_inner_content {
	padding: 15px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: helve-l;
}

.bear_inner_content_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.bear_name {
	font-family: helve-l;
}

.bear_category {
	font-size: 26px;
	text-align: center;
}

.huku_name {
	font-size: 54px;
}

.huku_category {
	font-size: 28px;
}

.bear_info {
	font-size: 22px;
	text-align: justify;
}

.talkbubble {
	max-width: 350px;
	padding: 15px;
	background: #aaaaaa;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 24px;
	text-align: justify;
	margin: auto;
}

.talkbubble:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 90px;
	left: calc(50% - 25px);
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 40px solid #aaaaaa;
}

.talkbubble a {
	color: #fff;
}

.bear_manual {
	margin-top: 50px;
}

.the_story {
	font-family: helve-l;
}

.nature_core_feature {
	color: #603917;
	font-size: 26px;
}

.nature_content {
	color: #5f3916;
	font-size: 18px;
}

.nature_new_content_container {
	text-align: left;
}

@media (min-width: 992px) {
	.moment2-img {
		width: 40%;
		padding: 50px 15px;
		float: right;
	}

	.moment2-content {
		/*width: 60%;*/
		padding: 50px 15px;
		float: left;
	}

	.dpbig1 {
		font-size: 86px;
	}

	.dpbig2 {
		font-size: 72px;
	}

	.nature_content_1 {
		position: absolute;
		top: 200px;
		left: 0;
		max-width: 55%;
	}

	.nature_new_content_container {
		clear: both;
	}

	.nature_new_content_container_img {
		float: right;
	}
}

@media (max-width: 992px) {
	.moment2-content {
		padding: 50px 15px;
	}

	.moment2-img {
		padding: 0px 15px;
	}

	.dpbig1 {
		font-size: 43px;
	}

	.dpbig2 {
		font-size: 43px;
	}

	.bear_content {
		top: 10%;
	}
}

@media (min-width: 768px) {
	.indi-comment {
		display: inline-block;
		width: 100%;
	}

	/*.addon-list li{
		width: 33%;
	}*/

	.comment-profile-pic {
		float: left;
		margin-right: 10px;
	}

	.comment-info {
		float: left;
	}
}

@media (max-width: 768px) {
	.comment-profile-pic {
		display: none;
	}
	/*	.addon-list li{
		width: 100%;
	}*/

	.addon-img {
		max-width: 300px;
	}
}

/*Checkout*/
.indi-product-cont {
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.indi-product-cont:hover {
	-webkit-box-shadow: 0px 6px 44px -4px rgba(102, 102, 102, 1);
	-moz-box-shadow: 0px 6px 44px -4px rgba(102, 102, 102, 1);
	box-shadow: 0px 6px 44px -4px rgba(102, 102, 102, 1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.indi-product-cont a {
	color: #585858;
	text-decoration: none;
}

.list-product-img {
	height: 200px;
	width: auto !important;
}

.login-subheading {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}

.login-form {
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-top: 30px;
}

.contact-input {
	min-height: 45px;
	width: 100%;
	max-width: 600px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
}

.inputbtn {
	background-color: #262261;
	color: #fff;
	border: none;
	font-family: helve-cn;
	padding: 10px 25px;
}

.indi-product-img {
	/*height: 200px;*/
	max-width: 100%;
	margin: auto;
	margin-bottom: 15px;
	width: 100%;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.wishlist {
	position: absolute;
	top: 10px;
	right: -50px;
	z-index: 2;
	width: 100px;
	text-align: left;
	padding: 5px;
	padding-left: 15px;
	background-color: #262261;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
}

.wishlist:hover {
	cursor: pointer;
}

@media (min-width: 992px) {
	.indi-product-cont {
		/*height: 350px;*/
	}
}

/*Product List*/
.pagination-cont {
	display: block;
	margin-bottom: 15px;
}

.product-list-pagination {
	list-style-type: none;
	padding-left: 10px;
	display: inline-block;
}

.product-list-pagination li {
	float: left;
	padding: 0px 5px;
	margin: 0px 5px;
}

.pagination-sort {
	border: 1px solid #262261;
	border-radius: 2px;
}

.pagination-sort:hover {
	background-color: #262261;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.pagination-sort:hover a {
	color: #fff;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.product-list-row {
	margin-bottom: 20px;
}

.custom-opt {
	width: 48%;
	padding: 15px;
	border: 1px solid #c2bdc4;
	border-radius: 10px;
}

.custom-opt-hide {
	display: none;
}

.custom-opt-hide:checked + .custom-opt {
	border: 2px solid #5dcbae;
	color: #5dcbae;
}

/*7 types of choices*/
/*.choice-box{
	max-width: 600px;
	margin: auto;
}*/

.choice-img {
	border: 1px solid #c2bdc4;
	/*margin-bottom: 15px;*/
}

.choice-img:hover {
	cursor: pointer;
}

.choice-text {
	color: #fff;
	padding: 10px 15px;
	display: none;
	text-align: center;
}

.choice-logo {
	margin-top: 5px;
}

.choice1 {
	background-color: #27245e;
}

.choice2 {
	background-color: #a29445;
}

.choice3 {
	background-color: #88c657;
}

.choice4 {
	background-color: #6d6e71;
}

.choice5 {
	background-color: black;
}

.choice6 {
	background-color: #ca6836;
}

.choice7 {
	background-color: #f47c5d;
}

/*Profile*/
.history-ol {
	padding-left: 15px;
	margin-top: 30px;
}

/*LSH*/
.lsh_content {
	font-family: helve-l;
	font-size: 22px;
}

.lsh_1 {
	padding: 50px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	background-image: url("../images/lsh_2.jpg");
}

.lsh_2 {
	padding: 50px 0px;
}

.lsh_1_text {
	padding: 50px 15px;
}

.lsh_3 {
	padding: 50px 15px;
}

.lsh_5 {
	padding: 100px 15px;
}

.lsh_4 {
	background-color: #f2f1f4;
	/*padding-top: 50px;*/
}

.lsh_6 {
	padding: 50px 0px;
}

#lsh_feed {
	text-align: center;
	margin-bottom: 50px;
}

.lsh_7 {
	padding-top: 50px;
	background-color: #efeef2;
}

.lsh_7_text {
	background-color: #c8c8c8;
	padding: 15px;
	margin-bottom: 0px;
}

.lsh_5_text {
	/*margin-top: 100px;*/
	text-align: justify;
}

@media (min-width: 992px) {
	.lsh_1 {
		height: 850px;
	}

	.lsh_1_text {
		position: absolute;
		width: 40%;
		top: 250px;
		left: 50px;
	}

	.lsh_2_left_image {
		max-width: 50%;
		float: left;
	}

	.lsh_2_text {
		position: absolute;
		width: 40%;
		bottom: 1%;
		right: 50px;
	}

	.lsh_4_right_image {
		max-width: 35%;
		float: right;
		margin-right: 5%;
	}

	.lsh_4_vid {
		/*position: absolute;
		left: 50px;
		width: 45%;
		bottom: 10%;
		height: 50%;*/
	}

	.lsh_6_right_image {
		max-width: 70%;
		float: right;
	}

	#lsh_feed {
		width: 30%;
		float: left;
	}

	.lsh_5_right_1 {
		position: absolute;
		top: 50px;
		right: 15px;
		z-index: -1;
		height: 550px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_10.png");
	}

	.lsh_5_right_2 {
		position: absolute;
		top: 90px;
		right: 100px;
		z-index: -2;
		height: 470px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_10.png");
	}

	.lsh_5_right_3 {
		position: absolute;
		top: 130px;
		right: 185px;
		z-index: -3;
		height: 390px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_10.png");
	}

	.lsh_5_right_4 {
		position: absolute;
		top: 170px;
		right: 270px;
		z-index: -4;
		height: 310px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_10.png");
	}

	.lsh_5_right_5 {
		position: absolute;
		top: 210px;
		right: 355px;
		z-index: -5;
		height: 230px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_10.png");
	}

	.lsh_5_left_1 {
		position: absolute;
		top: 50px;
		left: 15px;
		z-index: -1;
		height: 550px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_11.png");
	}

	.lsh_5_left_2 {
		position: absolute;
		top: 90px;
		left: 100px;
		z-index: -2;
		height: 470px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_11.png");
	}

	.lsh_5_left_3 {
		position: absolute;
		top: 130px;
		left: 185px;
		z-index: -3;
		height: 390px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_11.png");
	}

	.lsh_5_left_4 {
		position: absolute;
		top: 170px;
		left: 270px;
		z-index: -4;
		height: 310px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_11.png");
	}

	.lsh_5_left_5 {
		position: absolute;
		top: 210px;
		left: 355px;
		z-index: -5;
		height: 230px;
		width: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-image: url("../images/lsh_11.png");
	}

	.lsh_5_center {
	}
}

@media (max-width: 992px) {
	.lsh_2_text {
		padding: 50px 15px 0px 15px;
	}

	.lsh_4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.lsh_4_vid {
		/*margin-top: 30px;
		width: 100%;
		height: 350px;*/
	}
}

.lsh_4_vid {
	width: 100%;
	height: 550px;
}

@media (max-width: 768px) {
	.lsh_4_vid {
		height: 350px;
	}
}

/*ARC*/
#arc_section_1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/arc_1.jpg");
	padding: 60px 25px 300px 25px;
}

.arc_section_1_text {
	max-width: 800px;
	margin: auto;
	margin-top: 80px;
	font-size: 20px;
	text-align: justify;
}

#arc_section_2 {
	position: relative;
	background-color: #8fd3cf;
	padding: 80px 25px;
}

.arc_2_abs {
	text-align: center;
	color: black;
	font-size: 18px;
	margin-bottom: 35px;
}

.arc_2_abs > img {
	margin-bottom: 10px;
}

.arc_2_abs > b {
	font-size: 24px;
}

.arc_section_2_img {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	#arc_section_2 {
		height: 800px;
	}

	.arc_section_2_img {
		position: absolute;
		top: calc(50% - 150px);
		left: calc(50% - 193px);
	}

	.arc_2_abs {
		position: absolute;
		width: 400px;
	}

	.arc_2_1 {
		top: 50px;
		left: calc(50% - 200px);
	}

	.arc_2_2 {
		top: 250px;
		left: 50px;
	}

	.arc_2_3 {
		top: 250px;
		right: 50px;
	}

	.arc_2_4 {
		bottom: 50px;
		left: 150px;
	}

	.arc_2_5 {
		bottom: 50px;
		right: 150px;
	}
}

#arc_section_3 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/arc_3.jpg");
	padding: 300px 25px;
}

.arc_section_3_text {
	max-width: 800px;
	margin: auto;
	margin-top: 80px;
	font-size: 20px;
	text-align: justify;
}

#arc_section_5 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/arc_5.jpg");
	padding: 300px 25px;
}

.arc_section_5_text {
	max-width: 800px;
	margin: auto;
	margin-top: 80px;
	font-size: 20px;
	text-align: justify;
}

#arc_section_6 {
	background-color: #8fd3cf;
	padding: 80px 25px;
}

.arc_section_6_heading {
	color: black;
	font-size: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.arc_section_6_text {
	min-height: 80px;
}

@media (min-width: 768px) {
	.arc_form {
		width: 80%;
		margin: auto;
	}
}

.arc_input {
	border: none;
	color: #fff;
	padding: 8px 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	width: 100%;
	background-color: transparent;
}

.arc_input::-webkit-input-placeholder {
	color: #fff;
}

.arc_input::-moz-placeholder {
	color: #fff;
}

.arc_input::-ms-input-placeholder {
	color: #fff;
}

.arc_input:-moz-placeholder {
	color: #fff;
}

.arc_submit {
	color: #fff;
	background-color: black;
	padding: 8px 15px;
	width: 100%;
	margin-top: 25px;
	border: 0px;
	font-size: 24px;
}

.arc_4_gallery {
	padding: 50px 25px;
}

.arc_gallery_row_1 {
	width: 32%;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 1%;
	margin-bottom: 8px;
}

.arc_gallery_row_2 {
	width: 22%;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 1%;
}

.arc_gallery_row_3 {
	width: 29%;
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
}

.arc_gallery_img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.arc_gallery_img_short {
	height: 225px;
}

.arc_gallery_img_tall {
	height: 320px;
}

.arc_gallery_text {
	height: 320px;
	padding: 50px 15px;
	background-color: #eeeeef;
}

.arc_gallery_text > div {
	max-height: 200px;
	overflow: auto;
}

.arc_gallery_text > div::-webkit-scrollbar {
	width: 5px;
} /* this targets the default scrollbar (compulsory) */

.arc_gallery_text > div::-webkit-scrollbar-track {
	background-color: #eeeeee;
} /* the new scrollbar will have a flat appearance with the set background color */

.arc_gallery_text > div::-webkit-scrollbar-thumb {
	/*border-radius: 5px;*/
	background-color: #777777;
} /* this will style the thumb, ignoring the track */

.arc_gallery_text > div::-webkit-scrollbar-corner {
	background-color: black;
}

/*new branding*/
.div-tb {
	display: table;
}

.div-tr {
	display: table-row;
}

.div-td {
	display: table-cell;
}

.nb_big_section {
	min-height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.nb_big_section .div-td {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-family: helve-l;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#nb_1 {
	background-image: url("../images/nb_1.jpg");
}

#nb_2 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#nb_3 {
	background-image: url("../images/nb_3.jpg");
}

#nb_4 {
	width: 100%;
}

#nb_4 .div-td-sm:first-child {
	background-color: #e8e8e7;
	font-size: 20px;
	color: black;
}

#nb_5 {
	background-image: url("../images/nb_5.jpg");
}

#nb_6 {
	max-width: 1100px;
	margin: auto;
}

.nb_6_text {
	position: absolute;
	width: 100%;
	padding: 5px 15px;
	bottom: 0;
	min-height: 150px;
	color: black;
	font-size: 18px;
}

#nb_7 {
	background-image: url("../images/nb_7.jpg");
}

#nb_8 {
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 18px;
	color: black;
}

#nb_9 {
	background-image: url("../images/nb_9.jpg");
}

#nb_10 {
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 18px;
	color: black;
}

#nb_11 {
	background-image: url("../images/nb_11.jpg");
}

.nb_12_text {
	background-color: #e8e8e7;
	color: black;
	font-size: 18px;
}

.nb_12_text b {
	font-size: 22px;
}

@media (min-width: 768px) {
	.nb_big_section .div-td {
		font-size: 60px;
	}

	.nb_big_section {
		min-height: 700px;
	}

	.div-tb-sm {
		display: table;
		width: 100%;
	}

	.div-tr-sm {
		display: table-row;
	}

	.div-td-sm {
		display: table-cell;
	}

	#nb_2 .div-td-sm {
		vertical-align: middle;
		max-width: 320px;
		padding-right: 10px;
	}

	#nb_2 .div-td-sm:last-child {
		/*padding-left: 80px;*/
	}

	#nb_4 .div-td-sm {
		padding: 50px;
		vertical-align: middle;
	}
	#nb_4 .div-td-sm:first-child {
		max-width: 700px;
		padding: 50px 80px;
	}

	.nb_6_img_cont {
		width: 33%;
		float: left;
	}

	#nb_10 .div-td-sm {
		padding: 15px;
		vertical-align: middle;
	}

	#nb_10 .div-td-sm:last-child {
		max-width: 800px;
	}

	#nb_12 .div-td-sm {
		padding: 15px 25px;
		vertical-align: middle;
	}

	.nb_12_text {
		min-height: 400px;
	}

	.nb_12_text p {
		width: 350px;
		margin: auto;
	}
}

@media (min-width: 992px) {
	.nb_big_section .div-td {
		font-size: 90px;
	}

	.nb_12_text p {
		width: 450px;
		margin: auto;
	}
}

@media (max-width: 768px) {
	.nb_big_section {
		min-height: 500px;
	}

	.nb_big_section .div-td {
		font-size: 40px;
	}

	#nb_2 .div-td-sm {
		padding: 15px;
	}

	#nb_4 .div-td-sm {
		padding: 50px 25px;
	}

	.nb_6_img_cont {
		display: inline-block;
	}

	.nb_6_img_cont > img {
		max-width: 100%;
		margin: auto;
	}

	#nb_10 .div-td-sm {
		padding: 15px 25px;
	}

	#nb_12 .div-td-sm {
		padding: 30px 25px;
	}
}

/*footer*/
.recently-viewed {
	font-family: helve-l;
	text-align: center;
	font-size: 32px;
	color: black;
	margin-bottom: 30px;
}

.recent-view-sec {
	/*background-color: #eedbff;*/
	padding-top: 30px;
	padding-bottom: 40px;
}

.recent-view-box {
	border: 1px solid #c2bdc4;
	padding: 10px;
	text-align: center;
	background-color: #fff;
}

.recent-view-box img {
	margin: auto;
	max-height: 500px;
}

.recent-view-small img {
	max-height: 100px;
}

.recent-view-time {
	font-size: 14px;
	margin-top: 10px;
}

.recent-view-name {
	font-size: 10px;
	/*font-size: 24px;*/
	margin-bottom: 0px;
	margin-top: 10px;
	color: #333333;
}

.recent-view-name:hover {
	color: #333333;
}

.footer-contact-sec {
	background-color: white;
	/* background: linear-gradient(rgba(38, 34, 97, 0.9), rgba(38, 34, 97, 0.9)), url(../images/brand_1.jpg); */
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	/* color: #262261; */
	color: #40068b;
	/*padding: 25px 15px;*/
}

.footer-contact-input {
	color: #333333;
	margin-bottom: 5px;
	width: 100%;
	max-width: 350px;
	border: none;
	padding: 5px;
	border-radius: 5px;
}

.footer-contact-submit {
	background-color: #fff;
	color: #262261;
	border: none;
	padding: 5px 10px;
	/*	font-size: 18px;
	font-family: helve-b;*/
}

.contact-info {
	/*	font-family: helve-roman;
	font-size: 20px;*/
	line-height: 1.2;
}

/*.contact-info-b{
	font-family: helve-b;
	font-size: 24px;
}*/

/*.contact-info-field{
	font-family: helve-b;
	font-size: 20px;
}*/

footer {
	/*padding: 40px 30px 15px 15px;*/
	padding: 30px 20px;
	/*background-color: black;*/
	/* background-color: #262261; */
	background-color: #40068b;
	color: #fff;
	/* color: #c9c9ff; */
}

#footer_social {
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
	margin-top: 30px;
}

#footer_social li {
	float: left;
	padding-right: 20px;
	/*padding-bottom: 5px;*/
	padding-top: 30px;
	font-size: 24px;
}

footer a {
	/* color: #c9c9ff; */
	color: white;
}

footer h5 {
	color: #fff;
}

#footer_social li a {
	/*color: #fff;*/
}

#footer_social li a i {
	color: #262261;
	background: #c9c9ff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.press_img {
	margin-bottom: 5px;
}

.footer-about {
	/*font-family: helve-l;*/
	font-size: 16px;
}

#gmap {
	/*width: 100%;*/
	/*height: 350px;*/
	width: 90%;
	height: 230px;
}

@media (min-width: 992px) {
	.footer-copyright {
		text-align: right;
	}

	.footer-contact-sec {
		position: relative;
	}

	.footer-contact-left {
		padding-top: 50px;
	}
}

@media (max-width: 992px) {
	.footer-copyright {
		text-align: center;
	}

	.footer-contact-left {
		padding: 15px;
	}

	.footer-form {
		padding-top: 80px;
	}
}

.footer-form {
	text-align: center;
	padding-top: 60px;
}

.mycustom1 {
	height: 180px;
	text-align: center;
	border: 1px solid black;
	color: white;
	padding: 20px;
	background-color: rgba(38, 34, 98, 0.9);
}

/*/new page/*/
.spacing_5 {
	height: 5px;
}
.spacing_10 {
	height: 10px;
}
.spacing_15 {
	height: 15px;
}
.spacing_30 {
	height: 30px;
}
.spacing_50 {
	height: 50px;
}
.spacing_80 {
	height: 80px;
}
.spacing_100 {
	height: 100px;
}

.artist-inspiration-name {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: proxima-b;
	font-size: 20px;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.artist-inspiration-name {
		margin-bottom: 0;
	}

	.artist-inspiration-name.wb {
		border-right: 1px solid black;
	}
}

.artist-inspiration2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	background-image: url("../images/artist-inspiration2.jpg");
	padding-top: 50px;
	padding-bottom: 50px;
}

.artist-inspiration2-content {
	max-width: 450px;
	text-align: justify;
	color: black;
}

.artist-inspiration-heading {
	font-size: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: proxima-b;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.artist-inspiration2 {
		background-position: top left;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media (min-width: 992px) {
	.artist-inspiration2 {
		padding-top: 250px;
		padding-bottom: 250px;
	}
}

@media (min-width: 768px) {
	.holder-sm-6 {
		width: 50%;
		float: left;
	}
}

.wd600 {
	max-width: 600px;
	margin: auto;
}

.planner-name {
	position: absolute;
	bottom: 15%;
	right: 0;
	text-transform: uppercase;
	font-family: proxima-b;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	width: 100%;
	max-width: 70%;
	/*letter-spacing: */
	text-align: right;
}

.pn1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,25b8c1+100&0+1,1+100 */
	background: -moz-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(253, 254, 254, 0) 1%,
		rgba(37, 184, 193, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(253, 254, 254, 0) 1%,
		rgba(37, 184, 193, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(253, 254, 254, 0) 1%,
		rgba(37, 184, 193, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#25b8c1',GradientType=1 ); /* IE6-9 */
}

.pn2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,413f40+100&0+1,1+100 */
	background: -moz-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(253, 253, 253, 0) 1%,
		rgba(65, 63, 64, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(253, 253, 253, 0) 1%,
		rgba(65, 63, 64, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(253, 253, 253, 0) 1%,
		rgba(65, 63, 64, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#413f40',GradientType=1 ); /* IE6-9 */
}

.pn3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,802322+100&0+1,1+100 */
	background: -moz-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(254, 253, 253, 0) 1%,
		rgba(128, 35, 34, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(254, 253, 253, 0) 1%,
		rgba(128, 35, 34, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(254, 253, 253, 0) 1%,
		rgba(128, 35, 34, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#802322',GradientType=1 ); /* IE6-9 */
}

.planner-name2 {
	position: absolute;
	bottom: 25px;
	left: 50px;
	text-transform: uppercase;
	font-family: proxima-b;
	font-size: 18px;
	color: black;
}

.ai-artist1 {
	background-color: #eee6d5;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ai-artist2 {
	background-color: #f1bfbf;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ai-artist3 {
	background-color: #add6c5;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ai-artist4 {
	background-color: #ecf1f1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ai-artist-msg {
	width: 80%;
	margin: auto;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.ai-artist-msg:before {
	content: "";
	width: 50px;
	height: 31px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/ai-quote.png");
	position: absolute;
	top: 0;
	left: -10%;
}

.ai-artist-msg:after {
	content: "";
	width: 50px;
	height: 31px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/ai-quote2.png");
	position: absolute;
	bottom: 0;
	right: -10%;
}

.ai-artist-tb .div-td-sm {
	padding: 25px;
}

@media (min-width: 768px) {
	.div-tb-sm {
		display: table;
	}

	.div-tr-sm {
		display: table-row;
	}

	.div-td-sm {
		display: table-cell;
	}

	.ai-artist-tb .div-td-sm {
		width: 50%;
		padding: 15px;
		vertical-align: middle;
		font-size: 16px;
		font-style: italic;
	}
}

.btn-purple,
.btn-blue {
	border-radius: 0;
	transition: all 0.3s;
	font-weight: bold;
	font-size: 14px;
	font-family: proxima-b !important;
	letter-spacing: 1px;
	padding: 12px;
}

.btn-purple {
	border: 2px solid #262261;
	color: #262261;
}

.btn-purple:hover {
	background-color: #262261;
	color: white;
}

.btn-blue {
	border: 2px solid #59d9d3;
	color: #59d9d3;
}

.btn-blue:hover {
	background-color: #59d9d3;
	color: white;
}

.btn-light {
	border-radius: 0 !important;
	font-family: proxima-b !important;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}

#abouthome [data-toggle="collapse"].collapsed .if-not-collapse {
	display: none;
}
#abouthome [data-toggle="collapse"]:not(.collapsed) .if-collapse {
	display: none;
}

.if-not-collapse i,
.if-collapse i,
#seework i {
	font-size: 14px;
	padding-left: 5px;
}

.mission-version {
	font-family: helve-b;
	font-weight: 600;
}

.shared-font {
	font-family: proxima-b !important;
}

.home-heading-h1 {
	font-size: 46px;
	text-align: left;
	line-height: 1;
}

.imgbox {
	position: relative;
	z-index: 1;
}

.txtbox {
	position: relative;
	background-color: #260351;
	width: 40%;
	padding: 10px 10px 5px;
	top: -67px;
	z-index: 0;
}

.txtbox2 {
	/* float: right; */
	position: absolute;
	top: 200px;
	right: 0;
	z-index: 0;
	padding: 10px 10px 5px;
	width: 40%;
}

.mbile {
	position: relative;
	margin: auto;
}

.ul-main {
	font-size:12px;
	list-style-position:outside;
	padding-left:15px;
	list-style-type:'\25BA';
}

.p-main {
	color:white;
	margin:0px 0px 0px 2px;
}

.ul-service {
	list-style-position: inside;
	color:white;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

@media screen and (max-width: 768px) {
	.txtbox {
		width: 60%;
		top: -32px;
		left: 8px;
	}
	.mbile {
		position: relative;
		margin: auto;
		width: 80%;
	}

	h1.home-heading-h1 {
		font-size: 36px;
		text-align: left;
	}
}

@media screen and (max-width: 426px) {
	div.box2 {
		max-width: 360px;
		height: 150px;
	}

	.footer-form {
		text-align: center;
		padding-top: 30px;
	}

	p.description {
		font-size: 12px;
	}

	h1.home-heading-h1 {
		font-size: 30px;
		text-align: left;
	}

	img.logo-img {
		width: 40%;
	}

	.box2-img {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 16%;
		padding: 7px;
		margin-right: 18px;
	}

	.box2-b {
		font-size: 24px;
		font-family: poppins;
		font-weight: 800;
	}

	.txtbox {
		width: 58%;
		top: -34px;
		left: -49px;
		padding: 0;
	}

	.ul-main {
		font-size: 7px;
		list-style-position: outside;
		padding-left: 18px;
		padding-bottom: 6px;
		list-style-type:'\25BA';
	}

	.txtbox2 {
		float: right;
		position: absolute;
		top: 125px;
		right: 0;
		z-index: 0;
		padding: 0;
		width: 40%;
		padding: 0px 0px 0px;
	}

	.mbile {
		position: relative;
		margin-left: 87px; /*23%*/
		width: 68%;
	}
}

@media screen and (max-width: 376px) {
	div.box2 {
		max-width: 320px;
		height: 150px;
	}

	.txtbox {
		width: 67%;
		top: -30px;
		left: -62px;
		padding: 0;
	}

	h1.home-heading-h1 {
		font-size: 24px;
		text-align: left;
		padding-top: 20px;
	}

	img.logo-img {
		width: 40%;
	}

	.box2-img {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 16%;
		padding: 7px;
		margin-right: 18px;
	}

	.box2-b {
		font-size: 24px;
		font-family: poppins;
		font-weight: 800;
	}

	.txtbox2 {
		float: right;
		position: absolute;
		top: 110px;
		right: 0;
		z-index: 0;
		padding: 0;
		width: 40%;
		padding: 0px 0px 0px;
	}
}
@media screen and (max-width: 320px){
	h1.home-heading-h1 {
		font-size: 20px;
    	text-align: left;
    	padding-top: 20px;
	}
}

/* max-width: 360px;
height: 150px; @media max-width:425px box2*/

