/* desktop */

body {
    color: #212529;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 20px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.hp_header {
    font-size: 1vw;
}

.hp_header_content_left  div.d-flex.align-items-center {
    gap: 15px;
}

.hp_header_content_left i {
    color: #1c4757;
    width: 15px;
}

.hp_header_content_center a {
    display: flex;
    justify-content: center;
}

.hp_header_content_center a img {
    max-width: 150px;
}

.hp_header_content_right {
    gap: 15px;
}

.hp_header_content_right a {
    display: flex;
}

.hp_header_content_right a img {
    max-width: 25px;
    transition: all 0.50s;
}

.hp_header_content_right a img:hover {
    filter: drop-shadow(0 0 5px rgba(33, 37, 41, 0.25));
    transform: scale(1.05);
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    padding: 0;
    border-top: 1px solid #1c4757;
    border-bottom: 1px solid transparent;
}

.navbar_ecommerceDropdown {
    padding: 0;
    border-top: 1px solid #1c4757;
    border-bottom: 1px solid #1c4757;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.navbar_ecommerceDropdown .nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 0 15px;
    justify-content: center;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item {
    padding: 15px 0;
    transition: all 0.50s;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item:hover {
    background-color: #1c4757;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item .dropdown a {
    padding: 0 35px;
    color: #212529;
    font-size: 1vw;
    position: relative;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item:hover .dropdown a {
    color: #ffffff;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #1c4757;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.5px;
    height: 50%;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item:last-child .dropdown a:after {
    display: none;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_header_sticky {
    display: none;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    margin-top: 15px;
    z-index: 10 !important;
    background-color: transparent;
    animation: 1s linear fadeInDown;
    border-top: 1px solid transparent !important;
}

.hp_sticky .container.d-flex.justify-content-between {
    border-radius: 100px;
    border: 1px solid #1c4757;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #6db8cd;
}

.hp_banner_content h3 strong {
    font-weight: 500;
}

.hp_banner_content h2 {
    font-size: 35px;
    line-height: 1.25;
    color: #1c4757;
}

.hp_banner_content p {
    font-size: 13px;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #6db8cd;
    color: #ffffff;
    padding: 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 200px;
    height: 40px;
    box-shadow: none;
}

.hp_banner_button a button:hover {
    background-color: #1c4757;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
}

.hp_banner_button a button i {
    position: absolute;
    top: 50%;
    left: 3.5%;
    transform: translate(0, -50%);
    background-color: #ffffff;
    color: #6db8cd;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    transition: all 0.50s;
    z-index: 1;
}

.hp_banner_button a button:hover i {
    left: 82%;
    color: #1c4757;
}

.hp_banner_button a button span {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    transition: all 0.50s;
    opacity: 1;
    width: max-content;
}

.hp_banner_button a button:hover span {
    opacity: 0;
}

/* about */

.index_wrapper_3 {
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/about-us-background_copy1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: center;
}

.index_wrapper_3 #index_3, .index_wrapper_3 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_3 #index_3 #index_3_1 {
    padding: 15px !important;
}

.hp_about_content {
    gap: 50px;
    padding-left: 50px;
}

.hp_middle {
    font-size: 20px;
    line-height: normal;
    color: #6db8cd;
}

.hp_middle strong {
    font-weight: 500;
}

.hp_about_image_title {
    margin-top: -25px;
}

.hp_about_image_title img {
    max-width: 300px;
}

.hp_about_image_title h1 {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.hp_title {
    font-size: 35px;
    line-height: 1.25;
    color: #1c4757;
}

.hp_title strong {
    font-weight: 600;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #6db8cd;
    color: #ffffff;
    padding: 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 200px;
    height: 40px;
    box-shadow: none;
}

.hp_button a button:hover {
    background-color: #1c4757;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
}

.hp_button a button i {
    position: absolute;
    top: 50%;
    left: 3.5%;
    transform: translate(0, -50%);
    background-color: #ffffff;
    color: #6db8cd;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    transition: all 0.50s;
    z-index: 1;
}

.hp_button a button:hover i {
    left: 82%;
    color: #1c4757;
}

.hp_button a button span {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    transition: all 0.50s;
    opacity: 1;
    width: max-content;
}

.hp_button a button:hover span {
    opacity: 0;
}

/* running */

.index_wrapper_5 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1c4757;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_running_image {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/about-us-word-animation1.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    height: 25px;
    animation: 15s linear hp_running infinite alternate;
}

@keyframes hp_running {
    100% {
        background-position-x: -3618px; 
    }
}

/* service */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/services-background.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*position: relative;*/
    /*z-index: 1;*/
}

/*
.index_wrapper_6:after {
    content: '';
    background-color: #f4fffb;
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
}
*/

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 15px;
}

.hp_service_content .hp_middle {
    letter-spacing: 2.5px;
}

.hp_service_box {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25), 0 15px 0 #6db8cd;
    z-index: 1;
    transition: all 0.50s;
}

.hp_service_box:before {
    content: '';
    background-color: #1c4757;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
}

.hp_service_box:hover:before {
    bottom: 0;
}

.hp_service_box:hover {
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
}

.hp_service_box_image img {
    transition: all 0.50s;
}

.hp_service_box:hover .hp_service_box_image img {
    filter: brightness(0.75);
}

.hp_service_box_content {
    margin-left: 125px;
    padding: 25px 15px;
}

.hp_service_box_content_icon {
    top: -25px;
    left: -100px;
}

.hp_service_box_content_icon img {
    max-width: 100px;
}

.hp_service_box:hover .hp_service_box_content_icon img {
    animation: 1s linear bounce;
}

.hp_service_box_content_detail {
    gap: 15px;
}

.hp_service_box_content_detail h3 {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_service_box:hover .hp_service_box_content_detail h3 {
    color: #ffffff;
}

.hp_service_box_content_detail h3 strong {
    font-weight: 500;
}

.hp_button_2 a {
    color: #6db8cd;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button_2 a:hover {
    color: #ffffff;
}

.hp_button_2 a i {
    background-color: #6db8cd;
    color: #ffffff;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    transition: all 0.50s;
}

.hp_button_2 a:hover i {
    background-color: #ffffff;
    color: #6db8cd;
    animation: 1s linear headShake;
}

/* team */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.sec4_line {
    width: 5rem;
    height: 2px;
    margin: 15px auto;
    background-color: #6DB8CD;
}

.ab-subtitle {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #6DB8CD;
}

#custom_sec4_team .slick-arrow {
    z-index: 1;
}

#custom_sec4_team .slick-arrow:before {
    text-shadow: none;
    color: #6DB8CD;
}

.sec4_team_slider.slick-active .sec4_team_imagebox {
    transform: rotate(45deg) scale(0.8);
}

.sec4_team_slider.slick-current .sec4_team_imagebox {
    transform: rotate(45deg) scale(1);
}

.sec4_team_imagebox {
    border-radius: 40px;
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    margin: 3rem auto;
    overflow: hidden;
    position: relative;
}

.sec4_team_imagebox .ab-image {
    object-position: bottom;
    object-fit: contain;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.4);
}

