/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.wrapper {
    margin: 0 auto;
    overflow: hidden;
}
.container {
	max-width: 1320px;
	margin:0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.header {
    background: #0d0d0d;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    transition: 0.5s ease;
    z-index: 9999;
}
.logo {
    width: 60px;
}
.logo img {
    display: block;
    max-width: 100%;
}
.top_h {
    
}
.top_h .container {
	max-width: 1248px;
}
.top_h .d-flex {
	min-height: 45px;
}
.contact_list {
    
}
.contact_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact_list ul li:not(:last-child) {
    margin-right: 24px;
}
.contact_list ul li a {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.contact_list ul li i {
    color: #0d0d0d;
    margin-right: 8px;
}
.contact_list ul li a:hover {
    color: #f1c152;
}
.social_list {
    
}
.social_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social_list ul li:not(:last-child) {
    
}
.social_list ul li a {
    color: #0d0d0d;
    font-size: 16px;
    padding: 0 8px;
    text-decoration: none;
}
.social_list ul li a:hover {
    color: #f1c152;
}
.h_bar {
    min-height: 70px;
}
.sticky .header {
    top: -45px;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav {
    
}
.mainnav nav {
    
}
.mainnav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mainnav nav ul li {
    
}
.mainnav nav ul li a {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    text-decoration: none;
    padding: 0 12px;
}
.mainnav nav ul li a.current {
    color: #f1c152;
}
.mainnav nav ul li a:hover {
    color: #f1c152;
}
a {
    transition: 0.5s ease;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.main_content								{}
.backbg {
	display: none !important;
}
.backbgbox {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homehero {
    position: relative;
    background-position: center top;
}
.homehero .caption {
    height: 100vh;
    min-height: 600px;
    padding-top: 15rem;
    padding-bottom: 6rem;
}
.homehero .caption .content {
    display: inline-block;
	padding: 3rem;
}
.homehero .caption h3 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin-bottom: 16px;
}
.homehero .caption h1 {
    color: #0d0d0d;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}
.start_business_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.b_gallery {
    
}
.b_gallery figure {
    margin: 0;
    margin-bottom: 32px;
}
.b_gallery figure:last-child {
    margin-bottom: 0;
}
.b_gallery figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.start_business_wrapper .content p {
    margin-bottom: 40px;
}
.features_list {
    
}
.features_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}
.features_list ul li {
    position: relative;
    color: #0d0d0d;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    padding: 16px 0;
    padding-left: 38px;
    margin-bottom: 8px;
}
.features_list ul li i {
    position: absolute;
    left: 0;
    top: 19px;
    color: #f1c152;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p {
    color: #ffffff;
}
.business_setup_wrapper {
    padding: 96px 0 50px;
}
.business_setup_wrapper .sub_title {
    padding-bottom: 32px;   
}
.setup_features {
    max-width: 940px;
    margin: 0 auto;
}
.setup_features [class*=col-] {
    position: relative;
    padding-left: 94px;
    padding-right: 15px;
    margin-bottom: 48px;
}
.setup_features [class*=col-] p:last-child {
    margin-bottom: 0;
}
.setup_features .s_icon {
	position: absolute;
    width: 64px;
    left: 12px;
    top: 50%;
    transform: translate(0,-50%);
    padding-bottom: 20px;
    text-align: center;
}
.setup_features .s_icon:after {
    display: block;
    content: "";
    background: #f1c152;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    z-index: -1;
}
.setup_features .s_icon i {
    color: #ffffff;
    font-size: 64px;
}
.setup_features h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 8px;
}
.setup_cards_wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
}
.setup_card_list {
    
}
.setup_card_list [class*=col-] {
    margin-bottom: 24px;
}
.setup_card {
    height: 100%;
    min-height: 300px;
    padding: 30px 20px 55px 30px;
    border-radius: 20px;
    box-shadow: 10px 7px 0px #E1D399;
}
.setup_card h3 {
    color: #ffffff;
    font-size: 28px;
}
.setup_card p {
    color: #ffffff;
    margin-bottom: 20px;
}
.get_started {
    padding-bottom: 80px;
}
.get_started .title {
    
}
.setup_process {
    
}
.setup_process .col {
    margin-bottom: 24px;
}
.process_card {
    display: flex;
    align-items: center;
    background: rgb(233, 221, 159);
    background: -webkit-linear-gradient( 310deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% );
    background: linear-gradient( 140deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% );
    border-radius: 20px;
    box-shadow: 0 0 45px rgba(12, 18, 20, 0.08);
    padding: 24px;
    height: 100%;
}
.process_card i {
    color: #0d0d0d;
    font-size: 48px;
}
.process_card h4 {
    color: #0d0d0d;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    padding-bottom: 8px;
    margin-left: 24px;
}
.title {
    padding-bottom: 24px;
}
.title h2 {
    font-size: 48px;
}
.our_services {
    padding-bottom: 80px;
}
.services_list {
    
}
.services_list [class*=col-] {
    margin-bottom: 24px;
}
.service_box {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}
.service_box figure {
    margin: 0;
    position: relative;
    padding-bottom: 72.6%;
    overflow: hidden;
}
.service_box figure img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.service_box .content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.service_box .content h4 {
    color: #0d0d0d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}
.service_box .content h4 a {
    color: #0d0d0d;
    text-decoration: none;
}
.service_box .content h4 a:hover {
    color: #c19a42;
}
.service_box .content p {
    
}
.service_box .content .btn {
    margin-top: auto;
    margin-right: auto;
}
.service_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service_box:hover figure img {
    transform: scale(1.2);
}
.service_box:hover h4 a {
    color: #c19a42;
}
.service_box:hover .btn-primary {
    color: rgb(233, 221, 159);
    border-color: #b79b69;
}
.service_box:hover .btn-primary:before {
    opacity: 1;
}
.form-group {
    position: relative;
    margin-bottom: 16px;
}
.form-group label {
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid rgba(0,0,0,0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.focused label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input_filled label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#mobile{
	padding: 0 70px !important;
    padding-top: -10px !important;
}
.iti__dropdown-content{
	z-index:999;
}
.input_filled .form-control {
    border-bottom: 1px solid #d9d9d9!important;
    padding: 1.5em 12px .35em 12px;
    font-size: .8rem;
}
.form-control {
    display: block;
    width: 100%;
    height: 58px;
    background: #ffffff !important;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 56px;
    padding: 0 12px !important;
    padding-top: 20px !important;
    transition: 0.15s ease-in-out;
}
textarea.form-control {
    height: 130px;
    padding: 16px 12px !important;
    padding-top: 26px !important;
    line-height: 1.5;
    resize: none;
}
.form-control:focus {
    color: #737373;
    border-color: #f8e0a9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(241,193,82,.25) !important;
}
.contact_us {
    padding-bottom: 85px;
}
.contact_us .title {
    
}
.contact_us .content {
    
}
.contact_us .content h3 {
    padding-bottom: 8px;
}
.contact_us .content p {
    margin-bottom: 16px;
}
.contact_form {
    
}
.contact_form .row {
    margin: 0 -8px;
}
.contact_form [class*=col-] {
    padding: 0 8px;
}
.std_select {
    display: block;
    width: 100%;
    height: 58px;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")  !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 12px !important;
    padding-top: 20px !important;
    transition: 0.15s ease-in-out;
}
.std_select:focus {
    border-color: #f8e0a9 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(241,193,82,.25) !important;
}
.wpcf7-form-control-wrap ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}
.loader .spinner {
    color: #f1c152;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow;
}
.loaded .loader {
	opacity: 0;
    visibility: hidden;
}
.start_business_wrapper, .our_services, .contact_us {
    position: relative;
}
.section_node {
	position: absolute;
    left: 0;
    top: -120px;
}
.start_business_wrapper .section_node {
    top: -60px;
}
.mobview {
    display: none;
}
.mobile_menubtn {
    display: none;
}

/*Standard styling*/
h1 {
    color: #0d0d0d;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 48px;
}
h2 {
    color: #0d0d0d;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 24px;
}
h3 {
    color: #0d0d0d;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 24px;
}
h4 {
    color: #f1c152;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 16px;
}
h5 {
    color: #f1c152;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
h6 {
    color: #f1c152;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
p {
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px;
}
li {
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border: 1px solid #f1c152;
    border-radius: 25px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.07rem;
    padding: 0 24px 2px;
    overflow: hidden;
    transition: 0.5s ease;
}
.btn span {
    position: relative;
    z-index: 40;
}
.btn:before {
    display: block;
    background: #0d0d0d;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s ease;
}
.btn-lg {
	height: 58px;
    padding: 0 48px 2px;
    border-radius: 50px;
}
.btn-sm {
    height: 32px;
    font-size: 12px;
    padding: 0 12px 2px;
}
.btn-md {
    height: 38px;
    padding: 0 16px 2px;
}
.btn-primary {
	background: rgb(233, 221, 159) !important;
    background: -webkit-linear-gradient( 310deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% ) !important;
    background: linear-gradient( 140deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% ) !important;
}
.btn-primary:hover {
    color: rgb(233, 221, 159);
    border-color: #b79b69;
}
.btn-dark {
	
	 color: #0d0d0d !important;
    border-color: rgb(233, 221, 159) !important;
    background-color: rgb(233, 221, 159) !important;
/* 	background: #0d0d0d !important;
    border-color: rgb(233, 221, 159);
    color: rgb(233, 221, 159); */
}
.btn-dark:before {
    display: none;
}
.btn-dark:hover {
    color: #0d0d0d !important;
    border-color: rgb(233, 221, 159) !important;
    background-color: rgb(233, 221, 159) !important;
}
.btn:hover:before {
    opacity: 1;
}
.bg-dark {
    background-color: #0d0d0d !important;
}
.form-submit {
    width: 100%;
	height: 58px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    background: rgb(233, 221, 159) !important;
    background: -webkit-linear-gradient( 310deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% ) !important;
    background: linear-gradient( 140deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% ) !important;
    border: 1px solid #f1c152;
    border-radius: 10px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #000000;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: 0.07rem !important;
    padding: 0 24px 2px;
    overflow: hidden;
    transition: 0.5s ease;
}
.form-submit:hover {
    color: rgb(233, 221, 159);
    background: #0d0d0d !important;
    border-color: #b79b69;
}

/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    background: #0D0D0D;
    padding-top: 100px;
}
.newsletter_box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.newsletter_box .content h2 {
    color: #ffffff;
    padding-bottom: 0;
}
.newsletter_box .content p {
    color: #737373;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.newsletter_form {
    position: relative;
}
.newsletter_form .form-control {
	height: 56px;
    border: none;
    padding: 0 24px !important;
    padding-right: 48px !important;
}
.newsletter_form .btn {
    height: 40px;
    border: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0,-50%);
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    padding: 0 12px 2px !important;
    letter-spacing: 1.12px !important;
}
.newsletter_form .btn:hover {
    color: rgb(233, 221, 159) !important;
    background: #0d0d0d !important;
    border-color: #b79b69 !important;
}
.footer_content {
    padding-top: 96px;
    padding-bottom: 50px;
}
.footer_content .footer_logo {
	width: 60px;
    margin-bottom: 24px;
}
.footer_content .footer_logo img {
    display: block;
    max-width: 100%;
}
.footer_content p {
    color: #737373;
    line-height: 2.18;
}
.footer_content h6 {
    color: #f8f9fa;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 2.18;
    padding-bottom: 24px;
}
.footer_content h5 {
    color: #f8f9fa;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 24px;
}
.footer_contact {
    
}
.footer_contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_contact ul li {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer_contact ul li:last-child {
    border-bottom: none;
}
.footer_contact ul li a {
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}
.footer_contact ul li .f_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient( 310deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% );
    background: linear-gradient( 140deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% );
    color: #0d0d0d;
    font-size: 16px;
    margin-right: 16px;
}
.footer_contact ul li a:hover {
    color: #F1C152;
}
.footer_links {
    
}
.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    
}
.footer_links ul li a {
    position: relative;
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    padding-left: 25px;
}
.footer_links ul li a:hover {
    color: #F1C152;
}
.footer_links ul li a i {
    color: #F1C152;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
.copyright_box {
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.copyright_box p {
    color: #737373;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
.copyright_box p a {
    color: #f1c152;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
}
.copyright_box p a:hover {
    color: #c19a42;
}
.goto_top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background: rgb(233, 221, 159);
    background: -webkit-linear-gradient( 310deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% );
    background: linear-gradient( 140deg, rgba(233, 221, 159, 1) 0%, rgba(173, 142, 94, 1) 100% );
    border: 3px solid #f8f9fa;
    border-radius: 50%;
    color: #000000;
    text-decoration: none;
}
.goto_top:hover {
    color: rgb(233, 221, 159) !important;
    background: #0d0d0d !important;
    border-color: #b79b69 !important;
}
.goto_top:focus {
    box-shadow: 0 0 0 0.25rem rgba(205,164,70,0.5);
}
.totop .goto_top {
	opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #737373;
	text-decoration:none;
}
.footer a[href^=tel] {
	color: #737373;
	text-decoration:none;
}
	
	
/* ---------------------------------------------------------*/
section.start_business_wrapper.default_content {
    padding-top: 160px;
}
.contact_form .form-group p {
	margin-bottom: 0;
}
.intl-tel-input .form-control {
	font-size: 16px !important;
	padding-left: 60px !important;
}
.phone label {
	display: none;
}
.phone .form-control {
	padding-top: 0 !important;
}
.intl-tel-input .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list {
	min-width: 300px;
	z-index: 99;
}
.contact_form .wpcf7-not-valid-tip {
	font-size: 13px;
	position: absolute;
	top: 97%;
}
.form-control.wpcf7-not-valid {
	background-color: #fff9f9 !important;
	border-color: #dc3232 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	color: #f1c152;
	text-align: center;
	margin: 0;
}
.wpcf7-spinner {
	display: block;
	margin: 10px auto !important;
}
.iti-mobile .intl-tel-input.iti-container {
	z-index: 9999;
}

/*22-02*/
.blog_lists_wrapper {
    padding-bottom: 80px;
}
.blog_lists_wrapper .content {
    padding-bottom: 50px;
}
.blog_lists_carousel {
    width: calc(100vw / 2 + 1300px / 2) !important;
}
.blog_lists_carousel .blog_box {
	width: 420px;
    height: 420px;
}
.blog_box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.blog_box figure {
    margin: 0;
    height: 100%;
}
.blog_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_box .blog_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background-image: linear-gradient(0deg, #000000 6.91%, #FFFFFF00 80%);
}
.blog_box .blog_title h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    padding-bottom: 5px;
    transition: 0.5s ease;
}
.blog_box .blog_title ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog_box .blog_title ul li {
    margin-right: 5px;
    margin-top: 10px;
}
.blog_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.blog_box:hover .blog_title h4 {
    color: #f1c152;
}
.faq_wrapper {
    padding-bottom: 80px;
}
.accordion-button {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #0d0d0d !important;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 0;
    padding-right: 40px;
}
.accordion-item {
    border-bottom: 1px solid #b2c4c9;
}
.accordion-body {
    padding: 20px 0;
}
.accordion-body ul {
    list-style: disc;
}
.accordion-button:after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: #D7C58C url('../images/rightarrow.svg') no-repeat 8px center !important;
    background-size:  8px auto !important;
    border: 1px solid #f1c152;
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 50%;
    transition: .15s ease-in;
}
.accordion-button:not(.collapsed) {
    color: #c19a42 !important;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) !important;
}
.accordion-button:hover {
    color: #c19a42 !important;
}
.blog_box .blog_title ul span a {color:#000000; text-decoration:none; }
.std_select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.iti{
	width:100%;
}