*,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 10px;
    color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff40ff0;
    text-align: center;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

b {
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

a strong {
    text-decoration: underline;
}

.ptb-40 ul {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-40 ul li {
    color: #fff;
    padding-bottom: 15px;
    list-style: square;
}

.container {
    width: 85%;
    margin: 0px auto;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: end;
}

.justify-center {
    justify-content: center;
}

.ptb-40 {
    padding: 40px 0px;
}

.bg-1 {
    background: #000;
}

.bg-2 {
    background: #333;
    border-bottom: 1px dashed #fff;
}

.set-title span {
    color: #fff;
    margin-bottom: 25px;
    display: block;
    font-size: 25px;
    font-weight: 600;
}

.call-btn {
    position: relative;
}

.call-btn-in {
    position: fixed;
    right: 0%;
    bottom: 15%;
    z-index: 999;
}

.call-btn-in a {
    display: flex;
}

.call-btn-in a:first-child {
    margin-bottom: 20px;
}

.call-btn-in a img {
    max-width: 80%;
    padding-right: 20px;
}

header {
    background: #000;
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
}

header aside {
    width: 30%;
}

header aside img {
    max-width: 60%;
}

header nav {
    width: 70%;
}

header nav ul {
    justify-content: end;
    padding: 8px 0px;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    padding: 10px 19px;
    display: block;
    color: #fff;
    font-weight: 700;
}

.banner-box img {
    width: 100%;
    display: -webkit-box;
    border-bottom: 1px solid #fff;
}

.profile-box {
    width: 19%;
    border: 2px solid #d4b657;
    margin-bottom: 20px;
}

.profile-box img {
    max-width: 100%;
    display: -webkit-box;
}

.profile-box span {
    color: #fff;
    display: block;
    padding: 7px 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.profile-box p {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
    padding: 7px 10px;
}

.web-img img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.profile-box.box-big {
    width: 24%;
}

.bg-mg-1 {
    background: url(../images/bg-img.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.web-img {
    background: url(../images/bg-img-1.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.bg-mg {
    background: url(../images/bg-img-2.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

details {
    background: #fff;
    border: 2px solid #d4b657;
    padding: 10px 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

summary {
    font-weight: bold;
    font-size: 1.1em;
}

details p {
    color: #000;
    border-top: 1px solid #d4b657;
    margin-top: 10px;
    padding-top: 10px;
}

details[open] {
    background: #fff;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    background: white;
    height: 3px;
    width: 25px;
    margin: 4px 0;
    border-radius: 2px;
}

footer {
    background: #000;
    padding: 20px 0px;
}

footer ul {
    justify-content: center;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    color: #fff;
    display: block;
    padding: 5px 20px;
}

footer p {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

footer p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.location-set {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.location-set li {
    list-style: none !important;
    width: 24%;
    border-bottom: 1px dashed #d4b657;
    margin-bottom: 10px;
    padding-bottom: 0px !important;
}

.location-set li a {
    color: #fff;
    padding: 8px 10px;
    display: block;
    background-image: linear-gradient(#772838, #000);
}

.set-icon li a {
    padding: 0px 10px;
}

.set-icon li a img {
    max-width: 50px;
    margin-bottom: 20px;
}

.client-box {
    width: 32%;
    border: 1px solid #fff;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.client-box img {
    border-radius: 50px;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
}

.client-box span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.client-box p {
    text-align: center;
    padding: 0px 20px;
}

.client-box-main {
    background: #222;
}

.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

th,
td {
    border: 1px solid #f2530b;
    padding: 8px;
    text-align: left;
    color: #fff;
}

th {
    background-color: #333;
}

td {
    background-color: #555;
}

.set-contact {
    width: 100%;
}

.set-contact p {
    width: 24%;
    background-image: linear-gradient(#772838, #000);
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.set-contact p strong {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.set-contact p a {
    color: #fff;
}

@media only screen and (max-width:1080px) {
    .profile-box span {
        padding: 15px 10px;
    }

    header aside {
        width: 20%;
    }

    header nav {
        width: 80%;
    }

    header aside img {
        max-width: 100%;
    }

    .profile-box {
        width: 24%;
    }

    .location-set li {
        width: 33%;
    }
}

@media only screen and (max-width:991px) {

    header aside,
    header nav {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:768px) {
    header aside img {
        max-width: 250px;
    }

    header aside {
        width: 20%;
    }

    header nav {
        width: 80%;
    }

    .nav-links {
        position: absolute;
        top: 80px;
        left: 0;
        background: #333;
        width: 100%;
        flex-direction: column;
        display: none;
    }

    .nav-links.show {
        display: flex;
    }

    .hamburger {
        display: flex;
        margin-top: 20px;
    }

    header nav ul {
        padding: 0px 0px;
    }

    header nav ul li {
        width: 100%;
        border-bottom: 1px solid #d4b657;
    }

    header nav ul li a {
        text-align: left;
    }

    .set-contact p,
    .location-set li,
    .profile-box.box-big,
    .profile-box {
        width: 49%;
    }

    .nav-links {
        z-index: 999;
    }

    .client-box {
        width: 49%;
    }

    .set-contact p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:580px) {
    header nav ul li a {
        font-size: 14px;
    }

    .location-set li,
    .profile-box.box-big,
    .profile-box {
        width: 48%;
    }

    .set-title span {
        font-size: 20px;
    }

    summary {
        font-size: 14px;
    }

    header aside img {
        max-width: 200px;
    }

    .hamburger {
        margin-top: 12px;
    }

    .nav-links {
        top: 67px;
    }

    .ptb-40 {
        padding: 20px 0px;
    }

    .set-contact p {
        width: 100%;
    }

    .location-set li {
        border-bottom: none;
    }

    .location-set li a {
        font-size: 14px;
    }
}

@media only screen and (max-width:480px) {
    .container {
        width: 90%;
    }

    .client-box {
        width: 100%;
    }
}
