 @font-face {
 font-family: 'cormorant_garamondregular';
 src: url('../fonts/cormorantgaramond-regular-webfont.eot');
 src: url('../fonts/cormorantgaramond-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cormorantgaramond-regular-webfont.woff2') format('woff2'), url('../fonts/cormorantgaramond-regular-webfont.woff') format('woff'), url('../fonts/cormorantgaramond-regular-webfont.ttf') format('truetype'), url('../fonts/cormorantgaramond-regular-webfont.svg#cormorant_garamondregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'cormorant_infantbold';
 src: url('../fonts/cormorantinfant-bold-webfont.eot');
 src: url('../fonts/cormorantinfant-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cormorantinfant-bold-webfont.woff2') format('woff2'), url('../fonts/cormorantinfant-bold-webfont.woff') format('woff'), url('../fonts/cormorantinfant-bold-webfont.ttf') format('truetype'), url('../fonts/cormorantinfant-bold-webfont.svg#cormorant_infantbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'cygnetroundregular';
 src: url('../fonts/cygnetround-webfont.eot');
 src: url('../fonts/cygnetround-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cygnetround-webfont.woff2') format('woff2'), url('../fonts/cygnetround-webfont.woff') format('woff'), url('../fonts/cygnetround-webfont.ttf') format('truetype'), url('../fonts/cygnetround-webfont.svg#cygnetroundregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'godofwarregular';
 src: url('../fonts/godofwar-webfont.eot');
 src: url('../fonts/godofwar-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/godofwar-webfont.woff2') format('woff2'), url('../fonts/godofwar-webfont.woff') format('woff'), url('../fonts/godofwar-webfont.ttf') format('truetype'), url('../fonts/godofwar-webfont.svg#godofwarregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'poppinsregular';
 src: url('../fonts/poppins-regular-webfont.eot');
 src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff'), url('../fonts/poppins-regular-webfont.ttf') format('truetype'), url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'cormorant_scregular';
 src: url('../fonts/cormorantsc-regular-webfont.eot');
 src: url('../fonts/cormorantsc-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cormorantsc-regular-webfont.woff2') format('woff2'), url('../fonts/cormorantsc-regular-webfont.woff') format('woff'), url('../fonts/cormorantsc-regular-webfont.ttf') format('truetype'), url('../fonts/cormorantsc-regular-webfont.svg#cormorant_scregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
    font-family: 'collinaregular';
    src: url('../fonts/collina-regular-webfont.eot');
    src: url('../fonts/collina-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/collina-regular-webfont.woff2') format('woff2'),
         url('../fonts/collina-regular-webfont.woff') format('woff'),
         url('../fonts/collina-regular-webfont.ttf') format('truetype'),
         url('../fonts/collina-regular-webfont.svg#collinaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansregular';
    src: url('../fonts/gandhisans-regular-webfont.eot');
    src: url('../fonts/gandhisans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gandhisans-regular-webfont.woff2') format('woff2'),
         url('../fonts/gandhisans-regular-webfont.woff') format('woff'),
         url('../fonts/gandhisans-regular-webfont.ttf') format('truetype'),
         url('../fonts/gandhisans-regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'luxiaregular';
    src: url('../fonts/luxia-regular-webfont.eot');
    src: url('../fonts/luxia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxia-regular-webfont.woff2') format('woff2'),
         url('../fonts/luxia-regular-webfont.woff') format('woff'),
         url('../fonts/luxia-regular-webfont.ttf') format('truetype'),
         url('../fonts/luxia-regular-webfont.svg#luxiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'design.jasonwalcott.Annabelle JF';
  src: url('../fonts/design.jasonwalcott.Annabelle JF.woff2') format('woff2'),
       url('../fonts/design.jasonwalcott.Annabelle JF.woff') format('woff'),
       url('../fonts/design.jasonwalcott.Annabelle JF.ttf')  format('truetype');
}
 





* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'gandhi_sansregular';
}
:root {
 --clr-gray-light: #d7dfe2;
 --clr-gray-med: #616b74;
 --clr-gray-dark: #414b56;
 --clr-link: #4d97b2;
 --clr-popular: #ef257a;
 --clr-technology: #651fff;
 --clr-psychology: #e85808;
}
/* BASIC SETUP */
header {
}
header {
 // set animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
set animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header .page-wrapper {
	width: 100%;
	height: auto;
}
header .nav-wrapper {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	z-index: 99;
	top: 0;
	background-color: #fff;
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.09);
}
header .grad-bar {
	width: 100%;
	height: 5px;
	background: linear-gradient(-45deg, #f2ecd4, #b89136, #419947, #ddc100);
	background-size: 400% 400%;
	-webkit-animation: gradbar 15s ease infinite;
	-moz-animation: gradbar 15s ease infinite;
	animation: gradbar 15s ease infinite;
}
/* NAVIGATION */

header .navbar {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	height: 82px;
	/* overflow: hidden; */
	position: relative;
}
header .navbar img {
	width: 150px;
	justify-self: start;
	margin-left: 0;
}
header .navbar ul {
	list-style: none;
	display: block ruby;
	grid-template-columns: repeat(6, 1fr);
	float: right;
}
header .nav-item {
	text-align: center;
	margin: auto;
	padding: 0 3px;
}
header .nav-item a {
	color: #000;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	margin: auto;
	padding: 29px 0px;
	text-transform: capitalize;
	transition: color 0.3s ease-out;
	border-bottom: 2px solid #fff;
	font-family: 'gandhi_sansregular';
}
header .nav-link {
	display: block;
	padding: 0;
}
header .nav-item a:hover {
	color: #dab948;
	border-bottom:2px solid #dab948;
}
header .nav-item a.active {
	color: #dab948;
	border-bottom:2px solid #dab948;
}
/* SECTIONS */

header .headline {
	width: 100%;
	height: 50vh;
	min-height: 350px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
header .features {
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	display: flex;
	padding: 50px 20px;
	justify-content: space-around;
}
header .feature-container {
	flex-basis: 30%;
	margin-top: 10px;
}
header .feature-container p {
	color: #000;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 15px;
}
header .feature-container img {
	width: 100%;
	margin-bottom: 15px;
}
/* SEARCH FUNCTION */

header #search-icon {
	font-size: 0.9rem;
	margin-top: 3px;
	margin-left: 15px;
	transition: color 0.3s ease-out;
}
header #search-icon:hover {
	color: #3498db;
	cursor: pointer;
}
header .search {
	transform: translate(-35%);
	-webkit-transform: translate(-35%);
	transition: transform 0.7s ease-in-out;
	color: #3498db;
}
header .no-search {
	transform: translate(0);
	transition: transform 0.7s ease-in-out;
}
header .search-input {
	position: absolute;
	top: -4px;
	right: -125px;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.6s ease;
}
header .search-active {
	opacity: 1;
	z-index: 0;
	background: #f9f7f7;
}
header input {
	border: 0;
	border-left: 1px solid #ccc;
	border-radius: 0; /* FOR SAFARI */
	outline: 0;
	padding: 5px;
}
/* MOBILE MENU & ANIMATION */

header .menu-toggle .bar {
	width: 25px;
	height: 3px;
	background-color: #3f3f3f;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .menu-toggle {
	justify-self: end;
	margin-right: 25px;
	display: none;
}
header .menu-toggle:hover {
	cursor: pointer;
}
header #mobile-menu.is-active .bar:nth-child(2) {
 opacity: 0;
}
header #mobile-menu.is-active .bar:nth-child(1) {
 -webkit-transform: translateY(8px) rotate(45deg);
 -ms-transform: translateY(8px) rotate(45deg);
 -o-transform: translateY(8px) rotate(45deg);
 transform: translateY(8px) rotate(45deg);
}
header #mobile-menu.is-active .bar:nth-child(3) {
 -webkit-transform: translateY(-8px) rotate(-45deg);
 -ms-transform: translateY(-8px) rotate(-45deg);
 -o-transform: translateY(-8px) rotate(-45deg);
 transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-moz-keyframes gradbar {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @keyframes gradbar {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
header .book_appointment {
}
/*header .book_appointment a {
	color: #dab948;
	border: 2px solid #dab948;
	text-decoration: none;
	padding: 10px 9px;
	font-size: 16px;
	font-family: 'gandhi_sansregular';
	margin-right: 0;
	position: absolute;
	right: -40px;
	top: -8px;
}*/header .book_appointment a {
	color: #dab948;
	border: 2px solid #dab948;
	text-decoration: none;
	padding: 10px 9px;
	font-size: 16px;
	font-family: 'gandhi_sansregular';
	margin-right: 0;
	position: inherit;
	margin-left: 30px;
}
/* Media Queries */

  /* Mobile Devices - Phones/Tablets */


.middle_wraper {
	width:100%;
	float:left;
}
.middle_bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	float: left;
	background-image: url(../images/bg.jpg);
}
.banner {
	width:100%;
	float:left;
}
.banner_silder {
	width:100%;
	float:left;
}
.banner_silder img {
	width:100%;
	float:left;
}
.banner .owl-nav {
	display: none !important;
}
.banner_silder {
	position:relative;
}
.banner_silder .banner_text_home {
	position: absolute;
	right: 2%;
	top: 25%;
}
.banner .slide {
	position: relative;
	transition: 1s;
}
.banner .slide .slide__img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner .slide .slide__img img {
	max-width: 100%;
	opacity: 1 !important;
	animation-duration: 3s;
	transition: all 1s ease;
	background-size: cover;
	position: relative;
	height: 100vh;
	width: 100%;
}
.banner .slide .slide__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner .slide .slide__content.slide__content__left {
	left: 15%;
	transform: translate(-15%, -50%);
}
.banner .slide .slide__content.slide__content__right {
	right: 15%;
	left: auto;
	transform: translate(5%, -50%);
}
.banner .slide .slide__content--headings {
	color: #fff;
}
.banner .slide .slide__content--headings h2 {
	font-family: 'cygnetroundregular';
	font-size:70px;
	color:#000;
}
.banner .slide .slide__content--headings .animated {
	transition: all 0.5s ease;
}
.banner .slide .slide__content--headings .top-title {
	font-family: 'gandhi_sansregular';
	font-size:17px;
	color:#000;
}
.banner .slide .slide__content--headings .button-custom {
	text-decoration: none;
	color: #333;
	padding: 1.2rem 2.5rem;
	font-size: 1.5rem;
}
.banner .slider [data-animation-in] {
	opacity: 0;
	animation-duration: 1.5s;
	transition: opacity 0.5s ease 0.3s;
	transition: 1s;
}
.banner .slick-dotted .slick-slider {
	margin-bottom: 30px;
}
.banner .slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.banner .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.banner .slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.banner .slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.banner .simple-dots .slick-dots li {
	width: 20px;
	height: 20px;
}
.banner .simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: white;
	opacity: 0.25;
	width: 20px;
	height: 20px;
}
.banner .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
	opacity: 1;
}
.banner .simple-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
}
.banner .stick-dots .slick-dots li {
	height: 3px;
	width: 50px;
}
.banner .stick-dots .slick-dots li button {
	position: relative;
	background-color: white;
	opacity: 0.25;
	width: 50px;
	height: 3px;
	padding: 0;
}
.banner .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
	opacity: 1;
}
.banner .stick-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
}
.banner .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
 @keyframes zoomInImage {
 from {
 transform: scale3d(1, 1, 1);
 transition: 1s;
}
to {
	transform: scale3d(1.1, 1.1, 1.1);
	transition: 1s;
}
}
.zoomInImage {
	animation-name: zoomInImage;
}
 @keyframes zoomOutImage {
 from {
 transform: scale3d(1.1, 1.1, 1.1);
 transition: 1s;
}
to {
	transform: scale3d(1, 1, 1);
	transition: 1s;
}
}
.banner .zoomOutImage {
	animation-name: zoomOutImage;
	transition: 1s;
}
.banner .slick-nav {
 --active: #fff;
 --border: rgba(255, 255, 255, .12);
	width: 44px;
	height: 44px;
	position: absolute;
	cursor: pointer;
	top: calc(50% - 44px);
}
.banner .slick-nav.prev-arrow {
	left: 3%;
	transform: scaleX(-1);
	z-index: 999;
}
.banner .slick-nav.next-arrow {
	left: auto;
	right: 3%;
}
.banner .slick-nav i {
	display: block;
	position: absolute;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
}
.banner .slick-nav i:before, .slick-nav i:after {
	content: '';
	width: 10px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--active);
	margin: -1px 0 0 -5px;
	display: block;
	transform-origin: 9px 50%;
}
.banner .slick-nav i:before {
	transform: rotate(-40deg);
}
.banner .slick-nav i:after {
	transform: rotate(40deg);
}
.banner .slick-nav:before, .slick-nav:after {
	content: '';
	display: block;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 50%;
	border: 2px solid var(--border);
}
.banner .slick-nav svg {
	width: 44px;
	height: 44px;
	display: block;
	position: relative;
	z-index: 1;
	color: var(--active);
	stroke-width: 2px;
	stroke-dashoffset: 126;
	stroke-dasharray: 126 126 0;
	transform: rotate(0deg);
}
.banner .slick-nav.animate svg {
	animation: stroke 1s ease forwards 0.3s;
}
.banner .slick-nav.animate i {
	animation: arrow 1.6s ease forwards;
}
.banner .slick-nav.animate i:before {
	animation: arrowUp 1.6s ease forwards;
}
.banner .slick-nav.animate i:after {
	animation: arrowDown 1.6s ease forwards;
}
 @keyframes stroke {
 52% {
 transform: rotate(-180deg);
 stroke-dashoffset: 0;
}
 52.1% {
 transform: rotate(-360deg);
 stroke-dashoffset: 0;
}
 100% {
 transform: rotate(-180deg);
 stroke-dashoffset: 126;
}
}
 @keyframes arrow {
 0%, 100% {
 transform: translateX(0);
 opacity: 1;
}
 23% {
 transform: translateX(17px);
 opacity: 1;
}
 24%, 80% {
 transform: translateX(-22px);
 opacity: 0;
}
 81% {
 opacity: 1;
 transform: translateX(-22px);
}
}
 @keyframes arrowUp {
 0%, 100% {
 transform: rotate(-40deg) scaleX(1);
}
 20%, 80% {
 transform: rotate(0deg) scaleX(0.1);
}
}
 @keyframes arrowDown {
 0%, 100% {
 transform: rotate(40deg) scaleX(1);
}
 20%, 80% {
 transform: rotate(0deg) scaleX(0.1);
}
}
.handover-sec {
	background-color: #ffe5e5;
	padding: 0;
	position: relative;
	margin: -14px 0 0;
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.handover-img img {
	/* position: absolute; */
    /* height: 100%; */
    width: 100%;
	top: 0;
	margin-left: -76px;
}
.handover-img img {
}
.handover-content h3 {
	font-size: 35px;
	font-weight: bold;
	color: #000;
	font-family: 'Luxia Regular';
	line-height: 63px;
	text-align: center;
}
.handover-content p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding-top: 10px;
	font-family: 'gandhi_sansregular';
}
.btn-yellow {
	background-color: #fff;
	color: #000 !important;
	font-weight: 500;
	font-size: 18px;
 transition: .3s;
}
.btn-new {
	border-radius: 80px 0px 80px 0px;
	padding: 5px 51px !important;
	position: relative;
	z-index: 1;
}
.btn-yellow:hover {
	background-color: #c8c8c8;
	color: #fff !important;
}
.about_button {
	margin-top: 1rem !important;
	text-align: center;
	padding: 20px 0;
}
.benefits-section {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.benefits_bx {
	width:100%;
	float:left;
	padding:50px 0 0;
}
.title_icon {
	width:100%;
	float:left;
	text-align:center;
	margin:auto;
}
.title_icon img {
	width:150px;
	text-align:center;
	margin:auto;
	margin:10px 0 0 0;
}
.title_sec_2 {
	width: 100%;
	float: left;
	text-align: center;
}
.title_sec_2 p {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	text-align: center;
	width: 51%;
	padding: 13px 0 0 0;
	display: inline-block;
	margin: auto;
	float: none;
}
.title_sec_2 h3 {
	font-weight: bold;
	font-size: 28px;
	color: #000;
	padding-bottom: 0;
	font-family: 'Luxia Regular';
	text-align: center;
	margin: auto;
	text-transform: uppercase;
}
.benefits-section .benefits-card {
	background-color: #fff;
	border-radius: 0px 80px 0px 80px;
	display: block;
	text-align: center;
	padding: 38px 20px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 10%);
	margin: 0px 20px;
	position: relative;
	transition: .3s;
}
.benefits-section .benefits-card:hover {
	border-left: 2px solid #f4dca3;
	border-right: 2px solid #fbe1e1;
}
.benefits-section .benefits-card h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'gandhi_sansregular';
	 
}
.benefits-section .benefits-card p {
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	width: 231px;
	text-align: center;
	font-family: 'gandhi_sansregular';
	margin: auto;
}
.benefits-section .bg-yellow {
	background:  #f4dca3;
}
.benefits-section .bg-red {
	background: #ffe5e5;
}
.benefits-section .bg-blue {
	background: #c8c8c8;
}
.benefits-section .bg-blue2 {
	background:#c8c8c8;
}
.benefits-section .benefits-card .circle1 {
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	left: -5%;
	bottom: -8%;
	z-index: -1;
}
.benefits-section .benefits-card .circle2 {
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	right: -5%;
	top: -8%;
	z-index: -1;
}
.manufacturing_section {
	width:100%;
	float:left;
	padding:50px 0;
}
.manufacturing_gallery {
	width: 100%;
	padding: 40px 0 0;
	float: left;
}
.manufacturing_gallery .card_bx {
	/* display: grid; */
	/* grid-template-columns: repeat(3, 1fr); */
	/* grid-gap: 1rem; */
	/* justify-content: center; */
	/* align-items: center; */
	width: 100%;
	float: left;
}
.manufacturing_gallery .card {
	color: #252a32;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	width: 33.33%;
	float: left;
}
.manufacturing_gallery .card-image {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	padding: 1px;
	height: 400px;
}
.manufacturing_gallery .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offer_banner {
	width: 100%;
	float: left;
	margin-top: -8px;
}
.offer_banner img {
	width:100%;
	float:left;background-size: cover;
}
.what_we_do {
	width:100%;
	float:left;
	background-image: url("../images/what_we_do_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
.what_we_do::before {
 content: "";
 display: inline-block;
 position: absolute;
 background:rgba(209, 171, 41, 0.8);
 height: 100%;
 width: 100%;
}
.title_icon_white {
	width:100%;
	float:left;
	text-align:center;
	margin:auto;
}
.title_icon_white img {
	width:150px;
	text-align:center;
	margin:auto;
	margin:10px 0 0 0;
}
.title_sec_white {
	width: 100%;
	padding: 30px 0 0;
	float: left;
	position: relative;
	text-align: center;
}
.title_sec_white p {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 51%;
	padding: 13px 0 0 0;
	display: inline-block;
	margin: auto;
	float: none;
}
.title_sec_white h3 {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	padding-bottom: 0;
	font-family: 'Luxia Regular';
	text-align: center;
	margin: auto;
}
.what_we_do_silder {
	width:100%;
	float:left;
	position:relative;
	padding:50px 0 20px;
}
.what_we_one {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
	padding: 0 0 12px;
	height: 551px;
}
.what_we_img {
	width:100%;
	float:left;
}
.what_we_img img {
	width:100%;
	float:left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.what_we_one h2 {
	font-size: 20px;
	color: #000;
	font-family: 'gandhi_sansregular';
	text-align: center;
	margin: auto;
	padding: 10px;
	display: flow-root;
	padding: 10px;
}
.what_we_one p {
	font-size: 15px;
	color: #000;
	font-family: 'gandhi_sansregular';
	text-align: center;
	margin: auto;
	padding: 0 10px 20px;
}
.what_we_do_silder .owl-nav {
	display: none;
}
.what_we_do_silder .owl-buttons {
	display: none;
}
.what_we_do_silder .owl-carousel:hover .owl-buttons {
	display: block;
}
.what_we_do_silder .owl-item {
	text-align: center;
}
.what_we_do_silder .owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	color: #869791;
	font-size: 40px;
	line-height: 300px;
	margin: 0;
	padding: 0 60px;
	position: absolute;
	top: 0;
}
.what_we_do_silder .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	padding-left: 20px;
}
.what_we_do_silder .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	padding-right: 20px;
}
.what_we_do_silder .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 10px 5px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
 transition: opacity .2s ease;
	border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.what_we_do_silder .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background: #000000;
}
.what_we_do_silder .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none !important;
}
.what_we_do_silder .owl-dots {
	text-align: center;
}
.environmentlly {
	width:100%;
	float:left;
}
/* Parallax  */