/* panel */

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_panel_content .hp_title span {
    color: #6db8cd;
}

/* panel slider */

.index_wrapper_9 {
    padding-bottom: 100px;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_panel_slider {
    border-bottom: 2.5px solid #6db8cd;
    padding-bottom: 50px;
}

.hp_panel_slider_item {
    padding: 15px;
}

/* why & contact */

.index_wrapper_10 {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
    z-index: 1;
}

.index_wrapper_10:after {
    content: '';
    background-color: #1c4757;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
}

.index_wrapper_10 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_content .hp_middle {
    letter-spacing: 2.5px;
}

.hp_why_box {
    background-color: #f0fafc;
    padding: 25px;
    border-radius: 15px;
    gap: 25px;
    transition: all 0.50s;
    z-index: 1;
}

.hp_why_box:hover {
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
}

.hp_why_box:before {
    content: '';
    background-color: #1c4757;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.50s;
}

.hp_why_box:hover:before {
    top: 0;
}

.hp_why_box_image {
    height: 50px;
}

.hp_why_icon_1:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu1-dark.png);
}

.hp_why_icon_2:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu2-dark.png);
}

.hp_why_icon_3:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu3-dark.png);
}

.hp_why_icon_4:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu4-dark.png);
}

.hp_why_box_image:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 0.50s;
    opacity: 1;
}

.hp_why_box:hover .hp_why_box_image:before {
    top: -100%;
    opacity: 0;
}

.hp_why_icon_1:after {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu1-light.png);
}

.hp_why_icon_2:after {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu2-light.png);
}

.hp_why_icon_3:after {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu3-light.png);
}

