@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.woff2') format('woff2'),
    url('../fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift-bold.woff2') format('woff2'),
    url('../fonts/Bahnschrift-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift-light.woff2') format('woff2'),
    url('../fonts/Bahnschrift-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift-semibold.woff2') format('woff2'),
    url('../fonts/Bahnschrift-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html{
    overflow-x: hidden;
}
body {
    font-family: 'Bahnschrift';
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    overflow-x: hidden;
    background: #061222;
}
a{
    text-decoration: none;
}
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
img{
    max-width: 100%;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    overflow: initial;
}
.top_head{
    background: #D89822;
    position: relative;
}
.top_head p{
    color: #000;
    text-align: center;
}
.top_head .close {
    position: absolute;
    top: 6px;
    right: 10px;
}
.top_head .close img{
    width: 18px;
}
.main_banner{
    padding: 100px 0 30px;
}
.banner_text h1{
    color: #fff;
}
.banner_text ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.banner_text ul li{
    display: inline-block;
}
.banner_text ul li img{
    width: 20px;
    margin-right: 5px;
}
.banner_text ul li{
    background: #A0AAE0;
    padding: 2px 10px;
    color: #00263D;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 10px;
}
.banner_text ul li:nth-child(2){
    background: #8DCC90;
    color: #002E00;
}
.banner_text ul li:nth-child(3){
    background: #9BF9F6;
    color: #004240;
}
.price p{
    font-size: 60px;
    color: #fff;
}
.price p span.old{
    font-size: 30px;
    padding-right: 10px;
    position: relative;
}
.price p span.old:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -4px;
    width: 100%;
    height: 2px;
    background: #FF0000;
    transform: rotate(-9deg);
}
.price p span.new{
    font-size: 60px;
    color: #21AF37;
}
.price p small{
    font-size: 20px;
}
.coupon p{
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    border-bottom: 2px dotted #435162;
    display: inline-block;
}
.btn_orange{
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    /*border-radius: 30px;*/
    display: inline-block;
    background: rgb(253,126,18);
    background: -moz-linear-gradient(left,  rgba(253,126,18,1) 0%, rgba(230,59,5,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(253,126,18,1) 0%,rgba(230,59,5,1) 100%);
    background: linear-gradient(to right,  rgba(253,126,18,1) 0%,rgba(230,59,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e12', endColorstr='#e63b05',GradientType=1 );
}
.btn_orange:hover{
    color: #fff;
    background: rgb(230,60,5);
    background: -moz-linear-gradient(left,  rgba(230,60,5,1) 0%, rgba(253,128,19,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(230,60,5,1) 0%,rgba(253,128,19,1) 100%);
    background: linear-gradient(to right,  rgba(230,60,5,1) 0%,rgba(253,128,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63c05', endColorstr='#fd8013',GradientType=1 );
}
.btn_white {
    background: #fff;
    padding: 5px 20px 5px 5px;
    font-size: 20px;
    /*border-radius: 30px;*/
    display: inline-block;
    color: #333;
}
 .btn_white:hover{
    background: #FFD900;
     color: #333;
 }
 .btn_white img{
    width: 40px;
    margin-right: 5px;
}
.banner_img img {
    width: 810px;
    margin-left: -230px;
    max-width: initial;
}
.our_client h2{
    color: #fff;
    font-size: 36px;
}
.our_client_inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}
.our_client_inner .our_client_box {
    width: 16%;
    margin: 0 2% 30px;
    text-align: center;
}
.our_client_inner .our_client_box img{
    width: 100%;
    max-height: 142px;
    object-fit: cover;
}
.cart_btn{
    background: url(../images/c-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px 40px;
    display: flex;
}
.cart_btn .icon {
    width: 58px;
    margin-right: 10px;
}
.cart_btn .btn_text{
    font-size: 20px;
    color: #666;
}
.cart_btn .btn_text b{
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 28px;
}
.show_more a{
    color: #FFC033;
    font-weight: 600;
}
.about_company_inner .icon{
    width: 80px;
}
.about_company_inner .icon img{
    max-height: 60px;
}
.about_company_inner {
    display: flex;
}
.about_company_inner .about_company_text{
    width:calc(100% - 80px);
}
.about_company_inner .about_company_text h3 {
    color: #BFDBFF;
    font-size: 40px;
    margin: 0;
}
.about_company_inner .about_company_text p{
    color: #BFDBFF;
}
.title{
    margin-bottom: 30px;
    text-align: center;
}
.title h2{
    color: #FF00F2;
    font-size: 36px;
    margin: 0 0 10px;
}
.title p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.features{
    padding: 0 0 80px;
}
.features_box{
    margin-bottom: 100px;
}
.features_box img{
    width: 100px;
}
.features_box h4{
    color: #FFD900;
    font-size: 32px;
    margin: 10px 0 0;
}
.features_box p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.all_feature h4{
    font-size: 36px;
    color: #CCCCCC;
}
.how_it_works_inner {
    padding: 0 15px;
}
.how_it_works_inner img{
    max-height: 80px;
}
.how_it_works_inner h4{
    font-size: 32px;
    margin: 10px 0 0;
}
.how_it_works_inner p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.testimonial_inner{
    padding: 30px 15px;
    border: 1px solid #838991;
    border-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.testimonial_inner p span{
    font-size: 70px;
    color: #7ED979;
}
.testimonial_inner h5{
    color: #7ED979;
}

.modal{
    color: #000000 !important;
}

#contact-form .form-group {
    margin-bottom: 10px;
}

.whatsapp {
    position: fixed;
    right: 0;
    bottom: 25px;
    padding-right: 0 !important;
    margin-right: 25px !important;
}