/* @import url('http://example.com/example_style.css'); */
@font-face {
  
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Thin.ttf') format('truetype');
	font-weight: 100;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-ExtraLight.ttf') format('truetype');
	font-weight: 200;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-SemiBold.ttf') format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-ExtraBold.ttf') format('truetype');
	font-weight: 800;
}

@font-face {
	font-family: 'HKGrotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Black.ttf') format('truetype');
	font-weight: 900;
}


@font-face {
	font-family: 'grotesk';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Regular.ttf') format('truetype');

}


@font-face {
	font-family: 'grotesk-light';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Light.ttf') format('truetype');

}

@font-face {
	font-family: 'grotesk-bold';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Bold.ttf') format('truetype');

}

@font-face {
	font-family: 'grotesk-medium';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-Medium.ttf') format('truetype');

}

@font-face {
	font-family: 'grotesk-semibold';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-SemiBold.ttf') format('truetype');

}

@font-face {
	font-family: 'grotesk-extralight';
  font-display: swap;
	src: url('https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/ot-rram/font/HKGrotesk-ExtraLight.ttf') format('truetype');

}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

div.hs-fieldtype-booleancheckbox:hover legend.hs-field-desc {
	display: block !important;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 1px #eee;
    border-radius: 4px;
    position: absolute;
    margin-top: 90px;
    font-size: 14px;
}
  
  legend.hs-field-desc {
    display: none !important;
  
}




body {
	color: #333333 !important;
	line-height: 27px;
	font-family: 'HKGrotesk';
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.header nav.navigation-primary ul li {

	padding: 0 0 0 12px;
	margin-left: 20px;
	margin-right: 0px;
}

h3 {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'HKGrotesk';

}

h5,
h2 {
	color: #333333;

}

h2 {
	padding-bottom: 40px !important;
	letter-spacing: -0.5px;

}

p {
	padding-bottom: 30px;
	margin: 0;
	font-size: 16px;
	letter-spacing: -0.2px;
}

h1,
h2,
h3 {
	font-family: 'HKGrotesk';
	font-weight: 300;
	text-transform: none !important;
}

h5 {
	font-family: 'HKGrotesk';
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 20px !important;
}

.inner_banner_main .title {
	color: #fff;
	font-size: 42px;
	letter-spacing: -0.5px;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 75%);
}

.header .content-wrapper .header__column {
	width: 100%;
	padding: 9px 0 15px 0;
	left: 0;
	right: 0;
	transition: all .4s ease-in-out;
	height: 130px;
}

.hb {
	display: flex;
	align-items: end;
	padding-right: 0px;
}

.banner-botton,
.button,
.button.customizable-button,
button {
	background-color: #fff0;
	border-bottom: 1px solid #de1d3c;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	color: #de1d3c;
	padding: 0px 0px !important;
	margin-top: 0px;
	font-size: 15px;
	font-family: 'HKGrotesk' !important;
	font-weight: 700;
	letter-spacing: .2px;
  z-index: auto;
}

.button.customizable-button:hover {
	transition-delay: .1s;
	transform: none;
	box-shadow: none;

}


.btx h2 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	letter-spacing: -0.5px;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 75%);


}

.footer-widget-section .dnd-section {
	padding: 0px 35px 0px;
}

.footer-widget-section {
	background-color: #fff;
}

.wraper_footer.custom-footer .header-social-icons .social-icons .social-links__icon svg {
	fill: #333333;
}

.custom-footer .footer-menu ul li a {
	color: #333333 !important;
	line-height: 21px;
	font-size: 15px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	background: #f4f4f400 !important;
	color: #fff;
	font-family: 'HKGrotesk';
	font-weight: 300;
	border-radius: 0px;
	border-bottom: 1px solid #ffffff !important;
	border: 0px;
	padding: 0px;


}

.hs-error-msg {
	color: #de1d3c;
	margin-top: 0.35rem;
	font-family: 'HKGrotesk';
}


form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
	border: 0px;
	border-bottom: 1px red solid !important;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	border: none;

}


.hs-form-7a1546d1-fbdc-4cda-b7dc-25e4acd8a9b8_43c00c27-3a8d-4ed6-ae29-3ed2191db177 fieldset.form-columns-3 .input {
	margin-right: 34px !important;
}

form .hs-button,
form input[type=submit] {
	background-color: #17be7400;
	border: none;
	/* border-radius: 3px; */
	color: #de1d3c;
	padding: 7px 2px;
	border-bottom: 1px solid;
	text-transform: uppercase;
	border-radius: 0px;
	margin-top: 9px;
	font-family: 'HKGrotesk';
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

form label {
	color: #fff;
}

.body-container--home .row-depth-1.row-number-8.dnd-section p {
	color: #fcfcfc;
	width: 100%;
	margin: 0 auto;

	padding: 1px 50px;
}

.radiant-counter-style-one:hover .ml-2 {
	color: #de1d3c;
}

.radiant-counter-style-one:hover .radiant-counter_number.radiant-counter-style-one_number.radiant-h2 {
	color: #de1d3c;
}

.radiant-counter-style-one:hover .radiant-counter-style-one_inner.items-start span.radiant-counter-number-suffix {
	color: #de1d3c;
}

.team .rt-professionals-team>.holder>.pic>.data {
	background-color: #999 !imporatnt;
}

.container {
	width: 100%;
}

form .hs-button:active,
form input[type=submit]:active {

	background-color: #17be7400;
	border-color: #17be7400;
	color: #de1d3c;
}

.custom-footer ul li {
	color: #b2b4b1;
	margin: 0;
	float: left;
}

body.sticky.down .header .header__container img {
	margin-top: 40px;
}


body.sticky.down #hs-link-site_logo_hs_logo_widget img {
	max-width: 120px !important;
}

form fieldset {
	width: calc(100% - 100px);
	float: left;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
	color: #fff;
}

.footer-copyright-section ul[role="menu"] li {
	border-right: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 13px;
	margin-top: 9px;
}

.footer-copyright-section ul[role="menu"] li:last-child {
	border-right: none;
}

.footer-copyright-section ul[role="menu"] li:first-child {
	padding-left: 0px;
}

.footer-copyright-section ul[role="menu"] {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ftp {
	margin-bottom: 0px
}

.footer {
	background-color: #fff !important;
}

.footer-copyright-section {
	margin-top: 10px
}

.team .rt-professionals-team>.holder>.pic>.data {
	height: 100% !important;
	background-color: #999999 !important;

}

.customizable-button-text {
	font-family: 'HKGrotesk';
	font-weight: 700;
	letter-spacing: 0.2px;
}

hr:not([size]) {
	height: 0px;
}

.module_1662101776397-flexbox-positioning>div {

	margin: auto;
}

#hs_cos_wrapper_widget_1662105836174 {
	float: right;
	margin-right: 20px;
}

#hs_cos_wrapper_module_16621058437343 {
	margin-left: 20px;
}

.header .navbar-expand-lg .navbar-nav .nav-link,
.header .navbar-nav .nav-link {
	font-family: 'HKGrotesk';
	font-weight: 400;
	color: #333 !important;
}

.fancy-text-box-slider.style-one .radiant-fancy-text-box .holder .pic img {
	border-radius: 0px !important;

}

.radiant-counter-style-one .radiant-counter_number.radiant-counter-style-one_number.radiant-h2 {
	color: #de1d3c;
	font-size: 33px;
	font-weight: 600;
}

.radiant-counter-style-one .radiant-counter-style-one_inner.items-start span.radiant-counter-number-suffix {
	color: #de1d3c;
	font-size: 33px;
	font-weight: 600;
}

.radiant-counter-style-one .ml-2 {
	color: #de1d3c;
}

.banner-main {

	margin-top: 129px;
}

.footer span {
	font-family: 'HKGrotesk';
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	line-height: 19px;
	/* margin-bottom: 28px; */
	/* padding-bottom: 28px; */
}

.wraper_inner_banner.banner-one {
	background-position: top center !important;
	background-size: cover;
	margin-top: 129px;
	padding-bottom: 0;
	padding-top: 0;
	height: 400px;
}

.wraper_inner_banner.banner-one h2 {
	padding-bottom: 0px !important;
}


.footer-menu ul li:last-child {
	margin-bottom: 0px !important;
}


/* clock start */
.timezone-clock {
	margin-bottom: 15px;
	margin-top: 20px;
}

.clock {
	border-radius: 50%;
	background: #fff;
	height: 30px;
	width: 30px;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #333;
}

.hours-container {
	animation: rotate 43200s infinite linear;
}

.minutes-container,
.hours-container,
.seconds-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hours {
	background: #333;
	height: 50%;
	left: 48.65%;
	position: absolute;
	top: 0;
	transform-origin: 50% 100%;
	width: 1px;
}

.minutes {
	background: transparent;
	height: 50%;
	left: 48.65%;
	position: absolute;
	top: 0;
	transform-origin: 50% 100%;
	width: 1px;
}