.hp_why_icon_4:after {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/wcu4-light.png);
}

.hp_why_box_image:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 0.50s;
    opacity: 0;
}

.hp_why_box:hover .hp_why_box_image:after {
    bottom: 0;
    opacity: 1;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
    color: #6db8cd;
    height: 45px;
}

.hp_why_box p {
    font-size: 13px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_why_box:hover p {
    color: #ffffff;
}

.index_wrapper_11 #index_11 #index_11_2 {
    margin-top: 100px;
}

.hp_contact_content {
    background-image: url(https://cdn1.npcdn.net/userfiles/27525/image/contact_us_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 75px;
    border-radius: 15px;
    gap: 15px;
}

.hp_contact_content .hp_middle {
    letter-spacing: 2.5px;
}

/* footer */

.footer_type6 {
    background-color: #1c4757;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer_type6 .logo {
    min-height: 75px;
    padding-top: 75px;
}

.footer_type6 .logo img {
    max-height: 75px;
    background-color: #ffffff;
    padding: 5px 25px;
    border-radius: 5px;
}

.footer_type6 p {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.footer_type6 .title {
    min-height: auto;
}

.footer_type6 .title h5 {
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.footer_type6 a:hover {
    color: #6db8cd;
}

.footer_type6 .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footer_type6 .input-container input {
    border-color: #ffffff;
    padding: 0;
    height: 100%;
    border-radius: 0;
}

.footer_type6 .input-container label {
    padding-right: 0;
    margin-bottom: 0;
    position: static;
    height: auto;
}

.footer_type6 .input-container .moveUp {
    font-size: 14px;
    opacity: 0;
}

.footer_type6 .input-container .submit {
    position: static;
    padding: 0;
    display: flex;
}

.footer_type6 .line {
    background-color: transparent;
    margin-top: 15px;
}

.footer_type6 .col-12.col-md-7, .footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type6 .social_media a {
    margin-left: 0;
    background-color: #ffffff;
    color: #1c4757;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}

.footer_type6 .social_media a:hover {
    background-color: #6db8cd;
    color: #ffffff;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #1c4757;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#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 {
    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;
    border-radius: 25px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_content p {
    font-size: 11px;
}

/* about */

.hp_about_content {
    padding-left: 0;
}

.hp_about_image_title {
    margin-top: -15px;
}

.hp_about_image_title img {
    max-width: 200px;
}

/* info */

.index_wrapper_7 section .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.index_wrapper_7 #index_8 #index_8_1 img {
    height: 550px;
}

/* panel */

.index_wrapper_10 section .col-12.col-sm-11.px-0.py-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* why */

.index_wrapper_11 section .col-12.col-sm-3.p-3.d-flex {
    flex: 0 0 50%;
    max-width: 50%;
}

.hp_why_box h3 {
    height: auto;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 1px solid #1c4757;
    height: 100px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
}

.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;
    padding: 0 !important;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
    order: 1;
    flex: auto;
    width: auto;
    text-align: left !important;
}

.navbar_mobile .row_1 .col:last-child {
    display: none;
}

.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: #1c4757;
    border-radius: 0 !important;
    background-color: transparent;
    height: 100px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #6db8cd;
    background-color: transparent;
    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;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.side_menu {
    background-color: #1c4757;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !important;
}

.side_menu input {
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    color: #1c4757 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #6db8cd !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 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;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #6db8cd;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #6db8cd;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height: 350px !important;
    object-fit: cover;
    object-position: 75%;
}

.hp_banner_content {
    width: 75% !important;
}

.hp_banner_content h3 {
    font-size: 10px;
}

.hp_banner_content h2 {
    font-size: 20px;
}

.hp_banner_content h2 span {
    display: contents !important;
}

.hp_banner_content p {
    font-size: 10px;
}

.hp_banner_content p span {
    display: contents !important;
}

/* about */

.hp_about_content {
    padding-left: 0;
}

.hp_about_image_title {
    margin-bottom: 50px;
}

.hp_about_image_title h1 {
    bottom: -50px;
}

/* info */

.index_wrapper_7 {
    padding-top: 100px;
}

.hp_info_content_circle {
    top: auto;
    bottom: -100px;
    right: 0;
}

/* why */

.hp_why_box h3 {
    height: auto;
}

/* contact */

.hp_contact_content {
    padding: 100px 15px;
}

.hp_contact_content p span {
    display: contents !important;
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

}

/* */