*{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0%;
}
.about-us-values-div{
    background-image: url('../../images/page/about_us.jpg');
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(250, 235, 215, 0.503);
}
.about-us-values-div-main{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-us-values-div-tag{
    padding: 25px 0px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 75%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us-values-div-ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px 25px;
    width: 100%;
    font-size: 18px;
}
.about-us-values-div-ul ul{
    padding: 15px 127px;   
}
.about-us-values-div-ul ul li {
    padding: 10px 0px 0px 0px;
}
.quotes-span{
    font-size: 65px;
    font-weight: 900;
    color: #fd7520;
    line-height: .7;
}
.quotes-span-2{
    line-height: .7;
    font-size: 65px;
    font-weight: 900;
    color: #fd7520;
}
.quotes-para{
    line-height: 1.8;
}

.Established-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0px;
}
.Established-div div{
    display: flex;
    justify-content: center;
    width: 70%;
}
.Established-div-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.Established-div-1{
    color: #00ac4e;
    font-weight: 700;
    font-size: 3.5rem;
    text-wrap: nowrap;
}
.Established-div-2{
    font-size: 1.3rem;
    text-wrap: nowrap;
}
.Established-div hr{
    background-color: grey;
    height: 120px;
}
.started-tag{
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    background-color: rgba(250, 235, 215, 0.503);
}
.started-tag-main{
    padding: 90px 0px 90px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    gap: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 1.2rem;
    
}

@media only screen and (max-width: 480px) {
    .container-mobile{
        display: none;
    }
    .container-mobile{
        display: none;
    }
   .started-tag-main{
    width: 85%;
    }
    .started-tag-main h1{
        line-height: 40px;
    }
    .about-us-values-div{
        height: max-content;
    }
    .about-us-values-div-main{
        width: 100%;
        height: fit-content;
        padding: 40px 0px 40px 0px;
    }
    .about-us-values-div-tag{
        width: 90%;
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .about-us-values-div-ul{
        width: 90%;
        padding: 0px;
        display: flex;
        flex-direction: column;
    }
    .quotes-span{
        padding-right: 4px;
    }
    .quotes-span-2{
        padding-left: 4px;
    }
    .Established-div div{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
    .Established-div div hr{
        width: 90%;
        height: 1px;
    }
    .div-top-logo-mobile{
        width: 100%;
        display: flex;
        justify-content: center;
        height: auto;
    }
    .div-top-logo-mobile a img{
        height: 36px;
        width: 100px;
    }

}


@media only screen and (max-width: 768px) {
    .mobile-nav-button-div{
        width: max-content;
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .button-search{
        background-color: transparent;
        border: none;
    }
    .button-search img{  
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .started-tag-main{
        width: 80%;
        padding: 50px 0px 50px 0px;
    }
    .Established-div div{
        width: 95%;
    }
}

@media only screen and (max-width: 992px){
    .mobile-nav-button-div{
        width: max-content;
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .button-search{
        background-color: transparent;
        border: none;
    }
    .button-search img{  
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .started-tag-main{
        width: 80%;
        padding: 50px 0px 50px 0px;
    }
    .Established-div div{
        width: 95%;
    }
}

/*.footer-main {*/
/*  background-color:rgb(2, 48, 52);*/
/*  color: #ccc;*/
/*  font-family: 'Segoe UI', sans-serif;*/
/*  padding: 40px 20px 20px;*/
/*}*/

/*.footer-container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*  gap: 30px;*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*}*/

/*.footer-column {*/
/*  flex: 1 1 180px;*/
/*  min-width: 180px;*/
/*}*/

/*.footer-column h3 {*/
/*  color: #fff;*/
/*  margin-bottom: 10px;*/
/*  font-size: 18px;*/
/*}*/

/*.footer-column hr {*/
/*  border: 0;*/
/*  border-top: 2px solid #ff9900;*/
/*  width: 40px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.footer-column a {*/
/*  display: block;*/
/*  color: #ccc;*/
/*  text-decoration: none;*/
/*  margin-bottom: 8px;*/
/*  font-size: 15px;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*.footer-column a:hover {*/
/*  color: #ff9900;*/
/*}*/

/*.social-icons a img {*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  margin-right: 10px;*/
/*  filter: grayscale(100%) brightness(1.5);*/
/*  transition: filter 0.3s ease;*/
/*  background-color: white;*/
/*  border-radius: 100%;*/
/*}*/

/*.social-icons a img:hover {*/
/*  filter: grayscale(0%) brightness(1);*/
/*}*/

/*.footer-bottom {*/
/*  text-align: center;*/
/*  padding-top: 20px;*/
/*  margin-top: 30px;*/
/*  border-top: 1px solid #333;*/
/*  color: #888;*/
/*  font-size: 14px;*/
/*}*/

/*.footer-bottom a {*/
/*  color: #ff9900;*/
/*  text-decoration: none;*/
/*}*/

/*.footer-bottom a:hover {*/
/*  text-decoration: underline;*/
/*}*/

