@font-face { font-family: "SourceSansPro";
	src: url(//25194947.fs1.hubspotusercontent-eu1.net/hubfs/25194947/raw_assets/public/Recordsure_August2023/fonts/SourceSansPro-Regular.ttf) 
		format("truetype"); 
	font-style: normal;
	font-weight: normal; 
	font-display: auto;
}

@font-face { font-family: "LexendDeca"; 
	src: url(//25194947.fs1.hubspotusercontent-eu1.net/hubfs/25194947/raw_assets/public/Recordsure_August2023/fonts/LexendDeca-VariableFont_wght.ttf) 
		format("truetype");
	font-style: normal; 
	font-weight: normal;
	font-display: auto; 
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(//25194947.fs1.hubspotusercontent-eu1.net/hubfs/25194947/raw_assets/public/Recordsure_August2023/fonts/fa-brands-400_1.eot);
	url(//25194947.fs1.hubspotusercontent-eu1.net/hubfs/25194947/raw_assets/public/Recordsure_August2023/fonts/fa-brands-400_2.woff2) format("woff2"),
	url(//25194947.fs1.hubspotusercontent-eu1.net/hubfs/25194947/raw_assets/public/Recordsure_August2023/fonts/fa-brands-400_1.woff) format("woff"),
	url(//25194947.fs1.hubspotusercontent-eu1.net/hubfs/25194947/raw_assets/public/Recordsure_August2023/fonts/fa-brands-400.ttf) format("truetype")
}

.fa,.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.child-theme .error-page:before {
	color: rgba(111, 239, 193, 0.3);
}

.child-theme .hs-button {
	font-size: 16px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	position: relative;
	text-align: center;
	transition: all .15s linear;
	padding:12px 24px;
}
.child-theme .contact-banner .form-row.hs-secondary .hs-button{
	margin-top: 20px;
}

.child-theme .hs-trans-btn {
	padding:12px 24px;
	font-size: 16px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 700;
	position: relative;
	text-align: center;
	border-width:1px
}

.child-theme .hs-sec-btn{
	padding:12px 24px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}

.child-theme .hs-form label {
	font-weight: 500;
	line-height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.child-theme form input[type=search],
.child-theme form input[type=text],
.child-theme form input[type=email],
.child-theme form input[type=password],
.child-theme form input[type=tel],
.child-theme form input[type=number],
.child-theme form input[type=file],
.child-theme form select,
.child-theme form textarea {
	padding: 0 15px;
	min-height: 40px;
	max-width: 100%;
	width: 100%;
	max-width: 100%;
	display: inline-block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	height: auto;
}

.child-theme input.hs-input.error:focus,
.child-theme div.field.error input:focus, 
.child-theme div.field.error textarea:focus,
.child-theme div.field.error .chzn-choices:focus, 
.child-theme textarea.hs-input.error:focus,
.child-theme select.hs-input.error:focus {
	border-color: #b9554d;

}

/* header */
.child-theme .custom-header .primary-container-header_section {
	min-height: auto;
	background: #2b1b4f;
}

.child-theme .custom-header .primary-container-header_section .primary-section {
	background: inherit;
	box-shadow: none;
	border: none;
	padding: 10px !important;
}

.child-theme .custom-header .primary-container-header_section .page-center {
	padding: 0 !important;
}

.child-theme .custom-header .container-wrapper .logo-section {
	--flex-grow: 0;
	--flex-shrink: 0;
	padding: 10px;
	width: 25%;
}

.child-theme .custom-header .container-wrapper .logo-section a {
	display: block;
	margin: 0px 0px 0px 20px;
}

.child-theme .custom-header .container-wrapper .logo-section a img {
	width: 162px;
	height: 51px;
	vertical-align: middle;
	display: inline-block;
}

.child-theme .custom-header .container-wrapper .nav {
	--align-self: center;
	width: auto;
}

.child-theme .blog-pagination__link.blog-pagination__next-link:hover {
	background: rgba(2, 103, 128, 1.0) !important;
}

.child-theme .hs-search-field button:hover {
	background: none;
}

.child-theme .custom-header .container-wrapper .nav .header__menu {
	margin: 10px 75px 0px 0px;
}

.child-theme .custom-header .container-wrapper .nav .header__menu > ul {
	justify-content: center !important;
	align-items: center;
	column-gap: 0;
}

.child-theme .custom-header .container-wrapper .nav .header__menu  ul> li {
	padding: 8px 16px;
}

.child-theme .custom-header .container-wrapper .nav .header__menu ul> li a {
	color: #fff;
	font-family: SourceSansPro,Sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.child-theme .custom-header .container-wrapper .nav .header__menu ul>li:hover a {
	color: #4fdcaa;
}

.child-theme .container-wrapper .right-section {
	width: 25%;
	justify-content: flex-start !important;
	align-items: center;
}

.child-theme .container-wrapper .right-section .button-section-container.btn2 {
	gap: 0;
	align-items: center;
}

.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:nth-child(1) a {
	font-family: "LexendDeca", Sans-serif;
	font-size: 15px;
	font-weight: 700;
	fill: #15b5ea;
	color: #15b5ea;
	background-color: #2b1b4f;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #15b5ea;
	border-radius: 17px 17px 17px 17px;
	padding: 7px 13px 8px 15px;
	text-align: center;
	display: inline-block;
	line-height: 1;
}

.child-theme .container-wrapper .right-section .btn-section:nth-child(2) a {
	font-family: "LexendDeca", Sans-serif;
	font-size: 15px;
	font-weight: 700;
	fill: #182c40;
	color: #182c40;
	background-color: #4fdcaa;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #4fdcaa;
	border-radius: 17px 17px 17px 17px;
	padding: 7px 15px 8px 17px;
	display: inline-block;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}

.child-theme .container-wrapper .right-section .button-section-container.btn2 {
	align-items: center !important;
	gap: 10px;
}

.child-theme .container-wrapper .right-section .btn-section:nth-child(2) a {
	margin: 0;
}

.child-theme .custom-header .container-wrapper .nav {
	margin-left: 50px;
}

.child-theme .container-wrapper .right-section {
	padding-left: 60px;
	padding-top: 8px;
}

.child-theme .custom-header .container-wrapper .nav .header__menu ul>li .child-trigger {
	display: none;
}

.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu {
	margin: 0 !important;
	padding: 0;
	top: auto;
	box-shadow: none;
	border-radius: 0;
	display: block;
	width: 300px;
	max-width: 300px;
}

.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li {
	width: 100% !important;
	display: block;
}

.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li a {
	display: block;
	width: 100%;
	text-align: left;
	font-family: "LexendDeca", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #2b1b4f;
}

.child-theme .nav.megamenu.col-4 .header__menu--desktop>.header__menu-wrapper .more_items .header__menu-submenu--level-2 {
	min-width: auto !important;
}

/* footer */


.child-theme .custom-footer {
	background-color: #2b1b4f;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 100px 0px !important;
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
}

.child-theme .custom-footer .footer-section-1 {
	background: inherit;
	padding: 20px 0 0!important;
	width: 100%;
}



.child-theme .custom-footer .footer-section-1 .col-section {
	width: 25%;
	padding: 0!important;
}

.child-theme .custom-footer .footer-section-1 .num1,
.child-theme .custom-footer .footer-section-1 .num2,
.child-theme .custom-footer .footer-section-1 .num3,
.child-theme .custom-footer .footer-section-1 .num4{
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 20px 10px !important;
}

.child-theme .custom-footer .footer-section-1 .num1 .type_heading,
.child-theme .custom-footer .footer-section-1 .num2 .type_heading,
.child-theme .custom-footer .footer-section-1 .num3 .type_heading,
.child-theme .custom-footer .footer-section-1 .num4 .type_heading{
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.child-theme .custom-footer .footer-section-1 .num1 .type_heading h4,
.child-theme .custom-footer .footer-section-1 .num2 .type_heading h4,
.child-theme .custom-footer .footer-section-1 .num3 .type_heading h4,
.child-theme .custom-footer .footer-section-1 .num4 .type_heading h4{
	color: #4fdcaa;
	font-family: "SourceSansPro", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0;
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu,
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu,
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu,
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu{
	width: 100%;
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li,
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li,
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li,
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li{
	display: flex;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li:not(:last-child),
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li:not(:last-child),
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li:not(:last-child),
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li:not(:last-child){
	padding-bottom: calc(5px/2) !important;
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li:not(:first-child),
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li:not(:first-child),
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li:not(:first-child),
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li:not(:first-child){
	margin-top: calc(5px/2);
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li a,
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li a,
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li a,
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li a{
	font-family: "SourceSansPro", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
	color: #fff;
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li:last-child,
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li:last-child,
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li:last-child,
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li:last-child{
	margin-top: calc(5px/2) !important;
}

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

.child-theme .custom-footer .footer-section-2 {
	padding: 0 !important;
	width: 100%;
	background: #2b1b4f;
	margin-bottom: 20px;
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 {
	padding: 10px 0px 10px 0px !important;
	text-align: center;
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social {
	display: block;
	text-align: center;
	padding: 0;
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social .footer-social-item {
	display: inline-block;
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social .footer-social-item a {
	border-radius: 10%;
	width: 48px;
	height: 48px;
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social .footer-social-item a svg {
	fill: #fff !important;
	stroke: #fff;
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social .footer-social-item a svg path {
	fill: #fff;
}

.child-theme .custom-footer .footer-section-3 {
	width: 100%;
	background: inherit;
	padding: 0 !important;
}

.child-theme .custom-footer .footer-section-3 .num1 {
	padding: 0 !important;
}

.child-theme .custom-footer .footer-section-3 .num1 p {
	font-family: SourceSansPro, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}

.child-theme .custom-footer .footer-section-1 {
	padding: 0 !important;
}

.child-theme .custom-footer .footer-section-1 .num1, 
.child-theme .custom-footer .footer-section-1 .num2,
.child-theme .custom-footer .footer-section-1 .num3, 
.child-theme .custom-footer .footer-section-1 .num4 {
	padding: 10px 10px!important;
}

.child-theme .custom-footer {
	padding-top: 20px !important;
}

.child-theme .blog-feed.theme2 .meta_wrap > span a,
.child-theme .cm-btm-tags a,
.child-theme .tabber.top_area-module-2 .tab-title-item *,
.child-theme .home_page_v5_page .cont-inner h5,
.child-theme .home_page_v5_page .cont-inner h2,
.child-theme .home_page_v5_page .cont-inner p,
.child-theme .blog-feedv3 .meta_wrap span.icon_img svg,
.child-theme .blog-feedv3.theme2 .meta_wrap > span a,
.child-theme .blog-feedv3 .meta_wrap span{
	color:rgba(255, 255, 255,1.0);
	fill:rgba(255, 255, 255,1.0)
}


.child-theme .blog-feed.theme2 .meta_wrap > span {
	color: #fff;
}

/* footer top pane */

.child-theme .blog-post__body ul li:before {
	top: 2px;
}

.child-theme .custom-top-pane-wrp {
	background: #2b1b4f;
}
.child-theme .custom-top-pane-wrp .top-pane-wrp {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	display: flex;
	padding: 10px;
	padding-bottom: 0px;
}

.child-theme .custom-top-pane-wrp .top-pane-logo-wrp {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.child-theme .custom-top-pane-wrp .logo-wrp {
	padding: 5px 0px 0px 0px;
}

.child-theme .custom-top-pane-wrp .logo-wrp a {
	color: #000;
	font-family: "SourceSansPro", Sans-serif;
	font-weight: 300;
	font-style: normal;
	display: inline-block;
}

.child-theme .custom-top-pane-wrp .logo-wrp a img {
	width: 187px;
	height: 59px;
	vertical-align: middle;
	display: inline-block;
}

.child-theme .custom-top-pane-wrp  .top-pane-title-wrp {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}


.child-theme .custom-top-pane-wrp .title-inner h5 {
	color: #4cc9f0;
	font-family: "LexendDeca", Sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 43px;
	margin:0
}

.child-theme .custom-top-pane-wrp .top-pane-wrp .subtitle-wrp {
	width: 100%;
	margin-bottom: 26px !important;
	text-align: center;
}

.child-theme .custom-top-pane-wrp .top-pane-wrp .subtitle-wrp p {
	color: #ffffff;
	font-family: "SourceSansPro", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	margin:0

}

.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp {
	width: 100%;
	padding: 5px 0px 20px 0px;
}

.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center {
	max-width: 1186px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center .top-pane-img {
	display: flex;
	position: relative;
}

.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center .top-pane-img .top-pane-inner {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 10px;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center .top-pane-img .top-pane-inner img {
	vertical-align: middle;
	display: inline-block;
}


.child-theme .footer-top-pane-border-wrp {
	width: 100%;
	max-width: 100%;
	height: 8px;
	margin-bottom:20px;
}

.child-theme .footer-top-pane-border-wrp .elementor-widget-container {
	margin: 0px -15px 0px -15px;
	background-color: transparent;
	background-image: linear-gradient(91deg, #0278C8 27%, #6FEFC1 93%);
}

.child-theme .footer-top-pane-border-wrp .elementor-widget-container .elementor-spacer-inner {
	height: 8px;
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social .footer-social-item {
	width: 48px;
	height: 48px;
}

.child-theme form  input.hs-search-field__input {
	padding-right: 45px;
}

/* lp footer */
.child-theme .lp-footer .footer-section-1 .num1 {
	justify-content: center;
}

.child-theme .lp-footer .footer-section-1 .num2 {
	text-align: center;
	width: 100% !important;
	justify-content: center;
}

.child-theme .lp-footer .type_richtext p {
	font-family: SourceSansPro, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}

.child-theme .lp-footer .footer-section-2 {
	margin: 0;
}

.child-theme .lp-footer .footer-section-2 .col-section.num1 {
	padding-bottom: 0 !important;
	width:100%;
}

/* lp header */

.child-theme .lp-header {
	min-height: 91px !important;
}

.child-theme .lp-header .primary-container-header_section {
	min-height: auto !important;
}

.child-theme .lp-header .primary-container-header_section {
	min-height: auto;
}

.child-theme .lp-header .container-wrapper {
	min-height: 71px;
}

/* .child-theme .meta_wrap span,
.child-theme .blog-feed .meta_wrap span{
color:rgba(255, 255, 255,1.0)

}
.child-theme .body-container--blog-post .blog-post-container .meta_wrap span,
.child-theme .blog-feed .meta_wrap span{
background-color:rgba(43, 27, 79,1.0)

} */
/* banner */

.child-theme .custom-banner {
	background-position: -318px 73px;
	background-repeat: no-repeat;
	background-size: 2271px auto;
	background: #2b1b4f;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 19px 0px 55px 0px;
	background-image: url(//25194947.fs1.hubspotusercontent-eu1.net/hubfs/25194947/raw_assets/public/Recordsure_August2023/images/white-wave.svg);
	background-position: -318px 73px;
	background-repeat: no-repeat;
	background-size: 2271px auto;
	min-height: auto;
}


.child-theme .custom-banner .simpleParallax img {
	transform: 0 !important;
	transform: none !important;
	display:none;
}

.child-theme .custom-banner .page-center {
	width: 100%;
	max-width: 100%;
}

.child-theme .custom-banner  .banner-content-inner {
	padding: 0 !important;
}

.child-theme .custom-banner .banner-content-inner h2 {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 12px;
	color: #4cc9f0 !important;
	font-family: "LexendDeca", Sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 43px;
}

.child-theme .custom-banner .banner-content-inner h1 {
	margin-bottom: 20px;
	color: #ffffff;
	font-family: "LexendDeca", Sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	word-spacing: 0px;
	margin: -10px 0px 20px 0px
}

.child-theme .custom-banner .banner-content-inner p {
	padding: 10px;
	color: #ffffff;
	font-family: "SourceSansPro", Sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

.child-theme .custom-banner .oneButton {
	margin-top: 10px;
	margin-bottom: 0px;
}

.child-theme .custom-banner .oneButton .index1 {
	padding: 10px;
}

.child-theme .custom-banner .oneButton .index1 a {
	font-family: "LexendDeca", Sans-serif;
	font-size: 15px;
	font-weight: 700;
	fill: #182c40;
	color: #182c40;
	background-color: #4fdcaa;
	border-radius: 17px 17px 17px 17px;
	padding: 9px 20px 9px 20px;
	width: auto;
	margin: 0;
	border: 0;
	display: inline-block;
	line-height: 1;
}

.child-theme .custom-banner .flex_row{
	padding: 10px;
}

.child-theme .lp-footer {
	position: relative;
}

.child-theme .lp-footer::after {
	content: '';
	height: 8px;
	width: 100%;
	display: block;
	background-color: transparent;
	background-image: linear-gradient(91deg, #0278C8 27%, #6FEFC1 93%);
	top: 0;
	position: absolute;
	top: 22%;
	margin: 20px 0px;
	left: 0;
}

.child-theme .lp-footer .footer-section-1 .num2 {
	margin-top: 50px !important;
}

@media(min-width:767px){
	.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center .top-pane-img {
		width: 16.666%;
	}	
}

@media(max-width:1470px){
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul {
		justify-content: flex-start !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li {
		padding: 8px 16px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu {
		margin: 10px 31px 0 0;
	}
	.child-theme .custom-header .container-wrapper .nav {
		margin-left: 25px;
	}
	.child-theme .container-wrapper .right-section {
		padding-left: 74px;
	}
}

@media(max-width:1330px){
	.child-theme .custom-header .container-wrapper .nav {
		margin-left: 18px;
	}
	.child-theme .custom-header .container-wrapper .logo-section {
		width: 24%;
	}
	.child-theme .container-wrapper .right-section {
		padding-left: 60px;
	}
}

@media(max-width:1300px){
	.child-theme .custom-header .container-wrapper .nav {
		margin-left: 0px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu {
		margin: 10px 0px 0 0;
	}
	.child-theme .custom-header .container-wrapper .logo-section {
		width: 24%;
	}
	.child-theme .container-wrapper .right-section {
		width: 24%;
		padding-left: 24px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li a {
		font-size: 15px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li a {
		font-size: 17px;
	}
}

@media(max-width:1200px){
	.child-theme .custom-footer {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media(max-width:1180px){
	.child-theme .container-wrapper .right-section{
		padding-left:0px;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		gap: 7px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li{
		padding: 8px 14px;
	}
}

@media(max-width:1100px){
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li {
		padding: 8px 13px;
	}
}


@media(max-width:1070px){
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li {
		padding: 8px 11px;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:first-child a {
		font-size: 14px;
		padding: 7px 10px 8px 10px;
	}
	.child-theme .container-wrapper .right-section .btn-section:nth-child(2) a {
		font-size: 14px;
		padding: 7px 12px 8px 13px;
	}
}

@media(max-width:1024px){
	.child-theme header.header .button-section-container .btn-section {
		display: block;
	}
	.child-theme .mobile-menu-open  .header .cst-humburger-icon .trigger:nth-child(2) {
		opacity: 0;
	}
	.child-theme .mobile-menu-open .trigger:nth-child(1) {
		transform: rotate(45deg);
		top: 2px;
		position: absolute;
	}
	.child-theme .mobile-menu-open  .header .cst-humburger-icon .trigger:nth-child(3) {
		transform: rotate(-45deg) !important;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:first-child a {
		padding: 7px 13px 8px 15px;
		font-family: "LexendDeca", Sans-serif;
		font-size: 15px;
		font-weight: 700;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		width: 330px;
		margin: 0 auto;
		position: absolute;
		left: 32%;
		display: flex;
		justify-content: center;
		margin-top: 10px;
		gap: 10px;
		padding: 0px 0px 0px 25px;
		justify-content: flex-start;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 a {
		font-size: 15px;
	}
	.child-theme .container-wrapper .right-section .btn-section:nth-child(2) a {
		padding: 7px 13px 8px 15px;
		padding: 7px 15px 8px 17px;
	}
	.child-theme .container-wrapper .right-section .btn-section:nth-child(1) a {
		padding: 7px 13px 8px 15px !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu{
		display:none;
	}
	.child-theme .header .cst-humburger-icon {
		display: block;
		position: fixed;
		top: 50px;
		right: 80px;
		z-index: 99999;
		height:50px;
	}
	.child-theme .header .cst-humburger-icon .trigger {
		display: block;
		height: 2px;
		width: 24px !important;
		margin: 0;
		background: #fff;
		transform-origin: 50% 50%;
		transition: all 0.1s 0.2s ease, transform 0.2s ease;
	}
	.child-theme .header .cst-humburger-icon .trigger:nth-child(2) {
		margin: 0 !important;
	}
	.child-theme .header .cst-humburger-icon .trigger:nth-child(2) {
		transform: translate(0, 6px);
	}
	.child-theme .header .cst-humburger-icon .trigger:nth-child(3) {
		transform: translate(0, 12px);
	}
	.child-theme .mobile-menu-open nav.header__menu.header__menu--desktop {
		display: block !important;
	}
	.child-theme .mobile-menu-open nav.header__menu.header__menu--desktop .desktop_menu_list {
		display: none;
	}
	.child-theme  .mobile_menu_list {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		background: #2b1b4f;
		height: 100vh;
		z-index: 999;
		top: 0;
		padding: 0px 20px;
		padding-top: 125px;
		transition: 0.5s;
		transform: translateX(100%);
	}
	.child-theme  .mobile_menu_list li {
		padding: 0 !important;
	}
	.child-theme .mobile_menu_list li a {
		font-family: "SourceSansPro", Sans-serif;
		font-size: 22px !important;
		font-weight: 300 !important;
		padding: 10px 20px;
		line-height: 20px;
	}
	.child-theme  .mobile_menu_list li a:hover {
		color: #fff !important;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger {
		display: block !important;
		position: relative;
		line-height: 1;
		padding: 10px 0 10px 10px;
		margin-top: -10px;
		margin-bottom: -10px;
		display: flex;
		align-items: center;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger svg {
		display: none;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger::after {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		pointer-events: none;
		content: "\f0d7";
		font-size:20px;
	}
	.child-theme header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger {
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		user-select: none;
		font-size: 2rem;
		padding: 5px;
		justify-content: center;
		align-items: center;
		height: 44px;
		display: flex;
		z-index: 1;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu {
		position: static !important;
		width: auto;
		max-width: 100%;
		transform: none;
		display: none;
		visibility: visible;
		opacity: 1;
	}
	.child-theme .mobile-menu-open .cst-humburger-icon {
		top: 50px;
	}
	.child-theme  .mobile_menu_list {
		padding: 46px 20px 0;
	}
	.child-theme .mobile_menu_list img {
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0px 0px 31px 0px;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger {
		padding: 9px 0 10px 0px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li a {
		line-height: 21px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li:hover a {
		color: #fff !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu {
		background: inherit;
		color: #fff !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li a {
		color: #fff;
		text-align: center;
		font-family: "SourceSansPro", Sans-serif;
		font-size: 22px;
		font-weight: 300;
		padding: 10px 20px;
		line-height: 20px;
		margin-left: 4px;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		padding: 0px 0px 0px 23px;
	}
	.child-theme .custom-banner {
		background-position: 0px 0px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu {
		background: inherit !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li a {
		color: #fff !important;
	}
	.child-theme .mobile-menu-open .header__menu--desktop > .header__menu-wrapper.mobile_menu_list {
		transform: none ;
	}
	.child-theme .mobile-menu-open nav.header__menu.header__menu--desktop .top-section.mobile_section {
		display: none;
	}
	.child-theme header.header .nav {
		all: unset;
		position: fixed;
		z-index: 50;
	}
		.child-theme .custom-header .container-wrapper .nav .header__menu {
		display: block;
	}
	.child-theme .header__menu--desktop > .header__menu-wrapper.desktop_menu_list {
		display: none;
	}
	.child-theme .header__menu--desktop > .header__menu-wrapper.mobile_menu_list {
    display: block;
}
}


@media(max-width:991px){
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		padding: 0 0 0 34px;
	}
	.child-theme header.header .button-section-container .btn-section {
		display: block;
	}
	.child-theme .mobile-menu-open  .header .cst-humburger-icon .trigger:nth-child(2) {
		opacity: 0;
	}
	.child-theme .mobile-menu-open .trigger:nth-child(1) {
		transform: rotate(45deg);
		top: 2px;
		position: absolute;
	}
	.child-theme .mobile-menu-open  .header .cst-humburger-icon .trigger:nth-child(3) {
		transform: rotate(-45deg) !important;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:first-child a {
		padding: 7px 13px 8px 15px;
		font-family: "LexendDeca", Sans-serif;
		font-size: 15px;
		font-weight: 700;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		width: 330px;
		margin: 0 auto;
		position: absolute;
		left: 32%;
		display: flex;
		justify-content: center;
		margin-top: 10px;
		gap: 10px;
		padding: 0px 0px 0px 25px;
		justify-content: flex-start;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 a {
		font-size: 15px;
	}
	.child-theme .container-wrapper .right-section .btn-section:nth-child(2) a {
		padding: 7px 13px 8px 15px;
		padding: 7px 15px 8px 17px;
	}
	.child-theme .container-wrapper .right-section .btn-section:nth-child(1) a {
		padding: 7px 13px 8px 15px !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu{
		display:none;
	}
	.child-theme .header .cst-humburger-icon {
		display: block;
		position: fixed;
		top: 50px;
		right: 80px;
		z-index: 99999;
		height:50px;
	}
	.child-theme .header .cst-humburger-icon .trigger {
		display: block;
		height: 2px;
		width: 24px !important;
		margin: 0;
		background: #fff;
		transform-origin: 50% 50%;
		transition: all 0.1s 0.2s ease, transform 0.2s ease;
	}
	.child-theme .header .cst-humburger-icon .trigger:nth-child(2) {
		margin: 0 !important;
	}
	.child-theme .header .cst-humburger-icon .trigger:nth-child(2) {
		transform: translate(0, 6px);
	}
	.child-theme .header .cst-humburger-icon .trigger:nth-child(3) {
		transform: translate(0, 12px);
	}
	.child-theme .mobile-menu-open nav.header__menu.header__menu--desktop {
		display: block !important;
	}
	.child-theme .mobile-menu-open nav.header__menu.header__menu--desktop .desktop_menu_list {
		display: none;
	}
	.child-theme  .mobile_menu_list {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		background: #2b1b4f;
		height: 100vh;
		z-index: 999;
		top: 0;
		padding: 0px 20px;
		padding-top: 125px;
	}
	.child-theme  .mobile_menu_list li {
		padding: 0 !important;
	}
	.child-theme  .mobile_menu_list li a {
		font-family: "SourceSansPro", Sans-serif;
		font-size: 22px !important;
		font-weight: 300 !important;
		padding: 10px 20px;
		line-height: 20px;
	}
	.child-theme  .mobile_menu_list li a:hover {
		color: #fff !important;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger {
		display: block !important;
		position: relative;
		line-height: 1;
		padding: 10px 0 10px 10px;
		margin-top: -10px;
		margin-bottom: -10px;
		display: flex;
		align-items: center;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger svg {
		display: none;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger::after {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		pointer-events: none;
		content: "\f0d7";
	}
	.child-theme header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger {
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		user-select: none;
		font-size: 2rem;
		padding: 5px;
		justify-content: center;
		align-items: center;
		height: 44px;
		display: flex;
		z-index: 1;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu {
		position: static !important;
		width: auto;
		max-width: 100%;
		transform: none;
		display: none;
		visibility: visible;
		opacity: 1;
	}
	.child-theme .mobile-menu-open .cst-humburger-icon {
		top: 86px;
	}
	.child-theme  .mobile_menu_list {
		padding: 46px 20px 0;
	}
	.child-theme  .mobile_menu_list img {
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0px 0px 31px 0px;
	}
	.child-theme .custom-header .mobile_menu_list .child-trigger {
		padding: 9px 0 10px 0px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li a {
		line-height: 21px;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li:hover a {
		color: #fff !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu {
		background: inherit;
		color: #fff !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li a {
		color: #fff;
		text-align: center;
		font-family: "SourceSansPro", Sans-serif;
		font-size: 22px;
		font-weight: 300;
		padding: 10px 20px;
		line-height: 20px;
		margin-left: 4px;
	}
	.child--theme header.header .nav .header__menu.header__menu--desktop> ul {
		padding: 46px 20px 0 !important;
	}
	.child-theme header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
		border: none;
	}
	.child-theme header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> a {
		padding: 10px 20px !important;
		line-height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.child-theme header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger::before {
		display: none;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu ul>li a {
		display: flex;
		justify-content: center;
		line-height: 20px;
	}
	.child-theme header.header .nav .header__menu.header__menu--desktop> ul{
		padding: 46px 20px 0 !important;
	}
	.child-theme .custom-header .container-wrapper .nav .header__menu {
		display: block;
	}
	.header__menu--desktop > .header__menu-wrapper.desktop_menu_list {
		display: none;
	}
}

@media(max-width:900px){
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		width: 377px;
		padding: 0 0 0 62px;
	}
	.child-theme .custom-header .container-wrapper .logo-section {
		width: 271px;
	}
}

@media(max-width:800px){
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		justify-content: center;
		padding: 0 0 0 66px;
	}
}

@media(max-width:767px){
	.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center .top-pane-img {
		width: 100%;
	}
	.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center {
		display: block;
	}
	.child-theme .custom-footer .footer-section-1 {
		padding: 20px 0px 0px 0px !important;
	}
	.child-theme .custom-footer .footer-section-1 .num1,
	.child-theme .custom-footer .footer-section-1 .num2, 
	.child-theme .custom-footer .footer-section-1 .num3, 
	.child-theme .custom-footer .footer-section-1 .num4 {
		width: 100%;
		text-align: center;
	}
	.child-theme .custom-footer .footer-section-1 .num1 .type_heading,
	.child-theme .custom-footer .footer-section-1 .num2 .type_heading,
	.child-theme .custom-footer .footer-section-1 .num3 .type_heading,
	.child-theme .custom-footer .footer-section-1 .num4 .type_heading {
		width: 100%;
		text-align: center;
	}
	.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li:not(:last-child), 
	.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li:not(:last-child), 
	.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li:not(:last-child), 
	.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li:not(:last-child) {
		text-align: center;
		display: block;
	}
	.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li a,
	.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li a,
	.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li a,
	.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li a {
		text-align: center;
		justify-content: center;
		font-size: 13px;
	}
	.child-theme .custom-footer .footer-section-1 .num1, 
	.child-theme .custom-footer .footer-section-1 .num2,
	.child-theme .custom-footer .footer-section-1 .num3, 
	.child-theme .custom-footer .footer-section-1 .num4 {
		padding: 10px 10px!important;
		padding-top: 9px !important;
	}
	.child-theme .custom-top-pane-wrp .top-pane-wrp .f-top-pane-images-wrp .page-center {
		display: block !important;
	}
	.child-theme .custom-footer {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.child-theme .footer-social-item:not(:first-child),
	.child-theme .footer-top-pane-border-wrp{
		margin: 0 !important;
	}
	.child-theme .custom-header .container-wrapper .logo-section {
		width: 100%!important;
		padding: 0 !important;
	}
	.child-theme .custom-header .container-wrapper .logo-section a {
		margin: 0;
	}
	.child-theme .header .cst-humburger-icon {
		right: 3%;
		top: 5%;
		padding-top: 2px;
		padding-left: 2px;

	}
	.child-theme .custom-header .container-wrapper {
		padding: 10px;
	}
	.child-theme .mobile-menu-open .header .cst-humburger-icon .trigger:nth-child(3) {
		transform: rotate(-44deg) !important;
	}
	.child-theme .header .cst-humburger-icon {
		right: 3.2%;
		top: 4.95555%;;
	}
	.child-theme .container-wrapper .right-section {
		width: 100%;
		display: block;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		position: static;
		padding: 20px 0 0 0px;
	}
	.child-theme .custom-header .container-wrapper {
		flex-wrap: wrap;
	}
	.child-theme .mobile-menu-open.header .cst-humburger-icon {
		right: 3%;
		top: 5.15555%;
	}
	.child-theme .mobile-menu-open .cst-humburger-icon {
		right: 3.2%;
		top: 5.65555%;
	}
	.child-theme  .mobile-menu-open .header .cst-humburger-icon .trigger {
		transform: rotate(45deg);
		top: 4px;
	}
	.child-theme .hs-form{
		margin-bottom:30px;
	}
	.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social .footer-social-item a svg {
		width: 24px;
		height: 24px;
	}
	.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social {
		padding: 0;
		display: flex;
		justify-content: center;
		gap: 5px;
	}
}


@media(max-width:600px){
	.child-theme  .mobile-menu-open  .header .cst-humburger-icon {
		top: 5.85555%;
		padding: 0 2px 0 0px;
	}
	.child-theme .mobile-menu-open .header .cst-humburger-icon .trigger:nth-child(3) {
		transform: rotate(-45deg) !important;
	}
	.child-theme .mobile-menu-open .header .cst-humburger-icon .trigger {
		top: 2px;
	}
	.child-theme .mobile-menu-open .header .cst-humburger-icon {
		padding: 0 2px 0 0px;
		right: 3.6%;
	}
	.child-theme .header .cst-humburger-icon {
		right: 4.2%;
		top: 4.95555%;
	}
}


@media(max-width:500px){
	.child-theme .mobile-menu-open .header .cst-humburger-icon {
		right: 4.1%;
	}
}

@media(max-width:460px){
	.child-theme .header .cst-humburger-icon {
		right: 5.9%;
	}
	.child-theme .container-wrapper .right-section .button-section-container.btn2 {
		width: 100%;
	}
}

@media(max-width:360px){
	.child-theme .header .cst-humburger-icon {
		right: 7.3%;
	}
	.child-theme .mobile-menu-open .header .cst-humburger-icon {
		right: 6.5%;
	}
}

/* FOOTER THEME SETTING */

.child-theme .custom-footer,
.child-theme .custom-footer .footer-section-2{
	background:rgba(43, 27, 79,1.0); 
}

.child-theme .custom-footer .footer-section-1 .num1 .type_heading h4,
.child-theme .custom-footer .footer-section-1 .num2 .type_heading h4,
.child-theme .custom-footer .footer-section-1 .num3 .type_heading h4,
.child-theme .custom-footer .footer-section-1 .num4 .type_heading h4{
	color:rgba(79, 220, 170,1.0);
}

.child-theme .custom-footer .footer-section-3 .num1 p{
	color:rgba(255, 255, 255,1.0);
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li a,
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li a, 
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li a, 
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li a{
	color:rgba(255, 255, 255,1.0);
}

.child-theme .custom-footer .footer-section-1 .num1 .type_advance_menu ul li a:hover,
.child-theme .custom-footer .footer-section-1 .num2 .type_advance_menu ul li a:hover, 
.child-theme .custom-footer .footer-section-1 .num3 .type_advance_menu ul li a:hover, 
.child-theme .custom-footer .footer-section-1 .num4 .type_advance_menu ul li a:hover{
	color:rgba(255, 255, 255,1.0)
}

.child-theme .custom-footer .footer-section-2 .col-section.num1 .footer-social .footer-social-item a svg path{
	fill:rgba(255, 255, 255,1.0)
}

/* header theme setting */

/* header theme setting */
.child-theme .custom-header .primary-container-header_section{
	background-color: rgba(43, 27, 79,1.0);
}

.child-theme .custom-header .container-wrapper .nav .header__menu > ul >li >a{
	color:rgba(255, 255, 255,1.0);
	background-color:rgba(2, 103, 128,0.0);
	font-size:16px;
}

.child-theme .custom-header .container-wrapper .nav .header__menu > ul>li:hover a{
	color:rgba(79, 220, 170,1.0);
	background-color:rgba(2, 103, 128,0.0);}


.child-theme .custom-header .container-wrapper .nav .header__menu > ul>li.active a{
	color:rgba(79, 220, 170,1.0);
	background-color:rgba(2, 103, 128,0.0);
}

.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu{
	background-color:rgba(255, 255, 255,1.0);
}

.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li a{
	color:rgba(43, 27, 79,1.0);
	background-color:rgba(2, 103, 128,0.0);
}

.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li:hover a{
	color:rgba(43, 27, 79,1.0);
	background-color:rgba(2, 103, 128,0.0);
}

.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li.active a{
	color:rgba(79, 220, 170,1.0);
	background-color:rgba(2, 103, 128,0.0);
}

.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:nth-child(1) a{
	background-color:rgba(43, 27, 79,1.0);
	color:rgba(21, 181, 234,1.0);
	border-color:rgba(21, 181, 234,1.0);
	border-radius:17px;
	border-width:1px;
}
.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:nth-child(1) a:hover{
	background-color:rgba(43, 27, 79,1.0);
	color:rgba(21, 181, 234,1.0);
	border-color:rgba(21, 181, 234,1.0);
}

.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:nth-child(2) a{
	background-color:rgba(79, 220, 170,1.0);
	color:rgba(24, 44, 64,1.0);
	border-color:rgba(79, 220, 170,1.0);
	border-radius:17px;
	border-width:1px;
}
.child-theme .container-wrapper .right-section .button-section-container.btn2 .btn-section:nth-child(2) a:hover{
	background-color:rgba(79, 220, 170,1.0);
	color:rgba(24, 44, 64,1.0);
	border-color:rgba(79, 220, 170,1.0);
}

/* Customer Requested smaller font size - Reduced from 20px to 14px inherited */
.child-theme .custom-header .container-wrapper .nav .header__menu>ul .header__menu-submenu li a {

    font-size: inherit;

}