/* desktop */

body {
    color: #212529;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-bottom: 0 !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.navbar_type8 {
    height: 100px;
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    border-bottom: 2px solid #1d421f;
  transition: all ease-in-out 0.45s;
  padding: 0 8rem;
  background-color: #fff;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 30%;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 5px 0;
}

.navbar_type8 .nav_tab {
    padding-left: 0;
    padding-right: 0;
    flex: 0 1 70%;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    font-weight: 600;
    font-size: 1vw;
    color: #1d421f;
}


.navbar_type8 .nav_tab .nav_item a:hover {
    color: #1d421f;
    background-color: #ffe951;
}

.dark_nav {
    background-color: #fff !important;
    /*border-bottom: none;*/
    /*max-width: 100%;*/
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

/*.dark_nav:before {*/
/*    content: '';*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform: translate(-50%, 0);*/
/*    width: 101%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*}*/

/*.dark_nav:after {*/
/*    content: '';*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    transform: translate(50%, 0);*/
/*    width: 101%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*}*/

#main_index .dark_nav .nav_tab .nav_item a:hover, .dark_nav .nav_tab .nav_item a:hover {
    color: #1d421f;
    background-color: #ffe951;
}

#main_index #top_spacing {
    height: 0 !important;
}

/*#main_index #top_spacing:before {*/
/*    display: none;*/
/*}*/

/*#top_spacing {*/
/*    position: relative;*/
/*}*/

/*#top_spacing:before {*/
/*    content: '';*/
/*    background-image: url(https://cdn1.npcdn.net/userfiles/24094/image/header2.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.index_wrapper_2 {
    position: relative;
}

/*.index_wrapper_2:before {*/
/*    content: '';*/
/*    background-image: url(https://cdn1.npcdn.net/userfiles/24094/image/tear2.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 75px;*/
/*    z-index: 1;*/
/*}*/

.index_wrapper_2 .slider_banner, .index_wrapper_2 .slider_banner .item, .index_wrapper_2 .item img {
    height: 100% !important;
}

.index_wrapper_2 .slider_banner .banner_content {
    height: 100% !important;
    overflow: hidden;
    /*background-color: rgba(33, 37, 41, 0.25);*/
}