.circle {
	display: block;

	background: #333;
	border-radius: 50%;

	height: 3px;
	margin-top: -2px;
	width: 3px;
}

/* clock end */


#hs_cos_wrapper_widget_1662519243277 {
	margin-top: -60px !important;
	text-align: center;
}

.custom-footer .footer-menu ul li:first-child a {
	font-weight: bold;
	cursor: auto;
	pointer-events: none;
}

.wraper_inner_banner.banner-one {
	display: flex;
	align-items: center;
	justify-content: center;
}

body .banner-main {
	margin-top: 130px;
	height: calc(100vh - 130px);
	padding: 0px !important;
}

body .banner-main h2 {
	margin-top: calc(50vh - 96px);
	margin-bottom: 0px;
	padding-bottom: 0px !important;
}

.row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid {
	display: flex;
	align-items: center;
}

.dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid {
	display: flex;
	align-items: center;
}

.banp {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: calc(50vh - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
}

.banp p {
	padding-bottom: 0px !important;
	letter-spacing: -0.2px;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 75%);
	text-align: center;
	font-size: 21px;
	color: #fff;
	max-width: 700px;
	font-weight: 300;

}

fieldset .input {
	margin-right: 30px !important;
}

.inner_banner_main h3 {
	padding-bottom: 0px !important;

}

.inner_banner_main .subtitle {
	color: #fff;
	margin: 0 auto;
	padding-bottom: 0px;
}


.invap h2 {
	text-align: center;

}

.invap h5 {
	text-align: center;
	font-weight: 500;
	text-transform: none;
}

.tab-head-line {
	position: relative;
	transform: none;
	background: none;
	content: "";
	top: -36px;
	left: 0px;
	padding: 0px 0px;
	z-index: 999;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	width: 65px;
	height: 37px;
	text-align: center;
	display: inline-block;
}

.home-one-tab-main {
	border-top: 0;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 35px;
	text-align: center;
}

.home-one-tab-main h2 {
	text-align: center;

}

.home-one-tab-bottom {
	padding: 0px 10px 0px 10px;
	margin-top: -3px;
}

.home-one-tab-bottom h5 {
	margin-bottom: 10px;
}

.home-one-tab-main::before {
	height: 1px;
	background: #de1d3c;
	width: 64%;
	display: block;
	position: relative;
	content: "";
	margin: auto;
	float: none;
	z-index: -1;
}

.module_166313925646910-flexbox-positioning>div {

	margin: auto !important;
}

.tab-head-line {
	background: #ffffff;
}

.tab-head-line:hover {
	background: #ffffff;
}

.contact-box-content a {
	color: #333;
}

.tab-head-line {
	z-index: 1;
}


.span6.widget-span.widget-type-cell.dnd-column {
	margin-left: 0px;
	width: 50%;
}

#hs_form_target_widget_1663385968245 .hs-field-desc
 {
    color: #333;
}



#hs_form_target_widget_1663385968245 label:not(.hs-error-msg) {
	color: #333333 !important;
	display: block;
}

body #hs_cos_wrapper_widget_1663130655153 .submitted-message {
        color: #de1d3c !important;
}
body #hs_cos_wrapper_widget_1663385968245 .submitted-message
 {
    color: #de1d3c !important;
}
body #hs_cos_wrapper_widget_16641260363873 .submitted-message
 {
    color: #de1d3c !important;
}


.fancy-text-tag {
	font-size: 20px;

}

.contact-form-one form input[type=submit]:hover,
.contact-form-one form input[type=submit]:focus,
.contact-form-one form .hs-button:hover,
form .hs-button:focus {
	background: none;
	border: none;
	border-bottom: 1px solid;
	color: #de1d3c;

}

.t2 {
	font-size: 33px;
}

.footer-menu ul li {

	line-height: 21px !important;
}

.copyr {
	color: #333333 !important;
	font-size: 12px !important;
}

.wraper_footer.custom-footer .header-social-icons ul li {
	padding-right: 25px;
}

.footer-copyright-section .dnd-section {
	width: 1267px;
	margin: 0 auto !important;
	padding: 10px 0px !important;
	border-top: 1px solid #333;
	background-color: #fff;
}

.fancy-text-box-slider.style-one .radiant-fancy-text-box .holder:hover {
	transform: none !important;
}

.fancy-text-box-slider.style-one .radiant-fancy-text-box .holder .pic {
	overflow: hidden;
}


.fancy-text-box-slider.style-one .radiant-fancy-text-box .holder .pic:hover img {
	transform: scale(1.1);
}

.joic {}

.dnd_area-row-1-max-width-section-centering>.row-fluid {
	display: flex;
	align-items: center;
}

.oliev-faq-one .oliev-accordion-item-one {
	background: #f2f2f2;

	border-radius: 0px;
}



#hs_cos_wrapper_dnd_area-module-6 {
	display: block !important;
	/* padding-top: 40px !important; */
	max-width: 633px;
	padding: 40px 66px 40px 0px;
	float: right;
	margin-left: 40px;
}

#hs_cos_wrapper_module_16633850614165 {
	display: block !important;
	/* padding-top: 40px !important; */
	max-width: 633px;
	padding: 40px 0px 40px 66px;
	float: left;
	margin-right: 40px;
}

.data p {
	min-height: 101px;
	padding: 0 55px 20px;
}

.boximgh {
	position: relative;
}

.boximgh h3 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 28px;
}

.lphead {
	font-size: 18px;
	margin: 40px auto;
	max-width: 550px;
	text-align: center;
	font-weight: 400;

}

.ftdis {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.2px;
	text-align: left;
	padding: 25px 0px;

}

#hs_cos_wrapper_widget_1663385968245 input::placeholder {
	color: #333;
}

.plh h2 {
	font-size;
	33px;
	color: #ffffff;
	text-align: center;
	margin-top: 105px;
	letter-spacing: -.5px;
	text-shadow: 2px 2px 0 rgb(0 0 0 / 75%);
}

.plh p {
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 0 rgb(0 0 0 / 75%);
	max-width: 450px;
	margin: auto;


}

.lplogo {
	margin: auto;
	text-align: center;

}

#hs_cos_wrapper_widget_1663831491870 {
	text-align: center;
}

#hs_cos_wrapper_dnd_area-module-14 {
	text-align: center;
}

#hs_cos_wrapper_dnd_area-module-14 img {
	max-width: 75% !important;
}

#hs_cos_wrapper_module_16638361674543 {
	text-align: center;
}

#hs_cos_wrapper_module_16638361674543 img {
	max-width: 80% !important;
}

#hs_cos_wrapper_module_16638365408153 {
	text-align: center;
}

#hs_cos_wrapper_module_16638365408153 img {
	max-width: 80% !important;
}

.oliev-accordion-item-one.oliev-faq-active-one .oliev-faq-icon-one::before {
	display: none;
}

.oliev-accordion-item-one.oliev-faq-active-one .oliev-faq-icon-one::before {
	background: #333;
}

.oliev-faq-one .oliev-accordion-item-one.oliev-faq-active-one .oliev-faq-icon-one:after {
	background: #333;
}

#hs_cos_wrapper_module_16638999783063 .oliev-faq-description-one {
	padding: 0 42px 0 20px !important;


}

.faqfirst {
	margin-top: 24px;
}

#hs_cos_wrapper_module_16639294713097 .wraper_inner_banner.banner-one {
	margin-top: 0px;

}

#hs_cos_wrapper_module_166392959592210 {
	margin-top: -60px !important;
	text-align: center;
}

#hs_cos_wrapper_module_1663925240413 .wraper_inner_banner.banner-one {
	margin-top: 0px;

}

#hs_cos_wrapper_module_16639294713097 .wraper_inner_banner.banner-one {
	margin-top: 0px;

}

#hs_cos_wrapper_module_16639296134073 .wraper_inner_banner.banner-one {
	margin-top: 0px;

}

.invap2 p {
	text-align: center;

}

.invap2 h2 {
	text-align: center;

}

.hm5-radiant-footer .footer-copyright-section {
	background-color: rgb(255 255 255);
}

#hs_cos_wrapper_module_166392925260315 {
	text-align: center;
}

#hs_cos_wrapper_module_166392925260315 img {
	max-width: 75% !important;
}

#hs_cos_wrapper_widget_1663930238458_title {
	color: #333;
	line-height: 31px;
	text-align: center;
	padding-bottom: 40px !important;
}

.rc-anchor-invisible {
	height: 60px;
	width: 256px;
	display: none !important;
}

.invap2 {
	width: 700px;
	margin: auto;
}

#hs_cos_wrapper_module_16639577924657 .oliev-faq-title-one h3 {
	color: #333;
	font-size: 20px;
}

#hs_cos_wrapper_module_16639577924657 .oliev-faq-description-one p {
	font-size: 16px;
}

#hs_cos_wrapper_module_16639577924657 .oliev-faq-title-one img {
	width: 40px;
}

#hs_cos_wrapper_module_16639577924657 .oliev-faq-description-one {

	padding: 0 42px 0 57px !important;
}


