ul {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

.nav {
    height: 100px;
}

/*Header start*/
/*logo*/
.logo {
    padding: 2px 0 30px 150px;
    display: flex;
}

.logo-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-top: 20px;
}

.logo img {
    width: 190px;
    height: 55px;
    margin-top: 20px;
}

.logo-text span:nth-child(1) {
    font-size: 21px;
    font-family: 'Aveni-Black , sans serif';
    color: #1a8c62;
    margin-top: -5px;
}

.logo-text span:nth-child(2) {
    font-size: 15px;
    font-family: 'Aveni-Black , sans serif';
    color: #474747;
    margin-top: -5px;
}

/*menu*/
.nav ul {
    display: flex;
    width: 85%;
}

.nav ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'Avenir Next Demi , sans serif';
    font-size: 20px;
    display: block;
    color: inherit;
    height: 100px;
    padding: 0 20px;
    line-height: 110px;
    transition: 500ms all;
    text-align: center;
}

.nav ul li a:hover {
    background-color: #198b61;
    color: #fff;
}

/*Header end*/
/*menu bar*/
.bar {
    color: #004e6f;
    display: none;
    text-align: right;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.menuımg {
    text-align: center;
    position: relative;
    top: 80px
}

.menuımg img {
    width: auto;
    max-width: 450px;
}

.barbtn {
    font-size: 30px;
    text-align: right;
    cursor: pointer;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-family: "Source Serif Pro", sans-serif;
    font-size: 25px;
    color: gray;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #004e6f;
}

.overlay .closebtn {
    position: absolute;
    top: 50px;
    left: 10px;
    font-size: 55px;
}

.hdgnl {
    display: flex;
    justify-content: space-between;
}

.s_content {
    display: none;
}

.s_content li a {
    font-size: 15px;
}

.s_content li a:hover {
    color: #004e6f;
}

.middle {
    position: absolute;
    top: 140%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

/*section-1*/
.about-right {
    background-color: #82b449;
}

.about-right-text {
    width: 70%;
    margin-left: 10%;
    box-sizing: border-box;
    margin-top: 10%;
}

.about-right-text span {
    color: #fff;
    font-size: 20px;
    font-family: 'Avenir Next Bold';
}

.about-right-text hr {
    width: 40%;
    background-color: #1a8c62;
    height: 4px !important;
    margin-top: 2px;
    margin-bottom: 20px;
    opacity: 1;
}

.about-right-text h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 60px;
    font-family: 'Avenir Next Bold';
}

#about-right-title {
    color: #474747;
    font-size: 60px;
    font-family: 'Avenir Next Bold';
}

/*section-2*/
.about-2-text {
    width: 50%;
    margin: auto !important;
}

.about-2-text h1 {
    text-align: center;
    margin-top: 65px;
    font-size: 50px;
    font-family: 'Avenir Next Bold';
    margin-bottom: 50px;
}

/*section-3*/
.about-3-left {
    width: 90%;
    margin-left: 10%;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 80px;
}

.about-3-left p {
    font-size: 20px;
    font-family: 'Avenir Next Demi , sans serif';
    color: #474747;
}

.about-3-right span,
.about-3-right p {
    font-size: 20px;
    font-family: 'Avenir Next Demi , sans serif';
    color: #474747;
}

.about-3-right {
    margin-left: 10%;
    width: 85%;
    box-sizing: border-box;
    margin-top: 50px;
}

#map>button,
.gmnoprint,
.gm-control-active,
.gm-fullscreen-control,
.gm-style-cc {
    display: none !important;
}