* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}


#Main #Content .top {
    background-color: #132C31;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/background_about.png");
    background-position: center;
    background-size: cover;
}
#Main #Content .top .title {
  /*transform: translateY(-50px);*/
  text-align: center;
  color: #fff;
}
#Main #Content .bottom .container-custom .card-main {
  /*transform: translateY(-100px);*/
  /*border-radius: 20px;*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  overflow: hidden;
}
#Main #Content .bottom .container-custom .card-main .img {
  width: 100%;
  max-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#Main #Content .bottom .container-custom .card-main .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#Main #Content .bottom .container-custom .card-main .card-content {
  padding: 2rem 1rem;
}
#Main #Content .bottom .container-custom .card-main #Reasons {
  background-image: url(../img/reasons-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay {
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  background-color: rgba(0, 128, 128, 0.7333333333);
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay .title-div {
  padding: 1rem 0 3rem 0;
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay .title-div .title {
  color: #fff;
  text-align: center;
  font-size: 48px;
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d9dadb;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  height: 200px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .icon-div {
  width: 100px;
  /*height: 60px;*/
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .icon-div img {
  width: 100px;
  /*height: 100%;*/
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
  text-align: left;
  font-size: 28px;
}
#Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div p {
    text-align: left;
}
#Main #Content .bottom .container-custom .card-main #Map h1 {
  text-align: center;
  margin: 3rem 0 2rem 0;
}
#Main #Content .bottom .container-custom .card-main #Map .map {
  position: relative;
}
#Main #Content .bottom .container-custom .card-main #Map .map .businesshours {
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#Main #Content .bottom .container-custom .card-main #Map .map .businesshours .name {
  font-size: 20px;
  font-weight: bold;
}
#Main #Content .bottom .container-custom .card-main #Map .map .addressoverlay {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
}
#Main #Content .bottom .container-custom .card-main #Map .map .addressoverlay .name {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
}
#Main #Content .bottom .container-custom .card-main #Map .map .addressoverlay .cont {
  padding: 10px 20px;
}
#Main #Content .bottom .container-custom .card-main #Brands .title-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
#Main #Content .bottom .container-custom .card-main #Brands .title-div .title {
  color: #000;
}
#Main #Content .bottom .container-custom .card-main #Brands .swiper3 {
  height: 130px;
  margin: 0 60px 60px;
}
#Main #Content .bottom .container-custom .card-main #Brands .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  border-left: 1px solid #d9dadb;
  border-right: 1px solid #d9dadb;
}
#Main #Content .bottom .container-custom .card-main #Brands .swiper-slide .img-div img {
  width: 100%;
  height: 100%;
  max-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: color-burn;
}
#Main #Content .bottom .container-custom .card-main #Brands .swiper-wrapper {
  transition-timing-function: linear !important;
}

#Footer {
  background-color: #101214;
  padding: 4rem 0;
}
#Footer .container .all {
  display: flex;
  justify-content: space-between;
}
#Footer .container .all .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
}
#Footer .container .all .left .logo-div {
  max-width: 280px;
}
#Footer .container .all .left .logo-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#Footer .container .all .left .address {
  max-width: 250px;
}
#Footer .container .all .left .address p {
  color: #fff;
  font-size: 20px;
}
#Footer .container .all .left .contact {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#Footer .container .all .left .contact .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#Footer .container .all .left .contact .item i {
  color: #fff;
  font-size: 18px;
}
#Footer .container .all .left .contact .item span {
  font-size: 18px;
  color: #fff;
}
#Footer .container .all .middle {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
#Footer .container .all .middle .title-div h3 {
  color: #fff;
  font-size: 22px;
}
#Footer .container .all .middle .nav-items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#Footer .container .all .middle .nav-items .nav-item a {
  color: #fff;
  font-size: 18px;
}
#Footer .container .all .right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
#Footer .container .all .right .title-div h3 {
  color: #fff;
  font-size: 22px;
}
#Footer .container .all .right .nav-items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#Footer .container .all .right .nav-items .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#Footer .container .all .right .nav-items .nav-item i {
  color: #fff;
  font-size: 18px;
}
#Footer .container .all .right .nav-items .nav-item a {
  color: #fff;
  font-size: 18px;
}



@media (max-width: 1100px) and (min-width: 900px) {

    #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card{
        flex-direction: column;
        gap: 20px;
        padding: 10px;
    }

    #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .icon-div img{
        width: unset;
        height: 60px;
    }

        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title,
        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div p {
            text-align: center;
        }

        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title{
            font-size: 24px;
        }

        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div p {
            font-size: 18px;
        }
}