.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 30%;
	width: 100%;
	margin: 0 0 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-block-cover-image {
	background-attachment: fixed;
	background-position: 50% 0;
}
/* Parallax  */


.environmentlly_one {
	width: 100%;
	float: left;
}
.environmentlly_icon {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
	text-align: center;
}
.environmentlly_icon img {
	width: 80px;
	text-align: center;
	margin: auto;
}
.environmentlly_one h2 {
	font-size: 25px;
	text-align: center;
	color:#fff;
	font-family: 'cormorant_scregular';
	padding: 20px 0 5px;
	margin: auto;
}
.environmentlly_one p {
	width:87%;
	float:left;
	color: #fff;
	font-family: 'gandhi_sansregular';
	font-size: 16px;
	text-align: center;
	margin: auto;
}
.environmentlly_all {
	width:100%;
	float:left;
	padding:50px 0;
}
.collections_section {
	width:100%;
	float:left;
	padding:50px 0;
}
.collections_all {
	width:100%;
	float:left;
	padding:50px 0 0;
}
.collections_one {
	width:100%;
	float:left;
	position:relative
}
/*.collections_one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2; z-index:9; 
}*/
.collections_one img {
	width:100%;
	float:left;
}
.collections_name {
	position:absolute;
	left:0;
	right:0;
	top:50%;
}
.collections_one h2 {
	width: 100%;
	float: left;
	color: #000;
	font-size: 28px;
	text-align: center;
	margin: auto;
	position: relative;
	z-index: 9;
	font-family: 'design.jasonwalcott.Annabelle JF';
	font-weight: bold;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
	width: 100.2%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.31);
}
.hover01 figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.video_btm {
	width: 100%;
	float: left;
}
.space-medium {
	width: 100%;
	float: left;
}
.video--block {
	position: relative;
	width: auto;
	height:500px;
	overflow: hidden;
	margin-bottom: 0px;
}
.video--block .video-thumbnail {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-size: cover;
	top: 0;
	left: 0;
}
.video--block .video {
}
.video--block .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}
.video--block .video-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -18px;
	text-decoration: none;
}
/*.video-testimonial-block .video-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #b3b5bc; }
*/.video--block .video-play:hover::before {
color: #172651;
}
.mb10 {
	margin-bottom:10px;
}
.section-title {
	margin-bottom: 40px;
}
.video-play i {
	color: grey;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
	position: relative;
	margin-top: 26px;
	margin-left: 36px;
 -webkit-transition: color .5s ease;
 -moz-transition: color .5s ease;
 -ms-transition: color .5s ease;
 -o-transition: color .5s ease;
 transition: color .5s ease;
}
.video--block a {
	font-size: 45px;
	width: 100px;
	height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(232, 232, 232, 0.79);
	border: 0;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
 -webkit-transition: transform .5s ease;
 -moz-transition: transform .5s ease;
 -ms-transition: transform .5s ease;
 -o-transition: transform .5s ease;
 transition: transform .5s ease;
}
.video--block a:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
 -webkit-transition: transform .5s ease;
 -moz-transition: transform .5s ease;
 -ms-transition: transform .5s ease;
 -o-transition: transform .5s ease;
 transition: transform .5s ease;
}
section#Our-Stats {
	background:#bd9b27;
	float:left;
	width:100%;
	padding: 50px 0;
}
.Our-Stats-l h2 {
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Luxia Regular';
	letter-spacing: 0px;
	font-size:30px;
	text-transform:uppercase;
	color: #fff;
}
.Our-Stats-l p {
	line-height: 35px;
	text-align: left;
	font-family: 'gandhi_sansregular';
	letter-spacing: 0px;
	font-size:16px;
	color: #fff;
}
.Our-Stats-r1 h2 {
	color: white;
	font-weight: 700;
	font-size: 30px;
	font-family: 'Luxia Regular';
}
.Our-Stats-r1 p {
	color: white;
	font-weight: 700;
	font-size: 15px;
}
.Our-Stats-r2 h2 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
}
.main-r {
	margin-top: 8%;
	margin-left: 17%;
}
.Our-Stats-r1 img {
	width: 50px;
	text-align: center;
	margin: auto;
	padding: 0 0 10px 0;
}
footer {
	width:100%;
	background-color:#fff;
	padding-top:30px;
	float:left;
}
footer .column {
	width: 19.6%;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 50px;
}
footer .column .footer_title {
	color: #000;
	font-size: 1em;
	font-weight: 700;
	cursor: default;
	font-family: 'gandhi_sansregular';
	text-transform: uppercase;
}
.social_media {
	width: 100%;
	float: left;
	padding: 30px 0;
	text-align: center;
}
.logo_footer img {
	width: 150px;
	text-align: center;
	margin: auto;
}
.logo_footer {
	width:100%;
	text-align: center;
	margin: auto;
}
footer .column .social_media a {
	text-decoration: none;
	display: inline-block;
	color: gray;
	font-size: 16px;
	padding: 5px 0;
	font-weight: 400;
	transition: 0.5s;
	border: 1px solid #fff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
}
footer .column .social_media a i {
	color: #000;
}
footer .column .social_media a i:hover {
	color: #bd9b27;
}
footer .column a {
	text-decoration: none;
	display: block;
	color: black;
	font-size: 16px;
	padding: 5px 0;
	font-weight: 400;
	font-family: 'gandhi_sansregular';
	transition: 0.5s;
}
 footer .column:not(:first-child) a:hover {
color:#bd9b27;
}
.sub-footer {
	background: #fff;
	width: 100%;
	padding: 22px 0;
	text-align: center;
	color: black;
	font-size: 16px;
	font-family: 'gandhi_sansregular';
	border-top: 1px solid #ccc;
}
.sub-footer a {
	font-size: 16px;
	font-family: 'gandhi_sansregular';
	color:#000;
}
.sub-footer a:hover {
	color:#bd9b27;
}
footer .column a i {
	color: #000;
	padding:0 5px 0 0
}
/* About Us Section
--------------------------------*/
.banner_area {
	position: relative;
	z-index: 1;
}
.banner_area img {
	float:left;
	width:100%;
}
.about_top {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.about_top h2 {
	text-transform: capitalize;
	color: #dab948;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	padding: 0 0 30px;
}
.about_top p {
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: normal;
	line-height: 27px;
	margin: 0 0 5px;
	font-family: 'poppinsregular';
}
.software_pp {
	width:100%;
	float:left;
	padding:20px 0 0;
}
.software_pp h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0;
}