hr {
	opacity: 1;

}

#hs_cos_wrapper_module_16641260363873_ input::placeholder {
	color: #333;
}


#hs_cos_wrapper_module_16641260363873_ form fieldset {
	width: 100%;
	float: left;
}


#hs_cos_wrapper_module_16641260363873_ form .inputs-list>li {
	display: flex;
	margin: 0.7rem 0;
	flex-wrap: wrap;
	float: left;
	padding-right: 50px;
}

.hs-form-aaa51b9f-714f-476a-974f-f801806016fa_30c0cf07-833e-4303-b2af-71effddb21c2 fieldset.form-columns-1 .hs-input {
	width: 100%;
}



#hs_cos_wrapper_module_16641260363873_ input[type=radio] {
	width: 16px;
	height: 16px;
	margin-right: 13px;
}

#hs_cos_wrapper_module_16641260363873_ hs_submit hs-submit {
	text-align: center !important;

}

#hs_cos_wrapper_module_16641260363873 select {
	color: #333333 !important;
	border-bottom: 1px solid #333 !important;
}

#hs_cos_wrapper_module_16641260363873 input[type="email"] {
	color: #333333 !important;
	border-bottom: 1px solid #333 !important;
}

#hs_cos_wrapper_module_16641260363873 input[type="tel"] {
	color: #333333 !important;
	border-bottom: 1px solid #333 !important;
}

#hs_cos_wrapper_module_16641260363873 input[type="text"] {
	color: #333333 !important;
	border-bottom: 1px solid #333 !important;
}

#hs_cos_wrapper_module_16641260363873_title {
	text-align: center;
	color: #333;
}

#hs_cos_wrapper_module_16641260363873 .hs-field-desc {
	color: #333333 !important;
	display: none !important;
}


.tms {
	margin-top: 130px;
}

.tms h2 {
	padding-bottom: 30px !important;
	;

}

.tmc-body {
	padding: 60px 0;
	border-bottom: 1px #333 solid;
	border-top: 1px #333 solid;
}

.body-tit {
	font-weight: 600;
	padding-bottom: 0px;
}

.tit-sub {
	font-weight: 600;
	padding: 30px 0px;
}

.tit-body {
	padding-bottom: 0;
}

#hs_cos_wrapper_module_16641260363873 label:not(.hs-error-msg) span {
	font-family: 'HKGrotesk';
	font-size: 14px;
}



.swiper {
    
    z-index: 0 !important;
}

#hs_cos_wrapper_dnd_area-module-6_{
text-align: justify;

}

#hs_cos_wrapper_module_1662526897501_{
text-align: justify;

}

#hs_cos_wrapper_module_16633850614165_{
text-align: justify;

}

.lplists ul {
    padding-left: 21px;
}

.lplists ul li {
  padding-bottom: 12px;
  font-size: 16px;
}


.lplist2 ul {
    padding-left: 21px;
}

.lplist2 ul li {
  padding-bottom: 12px;
  font-size: 16px;
}

.body-container--about .row-depth-1.row-number-14.dnd-section {
    padding-bottom: 30px !important;
}



#hs_cos_wrapper_module_1665553981207, #hs_cos_wrapper_module_1664874255368{
display: none;}


.ftp a {
color: #333333 !important;}
.tmc-body {
color: #333 !important;}
.tmc-body a {
color: #333 !important;}

.oliev-faq-one .oliev-accordion-item-one>.oliev-faq-title-one>.oliev-faq-icon-one {
   
    z-index: 0;
    
}
.joic p{
padding-bottom: 0px;}


.contact-form-one form input[type=submit]:hover, .contact-form-one form input[type=submit]:focus, .contact-form-one form .hs-button:hover, form .hs-button:focus {
    
    transform: translateY(0px) !important;
   
}


 .widget_1664946496616-flexbox-positioning{
  display: none !important;}




@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  .navbar-toggler {
    margin-top: 0px !important;
}
  
  .hs-content-id-88800418051 .content-wrapper--vertical-spacing, .dnd-section {
    padding: 0px 15px !important;
}
  body .header .content-wrapper .header__row-1 { 
    
    width: 97% !important;
}
  
  .hs-content-id-85669230618 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188467 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85687573905 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85687573908 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188460 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188477 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188482 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid
  {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}

.hs-content-id-85669230618  .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
  .hs-content-id-85692188467 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85687573905 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85687573908 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85692188460 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85692188477 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
  .hs-content-id-85692188482 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid
  
  {
    display: flex !important;
    align-items: center !important;
    flex-direction: column-reverse;
}
  .hs-content-id-85778584390 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}
   .hs-content-id-85778584390 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column-reverse;
}
.hs-content-id-85669230618  .wraper_inner_banner.banner-one,
  .hs-content-id-85692188467 .wraper_inner_banner.banner-one,
.hs-content-id-85687573905 .wraper_inner_banner.banner-one,
.hs-content-id-85687573908 .wraper_inner_banner.banner-one,
.hs-content-id-85692188460 .wraper_inner_banner.banner-one,
.hs-content-id-85692188477 .wraper_inner_banner.banner-one,
  .hs-content-id-85692188482 .wraper_inner_banner.banner-one
 {
     height: 300px;
   margin-top: 115px;
}
body.sticky.down .header .header__container img {
margin-top:40px !important;
}
  
  .header .content-wrapper .header__column {
    height: 121px;
}
	.footer-copyright-section .dnd-section {

		width: 100%;
	}

	.row {

		margin-right: 5px;
		margin-left: 5px;
	}

	body .banner-main h2 {
		margin-top: calc(50vh - 120px);
    line-height: 42px;
	}
  
  .banp {
   
    height: calc(50vh - 106px) ;
    
}

	.btx h2 {
		color: #fff;
		font-size: 35px;
		letter-spacing: -.5px;
		text-align: center;
		text-shadow: 0px 0px 3px rgb(0 0 0 / 90%);
	}

	.header .content-wrapper .header__row-1 {
		margin-top: -44px;
		float: right;
		width: 91% !important;
	}

	

	

	.header .header__container .hs_cos_wrapper_type_logo img {
		margin-left: -17px !important;
		width: 112px !important;
	}

	.dnd_area-row-1-max-width-section-centering>.row-fluid {
		align-items: center;
		display: block;
	}

	#hs_cos_wrapper_dnd_area-module-14_ img {
		max-width: 100% !important;
		height: auto;

		margin: 60px 0px;
	}
