@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* desktop */

body {
    color: #102621;
    font-size: 16px !important;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.productDetailImageSpecial{
    padding:0 5rem;
}

@media screen and (max-width: 767.5px){
    .productDetailImageSpecial{
        padding:0 0rem;
    }   
}

/* menu */

.navbar_type8 {
    height: 100px;
    max-width: 1240px;
    left: 50%;
    transform: translate(-50%, 0);
}

.navbar_type8 .logo {
    flex: auto;
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: auto;
}

.navbar_type8 .nav_tab {
    flex: 0 1 auto;
    padding-left: 0;
    padding-right: 15px;
    align-items: center;
    gap: 25px;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 0;
    font-weight: 900;
    font-size: 1vw;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #9ea5aa;
}

.dark_nav {
    background-color: transparent !important;
}

.dark_nav:before {
    content: '';
    background-color: #102621;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dark_nav:after {
    content: '';
    background-color: #102621;
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#main_index #top_spacing {
    height: 0 !important;
}

#top_spacing {
    background-color: #102621;
}

/* banner */

.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}

.hp_table {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    margin: 0 auto;
    height: 75%;
    max-width: 1240px;
}

.hp_half {
    width: 50%;
}

.hp_half h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25;
    color: #ffffff;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    position: relative;
}

.index_wrapper_3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 32.55vw solid transparent;
    border-left: 32.55vw solid #102621;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_middle {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
    border-left: 1px solid #143727;
    padding-left: 15px;
}

.hp_title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25;
    color: #143727;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #143727;
    color: #ffffff;
    border: none;
    padding: 5px 50px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: max-content;
}

.hp_button a button:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/26255/image/button1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.hp_button a button:hover:before {
    left: -50%;
}

.hp_button a button span {
    position: relative;
    left: 15px;
    transition: all 0.50s;
}

.hp_button a button:hover span {
    left: 0;
}

/* testimonial */

.index_wrapper_4 {
    padding-top: 100px;
    background-color: #102621;
    color: #ffffff;
    position: relative;
}

.index_wrapper_4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 32.55vw solid transparent;
    border-right: 32.55vw solid #ffffff;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_4 .hp_middle {
    border-left: none;
    padding-left: 0;
}

.index_wrapper_4 .hp_title {
    color: #ffffff;
}

