body, html {
    font-family: 'DM Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
    background-color: #ffffff;
}
h1, h2, h3, h4 {
    font-family: 'DM Sans', sans-serif;
}
h2 {
    font-weight: 400;
    font-size: 38px;
    color: #333;
    text-transform: capitalize;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-size: 15px;
}
p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}
a {
    color: #8eb640;
}
a:hover, a:focus {
    text-decoration: none;
    color: #222;
}
ul, ol {
    list-style: none;
}
ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Navigation */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.container{
    text-align: center;
}
.container .navbar-header{
    width: 100%;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
}
.navbar .navbar-collapse {
    text-align: center;
}
#menu {
    transition: all 0.8s;
    margin-bottom: 0px;
}
#menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #eee;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    margin: 0 40px 0 40px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: #d43031;
}
.on {
    background-color: #262626 !important;
    padding: 0 !important;
    padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d43031 !important;
    background-color: transparent;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #d43031;
    border-color: #d43031;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}
.section-title {
    margin-bottom: 70px;
}
.section-title .overlay {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.7);
}
.section-title p {
    font-size: 22px;
}
.section-title hr {
    margin: 0 auto;
    margin-bottom: 40px;
}
.btn-custom {
    text-transform: uppercase;
    color: #777;
    background-color: transparent;
    border: 2px solid #777;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-top: 20px;
    transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #ddd;
    border: 2px solid #d43031;
    background-color: #d43031;
}
/* Header Section */
.intro {
    padding: 0;
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 0;
    top: 40%;
}
.intro .overlay {
}
.intro h1 {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 10em;
    font-weight: 400;
    margin-top: 0;
    color: #000000;
}
.intro span {
    color: #a7c44c;
    font-weight: 600;
}
.intro p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 150px;
}
header{
    position: relative;
}
header .intro-text {
    text-align: left;
}
header .intro-text h1{
    font-size: 54px;
}
/* Features Section */
#features {
    margin: 0 auto;
    padding: 70px 0px;
}
#features .fly{
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/sfly.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 900px;
}
#features .m{
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/sm.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 900px;
}
#features .sf{
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/ssf.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 900px;
}
#features .features-item {
    margin: 0;
}
#features .row .col-sm-5 {
    padding: 0;
}
#features .row .col-sm-7 {
    padding: 0;
}
#features .row1{
    margin-top: 90px;
}
#features .row2{
    margin-top: 110px;
}
#features .row3{
    margin-top: 130px;
}
#features .row .item-w1 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    text-align: left;
}
#features .row .item-w2 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    text-align: left;
    position: relative;
    padding-right: 23px;
    height: 900px;
}
#features .row .item-w2 p{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-transform: initial;
}
#features .row .item-w2-r {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    text-align: left;
    position: relative;
    padding-left: 23px;
    height: 900px;
}
#features .row .item-w2-r p{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-transform: initial;
}
#features .features-item p{
    color: #000000;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