.body-container--home .row-depth-1.row-number-2.dnd-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	.swiper-backface-hidden .swiper-slide {
		width: 100% !important;
	}

	.body-container--home .row-depth-1.row-number-8.dnd-section {
		padding-top: 0px !important;
		padding-bottom: 30px !important;
	}

	.row-depth-1.row-number-8.dnd-section p {
		color: #fcfcfc;
		margin: 0 auto;
		padding: 0px !important;
		width: 100%;
	}

	.swiper-wrapper {

		display: block !important;
		margin-top: 20px !important;

	}

	.fancy-text-box-slider.style-one .radiant-fancy-text-box .holder {
		height: auto !important;
	}

	.timezone-clock {
		margin-bottom: 15px;
		margin-top: 20px;

	}

	form fieldset {
		width: 100%;
		float: left;
	}

	.body-container--home .row-depth-1.row-number-11.dnd-section .hs_cos_wrapper_type_rich_text p {
		margin-right: 75px !important;
		padding-top: 17px !important;
	}

	.submenu.level-1 {
		width: 100%;
		margin-top: 30px !important;
	}
  
  .radiant-counter-style-one .radiant-counter_number.radiant-counter-style-one_number.radiant-h2 {
    color: #de1d3c;
    font-size: 30px;
    font-weight: 600;
}
.radiant-counter-style-one .ml-2 {
    color: #de1d3c;
    font-size: 15px;
}
  .swiper-wrapper .swiper-slide {
    float: left;
    margin-bottom: 0;
    padding: 0px 0px;
    width: calc(100%)!important;
}
  
  .home-one-tab-main::before {
    height: 1px;
    background: none;
    width: 64%;
    display: block;
    position: relative;
    content: "";
    margin: auto;
    float: none;
    z-index: -1;
}
  #hs_cos_wrapper_module_16638365408153 img {
    max-width: 100% !important;
}
  body .banner-main {
    margin-top: 113px;
    height: calc(100vh - 130px);
    padding: 0px !important;
}
.data p{
    margin-bottom: 30px !important;
}
  .home-one-tab-inner{
  margin-top: 70px !important;}
  .boximgh {
   
    margin-bottom: 10px;
}
  
 #hs_cos_wrapper_footer_copyright-module-1 {
  
    text-align: left;
    padding-left: 15px;
  
  }
  #hs_cos_wrapper_footer_copyright-module-2{
  
    text-align: left !important;
    padding-left: 15px !important;
  
  }
  div.bsnav-mobile .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    font-size: 18px;
    
}
  .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid {
    display: block !important;
    align-items: center !important;
}
  
  .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid {
    display: block !important;
    align-items: center !important;
}
  
  #hs_cos_wrapper_module_16633850614165 {
    /* display: block !important; */
    /* padding-top: 40px !important; */
    /* max-width: 633px; */
    padding: 40px 15px !important;
    /* float: left; */
     margin-right: 0px; 
}
  .invap2 {
    width: 100%;
    margin: auto;
}
  
  .body-container--home-five .dnd-column {
    width: 100% !important;
  }
  .body-container--about .dnd-section .dnd-column {
    padding-left: 0 !important;
    width: 100% !important;
}
  #hs_cos_wrapper_dnd_area-module-6 {
    display: block !important;
    padding: 40px 15px !important;
    margin-left: 0 !important;
}
  #hs_cos_wrapper_module_166392925260315 img {
    max-width: 100% !important;
}
  .body-container--home-five .dnd-section.dnd_area-row-4-padding {
    padding-top: 0px !important;
}
  #hs_cos_wrapper_widget_1662538858596{
  margin-top: -70px !important;}
  
  .data p {
    min-height: 60px !important;
    padding: 0 27px 3px !important;
    padding-bottom: 15px;
}
  .data {
    margin-bottom: 25px;
}
  
  #hs_cos_wrapper_module_1663989207230_ .copyr{
    text-align: left !important;
    margin-left: 15px;
  }
  .inner_banner_main .title {
    
    padding-left: 15px;
    padding-right: 15px;
}
  #hs_cos_wrapper_module_16643393134182_ .copyr{
    text-align: left !important;
    margin-left: 15px;
  }
  #hs_cos_wrapper_module_16638365408153 {
    text-align: center;
   
}
.body-container--about .row-depth-1.row-number-2.dnd-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  padding-left: 15px !important;
    padding-right: 15px !important;
}  
  .radiant-counter-style-one_content{
  margin-bottom: 26px;}
  
  .radiant-counter-style-one .radiant-counter_number.radiant-counter-style-one_number.radiant-h2 {
   
    line-height: 23px;
    
}
  .body-container--home-five .dnd_area-row-0-padding {
    padding-bottom: 0px !important;
}
  #hs_cos_wrapper_module_16639577924657 .oliev-faq-description-one {
    padding: 0 0px 0 56px !important;
}
 #hs_cos_wrapper_module_166392957508814{
  margin-top: -75px;}
  #hs_cos_wrapper_widget_1663962609579{
  margin-bottom: 30px;
  
  }
  .fancy-text-box-slider.style-one .radiant-fancy-text-box .holder .pic {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
  #hs_cos_wrapper_module_166392959592210 {
    margin-top: 0px !important;
    text-align: center;
    margin-bottom: 30px !important;
}
  #hs_cos_wrapper_widget_1662105836174 {
    float: none;
    margin-right: 0px;
    text-align: center;
}
  
  #hs_cos_wrapper_module_16621058437343 {
    margin-left: 0;
    text-align: center;
    margin-top: 15px;
}
  .body-container--customer .row-depth-1.row-number-2.dnd-section {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}
  #hs_cos_wrapper_dnd_area-module-10_ h2{
  padding-bottom: 0px !important;
    margin-bottom: 0px !important; }
  
  .home-one-tab-main {
    
    margin-top: 0px !important;
   
}
  .body-container--customer .row-depth-1.row-number-18.dnd-section {
   padding-bottom: 0px !important;
    
}
  
  .body-container--home-two .dnd_area-row-3-padding {
    padding-top: 55px !important;
    padding-bottom: 0px !important;
}
  
  .body-container--home-two .dnd_area-row-3-padding h2 {
   
    padding-bottom: 0px !important;
}
  .fancy-text-box-slider.style-one .radiant-fancy-text-box .holder .pic img {
  
    padding: 0px !important;
}
  .body-container--contact .row-depth-1.row-number-3.dnd-section {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}
  
  .cell_16629912786533-row-0-padding {
    padding-top: 60px !important;
    margin-bottom: -30px !important;}
  
  .t2 {
    font-size: 30px;
    line-height: 40px;
}
  .body-container--about .row-depth-1.row-number-2.dnd-section .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
  .oliev-faq-one .oliev-accordion-item-one {
    
    padding: 15px;
  }
  .oliev-faq-title-one img {
    width: 40px  !important;
}
  .popup_container {
    
    width: 92% !important;
   
}
  .ot-team2 {
    float: left;
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 20px !important;
}
  .oliev-faq-description-one {
    
    padding: 0 14px 0 66px!important;
   
}
  fieldset .input {
    margin-right: 0px !important;
}
 .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}
  .body-container--about .row-depth-1.row-number-12.dnd-section {
    padding-top: 75px !important;
}
  .oliev-faq-one .oliev-accordion-item-one>.oliev-faq-title-one>.oliev-faq-icon-one {
   
    z-index: 0;
    
}
  .body-container--about .row-depth-1.row-number-17.dnd-section {
  
    margin-bottom: 60px !important;
}
  #hs_cos_wrapper_module_1662526897501 {
   
    padding-right: 0% !important;
    
}
  #hs_cos_wrapper_module_1661849194617{
  width: 50%;
  float: left;}
  .header-navigation .navbar-toggler .navbar-toggler-icon::after {
    width: 22px;}
  .header-navigation .navbar-toggler .navbar-toggler-icon::before {
    width: 22px;
   
}
  
  #hs_cos_wrapper_module_16638361674543 img {
    max-width: 100% !important;
    margin-top: 40px;
}
  .mobtitle{
    font-size: 30px;
    line-height: 40px;
  }
  .joic p{
padding-bottom: 30px !important;}
  #fintech {
    padding-bottom: 0px !important;}
    #funds
    {
    padding-bottom: 0px !important;
       margin-top: -35px !important;
    
}
  #hs_cos_wrapper_widget_1662519243277 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    text-align: center;
}
  #hs_cos_wrapper_module_16638366815553_ p{
  padding-bottom: 30px !important;}
  #hs_cos_wrapper_module_1665463681178, #hs_cos_wrapper_module_1662516482582{
  display: none !important;}
  
  #hs_cos_wrapper_module_1664874255368{
display: block !important;
  margin-bottom: 35px;}
  .footer_copyright-row-0-max-width-section-centering .span6.widget-span.widget-type-cell.dnd-column {
    width: 100%;
}
  

  
  
  
  .footer__container .footer-row-0-vertical-alignment .footer-column-1-vertical-alignment {

float: left;
    margin-bottom: 20px !important;
}
  
   
  #hs_cos_wrapper_module_16625284550103_{
width: 50% !important;
float: left;
}
  #hs_cos_wrapper_module_16625284581383{
    width: 100% !important;
float: left;
  }
  
   .span3 .widget-span .widget-type-cell .dnd-column .cell_1662528458138-vertical-alignment {
    width: 50% !important;
float: left;
}
  .body-container--home .row-depth-1.row-number-1.dnd-section .banner-main {
    padding-top: 0px !important;
    padding-bottom: 120px !important;
}
  .module_1662101776397-flexbox-positioning{
  margin-bottom: 30px;}
  
  .hs-content-id-84875410791 .dnd_area-row-4-padding {
  padding-bottom: 0px !important;
  
  }
  
   .hs-content-id-84875410791 .dnd_area-row-5-padding{
    padding-top: 0px !important;
  
  }
 
  .header__container .col-lg-2 {
	width: 200px !important;
}

.banp p {
    
    text-shadow: 0px 0px 3px rgb(0 0 0 / 90%);
    
    font-size: 18px;
  }
  h2 {
    font-size: 33px;
    
}
 .hs-content-id-85669230618 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}

.hs-content-id-85669230618  .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column-reverse;
}
  .hs-content-id-85778584390 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}
   .hs-content-id-85778584390 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column-reverse;
}
  
  .hs-content-id-87618849196 .row-number-2 .span6.widget-span.widget-type-cell.dnd-column {
width:100%;
    min-height: 50vh;
}
  .hs-content-id-87618849196 .row-number-2 .span6.widget-span.widget-type-cell.dnd-column:nth-child(2) {
   
    margin-top: 61px;
  }
  .hs-content-id-87618849196 #hs_cos_wrapper_dnd_area-module-17 {
    padding-right: 0 !important;
}
  
  
  .hs-content-id-87809689410 .row-number-6 .span6.widget-span.widget-type-cell.dnd-column {
width:100%;
    min-height: 50vh;
}
  .hs-content-id-87809689410 .row-number-6 .span6.widget-span.widget-type-cell.dnd-column:nth-child(2) {
   
    margin-top: 61px;
    
  }
  .hs-content-id-87809689410 #hs_cos_wrapper_module_16655285359067 {
    padding-right: 0px !important;
}
  .hs-content-id-87809689410 .dnd_area-row-3-max-width-section-centering>.row-fluid {
    
    display: block !important;
}
  
  .flyouts ul{
  margin-bottom: 0px;
  
  }
  
  #hs_cos_wrapper_module_16625284581383 .flyouts ul{
  padding-bottom: 0px;
  
  }
    #hs_cos_wrapper_module_1665553981207{
