/* @import url('http://example.com/example_style.css'); */

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

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

h1,h2,h3,h4,h5,h6{
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: rgba(0, 0, 0,0.8);
}
header.header-wrapper {
	width: 100%;
	padding: 50px 0 60px;
	background-color: rgba(46, 84, 162, 1.0);
}
.no-banner .header-wrapper {
	background: transparent;
}
.cm_nv_wrp .cm_nv_inner .custom,
form input[type=submit], 
.hs-button, .tabber .media-col .form-wrap input.hs-button {
	font-size: 14px;
}
.header_logo img {
	max-width: 200px;
	opacity: 0.8;
	transition: opacity .25s linear;
	will-change: opacity;
}

header.header-wrapper .page-center {
	padding: 0 28px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.sign_up_button .hs-button {
	line-height: 1.65;
}
.header_logo img:hover {
	opacity: 1;
}

header.header-wrapper .page-center .header_logo {
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.styles__Box-sc-so54yw-4.iopSnc {
	display: none;
}

.header_menu-wrapper {
	color: white;
	display: flex;
	flex-wrap: wrap;
}

.custom-menu-primary {
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	margin-right: 16px;
	font-weight: 500;
	opacity: 0.8;
	transition: all 0.2s ease-in-out 0s;
	color:  rgba(255, 255, 255, 1.0);
	font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
	color: rgba(255, 255, 255, 1.0);
}



.header-wrapper .footer-button .popup_button {
	margin-left: 4px;
	margin-right: 8px;
	padding: 0.75em 1.5em;
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	border: 2px solid transparent;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	font-size: 14px;
	color: rgb(3, 13, 78);
	display:inline-block;
	background-color: rgb(87, 235, 224);
	line-height:23.1px;
	letter-spacing: 0;
}

.sign_up_button .hs-button {
	padding: 0.75em 1.5em;
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	font-size: 14px;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.25);
	color: rgb(255, 255, 255);
	letter-spacing: 0;
	line-height:23.1px;
}

.header-wrapper .footer-button .popup_button:hover {
	background: rgb(25, 208, 194);
	border-color: rgb(25, 208, 194);
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
	margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
	opacity: 1;
}

.sign_up_button .hs-button:hover {
	background: rgb(25, 208, 194);
	border-color: rgb(25, 208, 194);
	color: rgb(3, 13, 78);
}

.sign_up_button .hs-button:hover svg {
	fill: rgb(3, 13, 78);
}
body {
	position: relative;
	overflow: hidden;
	 scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

/* or */

body {
  scroll-behavior: smooth;
}
.custom-banner-v2.custom-banner {
	margin: 0;
}
.custom-banner-v2.custom-banner {
	margin: 0;
}
.cm-video.adv_video_module .video_popup_modal.active_show {
	opacity: 1;
	visibility: visible;
	background: rgba(3, 13, 78, 0.55);
}

.cm-video.adv_video_module .active_show .inner_spacer {
	border-radius: 8px;
	width: 90vw;
	height: 80vh;
	max-width: 90vw;
	max-height: 90vw;
	padding: 0;
	left: 0;
	margin: 0 auto;
}
.cm-video.adv_video_module .video_popup_modal.active_show .modal_video_box {
	max-width: 100%;
}
.cm-video.adv_video_module .closeicon {
	right: 30px;
}

.form-popup-wrapper form input[type=email],
.form-popup-wrapper form input[type=file], 
.form-popup-wrapper form input[type=number], 
.form-popup-wrapper form input[type=password], 
.form-popup-wrapper form input[type=search], 
.form-popup-wrapper form input[type=tel],
.form-popup-wrapper form input[type=text], 
.form-popup-wrapper form select, 
.form-popup-wrapper form textarea {
	width: 100% !important;
}
html.hs-inline-edit .dnd_padd .page-center{
	z-index:1;
}
/*-----Footer---*/
footer .form-wrapper .hs_cos_wrapper_type_form {
	background: transparent;
	padding: 0;
}
.bottom-menu-link a:hover {
	opacity: 1;
}



.bottom-footer-section .footer-logo img {
	max-width: 76px;
	display: block;
	width:76px !important;
}

.bottom-footer-section {
	color: rgba(255, 255, 255, 1.0);
	background-color:




rgba(3, 13, 78, 1.0)
;
	padding-top: 60px;
	padding-bottom: 16px;
	position: relative;
}

.bottom-footer-section .page-center {
	padding: 8px;
	text-align: center;
	padding: 0 2em;
}
small {
	font-size: 80%;
}

.footer-logo div#hs_cos_wrapper_footer_acsa_logo {
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex: inherit;
	margin-top: 10px;
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
}

.bottom-menu-link {
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1.65;
	font-size: 14px;
}

.bottom-menu-link  ul li a {
	font-weight: 500;
	opacity: 0.8;
	transition: all 0.2s ease-in-out 0s;
	color:rgba(255, 255, 255, 1.0);
}

.bottom-menu-link a {
	font-weight: 500;
	opacity: 0.8;
	transition: all 0.2s ease-in-out 0s;
	color:rgba(255, 255, 255, 1.0);
	font-size: 14px;
	line-height: 1.65;
	display: inline-block;
	letter-spacing: 0.1px;
}
.bottom-menu-link  ul li a:hover,
.middle-footer-section .menu-section ul li a:hover,
.bottom-menu-link a:hover{
	color:rgba(255, 255, 255, 1.0);
}
.bottom-menu-link a+span {
	padding-left: 16px;
	padding-right: 16px;
}

.copyright {
	padding: 8px;
	font-size: 14px;
	letter-spacing: 0.1px;
	display: inline-block;
}

small.logo-title {
	letter-spacing: .1px;
	line-height: 1.65;
}

.footer-logo {
	font-size: 14px;
}
.middle-footer-section {
	position: relative;
	position: relative;

	color: rgb(255, 255, 255);
	background: radial-gradient(circle at 50vw bottom, rgb(12, 69, 166) 0%, rgb(3, 13, 78) 50%);
	font-size: 14px;
}

.middle-footer-section .styles__FooterBackground {
	background: radial-gradient(circle at 50vw bottom, rgb(12, 69, 166) 0%, rgb(3, 13, 78) 50%);
	position: absolute;
	inset: -3em 0px 0px -2em;
	width: 120vw;
	height: 400px;
	transform: rotate(-2.5deg);
	transform-origin: left center;
}

.middle-footer-section .middle-container {
	padding: 30px 2em 50px;
	max-width: 1280px;
	margin: auto;
	position: relative;
}

.middle-footer-section .middle-container .page-center {
	flex-flow: column wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.middle-footer-section .left-wrapper {
	flex-flow: column wrap;
	display: flex;
	flex-direction: row;
}

.middle-footer-section .left-wrapper .logo-sections {
	padding-right: 64px;
}

.middle-footer-section .menu-section ul {
	list-style-type: none;
	column-count: 2;
	column-gap: 4em;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 0 1.45rem 1.45rem;
	padding: 0;
	display: block;
}


.middle-footer-section .right-wrapper p {
	letter-spacing: 0.1px;
	line-height: 1.65;
	color:rgba(255, 255, 255, 1.0);
}

.middle-footer-section .form-wrapper {
	margin-bottom: 30px;
}

.middle-footer-section .logo-sections .top-image {
	max-width: 200px;
	display: block;
	transition: opacity .25s linear;
}

.middle-footer-section .bottom-logo ul {
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.middle-footer-section .bottom-logo ul li img {
	max-width: 95px;
}

.middle-footer-section .bottom-logo ul li:not(:last-child) {
	margin-right: 32px;
}

.middle-footer-section .menu-section ul li a {
	font-weight: 500;
	opacity: 0.8;
	transition: all 0.2s ease-in-out 0s;
	color:rgba(255, 255, 255, 1.0);
	line-height: 1.625;
	letter-spacing: 0.1px;
}

.middle-footer-section .menu-section ul li {
	margin-bottom: .725rem;
	line-height: 23.1px;
}

.middle-footer-section .menu-section ul li svg {
	fill: rgb(87, 235, 224);
	margin-right: 8px;
}

.middle-footer-section .menu-section ul li a:hover {
	opacity: 1;
}

.middle-footer-section .logo-sections .top-image {
	opacity: 0.8;
}

.middle-footer-section .logo-sections .top-image:hover {
	opacity: 1;
}

.middle-footer-section .social_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.middle-footer-section .social_links ul a {
	margin-right: 8px;
}

.middle-footer-section .social_links ul a img {
	max-width: 28px;
}

.middle-footer-section .social_links ul {
	display: flex;
	flex-wrap: wrap;
}

.middle-footer-section .middle-container .page-center .footer-flex {
	flex-flow: column wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.footer-logo {
	font-size: 14px;
	padding-top: 8px;
}

footer form input[type=email] {
	background: rgba(255, 255, 255, 1.0);
	border: none;
	padding: 10px 10px 10px 1.5em;
	outline: none;
	font-weight: 600;
	width: 100%;
	min-height: auto;
	height: auto;
	color: rgba(40, 40, 40, 1.0);
}
footer form input[type=submit]:hover{
	background: rgb(25, 208, 194);
	color: rgba(16, 16, 16, 0.3);
}
footer .two-bottom-container .middle-container form input[type=submit] {
	background: rgb(87, 235, 224);
	border: none;
	font-weight: 600;
	padding: 0.65em 2em;
	border-radius: 25px;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	min-width: 130px;
	text-align: center;
	margin: auto;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 14px;
	color: rgba(16, 16, 16, 0.3);
	line-height: 1.65;
}

footer form label {
	margin: 0;
	color:rgba(255, 255, 255, 1.0);
}

.middle-footer-section .right-wrapper form {
	display: flex;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 35px;
	padding: 4px;
	border: 3px solid transparent;
	min-width: 250px;
	align-items: center;
	line-height: 23.1px;
}
.middle-footer-section footer .hs_cos_wrapper_type_form {
	background: transparent;
}
.middle-footer-section .hs-form-field {
	margin: 0;
}

.middle-footer-section .social_links ul li {
	margin: 0;
}

.middle-footer-section .bottom-logo ul li:last-child img {
	max-width: 100px;
}


.middle-footer-section  ::-webkit-input-placeholder {
	opacity: 0.54;
	color: #000;
}

.middle-footer-section .form-wrapper h3 {
	margin: 0;
}
.middle-footer-section .hs_error_rollup {
	display: none;
}

.middle-footer-section .right-wrapper form {
	position: relative;
}

.middle-footer-section ul.no-list.hs-error-msgs.inputs-list {
	position: absolute;
	width: 100%;
	left: 0;
}
.middle-footer-section .bottom-menu-link a:hover {
	opacity: 1;
}
.footer-top-section {
	position: relative;
	border-top: 3px solid rgb(240, 242, 245);
	border-right-color: rgb(240, 242, 245);
	border-left-color: rgb(240, 242, 245);
	border-bottom: 3px solid rgb(240, 242, 245);
	color: black;
	padding-bottom: 45px;
	display: grid;
}

.footer-bf-area {
	grid-area: 1 / 1;
	max-height: 350px;
	z-index: -1;
}

.gatsby-image-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.footer-top-section img {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-width: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	transform: translateZ(0);
	transition: opacity .25s linear;
	will-change: opacity;
}
.footer-top-section .page-centers {
	display: grid;
	grid-area: 1 / 1;
}

.footer-top-content {
	padding: 64px 2em;
	max-width: 1280px;
	margin: auto;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer-top-section .grid-wrapper {
	max-width: 425px;
	text-align: center;
}

.footer-top-section .grid-wrapper h2 {
	line-height: 1.5;
	font-weight: 700;
}

.footer-top-section a.popup_button {
	padding: 0.75em 1.5em;
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	border: 2px solid transparent;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	font-size: 14px;
	color: rgb(3, 13, 78);
	background-color: rgb(87, 235, 224);
	line-height: 23.1px;
	display: inline-block;
}

.footer-top-section a.popup_button:hover {
	background: rgb(25, 208, 194);
	border-color: rgb(25, 208, 194);
}

.footer-button {
	-webkit-box-pack: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
/*----Popup----*/
.form-inner-content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 24px 5px rgba(60, 65, 95, .075);
	max-width: 640px;
	overflow-y: auto;
	overflow: auto;
	padding: 5em 4em 4em;
	width: 100%;
	z-index: 100;
	position: relative;
	overflow: auto;
	max-height: calc(100vh - 0px);
}

.form_title {
	margin-bottom: 30px;
}

.form_title h1 {
	color: rgb(126, 128, 147);
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 1.35;
	margin: 0 0 1.45rem;
	margin-bottom: 16px;
	letter-spacing: 0.1px;
}

.form_title p {
	margin: 0 0 1.45rem;
	color: rgba(0, 0, 0, .8);
	letter-spacing: 0.1px;
}

.tabber .media-col .form-wrap .hs-input, form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
	min-height: auto;
	height: auto;
	padding: 10px 12px;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
	width: 100%;
	line-height: 23.1px;
	border-width: 2px;
}

.close-icon {
	color: rgb(126, 128, 147);
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
}

.hs-fieldtype-textarea.hs-input {
	min-height: 139px;
	display: block;
}

.field.hs-form-field {
	margin-bottom: 16px;
}

input.hs-button.primary.large {
	padding: 0.75em 1.5em;
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	border: 2px solid transparent;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

form label, form legend {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	color: rgb(126, 128, 147);
}

.form-popup ::-webkit-input-placeholder {
	opacity: .54;
}
.close-icon:hover {
	color: rgb(51, 51, 51);
}
footer .field.hs-form-field {
	margin: 0;
}
.form-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	height: 100vh;
	overflow: auto;
}
.form-open .form-popup-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-popup {
	margin: 0 0 1.45rem;
}

form label, form legend {
	letter-spacing: 0.1px;
}

span.hs-form-required {
	font-weight: 600;
	color: rgb(126, 128, 147);
	font-size: 75%;
	top: -.5em;
	position: relative;
	left: 3px;
}

.form-popup-wrapper .overlay {
	position: fixed;
	background: rgba(3, 13, 78, 0.55);
	inset: 0px;
	z-index: 90;
	backdrop-filter: blur(5px);
	transition: all 200ms ease-out 0s;
	opacity: 1;
	visibility: visible;
}
.cm-two-col {
	margin-top: 20px;
}

.cm-two-col.two-col-content .mediaimg .single-img img {
	max-width: 350px;
	border-radius: 20px !important;
	display: inline-block;
}
ol li,ul li {
	margin-bottom: .725rem;
}

body, form#email-prefs-form .subscribe-options label {
	letter-spacing: 0.1px;
	color: rgba(0, 0, 0,0.8);

}

dd, dl, p, pre {
	margin: 0 0 1.45rem;
}
h4, h5 {
	margin: 0 0 1.45rem;
}
.cm-two-col .single-img {
	text-align: right;
}
.cm-two-col.two-col-content.right .img-col,.two-col-content.right .content-col {
	padding: 0;
}

.cm-two-col.two-col-content .flex_row {
	column-gap: 32px;
	flex-wrap: nowrap;
}
.cm-journey h2.title {
	font-size: 2.25rem;
	font-weight: 700;
	margin: 0 0 1.2rem;
}

.cm-journey  .top_content {
	max-width: 600px;
	margin: auto;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}

.cm-journey .top_sec .top_content>:last-child {
	margin: 0 0 1.45rem;
	line-height: 1.65;
}

.cm-journey .cnt-col.splide__slide.center_aln.col4:nth-child(3n+2) {
	padding-left: 64px;
	padding-right: 64px;
	margin-top: 7em;
}

.cm-journey.cnt-wit-tp-img-wrp .cnt-col.col4:last-child {
	margin-top: 14em;
}

.cm-journey.cnt-wit-tp-img-wrp .col-title, .cnt-wit-tp-img-wrp .title {
	font-size: 1.38316rem;
	margin: 0 0 1.45rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.8);
}
.cm-journey.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
	margin: 0 0 1.45rem;
}
.cm-journey .tp-img-cnt-inner {
	text-align: left;
}
.cm-journey .top_sec.noButton {
	margin: 0;
}

.cm-journey.cnt-wit-tp-img-wrp .tp-img {
	margin-bottom: 32px;
}
.cm-journey .cnt-col.splide__slide.center_aln.col4 {
	padding: 0;
}

.cm-journey .page-center.theme_center {
	padding-left: 2em;
	padding-right: 2em;
}
.custom-banner.cm-banner-gap {
	margin-bottom: 250px;
}
.cm-testimonial-slider .testmn_inner.text_center {
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	overflow: visible;
}

.cm-testimonial-slider .card_quote p {
	font-size: 28px;
	line-height: 1.5;
	text-align: left;
}

.cm-testimonial-slider .card_content h4 {
	margin-right: 32px;
	text-align: right;
	font-size: 80%;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.8);
}

