*{
  margin: 0;
  padding: 0;
  font-family: "Montserrat", serif;
}
a {
    color: #fff;
    text-decoration: none;
}
html{
    width: 100vw;
    overflow-x: hidden;
}

.dark-gray-bg {
    background-color: #252626;
}
.active {
    color: #c89e5c !important;
    font-weight: 700;
}
.nav-link {
    color: #fff;
    font-size: 16px;
    width: max-content;
}
.btn-close{
    position: absolute;
    right: 40px;
    top: 15px;
    background-color: #fff;
    border-radius: 7px;
    color: #000;
    padding: 9px;
    font-size: 10px;
}
.navbar-expand-lg .navbar-collapse {
    flex-direction: row-reverse;
}
.navbar-expand-lg .navbar-nav {
    width: 85%;
    gap: 3%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #c89e5c;
}
.nav-link:focus, .nav-link:hover {
    color: #c89e5c;
    cursor: pointer;
}
.logo-img{
    padding: 20px;
    width: 75%;
}
#hero {
    height: 123vh;
    background-image: url('../img/COVER 2.jpg');
    background-size: cover;
}
#hero .section-hero {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#hero h1 {
    color: #fff;
    border-left: 3px solid #c89e5c;
    padding-left: 2%;
}


#about {
    background-color: #262626;
    height: 70vh;
    display: flex;
    align-items: center;
}
.offcanvas-body #about {
    height: 50vh;
}
#about .left-border {
  border-left: 3px solid #c89e5c;
}

#about .title-section {
    padding-left: 2%;
}

#about .title-big {
    color: #c89e5c;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

#about .about-text {
    padding-left: 2%;
    color: #fff;
    font-weight: 600;
    padding-top: 2%;
    margin-bottom: 3%;
}

#about .see-more{
    color: #c89e5c;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding-left: 15px;
}

#services {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #262626;
    padding-bottom: 4%;
    margin: -1px;
}

#services img{
    width: 100%;
}

#services .left-border {
    border-left: 3px solid #c89e5c;
    margin-top: 7%;
}

#services .title-section {
    padding-left: 1%;
}

#services .title-big {
    color: #c89e5c;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

#services .services-text {
    padding-left: 15px;
    color: #fff;
    font-weight: 600;
    padding-top: 2%;
    margin-bottom: 3%;
}

#services .see-more{
    color: #c89e5c;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding-left: 15px;
    margin-bottom: 10%;
}

#cat {
    height: auto;
    display: flex;
    padding: 0px;
    background: url('../img/BANNER.jpg');
    align-items: center;
}
#cat .container-fluid{
  padding: 0;
}
.accordion {
    --bs-accordion-bg: transparent;
  }
  .accordion-button::after{
    display: none;
  }
  .accordion-button:not(.collapsed) {
      background-color: transparent;
      color: #000;
      box-shadow: none;
  }
  .accordion-body {
    padding: 0;
  }
  .accordion-button:focus {
      box-shadow: none;
  }
#cat .title-section, #cat svg {
    text-align: center;
    margin: 0 1%;
}
#cat .title-big{
  font-size: 2rem;
}
#cat-mission {
    height: 30vh;
    display: flex;
    align-items: center;
    background-color: #252626;
}

#cat-mission .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 1%;
    text-align: left;
}

#cat-mission .title-big {
    color: #c89e5c;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

#cat-mission .title-medium {
    color: #c89e5c;
    font-size: 1.3rem;
    font-weight: 700;
}
#cat-mission img{
    width: 55px;
}
#cat-mission .col-md-1{
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}
#cat-mission .title-small {
    color: #fff;
}

#cat-mission .cat-mission-text {
    padding-left: 15px;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 3%;
}

#cat-mission .see-more{
    color: #c89e5c;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding-left: 15px;
}

