/*

 Theme Name:   webtakersit Child Theme
 description:  A child theme of the curlysister default WordPress theme
 Author:       Shailesh Lekhwar
 Template:     webtakersit
 Version:      7.0.0

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@font-face {
	font-family: 'GothamBook';
	src: url('fonts/GothamBook.eot');
	src: url('fonts/GothamBook.eot') format('embedded-opentype'), url('fonts/GothamBook.woff2') format('woff2'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/GothamMedium.eot');
	src: url('fonts/GothamMedium.eot') format('embedded-opentype'), url('fonts/GothamMedium.woff2') format('woff2'), url('fonts/GothamMedium.woff') format('woff'), url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.svg#GothamMedium') format('svg');
}
@font-face {
	font-family: 'GothamBold';
	src: url('fonts/GothamBold.eot');
	src: url('fonts/GothamBold.eot') format('embedded-opentype'), url('fonts/GothamBold.woff2') format('woff2'), url('fonts/GothamBold.woff') format('woff'), url('fonts/GothamBold.ttf') format('truetype'), url('fonts/GothamBold.svg#GothamBold') format('svg');
}
.partnertop {
	text-align: center;
	padding: 10px 0 !important;
}
.partnertop h2 {
	color: #5e1100;
	font-weight: 600;
	font-size: 40px;
	position: relative;
	text-align: center;
	margin: 20px auto 40px;
}
.partnertop h2::after {
	content: '';
	position: absolute;
	left: 35%;
	bottom: -6px;
	width: 41%;
	height: 2px;
	background: #d27b0a;
	transform: translateX(-65px) /*    width/2    */
}
.partnertop h3 {
	color: #000401;
	font-weight: 400;
	font-size: 29px;
	font-family: 'Roboto', sans-serif;
}
.partnertext {
	text-align: center;
	background-color: #5e1100;
	padding: 30px 0 !important;
}
.partnertext p {
	color: #fff;
	font-size: 23px;
	margin: 0 auto;
	line-height: 30px;
}
.woocommerce-variation-price {
	margin: 0 auto 20px;
}
#s_partner {
	border-top: 2px solid #b88725;
	background-color: #fff;
	background-image: none;
}
.header_top {
	background-color: #fea30e;
	text-align: center;
	padding: 0 !important;
}
.header_top a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0;
	display: block;
}
#html5-watermark {
	display: none!important
}
img {
	vertical-align: sub;
	border: none;
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
	outline: none
}
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
.clear {
	clear: both;
}
 body::-webkit-scrollbar {
width: 5px;
}
 body::-webkit-scrollbar-thumb {
background-color: #b88725;
border-radius: 3px;
}
body::-webkit-scrollbar-track {
background: #fff;
}
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: normal;
}
a {
	color: #f5590d;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}
a:hover {
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}
p {
	margin-bottom: 20px;
	font-style: normal;
	/* font-weight: 400; */
	font-size: 17px;
	line-height: 25px;
	color: #000000;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	color: #000;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	clear: both;
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Oswald', sans-serif;
}
h1 {
	color: #000000;
	font-size: 36px;
	margin: 15px 0 0;
}
h2 {
	margin: 10px auto;
	font-size: 24px;
}
h3 {
	font-weight: normal;
	margin: 20px auto;
	font-size: 30px;
}
h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
b, strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignleft {
	float: left;
	margin: 1em 1em 2em 0;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption-text {
	min-height: 34px;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/*table {
	width: 100%;
	border-collapse: collapse;
}
 tr:nth-of-type(odd) {
	background: #eee;
}
th {
	background: #333;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
*/a {
	outline: none;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
 
:-moz-placeholder {
 color: #939393;
}

::-moz-placeholder {
 color: #939393;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #939393;
}
.clear {
	clear: both;
}
.row {
	padding: 50px 0px;
	max-width: 100%;
	margin: auto;
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0%;
}
.row {
	padding: 50px 0px;
	max-width: 100%;
	margin: auto;
}
.container {
	width: 1250px;
	margin: 0 auto;
	padding: 0%;
}
.header_bg {
	/* border-bottom: 1px solid #b3b3b3; */
	width: 100%;
	background: #000000;
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
	border-bottom: 5px solid #b88725;
	position: relative;
	padding: 31px 0;
}
.logo {
	float: left;
	margin: 0 auto;
	max-width: fit-content;
	position: absolute;
	left: 0%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: #000;
	height: 185px;
	padding: 1% 2%;
	border-radius: 0px 0px 80px 80px;
}
.header_right {
/* float: right;
	margin: 28px auto 0px; 
	width: 86%; */
}
.nav_mid {
	float: left;
	margin: 0px auto;
	max-width: 481.5px;
	/* background-color: #eee; */
	width: 481.5px;
	text-align: left;
}
.user_right {
	float: right;
	margin: 0px auto 0px;
	/* width: 50%; */
	max-width: 481.5px;
	width: 481.5px;
	text-align: right;/* background-color: #eee; */
}
.user_right ul {/* display: grid; *//* overflow: hidden; *//* grid-template-columns: repeat(2, 1fr); *//* grid-auto-rows: 1fr; *//* grid-column-gap: 5px; *//* grid-row-gap: 5px; *//* display: inline-flex; *//* float: right; *//* display: flex; */
}
.user_right ul li {
	list-style-type: none;
	margin: 0 0 0 40px;
	display: contents;
	font-size: 16px;
}
.user_right ul li a {
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}
.user_right ul li .fa {
	color: #fff;
	font-size: 21px;
	margin: -3px 4px 0 13px;
	vertical-align: middle;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
input::-o-placeholder, textarea::-o-placeholder {
 color: inherit;
 opacity: 1;
}
input::-ms-placeholder, textarea::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
.ct-modal {
	background-color: rgba(0, 0, 0, 0.95);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.ct-modal .ct-modal-content {
	left: 0;
	margin: auto;
	max-width: 1200px;
	padding: 100px 15px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0px, -50%) scaleX(0);
	-khtml-transform: translate(0px, -50%) scaleX(0);
	-moz-transform: translate(0px, -50%) scaleX(0);
	-ms-transform: translate(0px, -50%) scaleX(0);
	-o-transform: translate(0px, -50%) scaleX(0);
	transform: translate(0px, -50%) scaleX(0);
	position: relative;
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	transition-delay: 500ms;
}
.ct-modal.open {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.ct-modal.open .ct-modal-content {
	-webkit-transform: translate(0px, -50%) scaleX(1);
	-khtml-transform: translate(0px, -50%) scaleX(1);
	-moz-transform: translate(0px, -50%) scaleX(1);
	-ms-transform: translate(0px, -50%) scaleX(1);
	-o-transform: translate(0px, -50%) scaleX(1);
	transform: translate(0px, -50%) scaleX(1);
}
.ct-modal.remove {
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	transition-delay: 500ms;
}
.ct-modal.remove .ct-modal-content {
	-webkit-transform: translate(0px, -50%) scaleX(0);
	-khtml-transform: translate(0px, -50%) scaleX(0);
	-moz-transform: translate(0px, -50%) scaleX(0);
	-ms-transform: translate(0px, -50%) scaleX(0);
	-o-transform: translate(0px, -50%) scaleX(0);
	transform: translate(0px, -50%) scaleX(0);
	transition-delay: 0ms;
}
.ct-modal .ct-close {
	position: absolute;
	top: 30px;
	right: 30px;
}
.ct-modal .ct-close:before, .ct-modal .ct-close:after {
	background-color: #fff;
}
.ct-modal .ct-close:hover:before, .ct-modal .ct-close:hover:after {
	background-color: #3767ff;
}
.ct-close {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 30px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.ct-close:before {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ct-close:before, .ct-close:after {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	content: "";
	background-color: #282828;
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 22px;
	top: 15px;
}
.ct-close:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
}
.ct-modal.ct-search-popup .ct-modal-content form {
	padding: 23px 0;
	position: relative;
	border-bottom: 1px solid #fff;
	display: block;
	margin-top: 0em;
}
.ct-modal.ct-search-popup .ct-modal-content .search-field {
	font-size: 65px;
	height: inherit;
	color: #fff;
	padding: 0;
	border: none;
	background-color: transparent;
	font-weight: normal;
	padding-right: 80px;
}
.search-field {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #5f5f5f;
	padding: 6px 25px;
	line-height: normal;
	font-size: 14px;
	height: 48px;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	outline: none;
}
.ct-modal.ct-search-popup .ct-modal-content .search-submit {
	background-image: none;
	background-color: transparent;
	color: #fff;
	font-size: 42px;
	position: absolute;
	border: none;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 0;
	padding: 5px 0 5px 5px;
	line-height: 1;
	overflow: hidden;
	z-index: 1;
	font-weight: 600;
	outline: none;
	white-space: nowrap;
	text-transform: capitalize;
	letter-spacing: -0.03em;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-border-radius: 55px;
	-khtml-border-radius: 55px;
	-moz-border-radius: 55px;
	-ms-border-radius: 55px;
	-o-border-radius: 55px;
	border-radius: 55px;
}
.s_startups {
}
.s_startups .content_center {
/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* width: 100%; */
}
.startups_left {
	float: left;
	width: 40%;
}
.startups_left img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.startups_right {
	float: right;
	width: 60%;
	padding: 0 0 0 4%;
}
.startups_right p {
	text-align: justify;
}
.startups_right ul {/* display: grid; *//* overflow: hidden; *//* grid-template-columns: repeat(3, 1fr); *//* grid-auto-rows: 1fr; *//* grid-column-gap: 5px; *//* grid-row-gap: 5px; */
	display: flex;
}
.startups_right ul li {
	font-size: 16px;
	margin: 0 2% 0 0;
	list-style-type: none;
	padding: 0 2% 0 0;
	border-right: 1px dotted #6a6a6a;
	float: left;
	width: 32%;
}
.startups_right ul li:nth-child(3) {
	border-right: 0px dotted #6a6a6a;
	margin: 0 0% 0 0;
	list-style-type: none;
	padding: 0 0% 0 0;
}
.startups_right ul li strong {
	color: #484848;
	font-size: 30px;
	display: block;
	text-align: center;/* font-family: 'Oswald', sans-serif; */
}
.startups_right ul li em {
	/* font-size: 17px; */
	color: #000;
	font-style: normal;
	line-height: 24px;
	margin: 15px auto;
	display: block;
}
.inner_page_header h1 {
	color: #fff;
}
.inner_page_header {
	background-color: #000401;
}
.container_top {
	/* background-color: #fea30e; */
	/*	background-image: linear-gradient(#f1f1f1, #e1e3e2);
*/
	/* background-attachment: fixed; */
	/* background-image: url(assets/images/bg.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: center center; */
	border-top: 2px solid #b88725;
}
.container_top h3 {
	display: inline;
	margin: 0 auto;
	font-size: 36px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px auto;
	font-size: 27px;
}
.footer_bg {
	color: #fff;
	background-color: #1b1b1b;
	padding: 50px 0px 0px;
}
.footer_box {
	float: left;
	width: 17%;
	margin-right: 5%;
}
.footer_box h4 {
	color: #b98826;
	font-size: 18px;/* border-bottom: 1px solid #fff; */
}
.footer_box p {
	color: #fff;
}
.footer_box ul {
	display: block;
}
.footer_box ul li {
	float: left;
	width: 33%;
	list-style-type: none;
	margin: 10px auto;
	font-size: 15px;
	background-image: url(assets/images/lis.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 10px;
	background-size: 5px;
}
.footer_box ul li a {
	color: #fff;
}
.add_bot {
	float: right;
	width: 23%;
	margin-right: 0;
}
.footer_box a {
	color: #fff;
}
.bot_menu {
	width: 50%;
	margin-right: 0;
}
.footer_box .add_bot {
	float: right;
	margin-right: 0px;
}
.s_more {
	background-color: #588467;
	color: #fff;
	padding: 6px 15%;
	display: inline-block;
	border-radius: 60px;
	margin: 10px auto 0;
}
.row.copyright_bg {
	background-color: #171717;
	color: #fff;
	padding: 15px 0;
}
.row.copyright_bg p {
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
}
.row.copyright_bg a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 1px;
}
.row.copyright_bg img {
	color: #fff;
	float: right;
}
#wps-slider-section.wps-slider-section-36 {
	padding-top: 46px;
	margin: -20px auto 0;
}
#s_gallery {
	background-color: #fff;
}
.footer_logo {
	height: 130px!important;
	margin: 0 auto 5px;
}
#not-a-member {
	float: right;
	margin: 10px 0 10px 0px;
	padding: 0px 1% 30px;
	width: 37%;
	background: #fff;
	text-align: left;
}
.about_box h3 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.about_box .vert_hr {
	margin: 10px 0px;
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc;
}
.about_box iframe {
	padding: 2%;
	border: 1px dotted #ccc!important;
	width: 96%;
}
#not-a-member p {
	font-size: 15px;
	color: #000;
	margin: 0;
}
#sign-in-container {
	float: left;
	margin: 10px 0px 0 0px;
	width: 55%;
	padding: 0 1%;
}
#sign-in-container br {
	display: none;
}
.about_box p {
	margin-bottom: 15px;
	font-size: 16px;
}
#sign_form label {
	font-weight: 600;
	display: block;
	margin: 15px 0px 5px;
	font-size: 15px;
	text-align: left;
}
#sign_form .input {
	border: solid 1px #c5c5c5;
	padding: 11px 3%;
	font-size: 15px;
	outline: none;
	display: block;
	/* height: 43px; */
	width: 97%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0px 0px 10px;
}
#sign_form .input4 {
	border: solid 1px #c5c5c5;
	padding: 1% 1%;
	font-size: 15px;
	outline: none;
	display: block;
	height: 45px;
	width: 99%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0px 0px 10px;
}
#sign_form .input5 {
	border: solid 1px #c5c5c5;
	padding: 1% 1%;
	font-size: 15px;
	outline: none;
	display: block;
	height: 28px;
	width: 97%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0px 0px 10px;
}
.input_textarea {
	border: solid 1px #c5c5c5;
	color: #666;
	padding: 1% 1%;
	font-size: 14px;
	outline: none;
	display: block;
	height: 115px;
	width: 97%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0px 0px 10px;
}
#sign_form #sign-in-submit {
	color: #fff;
	background-color: #379fce;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	padding: 13px 8%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #379fce;
	outline: none;
	cursor: pointer;
	font-weight: 400;
	margin: 5% 0;
	display: block;
}
#sign_form #sign-in-submit:hover {
	color: #fff;
	background-color: #ba4a01;
}
.sign_form {
	padding: 4% 24% 1%;
	background-color: #f2f3f2!important;
	box-shadow: 0px 1px 10px #acacac!important;
	width: 47%;
	margin: 0 auto;
}
#sign_form .wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0em;
}
.sign_forms {
	padding: 2% 8%;
	float: none;
	box-shadow: 0px 1px 10px #acacac!important;
	border-radius: 9px;
	margin: 4% auto 12%;
}
.sign_in_container {
	width: 47%!important;
	margin: 0 auto !important;
	float: none !important;
}
.input1 {
	border: solid 1px #c5c5c5;
	padding: 1% 1%;
	font-size: 15px;
	outline: none;
	display: block;
	height: 40px;
	width: 99%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0px 0px 10px;
}
#submit {
	color: #fff;
	background-color: #379fce;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	padding: 13px 8%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #379fce;
	outline: none;
	cursor: pointer;
	font-weight: 400;
	margin: 5% 0;
	display: block;
}
#submit:hover {
	color: #fff;
	background-color: #ba4a01;
}
.s_full {
	width: 100%;
	position: relative;
	float: left;
}
.s_left {
	float: left;
	width: 48%;
}
.s_right {
	float: right;
	width: 48%;
}
#sign_form {
}
#sign_form input, #sign_form textarea[type="text"] {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #ececec;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	box-sizing: border-box !important;
	height: auto;
	padding: 16px 1%;
	margin: 0 0 8px 0;
	font-size: 18px;
	width: 98%;
}
.s_full #message {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #ececec;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	box-sizing: border-box !important;
	height: 100px;
	padding: 16px 1%;
	margin: 0 0 30px 0;
	font-size: 18px;
	width: 98%;
	resize: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
	padding: 0 0 10px;
	transition: box-shadow .2s, transform .2s, opacity .2s;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color: #000;
	font-size: 20px;
}
.woocommerce ul.products li.product .price {
	color: #000;
	display: block;
	font-weight: 700;
	margin-bottom: 0.5em;
	font-size: 21px;
}
.button {
	background-color: #b88725!important;
	color: #fff !important;
}
.button:hover {
	background-color: #000!important;
	color: #fff !important;
}
.woocommerce div.product form.cart .variations th {
	border: 0;
	line-height: 2em;
	vertical-align: 3;
	text-align: left;
}
.woocommerce div.product form.cart .variations label {
	font-size: 19px;
	padding: 4px 0;
	display: block;
}
.woocommerce div.product form.cart .reset_variations {
	display: none;
}
.woocommerce-tabs h2 {
	display: none;
}
.woocommerce table.shop_attributes {
	border-top: 0px dotted rgba(0,0,0,.1);
}
.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid #d3ced2;
	border-top: 0;
	padding: 2% 2% 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0px auto 0px;
}
.woocommerce div.product form.cart .variations select {
	outline: 0;
	line-height: normal;
	display: block;
	width: 100%;
	height: 35px;
	padding: 2%;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div.qty {
	float: left;
	padding: 7px 0;
	font-weight: 700;
	text-align: left;
	font-size: 19px;
	min-width: 113px;
}
.single-product .comments-wrapper.section-inner {
	display: none;
}
.single-product nav.pagination-single.section-inner {
	display: none;
}
/* CSS */
 
.prev_next_buttons {
	line-height: 40px;
	margin-bottom: 20px;
}
.prev_next_buttons a[rel="prev"], .prev_next_buttons a[rel="next"] {
	display: block;
	color: #fff;
	background-color: #b88725;
	padding: 0 3%;
	box-shadow: 0px 1px 10px #ccc;
	border-radius: 1px 30px;
}
.prev_next_buttons a[rel="next"]:hover, .prev_next_buttons a[rel="prev"]:hover {
	color: #fff;
	background-color: #000;
}
.prev_next_buttons a[rel="next"] {
	display: block;
	color: #fff;
	background-color: #b88725;
	padding: 0 3%;
	box-shadow: 0px 1px 10px #ccc;
	border-radius: 30px 1px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-size: 25px;
	font-weight: 700;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
	color: #2b2b2b;
	height: 34px;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0;
	width: 100%;
}
.breadcrumb_box {
	margin: 0 0 13px;
	/* background: #eee; */
	padding: 10px 0px;
	/* text-align: center; */
	/* display: block; */
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
}
.breadcrumb a:first-child {
	padding: 0px 10px 0px 0px;
	color: #ccc;
}
.breadcrumb a {
	padding: 0px 10px 0px 10px;
	color: #ccc !important;
}
.breadcrumb span {
	padding: 0px 10px;
	color: #1581b9;
}
.prev_next_buttons a[rel="prev"] {
	float: right;
}
.prev_next_buttons a[rel="next"] {
	float: left;
}
.prev_next_buttons::after {
	content: '';
	display: block;
	clear: both;
}
.inner_page_header {
	padding: 80px 0px 0;
}
.woocommerce .woocommerce-breadcrumb {
	color: #fff;
}
/*------------------------Application-------------------------------------*/

.s_app {
	background-color: #fbfbfb;
}
.s_app h2 {
	color: #000000;
	font-size: 35px;
	line-height: 47px;
	display: block;
	text-align: center;
}
.a_center {
	display: block;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 31px;
}
.s_app h4 {
	color: #000000;
	font-size: 35px;
	line-height: 47px;
	display: block;
	border-bottom: 1px solid #797979;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.a_form {
	/* height: 55px; */
	padding: 20px 0% 0px 0%;
	margin-bottom: 10px;
	display: flex;
}
.form_left {
	width: 30%;
	float: left;
}
.form_left label {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #333333;
	margin: 11px auto;
	display: block;
}
.form_right {
	/* padding-left: 131px; */
	float: right;
	width: 70%;
}
.form_right sup {
	max-width: 625px;
	margin: 4px 0 8px;
	clear: left;
	font-size: 12px;
	line-height: 120%;
	color: #9B9B9B;
	display: block;
}
.form_right .a_input {
	padding: 11px 1%;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 98%;
}
.form_right .a_select {
	padding: 11px 1%;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
.form_right .a_promotional {
}
.form_right .a_description {
	padding: 11px 1%;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 98%;
	height: 85px;
}
.form_right .a_clicking {
}
.form_full {
}
.s_app .container {
	width: 890px;
	margin: 0 auto;
	padding: 0%;
}
.form_right .wpcf7-list-item {
	display: block;
	margin: 0 0em 7px 0em;
}
.form_right span.wpcf7-list-item-label {
	margin: 0 0 0 5px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.s_submit {
	color: #fff;
	background-color: #379fce;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	padding: 7px 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #379fce;
	outline: none;
	cursor: pointer;
	font-weight: 400;
	margin: 5% 0;
	display: block;
}
/*----------------------------------contact us new------------------------------------------------------*/
 
.ftco-section {
	padding: 7em 0;
	background: #fafafa;
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.ftco-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.wrapper {
	width: 100%;
	-webkit-box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);
	-moz-box-shadow: 0 21px 41px -13px rgba(0,0,0,.18);
	box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
 padding-right: 0;
 padding-left: 0;
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.order-md-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.contact-wrap {
	background: #fff;
}
.p-md-5 {
	padding: 3rem!important;
}
.w-100 {
	width: 100%!important;
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important;
}
.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.form-group {
	margin-bottom: 1rem;
}
.contactForm .label {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0.5rem;
}
.contactForm .form-control {
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 0;
}
.form-control {
	height: 36px;
	background: #fff;
	color: rgba(0,0,0,.8);
	border-radius: 2px;
	box-shadow: none!important;
	display: block;
	width: 100%;
	font-weight: 400;
	line-height: 1.5;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.info-wrap {
	color: rgba(255,255,255,.8);
}
.bg-primary {
	/* background: #b88725!important; */
	/* background-image: linear-gradient(#b88725, #e2ae3a); */
	background-color: #07223f;
}
.info-wrap h3 {
	color: #fff;
}
.info-wrap p {
	margin: 0 auto;
	color: rgba(255,255,255,.8);/* color: #000; */
}
.info-wrap .dbox {
	width: 100%;
	color: rgba(255,255,255,.8);
	margin-bottom: 25px;
}
.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}
.info-wrap .dbox .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgb(255 255 255 / 65%);/* border: 2px solid #000; */
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.info-wrap .dbox .icon span {
	font-size: 20px;
	color: #fff;/* color: #000; */
}
.info-wrap .dbox .text {
	width: calc(100% - 50px);
}
.pl-3, .px-3 {
	padding-left: 1rem!important;
}
.info-wrap .dbox p span {
	font-weight: 500;
	color: #fff;/* color: #000; */
}
.info-wrap .dbox p a {
	word-break: break-word;
	color: #fff;/* color: #000; */
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-control::-webkit-input-placeholder {
color:#6c757d;
 opacity: 0.5;
}
.form-control:-ms-input-placeholder {
color:#6c757d;
 opacity: 0.5;
}
.form-control::-ms-input-placeholder {
color:#6c757d;
 opacity: 0.5;
}
.form-control::placeholder {
color:#6c757d;
 opacity: 0.5;
}
.btn.btn-primary {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	border: 1px solid transparent;
	background: #01d28e!important;
	border-color: #b88725!important;
	color: #fff;
	padding: 12px 16px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 10px 20px -6px rgba(0,0,0,.12);
	box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #07223f !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	border-color: #fcc93b!important;
	background: #019f6c!important;
	outline: none !important;
	-webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 22%) !important;
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
	/* box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 22%) !important; */
	background: #fcc93b !important;
}
textarea.form-control {
	height: 97px !important;
}
.form-control:focus, .form-control:active {
	outline: 0;
	border-color: #01d28e!important;
}
.contact-wrap h3 {
	margin-left: 15px;
}
 @media only screen and (min-width: 222px) and (max-width:768px) {
.col-md-6, .col-lg-4, .col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.container {
	width: 90%;
}
.p-md-5 {
	padding: 1.5rem!important;
}
}
/*-----------------------------------------------------------*/


.s_career {
	text-align: center;
}
.s_career h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
.s_career p {
	text-align: center;
	/* max-width: 54%; */
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
}
.s_career ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	margin: 60px auto 0;
	/* background-image: url(assets/images/line.png); */
	/* background-repeat: repeat-x; */
	/* background-position: 0 80px; */
	text-align: center;
}
.s_career ul li {
	list-style-type: none;
	position: relative;
}
.s_career ul li img {
	display: block;
	text-align: center;
	text-align: center;
	margin: 0 auto;
}
.s_career ul li strong {
	display: block;
	font-size: 21px;
	margin: 20px auto;
}
.s_career ul li em {
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
}
.s_career ul li::before {
	top: 15%;
	right: -50%;
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	background-color: #efefef;
}
.ph-media-step-cc-view1-option3-theme1 .ph-card .image::before {
	top: 50%;
	right: -50%;
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	background-color: #efefef;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-11 {
	background: #faf290 !important;
	font-size: 20px;
	color: #000;
	border-radius: 7px;
	box-shadow: 0 7px 0px #fcd146;
	display: inline-block;
	transition: all .2s;
	position: relative;
	padding: 10px 25px;
	position: relative;
	top: 0;
	cursor: pointer;
	margin: 0 20px;
	font-weight: 600;
	border: none;
}
.btn-11:HOVER {
	color: #000;
}
.btn-11:active {
	top: 3px;
	box-shadow: 0 2px 0px #000;
	transition: all .2s;
}
.s_ready {
	background-color: #ffb11d;
	text-align: center;
	background-image: linear-gradient(to right, #feb01c, #fcd449);
}
.s_ready h3 {
}
.s_ready p {
	padding: 0 17%;
}
.s_ready a {
/* background-image: linear-gradient(to right, #d8d8d8, #fefefe); */
	/* color: #000; */
	/* padding: 11px 5%; */
	/* display: inline-block; */
	/* border-radius: 60px; */
	/* margin: 10px auto 0; */
	/* display: table; */
	/* margin: 0 auto; */
}
.s_ready a:hover {
/* background-image: linear-gradient(to right, #fefefe, #d8d8d8); */
	/* color: #000; */
	/* padding: 11px 5%; */
	/* display: inline-block; */
	/* border-radius: 60px; */
	/* margin: 10px auto 0; */
	/* display: table; */
	/* margin: 0 auto; */
}
.s_partner {
	/* background-color: #fff; */
	text-align: center;
	/* border-top: 2px solid #b88725; */
	background-color: #fea30e;
	/* background-image: linear-gradient(#f1f1f1, #e1e3e2); */
	background-attachment: fixed;
	background-image: url(assets/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.s_partner h3 {
	margin: 0px auto 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
}
.nectar-category-grid .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, .nectar-cta[data-style=underline] .link_wrap .link_text:after, .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -4px;
	opacity: .8;
	left: 0;
	backface-visibility: hidden;
	pointer-events: none;
	animation: portSliderLine2 .45s cubic-bezier(.15, .75, .5, 1) forwards
}
body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after, body:not(.mobile) .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:hover:after {
	animation: portSliderLine .45s cubic-bezier(.15, .75, .5, 1) forwards
}
@keyframes portSliderLine {
0% {
transform:scaleX(0);
transform-origin:left
}
100% {
transform:scaleX(1);
transform-origin:left
}
}
@keyframes portSliderLine2 {
0% {
transform:scaleX(1);
transform-origin:right
}
100% {
transform:scaleX(0);
transform-origin:right
}
}
.nectar-category-grid[data-text-color=dark] .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, .span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
	background-color: #000
}
.nectar-category-grid[data-text-color=dark] .nectar-category-grid-item .content *, .span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
	color: #000
}
.full-width-section>.col.span_12.dark .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *, .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *, .span_12.light .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
	color: #fff
}
.nectar-cta .link_wrap .link_text {
	padding-right: 36px;
	position: relative;
	display: inline-block
}
.nectar-cta[data-display=inline] {
	display: inline-block
}
.nectar-cta[data-using-bg=true] .text {
	margin-right: 10px
}
.nectar-cta .link_wrap {
	position: relative;
	text-decoration: inherit;
	speak: none
}
.nectar-cta[class*=border_thickness] .link_wrap, .nectar-cta[data-using-bg=true] .link_wrap {
	cursor: pointer
}
.nectar-cta[data-style=see-through] .link_wrap .arrow:after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #000;
	height: 1px;
	width: 22px;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	transform: scale(0, 1) translateX(0);
	transform-origin: left;
	pointer-events: none;
	transition: all .33s cubic-bezier(.12, .75, .4, 1)
}
.nectar-cta .link_wrap .arrow:before {
	font-family: icomoon;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	color: #000;
	line-height: 30px;
	font-size: 14px;
	position: absolute;
	right: 0;
	width: 26px;
	text-align: center;
	height: 30px;
	top: 50%;
	margin-top: -16px;
	transition: all .33s cubic-bezier(.12, .75, .4, 1)
}
.nectar-cta[data-style=see-through][data-text-color=custom] .link_wrap .arrow:after, .nectar-cta[data-text-color=custom] .arrow:after, .nectar-cta[data-text-color=custom] .link_wrap .arrow:before, .span_12.light .nectar-cta[data-text-color=custom] .arrow:after, .span_12.light .nectar-cta[data-text-color=custom] .link_wrap .arrow:before {
	color: inherit;
	border-color: inherit
}
.nectar-cta[data-alignment=left] {
	background-color: #faf290;
	text-align: left
}
.nectar-cta[data-alignment=center] {
	text-align: center
}
.nectar-cta[data-alignment=right] {
	text-align: right
}
.span_12.light .nectar-cta .link_wrap .link_text:after {
	border-color: rgba(255,255,255,.5);
	border-radius: 50%
}
.nectar-cta[data-color=black]:not([data-style=material]) .link_wrap {
	background-color: #000
}
.nectar-cta[data-color=white]:not([data-style=material]) .link_wrap {
	background-color: #fff
}
#ajax-content-wrap .nectar-cta .arrow, .nectar-cta .arrow {
	letter-spacing: 0
}
.span_12.light .nectar-cta .arrow:before {
	color: #fff
}
.span_12.light .nectar-cta .arrow:after {
	border-color: #fff
}
.nectar-cta .link_wrap .link_text {
	color: inherit
}
.nectar-cta>p {
	padding-bottom: 0
}
.nectar-cta[data-text-color=custom] .link_wrap .link_text:after, .nectar-cta[data-text-color=custom] .link_wrap:after {
	border-color: inherit!important
}
.nectar-cta[data-text-color=custom] .link_wrap:before {
	color: inherit!important
}
.nectar-cta[data-style=material] .link_wrap .circle {
	background-color: #000
}
.nectar-cta .link_wrap .link_text:after, .nectar-cta[data-style=material] .link_wrap .circle, .nectar-cta[data-style=material] .link_wrap .link_text:before {
	border-radius: 100px;
	border: 1px solid rgba(0,0,0,.3);
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	content: ' ';
	display: block;
	pointer-events: none;
	transition: all .33s cubic-bezier(.12, .75, .4, 1)
}
.nectar-cta[data-style=see-through] .link_wrap:hover .link_text:after {
	transform: scale(.8);
	opacity: 0
}
.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after, .nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before {
	transform: scale(1, 1) translateX(9px)
}
.nectar-cta[data-style=material] .link_wrap .circle {
	border: none;
	z-index: -1
}
.nectar-cta[data-style=material] .link_wrap .link_text:before {
	box-shadow: 0 9px 20px;
	opacity: .29;
	border: none;
	z-index: -1
}
.nectar-cta[data-style=material] .link_wrap .link_text:after {
	background-color: inherit;
	border: none
}
.nectar-cta[data-style=material] .link_wrap .link_text {
	padding-right: 38px
}
.nectar-cta[data-style=material] .link_wrap .arrow {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	height: 25px;
	line-height: 28px;
	width: 24px;
	border-radius: 50px;
	transition: all .33s cubic-bezier(.12, .75, .4, 1)
}
.nectar-cta[data-style=material] .link_wrap .arrow:after, .nectar-cta[data-style=material] .link_wrap .arrow:before {
	margin-top: -14px;
	height: 28px;
	line-height: 28px;
	width: 25px;
	padding-left: 1px;
	box-sizing: border-box
}
.nectar-cta[data-style=material] .link_wrap .arrow:after {
	transform: translateX(-100%)
}
.nectar-cta[data-style=material] .link_wrap .circle, .nectar-cta[data-style=material] .link_wrap .link_text:before {
	height: 27px;
	width: 27px;
	right: -1px;
	margin-top: -14px
}
.nectar-cta[data-style=material] .link_wrap .circle {
	transform: scale(.85)
}
.nectar-cta[data-style=material] .link_wrap .link_text:before {
	transform: scale(.84)
}
.nectar-cta[data-style=material] .link_wrap:hover .circle, .nectar-cta[data-style=material] .link_wrap:hover .link_text:before {
	transform: scale(1)
}
.nectar-cta[data-style=material] .arrow, .nectar-cta[data-style=material] .link_wrap .arrow:after, .nectar-cta[data-style=material] .link_wrap .arrow:before {
	color: #fff
}
.nectar-cta[data-style=underline] .link_wrap .link_text {
	padding-right: 0
}
.nectar-cta[data-style=underline] .link_wrap .link_text:after {
	margin-top: 0;
	top: auto;
	border-top: none;
	border-right: none;
	bottom: 0;
	border-left: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
	background-color: transparent!important;
	transition: transform .4s cubic-bezier(.23, .46, .4, 1);
	animation: none;
	transform-origin: left;
	z-index: 1
}
.span_12.light .nectar-cta[data-style=underline] .link_wrap .link_text:after {
	border-radius: 0
}
body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap:hover .link_text:after {
	animation: none;
	transform: scaleX(0);
	transform-origin: right
}
.nectar-cta[data-style=arrow-animation] svg, .nectar-cta[data-style=arrow-animation] svg polyline {
	stroke: currentColor
}
.team-meta .nectar-cta[data-style=arrow-animation] svg polyline {
	stroke-dashoffset: 0;
	stroke-dasharray: 0
}
.nectar-cta[data-style=arrow-animation] svg polyline {
	stroke-dashoffset: 140px;
	stroke-dasharray: 140px
}
.nectar-cta[data-style=arrow-animation] .link_wrap .link_text:after {
	display: none
}
.nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
	padding: 0 0 0 40px;
	position: relative
}
.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	display: inline;
}
.nectar-cta[data-style=arrow-animation] .line {
	height: 1px;
	width: 25px;
	position: absolute;
	content: '';
	left: 0;
	display: block;
	top: 50%;
	transform-origin: left;
	background-color: #000;
	transform: translateY(calc(-50% + .5px)) translateZ(0)
}
.light .nectar-cta[data-style=arrow-animation] .line {
	background-color: #fff
}
.nectar-cta[data-style=arrow-animation] svg {
	position: absolute;
	left: 25px;
	top: 50%;
	width: 6px
}
.team-meta nectar-cta[data-style=arrow-animation] svg {
	left: 24px
}
@keyframes ctaArrowSVGStart {
0% {
transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
}
100% {
transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
}
}
@keyframes ctaArrowSVGEnd {
0% {
transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
}
100% {
transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
}
}
@keyframes ctaArrowTextStart {
0% {
transform:translateX(6px) translateZ(0)
}
100% {
transform:translateX(0) translateZ(0)
}
}
@keyframes ctaArrowTextEnd {
0% {
transform:translateX(0) translateZ(0)
}
100% {
transform:translateX(6px) translateZ(0)
}
}
@keyframes ctaArrowStart {
0% {
stroke-dashoffset:140px;
stroke-dasharray:140px
}
100% {
stroke-dasharray:140px;
stroke-dashoffset:10px
}
}
@keyframes ctaArrowStartTeam {
0% {
stroke-dashoffset:0;
stroke-dasharray:0
}
50% {
stroke-dashoffset:140px;
stroke-dasharray:140px
}
100% {
stroke-dasharray:140px;
stroke-dashoffset:10px
}
}
@keyframes ctaArrowEnd {
0% {
stroke-dashoffset:10px;
stroke-dasharray:150px 150px
}
40% {
opacity:1
}
100% {
opacity:0;
stroke-dashoffset:-53px;
stroke-dasharray:1px 150px
}
}
@keyframes ctaArrowLineStart {
0% {
transform-origin:left;
transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0)
}
100% {
transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
}
}
@keyframes ctaArrowLineEnd {
0% {
transform-origin:right;
transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
}
50% {
transform-origin:right;
transform:scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)
}
51% {
transform-origin:left
}
100% {
transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
transform-origin:left
}
}
.nectar-cta[data-style=arrow-animation]:not(.loaded) * {
	animation-duration: 0s!important
}
.nectar-cta[data-style=arrow-animation] svg polyline {
	animation: ctaArrowEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
	animation: none
}
.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	animation: ctaArrowTextStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.nectar-cta[data-style=arrow-animation] .line {
	animation: ctaArrowLineStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.nectar-cta[data-style=arrow-animation] svg {
	animation: ctaArrowSVGStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover svg, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap svg {
	animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text .line, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text .line {
	animation: ctaArrowLineEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text>.text, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	animation: ctaArrowTextEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
	animation: ctaArrowStart .45s ease .25s forwards
}
.team-member:hover .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline, .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline {
	animation: ctaArrowStartTeam .8s ease forwards
}
.nectar-cta[data-style=basic] .link_wrap .link_text:after, .nectar-cta[data-style=text-reveal-wave] .link_wrap .link_text:after {
	display: none
}
.nectar-cta[data-style=basic] .link_wrap .link_text, .nectar-cta[data-style=text-reveal-wave] .link_wrap .link_text {
	padding-right: 0
}
.nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap {
	overflow: hidden;
	display: inline-flex
}
#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap {
	transition: background-color .3s ease
}
#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap:hover {
	transition: background-color .5s cubic-bezier(.23, .46, .4, 1)
}
@media only screen and (min-width:1000px) {
.menu-item-hover-text-reveal-wave .hover .char, .nectar-cta[data-style=text-reveal-wave] .link_text.hover .char, .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap.hover .char {
	animation: nectar_cta_letter_animation .5s cubic-bezier(.46, .4, .56, .87) forwards;
	transform: translateY(110%);
	opacity: 0
}
}
@keyframes nectar_cta_letter_animation {
0% {
opacity:0;
transform:translateY(115%)
}
30% {
opacity:1
}
45% {
opacity:1;
transform:translateY(-25%)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.nectar-cta[data-style=basic][data-using-bg=true] .text, .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .text {
	margin-right: 0
}
.menu-item-hover-text-reveal-wave .char, .nectar-cta[data-style=text-reveal-wave] .char {
	display: inline-block;
	line-height: 1
}
body[data-button-style^=rounded] .nectar-cta .link_wrap:before {
	border-radius: 200px
}
body[data-button-style*=slightly_rounded] .nectar-cta .link_wrap:before {
	border-radius: 4px
}
.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease
}
.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
	left: -.1%;
	top: -.1%;
	width: 100.2%;
	height: 100.2%
}
.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:hover:before {
	opacity: 1
}
.wpb_wrapper>.divider, .wpb_wrapper>.divider-border, .wpb_wrapper>.divider-small-border, .wpb_wrapper>.divider-wrap {
	margin-bottom: 0
}
.hover_color_2c47e0 {
	display: inline-block;
	padding: 10px 0%;
	border-radius: 70px;
}
.hover_color_2c47e0 h6 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 29px;
	font-weight: 500;
}
.startups_right h2 {
	font-weight: normal;
	margin: 20px auto;
	font-size: 37px;
}
div.texthead {
	background: linear-gradient(-45deg, #000, #484848, #b88725, #ffa400);
	background-size: 300%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 34px;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: animated_text 5s ease-in-out infinite;
	-moz-animation: animated_text 5s ease-in-out infinite;
	-webkit-animation: animated_text 10s ease-in-out infinite;
	margin: 0 auto 10px;
	font-family: 'Oswald', sans-serif;
}
 @keyframes animated_text {
 0% {
background-position: 0px 50%;
}
 50% {
background-position: 100% 50%;
}
 100% {
background-position: 0px 50%;
}
}
/*-----------------------------------------*/

.audience_info {
	background-image: url(assets/images/search_bg_v1.png);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 auto;
	text-align: center;
	background-attachment: fixed;
}
.audience_info h6 {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
}
.audience_info h6:before {
	content: "";
	display: block;
	border-top: solid 1px #ccc;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.audience_info h6 span {
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 5;
	font-weight: 700;
}
.audience_info h3 {
	text-transform: uppercase;
	padding-bottom: 15px;
}
.cell_skewbox {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
.cell_skew {
}
.cell_skew h1 {
	font-size: 7.5rem;
	line-height: 8rem;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	background: -webkit-linear-gradient(284deg, #feb11d, #fcd347);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #64008f;
	display: inline-block;
	font-weight: 700;
}
.cell_skew sup {
	background: -webkit-linear-gradient(284deg, #feb11d, #fcd347);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #64008f;
	display: inline-block;
	font-size: 40px;
	top: 16px;
	font-weight: 900;
	display: block;
	position: absolute;
	right: -90px;
	height: 50px;
	width: 90px;
	text-align: left;
	line-height: 1;
}
.cell_skew p {
	/* font-family: 'GothamBold'; */
	font-size: 30px;
	margin: 10px auto;
	font-family: 'Roboto', sans-serif;
}
#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-details {
	margin-top: -0px!important;
	padding: 0 0 2px;
	background-color: transparent !important;
}
#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-details-inner {
	background-color: transparent !important;
	padding: 1px 15px 15px 15px;
	transform: translateY(0px)!important;
	-webkit-transform: translateY(0px)!important;
	-ms-transform: translateY(0px)!important;
	-o-transform: translateY(0px)!important;
	-webkit-transition: all .0s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.wpsf-cart-button, .wpsf-product-price, #wps-slider-section .wps-product-section ul.slick-dots {
	display: none !important;
}
#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-image-area {
	position: relative;
	border: 0px solid #ddd!important;
	margin-right: 1px;
}
#wps-slider-section .wpsf-product-title a {
	text-transform: uppercase;
	font-family: 'GothamBold' !important;
	color: #000 !important;
	font-size: 17px !important;
}
#wps-slider-section .sp-wps-theme_two img.wpsf-product-img {
	padding: 1%;
	background-color: #fff;
}
#rotate {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	cursor: pointer;
	padding: 4px 1%;
	font-size: 20px;
	position: fixed;
	left: -90px;
	top: 55%;
	z-index: 99999;
	background-color: #b88725;
	color: #fff;
	margin: 0 auto;
}
#alignright {
	width: 45%;
	float: right;
	margin-left: 20px;
}
.sa_owl_theme .disabled .owl-prev, .sa_owl_theme .disabled .owl-next {
	display: block !important;
}
.swal2-container input#sign-in-submit {
	background: -webkit-linear-gradient(284deg, #feb11d, #fcd347);
	border: navajowhite;
	display: table;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	width: auto;
	margin: 0 auto;
	padding: 12px 15%;
	border-radius: 40px;
}
.s_full {
	width: 100%;
	position: relative;
	float: left;
}
.swal2-container input, .swal2-container textarea[type="text"] {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	box-sizing: border-box !important;
	height: auto;
	padding: 16px 1%;
	margin: 0 0 8px 0;
	font-size: 18px;
	width: 98%;
}
.s_left {
	float: left;
	width: 48%;
}
.swal2-container p {
	margin: 0px;
}
.s_right {
	float: right;
	width: 48%;
}
.s_full #message {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	box-sizing: border-box !important;
	height: 100px;
	padding: 16px 1%;
	margin: 0 0 30px 0;
	font-size: 18px;
	width: 98%;
	resize: none;
}
 
 
 