.cm-testimonial-slider.testimonials_slider .card_content {
	text-align: right;
}

.cm-testimonial-slider.testimonials_slider .icon_inner {
	justify-content: flex-start;
	position: relative;
	margin-bottom: 16px;
}

.cm-testimonial-slider.testimonials_slider span.icon_img.icon_sp {
	height: auto;
	max-width: 100px;
	width: 100%;
}

.cm-testimonial-slider.testimonials_slider .testmn_item {
	padding: 0;
}

.cm-testimonial-slider .bottom_row {
	padding-right: 64px;
}

.cm-testimonial-slider .card_box.custom:before {
	background-image: url(//20013317.fs1.hubspotusercontent-na1.net/hubfs/20013317/raw_assets/public/SalesTier_June2024/images/quote.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 31px;
	left: -20px;
	margin: 0;
	max-width: none;
	object-fit: cover;
	padding: 0;
	position: absolute;
	right: auto;
	top: -18px;
	width: 40px;
	z-index: 999999;

}
.cm-testimonial-slider.testimonials_slider .card_content {
	font-size: 16px;
}

.cm-testimonial-slider.testimonials_slider .card_content {
	margin: 0;
	line-height: 1.35;
}
a {
	font-weight: bold;
}
.cm-testimonial-slider {
	overflow: visible;
}

.cnt-wit-bg-wrp .content_widget  h2.title {
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	font-size: 2.25rem;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
	margin: 0 0 32px;
	line-height: 1.35;
}

.cm-full-width.dnd_padd .page-center {
	max-width: 1020px;
	padding: 0 2em;
}
.custom-banner.cm-privacy {
	margin-bottom: 400px;
}


.cm-privacy.dnd_padd .page-center {
	padding: 0;
}
.anchor.before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	padding-right: 4px;
}

