@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body {
	width:auto;
	margin:0;
	border:0;
	font-family: 'Inter', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #444e50;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.section
{
	
}
.footer
{
	
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
    margin-left: auto;
}
.header-top
{
	padding:10px 0px;
	position:relative;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 img
{
	max-height: 100px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top aside
{
	margin-left: auto;
}
.hero
{
	position: relative;
	margin-top: 30px;
    height: 525px;
}
.hero figure
{
    width: 45%;
}
.hero .row
{
    position: absolute;
    left: 0;
    right: 0;
}
.hero aside
{
    width: 55%;
}
.hero aside h2
{
    font-size: 28px;
    font-weight: 500;
	margin: 0;
	position: relative;
}
.hero aside h1
{
    background: rgb(236, 74, 53);
    background: linear-gradient(90deg, #ec4d37, #033275);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 44px;
    line-height: 50px;
	margin: 5px 0;
}
.hero aside h1 span
{
    font-size: 38px;
    background: #033275;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-style: italic;
}
.hero aside h1 small
{
    font-size: 20px;
    background: #033275;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
.hero aside h4
{
    color: #414141;
    font-size: 18px;
}
.hero aside button
{
    background: linear-gradient(90deg, #ec4d37, #033275);
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #fff;
    position: relative;
    border-radius: 30px;
    width: 350px;
    margin: 50px auto;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
    z-index: 9;
}
.hero aside button:hover
{
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.2);
}
.hero aside button:after
{
	content: " ";
    background: #F3F3F3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    margin: 1px;
    z-index: -8;
	display: none;
}
.hero aside button:before
{
    content: " ";
    background: #fff url(../images/Google.svg) center center no-repeat;
    background-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 3px;
}
.hero .formfield
{
	margin: 30px 0;
}
.hero .formfield form
{
	display: flex;
	gap:15px;
}
.hero .formfield input[type=number]
{
    width: 320px;
    background: #F3F3F3 url("../images/oda-mobile.svg.svg") left 20px center no-repeat;
    padding: 16px 20px 16px 50px;
}
.hero .formfield input::-webkit-outer-spin-button,
.hero .formfield input::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
.hero .formfield input[type=number]
{
  -moz-appearance: textfield;
}

.hero .formfield label
{
    padding: 0px;
}
.hero-box
{
    width: 310px;
    border: solid 1px #3B4343;
    border-radius: 15px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
	margin-right: 15px;
}
.hero-box p
{
    font-size: 14px;
    line-height: 20px;
    color: #414141;
}
.hero-box h1
{
    background: #033275 !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 500 !important;
    font-size: 50px !important;
    margin: 0 !important;
}
.hero-box h1 sup
{
    color: #ec4d37 !important;
    font-size: 24px;
    background: #ec4d37 !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 300;
}
.hero-box h2
{
    color: #B2B2B2;
    margin: auto 0 15px 0 !important;
}
.hero-box h2:after
{
    content: " ";
    background: #ec4d37;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 0;
    width: 2px;
    margin: auto;
    transform: rotate(-45deg);
}
.hero-box h2 sup
{
    font-size: 16px;
}
.hero-box-mobile
{
    background: linear-gradient(72.7deg, rgba(35, 57, 117, 0) -19.52%, rgba(35, 57, 117, 0.104461) -6.6%, rgba(35, 57, 117, 0.361074) 3.34%, rgba(35, 57, 117, 0.90387) 40.78%, #233975 70.14%);
	display: flex;
	align-items: center;
	padding: 15px 30px;
	display: none;
}
.hero-box-mobile figure
{
    position: static;
	width: 45%;
}
.hero-box-mobile aside
{
	width: 75% !important;
	position: relative;
}
.hero-box-mobile aside:after
{
	content: " ";
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	margin: auto;
	display: none;
}
.hero-box-mobile aside h3
{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}
.hero-box-mobile aside p
{
	color: #fff;
}
.container
{
    padding-top:50px;
    padding-bottom:50px;
}
.container h2
{
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.container h2 span
{
    color: #ec4d37;
}
.container h3
{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #ec4d37;
    padding: 16px 60px 16px 38px;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
}
a.linkbutton:after
{
    font-family: 'Material Symbols Outlined';
    content: "\f1df";
    font-size: 20px;
    position: absolute;
    transform: translateX(5px);
}
a.linkbutton:hover
{
	
}
a.linkbutton:hover:after
{
    transform: translateX(15px);
}
.users
{
	text-align: center;
	padding-top: 0;
}
.users ul
{
	padding: 0;
	margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 30px;	
}
.users ul li
{
	width: 300px;
	background: #ec4d37;
	border: solid 1px #033275;
	border-radius: 15px;
	padding: 20px 10px;
}
.users ul li:first-of-type
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px
}
.users ul li h1
{
    font-weight: 500 !important;
    font-size: 50px !important;
	color: #fff;
}
.users ul li p
{
    font-weight: 700;
	color: #fff;
	margin: 0;
}
.users ul li p small
{
    font-weight: 400;
	display: block;
}
.users ul li:nth-of-type(even)
{
	background: #033275;
}
.products
{
	background: #D9D9D9;
	text-align: center;
}
.products ul
{
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.products ul li
{
	
}
.products ul li a
{
    display: flex;
    background: #fff;
    padding: 10px 50px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
}
.products ul li a img
{
    max-height: 35px;
    transform: translateX(0px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.products ul li a:hover img
{
    transform: translateX(-10px);
}
.products ul li a h3
{
	
}
.demat-account, .all-in-one
{
	background: #033275;
	text-align: center;
}
.demat-account h2, .all-in-one h2
{
	color: #fff;
}
.demat-account a.linkbutton
{
	margin-top: 50px;
}
.demat-account ul
{
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    counter-reset: item;
}
.demat-account ul li
{
    display: flex;
    align-items: flex-start;
    border: solid 1px #0874B0;
    border-radius: 15px;
    padding: 5px 15px;
    text-align: left;
    gap: 5px;
	position: relative;
    overflow: hidden;
    z-index: 9;
}
.demat-account ul li:after
{
    content: " ";
    background: #03A0F8;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    filter: blur(50px);
    z-index: -8;
    opacity: 0.5;
}
.demat-account ul li:before
{
    content:counter(item) " ";
    counter-increment: item;
    position: absolute;
    bottom: -15px;
    right: 0;
    font-size: 110px;
    font-weight: 300;
    color: #0874B0;
    background: #0874B0;
    background: linear-gradient(0deg, transparent, #0874B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.demat-account ul li img
{
	margin: 15px 0;
}
.demat-account ul li h3
{
    color: #fff;
}
.demat-account ul li h3 small
{
    display: block;
    color: #ABABAB;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.market
{
	text-align: center;
}
.market p, .all-in-one aside p
{
	color: #616161;
	font-size: 15px;
	line-height: 20px;
}
.market article
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
	margin-top: 50px;
}
.market article aside
{
	background: #fff url("../images/Ellipse.png") top right no-repeat;
	border: solid 1px #616161;
	border-radius: 25px;
	padding: 5px 20px;
	text-align: left;
}
.market article aside h2 span
{
	display: block;
}
.market article aside ul
{
	padding: 0;
	margin: 0;
}
.market article aside ul li
{
	display: flex;
	align-items: center;
	gap:10px;
}
.market article aside ul li img
{
	border: solid 1px #cfcfcf;
	border-radius: 10px;
}
.market article aside ul li p strong, .all-in-one aside strong
{
	display: block;
}
.all-in-one
{
	padding: 20px 0;
}
.all-in-one .alignmiddle
{
    flex-direction: row-reverse;
}
.all-in-one figure
{
	width: 50%;
	margin-left: auto;
} 
.all-in-one aside
{
	width: 40%;
	text-align: left;
}
.all-in-one aside ul
{
	padding: 0;
	margin: 50px 0 0 0;
}
.all-in-one aside ul li
{
	display: flex;
	align-items: center;
	gap:10px;
	position: relative;
	padding-left: 60px;
}
.all-in-one aside ul li figure
{
    background: #fff;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 20px;
	left: 0;
}
.all-in-one aside strong
{
	color: #fff;
}
.all-in-one aside p
{
	color: #B2B2B2;
}
.charges
{
	text-align: center;
}
.table-content
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
	text-align: left;
	border: solid 1px #E1E1E1;
}
.table-content strong
{
    color: #000;
    font-weight: 600;
}
.colred
{	
    color: #ec4d37 !important;
}
.table-content tr
{
}
.table-content tr th
{
    background: #033275;
    color: #fff;
    font-weight: 500;
    padding: 15px;
	border: solid 1px #fff;
}
.table-content tr td
{
    padding: 10px;
}
.faqs
{
    position: relative;
	text-align: center
}
.faqs .accordion {
    background-color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    color: #666;
	text-align: left;
    font-size: 17px;
    padding: 15px;
}

.faqs .accordion:after {
    color: #1f8ccc;
    content: "+";
    font-weight: 200;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
    font-size: 36px;
    text-align: center;
    line-height: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #000
}

.faqs .accordion.active:after {
    content: "-";
    -webkit-transform: translateY(-50%) rotateX(-180deg);
    transform: translateY(-50%) rotateX(-180deg)
}
.faqs .accordion.active {
    color: #ec4a35;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faqs .panel {
    padding: 0px 20px;
	text-align: left;
}
.faqs .accordion.active + .panel {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding:0 20px;
}
.faqs .accordion:after {
    right: 20px;
}
.faqs .accordion:after {
    color: #000;
}
.faqs .accordion:after {
    border: none;
}
.accordion {
    background-color: #1b1b1b !important;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    font-family: Inter, sans-serif;
    border-radius: 2px;
    position: relative
}

.accordion:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.accordion:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion.active:before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.panel {
    padding: 15px 0;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
	overflow: hidden;
}
.navappdownload,
.social-icon {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity .2s, transform .3s;
    transition: opacity .2s, transform .3s
}

.social-icon h3 {
    font-size: 20px;
    font-weight: 800;
    color: #000
}

.social-icon a {
    background: #fff;
    position: relative;
    border-radius: 30px;
    display: flex;
    font-size: 22px;
    color: #55acee;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center
}

.social-icon a:nth-of-type(2) {
    color: #4267b2
}

.social-icon a:nth-of-type(3) {
    color: #cc2366 !important
}

.social-icon a:nth-of-type(4) {
    color: #c4302b
}

.social-icon a:nth-of-type(5) {
    color: #08c
}

.social-icon a:nth-of-type(6) {
    color: #007bb5
}

.social-icon a:after {
    content: " ";
    border-radius: 30px;
    background: #55acee;
    -webkit-transition: background .6s linear;
    -moz-transition: background .6s linear;
    -o-transition: background .6s linear;
    transition: background .6s linear;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -2px;
    z-index: -8
}

.social-icon a:nth-of-type(2):after,
.social-icon a:nth-of-type(2):before {
    background: #4267b2
}

.social-icon a:nth-of-type(3):after,
.social-icon a:nth-of-type(3):before {
    background: #f09433 !important;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important
}

.social-icon a:nth-of-type(4):after,
.social-icon a:nth-of-type(4):before {
    background: #c4302b
}

.social-icon a:nth-of-type(5):after,
.social-icon a:nth-of-type(5):before {
    background: #08c
}

.social-icon a:nth-of-type(6):after,
.social-icon a:nth-of-type(6):before {
    background: #007bb5
}

.social-icon a:before {
    content: " ";
    -webkit-transform: scaleY(1.2) scaleX(1.2);
    transform: scaleY(1.2) scaleX(1.2);
    border-radius: 30px;
    background: #55acee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -3px;
    z-index: -8;
    opacity: 0
}

.social-icon a:hover:before {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
    opacity: 1
}.mobileapp-link a,
.navappdownload a {
    background: #1f8ccc;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 30px;
    display: block;
    position: relative;
    border-radius: 3px;
    margin: 20px 0 0
}

.mobileapp-link a:hover,
.navappdownload a:hover,
.pricing button:hover,
a.linkbox:hover {
    border-radius: 15px 0
}

.mobileapp-link a i,
.navappdownload a i {
    position: absolute;
    top: 7px;
    right: 12px;
    display: block;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.mobileapp-link a:hover i,
.navappdownload a:hover i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobileapp-link a i svg,
.navappdownload a i svg {
    fill: #fff;
    width: 40px;
    stroke: #fff;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mobileapp-link a i .arrow,
.navappdownload a i .arrow {
    fill: none;
    stroke: #fff;
    stroke-width: 20;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s
}

.mobileapp-link a:hover i .arrow,
.navappdownload a:hover i .arrow {
    stroke-dashoffset: 0;
    transition-delay: 0.5s
}
.footer .navappdownload a {
    background: #033275 !important;
    border-radius: 50px;
}
.footer .navappdownload a.orange {
    background: #ec4d37 !important;
    border-radius: 50px;
}
.footer {
    background: #1b1b1b;
    position: relative;
    z-index: 9999
}


.accordion:after,
.accordion:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 2px;
    background: #fff
}
.footer h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer h3, .footer p {
    color: #fff;
    font-weight: 600;
}
.footer article {
    padding: 50px 0 35px;
    position: relative;
    z-index: 9
}

.footer aside {
    margin-right: 6%
}

.footer aside:last-of-type,
.footer aside:nth-of-type(4) {
    margin-right: 0
}

.footer h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px
}

.footer p {
    font-size: 16px;
    line-height: 30px
}

.footer-nav a,
.footer-weblinks a {
    color: #d3d3d3;
    font-size: 16px;
    line-height: 30px
}

.footer p strong {
    color: #666;
    font-weight: 800
}

.footer-nav a {
    font-weight: 400;
    display: block;
    position: relative
}

.footer-nav a:before {
    content: " ";
    background: linear-gradient(75deg, #1f8ccc, #9bc640);
    border-radius: 50%;
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
    opacity: 0;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px
}

.footer-nav a:hover:before {
    -webkit-transform: translateX(-10px) rotate(0);
    transform: translateX(-10px) rotate(0);
    opacity: 1
}

.footer-weblinks {
    width: 200px
}

.footer-weblinks a {
    font-weight: 400;
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    padding: 0 8px;
    margin-bottom: 5px
}

.footer-weblinks a:hover {
    color: #9bc640;
    border: 1px solid #9bc640
}

.footer .social-icon {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.footer .social-icon a {
    background: #000
}

.footer .navappdownload {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 50px;
    text-align: center
}

.footer .navappdownload a {
    background: #208ecd;
    color: #fff;
    padding: 20px 60px 20px 30px;
    display: inline-block;
    margin: 0 8px
}

.footer .navappdownload a i svg {
    fill: #fff
}

.footer .navappdownload a i .arrow {
    stroke: #fff
}
.footer-content
{
	padding: 35px 0;
}
.footer-content p {
    color: #818181;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: 400
}

.footer-content p strong {
    color: #1f8ccc;
    font-weight: 600
}

.footer-bottom {
    background: #fff;
    padding: 20px 0
}

.footer-bottom a {
    color: #666
}

.footer-bottom p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
	text-align: center;
}
.formfield
{
	
}
.formfield h2
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 100%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search]
{
    padding: 16px 20px;
    width: 100%;
    background: #F3F3F3;
    border: 1px solid #033275;
    border-radius:15px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button]
{
    border: solid 1px #ec4d37;
    background-color: #ec4d37;
    padding: 16px 10px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    border-radius: 15px;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
	
}
.modal
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
.modal-content
{
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
    width: 400px;
	-webkit-animation-name: animated;
	-webkit-animation-duration: 0.4s;
	animation-name: animated;
	animation-duration: 0.4s;
	padding:30px;
	border-radius:30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content h2
{
    margin-top: 0;
    font-size: 22px;
    font-weight: 800;
}
.modal-content p
{
    color: #464646;
}
.modal-content p span
{
    color: #033275;
}
.modal-content .formfield label
{
	padding:0px 0;
}
.mobile-input
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:10px;
}
.modal-content .formfield form label:nth-child(2n-1):last-child {
  grid-column: 1 / -1;
}
.modal-content .formfield input[type=number]
{
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #cbcbcb;
    color: #5b5b68;
    text-align: center;
    height: 75px;
    font-size: 24px;
}
.modal-content .formfield input[type=submit], .modal-content .formfield button
{
    width: 100%;
	border: solid 1px #033275;
    background: #033275;
	margin-top: 10px;
}
@-webkit-keyframes animated
{
	from {opacity:0} 
	to {opacity:1}
}
@keyframes animatetop
{
	from {opacity:0}
	to {opacity:1}
}
.close
{
	cursor: pointer;
    color: #4a4a4a;
    font-size: 30px;
    font-weight: 300;
    position: fixed;
    top: 5px;
    right: 15px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@keyframes animated
{
	0%
	{
	opacity:0;
	}
	30%
	{
	opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
	}
	60%
	{
	opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
	}
	100%
	{
	opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
	}
}
@-webkit-keyframes animated
{
	0%
	{
	opacity:0;
	}
	30%
	{
	opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
	}
	60%
	{
	opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
	}
	100%
	{
	opacity:1;
    -webkit-transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
    transform: translateY(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9, 0, 1);
	}
}
.formobile
{
	display:none;
}