@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}


#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 85px;
    border-bottom: .8px solid #ccc;
    background-color: #fff;
    padding: 0 8%;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: .8px solid #ccc !important;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: 100%;
  padding: 7px 0;
  object-position: left;
}

.navbar_type8 .nav_tab {
    padding: 0;
  /*gap: 1.4vw;*/
  justify-content: flex-end;
}

.navbar_type8 .nav_tab .nav_item {
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover {
    transform: translateY(-7px);
}

.navbar_type8 .nav_tab .nav_item a {
  color: #333;
  font-weight: 600;
  font-family: "Funnel Display", sans-serif;
  font-size: 1vw;
  padding:15px 0.7vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

/*footer*/
.footer_type7 {
  background-color: #003b75;
  color: white;
  padding-top: 0 !important;
  padding-bottom: 3rem !important;
  overflow: hidden;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3:nth-child(1),
.footer_type7 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
    display: none;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .title {
    display: none;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled {
  display: flex;
  gap: 2.5vw;
  font-size: 16px;
  margin-bottom: 2rem;
  border-bottom: .8px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3rem;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled li {
    display: block;
    transition: all 0.2s ease-in-out;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled li:hover {
    transform: translateY(-7px);
}

.footer_type7 .social_media a {
  margin-left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #333;
  border-radius: 40px;
}

.footer_type7 .social_media a:hover {
    color: #333;
    animation: 1s swing;
}

.footer_type7 .social_media {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 !important;
}

.down_space {
    background-color: #003b75;
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}

.down_space_box {
    display: flex;
  justify-content: space-between;
}

.down_space_title {
    font-size: 2vw;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.down_space_title span {
    display: block;
}

.down_space_keyword {
    font-size: 14.5px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.6;
}

.down_space_keyword span {
    display: block;
}

.down_space_text {
    font-size: 14.5px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.6;
}

.down_space_text a {
    color: #fff;
  display: flex;
  gap: 10px;
}

.down_space_text a span {
    width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #003a75;
  border-radius: 50%;
  font-size: 13px;
}

.down_space_text a:hover span {
    animation: 1s swing;
}

.down_space_text a:hover {
    color: #fff;
    text-decoration: none;
}

.down_space_middle {
    display: flex;
  flex-direction: column;
  gap: 10px;
}

.down_space_right {
    display: flex;
  flex-direction: column;
  gap: 15px;
}

/*homepage banner*/
.slider_banner .item {
    overflow: hidden;
}

.slider_banner .item > img {
    animation: zoomAnimation 20s infinite alternate;
}

@keyframes zoomAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 13.5%;
  overflow: hidden;
  padding-top: 11.5vw;
}

.hp_banner::before {
    content: "";
    position: absolute;
    left: 9.5%;
    top: 0;
    width: 16.63%;
    height: 100%;
    background-color: rgb(0,0,0,0.4);
    z-index: -1;
}

.hp_banner_box {
    width: 100%;
}

.hp_banner_title {
    font-family: "Funnel Display", sans-serif;
  margin-bottom: 0;
  font-size: 2.25vw;
  color: #fff;
  font-weight: 700;
}

.hp_banner_title:nth-child(2) {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1vw;
}

.hp_banner_title:nth-child(2)::after {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #fff;
}

.hp_banner_keyword {
    font-size: 1vw;
  color: #fff;
  width: 35%;
  margin-bottom: 0;
  margin-top: 1.5vw;
}

.hp_banner_button {
    display: flex;
  margin-top: 1.5vw;
}

.hp_banner .hp_button {
    background-color: transparent;
  border: .8px solid #fff;
}

/*homepage why*/
.hp_why {
    padding: 0 9.5%;
  background-color: #003a75;
}

.hp_small_title {
    font-family: "Funnel Display", sans-serif;
  font-size: 19px;
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.hp_big_title {
    font-family: "Funnel Display", sans-serif;
  margin-bottom: 0;
  font-size: 2vw;
  color: #333;
  font-weight: 700;
}

.hp_big_title span {
    display: block;
}

.hp_why .hp_small_title {
    color: #003a75;
  margin-bottom: 5px;
}

.hp_why_icon img {
    max-width: 50px;
    width: 50px !important;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_right_box {
  padding: 0 0 0 5vw;
  display: flex;
  gap: 6vw;
}

.hp_why_box {
    display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
}

.hp_why_title {
    font-family: "Funnel Display", sans-serif;
  color: #fff;
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 600;
}

.hp_why_keyword {
  font-size: 15px;
  margin-bottom: 0;
  color: #f4f4f4;
  font-weight: 300;
  font-family: "Funnel Display", sans-serif;
  letter-spacing: .5px;
}

.hp_why_left {
    background-color: #fff;
    padding: 0;
    position: relative;
}

.hp_why_left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9.8px;
    width: 100%;
    height: 9.8px;
    background-color: #003a75;
}

.hp_why_left_box {
    padding: 2rem 3vw 2.5rem;
  text-align: right;
}

@media (min-width: 768px) {
  .hp_why_left {
    -ms-flex: 0 0 20.5%;
    flex: 0 0 20.5%;
    max-width: 20.5%;
  }
  .hp_why_right {
      -ms-flex: 0 0 79.5%;
    flex: 0 0 79.5%;
    max-width: 79.5%;
  }
}

/*homepage category*/
#main_index .index_wrapper_4 {
    padding: 9.5rem 8.5%;
}

.hp_category {
    margin-bottom: 2.5rem;
}

.hp_category_right_box {
    display: flex;
  justify-content: flex-end;
}

.hp_button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 6px 10px 7px 20px;
  background-color: #003a75;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 5px;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 13.5px;
  cursor: pointer;
}

.hp_button span {
    line-height: .5;
  font-size: 25px;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.hp_button:hover span {
    transform: rotate(-360deg);
}

.hp_button:hover {
  transform: scale(1.05);
}

.hp_button:active {
  transform: scale(0.75);
}

.hp_button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

#main_index .product_cat-4 .cat_box .content {
  bottom: unset;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
  transition: ease-in 0.4s;
  position: absolute;
  left: 0;
  width: 55%;
  padding-left: 2vw;
}

#main_index .product_cat-4 .cat_box .content .content_box {
    padding: 0;
}

#main_index .product_cat-4 .cat_box .content .content_box h3,
#main_index .product_cat-4 .cat_box .content .line,
#main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0:nth-child(n+7) {
    display: none;
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-family: "Funnel Display", sans-serif;
  font-size: 19px;
  color: #333;
  margin-bottom: 15px !important;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

#main_index .product_cat-4 .cat_outter_box {
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_outter_box:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-4 .cat_box {
    height: auto;
    background-color: #f2f2f2;
  padding: 15px 0;
}

#main_index .product_cat-4 .cat_box img {
    width: auto !important;
  min-height: 220px;
  max-width: 220px;
  max-height: 220px;
  object-fit: contain;
}

#main_index .product_cat-4 .cat_box > a {
    display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    padding: 0;
  font-size: 13px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  border: none;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
  border-color: transparent;
  background-color: transparent;
  color: #000;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::after {
    content: "\f135";
    font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003a75;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: .5;
  color: #fff;
  font-size: 24px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

#main_index .product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary::after {
    transform: rotate(-360deg);
}

/*homepage about*/
.hp_about {
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28136/image/e-service-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    display: none;
}

.hp_keyword {
  font-size: 13.5px;
  margin-bottom: 0;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}

.hp_about .hp_keyword {
    width: 73%;
}

.hp_about_titles {
    margin-left: 4.5vw;
  padding-bottom: 1.5rem;
  border-bottom: 1.8px solid #003a75;
  margin-bottom: 5.5rem;
  width: 71%;
}

.hp_about_button {
    display: flex;
  margin-top: 3.5rem;
}

.hp_about_text2 {
    font-size: 17px;
  margin-bottom: 0;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
  font-family: "Funnel Display", sans-serif;
  width: fit-content;
  position: relative;
}

.hp_about_text2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.8px;
    width: 90%;
    height: 1.8px;
    background-color: #003a75;
}

.hp_about_left_box {
    width: 81%;
  margin-left: auto;
  position: relative;
}

.hp_about_left {
    position: relative;
}

.hp_about_left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
  height: 57%;
    background-color: #d8d8d8;
}