.custom-banner.cm-privacy {
	margin-bottom: 400px;
}

.custom-banner.cm-privacy .banner-content h1 {
	margin: 0;
}

.cm-privacy.cnt-wit-bg-wrp .content_widget  h2 {
	margin: 0 0 1.45rem;
	line-height: 1.35;
}

.cm-privacy p {
	line-height: 1.65;
}

.cm-privacy p:last-of-type {
	margin-bottom: 0;
}
.cm-privacy.cnt-wit-bg-wrp .content_widget .rich_text * {
	color: rgba(0, 0, 0, 0.8);
}


.custom-banner.contact-banner {
	margin: 0;
}
.contact-detail {
	padding: 64px 0em 128px;
}
.contact-detail .cnt-col.splide__slide.center_aln.col4 {
	padding: 0;
	width: auto;
}


.contact-detail .inner_spacing.theme.aos-init.aos-animate {
	border-radius: 8px;
	box-shadow: rgba(60, 65, 95, 0.075) 0px 8px 24px 5px;
	background-color: white;
	flex: 1 1 0%;
	position: relative;
	padding: 64px 32px 32px;
	text-align: center;
	height:100%;
}

.col4_row.contact-detail .flex-row.flex_row {
	column-gap: 3em;
	grid-template-columns: repeat(3, 1fr);
	display: grid;
	grid-auto-rows: minmax(100px, auto);
}


.contact-detail .page-center.theme_center {
	padding: 0 2em;
}

.contact-detail h3.col-title {
	color: rgba(0,0,0,0.8);
}

.contact-detail.cnt-wit-tp-img-wrp .tp-img {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.contact-detail .splide__track {
	overflow: visible;
}

.contact-detail a.hs-sec-btn {
	padding: 11px 35px !important;
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	border: 2px solid rgb(240, 242, 245);
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	font-size: 14px;
	background-color: white;
	color: rgb(3, 13, 78,0.8) !important;
	letter-spacing: 0;
}


.contact-detail .btn_row.count_1.oneButton {
	margin: 0;
}

.contact-detail.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
	margin: 0 0 1.45rem;
}

.contact-detail a.hs-sec-btn:hover {
	background: rgb(25, 208, 194);
	border-color: rgb(25, 208, 194);
}
.contact-detail a.hs-button {
	padding: 11px 35px !important;
}
.custom-banner.pricing-banner {
	margin-bottom: 80px;
}

.cm-pricing .page-center.theme_center {
	max-width: 800px;
	padding: 0 2em;
}

.cm-pricing.pricing-table-gp .pricing-area {
	background: #fff;
	padding: 3em 2.5em;
	border: 2px solid rgb(240, 242, 245) !important;
	background: white;
	transition: all 0.2s ease-in-out 0s;
	box-shadow: rgba(60, 65, 95, 0.075) 0px 8px 24px 5px;
	border-radius: 8px;
}

.cm-pricing.pricing-table-gp .pricing-top.full_width_structure {
	margin: 0;
}

.cm-pricing .pricing-table-items.col6 {
	padding: 0;
	width: auto;
}

