@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

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: 100px;
    background-color: #fff;
    border-bottom: 1px solid rgb(0,0,0,0.15);
    padding: 0 6%;
    transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 {
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgb(0,0,0,0.15) !important;
}

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

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

.navbar_type8 .nav_tab {
    padding-right: 0;
    gap: 2vw;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
  color: #000;
  transition: all 0.25s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #bd9f7b;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
}

#main_index .navbar_type8 .nav_tab .nav_item:hover a {
    color: #bd9f7b !important;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #000 !important;
}

.navbar_type8.dark_nav .nav_tab .nav_item:hover a {
    color: #bd9f7b !important;
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff !important;
}

#main_index .navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff !important;
}

.navbar_type8.dark_nav .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #fff !important;
  background-color: #bd9f7b;
}

#main_index .navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #fff !important;
  background-color: #bd9f7b;
}

/*footer*/
.footer_type9 {
    color: #ccc;
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/H_Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    font-size: 14px;
    line-height: 1.6;
}

.footer_type9 .text {
    color: #ccc !important;
    font-size: 14px;
}

.footer_type9 .bg_dark {
    background-color: transparent;
}

.footer_type9 a:hover,
.footer_type9 a.text:hover {
    color: #fff !important;
}

.footer_type9 a {
    color: #ccc;
}

.footer_type9 .nav_item li a::after {
    color: #ccc;
    content: '|';
}

.footer_type9 .nav_item li a {
    text-transform: unset;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    padding-right: 10vw !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
    padding-left: 4vw !important;
}

.footer_type9 .sub_title p {
    color: #bd9f7b;
  font-weight: 400 !important;
  font-size: 17px;
}

.footer_type9 .logo img {
    max-height: 22px;
}

.footer_type9 .title {
    min-height: 60px;
}

.footer_type9 .logo {
    padding-top: 60px;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) .d-inline-flex {
    color: #bd9f7b;
}

.footer_type9 .icon {
    background-color: transparent;
}

.footer_type9 .icon i {
  color: #bd9f7b;
}

.footer_type9 .social_media {
    max-width: fit-content;
    gap: 10px;
    flex-wrap: nowrap;
  padding-right: 0 !important;
  margin: 0 !important;
}

.footer_type9 .social_media a .icon_s {
    color: #fff;
    border: 1px solid #fff;
    margin: 0 !important;
}

.footer_type9 .social_media a {
  margin-right: 0;
  color: #fff;
}

.custom_social_media {
    display: flex;
  align-items: center;
  gap: 10px;
}

.footer_type9 .social_mediaImg {
    margin: 0;
}

.footer_type9 .social_mediaImg .icon_s {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 25px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
}

.footer_type9 .social_mediaImg .icon_s img {
  filter: brightness(0) invert(1) !important;
  height: 19px;
}

.footer_type9 .social_media a .icon_s i {
  color: #fff;
}

.footer_type9 .social_mediaImg a:hover .icon_s,
.footer_type9 .social_media a:hover .icon_s {
  background-color: #bd9f7b;
  animation: 1s swing;
}

.footer_type9 .text span {
    display: block;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 768px) {
  .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/*homepage banner*/
.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
}

.hp_banner_box {
    width: 50%;
}

.hp_banner_button {
    position: absolute;
  right: 3rem;
  bottom: 1.5rem;
}

.hp_button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
}

.hp_word {
    font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 2px 15px;
}

.hp_img {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover .hp_img {
    transform: translateX(10px);
}

.hp_img img {
    max-width: 50px;
  filter: brightness(0) invert(1);
}

.hp_banner_title {
  font-family: "Crimson Text", serif;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  font-size: 4.6vw;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 2px;
}

.hp_font {
  font-size: 2.8vw;
  font-family: 'Great Vibes';
  font-weight: 400;
}

.hp_break {
    display: block;
  width: fit-content;
  margin-left: auto;
}

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
  position: absolute;
  bottom: 35px;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, 0);
}