.hp_testimonials_type2 .testimonial_type_2_header {
    display: none;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card {
    border-radius: 15px;
    max-width: 100%;
    min-height: auto;
    background-color: #143727;
    border: none;
    padding-bottom: 50px;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .img {
    top: -50px;
    border-radius: 15px;
    box-shadow: none;
    /*display: none;*/
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .img img {
    background-color: #ffffff;
    padding: 15px;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .name {
    margin-top: 15px !important;
    order: 1;
    flex-direction: column-reverse;
    display: flex;
    font-weight: bold;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .name h6 {
    /*display: none;*/
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .text_area {
    margin-bottom: 0 !important;
    margin-top: 100px !important;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .text_area .text {
    white-space: normal;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card i {
    color: #ffffff;
}

.hp_testimonials_type2 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hp_testimonials_type2 .slick-dots {
    bottom: 0;
}

/* portfolio */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
    position: relative;
}

.index_wrapper_5:before {
    content: '';
    background-color: #102621;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

.index_wrapper_5:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 32.55vw solid transparent;
    border-right: 32.55vw solid #102621;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_5 .hp_middle {
    border-color: #ffffff;
}

.hp_portfolio img {
    border-radius: 15px;
}

.hp_right, .hp_left {
    position: relative;
}

.hp_right:before {
    content: '';
    position: absolute;
    top: -25px;
    right: -25px;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #102621;
}

.hp_r:before {
    border-right: 50px solid #ffffff;
}

.hp_left:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #102621;
}

.hp_line {
    border-top: 1px solid #102621;
    border-bottom: 1px solid #102621;
}

.hp_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* event */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #102621;
    color: #ffffff;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_6 .hp_middle {
    border-left: none;
    padding-left: 0;
}

.hp_stick {
    position: relative;
    z-index: 1;
}

.hp_stick:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/26255/image/stick1.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: -15px;
    left: -50px;
    width: 150px;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}

.index_wrapper_6 .hp_title {
    color: #ffffff;
}

.productSlider-2 {
    background-image: inherit;
    padding-top: 0;
    height: auto;
}

.productSlider-2:before {
    display: none;
}

.productSlider-2 .product_img {
    margin: 0;
}

.productSlider-2 .product_img .product_box {
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    background-color: transparent;
}

.productSlider-2 .product_img .product_box:hover {
    transform: inherit;
    box-shadow: none;
}

.productSlider-2 .product_img .product_box .product_img_frame img {
    border-radius: 15px;
}

.productSlider-2 .product_img .product_box .content {
    text-align: center !important;
}

.productSlider-2 .product_img .product_box h6 {
    font-weight: 900 !important;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.productSlider-2 .product_img .product_box .content_button {
    opacity: 1;
    display: block;
}

.productSlider-2 .product_img .product_box .content_button .text-center .btn {
    border-width: 1px;
    border-color: #143727;
    font-size: 16px !important;
    font-weight: 900;
    padding: 5px 25px;
    line-height: normal;
    border-radius: 15px;
    text-transform: uppercase;
    background-color: #143727;
    color: #ffffff;
    margin-top: 15px;
}

.productSlider-2 .product_img .product_box .content_button .text-center .btn:hover {
    background-color: #ffffff;
    color: #143727;
}

/* client */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_7:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 32.55vw solid transparent;
    border-right: 32.55vw solid #102621;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_client {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    gap: 15px;
}

.hp_client img {
    border-radius: 15px;
    border: 1px solid #102621;
    padding: 15px;
    background-color: #ffffff;
}

/* footer */

.footer_type4 {
    padding-top: 100px;
    padding-bottom: 15px;
    background-color: #102621;
    background-image: inherit;
}

.footer_type4 .container.pt-3 {
    padding-top: 0 !important;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 {
    padding: 15px;
    margin-bottom: 0 !important;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:first-child {
    order: -2;
}

.footer_type4 h6 {
    font-size: 16px !important;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: normal;
    text-transform: uppercase;
}

.hp_award {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.hp_award img {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(2) {
    border-right: none;
}

.footer_type4 ul {
    margin-bottom: 0;
}

.footer_type4 ul li a:hover {
    color: #a0a6ab;
}

.footer_type4 .social_media li {
    margin-bottom: 0;
}

.footer_type4 .social_media li a:hover {
    color: #143727;
}

.footer_type4 .social_media li a .fa-inverse {
    color: #102621;
}

.footer_type4 .social_media li a:hover .fa-inverse {
    color: #ffffff;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(3) {
    order: -1;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(3) h6 {
    font-size: 0 !important;
    position: relative;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(3) h6:after {
    content: 'Our Services';
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(4) {
    order: -2;
    border-right: 1px solid #ffffff;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(4) h6 {
    font-size: 0 !important;
    position: relative;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(4) h6:after {
    content: 'Our Awards';
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(4) p,
.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(4) input {
    display: none;
}

.footer_type4 .form-control {
    font-size: 16px !important;
    height: auto;
    padding: 15px;
    font-weight: normal;
    line-height: normal;
    color: #102621;
    border: none;
    border-radius: 15px;
}

.footer_type4 .btn {
    font-size: 16px !important;
    background-color: #143727 !important;
    border-color: #143727 !important;
    font-weight: 900;
    padding: 5px 25px;
    line-height: normal;
    border-radius: 15px;
    text-transform: uppercase;
}

.footer_type4 .btn:hover {
    background-color: #ffffff !important;
    color: #143727;
}

.footer_type4 .col-12.mt-5 {
    margin-top: 15px !important;
}

.footer_type4 .copy_right.text-center .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type4 .copy_right.text-center .mb-1 small {
    font-size: 16px !important;
    font-weight: normal;
}

.footer_type4 .copy_right.text-center .mb-1 small strong {
    font-weight: 900;
    text-transform: uppercase;
}

.footer_type4 .copy_right.text-center p {
    padding: 0 !important;
}

.footer_type4 .privacy_policy, .footer_type4 .footer_terms, .footer_type4 .footer_returns {
    font-size: 16px;
    padding: 0 !important;
}

.footer_type4 a:hover {
    color: #143727;
}

/* page */

.page_title b {
    font-size: 35px;
    font-weight: 900;
    color: #102621;
    text-transform: uppercase;
}

.wspages {
    padding: 100px 0;
    position: relative;
}

.wspages:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 16.25vw solid transparent;
    border-left: 16.25vw solid #143727;
}

.wspages:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 16.25vw solid transparent;
    border-right: 16.25vw solid #143727;
}

.hp_about_middle {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
}

.hp_about_middle b {
    font-weight: 900;
}

.hp_about_img {
    background-image: url(https://cdn1.npcdn.net/userfiles/26255/image/about_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 15px;
}

.hp_list ul {
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
}

.hp_list ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_list ul li h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: normal;
    width: 50px;
    text-align: center;
}

.hp_list ul li p {
    font-size: 35px;
}

.hp_about_frame {
    background-color: #102621;
    color: #ffffff;
    padding: 50px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hp_tri_right:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-bottom: 250px solid transparent;
    border-right: 250px solid #143727;
    z-index: -1;
}

.hp_tri_left:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-bottom: 250px solid transparent;
    border-left: 250px solid #143727;
    z-index: -1;
}

.hp_about_stick_left {
    position: absolute;
    bottom: -35px;
    left: -10px;
}

.hp_about_stick_right {
    position: absolute;
    bottom: -35px;
    right: -10px;
}

.hp_about_big {
    font-size: 100px;
    font-weight: 900;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.10;
}

.hp_about_line {
    position: relative;
}

.hp_about_line b {
    background-color: #ffffff;
    padding: 15px 25px;
}

.hp_about_line:before {
    content: '';
    background-color: #102621;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    z-index: -1;
}

.hp_about_box_1 {
    background-color: #102621;
    color: #ffffff;
    padding: 50px 25px;
    border-radius: 15px;
    position: relative;
}

.hp_about_box_1:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #102621;
    z-index: -1;
}

.hp_about_box_2 {
    background-color: #ffffff;
    border: 1px dashed #102621;
    padding: 50px 25px;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}

.hp_about_box_2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #102621;
    z-index: -1;
}

.hp_about_big_title {
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.hp_about_circle {
    max-width: 70%;
    margin: 0 auto;
}

.hp_about_csr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.hp_about_csr img {
    border-radius: 15px;
}

.hp_about_border {
    border: 1px solid #102621;
    padding: 15px;
    border-radius: 15px;
}

#main_ourproducts .product_list_type4 .product_box .img_frame .effect {
    background-color: #143727;
}

#main_ourproducts .product_list_type4 .product_box .img_frame .effect .content .title,
#main_ourproducts .product_list_type4 .product_box .img_frame .effect .content .text {
    color: #ffffff;
}

#main_ourproducts .product_list_type4 .product_box .img_frame .effect .content .text:hover {
    color: #ffffff;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
}

#main_contactus .text-center {
    margin-bottom: 30px !important;
    text-align: left !important;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    display: block;
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* menu */

.navbar_type8 {
    height: 75px;
}

/* portfolio */

.index_wrapper_5:before {
    height: 250px;
}

/* page */

.hp_list ul {
    grid-template-columns: auto;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

#main_index #top_spacing {
    height: 75px !important;
}

.navbar_mobile {
    background-color: #102621;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
}

.navbar_mobile .row_1 .col.pl-4, .navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 0 0 0 15px !important;
}

.navbar_mobile .row_1 .col.text-center {
    order: 1;
    text-align: left !important;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ffffff;
    border-radius: 0 !important;
    background-color: transparent;
}

.navbar_mobile .btn-outline-light:hover {
    color: #143727;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.side_menu {
    background-color: #143727;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 50px !important;
}

.side_menu input {
    border-radius: 15px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #102621;
}

.side_menu input::placeholder {
    color: #102621 !important;
}

.side_menu button {
    color: #102621 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #143727 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: 1px solid #ffffff;
    padding: 15px 15px 15px 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #102621;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: flex-start;
}

.side_menu .social_media a {
    margin: 0;
}

/* banner */

.hp_half h1 {
    font-size: 20px;
}

/* about */

.index_wrapper_3 section .align-items-center {
    flex-wrap: wrap-reverse;
}

.index_wrapper_3 section .text-center {
    max-width: 75%;
    margin: 0 auto;
}

/* portfolio */

.index_wrapper_5:before {
    height: 450px;
}

.hp_flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.index_wrapper_5 .row.align-items-center:nth-child(even) {
    flex-direction: column-reverse;
}

/* client */

.hp_client {
    grid-template-columns: auto auto auto;
}

/* footer */

.footer_type4 {
    padding-bottom: 100px;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(2) {
    border-bottom: none;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(4) {
    border-right: none;
    border-bottom: 1px solid #ffffff;
}

.footer_type4 .copy_right.text-center .mb-1 small {
    display: block;
}

/* page */

.hp_about_box_1:after, .hp_about_box_2:after {
    top: auto;
    bottom: -35px;
    right: 50%;
    transform: translate(50%, -50%);
    border-top: 25px solid #102621;
    border-bottom: none;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.hp_about_box_2 {
    margin-top: 0;
}

.hp_about_big_title {
    font-size: 35px;
}

/* float */

#toTop {
    bottom: 50px !important;
}

.floating_btn_bottom_block {
    height: auto;
}

.floating_btn_bottom {
    background-color: #143727;
    height: auto;
    padding: 15px;
}

.floating_btn_bottom .col-12.text-center {
    padding: 0;
}

.floating_btn_bottom_wrapper {
    margin-bottom: 0;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 25px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #102621;
}

/* page */

.hp_list ul {
    grid-template-columns: auto;
}

}

/* */