body {
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
*
{
	border-sizing:border-box;
}
html {
  scroll-behavior: smooth;
}
ul,li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:active,
a:focus,
button,active
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
img {
	max-width: 100%;
}
a:hover
{
	text-decoration: none;
}
a
{
	text-decoration: none;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 99;
}
.main-header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    animation: smoothScroll 1s forwards;
    background: rgba(250, 197, 20,0.8);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
ul.menu-list {
    display: flex;
    justify-content: flex-end;
}
.menu-list li a {
    color: #0c1421;
    font-weight: 600;
    font-size: 15px;
    margin-left: 54px;
}
.banner-1 {
    background: url("../../assets/img/banner-shape.png");
    position: relative;
    padding-top: 120px;
    background-size: cover;
    z-index: 11;
    background-position: bottom;
    height: 630px;
}
.left__ h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 14px 0;
}
.left__ ul {
    display: flex;
}
.left__ ul li a
{
	margin-right: 20px;
}
.banner-2 {
    background: #0c1421;
    margin-top: -330px;
    padding-top: 305px;
    position: relative;
    z-index: 1;
    padding-bottom: 82px;
}
.shape-1 {
    position: absolute;
    bottom: 280px;
    left: -32px;
    right: 0;
    width: 107%;
    background: #fff;
    height: 14px;
    transform: rotate(-13deg);
    margin: 0 auto;
}
.right__ {
    position: relative;
    z-index: 9;
    margin-left: 56px;
}
.shape-2 {
    position: absolute;
    right: 310px;
    top: -272px;
    width: 14px;
    background: #fff;
    bottom: 0;
    transform: rotate(115deg);
}
.right__banner2 {
    text-align: right;
    padding: 120px 0 0 270px;
    text-transform: uppercase;
}
.right__banner2 h2 {
    margin: 0;
    color: #fbc515;
    font-size: 32px;
    font-weight: 700;
}
.right__banner2 ul {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0;
}
.right__banner2 ul li a {
    margin-left: 15px;
}
.shape-11 {
    position: absolute;
    top: 71%;
    left: 0;
    height: 2px;
    background: #fff;
    width: 68%;
    z-index: -1;
}
.shape-12 {
    position: absolute;
    top: 0;
    width: 2px;
    background: #fff;
    bottom: 0;
    left: 29%;
    z-index: -1;
}
.app-features {
    background: #fbc515;
    padding: 70px 20px;
    border-top: 15px solid #fff;
}
.app-features h2 {
    text-align: center;
    color: #0f1a2b;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.app-features p {
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding: 0 26%;
    margin: 0 0 55px 0;
}
.feature-left ul li {
    display: flex;
    align-items: center;
    text-align: right;
    margin: 0 0 100px 0;
}
.feature-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    background: #0f1a2b;
    justify-content: center;
    margin-left: 13px;
}
.feature-text {
    width: 83%;
}
.feature-text h4 {
    margin: 0;
    color: #0f1a2b;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}
.feature-right ul li {
    text-align: left;
}
.feature-right ul li .feature-text {
    order: 2;
}
.feature-right ul li .feature-icon {
    margin-left: 0;
    margin-right: 13px;
}
.feature-center {
    padding: 0 38px;
    text-align: center;
}
.feature-left ul li:last-child {
    margin: 0;
}
.download-n {
    margin-top: 30px;
    text-align: center;
}
.download-n a {
    background: #1c75bc;
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.tournado {
    text-align: center;
    padding: 50px 0;
}
.tournado h3 {
    color: #0f1a2b;
    font-weight: 700;
    font-size: 35px;
    margin: 43px 0 38px 0;
}
.tournado ul {
    display: flex;
    justify-content: center;
}
.tournado ul li a {
    margin: 0 10px;
}
.get-in-touch {
    background: #0f1a2b url("../../assets/img/get-bg.png");
    padding: 109px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.get-in-touch h2 {
    color: #fbc515;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 26px 0;
}
.inner-container {
    width: 415px;
    margin: 0 auto;
    max-width: 100%;
}
.inner-container .form-control {
    color: #0f1a2b;
    font-weight: 600;
    border-radius: 0px;
    height: auto;
    padding: 8px 15px;
    margin-bottom: 33px;
    font-size: 14px;
}
.submit-btn {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #1c75bc;
    border: none;
    color: #fff;
    padding: 7px 26px;
    border-radius: 5px;
}
footer {
    background: #fbc515;
    border-top: 9px solid #fff;
}
.footer-top {
    padding: 20px 0;
    border-bottom: 9px solid #fff;
}
.footer-top ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-top ul a {
    color: #0f1a2b;
    font-size: 20px;
    margin: 0 0 0 20px;
}
ul.footer-menu {
    display: flex;
}
ul.footer-menu li a {
    color: #0f1a2b;
    font-size: 20px;
    font-weight: 600;
    margin: 0 39px 0 0;
}
ul.fotter-store {
    display: flex;
    justify-content: flex-end;
}
.footer-middle {
    padding: 50px 0;
}
ul.fotter-store a
{
	margin: 0 0 0 12px;
}
.copy-right {
    background: #0f1a2b;
    color: #fff;
    padding: 12px 0;
    font-size: 13px;
}
.copy-right a
{
	color: #fff;
}