.slider_banner .slick-dots li button::before {
  color: #fff;
  font-size: 8px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.slider_banner .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
  transform: scale(1.15);
}

.slider_banner .slick-dots li {
    margin: 0;
}

@media(min-width: 991px) {
    #main_index .index_wrapper_2 {
        margin-top: -100px;
    }
}

/*homepage about*/
.hp_about {
    position: relative;
    padding: 5rem 4%;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/B_Background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    z-index: -1;
}

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

.hp_about_point:hover .hp_about_icon img {
    animation: 1s swing;
}

.hp_big_title {
    font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #bd9f7b;
}

.hp_small_title {
    font-size: 17px;
  font-weight: 300;
  color: #000;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  justify-content: center;
  gap: 10px;
}

.hp_small_title::before,
.hp_small_title::after {
    content: "";
    width: 30px;
    height: .8px;
    background-color: #000;
}

.hp_about .hp_small_title {
    justify-content: flex-start;
}

.hp_about .hp_small_title::before {
    display: none;
}

.hp_keyword {
    font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 0;
  color: #000;
}

.hp_about_group {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 15px;
}

.hp_about_point {
    display: flex;
  align-items: center;
  gap: 15px;
}

.hp_about_right_box {
    padding-left: 1.5vw;
}

.hp_about_ebox {
    margin: 15px 0;
}

.hp_about_box {
    transition: all 0.4s ease-in-out;
}

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

.hp_about_number {
    display: flex;
  justify-content: center;
  text-align: center;
  color: #bd9f7b;
  font-size: 47px;
  font-weight: 600;
  line-height: .9;
}

.hp_about_keyword {
    font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.hp_about_count {
    width: 90%;
  margin: 5rem auto;
}

.hp_award_top_box {
    margin-bottom: 3rem;
}

#main_index .index_wrapper_4 {
    padding: 0 5%;
}

#main_index .index_wrapper_4 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: contain;
    filter: unset;
}

#main_index .index_wrapper_4 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 65%;
}

/*homepage project*/
#main_index .index_wrapper_6 {
    padding-bottom: 4rem;
}

#main_index .productSlider-1 .product_img .product_box {
  margin: 0;
  border: 0;
  background-color: transparent;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 50px 45px;
  height: auto;
  flex: 1;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide.slick-center {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
    transition: all 0.4s ease-in-out;
}

#main_index .productSlider-1 .product_img .product_box:hover .product_img_frame img {
    transform: translate(-50%, -50%) scale(1.15);
}

#main_index .productSlider-1 .product_img .product_box .content {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 52%;
}

#main_index .productSlider-1 .product_img .slick-next::before {
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button1.png');
}

#main_index .productSlider-1 .product_img .slick-prev::before {
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button2.png');
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 55px;
  height: 55px;
  color: transparent;
  opacity: 1;
}

#main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev {
    width: 55px;
  height: 55px;
}

#main_index .productSlider-1 .product_img .slick-next {
  right: 17%;
}

#main_index .productSlider-1 .product_img .slick-prev {
  left: 17%;
}

#main_index .product_slider_c_0 {
    margin-bottom: 0 !important;
}

#main_index .productSlider-1 .product_img .slick-dots {
  position: absolute;
  bottom: -15px;
}

#main_index .productSlider-1 .product_img .slick-dots li {
    width: 40px;
    height: 3px;
    margin: 0;
}

#main_index .productSlider-1 .product_img .slick-dots li button {
    width: 40px;
    height: 3px;
    padding: 0;
}

#main_index .productSlider-1 .product_img .slick-dots li button::before {
    color: transparent;
    font-size: 10px;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #ccc;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .product_img .slick-dots li button::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background-color: #bd9f7b;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#main_index .productSlider-1 .product_img .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #bd9f7b;
}

#main_index .productSlider-1 .product_img .slick-dots li.slick-active button::after {
    right: 0;
    opacity: 1;
}