display: block !important;
  margin-bottom: 35px;}
  
}



@media screen and (max-width: 767px) {
  .flyouts ul{
  padding-bottom: 40px;
  
  }
  
  
  
 #hs_cos_wrapper_module_16625284581383 .flyouts ul{
  padding-bottom: 0px;
  
  }
  
   .hs-content-id-87618849196 .row-number-2 .span6.widget-span.widget-type-cell.dnd-column {
width:100%;
    min-height: 50vh;
}
  .hs-content-id-87618849196 .row-number-2 .span6.widget-span.widget-type-cell.dnd-column:nth-child(2) {
   
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .hs-content-id-87618849196 #hs_cos_wrapper_dnd_area-module-17 {
    padding-right: 0px !important;
}
  

  .hs-content-id-87809689410 .row-number-6 .span6.widget-span.widget-type-cell.dnd-column {
width:100%;
    min-height: 50vh;
}
  .hs-content-id-87809689410 .row-number-6 .span6.widget-span.widget-type-cell.dnd-column:nth-child(2) {
   
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .hs-content-id-87809689410 #hs_cos_wrapper_module_16655285359067 {
    padding-right: 0px !important;
}
  
  .hs-content-id-87809689410 .dnd_area-row-3-max-width-section-centering>.row-fluid {
   
    display: block !important;
}
  
  
  
  
  
	.footer-copyright-section .dnd-section {

		width: 100%;
	}

	.row {

		margin-right: 5px;
		margin-left: 5px;
	}

	body .banner-main h2 {
		margin-top: calc(50vh - 120px);
    line-height: 42px;
	}
  
  .banp {
   
    height: calc(50vh - 106px) ;
    
}

	.btx h2 {
		color: #fff;
		font-size: 35px;
		letter-spacing: -.5px;
		text-align: center;
		text-shadow: 0px 0px 3px rgb(0 0 0 / 90%);
	}

	.header .content-wrapper .header__row-1 {
		margin-top: -44px;
		float: right;
		width: 91% !important;
	}

	.header .content-wrapper .header__column {
		height: 101px;
	}

	body.sticky.down .header .header__container img {
		margin-top: 11px !important;
	}

	.header .header__container .hs_cos_wrapper_type_logo img {
		margin-left: -17px !important;
		width: 112px !important;
	}

	.dnd_area-row-1-max-width-section-centering>.row-fluid {
		align-items: center;
		display: block;
	}

	#hs_cos_wrapper_dnd_area-module-14_ img {
		max-width: 200% !important;
		height: auto;

		margin: 60px 0px;
	}

	.swiper-backface-hidden .swiper-slide {
		width: 100% !important;
	}

	.body-container--home .row-depth-1.row-number-8.dnd-section {
		padding-top: 0px !important;
		padding-bottom: 30px !important;
	}

	.row-depth-1.row-number-8.dnd-section p {
		color: #fcfcfc;
		margin: 0 auto;
		padding: 0px !important;
		width: 100%;
	}

	.swiper-wrapper {

		display: block !important;
		margin-top: 20px !important;

	}

	.fancy-text-box-slider.style-one .radiant-fancy-text-box .holder {
		height: auto !important;
	}

	.timezone-clock {
		margin-bottom: 15px;
		margin-top: 20px;

	}

	form fieldset {
		width: 100%;
		float: left;
	}

	.body-container--home .row-depth-1.row-number-11.dnd-section .hs_cos_wrapper_type_rich_text p {
		margin-right: 75px !important;
		padding-top: 17px !important;
	}

	.submenu.level-1 {
		width: 100%;
		margin-top: 30px !important;
	}
  
  .radiant-counter-style-one .radiant-counter_number.radiant-counter-style-one_number.radiant-h2 {
    color: #de1d3c;
    font-size: 30px;
    font-weight: 600;
}
.radiant-counter-style-one .ml-2 {
    color: #de1d3c;
    font-size: 15px;
}
  .swiper-wrapper .swiper-slide {
    float: left;
    margin-bottom: 0;
    padding: 0px 0px;
    width: calc(100%)!important;
}
  
  .home-one-tab-main::before {
    height: 1px;
    background: none;
    width: 64%;
    display: block;
    position: relative;
    content: "";
    margin: auto;
    float: none;
    z-index: -1;
}
  #hs_cos_wrapper_module_16638365408153 img {
    max-width: 100% !important;
}
  body .banner-main {
    margin-top: 113px;
    height: calc(100vh - 130px);
    padding: 0px !important;
}
.data p{
    margin-bottom: 30px !important;
}
  .home-one-tab-inner{
  margin-top: 70px !important;}
  .boximgh {
   
    margin-bottom: 10px;
}
  
 #hs_cos_wrapper_footer_copyright-module-1 {
  
    text-align: left;
    padding-left: 15px;
  
  }
  #hs_cos_wrapper_footer_copyright-module-2{
  
    text-align: left !important;
    padding-left: 15px !important;
  
  }
  div.bsnav-mobile .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    font-size: 18px;
    
}
  .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid {
    display: block !important;
    align-items: center !important;
}
  
  .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid {
    display: block !important;
    align-items: center !important;
}
  
  #hs_cos_wrapper_module_16633850614165 {
    /* display: block !important; */
    /* padding-top: 40px !important; */
    /* max-width: 633px; */
    padding: 40px 15px !important;
    /* float: left; */
     margin-right: 0px; 
}
  .invap2 {
    width: 100%;
    margin: auto;
}
  
  .body-container--home-five .dnd-column {
    width: 100% !important;
  }
  .body-container--about .dnd-section .dnd-column {
    padding-left: 0 !important;
    width: 100% !important;
}
  #hs_cos_wrapper_dnd_area-module-6 {
    display: block !important;
    padding: 40px 15px !important;
    margin-left: 0 !important;
}
  #hs_cos_wrapper_module_166392925260315 img {
    max-width: 100% !important;
}
  .body-container--home-five .dnd-section.dnd_area-row-4-padding {
    padding-top: 0px !important;
}
  #hs_cos_wrapper_widget_1662538858596{
  margin-top: -70px !important;}
  
  .data p {
    min-height: 60px !important;
    padding: 0 27px 3px !important;
    padding-bottom: 15px;
}
  .data {
    margin-bottom: 25px;
}
  
  #hs_cos_wrapper_module_1663989207230_ .copyr{
    text-align: left !important;
    margin-left: 15px;
  }
  .inner_banner_main .title {
    
    padding-left: 15px;
    padding-right: 15px;
}
  #hs_cos_wrapper_module_16643393134182_ .copyr{
    text-align: left !important;
    margin-left: 15px;
  }
  #hs_cos_wrapper_module_16638365408153 {
    text-align: center;
   
}
.body-container--about .row-depth-1.row-number-2.dnd-section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  padding-left: 15px !important;
    padding-right: 15px !important;
}  
  
  
  
  .radiant-counter-style-one_content{
  margin-bottom: 26px;}
  
  .radiant-counter-style-one .radiant-counter_number.radiant-counter-style-one_number.radiant-h2 {
   
    line-height: 23px;
    
}
  .body-container--home-five .dnd_area-row-0-padding {
    padding-bottom: 0px !important;
}
  #hs_cos_wrapper_module_16639577924657 .oliev-faq-description-one {
    padding: 0 15px 0 56px !important;
}
 #hs_cos_wrapper_module_166392957508814{
  margin-top: -75px;}
  #hs_cos_wrapper_widget_1663962609579{
  margin-bottom: 30px;
  
  }
  .fancy-text-box-slider.style-one .radiant-fancy-text-box .holder .pic {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
  #hs_cos_wrapper_module_166392959592210 {
    margin-top: 0px !important;
    text-align: center;
    margin-bottom: 30px !important;
}
  #hs_cos_wrapper_widget_1662105836174 {
    float: none;
    margin-right: 0px;
    text-align: center;
}
  
  #hs_cos_wrapper_module_16621058437343 {
    margin-left: 0;
    text-align: center;
    margin-top: 15px;
}
  .body-container--customer .row-depth-1.row-number-2.dnd-section {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}
  #hs_cos_wrapper_dnd_area-module-10_ h2{
  padding-bottom: 0px !important;
    margin-bottom: 0px !important; }
  
  .home-one-tab-main {
    
    margin-top: 0px !important;
   
}
  .body-container--customer .row-depth-1.row-number-18.dnd-section {
   padding-bottom: 0px !important;
    
}
  
  .body-container--home-two .dnd_area-row-3-padding {
    padding-top: 55px !important;
    padding-bottom: 0px !important;
}
  
  .body-container--home-two .dnd_area-row-3-padding h2 {
   
    padding-bottom: 0px !important;
}
  .fancy-text-box-slider.style-one .radiant-fancy-text-box .holder .pic img {
  
    padding: 0px !important;
}
  .body-container--contact .row-depth-1.row-number-3.dnd-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
  .hs-content-id-84593733936 .dnd_area-row-3-padding {
    padding-top: 0px !important;
    
}
  
  
  
  .cell_16629912786533-row-0-padding {
    padding-top: 60px !important;
    margin-bottom: -30px !important;}
  
  .t2 {
    font-size: 30px;
    line-height: 40px;
}
  .body-container--about .row-depth-1.row-number-2.dnd-section .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
  .oliev-faq-one .oliev-accordion-item-one {
    
    padding: 15px;
  }
  .oliev-faq-title-one img {
    width: 40px  !important;
}
  .popup_container {
    
    width: 92% !important;
   
}
  .ot-team2 {
    float: left;
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 20px !important;
}
  .oliev-faq-description-one {
    
    padding: 0 14px 0 66px!important;
   
}
  fieldset .input {
    margin-right: 0px !important;
}
 .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}
  .body-container--about .row-depth-1.row-number-12.dnd-section {
    padding-top: 75px !important;
}
  .oliev-faq-one .oliev-accordion-item-one>.oliev-faq-title-one>.oliev-faq-icon-one {
   
    z-index: 0;
    
}
  .body-container--about .row-depth-1.row-number-17.dnd-section {
  
    margin-bottom: 60px !important;
}
  #hs_cos_wrapper_module_1662526897501 {
   
    padding-right: 0% !important;
    
}
  #hs_cos_wrapper_module_1661849194617{
  width: 50%;
  float: left;}
  .header-navigation .navbar-toggler .navbar-toggler-icon::after {
    width: 22px;}
  .header-navigation .navbar-toggler .navbar-toggler-icon::before {
    width: 22px;
   
}
  
  #hs_cos_wrapper_module_16638361674543 img {
    max-width: 100% !important;
    margin-top: 15px;
}
  .mobtitle{
    font-size: 30px;
    line-height: 40px;
  }
  .joic p{
padding-bottom: 30px !important;}
  #fintech {
    padding-bottom: 0px !important;
}
  #funds
    {
    padding-bottom: 0px !important;
      margin-top: -35px !important;
    
}
  #hs_cos_wrapper_widget_1662519243277 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    text-align: center;
}
  #hs_cos_wrapper_module_16638366815553_ p{
  padding-bottom: 30px !important;}
  #hs_cos_wrapper_module_1665463681178, #hs_cos_wrapper_module_1662516482582{
  display: none !important;}
  
  #hs_cos_wrapper_module_1665553981207, #hs_cos_wrapper_module_1664874255368{
