@charset "utf-8";
/* CSS Document */ 

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'Bahnschrift'; font-weight: 400; -webkit-overflow-scrolling: touch;}

:focus { outline:none;}
ul, li, ol { list-style:none; padding: 0; margin: 0;}
a { text-decoration:none; -webkit-transition:0.5s; color: #494949; transition:0.5s;}
input[type="button"],input[type="submit"] { text-decoration:none; -webkit-transition:0.5s; transition:0.5s;}
a:hover{color:#0072ca; text-decoration: none; outline: none;}
a:focus {text-decoration: none; outline: none;}
a img, img { border:none; vertical-align:middle; max-width:100%; width:auto}

h1, h2, h3, h4, h5, h6 {font-family: 'Bahnschrift'; font-weight: 700;  margin: 0px; padding: 0px; color: #040000; }
p {
    font-family: 'Bahnschrift';
    font-weight: 400;
    color: #060000;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    text-align: justify;
    hyphens: auto;
}

:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }


input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] { -webkit-appearance: button; cursor: pointer;  outline: none !important; text-decoration: none !important;}

button::-moz-focus-inner, 
input::-moz-focus-inner {  padding: 0;  border: 0; }

input[type="checkbox"], 
input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="search"],
input[type="text"],
textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;   margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

table { border-spacing: 0; border-collapse: collapse; }

.row:before, .row:after {display: inline-block !important;}

.container {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.container:before, 
.container:after { display:table; content:"";}
.container:after { clear:both;}

.container-fluid {max-width: 100%; width: 100%; margin:0 auto; padding: 0px 15px;}
.container-fluid:before, 
.container-fluid:after { display:table; content:"";}
.container-fluid:after { clear:both;}

.bx-wrapper .bx-controls-direction a.disabled {display: block !important;}






.introducing-block {
    background: #e47a30;
    padding: 40px 0 ;
}

.logo-boxs img {
    width: 100%;
    max-width: 300px;
}

.logo-boxs {
    text-align: center;
    margin-bottom: 30px;
}

.comingsoon-block {
    background-image: url(../images/coomingsoon.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}


.introducing-content h1 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 20px;
    color: #040000;
}


.introducing-content p {
    margin-bottom: 25px;
}

.Vision-box p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
}
.Vision-box p:last-child {
    margin-bottom: 0;
}
.Vision-box {
    background: #000;
    padding: 15px;
}

.con-1 p {
    color: #fff;
    margin-bottom: 25px;
}

.con-1 p a {
    color: #fff;
}
.con-1 p a:hover {
    color: #e47a30;
}

.app-box {
    display: flex;
    align-items: center;
}
.app-box p {
    color: #fff;
}

.app-box img {
    width: 180px;
    border: 2px solid gray;
    border-radius: 10px;
    margin: 0 5px;
}

.app-box p {
    color: #fff;
    margin-bottom: 0;
    margin-right: 10px;
}

.footer-logo img {
    width: 100%;
    max-width: 300px;
}

.footer-logo {
    text-align: center;
    margin: 140px 0 10px;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.copyright br
{
    display: none;
}

@media (max-width:1100px)
{
    .logo-boxs img {
    width: 100%;
    max-width: 250px;
}

.container {
  
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 95%;
}
.footer-logo img {
    width: 100%;
    max-width: 250px;
}
}


@media (max-width:991px)
{
 .logo-boxs img {
    width: 100%;
    max-width: 200px;
}
.introducing-content h1 {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 20px;
    color: #040000;
}

p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}
.Vision-box p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 27px;
}

.footer-logo {
    text-align: center;
    margin: 40px 0 10px;
}
.footer-logo img {
    width: 100%;
    max-width: 200px;
}
}

@media (max-width:768px)
{
.logo-boxs img {
    width: 100%;
    max-width: 170px;
}
.introducing-content h1 {
    font-size: 22px;
    margin-bottom: 15px;
}
.introducing-content p {
    margin-bottom: 15px;
}

.Vision-box {
    background: #000;
    padding: 15px;
    margin-top: 25px;
}
.Vision-box p {
    font-size: 19px;
}
.con-1 p {
    color: #fff;
    margin-bottom: 15px;
}
.app-box img {
    width: 160px;
}
.copyright p {
    font-size: 20px;
    margin-bottom: 0;
}
.footer-logo img {
    width: 100%;
    max-width: 170px;
}
}

@media (max-width:640px)
{
    .logo-boxs img {
    width: 100%;
    max-width: 150px;
}
.introducing-content h1 {
    font-size: 21px;
    margin-bottom: 15px;
}
p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
}

.Vision-box p {
    font-size: 17px;
    margin-bottom: 10px;
}
.con-1 p {
    color: #fff;
    margin-bottom: 10px;
}
.copyright p {
    font-size: 18px;
    margin-bottom: 0;
}

.footer-logo img {
    width: 100%;
    max-width: 150px;
}

.copyright br
{
    display: block;
}

}

@media (max-width:576px)
{
    .introducing-block {
    background: #e47a30;
    padding: 20px 0;
}
.logo-boxs img {
    width: 100%;
    max-width: 130px;
}
.introducing-content h1 {
    font-size: 20px;
    margin-bottom: 15px;
}
p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}
.Vision-box p {
    font-size: 17px;
    line-height: 23px;
    hyphens: auto;
}
.app-box {
    display: block;
    align-items: center;
}
.app-box p {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.copyright p {
    font-size: 17px;
    margin-bottom: 0;
}
.app-box img {
    width: 150px;
}

.footer-logo img {
    width: 100%;
    max-width: 130px;
}
}

@media (max-width:480px)
{
.logo-boxs img {
    width: 100%;
    max-width: 140px;
}

.introducing-content h1 {
    font-size: 19px;
    margin-bottom: 10px;
}

.copyright p {
    font-size: 16px;
    margin-bottom: 0;
}
.footer-logo img {
    width: 100%;
    max-width: 140px;
}
}

@media (max-width:390px)
{
.app-box img {
    width: 130px;
}
}