.vision_bx {
	background: #fff;
	padding: 50px 0;
	width:100%;
	float:left;
}
.vision_bx .about-container .background {
	margin: 20px 0;
}
.vision_bx .about-container .content {
	background: #fff;
}
.vision_bx .about-container .title {
	color: #333;
	font-weight: 700;
	font-size: 32px;
}
.vision_bx .about-container p {
	line-height: 26px;
}
.vision_bx .about-container p:last-child {
	margin-bottom: 0;
}
.vision_bx .about-container .icon-box {
	background: #fff;
	background-size: cover;
	padding: 0 0 30px 0;
}
.vision_bx .about-container .icon-box .icon {
	float: left;
	background: #fff;
	width: 64px;
	height: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #dab948;
	transition: all 0.3s ease-in-out;
}
.vision_bx .about-container .icon-box .icon i {
	color: #dab948;
	font-size: 24px;
}
.vision_bx .about-container .icon-box:hover .icon {
	background: #dab948;
}
.vision_bx .about-container .icon-box:hover .icon i {
	color: #fff;
}
.vision_bx .about-container .icon-box .title {
	margin-left: 80px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
}
.vision_bx .about-container .icon-box .title a {
	color: #283d50;
}
.vision_bx .about-container .icon-box .description {
	margin-left: 80px;
	line-height: 24px;
	font-size: 16px;
}
.vision_bx .about-extra {
	padding-top: 60px;
}
.vision_bx .about-extra h4 {
	font-weight: 600;
	font-size: 24px;
}
.team_about {
	width: 100%;
	float: left;
	background: #dab948;
	padding:50px 0;
}