.cm-pricing.col6_row .row.flex_row {
	display: grid;
	grid-auto-rows: minmax(100px, auto);
	gap: 4em;
	grid-template-columns: repeat(2, 1fr);
}

.cm-pricing h3.plan-title {
	color: rgb(12, 69, 166);
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 8px !important;
	line-height: 1.35;
	text-transform: inherit !important;
}

.cm-pricing .price-icon {
	padding: 0 !important;
}

.cm-pricing h6.plan-subtitle {
	color: rgb(126, 128, 147);
	font-size: 0.85em;
	display: inline-block;
	font-style: italic;
	font-family: Poppins;
	height: 40px;
	line-height: 21.44px;
	letter-spacing: 0.1px;
	margin: 0 !important;
	margin-top: 3px !important;
}

.cm-pricing h2.plan-price.single-plan {
	font-size: 2em;
	display: block;
	margin-top: 32px;
	margin-bottom: 32px !important;
	display: flex;
	align-items: center;
	line-height: 1.35;
}

.cm-pricing span.suffix_text {
	color: rgb(126, 128, 147);
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 14.4px;
	font-weight: normal;
	font-family: Poppins;
}



.cm-pricing.pricing-table-gp .texti-list.features_list ul {
	line-height: 1.65;
	font-size: 16px;
}

.cm-pricing.pricing-table-gp .texti-list.features_list ul li {
	margin-bottom: .725rem !important;
}


.cm-pricing li.check.pric-tooltip svg {
	margin-right: 8px;
	fill: #0C45A6;
	line-height: 1.65;
	display: inline-block;
	height: 16px;
	width: 16px;
	min-height: 16px;
	min-width: 16px;
}

.cm-pricing.pricing-table-gp .texti-list.features_list ul li {
	line-height: 1.65;
}

.cm-pricing .content_box h3 {
	font-size: 2em;
	display: block;
	margin-top: 36px;
	margin-bottom: 32px;
}


.cm-pricing.pricing-table-gp .content_box {
	margin: 0;
}

.cm-pricing .pricing-table-items:last-child li.check.pric-tooltip svg {
	fill: #C739FF;
}


.cm-pricing .pricing-table-items:last-child h3.plan-title {
	color: rgb(199, 57, 255);
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 8px;
}

.cm-pricing.pricing-table-gp .no-add-feat {
	padding-bottom: 64px;
	margin: 0;
}



.cm-pricing.pricing-table-gp .btn_item a.hs-button{
	text-transform: uppercase;
	width: 100%;
	padding: 0.75em 1.5em;
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	border: 2px solid transparent;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: rgb(12, 69, 166);
	color: white;
	text-transform: inherit;
	line-height: 1.65;
}



.cm-pricing .pricing-part {
	width: 100%;
}

.cm-pricing.pricing-table-gp .pricing-part .btn_row {
	margin: 0;
}

.cm-pricing a.hs-sec-btn {
	padding: 0.75em 1.5em;
	border-radius: 25px;
	font-weight: 600;
	text-align: center;
	border: 2px solid rgb(240, 242, 245);
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: white;
	color: rgb(3, 13, 78);
	text-transform: inherit !important;
	line-height: 1.65;
}

.cm-pricing.pricing-table-gp .btn_item a.hs-button:hover {
	background: rgb(15, 89, 214);
	border-color: rgb(15, 89, 214);
}

.cm-pricing .pricing-table-items:hover .pricing-area.brd_primary {
	box-shadow: rgba(60, 65, 95, 0.2) 0px 8px 24px 5px;
	border-color: rgb(12, 69, 166) !important;
}

.cm-pricing .pricing-table-items:last-child:hover .pricing-area.brd_primary {
	box-shadow: rgba(60, 65, 95, 0.2) 0px 8px 24px 5px;
	border-color: rgb(199, 57, 255) !important;
}

.cm-pricing .pricing-table-items:last-child .btn_item a:hover {
	color: white;
	background-color: rgb(180, 52, 230);
	border-color: rgb(180, 52, 230);
}

.cm-pricing {
	padding-bottom: 128px;
}

.custom-banner.product-banner {
	margin-bottom: 148px;
}

.cm-tabber .content_widget.col8 {
	margin-bottom: 64px;
	padding-top: 16px;
	text-align: center;
}

.cm-tabber h2 {
	text-rendering: optimizeLegibility;
	color: inherit;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 1.45rem;
	padding: 0;
}

.cm-tabber .top_content {
	max-width: 600px;
	margin: auto;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}

.cm-tabber .top_sec.noButton {
	padding: 0;
}

.cm-tabber .page-center.theme_center {
	padding: 0 2em;
}


.cm-tabber .media-col.col6,
.content-col.text_center.col6 {
	padding: 0;
	margin: 0;
}


.cm-tabber .flex_row.two_column .media-col.col6 {
	flex: 2 1 0%;
	width: auto;
}

.cm-tabber .content-col.text_center.col6 {
	flex: 1 1 0%;
	flex-flow: wrap;
	align-content: flex-start;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	padding-left: 64px;
	padding-right: 0px;
	width: auto;
}

.cm-tabber.tabber .media-col .tab-content .img-wrap img {
	box-shadow: rgba(60, 65, 95, 0.2) 0px 8px 24px 5px;
	border-radius: 10px;
	transition: all 0.15s ease-in-out 0s;
}

.cm-tabber .tab-title-item.active {
	background: rgba(3, 13, 78, 0.05);
	border-left: 3px solid rgb(87, 235, 224) !important;
	cursor: pointer;
	padding: 2em 1.5em;
	border-radius: 6px;
	margin-bottom: 1em;
	font-size: 14px;
	border-left: 3px solid transparent;
	width: 100%;
	text-align: left;
	box-shadow: none;
}

.cm-tabber .content-col.text_center.col6 h4 {
	margin-bottom: 4px;
}

.cm-tabber.tabber .tab-title-item {
	background: transparent;
	text-align: left;
	box-shadow: none;
	cursor: pointer;
	padding: 2em 1.5em;
	border-radius: 6px;
	margin-bottom: 1em;
	font-size: 14px;
	border-left: 3px solid transparent;
	width: 100%;
}

.cm-tabber.tabber .tab-title-item:hover {
	background: rgba(3, 13, 78, 0.05);
}

.cm-tabber.tabber .tab-title-item:not(:last-child) {
	margin-bottom: 1em;
}

.cm-tabber.right_media_media_al .content-col.text_center.col6 {
	padding-left: 0;
	padding-right: 64px;
}

.cm-tabber .top_content img {
	margin-right: 7px;
	vertical-align: top;
}

.cm-tabber-2 .top_content {
	max-width: 800px;
	text-align: left;
	padding-bottom: 1.45em;
}

.cm-tabber-2 h2 {
	text-align: center;
}

.cm-team-performance .top_content {
	max-width: 1280px;
}

.cm-team-performance .top_content p {
	max-width: 800px;
	margin: auto;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}

.cm-team-performance .splide__track {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2em;
}

.cm-team-performance .tp-img-cnt-inner img {
	padding: 02em;
}