@media (max-width: 900px) {

    #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card {
        flex-direction: row;
        gap: 40px;
        padding: 10px;
    }

        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .icon-div img {
            width: 70px;
        }

        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title,
        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div p {
            text-align: center;
        }

        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
            font-size: 24px;
        }

        #Main #Content .bottom .container-custom .card-main #Reasons .overlay .container .row .card-box .card .card-title-div p {
            font-size: 18px;
        }
}



@media (max-width: 992px) {
    #Header {
        display: none;
    }

    #Header-m {
        display: block;
    }

    #Map .map {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 1rem;
    }

        #Map .map .businesshours {
            position: unset !important;
            padding: 1rem;
            width: 100%;
        }

            #Map .map .businesshours .table {
                width: 100% !important;
            }

        #Map .map .addressoverlay {
            width: 100% !important;
            position: unset !important;
            padding: 1rem;
        }
}
@media (max-width: 600px) {
  #Main #Content .top {
    height: 230px;
  }
}
@media (min-width: 992px) {
  #Header {
    display: block;
  }
  #Header-m {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    --bs-gutter-x: 4rem;
  }
  #Main #Content .bottom .container-custom {
    max-width: unset;
    padding: 0 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    --bs-gutter-x: 3rem;
  }
  #Main #Content .bottom .container-custom {
    max-width: unset;
    padding: 2rem;
  }
  #Footer .container .all .left .address p {
    font-size: 18px;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 20px;
  }
  #Footer .container .all .right .title-div h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    --bs-gutter-x: 2rem;
  }
  #Footer .container .all .left .logo-div {
    max-width: 230px;
  }
  #Footer .container .all .left .address p {
    font-size: 18px;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 16px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 16px;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 18px;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 16px;
  }
  #Footer .container .all .right .title-div h3 {
    font-size: 18px;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #Main #Reasons .overlay .title-div .title {
    font-size: 38px !important;
  }
  #Main #Reasons .overlay .container .row .card-box .card {
    height: 150px !important;
  }
  /*#Main #Reasons .overlay .container .row .card-box .card .icon-div {
    width: 45px !important;
    height: 45px !important;
  }*/
  #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
    font-size: 22px !important;
  }
  #Footer .container .all {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #Footer .container .all .left {
    padding-bottom: 2rem;
    align-items: center;
  }
  #Footer .container .all .left .logo-div {
    max-width: 200px;
  }
  #Footer .container .all .left .address p {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .left .contact {
    align-items: center;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 14px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 14px;
  }
  #Footer .container .all .middle {
    padding: 2rem 0;
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 16px;
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 14px;
  }
  #Footer .container .all .right {
    padding-top: 2rem;
  }
  #Footer .container .all .right .title-div h3 {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items {
    align-items: center;
  }
  #Footer .container .all .right .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 14px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #Main #Reasons .overlay .title-div .title {
    font-size: 34px !important;
  }
  #Main #Reasons .overlay .container .row .card-box .card {
    height: 130px !important;
    row-gap: 10px !important;
  }
  /*#Main #Reasons .overlay .container .row .card-box .card .icon-div {
    width: 35px !important;
    height: 35px !important;
  }*/
  #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
    font-size: 18px !important;
  }
  #Footer .container .all {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #Footer .container .all .left {
    padding-bottom: 2rem;
    align-items: center;
  }
  #Footer .container .all .left .logo-div {
    max-width: 200px;
  }
  #Footer .container .all .left .address p {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .left .contact {
    align-items: center;
  }
  #Footer .container .all .left .contact .item i {
    font-size: 14px;
  }
  #Footer .container .all .left .contact .item span {
    font-size: 14px;
  }
  #Footer .container .all .middle {
    padding: 2rem 0;
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 16px;
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .middle .nav-items .nav-item a {
    font-size: 14px;
  }
  #Footer .container .all .right {
    padding-top: 2rem;
  }
  #Footer .container .all .right .title-div h3 {
    text-align: center;
    font-size: 16px;
  }
  #Footer .container .all .right .nav-items {
    align-items: center;
  }
  #Footer .container .all .right .nav-items .nav-item {
    text-align: center;
  }
  #Footer .container .all .right .nav-items .nav-item i {
    font-size: 14px;
  }
  #Footer .container .all .right .nav-items .nav-item a {
    font-size: 14px;
  }
}/*# sourceMappingURL=about.css.map */