.team-right h2 {
	color: #000;
	font-size: 24px;
	float: left;
	width: 100%;
	padding: 20px 0 10px;
	margin: 0;
	text-align: left;
	font-weight: 600; 
}


.portfolio h2 {
	color: #000;
	font-size: 30px;
	float: left;
	width: 100%;
	padding: 10px 0 10px;
	margin: 0;
	text-align: left;
	font-weight: 600;
	font-family: 'design.jasonwalcott.Annabelle JF';
}
 

.team-right p {
	color:#000;
}
.team-left img {
	width:100%;
	float:left;
}
.team_all {
	padding:50px 0;
	width:100%;
	float:left;
}
.team_all li {
	list-style: none;
}
.team_all h2 {
	text-transform: capitalize;
	color: #000;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	padding: 0 0 30px;
}
/* style member component */
.team_all .list-members {
	background: #dfdfdf;
	width: 100%;
	margin:4% auto;
	display: flex;
	flex-wrap: wrap;
}
.team_all .member {
	flex-basis: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.team_all .member-image {
	width: 50%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.team_all .member-image img {
	width: 100%;
	height: 100%;
	transition: 1s;
}
.team_all .member-image:hover img {
	transform: scale(1.1);
}
.team_all .member-info {
	width: 50%;
	text-align: center;
}
.team_all .member-info p {
	margin: 20px 0;
}
/* style social link */
.team_all .social-link .fa {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #000;
	margin: 0 7px;
	cursor: pointer;
 transition: transform .5s;
}
.team_all .social-link .fa:hover {
	background: #000;
	color: #d7b647;
	transform: translateY(-7px);
}

/* Membuat segitiga */
.team_all .member-image::after {
 content: '';
 border-top: 20px solid transparent;
 border-bottom: 20px solid transparent;
 border-right: 15px solid #dfdfdf;
 position: absolute;
 top: 50%;
 right: 0;
 transform: translateY(-50%);
}


/* Merubah posisi member-image dengan member-info */
@media screen and (min-width: 771px) {
.team_all .member:nth-child(4n+3) .member-info, .member:nth-child(4n+4) .member-info {
 order: 1;
}
.team_all .member:nth-child(4n+3) .member-image, .member:nth-child(4n+4) .member-image {
 order: 2;
}

  /* Merubah posisi sigitiga pada baris genap */
.team_all .member:nth-child(4n+3) .member-image::after, .member:nth-child(4n+4) .member-image::after {
 left: 0;
 right: auto;
 transform: translateY(-50%) rotateZ(180deg);
}
}


/* Mobile Styles */
@media screen and (max-width: 770px) {
.team_all .list-members {
 width: 95%;
}
.team_all .member {
 flex-basis: 100%;
 font-size: 16px;
}
.team_all .social-link .fab {
 width: 30px;
 height: 30px;
 line-height: 30px;
}
 .team_all .member:nth-child(even) .member-info {
 order: 1;
}
.team_all .member:nth-child(even) .member-image {
 order: 2;
}
  
  /* Merubah posisi sigitiga elemen genap */
.team_all .member:nth-child(even) .member-image::after {
 left: 0;
 right: auto;
 transform: translateY(-50%) rotateZ(180deg);
}
}
/* Testimonials Section
--------------------------------*/
#testimonials .owl-nav {
	display: none;
}
#testimonials {
	padding: 50px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	float: left;
}
#testimonials .section-header {
	margin-bottom: 40px;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	float: left;
}
#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
	margin-left: 140px;
}
#testimonials .testimonial-item h4 {
	font-size: 16px;
	color: #999;
	margin: 0 0 15px 0;
	margin-left: 140px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 0 15px 140px;
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #dab948;
}
#testimonials h2 {
	text-transform: capitalize;
	color: #000;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	padding: 0 0 30px;
}
.contact_box {
	width:100%;
	float:left;
}
.contact-info {
	display: inline-block;
	width: 100%;
	float:left;
	text-align: center;
	margin-bottom: 10px;
	padding: 60px 0;
}
.contact-info-icon {
	margin-bottom: 15px;
}
.contact-info-item {
	background: #ececec;
	padding: 30px 10px;
	height: 210px;
}
.contact-page-sec .contact-page-form h2 {
	color: #000;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0;
}
.contact-page-form.contact-form input {
	margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
	height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
	background: #071c34;
	width: 150px;
	border-color: #071c34;
}
.contact-info-icon i {
	font-size: 48px;
	color: #dab948;
}
.contact-info-text p {
	margin-bottom:0px;
}
.contact-info-text h2 {
	color: #000;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-info-text span {
	color: #000;
	font-size: 16px;
 font-weight:;
	display: inline-block;
	width: 100%;
}