#cat .flex-buttom {
    display: flex;
    height: 250px;
    padding: 0% 6%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #c89e5c;
}
#cat .flex-buttom .image-con {
    width: 50px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#cat .flex-buttom img{
  width: 100%;
}
#cat .flex-buttom h4{
    margin: 13px 0;
    color: #c89e5c;
}
#cat .flex-buttom h4 {
    margin: 24px 0;
    color: #c89e5c;
}


#cat1 {
    height: 90px;
    display: flex;
    padding: 4px 0px;
    background: url('../img/BANNER.jpg');
    align-items: center;
}
#cat1 .title-section , #cat1 svg{
    text-align: center;
}

#cat1 .flex-buttom {
    display: flex;
    height: 250px;
    padding: 0% 6%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #c89e5c;
}
#cat1 .flex-buttom .image-con {
    width: 50px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#cat1 .flex-buttom img{
  width: 100%;
}
#cat1 .flex-buttom h4{
    margin: 13px 0;
    color: #c89e5c;
}
#cat1 .flex-buttom h4 {
    margin: 24px 0;
    color: #c89e5c;
}

.no-border{
  border: 0 !important;
}


#whyus {
    height: 70vh;
    display: flex;
    align-items: center;
}

#whyus .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 1%;
}

#whyus .title-big {
    color: #c89e5c;
    font-size: 3rem;
    font-weight: 700;
}

#whyus .whyus-text {
    padding-left: 15px;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 3%;
}

#whyus .see-more{
    color: #c89e5c;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding-left: 15px;
}





#projects {
    height: 100vh;
    display: flex;
    align-items: center;
}

#projects .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 1%;
}

#projects .title-big {
    color: #c89e5c;
    font-size: 3rem;
    font-weight: 700;
}
#projects .title-small {
    color: #fff;
}


#projects .projects-text {
    padding-left: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 2%;
}

#projects .ARCHITECT-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- ARCHITECH.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}
#projects .INTERIOR-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- INTERIOR.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

#projects .CONSTRUCTION-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- construction mangment.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

#projects .LAND-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- LAND DEVELOPMENT.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

#projects .RENOVATION-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- RENOVATION AND RESTORATION.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

#projects .see-more{
  color: #c89e5c;
  text-decoration: none;
  font-weight: bold;
  font-size: 21px;
  padding-left: 15px;
}
#projects .swiper-button-next, #projects .swiper-button-prev {
    position: absolute;
    bottom: 10px;
    top: auto;
    width: 30px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    color: #c89e5c;
    justify-content: center;
}
#projects .swiper-button-next:after, #projects .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    border: 3px solid #c89e5c;
    border-radius: 50%;
    padding: 8px 12px;
}
#projects .swiper-button-next{
  right: 80px;
left: auto;
}
#projects .swiper-button-prev {
  right: 140px;
left: auto;
}



#contact {
    background: #262626;
    height: 100vh;
    display: flex;
    align-items: center;
}

#contact .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 3%;
    margin-bottom: 3%;
}

#contact .title-big {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

#contact .contact-text {
    padding-left: 15px;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 3%;
}
#contact svg {
    background-color: #252626;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #c89e5c;
}
#contact .form{
    border: 1px solid #c89e5c;
    border-radius: 10px;
}

#contact .text0sec {
    padding-left: 13px;
    color: #fff;
}
#contact .text0sec p{
    font-size: 14px;
}
#contact .text0sec h6{
    margin: 0;
}

#contact form {
    background: #252626;
    padding: 7% 0 3% 0;
    border-radius: 10px;
}
#contact .see-more{
    color: #c89e5c;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding-left: 15px;
}
#contact input::placeholder, #contact textarea::placeholder {
  color: #c89e5c;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
#contact textarea{
  background: transparent;
  border: 1px solid #c89e5c;
}
#contact input {
    padding: 0rem .75rem;
    padding-bottom: 0.375rem;
    background: transparent;
    border: 1px solid #c89e5c;
}