::-webkit-input-placeholder { /* Edge */
 color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

::placeholder {
 color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	display: flex;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	display: flex;
}
.about_box {
	background-image: url(assets/images/crowd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.about_box h3 {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 40px;
	margin: 0 auto 50px;
}
.about_box ul {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 5px;
}
.about_box ul li {
	list-style-type: none;
	color: #fff;
	font-size: 16px;/* line-height: 23px; */
	overflow: hidden;
	border: 1px solid #fff;
	padding: 10%;
}
.about_box ul li img {
	display: block;
	margin: 0 0 10px;
}
.about_box ul li strong {
	color: #fff;
	font-size: 30px;
	display: block;
	margin: 0 auto 10px;
	padding: 0 0 0 0;
}
.about_box ul li em {
	font-style: normal;
	line-height: 22px;
}
.about_box ul li:hover {
	-webkit-backface-visibility: hidden;
	transition: all .6s cubic-bezier(.24, 1, .3, 1);
	-webkit-transition: all .6s cubic-bezier(.24, 1, .3, 1);
	background: #15d6ff;
	background: linear-gradient(to bottom right, #faf290, #cb9b2e);
}
.s_about {
	background-color: #e6e6e6;
}
.s_about .content_center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.s_aboutleft {
	width: 41%;
	float: left;
}
.s_aboutleft video {
	width: 100% !important;
	height: 100% !important;
}
.s_aboutright {
	width: 68%;
	float: right;
	padding: 0 0 0 5%;
}
.s_aboutright h2 {
	font-size: 34px;
	/* text-transform: uppercase; */
	position: relative;
	/* background: -webkit-linear-gradient(284deg, #feb11d, #fcd347); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	color: #000;/* display: inline-block; */
}
.s_aboutright p {
	font-size: 18px;
}
.s_aboutright h3 {
	margin: 0 auto 30px;
}
.s_aboutright a {
}
.s_aboutright .nectar-cta[data-alignment=left] {
	background-color: #b88725;
	text-align: left;
}
.list4 {
	display: grid;
	/* overflow: hidden; */
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
}
.list4 li {
	box-shadow: 0px 0px 8px #ccc;
	display: block;
	overflow: hidden;
	padding: 5% 5%;
}
.list4 li img {
	transition: transform .5s; /* Animation */
	height: 400px;
	width: 100%;
	margin: 0 auto;
}
.list4 li img:hover {
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.html5-nav-thumb img {
	width: 100%;
	height: 72px;
	object-fit: cover;
}
 @media only screen and (min-width: 980px) and (max-width:1200px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.logo {
	display: none !important;
}
#logo {
	position: initial;
	display: block !important;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.header_right {
	max-width: 100%;
	width: 100%;
	text-align: right;
	float: none;
	width: 100%;
	display: inline-flex;
	display: grid;
	margin: 5px auto 0;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
.user_right {
	max-width: max-content;
	width: 100%;
	text-align: right;
	float: none;
	width: 100%;
}
.nav_mid {
	max-width: 100%;
	width: auto;
	float: none;
	margin: 0 auto;
}
.header_bg {
	padding: 0px 0 20px 0;
}
.s_aboutright h2 {
	font-size: 25px;
}
.s_aboutright h3 {
	margin: 0 auto 10px;
	font-size: 22px;
}
.s_aboutright p {
	font-size: 16px;
	margin-bottom: 10px;
}
#rotate {
	display: none;
}
.startups_right ul {
	display: block;
}
.startups_left {
/* width: 100%; */
}
.startups_left video {
	width: 100% !important;
}
.startups_right {
/* width: 100%; */
}
.startups_right ul li strong {
	text-align: left;
}
.startups_right ul li {
	border-right: 0px dotted #6a6a6a;
	float: left;
	width: 100%;
	text-align: left !important;
}
}
 @media only screen and (min-width: 769px) and (max-width: 980px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.logo {
	display: none !important;
}
#logo {
	position: initial;
	display: block !important;
	text-align: center;
	margin: 0 auto;
	float: left;
}
.header_right {
	max-width: 100%;
	text-align: right;
	float: none;
	/* width: 100%; */
	display: inline-flex;
	display: grid;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	padding: 60px 0 0;
}
.user_right {
	max-width: max-content;
	width: 100%;
	text-align: right;
	float: none;
	width: 100%;
}
.nav_mid {
	max-width: 100%;
	width: auto;
	float: none;
	margin: 0 auto 10px;
}
.header_bg {
	padding: 0px 0 20px 0;
}
.s_aboutright h2 {
	font-size: 25px;
}
.s_aboutright h3 {
	margin: 0 auto 10px;
	font-size: 22px;
}
.s_aboutright p {
	font-size: 16px;
	margin-bottom: 10px;
}
#rotate {
	display: none;
}
.startups_right ul {
	display: block;
}
.startups_left {
/* width: 100%; */
}
.startups_left video {
	width: 100% !important;
}
.startups_right {
/* width: 100%; */
}
.startups_right ul li strong {
	text-align: left;
}
.startups_right ul li {
	border-right: 0px dotted #6a6a6a;
	float: left;
	width: 100%;
	text-align: left !important;
}
.cell_skew h1 {
	font-size: 70px;
}
.cell_skew p {
	font-size: 22px;
	margin: 0px auto;
}
.row.copyright_bg img {
	color: #fff;
	float: none;
	display: block;
	text-align: center;
	margin: 10px auto 0;
}
.row.copyright_bg p {
	text-align: center;
}
.footer_box ul li {
	display: inline-block;
	width: auto;
	margin: 10px 14px 0 0px;
}
.bot_menu {
	width: 48%;
}
.add_bot {
	float: right;
	width: 28%;
	margin-right: 0;
}
.about_box ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.about_box ul li {
	padding: 2%;
}
.woocommerce-page div.product div.summary {
	float: right;
	width: 100%;
	clear: none;
}
.woocommerce div.product form.cart .variations select {
	height: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 100%;
}
.p-md-5 {
	padding: 1rem!important;
}
.col-lg-4 {
	-ms-flex: 0 0 100.33333%;
	flex: 0 0 100.33333%;
	max-width: 100.33333%;
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100.66667%;
	flex: 0 0 100.66667%;
	max-width: 100.66667%;
}
.s_career ul {
	grid-template-columns: repeat(3, 1fr);
}
.s_career ul li::before {
	display: none !important;
}
.s_helpright img {
	float: none;
	margin: 0px auto 10px;
	display: block;
}
.s_help p {
	text-align: justify !important;
}
}
 @media only screen and (min-width: 641px) and (max-width: 768px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.logo {
	display: none !important;
}
#logo {
	position: initial;
	display: block !important;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.header_right {
	max-width: 100%;
	text-align: right;
	float: none;
	/* width: 100%; */
	display: inline-flex;
	display: grid;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	padding: 0px 0 0;
}
.user_right {
	max-width: max-content;
	width: 100%;
	text-align: right;
	float: none;
	width: 100%;
}
.nav_mid {
	max-width: 100%;
	width: 100%;
	float: none;
	margin: 0 auto 10px;
}
.header_bg {
	padding: 0px 0 20px 0;
}
.s_aboutright h2 {
	font-size: 25px;
	margin: 30px auto 10px;
}
.s_aboutright h3 {
	margin: 0 auto 30px;
	font-size: 22px;
}
.s_aboutright p {
	font-size: 16px;
	margin-bottom: 10px;
}
#rotate {
	display: none;
}
.startups_right ul {
	display: block;
}
.startups_left {
	width: 100%;
}
.startups_left video {
	width: 100% !important;
}
.startups_right {
	width: 100%;
}
.startups_right ul li strong {
	text-align: left;
}
.startups_right ul li {
	border-right: 0px dotted #6a6a6a;
	float: left;
	width: 100%;
	text-align: left !important;
}
.cell_skew h1 {
	font-size: 70px;
}
.cell_skew p {
	font-size: 22px;
	margin: 0px auto;
}
.row.copyright_bg img {
	color: #fff;
	float: none;
	display: block;
	text-align: center;
	margin: 10px auto 0;
}
.row.copyright_bg p {
	text-align: center;
}
.footer_box ul li {
	display: inline-block;
	width: auto;
	margin: 15px 20px 0;
}
.bot_menu {
	width: 48%;
}
.add_bot {
	float: right;
	width: 28%;
	margin-right: 0;
}
.about_box ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.about_box ul li {
	padding: 2%;
}
.woocommerce-page div.product div.summary {
	float: right;
	width: 100%;
	clear: none;
}
.woocommerce div.product form.cart .variations select {
	height: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 100%;
}
.p-md-5 {
	padding: 1rem!important;
}
.col-lg-4 {
	-ms-flex: 0 0 100.33333%;
	flex: 0 0 100.33333%;
	max-width: 100.33333%;
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100.66667%;
	flex: 0 0 100.66667%;
	max-width: 100.66667%;
}
.s_career ul {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 20px;
}
.s_career ul li::before {
	display: none !important;
}
.footer_box {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bot_menu {
	width: 100%;
	margin: 20px auto 40px;
}
.footer_box p {
	margin: 0 auto 5px;
}
.header_bg .container {
	width: 99%;
	margin: 0 auto;
	padding: 0%;
}
.s_career p {
	max-width: 100%;
	font-size: 18px;
	line-height: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	border-bottom: 1px solid #fff;
}
.s_ready p {
	padding: 0 0%;
}
.about_box h3 {
	font-size: 35px;
}
.s_aboutleft, .s_aboutright {
	width: 100%;
	float: left;
	padding: 0;
}
.s_about .content_center {
	display: block !important;
}
.s_helpright img {
	float: none;
	margin: 0px auto 10px;
	display: block;
}
.s_help p {
	text-align: justify !important;
}
.page-id-549 .s_steps ul li {
	float: left !important;
	width: 47.4% !important;
	padding: 1% 1% 23px;
	margin: 2% 2% 2% 0%;
	min-height: 234px;
	min-height: 401px;
	line-height: 21px;
}
}
 @media only screen and (min-width: 481px) and (max-width: 640px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.logo {
	display: none !important;
}
#logo {
	position: initial;
	display: block !important;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.header_right {
	max-width: 100%;
	text-align: right;
	float: none;
	/* width: 100%; */
	display: inline-flex;
	display: grid;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	padding: 0px 0 0;
}
.user_right {
	max-width: max-content;
	width: 100%;
	text-align: right;
	float: none;
	width: 100%;
}
.nav_mid {
	max-width: 100%;
	width: 100%;
	float: none;
	margin: 0 auto 10px;
}
.header_bg {
	padding: 0px 0 20px 0;
}
.s_aboutright h2 {
	font-size: 25px;
	margin: 30px auto 10px;
}
.s_aboutright h3 {
	margin: 0 auto 30px;
	font-size: 22px;
}
.s_aboutright p {
	font-size: 16px;
	margin-bottom: 10px;
}
#rotate {
	display: none;
}
.startups_right ul {
	display: block;
}
.startups_left {
	width: 100%;
}
.startups_left video {
	width: 100% !important;
}
.startups_right {
	width: 100%;
}
.startups_right ul li strong {
	text-align: left;
}
.startups_right ul li {
	border-right: 0px dotted #6a6a6a;
	float: left;
	width: 100%;
	text-align: left !important;
}
.cell_skew h1 {
	font-size: 70px;
}
.cell_skew p {
	font-size: 22px;
	margin: 0px auto;
}
.row.copyright_bg img {
	color: #fff;
	float: none;
	display: block;
	text-align: center;
	margin: 10px auto 0;
}
.row.copyright_bg p {
	text-align: center;
}
.footer_box ul li {
	display: inline-block;
	width: auto;
	margin: 15px 20px 0;
}
.bot_menu {
	width: 48%;
}
.add_bot {
	float: right;
	width: 28%;
	margin-right: 0;
}
.about_box ul {
	display: block;
	margin: 30px auto;
}
.about_box ul li {
	padding: 3% 3% 4%;
	display: block;
	margin: 30px auto;
}
.woocommerce-page div.product div.summary {
	float: right;
	width: 100%;
	clear: none;
}
.woocommerce div.product form.cart .variations select {
	height: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 100%;
}
.p-md-5 {
	padding: 1rem!important;
}
.col-lg-4 {
	-ms-flex: 0 0 100.33333%;
	flex: 0 0 100.33333%;
	max-width: 100.33333%;
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100.66667%;
	flex: 0 0 100.66667%;
	max-width: 100.66667%;
}
.s_career ul {
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 20px;
}
.s_career ul li::before {
	display: none !important;
}
.footer_box {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bot_menu {
	width: 100%;
	margin: 20px auto 40px;
}
.footer_box p {
	margin: 0 auto 5px;
}
.header_bg .container {
	width: 99%;
	margin: 0 auto;
	padding: 0%;
}
.s_career p {
	max-width: 100%;
	font-size: 18px;
	line-height: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	border-bottom: 1px solid #fff;
}
.s_ready p {
	padding: 0 0%;
}
.about_box h3 {
	font-size: 35px;
}
.s_aboutleft, .s_aboutright {
	width: 100%;
	float: left;
	padding: 0;
}
.s_about .content_center {
	display: block !important;
}
.s_helpright img {
	float: none;
	margin: 0px auto 10px;
	display: block;
}
.s_help p {
	text-align: justify !important;
}
.page-id-549 .s_steps ul li {
	float: left !important;
	width: 98% !important;
	padding: 1% 1% 23px;
	margin: 20px auto;
	min-height: inherit;
}
.s_steps ul li img {
	margin: 0 auto 20px;
	height: 200px;
	width: auto;
	display: block;
}
}
 @media only screen and (min-width: 200px) and (max-width: 480px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.logo {
	display: none !important;
}
#logo {
	position: initial;
	display: block !important;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.header_right {
	max-width: 100%;
	text-align: right;
	float: none;
	/* width: 100%; */
	display: inline-flex;
	display: grid;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	padding: 0px 0 0;
}
.user_right {
	display: none;
}
.nav_mid {
	max-width: 100%;
	width: 100%;
	float: none;
	margin: 0 auto 10px;
}
.header_bg {
	padding: 0px 0 20px 0;
}
.s_aboutright h2 {
	font-size: 25px;
	margin: 30px auto 10px;
}
.s_aboutright h3 {
	margin: 0 auto 30px;
	font-size: 22px;
}
.s_aboutright p {
	font-size: 16px;
	margin-bottom: 10px;
}
#rotate {
	display: none;
}
.startups_right ul {
	display: block;
}
.startups_left {
	width: 100%;
}
.startups_left video {
	width: 100% !important;
}
.startups_right {
	width: 100%;
}
.startups_right ul li strong {
	text-align: left;
}
.startups_right ul li {
	border-right: 0px dotted #6a6a6a;
	float: left;
	width: 100%;
	text-align: left !important;
}
.cell_skew h1 {
	line-height: 70px;
	font-size: 70px;
}
.cell_skew p {
	font-size: 22px;
	margin: 0px auto;
}
.row.copyright_bg img {
	color: #fff;
	float: none;
	display: block;
	text-align: center;
	margin: 10px auto 0;
}
.row.copyright_bg p {
	text-align: center;
}
.footer_box ul li {
	display: inline-block;
	width: auto;
	margin: 15px 20px 0;
}
.bot_menu {
	width: 48%;
}
.add_bot {
	float: right;
	width: 28%;
	margin-right: 0;
}
.about_box ul {
	display: block;
	margin: 30px auto;
}
.about_box ul li {
	padding: 3% 3% 4%;
	display: block;
	margin: 30px auto;
}
.woocommerce-page div.product div.summary {
	float: right;
	width: 100%;
	clear: none;
}
.woocommerce div.product form.cart .variations select {
	height: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 100%;
}
.p-md-5 {
	padding: 1rem!important;
}
.col-lg-4 {
	-ms-flex: 0 0 100.33333%;
	flex: 0 0 100.33333%;
	max-width: 100.33333%;
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100.66667%;
	flex: 0 0 100.66667%;
	max-width: 100.66667%;
}
.s_career ul {
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 20px;
}
.s_career ul li::before {
	display: none !important;
}
.footer_box {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bot_menu {
	width: 100%;
	margin: 20px auto 40px;
}
.footer_box p {
	margin: 0 auto 5px;
}
.header_bg .container {
	width: 99%;
	margin: 0 auto;
	padding: 0%;
}
.s_career p {
	max-width: 100%;
	font-size: 18px;
	line-height: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	border-bottom: 1px solid #fff;
}
.s_ready p {
	padding: 0 0%;
}
.about_box h3 {
	font-size: 27px;
	line-height: 27px;
}
.about_box ul li strong {
	font-size: 20px;
}
.s_aboutleft, .s_aboutright {
	width: 100%;
	float: left;
	padding: 0;
}
.s_about .content_center {
	display: block !important;
}
.container_top h3 {
	font-size: 22px;
}
.cell_skewbox {
	grid-template-columns: repeat(1, 1fr);
}
.s_helpright img {
	float: none;
	margin: 0px auto 10px;
	display: block;
}
.s_help p {
	text-align: justify !important;
}
.hover_color_2c47e0 h6 {
	font-size: 17px;
}
.audience_info h6 span {
	letter-spacing: 0;
}
.form_left {
	width: 100%;
	float: left;
}
.form_right {
	width: 100%;
	float: left;
}
.a_form {
	display: block;
	float: left;
	padding: 0 0 10px;
}
.form_left label {
	margin: 0 auto 5px;
}
.btn-11 {
	font-size: 18px;
	padding: 10px 25px;
	margin: 0 auto;
	display: block;
}
.inner_page_header h1 {
	font-size: 22px;
}
.s_helpleft {
	width: 100% !important;
}
.s_helpright {
	width: 100% !important;
}
#s_help {
	background: #b3d9e8!important;
}
#s_help .s_helpright h3, #s_help .s_helpright p {
	color: #000 !important;
}
.about_box h2 {
	font-size: 30px!important;
}
.s_affiliate {
	width: 100% !important;
}
.f_left, .f_right {
	width: 100% !important;
}
.page-id-549 .s_steps ul li {
	float: left !important;
	width: 98% !important;
	padding: 1% 1% 23px;
	margin: 20px auto;
	min-height: inherit;
}
.s_steps ul li img {
	margin: 0 auto 20px;
	height: 200px;
	width: auto;
	display: block;
}
}
#s_partner .owl-carousel .owl-item img {
	height: 130px;
	width: auto;
	object-fit: revert;
	max-height: 130px;
	padding: 3%;
}
.s_partner .owl-carousel .owl-item img {
	width: 100%;/*height: 512px;
	
	
	object-fit: revert;*/
	width: 100%;
	height: 512px;
	object-fit: fill;
}
#s_partner .sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	width: 100%;
	border: 1px solid #eee;
}
.s_help {
	text-align: justify;
}
.s_help p {
}
.s_helpleft {
	float: left;
	width: 49%;/* text-align: justify; */
}
.s_helpleft p {
	font-size: 18px;
}
.s_helpright {
	float: right;
	width: 48%;
	position: relative;/* padding: 0 200px 0 0; */
}
.s_helpright img {
	/* float: right; */
	margin: 0px;
	/* position: absolute; */
	/* right: 0; */
	padding: 0px !important;
}
.s_helpright h3 {
	margin: 0 auto 20px;
	/* display: inline; */
	font-size: 24px;
	line-height: 30px;
}
.s_helpright h4 {
	display: initial;
}
.s_helpright p {
	font-size: 16px;
	margin: 5px auto 20px;
}
#s_help {
	text-align: inherit;
	background: linear-gradient(to left, #5e1100 50%, #b3d9e8 50%);
	padding: 30px 0px;
}
#s_help .s_helpleft {
	width: 50%;
	padding: 0% 3%;
}
#s_help .s_helpleft h3 {
}
#s_help .s_helpleft img {
	height: 147px;
}
.s_helpleft ul {
}
.s_helpleft ul li {
	background-image: url(assets/images/chek.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	margin: 10px auto;
	background-size: 17px;
	padding: 0 0 0 27px;
	line-height: 23px;
	color: #000000;
}
#s_help .s_helpright {
	width: 50%;
	padding: 3%;
}
#s_help .s_helpright h3 {
	color: #fff;
}
#s_help .s_helpright p {
	color: #fff;
	margin: 13px auto;
}
#s_help .s_helpright img {
	margin-left: 20px;
}
#s_help .container {
	width: 100%;
	margin: 0 auto;
	padding: 0%;
}
.about_box h2 {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin: 0 auto 30px;
	font-weight: normal;
}
.s_affiliate {
	background: #ffffffc2;
	/* background: linear-gradient(354deg, rgba(174,123,45,1) 0%, rgba(236,212,119,1) 100%); */
	width: 60%;
	margin: 0 auto;
	padding: 2% 4%;
}
.about_box .s_input:focus {
	outline: none;
}
.about_box .s_input {
	height: 50px;
	background-color: transparent;
	color: rgba(0,0,0,.8);
	border-radius: 2px;
	box-shadow: none!important;
	display: block;
	width: 100%;
	font-weight: 400;
	line-height: 1.5;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 0;
	border-bottom: 1px solid rgb(0 0 0 / 50%);
	margin: 0 auto 15px;
}
.f_left {
	float: left;
	width: 48%;
}
.f_right {
	float: right;
	width: 48%;
}
.f_full {
	width: 100%;
	float: left;
}
.s_affiliate .s_full #message {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	box-sizing: border-box !important;
	height: 100px;
	padding: 16px 1%;
	margin: 0 0 30px 0;
	font-size: 18px;
	width: 100%;
	resize: none;
	border-bottom: 1px solid rgb(0 0 0 / 50%);
}
.a_submit {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	border: 1px solid transparent;
	background: #01d28e!important;
	border-color: #b88725!important;
	color: #fff;
	padding: 6px 4%;
	cursor: pointer;
	border-width: 1px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 10px 20px -6px rgba(0,0,0,.12);
	box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #b88725 !important;
	margin: 40px auto 0;
	display: table;
	font-size: 20px;
	letter-spacing: 1px;
}
.a_submit:hover, .a_submit:focus {
	border-color: #000!important;
	background: #019f6c!important;
	outline: none !important;
	-webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 22%) !important;
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
	box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 22%) !important;
	background: #000 !important;
}
.h_top {
	background-color: #676c6f;
	background-image: url(assets/images/crowd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.h_top ul {
	display: block;
	text-align: center;
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 5px;
}
.h_top ul li {
	display: inline-block;
	/* margin: 0 8%; */
	list-style-type: none;
	color: #fff;
	font-size: 16px;
	/* line-height: 23px; */
	overflow: hidden;
	border: 1px solid #fff;
	padding: 10% 3%;
}
#lists {
/* display: block; */
    /* width: 540px; */
    /* font-weight: 600; */
    /* float: left; */
    /* margin: 0px auto 0; */
}
#lists li {
	text-align: left;
	list-style-type: auto;
	/* font-size: 16px; */
	margin: 10px auto;
	list-style-position: inside;
}
#lists li::before {
	background-color: #fff;
}
.startups_left video {
	width: 100% !important;
	height: 100% !important;
}
.page page-id-8 .product-quantity .qib-container {
	display: block !important;
}
.page-id-8 table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
	display: block !important;
	justify-content: center;
}
.f_box {
	background-color: #fff;
	margin: 0 auto 30px;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2% 2%;
	width: 96%;
	-webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
	transition: box-shadow .2s, transform .2s, opacity .2s;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.f_box:hover {
	box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);/* background-color: #f1f1f1; */
}
.f_box h5 {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto 10px;
	color: #b88725;
}
.f_box p {
	margin: 0 auto;
}
.f_box ul {
	margin: 0 auto;
	padding: 0;
	list-style-position: outside;
	margin: 0;
}
.f_box ul li {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}
.f_box ul>li:before {
	display: inline-block;
	width: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}