.contact-info-text span a{
	color: #000;
	font-size: 16px; 
}
.contact-info-text span a:hover{
	color: #dab948;
	font-size: 16px; 
}
.contact-page-form input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
	padding: 12px 16px;
	width: 100%;
	border-radius: 4px;
}
.contact-page-form .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.single-input-field textarea {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	width: 100%;
	height: 120px;
	padding: 12px 16px;
	border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #dab948 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
	background:#000;
	transition: all 0.4s ease-in-out 0s;
	border-color:#000
}
.single-input-field h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 16px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.contact-page-map {
	margin-top: 36px;
}
.contact-page-form form {
	padding: 20px 15px 0;
}
.manufacturing_top {
	width:100%;
	float:left;
	padding:50px 0;
}
.manufacturing_top h2 {
	text-transform: capitalize;
	color: #dab948;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	padding: 0 0 0px;
}
.manufacturing_top p {
	font-size: 16px;
	color: #000;
	text-align: justify;
	font-weight: normal;
	line-height: 23px;
}
.manufacturing_what_we_do {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background: #dab948;
	padding: 20px 0 30px;
	text-align: center;
	margin: auto;
	display: inline-block;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
}
.manufacturing_what_we_do_all {
	width:100%;
	float:left;
	position:relative;
	padding:50px 0 20px;
}
.manufacturing_what_we_one {
	width: 31.53%;
	float: left;
	background: #fff;
	border-radius: 10px;
	margin: 10px;
	height: 530px;
}
.manufacturing_what_we_one ul{ margin:0; padding:0;}
.manufacturing_what_we_one ul li {
	font-size: 16px;
	color: #535353;
	font-family: 'gandhi_sansregular';
	text-align: left;
	margin: auto;
	padding: 0 10px 10px 10px;
	display: block;
}