.hp_about_box {
  width: 12.5vw;
  height: 12.5vw;
  background-color: #003a75;
  margin-left: auto;
  padding: 2.5vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.hp_about_icon img {
    max-width: 55px;
  position: relative;
  left: -7px;
}

.hp_about_text1 {
    font-size: .85vw;
  margin-bottom: 0;
  color: #fff;
  font-family: "Funnel Display", sans-serif;
}

.hp_about_img1 {
    width: 78%;
  margin-top: -4vw;
}

.hp_about_img2 {
    width: 41%;
  margin-left: auto;
  margin-top: -1vw;
}

.hp_about_right_box {
    padding-top: 3.5rem;
}

/*homepage services*/
.hp_services {
    padding: 9.5rem 8.5%;
  position: relative;
  display: none;
}

.hp_services::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 72%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28136/image/e-service-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.hp_services_button1 {
    display: flex;
  margin-top: 3rem;
}

.hp_services_button2 {
    display: flex;
  justify-content: flex-end;
}

.hp_services_top {
    margin: 15px 0;
  display: flex;
  align-items: center;
}

.hp_services_ebox {
    margin: 15px 0;
}

.hp_services_box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover {
    transform: translateY(-10px);
}

.hp_services_img {
    overflow: hidden;
}

.hp_services_img img {
    transition: all 0.3s ease-in-out;
}

.hp_services_box:hover .hp_services_img img {
    transform: scale(1.1);
}

.hp_services_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.5vw 1.5vw 1.5vw 2.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.35);
}

