@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'AkzidenzGroteskProregular';
	background-color: #FFF2E1;
	color: #3C2516;
	overflow-x: hidden;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.content {
	overflow-x: hidden;
}
.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

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

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

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
} 

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #F57554;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #F57554;
}

/* h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
} */

/* Common Style Start */

.main-title {
	font-size: 67px;
	line-height: 70px;
}

.main-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.section-title {
	font-size: 56px;
	line-height: 68px;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.block-title {
	font-size: 40px;
	line-height: 45px;
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.size-29 {
	font-family: 'AkzidenzGroteskProRegular';
	font-size: 29px;
	line-height: 32px;
}

.size-29 * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.small-block-title {
	font-size: 24px;
	line-height: 28px;
}

.small-block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.size-22 {
	font-size: 22px;
	line-height: 28px;
}

.size-22 * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.small-title {
	font-size: 20px;
	line-height: 24px;
}

.small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.size-19 {
	font-size: 19px;
	line-height: 22px;
}

.size-19 * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.common-detail {
	font-size: 17px;
	line-height: 22px;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.btn {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.btn-border {
	font-size: 24px;
	line-height: 28px;
	padding: 6px 34px;
	color: #3C2516;
	border: 1.6px solid #3C2516;
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
}

.btn-border:hover,
.btn-border:active {
	background-color: #3C2516 !important;
	color: #FFF2E1 !important;
	border-color: #3C2516 !important;
}

.btn-link {
	color: #F57554;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid #F57554;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-link::before {
	content: "";
	background-image: url("../images/btn-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 9px;
	height: 8px;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.btn-link:hover {
	color: #3C2516;
	border-bottom-color: #3C2516;
}

.reveal {
    overflow: hidden;
    display: block;
}

.reveal span {
	display: inline-block;
}

/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 7px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header.header-fixed {
	/* background-color: #FFF2E1; */
	padding: 15px 0;
	/* -moz-box-shadow: 0px 11px 20px 0px rgba(60, 37, 22, 0.10);
	-webkit-box-shadow: 0px 11px 20px 0px rgba(60, 37, 22, 0.10);
	box-shadow: 0px 11px 20px 0px rgba(60, 37, 22, 0.10); */
}

.header.header-fixed .navbar-brand {
	max-width: 90px;
	margin: 0;
}

.header.header-fixed .navbar-collapse {
	align-items: center;
}

.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	padding: 0;
	/* margin: 0 0 -40px; */
	max-width: 160px;
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-collapse {
	justify-content: space-between;
	/* align-items: flex-end; */
	align-items: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav {
	margin-bottom: -3%;
}
.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 35px 0 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 21px;
	line-height: 24px;
	color: #3C2516;
	padding: 0;
	position: relative;
}

.header .navbar-nav .nav-item .nav-link::before {
	content: "";
	background-color: #3C2516;
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .nav-item .nav-link:hover::before,
.header .navbar-nav .nav-item .nav-link.active::before,
.header .navbar-nav .current-menu-item .nav-link::before {
	width: 100%;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/
.banner-wrp {
	padding: 259px 0 35px;
}

.banner-wrp .banner-img {
	margin: 0 -60px 0 -151px;
}

.banner-wrp .banner-img .simpleParallax {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-wrp .banner-img img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-content {
	position: relative;
	margin: 0 -70px 0 0;
	text-align: center;
	z-index: 9;
}

.banner-content .section-title {
	margin: 0 0 23px;
	line-height: 82px;
}

.founder-img .simpleParallax {
	border-radius: 33px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	-ms-border-radius: 33px;
	-o-border-radius: 33px;
}

.founder-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 33px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	-ms-border-radius: 33px;
	-o-border-radius: 33px;
}

.founder-content .small-title {
	font-family: 'AkzidenzGroteskProIt';
	line-height: 30px;
	margin: 0 0 22px;
	position: relative;
}

.founder-content .small-title::before {
	content: "";
	background-image: url("../images/quote.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	left: -40px;
	top: 15px;
}

.founder-content .detail p {
	margin: 0;
}

.founder-content .founder-sign {
	margin: 0 0 5px;
}

.founder-main .row {
	margin: 0 -52px;
}

.founder-main .row>* {
	padding: 0 52px;
}

.founder-wrp {
	padding: 35px 0 80px;
	position: relative;
}

.founder-wrp .star-shape {
	position: absolute;
	right: -190px;
	bottom: -250px;
	max-width: 550px;
}

.brands-main .block-title {
	position: relative;
	display: inline-block;
	padding: 0 90px;
	margin: 0 0 90px;
}

.brands-main .block-title::before {
	content: "";
	background-color: #3C2516;
	width: 55px;
	height: 1.75px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.brands-main .block-title::after {
	content: "";
	background-color: #3C2516;
	width: 55px;
	height: 1.75px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.brands-main {
	text-align: center;
}

.brands-wrp {
	padding: 80px 0 45px;
}

.brands-content .common-detail {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 30px;
}

.brands-content .common-detail::before {
	content: "";
	width: 55px;
	height: 1.75px;
	background-color: #3C2516;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.collaborators span {
	display: block;
	font-family: 'AkzidenzGroteskProMd';
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
}

.collaborators ul {
	padding: 0;
	margin: 0;
}

.collaborators ul li {
	list-style-type: none;
	font-size: 15px;
	line-height: 24px;
}

.collaborators ul li a {
	display: inline-block;
	position: relative;
	color: #F57554;
	border-bottom: 1px solid #F57554;
}

.collaborators ul li a:hover {
	color: #3C2516;
	border-bottom-color: #3C2516;
}

.collaborators ul li a::after {
	content: "";
	background-image: url("../images/btn-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 9px;
    height: 8px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.brands-block {
	position: relative;
}

.brands-block:hover > .brands-logo {
	opacity: 0.5;
}

/* .brands-block .brands-content::before {
	content: "";
	padding: 49px 25px;
	background-color: rgba(255, 242, 225, 0.80);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
	box-shadow: 0px 11px 20px 0px rgba(60, 37, 22, 0.30);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.brands-block.open .brands-content::before {
	display: block;
} */

/* .brands-content img {
	margin: 0 0 40px;
} */

.brands-content {
	display: none;
	/* opacity: 0; */
	padding: 0 25px 49px;
	background-color: rgba(255, 242, 225, 1);
	margin: 0 -32px;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	-moz-box-shadow: 0px 11px 20px 0px rgba(60, 37, 22, 0.30);
	-webkit-box-shadow: 0px 11px 20px 0px rgba(60, 37, 22, 0.30);
	box-shadow: 0px 11px 20px 0px rgba(60, 37, 22, 0.30);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	overflow: hidden;
}


.brands-block.show:hover .brand-logo {
	display: none;
	/* opacity: 0; */
}

.brands-block.show:hover .brands-content {
	/* opacity: 1; */
	display: block;
}

.brands-block:hover .brands-logo {
	opacity: 1;
}

.brands-logo {
	mix-blend-mode: multiply;
	max-width: 195px;
	width: 100%;
	height: 131px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;	
}

.our-services-wrp {
	background-image: url("../images/service-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1216px;
	width: 100%;
	margin: 0 auto;
	padding: 55px 20px 44px 77px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.our-services-left .section-title {
	margin: 0 -20px 0 0;
	position: relative;
	z-index: 9;
}

.our-service-img {
	margin: 100px 108px 0 -140px;
}

.our-service-img .simpleParallax {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.our-service-img img {
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.our-service-content .block-title {
	margin: 0 0 57px;
}

.our-service-content {
    margin: 95px 30px 0 -46px;
}

.market-insight-img {
	margin: 0 0 20px;
	overflow: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.market-insight-img img {
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.market-insight-block:hover img {
	border-radius: 30px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.market-insight-tags ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.market-insight-tags ul li {
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	color: #F57554;	
	margin: 0 7px 7px 0;
	display: block;
	border: 1px solid #F57554;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	padding: 2px 13px;
}

.market-insight-tags ul li:last-child {
	border: none;
	padding: 0 ;
}


/* .market-insight-tags ul li a {
	color: #F57554;	
	padding: 2px 13px;
	display: block;
	border: 1px solid #F57554;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
} */


.market-insight-tags ul li a:hover {
	color: #FFF2E1;
	background-color: #F57554;
}

.market-insight-tags {
	padding: 0 0 7px;
}

.market-insight-row .row {
	margin: 0 -60px;
}

.market-insight-row .row>* {
	padding: 0 60px;
}

.market-insight-block .size-22 {
	line-height: 24px;
	margin: 0 0 13px;
	color: #3C2516;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.market-insight-block:hover .size-22 {
	color: #F57554;
}

.market-insight-title {
	max-width: 248px;	
	margin: 0 0 70px;
}

.market-insight-title .section-title {
	margin: 0 0 14px;
}

.market-insight-row .row>*:nth-child(even) .market-insight-block {
	margin: -215px 0 0;
}

.market-insight-wrp {
	padding: 74px 0 86px;
}

.market-insight-row .row>*:nth-child(3n) .market-insight-block {
	margin: -144px 0 0;
}

.market-insight-main {
	margin: 0 23px;
}

.market-insight-title .common-detail {
	line-height: 27px;
}

.market-insight-block .common-detail {
	line-height: 20px;
	color: #3C2516;
}

.market-insight-block {
	display: block;
}


/*========== Home Page End ==========*/

/*========== Service Page End ==========*/

.service-banner-content .main-title {
	line-height: 90px;
}

.about-brands .brands-main .block-title {
    margin: 0 0 20px;
}

.about-banner.service-banner-wrp {
    /* padding: 400px 0 260px; */
	padding: 260px 0 170px;
}

.about-banner .service-banner-content::before {
	content: "";
	background-color: #FFF2E1;
	mix-blend-mode: hard-light;
	opacity: 0.4;
	position: absolute;
	width: 655px;
	height: 399px;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	filter: blur(137px);
	-webkit-filter: blur(137px);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.service-banner-wrp {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 240px 0 150px ;
	position: relative;
	z-index: 99;
}

.service-banner-wrp .row {
	margin-left: 0;
	margin-right: 0;
}

.service-banner-wrp .row>* {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.service-banner-wrp::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 242, 225, 0.00) 0%, #FFF2E1 100%);
	width: 100%;
	height: 500px;
	z-index: -1;
}

.service-banner-wrp .size-22 {
	padding: 72px 40px 0;
}

.service-banner-wrp .size-22 * {
	padding: 0 0 35px 0;
}

.service-banner-wrp .size-22 *:last-child {
	padding-bottom: 0;
}

.service-banner-content {
	padding: 20px 0 0 0;
	position: relative;
}

.service-block .size-29 {
	padding: 0 0 15px 0 ;
}

.service-content-main .row {
	margin-left: -47px;
	margin-right: -47px;
}

.service-content-main .row>* {
	margin: 0 0 80px 0;
	padding-left: 47px;
	padding-right: 47px;
}

/* .left-service-img .simpleParallax {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
} */

.service-banner-wrp img {
	max-width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.left-service-img {
	right: 20px;
	max-width: 250px;
	position: absolute;
	padding: 80px 0 0 0;
}

.right-service-img {
    position: absolute;
    bottom: -50px;
    max-width: 200px;
	left: 20px;
}

.left-service-img img {
	margin: 0 0 0 -6px;
}

.right-service-img .simpleParallax,
.left-service-img .simpleParallax {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.right-service-img img {
	margin: 0 0 0 0;
}

.service-content {
	padding: 20px 0 0 0;
}


/*========== Service Page End ==========*/


/*========== Contact Page End ==========*/

.contact-detail-wrp {
	padding: 77px 0 0 0;
}

.contact-banner .banner-content {
	text-align: left;
	padding: 0 0 0 25px;
	margin: 0 -50px 0 0;
}

.contact-banner .section-title {
	font-size: 54px;
	line-height: 60px;
}

.contact-banner .banner-img {
    margin: 0 -30px 0 -250px;
}

.contact-banner .banner-img img {
	background: lightgray 50% ;
}

.left-contact-info ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.contact-detail-main .small-block-title {
	font-size: 27px;
	text-transform: capitalize;
	padding: 0 0 17px 0;
}

.left-contact-info ul li {
	font-family: 'AkzidenzGroteskProregular';
	color: #3C2516;
	font-size: 21px;
	font-style: normal;
	line-height: 32px;
}

.left-contact-info .top-info {
	margin: 0 0 70px 0;
}

.contact-form {
	padding: 0 0 55px 0;
}

#message {
    resize: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.right-contact-info .form-control {
	padding: 16px 22px 12px 22px;
	border: 2px solid #3C2516;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 19px;
}

.right-contact-info .form-group {
	margin: 0 0 15px 0;
}

.right-contact-info .form-group span {
	font-family: 'AkzidenzGroteskProlight';
}

::placeholder {
	font-size: 19px;
	text-transform: capitalize;
	opacity: 0.3 !important	;
}

.form-control:focus {
	box-shadow: none;
}

.right-contact-info .btn-border {
	padding: 7px 34px;
	margin: 29px 0 0 0;
}

.contact-page .footer-bottom {
	padding-top: 200px;
}

.wpcf7-response-output {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	margin: 0 !important;
	padding: 20px !important;
	color: #46b450;
	font-size: 22px;
	font-family: 'AkzidenzGroteskProRegular' !important;
}

/*========== Contact Page End ==========*/


/*========== Insight Page Start ==========*/

.insights {
	opacity: 0.8;
	mix-blend-mode: multiply;
}

.insight-row .market-insight-block {
	margin: 0 0 80px 0;
}

.insight-row .row>* {
	padding: 0 60px;
}

.insight-row .row {
	margin: 0 -60px;
}

.insights-bnr-wrp {
	position: relative;
	padding: 271px 0 120px;
}

.insights-bnr-wrp::before {
	content: "";
	background-image: url("../images/insights.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	bottom: -173px;
	left: 0;
	opacity: 0.8;
	mix-blend-mode: multiply;
	z-index: -1;
}

.insights-bnr-wrp::after {
	content: "";
    position: absolute;
	height: 400px;
    bottom: -173px;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 242, 225, 0.00) 0%, #FFF2E1 100%);
    width: 100%;
	z-index: -1;
}

.insight-row {
	margin: 0 23px;
}

.insights-bnr-main .main-title {
	margin: 0 0 29px;
	line-height: 80px;
}

.insights-bnr-main .size-22 {
	max-width: 568px;
	margin: 0 auto;
}

.page-numbers {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.page-numbers li {
	font-size: 18px;
	line-height: 24px;
	list-style-type: none;
	padding: 0 20px 0 0;
	display: none;
}

.page-numbers li {

}

.page-numbers-wrp {
	padding: 47px 0 45px;
}

.page-numbers li.articles {
	display: block;
}

.page-numbers li.active {
	position: relative;
	display: flex;
	align-items: center;
	/* color: #F57554; */
}	

.page-numbers li.active::before {
	content: "Page";
	padding: 0 5px 0 0;
}

/*========== Insight Page End ==========*/


/*========== About Page End ==========*/

.about-banner {
	position: relative;
	border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-ms-border-radius: 0 0 30px 30px;
	-o-border-radius: 0 0 30px 30px;
}

.about-banner.service-banner-wrp::before {
	display: none;
}

.about-banner.service-banner-wrp .row {
	justify-content: center;
}

.about-section img {
	width: 100%;
}

.about-section .about-img-1 .simpleParallax {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
} 


.about-section .about-img-1 img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.about-section .about-img-2 .simpleParallax {
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-ms-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 30px 30px 0;
}

.about-section .about-img-2 img {
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-ms-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 30px 30px 0;
}

.about-section .about-img-3 .simpleParallax {
	border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
} 

.about-section .about-img-3 img {
	border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
}

.about-section {
	position: relative;
	margin: 0 0 80px 0;
}

.about-wrp {
	padding: 100px 0 30px;
}

.about-block  {
	margin: 0 35px;
}

.third-about-section .about-us-detail .size-22 {
	padding: 10px 10px 0 0;
}

.about-us-detail .size-22 {
	padding: 10px 30px 0 0;
}

/* .about-section:nth-child(even) .row, */
.second-about-section .row {
	margin: 70px 0;
}

/* .about-section:nth-child(even) .about-us-detail .size-22 { */
.second-about-section .about-us-detail .size-22 {
    padding: 25px 10px 0 0;
}

/* .about-section:nth-child(even) .about-us-detail { */
.second-about-section .about-us-detail {
	margin: 0 -50px 0 145px;
}

.about-img-2 {
    margin: 0 -50px 0 0;
}

.about-content .row>* {
	padding: 0;
}

.about-section-block {
	position: relative;
}

.about-content {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

.about-img-main .row {
	margin: 0;
}

.about-img-main .row>* {
	padding: 0;
}

.about-section-block:nth-child(3) .about-img-main .row {
    flex-direction: row-reverse;
}

.about-section-block:nth-child(3) .about-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}

.about-section-block:nth-child(3) .about-us-detail .size-22 {
    padding: 10px 40px 0 0;
}

.third-about-section .about-block {
    margin: 0 145px;
}

.left-process-bar {
	position: relative;
	width: 222px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
/* 	background-attachment: fixed; */
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	-ms-border-radius: 111px;
	-o-border-radius: 111px;
}

.left-process-bar::before {
/* 	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F57554;
	mix-blend-mode: soft-light;
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	-ms-border-radius: 111px;
	-o-border-radius: 111px; */
}
.left-process-bar ul {
	list-style-type: none;
	padding: 150px 0;
	margin: 0;
}

.left-process-bar ul li {
	color: #3C2516;
	text-align: center;
	font-family: 'AkzidenzGroteskProregular';
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 3.64px;
	text-transform: capitalize;
	padding: 0 0 110px 0;
	position: relative;
}

.left-process-bar ul li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    background-image: url("../images/Arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 60px;
    transform: translate(-50%, 0);
	margin: 0 0 20px 0;
}

.left-process-bar ul li:last-child {
	padding: 0;
}

.process-bar-main .row {
	align-items: center;
}

.process-bar-main {
	margin: 0 95px;
}

.process-bar-main .row {
	margin: 0;
}

.process-bar-main .row>* {
	padding: 0;
}

.process-bar-main .small-title * {
	padding: 0 0 80px 0;
}

.process-bar-main .small-title *:last-child {
	padding: 0 0 0 0;
}

.process-bar-wrp {
	padding: 40px 0 50px;
}

.about-brands .brands-main .block-title::before,
.about-brands .brands-main .block-title::after {
	display: none;
}

.about-brands .brands-main {
	padding: 50px 0 0 0;
}

.about-brands {
    position: relative;
    padding: 60px 0 90px;
}

.about-brands .star-shape {
    position: absolute;
    right: -120px;
    top: -34%;
	max-width: 550px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

/*========== About Page End ==========*/

/* ================= typography page start ============ */

.typography-section {
	padding: 50px 0;
}

.alignnone {
	float: none;
	margin: 20px 20px 20px 0;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	display: block;
	float: none;
	margin: 20px auto;
}

.typography-content h1 {
	font-size: 70px;
	line-height: 70px;
}

.typography-content h2 {
	font-size: 64px;
	line-height: 70px;
}

.typography-content h3 {
	font-size: 48px;
	line-height: 53px;
}

.typography-content h4 {
	font-size: 40px;
	line-height: 44px;
}

.typography-content h5 {
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 2.16px;
}

.typography-content h6 {
	font-size: 22px;
	line-height: 25px;
}

.typography-content p {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2.16px;
}

.typography-content ul {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2.16px;
}

.typography-content ol {
font-size: 18px;
line-height: 24px;
letter-spacing: 2.16px;
}

.typography-content img {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.typography-section {
	padding: 250px 0 0 0;
}

/* ================= typography page end ============ */

/* 404 page Start */

.page-404.insights-bnr-wrp {
    position: relative;
    padding: 270px 0 150px;
}

.page-404 .insights-bnr-main .main-title {
	font-size: 200px;
	line-height: 225px;
}

.page-404 .insights-bnr-main .size-19 {
	margin: 15px 0 30px 0;
}
/* 404 page End */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0;
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
}

.footer-main {
	position: relative;
	padding: 165px 0;
}

.footer-img-1 img,
.footer-img-2 img,
.footer-img-3 img {
	mix-blend-mode: soft-light;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.footer-img-1 .simpleParallax,
.footer-img-2 .simpleParallax,
.footer-img-3 .simpleParallax {
	mix-blend-mode: soft-light;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.footer-img-1 img {
	width: 230px;
	height: 200px;
	object-fit: cover;
}

.footer-img-2 img {
	width: 84px;
	height: 113px;
	object-fit: cover;
}

.footer-img-3 img {
	width: 197px;
	height: 125px;
	object-fit: cover;
}

.footer-img-1 {
    position: absolute;
    top: 102px;
    left: 90px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.footer-img-2 {
	position: absolute;
	top: 71px;
	right: 185px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.footer-img-3 {
    position: absolute;
    right: 300px;
    bottom: 95px;
}

.footer-content {
	display: flex;
    align-content: center;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
	margin: 0 0  0 -30px ;
}

.footer-content .block-title {
	font-size: 44px ;
	line-height: 54px;
}

.footer-bottom {
	padding: 0 0 17px 0;
}

.footer-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom ul li {
	font-family: 'AkzidenzGroteskProregular';
	font-size: 21px;
	line-height: 25px;
}

.footer .container {
	max-width: 1178px;
}

.footer-main .btn-border {
	margin: 24px 0 0;
    padding: 7px 35px;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/




.rotate {
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}