.cm-team-performance .tp-img-cnt-inner h3 {
	margin-bottom: 8px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.cm-team-performance-2 .flex-row.flex_row {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	gap: 2em;
	grid-auto-rows: minmax(100px, auto);
}

.cm-team-performance-2 .flex-row.flex_row .cnt-col.splide__slide.center_aln.col6 {
	width: auto;
	padding: 0;
}


.cm-team-performance-2 img {
	padding: 0;
}
.cm-tabber.right_media_media_al .content-col.text_center.col6 {
	margin: 0;
}
.cm-team-performance h2 {
	color: inherit;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 1.45rem;
	padding: 0;
	text-rendering: optimizeLegibility;
}

.cm-team-performance .top_content img {
	margin-right: 7px;
	vertical-align: text-top;
	position: relative;
	top: 3px;
}

.cm-team-performance .top_sec.noButton {
	margin-bottom: 16px;
	padding-top: 16px;
}

.cm-team-performance .top_content {
	padding: 0 0 1.45rem;
}

.cm-team-performance .splide__track {
	padding: 0;
}

.error-page:before {
	color: rgba(0, 0, 0, 0.8);
	opacity: 0.3;
}

.cm-team-performance .cnt-col.splide__slide.center_aln.col12 {
	padding: 0;
}

.cm-team-performance .splide__track {
	overflow: visible !important;
}

.cm-team-performance {
	overflow: visible !important;
}

.cm-team-performance.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
	margin: 0;
}
.cm-team-performance-2 .splide__track {
	max-width: 1000px;
	padding: 0 3.2em;
}

.cm-team-performance-2 .tp-img-cnt-inner img {
	width: 100% !important;
	max-width: 100% !important;
}

.cm-team-performance-2 .tp-img-cnt-inner p {
	margin: 0;
}

.cm-team-performance-2.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
	margin: 0;
}

.cm-team-performance-2 .tp-img-cnt-inner h3 + p {
	padding: 0 20px;
}

.cm-team-performance-2 .tp-img-cnt-inner p:first-child {
	margin-bottom: -6px;
}
.cm-team-performance-2 .flex-row.flex_row .cnt-col.splide__slide.center_aln.col6 {
	margin-bottom: 32px;
}

.cm-team-performance-2 {
	margin-bottom: 25px;
}
.cm-team-performance-2.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
	margin: 0 0 1.45rem;
}

.cm-tabber .content-col.text_center.col6 {
	margin-top: 0;
}

.cm-team-performance .tp-img-cnt-inner p:first-child {
	position: relative;
	width: 100%;
	margin: auto auto 62px;
	z-index: 50;
	box-shadow: rgba(60, 65, 95, 0.2) 0px 8px 24px 5px;
	border-radius: 10px;
	transition: all 0.15s ease-in-out 0s;
}


.cm-team-performance .tp-img-cnt-inner img {
	padding: 0;
}

.cm-team-performance .tp-img-cnt-inner {
	padding: 2em;
}

.cm-team-performance .tp-img-cnt-inner img.img2 {
	transform: translateZ(0);
	transition: opacity .25s linear;
	will-change: opacity;
	bottom: 0;
	left: 0;
	margin: 0;
	max-width: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	display: block;
	max-width: 250px;
	right: -64px;
	left: auto;
}

.cm-team-performance-2 .tp-img-cnt-inner {
	padding-bottom: 0;
}
.cm-team-performance-2 .tp-img-cnt-inner p:first-child {
	margin: auto auto 32px;
}
.cm-team-performance-2 .tp-img-cnt-inner h3+p {
	padding: 0;
}
.cm-team-performance .tp-img-cnt-inner img {
	padding: 0;
	border-radius: 9px;
}
.cm-team-performance .top_sec.noButton {
	padding-left: 0;
	padding-right: 0;
}

.cm-team-performance .tp-img-cnt-inner {
	margin-bottom: 58px;
}

.cm-team-performance-2 .splide__track {
	padding: 0;
}

.cm-team-performance .tp-img-cnt-inner .image1 {
	max-width: 400px !important;
}
.cm-team-performance {
	padding: 0 2em;
}

.cm-team-performance .tp-img-cnt-inner img.img2 {
	max-width: 175px;
	top: -48px;
	right: 0;
	height: auto;
}
.cm-team-performance .tp-img-cnt-inner img.img1 {
	border-radius: 0 0px 12px 12px;
}
.cm-team-performance .tp-img-cnt-inner img.img2 {
	max-width: 250px;
	position: absolute;
	right: 0;
	top: -3em;
	width: 100%;
	width: 19vw;
	position: absolute;
	right: -4em;
	top: -2em;
}
.cm-team-performance .tp-img-cnt-inner {
	padding-left: 0;
	padding-right: 0;
}
.cm-team-performance.cm-team-performance-2.dnd_padd .page-center {
	max-width: 900px;
	padding: 0 2em;
}
.cm-team-performance-2 {
	padding-bottom: 68px;
}




.custom-banner.home-banner {
	margin: 0;
}

.cm-home-banner .page-center.theme_center {
	padding: 0 2em;
}

.cm-home-banner .page-center.theme_center h1 {
	color: white;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 1.25;
	max-width: 500px;
}

.cm-home-banner .page-center.theme_center p {
	font-size: 15px;
	color: #fff;
}

.cm-home-banner.two-col-content .img-col .doubleimg.vertical {
	display: block;
}

.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img1 {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: auto;
	margin: 0;
}

.cm-home-banner .media_column.img-col.col6 {
	padding: 0;
	position: relative;
}

.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img1 {
	max-width: 800px;
	width: 800px;
	left: 30px;
}

.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img img {
	height: 100% !important;
	overflow: visible;
}

.cm-home-banner.two-col-content .flex_row.flex_center {
	align-items: flex-start;
}
.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img{
	position: absolute;
	left: 80px;
	top: -2em;
	z-index: 10;
	width: 800px;
}

.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img2 {
	max-width: 250px !important;
	display: block;
	bottom: 0;
	height: 100%;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transform: translateZ(0);
	transition: opacity .25s linear;
	will-change: opacity;
	position: relative;
	right: -24%;
	top: 4em;
}

.cm-home-banner.two-col-content.dnd_padd.right_col_no_of_imgdouble {
	padding-bottom: 80px;
}
.cm-home-banner .content-col.col6 {
	padding: 0;
	max-width: 500px;
}

.cm-home-banner a.popup_button.hs-button svg {
	margin-left: 3px;
}


.cm-logo-slider h4.title {
	color: rgb(126, 128, 147);
	text-align: center;
}

.cm-logo-slider.logo_slider .top_sec {
	margin: 0;
	padding-bottom: 0;
}

.cm-logo-slider  .splide .splide__track {
	margin: 0;
}



.cm-logo-slider .page-center {
	max-width: 1080px;
	padding: 0 2em;
}

.cm-logo-slider.logo_slider .logo_item {
	margin: 0;
}

.cm-logo-slider  ul.splide__pagination.splide__pagination--ltr {
	margin: 20px;
	justify-content: center;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
	margin-top:15px;
}

.cm-logo-slider .splide__pagination li button {
	background-color: #c3c4ca;
	border: none;
	border-radius: 50%;
	cursor: default !important;
	height: 8px;
	margin: 0 4px;
	padding: 0;
	width: 8px;
}

.cm-logo-slider .splide__pagination li buton {
	display: none;
}