display: block !important;
  margin-bottom: 35px;}
  
  
  .footer_copyright-row-0-max-width-section-centering .span6.widget-span.widget-type-cell.dnd-column {
    width: 100%;
}
  .footer__container .footer-row-0-vertical-alignment .footer-column-1-vertical-alignment {
width: 50% !important;
float: left;
}
  
   
  #hs_cos_wrapper_module_16625284550103_{
width: 50% !important;
float: left;
}
  #hs_cos_wrapper_module_16625284581383{
    width: 100% !important;
float: left;
  }
  
   .span3 .widget-span .widget-type-cell .dnd-column .cell_1662528458138-vertical-alignment {
    width: 50% !important;
float: left;
}
  .body-container--home .row-depth-1.row-number-1.dnd-section .banner-main {
    padding-top: 0px !important;
    padding-bottom: 120px !important;
}
  .module_1662101776397-flexbox-positioning{
  margin-bottom: 30px;}
  
  .hs-content-id-84875410791 .dnd_area-row-4-padding {
  padding-bottom: 0px !important;
  
  }
  
   .hs-content-id-84875410791 .dnd_area-row-5-padding{
    padding-top: 0px !important;
  
  }
 
  .header__container .col-lg-2 {
	width: 200px !important;
}

.banp p {
    
    text-shadow: 0px 0px 3px rgb(0 0 0 / 90%);
    
    font-size: 18px;
  }
  h2 {
    font-size: 33px;
    
}
 .hs-content-id-85669230618 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188467 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85687573905 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85687573908 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188460 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188477 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid,
  .hs-content-id-85692188482 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid
  {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}

.hs-content-id-85669230618  .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
  .hs-content-id-85692188467 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85687573905 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85687573908 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85692188460 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
.hs-content-id-85692188477 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid,
  .hs-content-id-85692188482 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid
  
  {
    display: flex !important;
    align-items: center !important;
    flex-direction: column-reverse;
}
  .hs-content-id-85778584390 .row-fluid-wrapper.dnd_area-row-2-background-color.dnd-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}
   .hs-content-id-85778584390 .dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid {
    display: flex !important;
    align-items: center !important;
    flex-direction: column-reverse;
}
  
  
  body .hs-content-id-85778584390 .wraper_inner_banner.banner-one {
    background-position: top right !important;
   
}
   .hs-content-id-85669230618 .wraper_inner_banner.banner-one {
    background-position: top left !important;
  
  
}

  
  .span3.widget-span.widget-type-cell.dnd-column.cell_1662528458138-vertical-alignment {
width:50%;
float:left;
}

.span3.widget-span.widget-type-cell.footer-column-8-vertical-alignment.dnd-column {
width:50%;
float:right;
}
  .hb {
    display: flex;
    align-items: end;
    padding-right: 0px;
    width: 50px;
    flex: auto;
}
  .hs-content-id-85692188482 .oliev-faq-title-one h3{
    padding-left: 5px !important;
  }
  .lplogo{
  width: 200px;
  }
  
   .hs-content-id-87809689410  .footer-column-5-vertical-alignment   {
    width: 50% !important;
    float: left !important;
}
  #hs_menu_wrapper_module_16639598244503_  ul{
  padding-bottom: 0px !important;}

#hs_cos_wrapper_module_16639598213683_  {
    width: 50%;
    float: left;
}
  
 
    .hs-content-id-87809689410 .cell_1663959824450-vertical-alignment {
    width: 50% !important;
    float: left !important;
      margin-top: 10px;
}
   .hs-content-id-87809689410 .cell_1663959719491-vertical-alignment {
    width: 50% !important;
    float: left !important;
     margin-top: 10px;
}
  
  
.hs-content-id-85669230618  .wraper_inner_banner.banner-one,
  .hs-content-id-85692188467 .wraper_inner_banner.banner-one,
.hs-content-id-85687573905 .wraper_inner_banner.banner-one,
.hs-content-id-85687573908 .wraper_inner_banner.banner-one,
.hs-content-id-85692188460 .wraper_inner_banner.banner-one,
.hs-content-id-85692188477 .wraper_inner_banner.banner-one,
  .hs-content-id-85692188482 .wraper_inner_banner.banner-one
 {
     height: 150px;
   margin-top: 115px;
}
  
  
  
  
  
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1300px) {
.row {
    margin-right: 5px;
    margin-left: 5px;
  display: flex;
    flex-wrap: nowrap;
}
.footer-copyright-section .dnd-section {
    width: 100%;
    
    padding: 10px 15px !important;
    
}
.wraper_inner_banner.banner-one {
    background-position: top center !important;
    background-size: cover;
    margin-top: 115px;
    padding-bottom: 0;
    padding-top: 0;
    height: 400px;
}


}

@media screen and (min-width: 1025px) and (max-width: 1280px){
.footer-widget-section .dnd-section {
    padding: 10px 15px !important;
}

}


.oliev-faq-one .oliev-accordion-item-one .oliev-faq-icon-one:before {
color: #333 !important;
}
.oliev-faq-one .oliev-accordion-item-one .oliev-faq-icon-one:after {
color: #333 !important;
}


.hs-content-id-87618849196 #hs_cos_wrapper_dnd_area-module-14 img {
    max-width: 100% !important;
  text-align: left;
}

.hs-content-id-87618849196 #hs_cos_wrapper_dnd_area-module-17{
padding-right: 60px; }


.hs-content-id-87618849196 .row-number-2 .span6.widget-span.widget-type-cell.dnd-column:nth-child(2) {
    background-image: url(https://5458374.fs1.hubspotusercontent-na1.net/hub/5458374/hubfs/AdobeStock_462750774.jpeg?width=1701&height=1135&name=AdobeStock_462750774.jpeg);
    background-size: cover !important;
    background-position: center !important;
    /* min-height: 100%; */
}

.hs-content-id-87618849196 .dnd_area-row-1-max-width-section-centering>.row-fluid{
  align-items: unset;

}
 

/*RRCP*/

.hs-content-id-87809689410 #hs_cos_wrapper_dnd_area-module-14 img {
    max-width: 100% !important;
  text-align: left;
}

.hs-content-id-87809689410 #hs_cos_wrapper_module_16655285359067{
padding-right: 60px; }


.hs-content-id-87809689410 .row-number-6 .span6.widget-span.widget-type-cell.dnd-column:nth-child(2) {
    background-image: url(https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/shutterstock_20283999861.jpg);   
  background-size: cover !important;
    background-position: center !important;
    /* min-height: 100%; */
}