#features .features-item .pioneer{
    border: 1px solid #000000;
    width: 380px;
    height: 640px;
    padding: 40px 20px;
    color: #000000;
    position: absolute;
    bottom: 0;
}
#features .features-item .pioneer .p1{
    font-style: normal;font-weight: 400;font-size: 20px;line-height: 27px;
}
#features .features-item .pioneer .p2{
    font-style: normal;font-weight: 400;font-size: 14px;line-height: 19px;
}
#features .features-item .pioneer .p3{
    font-weight: 400;font-size: 20px;line-height: 27px;margin-top: 40px;margin-bottom: 20px;
}
#features .features-item .pioneer .p4{
    font-weight: bold;margin-bottom: 2px;
}
#features .features-item .pioneer .p5{
    font-weight: bold;margin-bottom: 2px;margin-top: 18px;
}
#features img {
    margin: 30px auto 20px;
}
#features .fly3{
    display: table;
    width: 780px;
    padding: 0;
    background: url(../img/sfly3.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 1181px;
}
#features .why3{
    position: absolute;
    width: 500px;
    height: 1181px;
    background: #000000;
    top:58px;
    right: 0;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    padding-left: 46px;
    opacity: 0.8;
}
#features .why3 .p1{
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    margin-top: 98px;
    text-align: left;
    margin-bottom: 66px;
}
#features .why3 .p2{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
}
#features .why3 .ul1{
    margin-top: 20px;
    list-style-type:disc;
    list-style-position: outside;
    text-align: left;
    width: 398px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-left: 25px;
}
#features .why3 .ul1 li{
    margin-bottom: 20px;
}
#features .about-img:before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#features p {
    line-height: 24px;
}
/* About Section */
#about {
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/flybg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 818px;
    color: #FFFFFF;
    font-style: normal;
}
#about .p1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin-top: 83px;
    margin-bottom: 40px;
}
#about .p2 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 824px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#about .p3 {
    margin: 0 auto;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    position: relative;
    width: 150px;
}
#about .p3 a{
    color: #ffffff;
}
#about .p3 a i{
    font-size: 25px;
    margin-left: 10px;
    position: absolute;
    top: -2px;
    right: 0px;
}
/* Menu Section */
#restaurant-menu {
    margin: 0 auto;
    padding: 0px;
    margin-top: 120px;

}
#restaurant-menu .col-sm-3{
    padding: 0 10px;
}
#restaurant-menu h2 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #000000;
}
#restaurant-menu .menu-section hr {
    margin: 0 auto;
}
#restaurant-menu .menu-section {
    border: 1px solid #000000;
    padding: 40px 15px;
    height: 700px;
}
#restaurant-menu .menu-section-title {
    text-align: center;
    height: 50px;
    line-height: 50px;
}
#restaurant-menu .menu-item {
    margin-top: 36.5px;
}
#restaurant-menu .menu-item-description {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
#restaurant-menu .menu-item-price {
    float: right;
    font-weight: 400;
    color: #555;
    margin-top: -36px;
}
/* Gallery Section */
#gallery {
    padding: 0;
}
#gallery .gallery-item {
    margin: 0 -15px;
}
/* Team Section */
#team {
    padding: 120px 0;
}
#team h2::after {
    bottom: 0;
    margin-left: 0;
    left: 0;
}
#team img {
    max-width: 550px;
}
#team .team-img {
    display: inline-block;
    position: relative;
}
/* Contact Section */
#contact {
    padding: 100px 0;
    background: #333;
}
#contact .contact-item p {
    font-size: 15px;
    color: #777;
}
#contact .section-title {
    margin-top: 60px;
    margin-bottom: 40px;
}
#contact form {
    padding: 0;
}
#contact h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #aaa;
    padding: 20px 0;
}
#contact h3::after {
    position: absolute;
    content: "";
    background: #d43031;
    height: 2px;
    width: 40px;
    bottom: 0;
    margin-left: -20px;
    left: 50%;
}
#contact .text-danger {
    color: #cc0033;
    text-align: left;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #ccc;
    background-color: rgba(255,255,255,.2);
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
#contact .contact-item {
    margin: 20px 0 40px 0;
}
#contact .contact-item span {
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
}
/* Footer Section*/
#footer {
    margin: 0 auto;
    padding: 40px 0 20px 0;
    margin-top: 120px;
    height: 120px;
}
#footer .col-sm-6{
    padding: 0;
}
#footer .copyright{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #B7B7B7;
}
#footer .line{
    border: 1px solid #ECECEC;
    margin: 13px 0;
    padding: 0;
}
#footer .cn{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #B7B7B7;
    cursor: pointer;
    margin-right: 9px;
}
#footer .cn:hover {color: #B7B7B7}
#footer .en{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #B7B7B7;
    margin-left: 9px;
    cursor: pointer;
}
#footer .en:hover {color: #000000}
#footer .active{
    color: #000000 !important;
}
#w{
    height: 70px;
}
/** new **/
@media (min-width: 1440px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

/* guided Section */
#guided-download {
    margin: 0 auto;
    padding: 0px;
    margin-top: 80px;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
#guided-download .container{
    width: 610px;margin: 0 auto;
    display: flex;
    padding: 0;
    padding-left: 20px
}
#guided-download .container .text-container{
    text-align: left;
    padding-left: 25px;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
#guided-download img{
    width: 100px;
    height: 100px;
}
#guided-download p{
    font-size: 14px !important;
}
#guided-download a{
    color: #000000 !important;
    font-weight: bold;
}
#guided-download .us-container{
    width: 610px;margin: 0 auto;
    display: flex;
    padding: 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding-left: 25px
}
