body {
    margin: 0;
    padding: 0;
/*    background-image: url('https://img.freepik.com/free-photo/solid-green-concrete-textured-wall_53876-160652.jpg?w=1060&t=st=1693150786~exp=1693151386~hmac=2b7acb8f505db78568b2aa3c726804feed0540555a7720d72d01852dbebd801e');*/
/*    background: #023020;*/
/*    background: linear-gradient(to right,#032117,#023020);*/
    background-image: url('aboutUsBG2.jpg');
/*    background-image: url('darkgreen.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;    
/*    background-image: url('https://e1.pxfuel.com/desktop-wallpaper/606/510/desktop-wallpaper-dark-green-backgrounds-dark-green-grunge-aesthetic.jpg');*/
    /*background: #023020;
    background: #032117;*/
}


.navbar{
      color: white;
      text-align: center;
    }

    a {
    color: white;
    text-decoration: none;
    position: relative;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #FFCB74;
    transition: width 0.3s;
}

a:hover::before {
    width: 100%;
}

    .active{
        background: #FFCB74;
        padding: 10px 15px;
        color: black;
        border: 1px solid #FFCB74;
    /* Add a color shadow at the bottom */
    }

    hr{
      width: 400px;
      text-align: center;
    }

    li{
      display: inline-block;
      list-style: none;
      font-size: 15px;
      text-transform: uppercase;
      padding: 25px;
      margin-left: 10px;
      font-family: 'Montserrat', sans-serif;
    }



    .items{
        overflow: hidden;
    }
        
    .main_logo{
        position: absolute;
        top: 30px;
        margin-left: 7px;
    }



h1{
background: #BF9A55;
background: linear-gradient(to right, #BF9A55 10%, #F5EE9D 41%, #D1A95D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.slide{
  height: 50vh;
  width: 85%;
  text-align: center;
  padding: 100px;
  font-family: 'poppins',sans-serif;
  line-height: 40px;
}   

.custom_btn{
/*      background: #FFCB74;*/
/*      background: #FFD700;*/
      padding: 15px;
      border-radius: 8px;
      outline: none;
      border: 1px solid #F5EE9D;
      color: #F5EE9D;
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
/*    font-family: san;*/
      background: none;
      backdrop-filter: blur(10px);
}

.custom_btn:hover{
    cursor: pointer;
    transform: 0.5s;
    background: #F5EE9D;
    color: black;
/*    -moz-box-shadow: 10px 10px 2px #FFCB74;
    -webkit-box-shadow: 10px 10px 20px #FFCB74;
    box-shadow: 0px 0px 30px #FFCB74;*/
    transition: 0.1s;
    box-shadow: 0 0 30px #F5EE9D;
}

center{
  padding-top: 50px;
  display: flex;
  justify-content: center;
}


.main_footer
{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 70vh;
    flex-direction: column;
    background: #ede7f6;
    font-family: 'Poppins',sans-serif;
}

p{
    line-height: 30px;
}

footer
{
    position:relative;
    width:100%;
    height:auto;
/*    padding:50px,100px;*/
    padding: 50px;
    background:#111;
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;

}
footer .container
{
    display:flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    flex-direction:row;
/*    padding-left: 100px;*/
}
footer .container .sec
{
/*  margin-right: 35px;*/
}
footer .container .sec.aboutus
{
 width: 30%;
 padding-left: 50px;
}
footer .container  h2
{
    position:relative;
    color:#fff;
    font-weight:500;
    margin-bottom: 15px;
/*    margin-left: 70px;*/
    text-align: center;
}

.third{
    position: relative;
    right: 50px;
}

footer.container h2:before
{
  content: '';
  position:absolute;
  bottom: -5px;
  left: 0;
  width:50px;
  height: 2px;
  background: #f00;    
}
footer p
{
    color:#999;
}
.sci
{
    margin-top:20px;
    display:flex;
    position: relative;
    right: 75px;
}
.sci li
{
    list-style: none;
}
.sci li a
{
    display: inline-block;
    width:40px;
    height: 40px;
    background: #222;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover
{
    background:#FFCB74;
    box-shadow: 0 0 15px #FFCB74;
}
.sci li a .fa
{
    color: #fff;
    font-size: 20px;
}
.quickLinks
{
 position: relative;
 width: 25%;

}
.quickLinks ul li 
{
list-style: none;
}
.quickLinks ul li a
{
    color:#999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.quickLinks ul li a:hover
{
    color: #FFCB74;
}
.contact
{
    width: calc(40% - 60px);
    margin-right: 0 !important;
    color: #999;
}
.contact .info
{
/*    position: relative;*/
    
}
.contact .info li
{
    display: flex;
    margin-bottom: 16px;
   
    
}
.contact .info li span:nth-child(1)
{
    color:#fff;
    font-size: 20px;
    margin-right: 10px;
}
.contact .info li span
{
    color:#999;
}
.contact .info li a
{
    color:#999;
    text-decoration: none;
}
.contact .info li a:hover
{
    color:#fff;
}
.copyrightText
{
    width: 100%;
    background: #181818; 
    padding: 8px 100px;
    text-align:center;
    color:white;
    font-family: 'Poppins',sans-serif;

} 

/*@media (max-width: 991px)
{
    footer
    {
        padding: 40px;
    }
    footer .container
    {
        flex-directional:column
    }
}*/