.table1 {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
    /*max-width: 1250px;*/
    /*margin: 0 auto;*/
    padding: 15px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.table1 br {
    margin: 15px auto;
}

.banner1 {
  font-size: 45px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  width: 50%;
  margin-bottom: 1rem;
  /*text-shadow: 2px 2px 1px #000;*/
}

.line1 {
    background-color: #ffe951;
    width: 100px;
    height: 5px;
}

.banner2 {
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.banner2 i {
    font-size: 25px;
  margin-right: 15px;
}

.banner2 a {
    color: #ffe951;
}
.banner2 a:hover {
    color: #fff;
}

.btn1 {
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    background-color: #ffe951;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
}

.btn1:hover {
    background-color: #ffffff;
    color: #ffe951;
}

.btn1:before {
    content: '';
    border: 5px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: 1s zoomIn infinite;
    opacity: 0;
}

.btn1:hover:before {
    border: 5px solid #ffe951;
}

.btn1 i {
    margin-right: 15px;
    animation: 1s swing infinite;
}

.delay1 {
    animation-delay: 0.2s;
}

.delay2 {
    animation-delay: 0.4s;
}

.delay3 {
    animation-delay: 0.6s;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space1 {
    padding-bottom: 50px;
}

.space2 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.space2.hp_footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

.font-middle {
    font-weight: 800;
  text-transform: uppercase;
  /*color: #ffe951;*/
  font-size: 18px;
  letter-spacing: 2px;
  /*text-shadow: 1px 1px 1px #000;*/
  color: #000;
}

.font-big {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  color: #1d421f;
  /*text-shadow: 2px 2px 1px #000;*/
}

.font-big span {
    display: block;
}

.gap1 {
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    margin: 15px;
}

.font-big-2 {
  font-size: 35px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.font-small {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.font-small a {
    color: #fff;
}

.font-small a:hover {
    color: #ffe951;
}

.btn2 {
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    background-color: #ffe951;
    color: #212529;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
}

.btn2:hover {
    background-color: #212529;
    color: #ffe951;
}

.btn2:before {
    content: '';
    border: 5px solid #212529;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: 1s zoomIn infinite;
    opacity: 0;
}

.btn2:hover:before {
    border: 5px solid #ffe951;
}

.btn2 i {
    margin-right: 15px;
    animation: 1s swing infinite;
}

.gap2 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #1d421f;
    color: #ffffff;
    margin: 15px;
}

.img1 {
    /*background-image: url(https://cdn1.npcdn.net/img/1678866892d2.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*height: 500px;*/
}

.img1 img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}

.box1 {
    position: relative;
    overflow: hidden;
}

.stick1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.50s;
}

.stick2 {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    transition: all 0.50s;
}

.box1:hover .stick1 {
    top: -100%;
}

.box1:hover .stick2 {
    top: 0;
}

.font-no {
    background-color: #ffe951;
    color: #000;
    padding: 15px;
    font-weight: bold;
}

.product-img1 {
    background-image: url(https://cdn1.npcdn.net/img/1678867800p1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
}

.product-img2 {
    background-image: url(https://cdn1.npcdn.net/img/1678868890p2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
}

.product-img3 {
    background-image: url(https://cdn1.npcdn.net/img/1678869072p3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
}

.product-img:before {
    content: '';
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-img {
    background-image: url('https://cdn1.npcdn.net/userfiles/25493/image/catebg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-img img {
    width: 100%;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.box1:hover .product-img img {
    padding: 0px;
}

.text1 {
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    transition: all 0.50s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text2 {
    border: none;
    width: 100%;
    height: 50%;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    transition: all 0.50s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1:hover .text1 {
    border: none;
    height: 50%;
    background-color: transparent;
}

.box1:hover .text2 {
    border: none;
  height: 100%;
  background-color: rgba(29, 66, 31, 0.9);
}

.font-title a {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text2 .font-title a {
    color: #ffffff;
}

.box1:hover .text1 .font-title a {
    color: #ffffff;
}

.box1:hover .text1 .font-title a:hover {
    color: #ffe951;
}

.box1:hover .text2 .font-title a {
    color: #ffe951;
}

.box1:hover .text2 .font-title a:hover {
 text-shadow: 1px 1px 3px #000;
}

.why_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.why_point {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why_point img {
  width: 25%;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}

.why_point p {
    margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.why_point:hover img {
    filter: none;
}

.why_point:hover p {
  color: #ffe951;
}
.service1 {
    background-image: url('https://cdn1.npcdn.net/userfiles/25493/image/servicebg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #ffffff;
}

.service1:before {
    content: '';
    background-color: #fcfcfc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

/*.service1:after {*/
/*    content: '';*/
/*    background-image: url(https://cdn1.npcdn.net/userfiles/24094/image/tear2.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    transform: scaleY(-1);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 75px;*/
/*    z-index: 1;*/
/*}*/

.align1 {
    text-align: right;
}

.five-full {
    flex: 0 0 20%;
    max-width: 20%;
}

.click1 {
    transition: all 0.50s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.click1:hover {
    transform: translateY(15px);
    background-color: #fcfcfc;
}

.border1 {
    border: 5px solid #ffffff;
}

.move1 {
    margin-top: 100px;
}

.font-title-2 {
    padding: 15px;
}

.font-title-2 a {
    font-weight: bold;
    text-transform: uppercase;
}

.font-title-2 a:hover {
    color: #212529;
}

.footer1 {
    position: relative;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.80);
}

.footer1:before {
    content: '';
    background-image: url('https://cdn1.npcdn.net/userfiles/25493/image/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*.footer1:after {*/
/*    content: '';*/
/*    background-image: url(https://cdn1.npcdn.net/userfiles/24094/image/tear2.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    transform: scaleY(-1);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 75px;*/
/*    z-index: 1;*/
/*}*/

.footer1 .font-small {
    display: flex;
    align-items: baseline;
}

.footer1 .font-small i {
    background-color: #ffe951;
    padding: 15px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.footer1 iframe {
    width: 100%;
}

.list1 ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.list1 ul li {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid #ffe951;
}

.list1 ul li:first-child {
    padding-left: 0;
}

.list1 ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.list1 ul li a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.list1 ul li a:hover {
    color: #ffe951;
}

.footer_type3 {
    background-color: #1d421f;
}

.footer_type3 .container.pt-3.pb-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer_type3 .container.pt-3.pb-3 .row {
    display: flex;
    align-items: center;
}

.footer_type3 .col-12.col-md-9, .footer_type3 .col-12.col-md-3 {
    padding: 15px;
}

/*.footer_type3 p {*/
/*    font-size: 17.5px;*/
/*    line-height: 17.5px;*/
/*    margin-bottom: 0 !important;*/
/*    padding: 0 !important;*/
/*}*/

/*.footer_type3 p small {*/
/*    font-size: 17.5px !important;*/
/*    line-height: 17.5px;*/
/*}*/

/*.footer_type3 .privacy_policy {*/
/*    font-size: 15px;*/
/*    padding: 0 !important;*/
/*}*/

.footer_type3 .social_media {
    margin-bottom: 0;
}

.footer_type3 .social_media li {
    margin-left: 0;
}

.footer_type3 .social_media li a .icon_s img {
    height: 25px;
    transition: all 0.50s;
}

.footer_type3 .social_media li a .icon_s img:hover {
    filter: brightness(0);
}

.page_title {
    margin: 50px auto 15px;
}

.page_title b {
  font-size: 30px;
  line-height: 35px;
  color: #1d421f;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}

#main_contactus .page_title {
    text-align: left !important;
    margin-bottom: -15px !important;
}

#main_contactus .ws_contact .tab-pane h5 strong {
    font-size: 15px;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus .col-12.col-md-4.ws_contact {
    margin-bottom: 50px !important;
}

#main_contactus .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

/*#main_contactus .contact_map iframe {*/
/*    height: 500px;*/
/*    max-width: 1250px;*/
/*    margin: 0 auto 50px;*/
/*    padding: 15px;*/
/*}*/

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {
    
.table1 {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
    /*max-width: 1250px;*/
    /*margin: 0 auto;*/
    padding: 15px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.navbar_mobile {
    background-color: #fff;
    border-bottom: none;
    height: 100px;
    display: flex;
    justify-content: center;
}

.sticky-menu {
    background-color: #ffe951;
    animation: 1s fadeInDown;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
}

.navbar_mobile .row_1 .col.pl-4, .navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    /*background-color: #ffe951;*/
    /*color: #ffffff;*/
    border-radius: 0 !important;
    display: flex;
    background-color: #ffffff;
    color: #212529;
}

.sticky-menu .btn-outline-light {
    background-color: #ffffff;
    color: #212529;
}

.navbar_mobile .btn-outline-light:hover {
    border-color: #ffe951;
    color: #ffe951;
    background-color: #ffffff;
}

.sticky-menu .btn-outline-light:hover {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #212529;
}

.side_menu {
    background-color: #1d421f;
    width: 55%;
}

.side_menu input {
    border-radius: 0;
    border: none;
}

.side_menu .list-group .list-group-item {
    border: none;
    text-align: center;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    justify-content: center;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #ffe951;
}

.side_menu .social_media {
    width: auto;
}

/*.index_wrapper_2 .slider_banner, .index_wrapper_2 .slider_banner .item, .index_wrapper_2 .item img,*/
/*.index_wrapper_2 .slider_banner .banner_content {*/
/*    height: 100vh !important;*/
/*}*/

.banner1 {
    font-size: 60px;
    line-height: 60px;
}

.font-big {
    font-size: 45px;
    line-height: 45px;
}

.font-big-2 {
    font-size: 45px;
    line-height: 45px;
}

.gap1, .gap2 {
    display: block;
}

.service1 {
    background-position: top center;
    background-size: auto;
}

.service1:before {
    height: 950px;
}

.five-full {
    flex: 0 0 50%;
    max-width: 50%;
}

.five-full:last-child {
    margin: 0 auto;
}

.move1 {
    margin-top: 0;
}

.list1 ul li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #ffe951;
    padding: 15px !important;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.list1 ul li:last-child {
    border-bottom: none;
}

.footer_type3 {
    text-align: center;
    padding-bottom: 50px;
}

.footer_type3 p {
    text-align: center !important;
}

.footer_type3 .social_media {
    justify-content: center;
}

}

.pushable {
  position: relative;
  background: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
  outline-offset: 4px;
  outline-color: deeppink;
  transition: filter 250ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsl(226, 25%, 69%);
  border-radius: 8px;
  filter: blur(2px);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  box-shadow: none !important;
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background: linear-gradient(
    to right,
    #367a39 0%,
    #459e4a 8%,
    #459e4a 92%,
    #367a39 100%
  );
}

.front {
  display: block;
  position: relative;
  border-radius: 0;
  background: #1d421f;
  padding: 12px 22px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.pushable:hover {
  filter: brightness(110%);
}

.pushable:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.pushable:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}

.about_right, .about_left, .why_left, .why_right {
    padding: 15px;
}

.hp_about_iso {
    display: flex;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.hp_about_iso img {
    max-height: 150px;
    object-fit: contain;
}

.hp_why .font-big-2 {
    margin-bottom: 2rem;
}

.hp_footer .font-middle {
    font-size: 20px;
  margin-bottom: 1rem;
  color: #fff;
}

.sec_banner_ebox {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: -1;
}

.banner_content {
    overflow: hidden;
}

.banner_color {
    color: #ffe951;
}

/* */

@media only screen and (max-width: 1200.5px) {
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
    }
    .navbar_type8 {
        padding: 0 15px;
    }
    .banner1 {
        font-size: 32px;
    }
    .font-big {
        font-size: 38px;
    }
    .font-big-2 {
        font-size: 28px;
        margin-bottom: 2px;
    }
    .font-small {
        font-size: 13px;
        margin-bottom: 2rem;
    }
    .front {
        font-size: 12px;
        padding: 10px 18px;
    }
    .hp_why .font-big-2 {
      margin-bottom: 1rem;
    }
    .why_point p {
        font-size: 13px;
    }
    .font-title a {
        font-size: 24px;
    }
    .space1 {
      padding-bottom: 2rem;
    }
    .space2 {
        padding-top: 5rem;
    }
    .font-title-2 {
      padding: 10px;
    }
    .font-title-2 a {
        font-size: 13px;
    }
    .font-small {
        margin-bottom: 1rem;
    }
    .banner2 i {
        font-size: 20px;
        margin-right: 10px;
    }
    .banner2 {
        font-size: 23px;
    }
}

@media only screen and (max-width: 767.5px) {
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 300px !important;
        object-fit: cover;
    }
    .index_wrapper_2 .slider_banner, .index_wrapper_2 .slider_banner .item, .index_wrapper_2 .item img {
        height: unset !important;
    }
    #main_index .index_wrapper_2 {
      margin-top: 100px;
    }
    .banner1 {
        font-size: 20px;
        line-height: 1.3;
        width: 80%;
        text-shadow: none;
        margin-bottom: 5px;
    }
    .table1 {
        top: 25%;
    }
    .sec_banner_ebox {
        width: 135%;
        left: 28%;
        bottom: 10%;
    }
    /*.index_wrapper_2::before {*/
    /*    bottom: -5%;*/
    /*}*/
    .space {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .font-big {
        font-size: 30px;
        text-shadow: none;
        line-height: 1.2;
    }
    .font-big-2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .why_point p {
        font-size: 12px;
    }
    .why_group {
        margin-bottom: 1rem;
    }
    .sticky-menu {
        background-color: #fff;
    }
    .hp_footer .align1, .hp_footer {
        text-align: center !important;
    }
    .footer1 .font-small {
        text-align: left;
    }
    .banner2 i {
        font-size: 10px;
    }
    .banner2 {
        font-size: 13px;
        line-height: 1.4;
    }
}