@import url(/web/lib/fontawesome/css/all.min.css);
.page-wrap {
    overflow: hidden;
}

.page-wrap,
.content-wrap {
    float: left;
    width: 100%;
}

.content-wrap {
    margin-top: 80px;
    position: relative;
}

a {
    color: #000;
    text-decoration: none !important;
}

p {
    color: #000;
}

h1 {
    color: #FFCC00;
}

h5 {
    color: #fff;
}

h6 {
    font-size: 13px !important;
    font-weight: 200 !important;
    color: #c1bdbd;
}

header {
    position: fixed;
    width: 100%;
    margin: 0;
    background: #040404;
    z-index: 5;
}

footer {
    width: 100%;
    height: 110px;
    padding: 20px 0;
    float: left;
    position: relative;
    background: #333333;
}

.about {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 15px;
    background: #040404;
}

.photo-section {
    background: #B4B4B4;
}

.photo-section img {
    margin-left: -20;
}

.service {
    padding: 12px 0;
    background: #040404;
}

.service p {
    color: #fff;
}

.contact {
    padding: 15px 0;
}

.contact h1 {
    color: #000;
}

.contact h5 {
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 50%;
    background: #b7b7b7;
}

.icon p {
    padding-top: 21%;
}

.icon .fa-phone-alt {
    padding-left: 30%;
}

.icon .fa-envelope {
    padding-left: 32%;
}

.icon .fa-clock {
    padding-left: 25%;
}

.icon-modal {
    float: left;
    position: fixed;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    background: #FFCC00;
}

.btn-modal {
    padding: 6px 34px !important;
}

.btn-modal-three {
    padding: 8px 36px !important;
}

.btn-offcanvas {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 87%;
}

.nav-link {
    display: block;
    padding: 30px 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
    border-bottom: 2px solid #fff;
}

.mobile-menu {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #000000;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile-menu.show {
    left: 0;
}

.btn-close {
    color: #fff;
    position: absolute;
    font-size: 30px;
    top: 5px;
    right: 5px;
}

ul.nav-mob {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 15px;
}

ul.nav-mob li {
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.nav-mob li a {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .zvon {
        width: 100%;
    }
}

.bgimage-header {
    width: 100%;
    padding-bottom: 40%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 413.98px) {
    .about {
        padding-top: 40px;
    }
}