.manufacturing_what_we_img {
	width:100%;
	float:left;
}
.manufacturing_what_we_img img {
	width:100%;
	float:left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.manufacturing_what_we_one h2 {
	font-size: 20px;
	color: #000;
	font-family: 'gandhi_sansregular';
	text-align: center;
	margin: auto;
	padding: 10px;
	display: inline-block;
	width: 100%;
}
.manufacturing_what_we_one p {
	font-size: 16px;
	color: #535353;
	font-family: 'gandhi_sansregular';
	text-align: center;
	margin: auto;
	padding: 0 10px 20px;
}
.bracelets_collections {
	width:100%;
	float:left;
	text-align:center;
}
.bracelets_collections_images {
	width: 60%;
	text-align: center;
	margin: auto;
	position: relative;
}
.bracelets_collections_images::after {
 content: "";
 position: absolute;
 top: 10%;
 left: 0;
 width: 100%;
 height: 80%;
 background: #dab948;
 opacity: .4;
}
.bracelets_collections_images img {
	width: 70%;
	text-align: center;
	margin: auto;
	z-index: 1;
	position: relative;
}
.collections_page {
	padding:0 0 50px 0;
	width:100%;
	float:left;
}
/*.collections_pagevideo{position:relative}
.collections_bannervideo{position:absolute; left:0; right:0; top:0; bottom:0; text-align:center}
.collections_bannervideo video {
	width: 297px !important;
	height: 445px !important;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0;
	position: relative;
	display: inline-block;
	border: none;
	z-index: 99;
}*/

.event_all {
	width:100%;
	float:left;
	padding:50px 0;
}
.event_all .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.event_all .card {
	overflow: hidden;
	box-shadow: 0px 2px 20px var(--clr-gray-light);
	background: white;
	border-radius: 0.5rem;
	position: relative;
	width: 350px;
	margin: 1rem;
	transition: 250ms all ease-in-out;
	cursor: pointer;
}
.event_all .card:hover {
	transform: scale(1.05);
	box-shadow: 0px 2px 40px var(--clr-gray-light);
}
.event_all .banner-img {
	position: absolute;
	object-fit: cover;
	height: 14rem;
	width: 100%;
}
.event_all .category-tag {
	font-size: 0.8rem;
	font-weight: bold;
	color: white;
	background: red;
	padding: 0.5rem 1.3rem 0.5rem 1rem;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	top: 1rem;
	border-radius: 0 2rem 2rem 0;
}
.event_all .popular {
	background: #dab948;
}
.event_all .technology {
	background: #dab948;
}
.event_all .psychology {
	background: #dab948;
}
.event_all .card-body {
	margin: 14rem 0rem 0rem 0rem;
}
.event_all .blog-hashtag {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--clr-link);
}
.event_all .blog-title {
	line-height: 1.5rem;
	margin: 0rem 0 0.5rem;
	font-size: 20px;
}
.event_all .blog-title a {
	color:#000;
	text-decoration:none;
}
.event_all .blog-title a:hover {
	color:#dab948;
}
.event_all .blog-description {
	color: var(--clr-gray-med);
	font-size: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.event_all .card-profile {
	display: flex;
	margin-top: 2rem;
	align-items: center;
}
.event_all .profile-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.event_all .card-profile-info {
	margin-left: 1rem;
}
.event_all .event_all .profile-name {
	font-size: 1rem;
}
.event_all .profile-followers {
	color: var(--clr-gray-med);
	font-size: 0.9rem;
}
.read_more {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.read_more a {
	margin-top: 5px;
	background: #fff;
	color: #dab948;
	border: transparent;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	padding: 8px 20px;
	border: 2px solid #dab948;
}
.read_more a:hover {
	background: #dab948;
	color: #fff;
	border: 2px solid #dab948;
}
.section-space--pt_100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.move-up.animate {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
 -webkit-animation: moveVertical .65s ease forwards;
 animation: moveVertical .65s ease forwards;
}
.move-up {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.ht-simple-job-listing .item {
	border-radius: 5px;
	padding: 33px 50px 36px;
	width: 100%;
	float: left;
}
.ht-simple-job-listing .item .job-info .job-time {
	font-size: 18px;
	margin-top: 12px;
	display: block;
}
.text-md-center {
	text-align: center !important;
}
.ht-simple-job-listing .item .job-button .ht-btn {
	min-width: 155px;
}
.ht-btn.ht-btn-md {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 54px;
	height: 54px;
}
.ht-btn.ht-btn-md {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 54px;
}
.careers-experts-wrapper {
	width: 100%;
	float: left;
}
.careers-experts-wrapper .row {
	width: 100%;
	float: left;
}
.list {
	width: 100%;
	float: left;
}
.ht-btn--solid {
	border-width: 1px !important;
	line-height: 54px !important;
	background: transparent !important;
	border-color: #dab948 !important;
	color: #dab948 !important;
	padding: 12px 22px !important;
}
.ht-simple-job-listing .item:nth-child(2n) {
 background: #f6f2ed;
}
.ht-btn {
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-radius: 5px;
	border-color: transparent;
	padding: 0 36px;
	text-align: center;
	color: #ffffff;
	background: #086AD8;
	border-width: 1px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.ht-btn--solid {
	line-height: 54px;
	color: #086AD8;
}

.add_custom_field_pop .modal-header {
	padding: 0;
	border-bottom: none;
	background: #dab948;
	height: 50px;
}
.add_custom_field_pop .modal-title {
	margin-bottom: 0;
	font: normal normal 600 16px/24px Open Sans;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 10px 14px;
}
.add_custom_field_pop .close-video {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 17px;
	right: 14px;
	background: url(../images/close.svg);
	border-radius: 50%;
	background-size: cover;
	border: none;
}
.custom_fields_pop {
	width:100%;
	float:left;
}
.custom_fields_pop p {
	font: normal normal normal 12px/20px Open Sans;
	letter-spacing: 0px;
	color: #919191;
}
.custom_fields_pop label {
	font: normal normal normal 14px/17px Open Sans;
	letter-spacing: 0px;
}
.custom_fields_pop label span {
	color: #E51F0C;
}
.custom_fields_pop .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D9D9D9;
	height: 36px;
	font: normal normal normal 13px/17px Open Sans;
	letter-spacing: 0px;
	color: #808080;
	border-radius: 2px;
}
.custom_fields_pop .form-group {
	float: left;
	width: 90%;
}
.save_button {
	background: #dab948 0% 0% no-repeat padding-box;
	border-radius: 2px;
	text-align: center;
	font: normal normal normal 14px/17px Open Sans;
	width: 70px;
	height: 36px;
	border:none;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.clear_button {
	border: 1px solid var(--unnamed-color-2b68d3);
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #2B68D3;
	text-align: center;
	width: 70px;
	height: 36px;
	font: normal normal normal 14px/17px Open Sans;
	letter-spacing: 0px;
	color: #2B68D3;
}
.modal-footer {
	text-align: right;
	float: right;
	margin: auto;
	width: 100%;
}
.text-secondary {
	color: #6c757d !important;
	text-align: left;
}
.event_view {
	width: 80%;
 	text-align: center;
	margin: auto;
} 
.event_view a{ color:#dab948 !important;}
.event_view h3{
	padding: 20px 0 0 0;
}



















.services_page{width:100%; float:left;padding: 70px 0;}
 .row.our-offer-items.less-carousel {
	width: 100%;
	float: left;
	padding: 50px 0;
}

.services_page a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
.services_pageul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #dab948;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #dab948 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #dab948 none repeat scroll 0 0;
  border-color: #dab948;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #dab948;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	padding: 67px 40px 64px;
	height: 500px;
}

.we-offer-area.text-center .item i {
  background: #dab948 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #dab948;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #dab948 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #dab948;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0;
	margin: 0;
}

.we-offer-area .item p {
	text-align: justify;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 5px;
	font-family: 'poppinsregular';
}.we-offer-area .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #dab948 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #dab948 !important;
}

.we-offer-area.text-left .item i {
  background: #dab948 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #dab948;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

.handoversec_bg {
    background-color: #d0ab29;}
	
	
	
 
.what_we_one .text_watweone p {
	font-size: 17px;
	color: #535353;
	font-family: 'gandhi_sansregular';
	text-align: left;
	margin: auto;
	padding: 0 10px 10px 10px;
	display: block;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 6; */
	/* -webkit-box-orient: vertical; */
	/* height: 123px; */
}
	
.gurukripa_highlight_home {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
}.gurukripa_highlight_home h2 {
font-weight: bold;
font-size: 28px;
color: #000;
padding-bottom: 0;
font-family: 'Luxia Regular';
text-align: center;
margin: auto;
text-transform: uppercase;
}
/*.gurukripa_highlight_home video {
	width: 100% !important;
	height: auto !important;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 0px;
}*/
/*.banner .slide .slide__img video {
	text-align: center;
	border: 1px solid #ccc;
	max-width: 100%;
	opacity: 1 !important;
	animation-duration: 3s;
	transition: all 1s ease;
	background-size: cover;
	position: relative;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
}*/
.gurukripa_highlight_home video {
	text-align: center;
	border: 1px solid #ccc;
	max-width: 100%;
	opacity: 1 !important;
	animation-duration: 3s;
	transition: all 1s ease;
	background-size: cover;
	position: relative;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
}



.gurukripa_highlight_home iframe {
	width: 620px !important;
	height: 352px !important;
	text-align: center;
	border: 1px solid #ccc;
	margin: 30px 0;
}.bracelets_collections_images video {
	width: 500px !important;
	height: 762px !important;
	text-align: center;
	border: 1px solid #ccc;
	margin: 30px 0;
	position: relative;
	display: inline-block;
	border: none;
	z-index: 99;
}

.event_banner{width:100%; float:left;}
.event_banner img{width:100%; float:left;}



.home-banner-wrapper {
	background: url(../images/home_banner_image.jpg) no-repeat center;
	width: 100%;
	min-height: 500px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 80%;
	background-size: 140%;
	position: relative;
	float: left;
}.text-center {
	text-align: center;
}
#home-banner img.img-banner-caption {
	margin-bottom: 20px;
	margin-top: 3%;
	width: 63px;
}#home-banner .home-banner-caption p, #home-banner .home-banner-action a {
	color: #fff;
	font-weight: 500;
	line-height: 26px;
	font-size: 17px;font-family: 'poppinsregular';
}

 #home-banner h2 {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	padding-bottom: 0;
	font-family: 'Luxia Regular';
	text-align: center;
	margin: auto;
	text-transform: uppercase;
}.home-banner-caption {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
#home-banner h3 {
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	padding-bottom: 10px;
 	text-align: center;
	margin: auto;
	text-transform: uppercase;
}

.founderabou{padding:20px 0 0 0;}


.menu_footer_one{width: 18% !important;}
.menu_footer_tow{width: 17.4% !important;}
.menu_footer_adders{width: 24% !important;}


.offter_silder {
	width: 100%;
	float: left;
	position: relative;
}
.offer_banner .owl-dots {
	display: none;
}.offer_banner .owl-nav {
	display: none;
}