.btn-warning {
    background-color: #c89e5c !important;
    color: #262626;
    text-transform: uppercase;
    padding: 1% 9%;
    font-size: 12px;
    border-color: #c89e5c !important;
}
.left{
  float: left;
}
.offcanvas-body {
    padding: 0 !important;
  }
.offcanvas.offcanvas-top{
  height: 100vh
}



#about-mission {
    height: 30vh;
    display: flex;
    align-items: center;
    background-color: #252626;
}

#about-mission .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 1%;
}

#about-mission .title-big {
    color: #c89e5c;
    font-size: 2rem;
    font-weight: 700;
}
#about-mission img{
    width: 55px;
}
#about-mission .col-md-1{
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}
#about-mission .title-small {
    color: #fff;
}

#about-mission .about-mission-text {
    padding-left: 15px;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 3%;
}

#about-mission .see-more{
    color: #c89e5c;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding-left: 15px;
}



#about-mission1 {
    height: auto;
    display: flex;
    align-items: center;
    background-color: #252626;
    padding-top: 5%;
}

#about-mission1 .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 4%;
    margin-bottom: 15%;
    width: 90%;
}

#about-mission1 .title-big {
    color: #c89e5c;
    font-size: 1.5rem;
    font-weight: 700;
}
#about-mission1 .col-md-1{
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}
#about-mission1 .title-small {
    color: #fff;
}

#about-mission1 .about-mission1-text {
    padding-left: 15px;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 3%;
}

#about-mission1 .see-more{
    color: #c89e5c;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding-left: 15px;
}


#projects-page {
    height: 100vh;
}

#projects-page .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 1%;
}

#projects-page .title-big {
    color: #c89e5c;
    font-size: 3rem;
    font-weight: 700;
}
#projects-page .title-small {
    color: #fff;
}


#projects-page .projects-text {
    padding-left: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 2%;
}

#projects-page .ARCHITECT-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- ARCHITECH.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}
#projects-page .INTERIOR-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- INTERIOR.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

#projects-page .CONSTRUCTION-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- construction mangment.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

#projects-page .LAND-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- LAND DEVELOPMENT.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}
#projects-page .RENOVATION-SERVICES {
    height: 100vh;
    background-image: url('../img/OUR PROJECTS- RENOVATION AND RESTORATION.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

#project-grid {
    background-color: #252626;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10%;
    padding-bottom: 10%;
}
#project-grid .project-item {
    padding-right: 4%;
    color: transparent;
    text-decoration: none;
    display: block;
}

#project-grid .project-item img{
   width: 100%;
}
#project-grid .col-md-6 {
    margin-bottom: 3%;
}

#project-grid .project-item .title-big {
    margin-top: 2%;
    color: #c89e5c;
    font-size: 1.7rem;
    font-weight: 700;
}
#project-grid .project-item .title-small {
    color: #fff;
    font-size: 18px;
}

body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
background: #252626;/* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
background-color: #c89e5c;/* color of the scroll thumb */
border-radius: 0px;/* roundness of the scroll thumb */
border: 3px solid #c89e5c;/* creates padding around scroll thumb */

}

.offcanvas-body::-webkit-scrollbar {
width: 8px; /* width of the entire scrollbar */
}
.offcanvas-body::-webkit-scrollbar-track {
background: #252626;/* color of the tracking area */
}
.offcanvas-body::-webkit-scrollbar-thumb {
background-color: #c89e5c;/* color of the scroll thumb */
border-radius: 0px;/* roundness of the scroll thumb */
 border: 3px solid #c89e5c;/* creates padding around scroll thumb */

}



#services-section #about-mission {
    height: 20vh;
    display: flex;
    align-items: center;
    background-color: #252626;
}

/* Project Details */


#project-details-title-section {
    background-color: #252626;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 3%;
}

#project-details-title-section .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 3%;
}

#project-details-title-section .project-item{
   padding-right: 4%;
}