.hp_services_title {
    font-family: "Funnel Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.3;
}

.hp_services_title span {
    display: block;
}

.hp_button2 {
    background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.hp_button2 span {
    display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: .5;
  color: #000;
  font-size: 24px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.hp_services_box:hover .hp_button2 span {
    transform: rotate(-360deg);
}

/*homepage project*/
.hp_project {
    padding: 0 8.5% 2.5rem;
}

#main_index .index_wrapper_7 {
    position: relative;
    margin-top: 7.5rem;
}

#main_index .index_wrapper_7::before {
    content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 58%;
  background-color: #d8d8d8;
}

.hp_project_top_box {
    width: 11vw;
  height: 11vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: #003a75;
  padding: .8vw 1vw;
}

.hp_project_text {
    margin-bottom: 0;
  letter-spacing: 2px;
  font-family: "Funnel Display", sans-serif;
  color: #f4f4f4;
  font-size: 1.2vw;
}

.hp_project_right_box {
    display: flex;
  justify-content: flex-end;
}

.hp_project_left_box {
    padding-left: 1vw;
}

.hp_project .hp_keyword {
    width: 70%;
  margin-top: 15px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
  padding: 0;
}

#main_index .hp_photoGallerySlider_type3 {
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.15);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slide:nth-child(odd) .outline_box .gallery_box {
    padding-top: 100%;
    margin: 15% 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slide:nth-child(even) .outline_box .gallery_box {
    padding-top: 130%;
    margin: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
  border-radius: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 20px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    background-image: unset;
  width: 27px;
  height: 27px;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  filter: unset;
  justify-content: center;
  align-items: center;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: .5;
  vertical-align: -.125em;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #003a75;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  content: "\f135";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    content: "\f12c";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
  width: 27px;
  height: 27px;
}

/*homepage contact*/
#main_index .index_wrapper_8 {
    padding: 10rem 11% 5rem;
    position: relative;
    background-image: url('https://cdn1.npcdn.net/userfiles/28136/image/g-contact-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.hp_contact_button1 {
    display: flex;
}

.hp_contact .hp_keyword {
    width: 65%;
  font-size: 14px;
  color: #555;
  margin: 2rem 0 1.5rem;
}

.hp_contact_box {
    position: relative;
    margin-left: 1vw;
}

.hp_contact_box::before {
 content: "";
  position: absolute;
  left: -3.5vw;
  top: -3vw;
  width: 6.5vw;
  height: 6.5vw;
  background-color: #e6e6e6;
  z-index: -1;
}

#main_index #index_9 {
    padding: 0 0 0 7vw !important;
}