.cm-logo-slider ul.splide__pagination .splide__pagination__page.is-active {
	background-color: #1b50c2;
	border-radius: 10px;
	height: 10px;
	transition: background .4s ease;
	width: 10px;
	transform: none;
}


.cm-content-section.cnt-wit-bg-wrp .content_widget h2.title {
	font-size: 1.62671rem;
	padding: 0;
	margin: 0 0 1.45rem;
}

.cm-content-section .page-center.pdlr10.custom {
	padding: 0 2em;
}

.cm-content-section .page-center.pdlr10.custom p {
	margin-bottom: 32px;
}

.cm-video .vid_trigger.ic__image.pop_trigger {
	border-radius: 20px;
}

.cm-video .video_container {
	padding: 0 2em;
}
.cm-video.adv_video_module .inner_spacer {
	border-radius: 20px;
}

.cm-home-banner a.popup_button.hs-button:hover svg {
	margin-left: 10px;
}

.cm-home-banner a.popup_button.hs-button svg {
	transition: all 0.2s ease-in-out 0s;
}

.cm-content-section-2 .page-center.pdlr10.custom {
	max-width: 600px;
	margin-bottom: 128px;
}


.cm-home-two-product .flex_row.flex_center>div {
	padding: 0;
}

.cm-home-two-product .page-center.custom {
	padding: 0 2em;
}

.cm-content-section-2 .page-center.pdlr10.custom p {
	margin: 0;
}

.cm-home-two-product .flex_row.flex_center {
	display: grid;
	gap: 4em;
	grid-auto-rows: minmax(100px, auto);
	-webkit-box-align: center;
	align-items: center;
	grid-template-columns: 1fr;
	grid-template-columns: repeat(2, 1fr);
}

.cm-home-two-product .flex_row.flex_center .col6 {
	width: auto;
}

.cm-home-two-product .flex_row.flex_center .col6 h2 {
	line-height: 1.35;
}

.cm-home-two-product img {
	margin-right: 3px;
}

.cm-home-two-product span {
	font-weight: 600;
}

.cm-home-two-product.two-col-content .content-col .btn-items .btn_row {
	margin: 0 !important;
}

.cm-home-two-product.two-col-content .content-col .description {
	margin: 0;
}

.cm-home-two-product .cont-inner p {
	margin: 0;
	margin: 0 0 1.45rem;
}

.cm-home-two-product .cont-inner p:first-child {
	margin-bottom: 16px;
}

.cm-home-two-product .btn_item a {
	letter-spacing: 0.1px;
	font-weight: 600;
	font-size: 0.9em;
	line-height:1.35;
}
.cm-home-banner a.popup_button.hs-button {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.65;
}
footer{
	position:relative;
	z-index:9;
}
.home-body .footer-bf-area {
	background-color: rgb(12, 69, 166);
}

