@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;
}


/*top space*/
.top_space {
    height: 55px;
  background-color: #292561;
  display: flex;
  align-items: center;
  padding: 0 10%;
}

.top_space_box {
    display: flex;
  gap: 2.5vw;
}

.top_space_box a {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 300;
  align-items: center;
}

.top_space_box a span {
    display: inline-block;
    font-size: 18px;
}

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

.top_space_box a:hover span {
    animation: 1s rubberBand;
}

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

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

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

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

.navbar_type8 .logo img {
    width: 100%;
  padding: 10px 0;
  object-position: left;
  height: 100%;
  top: 0;
  transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 .logo img {
    height: 105%;
  top: 15%;
}

.navbar_type8.dark_nav .logo img {
    height: 100% !important;
  top: 0 !important;
}

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

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
  font-size: 1.1vw;
  font-weight: 500;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 110%;
  width: 0;
  border-bottom: none;
  transition: all 0.35s ease-in-out;
  opacity: 1;
  height: 3px;
  background-color: #292561;
  transform: translate(-50%, 0);
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

/*footer*/
.footer_type10 {
  color: #292561;
  background-color: #f0f0f0;
  padding-top: 1rem !important;
  overflow: hidden;
  font-size: 14px;
}

.footer_type10 .text {
  color: #292561 !important;
  font-size: 14px;
}

.footer_type10 a,
.footer_type10 .icon i,
.footer_type10 .social_media a .icon_s i {
    color: #292561;
}

.footer_type10 .text-light {
    color: #292561 !important;
}

.footer_type10 .line_top {
  border-top: 1px solid #292561;
}

.footer_type10 .sub_title {
    border-bottom: 1px solid #292561;
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover,
.footer_type10 .social_media a:hover .icon_s i {
  color: #36b5cd !important;
}

.footer_type10 .logo img {
    max-height: 70px;
}

.footer_type10 .title {
    min-height: 70px;
}

.footer_type10 .logo {
    padding-top: 70px;
}

.footer_type10 .sub_title p {
    font-size: 16.5px;
  font-weight: 600 !important;
}

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

.hp_banner_title {
    font-size: 2.8vw;
  font-weight: 700;
  color: #000;
  margin-bottom: .5vw;
}

.hp_banner_keyword {
    font-size: 1.15vw;
  letter-spacing: 2.5px;
  margin-bottom: 0;
  color: #000;
}

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

/*homepage industry*/
.hp_industry {
  padding: 4.5rem 7.5%;
  position: relative;
  z-index: 2;
}

.hp_industry_left {
    padding-right: 0;
}

.hp_industry_right_box {
    padding: 0 0 0 4.5vw;
}

.hp_big_title {
    color: #36b5cd;
  font-size: 2.2vw;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hp_keyword {
    font-size: 16.5px;
  color: #555;
  margin-bottom: 0;
}

.hp_keyword span {
    display: block;
}

.hp_industry_icon img {
    max-width: 75px;
  width: 75px !important;
}

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

.hp_industry_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.hp_industry_point:hover .hp_industry_icon img {
    animation: 1s swing;
}

.hp_industry_button {
    position: absolute;
  right: 0;
  bottom: -6.5vw;
}

.hp_button {
  background-color: #36b5cd;
  border: none;
  color: #fff;
  line-height: 1;
  padding: 5px 10px 5px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

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

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

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

.hp_button:hover span {
    transform: rotate(0);
}

/*homepage why*/
.hp_why {
  padding: 7rem 6.5% 0;
  background-color: #212322;
  position: relative;
  z-index: 1;
}

.hp_why .hp_keyword {
    color: #f4f4f4;
  width: 60%;
  margin: 0 auto;
}

.hp_why_ebox {
    margin: 10px 0;
    padding: 0 10px;
}

.hp_why_box {
    position: relative;
    transition: all 0.4s ease-in-out;
}

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

.hp_why_title {
    font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0 0;
}

.hp_why_title span {
    display: block;
}

.hp_why_top_box {
    margin-bottom: 3.5rem;
}

.hp_why .hp_button {
    height: 42px;
}

.hp_why_bottom_box {
    margin-bottom: -21px;
  display: flex;
  justify-content: center;
  margin-top: 4.5rem;
}

/*homepage driven*/
.hp_driven {
    padding: 6.5rem 9.5%;
  background-image: linear-gradient(to bottom, #fff 70%, #292561 70%);
}

.hp_driven_top_box {
    margin-bottom: 3rem;
}

.hp_driven .hp_keyword {
    color: #000;
  width: 70%;
  margin: 0 auto;
}

.hp_driven_left_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 5px;
  height: 100%;
  justify-content: space-between;
}

.hp_driven_right_box {
    padding-left: 5px;
}

.hp_driven_icon img {
    max-width: 95px;
  width: 95px !important;
}

.hp_driven_point:hover .hp_driven_icon img {
    animation: 1s swing;
}

.hp_driven_point {
    background-color: #36b5cd;
  display: flex;
  align-items: center;
  padding: 1.7vw 3vw;
  gap: 15px;
}

.hp_driven_title {
    font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hp_driven_left {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }
  .hp_driven_right {
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
  }
}

/*homepage long term*/
.hp_longTerm {
  padding: 0 calc(9.5% - 10px);
  background-image: linear-gradient(to bottom, #292561 75%, #fff 75%);
}

.hp_longTerm_ebox {
    padding: 0 10px;
    margin: 10px 0;
}

.hp_longTerm .hp_big_title {
  white-space: nowrap;
  margin-bottom: 0;
  position: relative;
}

.hp_longTerm .hp_big_title::before {
    content: "";
    position: absolute;
    right: -3.5vw;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 120%;
    background-color: #f4f4f4;
}

.hp_longTerm .hp_big_title span {
    display: block;
}

.hp_longTerm .hp_keyword {
    color: #f4f4f4;
}

.hp_longTerm_top {
    padding: 0 10px;
}

.hp_longTerm_top_box {
    display: flex;
  align-items: center;
  padding: 1rem 0;
  gap: 7vw;
  margin-bottom: 2rem;
}

.hp_longTerm_title {
    font-size: 22px;
  font-weight: 600;
  color: #555;
  margin: 20px 0 0;
}

.hp_longTerm_box {
    position: relative;
    transition: all 0.4s ease-in-out;
}

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

/*homepage about*/
.hp_about {
    padding: 6rem 12%;
}

.hp_big_title.hp_big_title2 {
    font-size: 2.4vw;
  margin-bottom: 25px;
}

.hp_small_title {
    font-size: 19px;
  color: #000;
  margin-bottom: 10px;
}

.hp_about_button {
    display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/*homepage product*/
#main_index .index_wrapper_8 {
    padding: 0 8.5%;
}

.hp_product_box {
    margin-bottom: 3rem;
}

#main_index .product_cat-10 .col-12.col-md-4.col-lg-4 {
    margin: 15px 0 !important;
}

#main_index .product_cat-10 .wrapper_product_category {
    margin-bottom: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
}

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

#main_index .product_cat-10 .wrapper_product_category > a > div:nth-child(2) {
  margin: -30px 0 0 auto !important;
  position: relative;
  background-color: #36b5cd;
  width: 75%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2vw;
}

#main_index .product_cat-10 .wrapper_product_category > a > div:nth-child(3) {
    display: none;
}

#main_index .product_cat-10 .wrapper_product_category .product_img {
    border-radius: 0;
  background-color: #d3d3d3;
  padding-top: 95%;
}