.s_do {
}
.s_do li {
	background-color: #fff;
	margin: 0 auto 30px;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2% 2%;
	width: 96%;
	-webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
	transition: box-shadow .2s, transform .2s, opacity .2s;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);/* background: #f2e37f; *//* color: #fff; */
}
.s_do li:nth-child(even) {
	background: #f2e37f;/* color: #000; */
}
.s_steps {
	color: #fccb3f;
	background-color: #000;
	padding: 15px 0px 30px;
}
.s_steps h4 {
	font-weight: normal;
	margin: 20px auto;
	font-size: 30px;
	color: #fff;
}
.home .s_steps a {
	font-weight: normal;
	margin: 20px auto;
	font-size: 20px;
	color: #000;
	background-color: #febe30;
	display: table;
	margin: 0 auto;
	padding: 5px 2%;
	text-transform: capitalize;
}
.s_steps h4 strong {
	font-weight: normal;
	margin: 20px auto;
	/* font-size: 27px; */
	color: #fccb3f;
}
.s_steps ul {
}
.s_steps ul li {
	list-style-type: none;
	text-align: center;
	float: left;
	width: 18.4% !important;
	list-style-type: none;
	padding: 1%;
	margin: 2% 2% 2% 0%;
	box-shadow: 0px 1px 10px #ccc;
	min-height: 234px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	min-height: 350px;
	display: block;
	/* text-align: left; */
	line-height: 21px;
}
.s_steps ul li img {
	margin: 0 auto 20px;
	height: 90px;
	display: block;
	text-align: center;
}
.s_steps ul li strong {
	color: #000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	min-height: 90px;
	display: block; /* text-align: left; */
	line-height: 21px;
}
.s_steps ul li:nth-child(3) {/* margin: 2% 0%; *//* float: right; */
}
.s_steps ul li:nth-child(5) {
	width: 48%;
	float: right;
	margin-right: 0;
}
.s_steps ul li:nth-child(4) {
	width: 48%;
}
.insbox {
	clear: both;
	float: left;
	width: 100%;
	box-shadow: 0px 4px 7px #ccc;
	margin: 0 auto 20px;
	padding: 3% 0% 3% 3%;
}
.insbox_left {
	float: left;
	width: 65%;
}
.insbox_left ul {
}
.insbox_left ul li {
	list-style-type: none;
	font-size: 17px;
	margin: 11px auto;
	font-weight: 400;
}
.insbox_right {
	float: right;
	width: 35%;
	/* max-width: 150px; */
	text-align: center;
}
.insbox_right a.wplightbox {
}
.insbox_right img {
	height: 270px;
	/* float: right; */
	/* clear: both; */
	/* display: inline; */
	/* text-align: right; */
	width: 100%;
	object-fit: contain;
}
.insbox_right .s_download {
	background-color: #b88725;
	padding: 3px 2%;
	color: #fff;
	border-radius: 2px;
	padding: 10px 10%;
	text-transform: uppercase;
	/* display: none; */
	font-size: 16px;
}
.insbox_right .s_download:hover {
	background-color: #000;
	padding: 10px 10%;
	color: #fff;
