@font-face {
    font-family: redhat-black;
    src: url('../fonts/RedHatDisplay/RedHatDisplay-Black.ttf');
}
@font-face {
    font-family: redhat-bold;
    src: url('../fonts/RedHatDisplay/RedHatDisplay-Bold.ttf');
}
@font-face {
    font-family: raleway-regular;
    src: url('../fonts/Raleway/Raleway-Regular.ttf');
}
@font-face {
    font-family: raleway-medium;
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
}
@font-face {
    font-family: raleway-semibold;
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf');
}
@font-face {
    font-family: raleway-light;
    src: url('../fonts/Raleway/Raleway-Light.ttf');
}
header {
    box-shadow: 0px 3px 6px #00000029;
}
/* header */
.container {
    max-width: 90.7rem;
    padding-left: 4.15rem;
    padding-right: 4.15rem;
}
.header .header-content nav.navbar ul.navbar-nav .nav-link {
    font-weight: 600;
    color: #000000;
}
.group-action {
    align-items: center;
}
.header .header-content nav.navbar ul.navbar-nav .nav-link:hover {
    color: #386641;
}
.group-action {
    align-items: center;
}
.shop-cart img {
    width: 17px;
    height: 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.image-shop {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-toggler img {
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
/* header */
/* footer */
.footer-wrap {
    padding: 0 250px;
    background: #6A994E;
    height: 300px;
}
.footer {
    display: flex;
    padding-top: 40px;
}
.footer-title {
    display: grid;
    flex: 0 0 30%;
}
.footer-title p {
    font-size: 18px;
    font-family: redhat-bold;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.footer-title a {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #FFFFFF;
    font-family: raleway-medium;
}
.footer-title .service1 {
    margin-top: -48px;
}
.footer-title .service2 {
    margin-top: -72px;
}
.phone {
    display: flex;
    margin-top: -30px;
}
.email {
    display: flex;
    margin-top: -35px;
}
.location {
    display: flex;
    margin-top: -40px;
}
.phone img {
    width: 20px;
    height: 20px;   
}
.email img {
    width: 20px;
    height: 20px;
}
.location img {
    width: 20px;
    height: 20px;
}
.phone span {
    color: #FFFFFF;
    margin-left: 20px;
    font-size: 16px;
    font-family: raleway-medium;
    letter-spacing: 0.32px;
}
.email span {
    color: #FFFFFF;
    margin-left: 20px;
    font-size: 16px;
    font-family: raleway-medium;
    letter-spacing: 0.32px;
}
.location span {
    color: #FFFFFF;
    margin-left: 20px;
    font-size: 16px;
    font-family: raleway-medium;
    letter-spacing: 0.32px;
}
.face {
    width: 25px;
    height: 20px;
    margin-right: 5px;
}
.ins {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.youtube {
    width: 25px;
    height: 25px;
}
.fiy {
    margin-top: -81px;
}
.copyright {
    height: 35px;
     background: #386641;
}
.copyright p {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: raleway-regular;
}
/* footer */
/* clean question */
.clean-question img {
    height: 100%;
    object-fit: cover;
    z-index: -2;
    position: absolute;
}
.background-question {
    background: #000000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.clean-question {
    position: relative;
    height: 400px;
}
.clean-question-content {
    height: 100%;
    justify-content: center;
    align-items: center;
}
.clean-question-content  div {
    width: 40%;
}
.clean-question-content  div p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.clean-question-content  div button {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 9px 22px 9px 22px;
}
.clean-question-content h1 {
    font-size: 28px;
    font-family: redhat-bold;
    letter-spacing: 2.24px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.clean-question-content p {
    font-size: 18px;
    font-family: raleway-regular;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-align: center;
}
/* clean question */
/* slide */
.about-clean-slide-wrap {
    padding: 0 15%;
    margin-bottom: 50px;
}
.image-about img {
    height: 580px;
    object-fit: contain;
}
.next-about::after {
    content: "";
}
.next-about img {
    width: 20px;
    height: 15px;
}
.prev-about::after {
    content: "";
}
.prev-about img {
    width: 20px;
    height: 15px;
}
/* slide */
/* aboutus */
.aboutus-title {
    margin-top: 50px;
    text-align: center;
}
.aboutus-title h1 {
    font-size: 28px;
    font-family: redhat-bold;
    letter-spacing: 2.24px;
    color: #272727;
    text-transform: uppercase;
}
.our-story-wrap {
    display: flex;
    padding: 0 7%;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.our-story-text {
    display: flex;
    align-items: center;
    margin-left: 60px;
}
.our-story-text-child h1 {
    font-size: 24px;
    font-family: redhat-bold;
    letter-spacing: 1.92px;
    color: #386641;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.our-story-text-child p {
    padding-right: 130px;
    letter-spacing: 0.32px;
    color: #272727;
    font-size: 16px;
    font-family: raleway-regular;
}
.our-mission-wrap {
    background: #F2E8CF;
    padding-bottom: 50px;
    padding-top: 50px;
}
.our-mission-title {
    padding: 0 12%;
    margin-bottom: 50px;
}
.our-mission-title-child {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #386641;

}
.our-mission-title-child p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.our-mission-title-child .our-mission {
    font-size: 18px;
    font-family: redhat-bold;
    letter-spacing: 1.44px;
    color: #386641;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 10px solid #386641;
    cursor: pointer;
}
.our-mission-title-child .our-vision {
    font-size: 18px;
    font-family: redhat-regular;
    letter-spacing: 1.44px;
    color: #386641;
    text-transform: uppercase;
    padding-bottom: 10px;
    cursor: pointer;
}
.our-mission-title-child .our-goals {
    font-size: 18px;
    font-family: redhat-regular;
    letter-spacing: 1.44px;
    color: #386641;
    text-transform: uppercase;
    padding-bottom: 10px;
    cursor: pointer;
}
.our-mission-content {
    padding: 0 20%;
}
.our-mission-content p {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1.44px;
    color: #272727;
    text-transform: uppercase;
    font-family: 'raleway-medium';
}
.our-mission-content span {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #000000;
    font-family: raleway-regular;
}
.out-team-wrap {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.out-team-wrap h1 {
    font-size: 24px;
    font-family: redhat-bold;
    letter-spacing: 1.92px;
    color: #386641;
    text-transform: uppercase;
}
.out-team-wrap p {
    font-size: 16px;
    font-family: raleway-regular;
    letter-spacing: 0.32px;
    color: #272727;
    padding: 0 30%;
}
#our-vision-content {
    display: none;
}
#our-goals-content {
    display: none;
}
.active-about {
    border-bottom: 10px solid #386641;
    font-family: redhat-bold !important;
}
.no-active-about {
    border-bottom: 2px solid #386641 !important;
    font-family: redhat-regular !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 999;
  }
  .our-mission-title-child p:hover {
      font-family: redhat-bold;
  }
/* aboutus */
@media all and (min-width: 320px) {
    /* footer */
    .footer-wrap {
        padding: 0 30px;
        height: 700px;
    }
    .footer {
        display: block;
    }
    .footer-title {
        margin-bottom: 50px;
    }
    .footer-title .about-grid {
        display: grid;
    }
    .footer-title .service1 {
        margin-top: 15px;
    }
    .footer-title .service2 {
        margin-top: 15px;
    }
    .phone {
        margin-top: 15px;
    }
    .email {
        margin-top: 15px;
    }
    .location {
        margin-top: 15px;
    }
    .fiy {
        margin-top: 15px;
    }
    /* footer */
    .login-form  {
        margin-left: 0;
    }
    .register-form  {
        margin-left: 0;
    }
    .recover-form  {
        margin-left: 0;
    }
    .our-story-wrap {
        display: block;
    }
    .our-story-text {
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }
    .our-story-text-child p {
        padding-right: 0;
    }
    .out-team-wrap h1 {
        margin-bottom: 15px;
    }
    .out-team-wrap p {
        padding: 0 15%;
    }
    .image-about img {
        height: 280px;
    }
    .about-clean-slide-wrap {
        padding: 0;
    }
    .next-about {
        display: none;
    }
    .prev-about {
        display: none;
    }
}
@media all and (min-width: 414px) {}
@media all and (min-width: 600px) {
    .image-about img {
        height: 485px;
    }
}
@media all and (min-width: 1024px) {
    .next-about {
        display: flex;
    }
    .prev-about {
        display: flex;
    }
    .our-story-wrap {
        display: flex;
    }
    .our-story-text {
        margin-left: 60px;
        text-align: left;
        margin-top: 0;
    }
     /* footer */
     .footer {
        display: flex;
    }
    .footer-wrap {
        padding: 0 70px;
        height: 300px;
    }
    .footer-title .service1 {
        margin-top: -44px;
    }
    .footer-title .service2 {
        margin-top: -72px;
    }
    .phone {
        margin-top: -30px;
    }
    .email {
        margin-top: -35px;
    }
    .location {
        margin-top: -40px;
    }
    .fiy {
        margin-top: -81px;
    }
    /* footer */
    .login-form  {
        margin-left: 30%;
    }
    .register-form  {
        margin-left: 30%;
    }
    .recover-form  {
        margin-left: 30%;
    }
}
@media all and (min-width: 1366px) {
	.wrap-policy {
		margin-left: 150px;
		margin-right: 150px;
	}
    .next-about {
        background: #386641;
        width: 44px;
        top: 393px;
        right: 0;
     }
    .prev-about {
        transform: rotate(180deg);
        background: #6A994E;
        width: 44px;
        top: 393px;
        left: 857px;
    }
    .next-about {
        display: flex;
    }
    .prev-about {
        display: flex;
    }
    .about-clean-slide-wrap {
        padding: 0 15%;
    }
    .image-about img {
        height: auto;
    }
    .out-team-wrap p {
        padding: 0 30%;
    }
    .our-story-text-child p {
        padding-right: 130px;
    }
    .our-story-text {
        margin-left: 60px;
        text-align: left;
        margin-top: 0;
    }
    .our-story-wrap {
        display: flex;
    }
     /* footer */
     .footer-wrap {
        padding: 0 250px;
        height: 300px;
    }
    .footer {
        display: flex;
    }
    .footer-title {
        margin-bottom: 0;
    }
    .footer-title .about-grid {
        display: grid;
    }
    .footer-title .service1 {
        margin-top: -48px;
    }
    .footer-title .service2 {
        margin-top: -72px;
    }
    .phone {
        margin-top: -30px;
    }
    .email {
        margin-top: -35px;
    }
    .location {
        margin-top: -40px;
    }
    .fiy {
        margin-top: -81px;
    }
    /* footer */
}
@media all and (min-width: 1440px) {
    .next-about {
        background: #386641;
        width: 44px;
        top: 418px;
        right: 0;
    }
    .prev-about {
        transform: rotate(
    180deg
    );
        background: #6A994E;
        width: 44px;
        top: 418px;
        left: 922px;
    }
}
@media all and (min-width: 1900px) {
    .next-about {
        background: #386641;
        width: 44px;
        top: 558px;
        right: 0;
    }
    .prev-about {
        transform: rotate( 
    180deg
     );
        background: #6A994E;
        width: 44px;
        top: 558px;
        left: 1243px;
    }
    p, span {
        font-size: 24px !important;
    }
     /* footer */
     .footer-title p {
        font-size: 24px;
    }
    .footer-title a {
        font-size: 20px;
    }
    .copyright p {
        font-size: 20px;
    }
    /* footer */
}