.hs-content-id-87809689410 .dnd_area-row-3-max-width-section-centering>.row-fluid{
  align-items: unset;
  display: flex;

}


/*Form*/

#hs_cos_wrapper_widget_1663130655153_ .hs_firstname {
width: 49%;
  float: left;
}
#hs_cos_wrapper_widget_1663130655153_ .hs_lastname {
width: 50%;
  float: left;
  margin-left: 1%;
}

#hs_cos_wrapper_widget_1663130655153_ .hs_country{
  width: 49%;
  float: left;
}
#hs_cos_wrapper_widget_1663130655153_ .hs_email {
width: 50%;
  float: left;
  margin-left: 1%;
}
#hs_cos_wrapper_widget_1663130655153_ input::placeholder{
color: #000;}

.hs_preferred_call_time ul {
display: flex;

}

.hs_preferred_call_time ul li {
margin-right: 25px;


}


#hs_cos_wrapper_module_16641260363873_ .hs_firstname {
width: 49%;
  float: left;
}
#hs_cos_wrapper_module_16641260363873_ .hs_lastname {
width: 50%;
  float: left;
  margin-left: 1%;
}

#hs_cos_wrapper_module_16641260363873_ .hs_country{
  width: 49%;
  float: left;
}
#hs_cos_wrapper_module_16641260363873_ .hs_email {
width: 50%;
  float: left;
  margin-left: 1%;
}
#hs_cos_wrapper_module_16641260363873_ input::placeholder{
color: #000;}



body #hs_cos_wrapper_widget_1663130655153 input[type="submit"] {
    color: #de1d3c !important;
}
@media screen and (max-width: 560px) {

#hs_cos_wrapper_widget_1663130655153_ .hs_firstname {
width: 100%;
  
}
#hs_cos_wrapper_widget_1663130655153_ .hs_lastname {
width: 100%;
  
}

#hs_cos_wrapper_widget_1663130655153_ .hs_country{
  width: 100%;
  
}
#hs_cos_wrapper_widget_1663130655153_ .hs_email {
width: 100%;
  
}
.hs_preferred_call_time ul {
display: flex;
  flex-wrap: wrap;

}

  #hs_cos_wrapper_module_16641260363873_ .hs_firstname {
  width: 100%;
}
#hs_cos_wrapper_module_16641260363873_ .hs_lastname {
  width: 100%;
}

#hs_cos_wrapper_module_16641260363873_ .hs_country{
    width: 100%;
}
#hs_cos_wrapper_module_16641260363873_ .hs_email {
  width: 100%;
}
#hs_cos_wrapper_module_16641260363873_ input::placeholder{
color: #000;}
   

}

.hs-content-id-87809689410 .grecaptcha-badge, .hs_recaptcha {
    box-shadow: none !important;
    clear: both;
    scale: .7;
    margin: 0px -33px 0px;
    padding: 0;
    float: left;
}


#hs_cos_wrapper_module_16641260363873 input[type="submit"] {
   
    float: left;
    margin-left: 13px;
    margin-top: 4px;
}


.hs-content-id-87809689410 .hs-submit .actions{
text-align: left !important;}

#hs_cos_wrapper_module_1663989207230_{
display: none !important;}

#hs_cos_wrapper_footer_copyright-module-2{
display: none !important;}



@media screen and (min-width: 300px) and (max-width: 1350px){
  
  .footer-copyright-section .dnd-section {
    width: 100% !important;
  
  }}

@media screen and (min-width: 768px) and (max-width: 1350px){

.header .content-wrapper {
    padding: 6px 30px 0px 30px !important;
}

  }

body .hs-content-id-87618849196 .dnd_area-row-0-force-full-width-section > .row-fluid {
    max-width: calc(100% ) !important;
    margin: 0px !important;
}



div.hs-fieldtype-booleancheckbox:hover legend.hs-field-desc {
	display: block !important;
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px;
    box-shadow: 0px 1px #eee;
    border-radius: 4px;
    position: absolute;
    margin-top: 90px;
    font-size: 12px;
    line-height: 16px;
  z-index: 99;
}
  
  legend.hs-field-desc {
    display: none !important;
}

.banner-main .container .row {
	margin: 0px !important;
}

@media screen and (min-width: 481px) and (max-width: 994px){

#hs_cos_wrapper_widget_1661848110630, #hs_cos_wrapper_module_16625332075668 fieldset .input {
    margin-right: 8px !important;
}

}

/*Blog*/

.widget-filter-holder .widget_tags .dropbtn {
   background-color: transparent;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    padding: 10px 25px !important;
    border-radius: 5px !important;
}

.widget-filter-holder .widget_search input.hs-search-field__input {
    max-width: calc(100% - 180px);
    background-color: #f4f4f4 !important;
    border: 1px solid #d0dcec !important;
    padding: 0px 20px;
    border-radius: 5px !important;
  color: #333;
}
.widget-filter-holder .widget_search .hs-search-field__bar button {
    height: 45px;
    padding: 0 30px !important;
    position: absolute;
    right: 0;
    background-color: #de1d3c;
    border: 1px solid #de1d3c;
    border-radius: 5px;
}
.widget-filter-holder .widget_search input.hs-search-field__input:focus {
border: 1px solid #de1d3c !important;}

.blog-posts .style-one.blog-item .holder .tag-name a {
    background: #de1d3c !important;
    border-radius: 4px !important;
    bottom: -10px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    font-weight: 500 !important;
    left: 10px !important;
    line-height: 24px !important;
    padding: 2px 12px !important;
    position: inherit !important;
    text-transform: capitalize !important;
    /* word-break: break-all; */
}

.blog-posts .style-one.blog-item .holder .tag-name {
margin: -1px 15px;
  min-height: 110px !important;

}
.blog-posts .style-one.blog-item .holder .data .title a {
    color: #333!important;
}

.blog-posts .style-one.blog-item .holder .data {
    padding: 15px 15px !important;
}

.blog-posts .style-one.blog-item .holder .data .entry-content p {
    color: #696e79;
    font-size: 16px;
    line-height: 28px;
    min-height: 1px !important;
    padding: 0px 0px 10px !important;
}

.blog-posts .style-one.blog-item .author-holder .author-avatar {
    padding-right: 10px;
    padding-top: 10px;
}

.blog-posts .style-one.blog-item .holder>.data .read-more-btn .readmore:hover {
    background:  #de1d3c !important;
    border: 1px solid  #de1d3c !important;
    color: #fff;
    padding: 11px 30px;
}

.blog-posts .style-one.blog-item .author-holder .author-attributes .author, .blog-posts .style-one.blog-item .author-holder .author-attributes .date {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 0px !important;
}
.blog-posts .style-one.blog-item .holder .pic .pic-main img {
    min-height: 200px !important;
    max-height: 200px !important;
    object-fit: cover;
    object-position: top center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 1s cubic-bezier(.33,.02,0,.93);
    -webkit-transition: transform 1s cubic-bezier(.33,.02,0,.93);
    width: 100%;
}
.blog-posts .flex {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#loadMore {
    background-color: #de1d3c;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    transition: .3s;
    width: 200px;
}

#loadMore:hover {
    background-color: #fff;
    border: 1px solid #de1d3c;
    color: #de1d3c;
    text-decoration: none;
}

.blog-post__timestamp i {
    color: #de1d3c !important;
    margin-right: 6px;
}


.right-sidebar h5.widget-title:before {
    background: currentColor;
    color: #de1d3c !important;
    content: "";
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 49px;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    width: 75px;
    z-index: 9;
}


.right-sidebar .widget-area>section.widget_radiantthemes_image_box_widget {
    border-radius: 4px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    margin-bottom: 55px;
    padding: 20px 30px 30px;
    text-align: center;
    display: none !important;
}


.right-sidebar .widget.widget_search input[type=search], .right-sidebar .widget.widget_search input[type=text] {
    background-color: #f0f2f5 !important;
    border: none;
    color: #707173;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 26px;
    outline: none;
    padding: 0 45px 0 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    vertical-align: top;
    width: 100%;
}

.right-sidebar button {
    background-color: initial;
    background: #de1d3c !important;
    border: 0;
    border-radius: 0 3px 3px 0;
    font-size: 0;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.blog-list-tags i.ti-tag, time.blog-post__timestamp i {
     color: #de1d3c !important;
    margin-right: 0px;
}

.right-sidebar .widget.widget_tags ul li a:hover {
    color: #de1d3c!important;
}

#hs_cos_wrapper_blog_comments{
display: none !important;}

.widget-area>#text-2 {
   
    display: none !important;
}
.blog-comments, .author-bio {
display: none !important;}

.blog-related-posts h3{
color: #333 !important;}


#hs_cos_wrapper_blog_comments_blog_comments{
display: none !important;}


.blog-list-tags a:hover, .right-sidebar .widget.widget_tags ul li a:hover {
    color: #de1d3c!important;
}