#main_index .outerRow_8 {
    align-items: center;
}

#main_index .ex_hpcontact_formonly {
  margin: 0;
  font-size: 13px;
  color: #000;
}

#main_index .ex_hpcontact_formonly .hp_contactform_header,
#main_index .ex_hpcontact_formonly .btn-primary i {
    display: none;
}

#main_index .ex_hpcontact_formonly .form-control {
  font-size: 13px !important;
  color: #000;
  padding: 10px 12px;
  border: none;
  border-bottom: .8px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: transparent;
}

#main_index .ex_hpcontact_formonly textarea.form-control {
  height: 41px;
}

#main_index .ex_hpcontact_formonly .form-control::placeholder {
    color: #000;
    opacity: 1;
}

#main_index .ex_hpcontact_formonly .btn-primary {
  background-color: #003a75 !important;
  border-color: #003a75 !important;
  font-size: 13.5px !important;
  padding: 9px 20px !important;
  border-radius: 0;
  margin-top: 1.5rem;
}

/*other pages*/
.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
        padding: 12px 0.5vw;
    }
    
    /*footer*/
    
    .down_space {
        padding: 4rem 0;
    }
    .footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled,
    .down_space_keyword {
        font-size: 14px;
    }
    .down_space_title {
        font-size: 22px;
    }
    .footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled {
        margin-bottom: 1rem;
        padding-bottom: 2rem;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 0;
        padding-left: 7%;
    }
    .hp_banner::before {
        width: 20%;
        left: 30px;
    }
    .hp_banner_title {
        font-size: 2.5vw;
    }
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 0 30px;
    }
    .hp_why_icon img {
      max-width: 45px;
      width: 45px !important;
    }
    .hp_why_right_box {
      padding: 0;
      display: flex;
      gap: 5vw;
    }
    .hp_why_title {
        font-size: 18px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_4 {
      padding: 5rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_big_title {
        font-size: 24px;
    }
    .hp_why_left_box {
        padding: 2rem 3vw;
    }
    .hp_button {
        font-size: 13px;
        padding: 5px 7px 6px 15px;
    }
    .hp_category {
      margin-bottom: 1.5rem;
    }
    #main_index .product_cat-4 .cat_box img {
        min-height: 175px;
        max-width: 175px;
        max-height: 175px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    #main_index .product_cat-4 .cat_box .content {
        padding-left: 15px;
    }
    
    /*homepage about*/
    .hp_about_icon img {
        max-width: 40px;
    }
    .hp_about_left_box {
        width: calc(100% - 30px);
    }
    .hp_about_text2 {
        font-size: 16px;
        padding: 15px 0;
    }
    .hp_about_titles {
        margin-bottom: 3.5rem;
        width: 85%;
    }
    .hp_about .hp_keyword {
      width: 90%;
    }
    .hp_about_button {
        margin-top: 2rem;
    }
    
    /*homepage services*/
    .hp_services {
        padding: 5rem 15px;
    }
    .hp_services_button1 {
        margin-top: 1.5rem;
    }
    .hp_services_title {
        font-size: 18px;
    }
    .hp_button2 {
        font-size: 13px;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_7 {
        margin-top: 5rem;
    }
    .hp_project {
      padding: 0 15px 2rem;
    }
    .hp_project_left_box {
      padding-left: 0;
    }
    .hp_project .hp_keyword {
      width: 85%;
      margin-top: 5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
      padding: 10px 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
      right: 35px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: 35px;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_8 {
        padding: 5rem 15px;
    }
    #main_index #index_9 {
      padding: 0 15px !important;
    }
    .hp_contact .hp_keyword {
        margin: 1rem 0 1.5rem;
        width: 80%;
        line-height: 1.7;
    }
    #main_index .ex_hpcontact_formonly .btn-primary {
        margin-top: 1rem;
        font-size: 13px !important;
    }

}