.home-body .footer-top-section .grid-wrapper h2 {
	color: #fff;
}
.home-body  .footer-top-section {
	padding-bottom: 43px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul a,
.custom-menu-wrapper .hs-menu-wrapper > ul ul a{
	color:rgba(40, 40, 40, 0.8);
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover,
.custom-menu-wrapper .hs-menu-wrapper > ul ul > li > a:hover{
	rgba(40, 40, 40, 0.8);
}
.cm-logo-slider ul.splide__pagination .splide__pagination__page.is-active {
	opacity: 1;
}
.splide__pagination li:nth-child(n+7) {
	display: none;
}
.cm-privacy.cnt-wit-bg-wrp .content_widget h2 {
	position: relative;
}
h1 .anchor svg, h2 .anchor svg, h3 .anchor svg, h4 .anchor svg, h5 .anchor svg, h6 .anchor svg, h1 .anchor svg, h2 .anchor svg, h3 .anchor svg, h4 .anchor svg, h5 .anchor svg, h6 .anchor svg {
	visibility: hidden;
}

.cm-privacy.cnt-wit-bg-wrp .content_widget .rich_text svg {
	fill: rgba(0,0,0,0.8);
}

h1:hover .anchor svg, h2:hover .anchor svg, h3:hover .anchor svg, h4:hover .anchor svg, h5:hover .anchor svg, h6:hover .anchor svg, h1 .anchor:focus svg, h2 .anchor:focus svg, h3 .anchor:focus svg, h4 .anchor:focus svg, h5 .anchor:focus svg, h6 .anchor:focus svg {
	visibility: visible;
}

.cm-privacy {
	overflow: visible;
}
footer form{
	padding-top: 10px;
}
.cm-team-performance-2 .flex-row.flex_row {
	gap: 6em;
}
.cm-tabber .tabber .media-col .tab-content .img-wrap {
	box-shadow: rgba(60, 65, 95, 0.2) 0px 8px 24px 5px;
	border-radius: 10px;
	transition: all 0.15s ease-in-out 0s;
}
/*end---*/
@media (min-width:960px){
	.mobile-menu {
		display: none !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background: rgba(255, 255, 255, 1.0);
		padding: 10px;
	}

	.custom-menu-primary {
		position: relative;
		z-index: 9;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li:last-child {
		margin-bottom: 0;
	}
}

@media(max-width:1069px){
	.cm-home-banner .page-center.theme_center h1 {
		font-size: 3rem;
	}
}
@media(max-width:975px) and (min-width:960px){
	.custom-menu-primary .hs-menu-wrapper>ul>li>a {
		margin-right: 15px;
	}
}
@media(max-width:987px) and (min-width:960px){
	.middle-footer-section .left-wrapper .logo-sections {
		padding-right: 35px;
	}
}
@media(max-width:959px) and (min-width:640px){
	.middle-footer-section .logo-sections .top-image {
		opacity: 1;
	}

}

@media(max-width:959px){
	.custom-menu-wrapper .hs-menu-wrapper > ul > li.active > a,
	.custom-menu-wrapper .hs-menu-wrapper > ul > li.active-branch > a{
		color:rgba(127, 255, 255, 1.0);
	}
	.cm-team-performance .tp-img-cnt-inner {
		padding: 2em;
	}
	.cm-team-performance .tp-img-cnt-inner p:last-child {
		margin: 0 -2em !important;
	}
	.cm-team-performance-2 .tp-img-cnt-inner p:last-child {
		margin: 0 !important;
	}
	.cm-journey .cnt-col.splide__slide.center_aln.col4 {
		width: 100%;
	}
	.cm-team-performance-2 .tp-img-cnt-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.header_menu-wrapper {
		display: none;
	}

	.styles__Box-sc-so54yw-4.iopSnc {
		display: block;
	}

	.mobile-menu {
		position: fixed;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 500px;
		max-width: 95vw;
		height: 100vh;
		overflow-y: auto;
		padding-bottom: 5em;
		z-index: 1000;
		background: linear-gradient(140deg, rgb(3, 13, 78) 0%, rgb(3, 13, 78) 40%, rgb(48, 39, 88) 100%) white;
		transform: translateX(0%);
		box-shadow: rgba(5, 13, 60, 0.8) -5px 8px 39px 13px;
		transition: all .25s ease-in-out;
		animation: 300ms cubic-bezier(0, 0, 0.43, 1) 0s 1 normal none running galMAs;
		opacity: 0;
		visibility: hidden;
	}

	.mobile-menu-inner {
		padding: 32px;
	}

	.mobil-top-menu {
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		padding-top: 8px;
		padding-left: 16px;
		display: flex;
		flex-wrap: wrap;
	}

	.logo {
		display: inline-block;
		vertical-align: top;
		position: relative;
		overflow: hidden;
	}

	.logo img {
		max-width: 40px;
		display: block;
	}

	.cross {
		color: rgb(126, 128, 147);
		cursor: pointer;
		margin-top: 8px;
	}

	.custom-menu-wrapper .hs-menu-wrapper > ul {
		display: block;
	}

	.custom-menu-wrapper .hs-menu-wrapper > ul > li {
		margin-bottom: .725rem;
	}
	.custom-menu-wrapper .hs-menu-wrapper > ul > li > a {
		position: relative;
		display: block;
		padding: 0.8em 0.5em;
		font-size: 1.2em;
		color: #fff;
		font-weight: 600;
		font-weight: 500;
		letter-spacing: 0.1px;
	}

	.custom-menu-wrapper {
		margin: 0 0 1.45rem 1.45rem;
		list-style-type: none;
		color: white;
		padding-bottom: 4em;
		margin-bottom: 2em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 64px;
	}

	label.sc-so54yw-27.fKVOYa {
		display: block;
		font-weight: 600;
		font-size: 14px;
		color: rgb(126, 128, 147);
		margin-bottom: 32px;
	}
	.social-share ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.social-share ul {
		padding-left: 32px;
		display: flex;
		flex-wrap: wrap;
	}
	.social-share ul li {
		margin-right: 32px;
	}
	.social-share ul li svg {
		fill: #fff;
	}
	.mobil_close:hover {
		color: rgb(51, 51, 51);
	}
	.overlay {
		position: fixed;
		background: rgba(3, 13, 78, 0.55);
		inset: 0px;
		z-index: 90;
		backdrop-filter: blur(5px);
		transition: all 200ms ease-out 0s;
	}
	.mobile-menu {
		right: -100%;
	}
	.overlay {
		opacity: 0;
		visibility: hidden;
	}
	.mobile-open .overlay {
		opacity: 1;
		visibility: visible;
	}
	.mobile-open .mobile-menu {
		right: 0;
		opacity: 1;
		visibility: visible;
	}
	.header_logo img {
		opacity: 1;
	}
	header.header-wrapper {
		padding: 50px 0 40px;
	}
	.middle-footer-section .middle-container .page-center .footer-flex {
		display: block;
	}

	.middle-footer-section .left-wrapper {
		display: block;
	}

	footer form input[type=submit] {
		right: 0;
	}
	.middle-footer-section .hs-form-field {
		width: 100%;
	}

	.middle-footer-section .social_links ul {
		justify-content: center;
	}

	.middle-footer-section .bottom-logo ul {
		margin-bottom: 19px;
	}
	.middle-footer-section{
		background: none;
	}
	.two-bottom-container {
		background: radial-gradient(circle at 50vw bottom, #0c45a6 0, #030d4e 50%);
	}

	.footer-top-content {
		padding: 64px 2em;
		max-width: 1280px;
		margin: auto;
		position: relative;
	}
	.cm-two-col.two-col-content .flex_row {
		flex-wrap: wrap;
		column-gap: 0;
		flex-direction: column;
		align-items: flex-end;
	}

	.cm-two-col.two-col-content.right .content-col {
		width: 100%;
	}
	.cm-two-col.two-col-content .content-col .description {
		margin-bottom: 0;
	}
	.cm-two-col.two-col-content .flex_row {
		flex-wrap: wrap;
		column-gap: 0;
		flex-direction: column;
		align-items: flex-end;
	}

	.cm-two-col.two-col-content.right .content-col {
		width: 100%;
	}

	.cm-journey .top_sec .top_content>:last-child {
		margin: 0 0 2.2rem;
	}

	.cm-journey.cnt-wit-tp-img-wrp .flex-row {
		row-gap: 0;
	}

	.cm-journey .cnt-col.splide__slide.center_aln.col4:nth-child(3n+2) {
		margin: 0;
		margin-top: 32px;
		padding: 0;
	}

	.cm-journey .cnt-col.splide__slide.center_aln.col4 {
		margin-top: 32px;
	}
	.carrer_top_sec  .span6 {
		width: 100%;
	}

	.carrer_top_sec.middle-dnd-area  .row-fluid {
		display: block !important;
	}

	.cm-testimonial-slider.testimonials_slider .card_box {
		margin-bottom: 64px;
	}

	.carrer_top_sec .span6 {
		padding: 0 15px !important;
	}
	.col4_row.contact-detail .flex-row.flex_row {
		grid-template-columns: repeat(2, 1fr);
		gap: 3em;
	}
	.cm-pricing.col6_row .row.flex_row {
		margin: 0 -10px;
		row-gap: 20px;
		width: auto;
		grid-template-columns: repeat(2, 1fr);
		gap: 2em;
	}
	.custom-menu-wrapper .hs-menu-wrapper > ul ul {
		background: rgba(255, 255, 255, 1.0);
		padding: 10px;
		display: none;
	}
	.custom-menu-wrapper {
		position: relative;
		z-index: 9;
	}
	.custom-menu-wrapper .hs-menu-wrapper > ul li:last-child {
		margin-bottom: 0;
	}
	.child-trigger:after {
		content: '+';
	}
	.child-trigger {
		display: block;
		position: absolute;
		right: 0;
		top: 8px;
		z-index: 99;
		font-size: 20px;
	}
	.custom-menu-wrapper .hs-menu-wrapper>ul>li {
		position: relative;
	}

	.child-trigger:after {
		content: '+';
		color: #fff;
		display: block;
		position: relative;
		z-index: 9;
	}
	.custom-menu-wrapper .hs-menu-wrapper>ul>li.child-open .child-trigger:after {
		content: '-';
	}
	.cm-tabber .flex_row {
		flex-direction: column;
	}

	.cm-tabber .flex_row .img-wrap {
		margin-bottom: 32px;
	}

	.cm-tabber .content-col.text_center.col6 {
		padding: 0;
		margin-bottom: 0;
	}
	.cm-tabber.right_media_media_al .content-col.text_center.col6 {
		padding: 0;
	}

	.cm-tabber.tabber .flex_row.two_column.right_media {
		flex-direction: column;
	}
	.cm-team-performance-2 .flex-row.flex_row {
		grid-template-columns: 1fr;
	}
	.cm-team-performance .tp-img-cnt-inner img.img2 {
		max-width: 175px;
		top: -48px;
		right: 0;
		height: auto;
	}
	.cm-team-performance {
		padding: 0 2em;
	}
	.cm-team-performance .top_sec.noButton {
		padding-left: 0;
		padding-right: 0;
	}
	.cm-team-performance-2 {
		padding-bottom: 68px;
	}
	.cm-home-banner .page-center.theme_center h1 {
		font-size: 3rem;
	}

	.cm-home-banner.two-col-content .flex_row.flex_center {
		display: block;
	}

	.cm-home-banner.two-col-content.dnd_padd.right_col_no_of_imgdouble {
		padding-top: 35px !important;
	}


	.cm-home-banner  a.popup_button.hs-button {
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.65;
	}

	.cm-home-banner a.popup_button.hs-button svg {
		margin-left: 5px;
	}


	.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img2 {
		right: -20px;
		bottom: -8.8em;
		top: auto;
	}

	.cm-home-banner.two-col-content.dnd_padd.right_col_no_of_imgdouble {
		padding-bottom: 64px;
	}
	.cm-home-two-product .flex_row.flex_center {
		grid-template-columns: 1fr;
		display: grid;
		gap: 4em;
		grid-auto-rows: minmax(100px, auto);
	}

	.first-to-col.cm-home-two-product.two-col-content .mediaimg .single-img img {
		max-width: 534px !important;
	}
	.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img1 {
		left: 0;
		max-width: max-content;
		width: 800px;
		top: -7px;
	}
	.cm-home-two-product .right_media_image .flex_row.flex_center .content-col.col6 {
		grid-row: -1;
	}
	.cm-home-two-product.two-col-content .right_media_image .mediaimg .single-img img {
		max-width: 100%;
	}
	.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img1 {
		left: 0;
		max-width: 100%;
		top: -7px;
		width: 800px;
	}
	.cm-home-banner.two-col-content .flex_row.flex_center>div {
		width: 100%;
	}
	.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img1 {
		position: relative;
	}

	.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img2 {
		position: absolute;
		width: 30vw;
		left: 1.25em;
		bottom: -2em;
		right: auto;
		height: auto;
	}

	.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img2 img {
		max-width: 250px !important;
		width: 100%;
		height: auto !important;
	}
	.cm-home-banner.two-col-content .img-col .doubleimg.vertical .double-img.img2 {
		min-height: auto;
	}
	.form-popup-wrapper	.field.hs-form-field {
		width: 100% !important;
	}
	.cm-tabber .page-center.theme_center {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.carrer_top_sec .dnd-section>.row-fluid .dnd-column {
		padding: 0;
	}
	.cm-journey  .top_sec.noButton {
		padding: 0;
	}
}
@media (max-width: 640px) {

	.form-inner-content {
		max-width: calc(100% - 2em);
	}
	.form-inner-content {
		top: 0px;
		left: 0px;
		max-width: calc(100% - 2em);
		margin: 1em;
		max-height: 100vh;
		overflow-y: auto;
		transform: none;
		padding: 3.5em 2em 2em;
		width: 100%;
		height: auto;
	}

	.form_title h1 {
		font-size: 2.25rem;
	}
	header.header-wrapper {
		padding: 50px 0 30px;
	}
	body, form#email-prefs-form .subscribe-options label {
		font-size: 14px;
	}
	.bottom-footer-section {
		padding-left: 5px;
		padding-right: 5px;
	}

	.middle-footer-section .menu-section ul {
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.middle-footer-section .menu-section ul li {
		margin-bottom: 10px;
	}

	.middle-footer-section .bottom-logo ul li {
		margin-bottom: 0;
	}

	.middle-footer-section .left-wrapper .logo-sections {
		margin-bottom: 32px;
	}
	.middle-footer-section .styles__FooterBackground {
		height: 620px;
	}
	h2 {
		font-size: 1.62671rem;
	}
	html {
		font-size: 14px;
	}
	.career_page h1 {
		color: rgba(0, 0, 0, 0.8);
		font-size: 2.25rem;
		letter-spacing: 0.1px;
	}
	.cm-testimonial-slider .bottom_row {
		padding-right: 0;
	}
	h3 {
		font-size: 1.38316rem;
	}
	.career_page h3 {
		color: rgba(0, 0, 0, 0.8);
	}
	h4 {
		font-size: 1rem;
	}
	.col4_row.contact-detail .flex-row.flex_row {
		grid-template-columns: repeat(2, 1fr);
		gap: 3em;
		display: grid;
		grid-auto-rows: minmax(100px, auto);
		grid-template-columns: 1fr;
		gap: 8em;
	}
	.contact-detail h3.col-title {
		color: rgba(0, 0, 0, 0.8);
		margin: 0 0 1.45rem;
	}

	span.suffix_text {
		font-size: 12.6px;
	}

	.pricing-table-gp .texti-list.features_list ul li {
		font-size: 14px;
	}

	li.check.pric-tooltip svg {
		width: 14px;
		height: 14px;
		min-height: 14px;
		min-width: 14px;
	}

	.cm-pricing.pricing-table-gp .pricing-table-items:not(:last-child) {
		margin: 0;
	}

	.cm-pricing.pricing-table-gp .row.flex_row {
		display: grid;
		grid-auto-rows: minmax(100px, auto);
		grid-template-columns: 1fr;
		gap: 3em;
	}
	.cm-pricing span.suffix_text {
		font-size: 12.6px;
	}
	.cm-pricing li.check.pric-tooltip svg {
		min-height: 14px;
		min-width: 14px;
		width: 14px;
	}
	.cm-tabber.tabber .flex_row.two_column {
		flex-direction: column;
	}
	.cm-tabber-2 .top_content {
		padding-left: 0;
		padding-right: 0;
	}

	.cm-tabber-2 .top_content p {
		padding: 0 2em;
	}

	.cm-tabber .top_content img {
		display: block;
		margin: 0 auto;
	}
	.cm-team-performance .top_content img {
		display: block;
		margin: 0 auto;
		top: 0;
	}

	.cm-team-performance .tp-img-cnt-inner img.img2 {
		max-width: 250px;
		width: 100%;
		position: absolute;
		width: 19vw;
		right: 0px;
		top: -3em;
	}
	.cm-video.adv_video_module .active_show .inner_spacer {
		top: 0px;
		left: 0px;
		max-width: calc(100% - 2em);
		margin: 1em;
		max-height: 109vh;
		overflow-y: auto;
		transform: none;
		padding: 3.5em 2em 2em;
		width: 100%;
		height: 40vh;
	}

	.cm-team-performance .top_content p {
		padding-left: 0;
		padding-right: 0;
	}
	.cm-home-two-product .btn_item a {
		font-size: .9em;
		font-weight: 600;
		letter-spacing: .1px;
		line-height: 1.35;
		line-height: 1.65;
		padding: 0.5em 1.5em;
	}
	.cm-home-banner a.popup_button.hs-button {
		padding: 0.75em 1.5em;
		border-radius: 25px;
		font-weight: 600;
		text-align: center;
		border: 2px solid transparent;
		transition: all 0.2s ease-in-out 0s;
		cursor: pointer;
		font-size: 14px;
	}
	.cm-home-banner.two-col-content.dnd_padd.right_col_no_of_imgdouble {
		padding-top: 20px;
	}
	.cm-home-banner .page-center.theme_center h1 {
		font-size: 2.5rem;
		line-height: 1.1;
	}

	.cm-home-banner.two-col-content.dnd_padd.right_col_no_of_imgdouble {
		margin-top: 0px;
		padding-top: 20px !important;
	}
	.cm-team-performance-2 .flex-row.flex_row {
		gap: 0;
	}
	.cm-team-performance-2 .flex-row.flex_row .cnt-col.splide__slide.center_aln.col6:last-child {
		margin: 0;
	}
	.cm-team-performance-2 .flex-row.flex_row .cnt-col.splide__slide.center_aln.col6:last-child .tp-img-cnt-inner {
		padding-bottom: 10px;
	}
	.header_logo img {
		opacity: 0.8;
	}
}
@media(max-height:740px){
	.custom-banner-v2 .banner-image img {
		height: 660px !important;
	}
}

#splide01-list {
  flex-direction: column   ;
}