.hs-content-id-56044406069 .blog-posts .style-one.blog-item .holder .pic .pic-main img {
    min-height: 529px !important;
    max-height: 530px !important;
    object-fit: cover;
    object-position: top center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 1s cubic-bezier(.33,.02,0,.93);
    -webkit-transition: transform 1s cubic-bezier(.33,.02,0,.93);
    width: 100%;
}


/*news list*/

.hs-content-id-88798453638 .hs-rss-module .hs-rss-item{

margin-bottom: 20px !important;
    width: 24% !important;
    float: left !important;
    margin-right: 9px !important;
   min-height: 370px !important;
    max-height: 370px !important;
  
 
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    
    position: relative;

}

.hs-content-id-88798453638 .hs-rss-module .hs-rss-item .hs-rss-title{

text-align: center!important;
    padding: 10px 15px!important;
    background-color: #dedede!important;
    min-height: 150px!important;
    display: grid!important;
    place-items: center!important;
    font-size: 18px!important;
    font-weight: bold!important;
    color: #770e29!important;
    font-family: 'Lato',sans-serif!important;
}

.hs-content-id-88798453638 .hs-rss-module .hs-rss-item .hs-rss-description {
    text-align: center;
    padding: 20px 20px 70px;
}

.hs-content-id-88798453638 .hs-rss-module .hs-rss-item .hs-rss-description p a{
color: #de1d3c !important;}

.hs-content-id-88800418051 .hs-rss-module .hs-rss-item{

margin-bottom: 20px !important;
    width: 24% !important;
    float: left !important;
    margin-right: 9px !important;
   min-height: 370px !important;
    max-height: 370px !important;
  
 
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    
    position: relative;

}

.hs-content-id-88800418051 .hs-rss-module .hs-rss-item .hs-rss-title{

text-align: center!important;
    padding: 10px 15px!important;
    background-color: #dedede!important;
    min-height: 150px!important;
    display: grid!important;
    place-items: center!important;
    font-size: 18px!important;
    font-weight: bold!important;
    color: #770e29!important;
    font-family: 'Lato',sans-serif!important;
}

.hs-content-id-88800418051 .hs-rss-module .hs-rss-item .hs-rss-description {
    text-align: center;
    padding: 20px 20px 70px;
}

.hs-content-id-88800418051 .hs-rss-module .hs-rss-item .hs-rss-description p a{
color: #de1d3c !important;}

.hs-rss-byline {
display: none;}



@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation:landscape) {

body .submenu.level-1 {
	margin-top: -10px !important;
}
  
  .header .header__container nav.navigation-primary ul {
    margin-left: 60px;
}
  .header .content-wrapper {
    background: #fff;
    width: 100%;
    max-width: 100%;
    box-shadow: none !important;
}
  .navbar-toggler {
    margin-top: 11px;
}
  
  .hs-content-id-88800418051 .content-wrapper--vertical-spacing, .dnd-section {
    padding: 0px 15px !important;
}
}

.hs-search-field__input::placeholder{
color: #333 !important;}



.hs-content-id-89469871015 .body-container--home .row-depth-1.row-number-4.dnd-section p {
    width: 100%;
    margin: 0 auto;
    padding: 1px 50px;
}


.hs-content-id-89469871015 .row-number-7 .span6.widget-span.widget-type-cell.dnd-column:nth-child(2) {
    background-image: url(https://5458374.fs1.hubspotusercontent-na1.net/hubfs/5458374/shutterstock_20283999861.jpg);
    background-size: cover !important;
    background-position: center !important;
    min-height: 512px; 
}

.navbar-toggler {

margin-top: 88px;
}


.hs-content-id-88800418051 .content-wrapper--vertical-spacing, .dnd-section {
    padding: 0px 0px !important;
}
.blog-header__title{
color: #fff;}

.hs-content-id-89469871015 #hs_cos_wrapper_dnd_area-module-17 {
padding-right: 40px;}

.imgbground{
    background-color: #fff;
    border-radius: 34px;
}
.hs-content-id-89864604735 .tab-head-line {
    background: transparent !important;
}

#Our-Firm, #Our-Team, #real_estate, #fintech, #funds, #Our-Approach, #Our-Ventures, #Contact  {
	
  scroll-margin-top: 136px;
}

.hs-content-id-84593733936 .hs-fieldtype-booleancheckbox:hover legend.hs-field-desc {
display:none !important;
}

.blog-list-tags {
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin-left: 0px;
    padding: 4px 0 0;
    text-align: left;
    width: auto;
}

.recent-blogs .blog-item > .holder > .data {
    padding: 10px;
    min-height: 153px;
}




.swiper {

    z-index: 9 !important;
}


/*For RRCP*/
@media only screen and (min-device-width: 320px) and (max-device-width: 992px) {
.dnd-section {
    padding: 0px 15px !important;
}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {

.span6.widget-span.widget-type-cell.dnd-column {
    margin-left: 0px;
    width: 100%;
}

}



.vlogo{
    min-height: 103px;
    max-height: 103px;
}


body .hs-content-id-84593733936 .actions {
    margin-top: -7px;
   
}


body .hs-content-id-84593733936 #hs_cos_wrapper_widget_1663130655153 input[type="submit"] {
    margin-left: 30px;
}





body #hs_cos_wrapper_module_1662526897501 {
    display: block !important;
    padding-left: 0% !important;
    padding-right: 10% !important;
    padding-top: 0px !important;
}




body .cell_16625269099972-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
}


 .ot-rrfm-headings h2{
        text-align: center;
    }
    .ot-rrfm-headings p{
        text-align: center;
    }
    .fundf{
        text-align: center;
    }
    .divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #676767;
    display: table-cell;
    padding: 10px;
    width: 40%;
    background-color: #d7d7d7;
    text-align: left;
}
.divTableCell1, .divTableHead1 {
	border: 1px solid #676767;
    display: table-cell;
    padding: 10px;
    width: 60%;
    background-color: #f5f5f5;
    text-align: left;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.boxfull{
    
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
    .box1{
        width: 50%;
        float: left;
        margin-right: 10px;
       
    }
    .box2{
        width: 50%;
        float: left;
        margin-left: 10px;
    }
.dl{
font-weight: bold;}

.divTableCell, .divTableCell1, .divTableHead, .divTableHead1 {

    height: 80px;
    vertical-align: middle;
}

@media all and (max-width: 767px) {


.boxfull {
    display: block;
    
}

.box1, .box2 {
    float: left;
    width: 100%;
  margin-bottom: 20px;
}

.box2 {
    margin-left: 0px;
}
.box1 {
    margin-right: 0px;
}

}


.hs-content-id-88800418051.swiper-wrapper {
    
    justify-content: space-between;
}
.blog-posts {
    padding: 0 0 0!important;
}


body #hs_cos_wrapper_widget_1666341439518_ h2{
font-weight: normal !important;

}


body #hs_cos_wrapper_module_1666341523683_ h2 {
font-weight: normal !important;

}




 body #hs_cos_wrapper_module_1666341521011 h2 {
font-weight: normal !important;

}



body #hs_cos_wrapper_module_1666341519007 h2 {
font-weight: normal !important;

}

.hs-content-id-88800418051 .swiper-wrapper {
  
    justify-content: space-between;
}
 

.blog-posts .blog-item {
    box-shadow: none !important;
    
    background-color: #f2f2f2 !important;
}

.recent-blogs .blog-item > .holder > .pic > img {
    width: 100%;
    height: 200px !important;
    
}

.hs-content-id-88800418051 .holder .data h4{
    min-height: 100px !important;
}
#hs_cos_wrapper_module_1666339060240 {
margin-top: 25px;}

 .hs-hash-1024446642 {
    display: flex !important;
    justify-content: space-between !important;
}
.blog-posts .style-one.blog-item .holder .data .title {
    min-height: 120px;
    max-height: 120px;
}
.blog-posts .style-one.blog-item .holder .data .entry-content {
    display: none;
}



.tmc-body ol {
    padding-left: 18px !important;
}
/****************/
.webinar-listing-cls .widget-type-form{
padding: 40px;
    width: 100%;
    background-color: #f9f9f9;
    border: 2px solid #00174d !important;
   
   
}
.webinar-listing-cls .widget-type-form h3{
font-size:32px;
  text-align:center;margin-bottom: 30px;font-family: 'HKGrotesk';
}
.blog-content .webinar-listing-cls p{
text-align:left;
}
.webinar-listing-cls form label{
    color: #00174d;
  }
.webinar-listing-cls  form input[type=text],.webinar-listing-cls form input[type=email],.webinar-listing-cls form input[type=password],
.webinar-listing-cls form input[type=tel],.webinar-listing-cls form input[type=number],.webinar-listing-cls form input[type=file],
.webinar-listing-cls form select,.webinar-listing-cls form textarea{
    border-bottom: 1px solid #333333 !important;color: #00174d;
  }
.webinar-listing-cls  .hs-fieldtype-intl-phone.hs-input .hs-input {
    margin-bottom: 0;
    color: #00174d;
}
.webinar-listing-cls  .widget-type-form{
    margin-top: 30px;
  }
.widget-type-form{}