#main_index .product_cat-10 .wrapper_product_category h3 {
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

/*homepage video*/
#main_index .index_wrapper_9 {
    padding: 6.5rem 8.5%;
}

/*homepage contact*/
#main_index .index_wrapper_10 {
    padding: 0 9% 4rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27523/image/contact-us_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 7rem;
}

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

.hp_contact_box {
    padding-left: 1.5vw;
}

.hp_contact .hp_big_title.hp_big_title2 {
   color: #fff;
  margin-bottom: 15px;
}

.hp_contact_keyword {
    font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.hp_contact_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

.hp_contact .hp_button {
    color: #fff;
}

.hp_contactForm_title {
    color: #000;
  font-size: 2.2vw;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}

#main_index #index_11 {
    margin-top: -6vw;
}

#main_index .innerRow_11 {
    padding: 3rem 4vw;
  background-color: #e5e5e5;
  width: 100%;
  margin-left: auto;
}

#main_index .ex_hpcontact_formonly {
  margin: 0;
}

#main_index .ex_hpcontact_formonly .hp_contactform_header {
    display: none;
}

#main_index .ex_hpcontact_formonly .form-control {
  font-size: 0.85rem !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 7px 0;
  color: #000;
}

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

#main_index .ex_hpcontact_formonly .btn-primary {
    background-color: transparent !important;
  border-color: #000 !important;
  border-radius: 0;
  color: #000;
  padding: 8px 15px !important;
}

