* {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

aside {
    min-height: 10px;
    background-color: rgba(0, 99, 65, 1);
}

.nav_menu {
    margin: 0 10px;
    padding-top: 30px;
}

.nav_menu ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-evenly;
    list-style: none;
}

.nav_menu a {
    display: block;
    text-decoration: none;
    color: black;
}

.nav_menu strong {
    font-weight: 500;
    color: #3d3935;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .10em;
    transition: 0.7s ease-in !important;
}
.nav_menu strong:hover{
   color: dodgerblue;
}

.menu {
    display: none;
}

.header {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 20px 0px 40px;
}

.header .left1 {
    background: url("/components/images/logo.png") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.right {
    margin-left: 80%;
    color: gray;
    font-size: smaller;
}
.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(0, 0, 0);
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.sec1 {
    background: url("/components/images/img6.jpg") no-repeat;
    background-size: 100% 100%;
}

.sec2 {
    background: url("/components/images/img4.jpg") no-repeat;
    background-size: 100% 100% !important;
}

.sec3 {
    background: url("/components/images/img8.jpg") no-repeat;
    background-size: 100% 100% !important;
}

.sec4 {
    background: url("/components/images/img7.png") no-repeat;
    background-size: 100% 100% !important;
}

.sec5 {
    background: url("/components/images/img1.png") no-repeat;
    background-size: 100% 100% !important;
}

.sec6 {
    background: url("/components/images/img9.jpg") no-repeat;
    background-size: 100% 100% !important;
}

.sec7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    padding-top: 60px;
    letter-spacing: .10em;
}

.sec7 .sec7_left {
    padding: 30px 0px 10px 10px;
}

.sec7 .sec7_right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 100px;
}

.sec7 .sec7_right .sec7_text1 {
    font-size: 20px;
    font-weight: bold;
}

.sec7 .sec7_right .sec7_text2 {
    padding-top: 20px;
    font-style: italic;
    font-size: 16px;
}

.sec7,
.sec8 {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 420px !important;
    /* max-height: 420px !important; */
}

.sec7_left img {
    width: 350px;
    height: 300px;
}

.sec8 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
    padding: 0px;
    /* letter-spacing: .10em; */
}

.sec8 .sec8_right {
    padding: 10px 0px 30px 30px;
}

.sec8_right img {
    width: 400px;
    height: 300px;
}

.sec8 .sec8_left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 120px;
}

.sec8 .sec8_left .sec8_text1 {
    font-size: 20px;
    font-weight: bold;
}

.sec8 .sec8_left .sec8_text2 {
    padding-top: 20px;
    font-style: italic;
    font-size: 16px;
}

.container .img1 {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 565px;
    max-height: 900px;
    transform: scaleX(1.7);
}

.container .img2 {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 565px;
    max-height: 900px;
}

footer {
    border-bottom: 8px solid #382F2D;
    min-height: 290px;
    background: #f7f7f7;
    color: #382f2d;
    font-size: 1em;
    line-height: 1.090909;
}
footer a{
    text-decoration: none;
    color: rgb(108, 108, 108);
}

.fooTop {
    height: 50px;
    width: 100%;
    padding: 20px;
    background: #F0F0F0
}

.fooTop .imgF {
    padding-left: 20px;
}