#project-details-title-section .project-item .title-big {
  margin-top: 2%;
    color: #c89e5c;
    font-size: 2rem;
    font-weight: 700;
}
#project-details-title-section .project-item .title-small {
    color: #fff;
    font-size: 18px;
}




#project-details-data-section {
    background-color: #252626;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 3%;
}

#project-details-data-section .title-section {
    border-left: 3px solid #c89e5c;
    padding-left: 3%;
}

#project-details-data-section .project-item{
   padding-right: 4%;
}

#project-details-data-section .project-item img{
   width: 100%;
}
#project-details-data-section .col-md-6 {
    margin-bottom: 3%;
}

#project-details-data-section .breif-description {
    color: #fff;
}


#project-details-data-section .text-big {
    margin-top: 10%;
    color: #c89e5c;
    font-size: 1rem;
    font-weight: 700;
}

#project-details-data-section .text-medium {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    font-weight: 700;
}

#project-details-data-section .text-small {
    color: #fff;
    font-size: 14px;
}

#project-details-data-section .swiper-button-next:after, #project-details-data-section .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 12px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    border: 2px solid #fff;
    padding: 6px 9px;
    border-radius: 50%;
}
#project-details-data-section .mySwiper{
  margin-top: 15px;
}


.desktop{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 480px){
  html{
    width: 104vw;
}
  .offcanvas-body::-webkit-scrollbar {
      width: 1px;
  }
  body::-webkit-scrollbar {
      width: 1px;
  }
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
  #hero {
      height: 80vh;
      background-image: url('../img/mob/header.jpg');
      background-size: cover;
  }
  #projects .ARCHITECT-SERVICES {
      height: 101vh;
      background-image: url('../img/mob/arch.jpg');
  }
  #projects .INTERIOR-SERVICES {
      height: 101vh;
      background-image: url('../img/mob/interior.jpg');
  }

  #projects .CONSTRUCTION-SERVICES {
      height: 101vh;
      background-image: url('../img/mob/cons.mang.jpg');
  }

  #projects .LAND-SERVICES {
      height: 101vh;
      background-image: url('../img/mob/land development.jpg');
  }

  #projects .RENOVATION-SERVICES {
      height: 101vh;
      background-image: url('../img/mob/renovation.jpg');
  }


    #projects-page .ARCHITECT-SERVICES {
        height: 101vh;
        background-image: url('../img/mob/arch.jpg');
    }
    #projects-page .INTERIOR-SERVICES {
        height: 101vh;
        background-image: url('../img/mob/interior.jpg');
    }

    #projects-page .CONSTRUCTION-SERVICES {
        height: 101vh;
        background-image: url('../img/mob/cons.mang.jpg');
    }

    #projects-page .LAND-SERVICES {
      height: 101vh;
      background-image: url('../img/mob/land development.jpg');
    }
    #projects-page .RENOVATION-SERVICES {
      height: 101vh;
      background-image: url('../img/mob/renovation.jpg');
    }
  #about, #whyus {
    height: 75vh;
  }
  #cat {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #cat svg {
    width: 20px;
  }
  #cat .title-big {
    font-size: 1rem;
    margin: 0;
  }
  #cat .title-section{
    width: 80%;
  }
  #cat .sec-a{
    width: 100vw;
    align-items: center;
  }
  #cat-mission .title-big {
    font-size: 1rem;
  }
  #cat-mission {
    padding: 4%;
  }
  #cat-mission .title-section {
    width: 100%;
  }
  #cat-mission .title-medium {
    font-size: 0.8rem;
  }
  #cat-mission .title-small {
    font-size: 0.75rem;
  }
  .navbar-expand-lg .navbar-nav {
    padding: 0 18px;
  }
  #contact {
      height: 100vh;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      padding: 16px 16px;
  }
  #contact form {
    padding: 7%;
  }
  #about .title-section {
    padding-left: 4%;
    margin-bottom: 5%;
  }
  #about .title-big {
    font-size: 1.4rem;
  }
  #about .about-text, #about .see-more {
    font-size: 14px;
    margin-bottom: 5%;
  }

  .offcanvas-body #about .title-section {
    padding-left: 2%;
    margin-bottom: 2%;
  }
  .offcanvas-body #about .title-big {
    font-size: 1.2rem;
  }
  .offcanvas-body #about .about-text, .offcanvas-body #about .see-more {
    font-size: 12px;
    margin-bottom: 0%;
  }

  #whyus .title-section {
    padding-left: 4%;
    margin-bottom: 5%;
  }
  #whyus .title-big {
    font-size: 1.4rem;
  }
  #whyus .whyus-text, #whyus .see-more {
    font-size: 14px;
    margin-bottom: 5%;
  }

  #contact .title-section {
      padding-left: 4%;
      margin-bottom: 10%;
  }
  #contact .title-big {
    font-size: 1.4rem;
  }
  #contact .contact-text, #contact .see-more {
    font-size: 14px;
    margin-bottom: 5%;
  }

  #services {
      height: 100%;
  }
  #services .service-data-section {
    margin-bottom: 5%;
  }
  #services .title-section {
    padding-left: 4%;
    margin-bottom: 5%;
    margin-top: 10%;
  }
  #services .title-big {
    font-size: 1.4rem;
  }
  #services .services-text, #services .see-more {
    font-size: 14px;
    margin-bottom: 5%;
  }
  #services .ENGINEERING-SERVICES, #services .CONSTRUCTION-SERVICES {
    height: 100%;
  }

  #services .swiper-button-next:after, #services .swiper-button-prev:after {
    font-size: 11px;
    padding: 6px 9px;
  }
  #services .swiper-button-next, #services .swiper-button-prev {
    top: 40px;
    width: 20px;
  }
  #services .swiper-button-next {
    right: 20px;
    left: auto;
  }
  #services .swiper-button-prev {
    right: 60px;
    left: auto;
  }

  #cat .flex-buttom {
    height: 320px;
    border-right: 0px solid #c89e5c;
  }

  #projects .title-section {
    padding-left: 4%;
    margin-bottom: 5%;
  }
  #projects .title-big {
    font-size: 1.4rem;
  }
  #projects .projects-text, #projects .see-more {
    font-size: 14px;
    margin-bottom: 5%;
  }

  #projects-page .title-section {
    padding-left: 4%;
    margin-bottom: 5%;
  }
  #projects-page .title-big {
    font-size: 1.4rem;
  }
  #projects-page .projects-text, #projects-page .see-more {
    font-size: 14px;
    margin-bottom: 5%;
  }
  #project-grid .project-item .title-big {
    font-size: 1rem;
  }
  #project-grid .project-item .title-small {
    font-size: 14px;
  }
  #project-grid .project-item {
      margin-bottom: 10%;
  }

  #project-details-title-section .project-item .title-big {
    font-size: 1rem;
  }
  #project-details-title-section .project-item .title-small {
    font-size: 14px;
    width: 80vw;
    margin-bottom: 10%;
  }
  #project-details-data-section .breif-description {
    font-size: 14px;
  }
  .navbar-toggler-icon{
    filter: invert(1);
  }
  .navbar-toggler {
    border: 0 !important;
  }
  .navbar-toggler:focus {
      box-shadow: none !important;
  }

  #about-mission {
    height: 22vh;
  }

  #about-mission .col-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
  }
  #about-mission .title-section {
    padding-left: 7%;
  }
  #about-mission .title-big {
    font-size: 1rem;
  }
  #about-mission .title-small {
    font-size: 12px;
  }
  #about-mission1 .title-big {
      font-size: 1.2rem;
  }
  #about-mission1 .title-small {
    color: #fff;
    font-size: 12px;
  }

}