#main_index .ex_hpcontact_formonly .btn-primary:hover {
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
}

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

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*top space*/
    .top_space {
        padding: 0 15px;
    }
    .top_space_box a {
        font-size: 13px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0px 15px;
    }
    #main_index .navbar_type8 .logo img {
      height: 100%;
      top: 0;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
        padding: 12px;
    }
    
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.3vw;
        letter-spacing: 1.5px;
    }
    
    /*homepage industry*/
    .hp_industry {
        padding: 4rem 15px;
    }
    .hp_industry_left {
      padding-right: 15px;
    }
    .hp_industry_right_box {
      padding: 0;
    }
    .hp_big_title {
        font-size: 26px;
    }
    .hp_keyword {
        font-size: 14.5px;
    }
    .hp_industry_icon img {
      max-width: 65px;
      width: 65px !important;
    }
    .hp_button {
        font-size: 13.5px;
    }
    .hp_button span {
        font-size: 25px;
    }
    .hp_industry_button {
        bottom: -8vw;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 5rem 20px 0;
    }
    .hp_why_top_box {
      margin-bottom: 2rem;
    }
    .hp_why_title {
      font-size: 18px;
      margin: 20px 0 0;
    }
    .hp_why_bottom_box {
        margin-top: 3rem;
    }
    
    /*homepage driven*/
    .hp_driven {
        padding: 4rem 30px;
        background-image: linear-gradient(to bottom, #fff 75%, #292561 75%);
    }
    .hp_driven_icon img {
      max-width: 80px;
      width: 80px !important;
    }
    .hp_driven_point {
        padding: 1.5vw;
    }
    .hp_driven_title {
        font-size: 18px;
    }
    .hp_driven_right_box {
        height: 100%;
    }
    .hp_driven_right_box img {
        height: 100%;
        object-fit: cover;
    }
    
    /*homepage long term*/
    .hp_longTerm {
        padding: 0 20px;
    }
    .hp_longTerm_title {
        font-size: 18px;
    }
    
    /*homepage about*/
    .hp_about {
      padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_big_title.hp_big_title2 {
      font-size: 30px;
      margin-bottom: 20px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_8 {
      padding: 0 15px;
    }
    #main_index .product_cat-10 .wrapper_product_category h3 {
        font-size: 16px;
    }
    
    /*homepage video*/
    #main_index .index_wrapper_9 {
      padding: 4rem 15px;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_10 {
        padding: 0 15px 4rem;
        margin-top: 4rem;
    }
    .hp_contact_keyword {
        font-size: 15px;
    }
    .hp_contact_box {
      padding-left: 0;
    }
    .hp_contactForm_title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    #main_index .innerRow_11 {
        padding: 2.5rem;
    }

}

.side_menu {
    background-color: #292561;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage banner*/
    
    
    /*homepage industry*/
    .hp_industry_group {
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 1rem;
    }
    .hp_industry_button {
        bottom: -11vw;
    }
    .hp_keyword span {
      display: unset;
    }
    
    /*homepage why*/
    
    
    /*homepage driven*/
    
    
    /*homepage long term*/
    
    
    /*homepage about*/
    
    
    /*homepage product*/
    
    
    /*homepage video*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 {
        padding-bottom: 3rem !important;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 250px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 15px;
    }
    .hp_banner_title {
        font-size: 20px;
    }
    .hp_banner_keyword {
        font-size: 12px;
        letter-spacing: .5px;
        line-height: 1.2;
    }
    
    /*homepage industry*/
    .hp_industry_right_box {
        margin-top: 2.5rem;
    }
    .hp_industry_button {
        bottom: unset;
        position: relative;
        right: unset;
        display: flex;
        justify-content: flex-start;
        margin-top: 2rem;
    }
    
    /*homepage why*/
    .hp_why .hp_keyword {
        width: 100%;
    }
    .hp_why_title {
        font-size: 16px;
    }
    
    /*homepage driven*/
    .hp_driven .hp_keyword {
        width: 100%;
    }
    .hp_driven_top {
        padding: 0;
    }
    .hp_driven_left_box {
        padding-right: 0;
    }
    .hp_driven_right_box {
        height: auto;
        padding-left: 0;
        margin-top: 10px;
    }
    .hp_driven_right_box img {
        height: auto;
    }
    .hp_driven_title {
        font-size: 16px;
    }
    .hp_driven_point {
        padding: 10px;
        gap: 10px;
    }
    
    /*homepage long term*/
    .hp_longTerm .hp_big_title {
        white-space: wrap;
    }
    .hp_longTerm .hp_big_title::before {
        display: none;
    }
    .hp_longTerm_top_box {
        flex-direction: column;
        gap: 1.5rem;
    }
    .hp_longTerm {
        background-image: linear-gradient(to bottom, #292561 35%, #fff 35%);
    }
    .hp_longTerm .hp_big_title span {
      display: unset;
    }
    
    /*homepage about*/
    
    
    /*homepage product*/
    .hp_product_box {
      margin-bottom: 1rem;
    }
    #main_index .product_cat-10 .wrapper_product_category > a > div:nth-child(2) {
        width: 80%;
    }
    
    /*homepage video*/
    
    
    /*homepage contact*/
    #main_index #index_11 {
      margin-top: 3rem;
    }
    #main_index .index_wrapper_10 {
        padding: 4rem 15px;
        margin-top: 0;
    }
    .hp_big_title.hp_big_title2 {
        font-size: 27px;
    }
    #main_index .innerRow_11 {
        padding: 2rem 1.5rem;
        margin: 0;
    }

}
/*product table*/
@media only screen and (max-width: 768px) {
#main_showproducts table,#main_services table { 
    overflow-x:auto;
    display:block;
}
}

div#main_contactus{
    margin-top:5rem;
}