.fooMain {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 20px;
    padding-top: 60px;
    background: url("/components/images/footerMark.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 97.5% 30px;
    background-size: 10px 120px;
}

.fooM ul {
    display: flex;
    position: relative;
}

.fooM .fooM1 {
    font-size: 14px;
    font-weight: 550;
    color: #3d3935;
    padding-bottom: 15px;
    letter-spacing: .10em;
}

.fooM .fooM2 {
    font-size: 12px !important;
    font-weight: 550;
    color: rgba(108, 108, 108, 0.775);
    padding-bottom: 15px;
}

.fooMS {
    margin-left: 180px;
    margin-right: 30px;
}

footer .fooBottom {
    margin-bottom: 40px;
    margin-top: 20px;

}

.fooBottom * {
    overflow: hidden !important;
}

footer .fooBottom ul {
    padding: 0px 20px 0px 20px;
}

footer .fooBottom ul li {
    display: inline;
    flex-wrap: wrap;
    position: relative;
    background: #f7f7f7;
    font-size: 12px !important;
    /* color: rgb(61, 58, 58) !important; */
    color: rgb(61, 58, 58);
    font-weight: 600;
    margin-left: 10px;
}

.fooBText {
    font-size: 12px !important;
    color: rgb(61, 58, 58);
    font-weight: 500;
    padding-left: 20px;
    padding-top: 20px;
}

/* Media Queries*/

@media (max-width:850px) {
    .nav_menu {
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
        padding-bottom: 10px;
        background: #F0F0F0;
    }

    .nav_menu strong {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bolder;
        justify-content: center;
        font-size: 14px;
    }

    .nav_menu li {
        padding: 10px 10px;
    }

    .container {
        margin: 0px;
    }

    .header .right {
        position: relative;
        margin-left: 70%;
        padding-top: 10px;
    }
    .hidden:hover{
        text-decoration: underline !important;
        color: blue !important;
    }

    .sec7 {
        height: fit-content;
    }

    .sec8 {
        flex-direction: column;
        margin: 0px !important;
        padding: 0px !important;
    }

    .sec7,
    .sec8,
    .fooMain,
    .fooBottom {
        justify-content: center !important;
        justify-items: center;
        text-align: center;
    }
}

@media (max-width:650px) {


    .sec1 {
        background: url("/components/images/img6.1.jpg");
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 650px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 650px;
        justify-content: center;
    }

    .sec2 {
        background: url("/components/images/img4.1.jpg");
    }

    /* .sec1 .img1{
        max-height: 650px !important;
        min-height: 650px !important;
        height: 650px;
    } */
    .sec3 {
        background: url("/components/images/img8.1.jpg") no-repeat;
    }

    .sec4 {
        background: url("/components/images/img7.1.png") no-repeat;
    }

    .sec5 {
        background: url("/components/images/img1.1.png") no-repeat;
    }

    .sec6 {
        background: url("/components/images/img2.jpg") no-repeat;
    }


    .container .img1 {
        transform: none;
        height: auto;
    }

    .fooBottom {
        font-size: 10px;
    }
    

    .fooMS1 {
        /* justify-content: center; */
        /* justify-items: center; */
        margin-left: 0px;
    }

    .fooMain {
        flex-direction: column;
        background: none !important;
        justify-items: start !important;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

    .fooM {
        justify-content: left;
        justify-items: left;
        border-bottom: 1px solid #b3b3b3;
        padding-top: 5px;
        padding-left: 0px !important;
    }

    .fooMM {
        border-top: 1px solid #b3b3b3;
    }

    .fooM li {
        padding-top: 5px;
        padding-left: 25px;
    }

    .fooMS {
        margin: 0px !important;
        padding: 0px !important;
    }

    .sec8_right img,
    .sec7_left img {
        width: 300px;
        height: 250px;
        justify-content: center;
    }

    .sec7_right {
        padding: 0px !important;
    }
    .sec7_left{
        padding-top: 0px !important;
    }

    .sec7 *,
    .sec8 * {
        font-size: 8px;
        padding: 0px;
        overflow: hidden !important;
        flex-direction: column;
    }

    .sec7_text2,
    .sec7_text1,
    .sec8_text2,
    .sec8_text1 {
        font-size: 14px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .img2,
    .img1 {
        /* width: 250px !important; */
        height: 350px !important;
    }

    .sec8_left {
        text-align: center !important;
        justify-content: center !important;
        justify-items: center !important;
        padding: 0px !important;
    }

    .sec7,
    .sec8 {
        flex-direction: column;
        margin: 0px !important;
        padding: 0px !important;
        /* width: 250px !important; */
        max-height: 350px !important;
        min-height: 350px !important;
        font-size: 7px !important;
    }
    .header .left1 {
        width: 35px;
        height: 35px;
    }
    .right {
        /* margin-left: 85% !important; */
        padding-top: 10px;
        color: gray;        
        transform: scale(1.5) !important;
    }
    .hidden{
        display: none;
    }
    .hamburger{
        display: block;
        right: 0;
        top: 0;
        margin-left: 8px;
        margin-top: 3px;
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    } 
    .nav_menu{
        /* display: none; */
        position: fixed;
        left: -999%;
        top: 70px;
        padding-bottom: 0px !important;
        gap: 0;
        background-color: #000;
        width: 100%;
        text-align: center;
        transition: 00.3s;
    }
    .nav_menu a{
        cursor: pointer;
        
    }
    .nav_menu ul{
        margin: 16px 0px;
        flex-direction: column;
    }
    .nav_menu.active{
        top: 70;
        left: 0;
        height: 100%;
        position: static;
        display: block;
    }
    .container{
        position: relative !important;
        margin-top: 20px;
    }
    .nav_menu strong{
        color: #ffffff;
    }

}
@media(max-width:450px){
    
   .nav_menu ul strong{
        color: #ffffff !important;
        margin: 1rem;
        font-size: 12px;
    }
    .hamburger{
        display: block;
        right: 0;
        top: 0;
        margin-left: 10px;
        margin-top: 3px;
    }
    .right{
        margin-left: auto !important;
    }
    .sec8_right img,
    .sec7_left img {
        width: 250px;
        height: 200px;
        justify-content: center;
    }
    .sec7_text2,
    .sec7_text1,
    .sec8_text2,
    .sec8_text1 {
     
        padding: 0px !important;
        margin: 5px !important;
    }
  .fooBottom ul li{
      display: flex !important;
      flex-direction: column !important;
      flex-wrap: wrap !important;
      justify-content: start;
      text-align: start;
      margin-top: 5px;
  }  
   
   
}
@media(max-width:300px) {
   
    .header .left1 {
        width: 35px;
        height: 35px;
    }
    .nav_menu strong{
        font-size: 12px;
    }
    .hidden{
        display: none;
    }
    .img1{
        min-height: 280px !important;
        max-height: 280px !important;
        height: 280px !important;
    }
    .sec1 {
        background: url("/components/images/img6.1.jpg") no-repeat;
        background-size: 100% 100%;
    }
    /* .sec7_text2{
        padding: 5px 10px !important;
    } */
    .sec8_right img,
    .sec7_left img {
        width: 200px;
        height: 150px;
        justify-content: center;
    }
    .sec7_text2,
    .sec7_text1,
    .sec8_text2,
    .sec8_text1 {
     
        padding: 0px 5px !important;
        margin: 5px 10px !important;
    }
}