/*homepage residential*/
#main_index .index_wrapper_7 {
    padding-bottom: 1px;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
    filter: brightness(0.9);
}

#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 {
    padding-top: 39%;
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  content: '';
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button1.png');
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: unset;
  display: block;
  filter: brightness(0) invert(1);
  text-shadow: none;
  color: transparent;
  opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
  content: '';
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button2.png');
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: unset;
  display: block;
  filter: brightness(0) invert(1);
  text-shadow: none;
  color: transparent;
  opacity: 1;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow.slick-disabled {
    opacity: 0.4;
}

#main_index .hp_photoGallerySlider_type3 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots {
  position: absolute;
  bottom: 25px;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li {
    width: 40px;
    height: 3px;
    margin: 0;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li button {
    width: 40px;
    height: 3px;
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li button::before {
    color: transparent;
    font-size: 10px;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #666;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li button::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #fff;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active button::after {
    right: 0;
    opacity: 1;
}

#main_index .innerRow_7 {
    position: relative;
}

#main_index #index_7_2 {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 81%;
  height: 75%;
  transform: translate(-50%, -50%);
}

.hp_residential {
    position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hp_residential_title span {
    display: flex;
  align-items: center;
  gap: 5px;
}

.hp_residential_title span::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.hp_residential_title {
    font-size: 2.3vw;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hp_residential_keyword {
    margin-bottom: 0;
  font-size: 15.5px;
  color: #fff;
  padding-left: 20px;
  border-left: 3px solid #fff;
  width: 36%;
  font-weight: 300;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-left: auto;
}

.hp_residential .container-fluid,
.hp_residential .row,
.hp_residential .hp_residential_ebox {
    width: 100%;
  height: 100%;
}

.hp_residential_box {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*homepage commercial*/



#main_index .innerRow_8 {
    position: relative;
}

#main_index #index_8_2 {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 81%;
  height: 75%;
  transform: translate(-50%, -50%);
}

.hp_commercial {
    position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hp_commercial .container-fluid,
.hp_commercial .row,
.hp_commercial .hp_residential_ebox {
    width: 100%;
  height: 100%;
}

/*homepage team*/
.hp_team {
    padding: 5rem 10% 3.5rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/E_Background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_team_top_box {
    margin-bottom: 2rem;
}

.hp_team_ebox {
    margin: 20px 30px;
}

.hp_team_box {
    transition: all 0.4s ease-in-out;
}

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

/*.hp_team_img {*/
/*    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
/*}*/

.hp_team_title {
    font-size: 22px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 400;
}

.hp_team_keyword {
    font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #bd9f7b;
}

.hp_team_keyword::after {
    content: "";
    width: 50px;
    height: 1.5px;
    background-color: #bd9f7b;
}

.hp_team_slider .slick-next::before {
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button1.png');
}

.hp_team_slider .slick-prev::before {
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button2.png');
}

.hp_team_slider .slick-prev::before, .hp_team_slider .slick-next::before {
  text-shadow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 80px;
  height: 80px;
  color: transparent;
  opacity: 1;
}

.hp_team_slider .slick-arrow {
  z-index: 1;
}

.hp_team_slider .slick-next, .hp_team_slider .slick-prev {
    width: 80px;
  height: 80px;
}

.hp_team_slider .slick-next {
  right: -80px;
}

.hp_team_slider .slick-prev {
  left: -80px;
}

/*homepage review*/
#main_index .index_wrapper_10 {
  padding: 5rem 6% 3rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/F_Background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_review .hp_small_title {
    font-size: 15px;
    color: #fff;
}

.hp_review .hp_small_title::before, .hp_review .hp_small_title::after {
    display: none;
}

.hp_review .hp_big_title {
    color: #000;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 10px;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .img {
    display: none;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area {
    margin-top: 0;
  margin-bottom: 20px !important;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
    font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card i {
    display: none;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name h6 {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name p.all_font_sm {
  font-size: 16px !important;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}

#main_index .hp_testimonial_type3 .testimonial_box {
    margin-top: 0 !important;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card {
    min-height: 160px;
  justify-content: center;
}

#main_index .hp_testimonial_type3 .fa-chevron-right::before {
  content: "";
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button1.png');
}

#main_index .hp_testimonial_type3 .fa-chevron-left::before {
  content: "";
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/C_Button2.png');
}

#main_index .hp_testimonial_type3 .fa-chevron-left::before, #main_index .hp_testimonial_type3 .fa-chevron-right::before {
  text-shadow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 75px;
  height: 75px;
  color: transparent;
  opacity: 1;
  filter: brightness(0) invert(1);
}

#main_index .hp_testimonial_type3 .slick-arrow {
  z-index: 1;
}

#main_index .hp_testimonial_type3 .slick-arrow {
    width: 75px;
  height: 75px;
  cursor: pointer;
}

#main_index .hp_testimonial_type3 .fa-chevron-right {
    top: 40% !important;
  right: -50px !important;
}

#main_index .hp_testimonial_type3 .fa-chevron-left {
    top: 40% !important;
  left: -50px !important;
}

