* {
    font-family: Bookman Old Style, Cambria, Calibri !important;
    scrollbar-width: thin;
}
i {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}
.button {
    text-align: center;
    background-color: #cbeb4c;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: bold;
    border: solid 1px rgba(0, 0, 0, 0.8);
}
.button:hover {
    transform: scale(1.05);
}
body {
    margin: 0;
    padding: 0;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.main-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: auto;
    height: 4rem;
}
.head-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.head-menu ul li {
    padding: 25px 18px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}
.head-menu ul li:hover {
    transform: scale(1.1);
}
a {
    text-decoration: none;
}

.hamburger {
    display: none;
}

.hamburger .line {
    width: 30px;
    height: 4px;
    background-color: #000000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger .line1.rotate-down {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.hamburger .line2.fade-out {
    opacity: 0;
}

.hamburger .line3.rotate-up {
    transform: rotate(45deg) translate(-7px, -7px);
}

#menu-content {
    display: flex;
}
#menu-content .sub-services {
    display: none;
}
#menu-content .sub-services li {
    padding: 10px 20px;
    transform: scale(1) !important;
    font-size: 14px;
}
#menu-content li:hover .sub-services {
    display: block;
    position: absolute;
    background-color: #fefefe;
    white-space: nowrap;
    top: 93%;
    box-shadow: 0px 2px 2px rgb(0, 0, 0, 0.2);
    border-radius: 2px;
    animation-name: service;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
}
@keyframes service {
    0% {
        opacity: 0;
    }
    50% {
    }
    100% {
        opacity: 1;
    }
}
#menu-content li .sub-services li:hover {
    color: #272727;
    background-color: #efefef;
}

#menu-content li .sub-services li:hover::before {
    content: "-";
}
@media (max-width: 768px) {
    .head-menu ul li .sub-services li {
        color: black !important;
    }

    .hamburger {
        display: block;
    }
    #menu-content {
        display: none;
    }
    .hamburger span {
        padding: 0;
    }
    .main-div {
        position: fixed;
    }
    .head-menu .hamburger {
        padding: 0 10px;
    }
    .head-menu ul {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        background-color: rgb(22, 22, 22);
        height: 100vh;
    }
    .head-menu ul li {
        color: white;
        padding: 20px 20px;
    }
    .logo img {
        height: 5vh;
    }

    .head-menu ul li:hover {
        margin-left: 10%;
    }
}
@media (min-width: 769px) {
    #menu-content {
        display: flex !important;
    }
}
@keyframes example {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
    0% {
        opacity: 0;
    }
}

.footer {
    background-color: #141414;
    text-align: left;
    font-size: 16px;
    padding: 50px 80px 0;
    overflow: hidden;
    color: white;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}
.footer-left i {
    float: inline-start;
    margin-right: 10px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer .footer-left {
    width: 45%;
    margin-top: 15vh;
    font-size: 14px;
}

.footer .about {
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer .about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .icons {
    margin-top: 25px;
}

.footer .icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
    align-content: center;
}


.footer .footer-center {
    width: 35%;
    margin-top: 15vh;
}

.footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: cadetblue;
    text-decoration: none;
}

.footer .footer-right {
    width: 35%;
    bottom: 16vh;
    position: absolute;
    right: 10vw;
}
.footer h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.footer h2 span {
    color: cadetblue;
}

.footer .menu {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer .menu a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer .menu a:hover {
    color: cadetblue;
}

.footer .name {
    color: cadetblue;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 768px) {
    .footer {
        font-size: 14px;
        padding: 15px;
    }
    .addr p {
        text-align: left;
    }
    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        position: inherit;
    }

    .footer .footer-left {
        margin-top: 0 !important;
    }
    .footer .footer-center {
        margin-top: 0 !important;
    }
    .footer .footer-center i {
        margin-left: 0;
    }
    iframe {
        width: 100% !important;
        height: auto !important;
    }
}