.side_menu {
    background-color: #003a75;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner::before {
        width: 19%;
    }
    
    /*homepage why*/
    
    
    /*homepage category*/
    #main_index .product_cat-4 .cat_box > a {
        flex-direction: column;
    }
    #main_index .product_cat-4 .cat_box .content {
        padding-left: 0;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    #main_index .product_cat-4 .cat_box {
        padding: 20px;
    }
    
    /*homepage about*/
    .hp_about_left::before {
        height: 40%;
    }
    
    /*homepage services*/
    .hp_services_title span {
      display: unset;
    }
    
    /*homepage project*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .down_space_box {
        flex-direction: column;
        gap: 2rem;
        padding: 0 15px;
    }
    .down_space_title span {
      display: unset;
    }
    .footer_type7 .col-12.col-md-3.mb-md-0.p-3:nth-child(2) .list-unstyled {
        flex-direction: column;
        align-items: center;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 370px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_title {
        font-size: 22px;
    }
    .hp_banner_title:nth-child(2) {
        white-space: normal;
    }
    .hp_banner_title:nth-child(2)::after {
        display: none;
    }
    .hp_banner_keyword {
        font-size: 12.5px;
        width: 100%;
        margin-top: 5px;
    }
    .hp_banner .hp_button {
        font-size: 11.5px;
        padding: 2px 5px 3px 12px;
    }
    .hp_banner_button {
        margin-top: 15px;
    }
    .hp_banner::before {
        width: 25%;
        left: 0;
    }
    
    /*homepage why*/
    .hp_why_left_box {
        padding: 1.5rem 15px;
        text-align: center;
    }
    .hp_why_left::before {
        display: none;
    }
    .hp_why_right_box {
        padding: 2.5rem 0 0;
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .hp_why {
        padding: 2.5rem 30px;
    }
    
    /*homepage category*/
    .hp_category_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .product_cat-4 {
        padding: 0 22px;
    }
    #main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #main_index .product_cat-4 .cat_outter_box {
        padding: 8px;
    }
    #main_index .product_cat-4 .cat_box {
        padding: 10px;
    }
    #main_index .product_cat-4 .cat_box img {
        min-height: 130px;
        max-width: 100%;
        max-height: 130px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 16px;
        margin-bottom: 10px !important;
        -webkit-line-clamp: 2;
        margin-bottom: 15px !important;
    }
    
    /*homepage about*/
    .hp_about_box {
        width: 32vw;
        height: 32vw;
        padding: 4vw;
    }
    .hp_about_text1 {
        font-size: 2.5vw;
    }
    .hp_about_img1 {
      width: calc(100% - 30px);
      margin-top: -2rem;
    }
    .hp_about_right_box {
        padding: 3.5rem 30px 0;
    }
    .hp_about_titles {
        margin-bottom: 2rem;
        width: 100%;
        margin-left: 0;
    }
    .hp_big_title span {
      display: unset;
    }
    .hp_about .hp_keyword {
        width: 100%;
    }
    .hp_about_img2 {
      width: 100%;
      margin-top: 3rem;
    }
    
    /*homepage services*/
    .hp_services_top_box {
        margin-bottom: 2rem;
    }
    .hp_services_content {
        padding: 25px;
    }
    .hp_services_title {
        font-size: 19px;
    }
    
    /*homepage project*/
    .hp_project_top_box {
        width: 25vw;
        padding: 2vw;
        height: 25vw;
        margin-bottom: 1rem;
    }
    .hp_project_text {
        font-size: 3vw;
    }
    #main_index .index_wrapper_7::before {
        display: none;
    }
    .hp_project .hp_keyword {
        width: 100%;
        margin-top: 10px;
    }
    .hp_project_right_box {
      justify-content: flex-start;
      margin-top: 1.5rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 10px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: 20px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 20px;
    }
    
    /*homepage contact*/
    .hp_contact_box {
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .hp_contact_box::before {
        left: -5.5vw;
        top: -6vw;
        width: 15vw;
        height: 15vw;
    }
    .hp_contact .hp_keyword {
        width: 100%;
    }

}