body{
    margin: 0;
    padding:0;
    list-style-type: none;
    font-family: "Tenor Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6{  font-family: "Tenor Sans", sans-serif; }
p, a { font-family: "Tenor Sans", sans-serif; }
header .header .container-fluid
{
    z-index: 1;
    background-color: #192a1b;
}
.header.container-fluid.row.col-lg-12 .text-white{
    text-decoration: none;
}
.header .container-fluid .row .col-lg-12 .text-white:hover{
    text-decoration: underline;
}
button.navbar-toggler {
    outline: none;
    box-shadow: 0px 0px !important;
}
button.navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
}
.offcanvas{
    background-color: #4b594d;
} 
.header-social li a {
        font-size: 21px;
        color: #6e8b79;
}
.border-light {  border-bottom-color: rgb(255 255 255 / 14%) !important; }
.jumbotron .container-fluid{
    background-image: url(img/banner.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;}
.btn{  background: #5433eb !important; }
.languages-sec select.form-select {
    border: 0px;
    padding: 0px 10px !important;
    outline: none;
    box-shadow: 0px 0px;
    color: #6e8b79;
}
.languages-sec select.form-select option { color: #333; }
.max-container {  max-width: 1000px; }
.gallery-sec img.img {
    height: 360px;
    object-fit: cover;
    margin-bottom: 6px;
}
.gallery-sec h6 {
    font-size: 23px;
    font-weight: 700;
    color: #333;
}
.continue-btn {
    background: #192a1b !important;
    color: #fff;
    padding: 10px 31px;
    font-size: 16px;
    font-weight: 600;
}
.form-sec-wp label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}
.input-field {
    padding: 13px;
    font-size: 14px;
    border-color: #d6d6d6;
    border-radius: 5px 5px;
    outline: none;
    box-shadow: 0px 0px;
}
textarea.textarea-field {
    height: 122px;
    resize: none;
    padding: 13px;
    font-size: 14px;
    border-color: #d6d6d6;
    border-radius: 5px 5px;
    outline: none;
    box-shadow: 0px 0px;
}
.continue-btn:hover, .continue-btn:active {
    background-color: #3d931b !important;
    color: #fff;
}
.footer-copyrights li {
    letter-spacing: 0.4px;
    font-size: 12px;
    color: #4f4c4c;
}
.footer-copyrights li a{ 
      color: #4f4c4c;
     font-size: 12px;
     text-decoration: none;
 }
.topbar-nav li {
    display: inline-block;
    margin: 0px 10px;
}
.topbar-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #5f5858;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.topbar-nav li a:hover,.topbar-nav li a:active{ color: #000; }
.header-navbar ul.navbar-nav li.nav-item a {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    outline: none;
    box-shadow: 0px 0px;
}
.header-navbar ul.navbar-nav li.nav-item {  margin: 0px 10px; }
.h-banner {  height: 300px;  }
.h-banner img { height:100%; object-fit:cover; }
.overlay-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #333;
    opacity: 0.7;
    width: 100%;
}
.about-hd h2 {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.about-hd p {
    width: 100%;
    max-width: 995px;
    margin: auto;
    font-size: 15px;
    color: #433f3f;
    font-weight: 300;
}
.about-content-right h6 {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #373434;
    letter-spacing: 2px;
    font-size: 14px;
}
.about-content-right h3 {
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}
.about-content-right p {
    color: #403e3e;
    font-size: 15px;
    padding-right: 15px;
}
.contact-list li {
    margin-bottom: 13px;
    font-size: 17px;
    color: #545050;
}
.newsletter-sec input[type="email"] {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;
}
.newsletter-sec button {
    background-color: #1b6026;
    color: #fff;
    padding: 10px;
    border: 1px solid #1b6026;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.social-icons li {
    display: inline-block;
    padding: 0px 15px;
}
.social-icons li a {
    color: #1b6026;
    font-size: 17px;
}
.footer-bottom select.form-select {
    background-color: transparent;
    border: 0px;
    font-size: 13px;
    color: #5a5757;
    outline: none;
    letter-spacing: 1.4px;
    box-shadow: 0px 0px !important;
}






  @media (min-width: 576px) {
        .dropdown:hover > .dropdown-menu {
            display: block;
            margin-top: 0; /* Optional: to prevent slight shift */
        }
    }




@media screen and (max-width: 700px) {
.input-field{
    width: 100%; }
}