html,body {
    overflow-x: hidden;
}
@font-face {
    font-family: "Inter";
    src: url("fonts/Inter.ttf");
}
body {
    font-family: 'Inter';
    font-style: normal;
}
.header-sidebar {
    background-color: #008542;
    width: 100%;
    height: 80px;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: #fff;
}
.main-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0;
}
.main-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    opacity: .7;
    transition: .3s;
}
.main-menu ul li:hover a {
    opacity: 1;
    color: #fff;
}
.header-links .soc {
    width: 40px;
    height: 40px;
    border: solid 1px white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.header-links .phone {
    opacity: 1;
    transition: .3s;
    font-weight: 500;
    font-size: 14px;
}
.header-links .phone:hover {
    opacity: .7;
}
.header-links .adress {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.header-links .adress i, .header-links .phone i {
    font-size: 17px;
}
.header-links .soc i {
    font-size: 20px;
    color: #fff;
}
.header-links .soc:hover {
    background-color: #fff;
}

.header-links .soc:hover i {
    color: #008542;
}
.search input {
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    border-radius: 50px;
    height: 44px;
    width: 100%;
    color: #000000;
    opacity: 0.3;
    transition: .3s;
}
.search input:hover, .search input:focus {
    opacity: 1;
}
.search form {
    position: relative;
}
.search form i {
    position: absolute;
    right: 5%;
    font-size: 22px;
    top: 25%;
}
hr {
    background: #a7a7a7;
    margin-top: 0;
    margin-bottom: 0;
}
.header-menu-two > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-two ul li a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.banner {
    position: relative;
    width: 100%;
    height: 450px;
    background: linear-gradient(92.28deg, rgba(0, 0, 0, 0.63) 1.81%, rgba(0, 0, 0, 0.66) 45.1%, rgba(0, 0, 0, 0) 85.69%), url(images/header-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 8% 8% 8%;
}

.banner h1 {
    font-weight: 700;
    font-size: 44px;
    color: #fff;
}

.banner h2 {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.btn {
    font-weight: 600;
    font-size: 14px;
    padding: 14px 40px;
}

.content > .scard {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
}

.content h2 {
    color: #131313;
    font-weight: 700;
    font-size: 44px;
}

.content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.content .soc {
    width: 40px;
    height: 40px;
    border: solid 1px #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.content .soc i {
    font-size: 20px;
    color: #000;
}
.content .soc:hover {
    background-color: #000;
}

.content .soc:hover i {
    color: #fff;
}

.content .phone {
    opacity: 1;
    transition: .3s;
    color: #000;
}
.content .phone:hover {
    opacity: .7;
}
.content .phone i {
    font-size: 17px;
}

.content .email {
    opacity: 1;
    transition: .3s;
    color: #000;
}
.content .email:hover {
    opacity: .7;
}
.content .email i {
    font-size: 17px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.scard-row {
    background-color: #EEF4F1;
}

.scard-row div a .name, .scard-row div a .name span {
    transition: .3s;
}

.scard-row div a .name {
    background-color: #fff;
}

.scard-row div a .name > span {
    color: #131313;
    font-weight: 600;
    font-size: 16px;
}

.scard-row div a:hover .name > span {
    color: #fff;
}

.scard-row div a:hover .name {
    background-color: #131313;
}

.feeds .feed {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 14px 24px rgba(94, 108, 87, 0.05);
    height: 285px;
    position: relative;
}

.feeds .feed .name {
    font-weight: 600;
    font-size: 18px;
}

.feeds .feed p {
    font-weight: 400;
    font-size: 14px;
}

.feeds .feed .date {
    color: #868686;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-align: right;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.footer-form input {
    background-color: #fff;
    border-radius: 5px;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
    border: 0;
}

.header-menu-two ul li a {
    opacity: 1;
    transition: .3s;
}

.header-menu-two ul li:hover a {
    opacity: .6;
}

.info span {
    font-weight: 600;
    font-size: 14px;
}

.contacts .phone {
    font-size: 22px;
}

.contacts .adress {
    font-size: 22px;
}

.contacts .email {
    font-size: 22px;
}

.success, .error {
    display: none;
}

.drop-menu {
    position: relative;
}

.drop-menu > ul {
    position: absolute;
    left: -1200px;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 10px;
    width: 540%;
    transition: .1s;
}

.drop-menu > ul > li {
    width: 50%;
    padding: 3px;
}

.drop-menu > ul > li:hover {
    border-bottom: inset 1px #008542;
}

.drop-menu:hover ul, .drop-menu:focus ul {
    left: 0;
}

.burger {
    outline: double #fff;
    background-color: #008542;
}

.burger:focus, .burger:hover {
    background-color: #fff;
    color: #008542 !important;
}

#mobile-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    top: 0;
    left: 0;
}

#mobile-menu > div {
    background-color: #008542;
}

#mobile-menu ul {
    text-align: center;
}

.show {
    display: block !important;
}

@media (max-width: 1200px) {
    .header-sidebar {
        flex-direction: column;
        padding: 1rem !important;
        height: 120px;
    }
    .header-menu-two > ul {
        width: 100% !important;
    }
    .scard-info {
        flex-wrap: wrap;
    }
    .scard-info .phone {
        margin-top: .5rem;
    }
    .footer-form input {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .scard-row div a .name {
        min-height: 108px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .scard-sinfo {
        flex-direction: column-reverse;
        padding: 0 !important;
    }
    .scard-sinfo > div {
        width: 100% !important;
        padding: 0 !important;
        margin-top: .5rem;
    }
    .banner {
        background-position: right;
    }
    .scard-row {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .header-menu-two ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .main-menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-menu ul li {
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .header-main {
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
    }
    .header-sidebar {
        height: auto !important;
    }
    .header-sidebar > div {
        flex-wrap: wrap;
        justify-content: center !important;
        line-height: 2;
    }
    .feeds .feed {
        height: auto !important;
    }
    .drop-menu ul {
        width: 431%;
        left: -1200px;
    }
}
@media (min-width: 576px) and (max-width: 1200px) {
    .header-sidebar > div {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .scard-row, .scard, .footer-form, .scard-row > .px-5 {
        padding: 0 !important;
    }
    .header-links .adress {
        font-size: 12px;
    }
    .header-menu-two > ul {
        padding-left: 0 !important;
    }
    .banner h1, .banner h2, .banner, .footer-form h2 {
        text-align: center;
    }
    .header-sidebar {
        flex-direction: row;
    }
    .header-sidebar > div {
        justify-content: start !important;
        flex-direction: row-reverse;
    }
    .container {
        padding: 0 !important;
    }
    .content, .footer-form {
        padding: 1rem !important;
    }
    .scard-info {
        padding: 30px;
    }
    .scard-info .btn-success {
        margin-bottom: 15px;
    }
    #about .btn {
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
    }
    .banner h1 {
        font-size: 32px;
    }
}