@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
body {
    font-size: 13px;
    line-height: 21px;
   font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #fbfbfb;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Roboto', sans-serif;
}

.header {
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}

.p {
    color: #eee;
}

.bg-banner {
    background-image: url(../images/bg-header.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #e7e7e7;
}
.logo {
    padding: 15px 20px;
}
.logo img {
    height: 50px;
    width: auto;
    border: none;
    border-radius: 0px;
    display: inline;
    min-height: 25px;
}

.top-link {
    padding: 30px 0px 30px;
    display: inline-flex;
    list-style: none;
}

.top-link li {
    text-align: center;
    margin: 0 8px;
}

.nav-link a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

li i {
    color: #000;
    font-size: 24px;
    padding-right: 0px;
    text-align: center;
}

li i a {
    color: #000;
    font-size: 27px;
    padding-right: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0px;
    font-weight: 500;
}


/* .main-box {
    width: 70%;
    margin: auto;
} */
/* 
.contant {
    padding: 150px 30px 200px;
    position: relative;
} */

.contant h1 {
    color: #333333;
    text-align: left;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;    text-transform: uppercase;
}

.contant p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    width: 73%;
    margin: auto;
    padding-top: 25px;
}

.grating-message {
    background: #ffffff;
    padding: 15px 52px 15px;
    min-height: 347px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mr-t-b {
    margin: 35px 0px 35px;
}

.mr-t {
    margin-top: 70px;
}

.line-horizontal {
    width: 20%;
    border-top: 2px solid #000000;
    padding-bottom: 15px;
}

.line-horizontal-how-to {
    width: 10%;
    border-top: 2px solid #232323;
    padding-bottom: 15px;
    margin: auto;
}

.grating-titel h2 {
    font-weight: bold;
    margin-bottom: 15px;
}

.grating-message-body p {
    line-height: 27px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
}

.contact-form {
    background: #f2f2f2;
    padding: 22px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-form h3 {
    color: #333333;    font-size: 25px;    text-transform: uppercase;
}

.contact-form p {
    color: #232323;
    font-size: 16px;
}

.contact-form-body {
    padding: 21px 0px 20px;
}

.form-control {
    border-radius: 0;
    height: 39px;
}

.form-group {
    margin-bottom: 25px;
}

.btn-submit {
    box-sizing: content-box;
    line-height: 21px;
}

.submit-button {
    background-color: #00adef;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px;
    font-size: 17px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

a {
    color: #00adef;
}

.submit-button:hover {
    color: #ffffff;
    background: #ee7203;
    transition: 0.3s ease-in-out;

}

.submit-button:active,
.submit-button:focus {
    color: #232323;
    background: #ffffff;
    transition: 0.3s ease-in-out;
}

button:focus {
    outline: none;
}

.nopading {
    padding: 0px;
}

.video-part {
    background: #ffffff;
    padding: 30px 0px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.heading-howto {
    text-align: center;
}

.heading-howto h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-part {
    background: #ffffff;
    padding: 30px 0px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.heading-contact {
    text-align: center;
}

.heading-contact h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-part p {
    line-height: 2;
    font-size: 15px;
}

.head {
    font-weight: 600;
}

.fotter {
    background: #000000;
}

.fotter p {
    color: #FFFFFF;
    line-height: 4;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1200px) {
    .grating-message {
        background: #ffffff;
        margin: 30px 0 30px 0;
        padding: 15px 52px 15px;
        min-height: auto;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }
    .contact-form {
        background: #f2f2f2;
    padding: 11px 10px 0px 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    }
    div#navbarSupportedContent {
        z-index: 11111111;
        position: relative;
        margin-top: 0px !important;
        background-color: transparent;
        width: 100%;
        text-align: center;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .contant {
        padding: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 18px;
        text-align: left;
    }
    .grating-message {
        background: #ffffff;
        padding: 30px 30px 15px;
        min-height: auto;
    }
    .heading-contact h2 {
        margin-bottom: 15px;
        font-weight: bold;
        padding: 0 10px;
    }
    .contact-form {
        margin-top: 0px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .grating-message {
        margin-top: 30px;
    }
    .contant h1 {
        font-size: 28px;
        line-height: 33px;
        margin: 0px;
    }
    .main-box {
        width: 100%;
        margin: auto;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
        margin-top: 10px;
    }
    .logo {
        text-align: center;
    }
    .fotter p {
        line-height: normal;
        text-align: center;
        padding: 9px;
    }
    .video-part {
        margin: 0;
    }
    .contact-part {
        margin-top: 30;
        margin-bottom: 0;
    }
    .top-link li i {
        padding-right: 0;
    }
    div#navbarSupportedContent {
        z-index: 11111111;
        position: absolute;
        margin-top: 100px !important;
        background-color: #000000b3;
        width: 100%;
        text-align: center;
    }
    .top-link {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .navbar-toggler {
        background-color: #e7e7e7;
    }
}

@media (max-width: 767px) {
    .top-link li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        padding: 5px 5px;
    }
    .icon-bar {
        width: 22px;
        height: 2px;
        background-color: #B6B6B6;
        display: block;
        transition: all 0.2s;
        margin-top: 4px
    }
    .navbar-toggler {
        border: none;
        background: transparent !important;
    }
    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    .navbar-toggler .middle-bar {
        opacity: 0;
    }
    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }
    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }
    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }
    .navbar {
        align-items: unset;
    }
    div#navbarSupportedContent {
        margin: auto;
        float: right;
    }
    nav.navbar.navbar-expand-lg {
        padding: 0px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        color: white;
        background-color: #f3f3f3;
        border: 2px solid #b5a7a7;
        padding: 15px 20px 15px 20px;
        border-radius: 3px;
    }
    li:last-child {
        border-bottom: 0px solid #ffffff;
    }
    li a {
        color: #FFFFFF;
        font-size: 16px;
        text-decoration: none;
        font-weight: 700;
        display: block;
        padding: 0.4rem;
    }
    .d-none {
        display: none!important;
    }
    .navbar li.nav-item i {
        font-size: 18px;
        margin-right: 15px;
        width: 25px;
    }
    .navbar-nav li {
        border-bottom: 1px solid #ffffff;
    }
    .navbar-nav li a {
        margin-left: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    button:focus {
        outline: none;
    }
    div#navbarSupportedContent {
        z-index: 11111111;
        position: absolute;
        margin-top: 70px !important;
        background-color: #000000b3;
        width: 100%;
        text-align: center;
    }
    .text-left li a {
        color: #ffffff;
    }
    .navbar li.nav-item i {
        color: #ffffff;
    }
    .navbar-nav .nav-link {
        text-align: left;
    }
}

.text-left li a {
    color: #262626;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
}

li:hover a {
    color: #ee7203 !important;
}

li a:hover i {
    color: #ee7203 !important;
}

@media (max-width: 500px) {
    .logo img {
        height: 40px;
        margin-left: 7px;
        min-height: 14px;
    }.logo {
        padding: 15px 0px 10px 0px;
    }
}