#main_index .hp_testimonial_type3 .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#main_index .hp_testimonial_type3 .slick-dots {
    display: none;
}

#main_index .hp_testimonial_type3 {
  overflow: visible;
}

/*homepage news*/
#main_index .index_wrapper_11 {
    padding: 4.5rem 8%;
  background-image: url('https://cdn1.npcdn.net/userfiles/27478/image/G_Background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    margin: 15px 0 !important;
    padding: 0 15px;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover {
    transform: translateY(-10px);
}

.hp_news_top_box {
    margin-bottom: 2rem;
}

#main_index .hp_latest_new_8 .news_box .title {
    margin-top: 5px;
}

#main_index .hp_latest_new_8 .news_box .title b {
    font-weight: 400;
}

.hp_latest_new_8 .news_box .read_more {
    text-decoration: underline;
}

.hp_latest_new_8 .news_box .read_more:hover {
  color: #000;
  text-decoration: underline !important;
}

/*other pages*/
.toggle_btn {
    right: 50px;
}

/*homepage responsive*/

@media (max-width: 1450.5px) {
    .navbar_type8 {
        padding: 0 4%;
    }
}

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        padding: 6px;
        font-size: 1.3vw;
    }
    
    /*footer*/
    .footer_type9 {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    
    /*homepage banner*/
    .hp_word {
        font-size: 14px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_right_box {
        padding-left: 0;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_big_title {
        margin-bottom: 10px;
    }
    .hp_keyword {
        font-size: 14px;
        line-height: 1.6;
    }
    .hp_about_count {
        width: 100%;
        margin: 4rem auto;
    }
    .hp_about_number {
        font-size: 40px;
    }
    .hp_about_keyword {
        margin-top: 15px;
        font-size: 20px;
    }
    .hp_award_top_box {
        margin-bottom: 2rem;
    }
    #main_index .index_wrapper_4 {
        padding: 0 15px;
    }
    
    /*homepage project*/
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 40px 35px;
    }
    #main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev,
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        width: 45px;
        height: 45px;
    }
    
    /*homepage residential*/
    .hp_residential_title {
        font-size: 24px;
    }
    .hp_residential_title span::after {
        width: 40px;
        height: 1px;
    }
    .hp_residential_keyword {
        font-size: 14px;
        width: 45%;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev{
        width: 40px;
        height: 40px;
    }
    
    /*homepage commercial*/
    
    
    /*homepage team*/
    .hp_team {
        padding: 3rem 15px;
    }
    .hp_team_top_box {
      margin-bottom: 1rem;
    }
    .hp_team_ebox {
      margin: 20px;
    }
    .hp_team_slider .slick-prev::before, .hp_team_slider .slick-next::before,
    .hp_team_slider .slick-next, .hp_team_slider .slick-prev {
        width: 45px;
        height: 45px;
    }
    .hp_team_keyword {
        font-size: 15px;
    }
    .hp_team_title {
        font-size: 19px;
    }
    .hp_team_slider .slick-prev {
      left: -10px;
    }
    .hp_team_slider .slick-next {
      right: -10px;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_10 {
        padding: 3rem 15px;
    }
    .hp_review .hp_big_title {
        font-size: 30px;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
        font-size: 14px;
    }
    #main_index .hp_testimonial_type3 .slick-arrow,
    #main_index .hp_testimonial_type3 .fa-chevron-left::before, #main_index .hp_testimonial_type3 .fa-chevron-right::before {
        width: 45px;
        height: 45px;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name h6 {
        font-size: 16px;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name p.all_font_sm {
        font-size: 14px !important;
    }
    #main_index .hp_testimonial_type3 .fa-chevron-right {
        right: 0px !important;
    }
    #main_index .hp_testimonial_type3 .fa-chevron-left {
        left: 0 !important;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_11 {
        padding: 3rem 15px;
    }
    .hp_news_top_box {
      margin-bottom: 1rem;
    }

}

.side_menu {
    background-color: #262626;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type9 .social_media a {
        margin-bottom: 0;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 0;
    }
    
    /*homepage about*/
    .hp_about_group {
        grid-template-columns: 1fr;
    }
    
    /*homepage project*/
    #main_index .productSlider-1 .product_img .slick-next {
      right: 60px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: 60px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
        padding-top: 60%;
    }
    .hp_residential_keyword {
        width: 60%;
    }
    
    /*homepage residential*/
    
    
    /*homepage commercial*/
    
    
    /*homepage team*/
    
    
    /*homepage review*/
    
    
    /*homepage news*/
    

}

@media (max-width: 767.5px) {
    .toggle_btn {
      right: 30px;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .slick-dots {
      left: 15px;
      transform: unset;
      bottom: 15px;
    }
    .slider_banner .item > img {
        min-height: 350px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 15px;
    }
    .hp_banner_box {
      width: 90%;
    }
    .hp_banner_title {
        font-size: 33px;
    }
    .hp_font {
        font-size: 25px;
    }
    .hp_img img {
        max-width: 40px;
    }
    .hp_banner_button {
        right: 15px;
        bottom: 15px;
    }
    
    /*homepage about*/
    .hp_about::before {
        display: none;
    }
    .hp_about_left_box {
        margin-top: 2rem;
    }
    
    /*homepage project*/
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 40px 15px;
    }
    #main_index .productSlider-1 .product_img .product_box .product_img_frame {
      padding-top: 85%;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: 20px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: 20px;
    }
    #main_index .productSlider-1 .product_img .slick-dots li,
    #main_index .productSlider-1 .product_img .slick-dots li button,
    #main_index .productSlider-1 .product_img .slick-dots li button::before {
        width: 20px;
        height: 3px;
    }
    
    /*homepage residential*/
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
        padding-top: 120%;
    }
    .hp_residential_keyword {
        width: 100%;
        font-size: 12px;
        padding-left: 10px;
    }
    .hp_residential_box {
        justify-content: center;
        gap: 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
      right: 5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: 5px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots li,
    #main_index .hp_photoGallerySlider_type3 .slick-dots li button,
    #main_index .hp_photoGallerySlider_type3 .slick-dots li button::before {
        width: 20px;
        height: 3px;
    }
    
    /*homepage commercial*/
    
    
    /*homepage team*/
    
    
    /*homepage review*/
    #main_index .hp_testimonial_type3 .fa-chevron-right {
        right: -25px !important;
    }
    #main_index .hp_testimonial_type3 .fa-chevron-left {
        left: -25px !important;
    }
    #main_index .hp_latest_new_8 .news_box {
        padding: 15px;
    }
    
    /*homepage news*/
    
}


#main_contactus h5 {
    font-size: 1.25rem;
}