@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* desktop */

body {
    color: #1f1f1f;
    font-size: 16px !important;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-bottom: 100px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

/* header */

#main_index .editor {
    background-color: transparent;
}

.editor {
    background-color: #1f1f1f;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.hp_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.hp_logo a {
    display: flex;
}

.hp_logo img {
    max-width: 150px;
    filter: brightness(0) invert(1);
}

.hp_list ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.hp_list ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_list ul li div i {
    background-color: #003563;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

/* menu */

.navbar_type8 {
    height: 50px;
}

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    padding-left: 0;
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    font-weight: bold;
    padding: 0 1.65vw;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #6899d1;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    padding-right: 15px;
}

.dark_nav {
    background-color: #003563 !important;
    height: 75px;
    border-top: none;
    box-shadow: 0 15px 50px 0 rgba(31, 31, 31, 0.05);
}

.dark_nav .logo {
    margin-left: 0;
    display: block;
}

.dark_nav .logo img {
    width: auto;
    filter: brightness(0) invert(1);
}

/* banner */

.index_wrapper_2 {
    margin-top: -17.5px;
}

.slider_banner .item {
    position: relative;
    overflow: hidden;
}

.slider_banner .item:before {
    content: '';
    background-color: rgba(31, 31, 31, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*
.slider_banner .item img {
    animation: 15s a_scale linear infinite;
}
*/

/*
@keyframes a_scale {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1.25);
    }
    
    100% {
        transform: scale(1);
    }
}
*/

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_table {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    height: 100%;
    max-width: 50%;
    color: #ffffff;
}

.hp_table h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.25;
    color: #ffffff;
}

.hp_table p span {
    color: #6899d1;
}

.hp_banner_button {
    display: inline-flex;
}

.hp_banner_button a button {
    border: 2.5px solid #25D366;
    padding: 15px;
    color: #25D366;
    background-color: transparent;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.50s;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a button:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: #ffffff;
}

/* category */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    color: #003563;
}

.hp_box {
    background-color: #003563;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 15px 100px 0 rgba(31, 31, 31, 0.25);
    position: relative;
}

.hp_box:before {
    content: '';
    background-color: #c82b25;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 75%;
    height: 15px;
    border-radius: 5px;
    transition: all 0.50s;
}

.hp_box:hover:before {
    width: 100%;
    border-radius: 0;
}

.hp_text {
    padding: 50px 15px;
}

.hp_text h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.25;
}

.hp_text h1 a {
    color: #ffffff;
}

.hp_text h1 a:hover {
    color: #6899d1;
}

.hp_img {
    position: relative;
}

.hp_img:before {
    content: '';
    background-color: rgba(31, 31, 31, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.hp_box:hover .hp_img:before {
    background-color: rgba(31, 31, 31, 0.75);
}

/* about */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #003563;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.index_wrapper_4:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/25802/image/frame1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_4 .hp_title {
    color: #6899d1;
}

.hp_middle {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
}

.hp_button {
    display: inline-flex;
}

.hp_button a button {
    border: 2.5px solid #ffffff;
    padding: 15px;
    color: #ffffff;
    background-color: transparent;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.50s;
}

.hp_button a button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1f1f1f;
}

/* client */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_client {
    background-image: url(https://cdn1.npcdn.net/userfiles/25802/image/client-02.png);
    height: 100px;
    animation: 50s a_client linear infinite;
}

@keyframes a_client {
    100% {
        background-position-x: -7940px;
    }
}

/* blog */

.index_wrapper_6 {
    padding-top: 100px;
    margin-bottom: 50px;
    background-color: #003563;
    position: relative;
    z-index: 1;
}

.index_wrapper_6:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_6 .hp_title {
    color: #ffffff;
}

.latest_new_type4 {
    margin-bottom: 0;
}

.latest_new_type4 .container-fluid.p-0 {
    padding: 0 15px !important;
}

.latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.latest_new_type4 .news_box {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 15px 100px 0 rgba(31, 31, 31, 0.25);
}

.latest_new_type4 .news_box .img_frame {
    margin-bottom: 15px;
    border-radius: 5px;
}

.latest_new_type4 .news_box a p:nth-child(2) {
    height: 50px;
}

.latest_new_type4 .news_box .badge-primary {
    letter-spacing: normal;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding: 15px;
}

.latest_new_type4 .news_box .date {
    font-size: 16px;
    margin-bottom: 0;
}

.latest_new_type4 .container-fluid.p-0 .row:nth-child(2) {
    display: none;
}

/* footer */

.footer_type6 {
    background-color: #003563;
    padding-top: 100px !important;
    padding-bottom: 15px !important;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.footer_type6 .logo {
    position: inherit;
    padding-top: 0;
    min-height: 75px !important;
}

.footer_type6 .logo img {
    position: inherit;
    top: 0;
    transform: translate(0, 0);
    max-height: 100%;
    height: 75px;
    filter: brightness(0) invert(1);
}

.footer_type6 a:hover {
    color: #cd853f;
}

.footer_type6 p {
    margin-bottom: 0 !important;
}

.footer_type6 small {
    font-size: 16px !important;
    color: #ffffff !important;
}

.footer_type6 .w-100.mb-3.text-left.p-0 {
    margin: 15px 0 0 !important;
}

.footer_type6 small strong {
    font-weight: bold;
}

.footer_type6 .title {
    min-height: 0;
    position: inherit;
    margin-bottom: 15px;
}

.footer_type6 .title h5 {
    font-size: 16px !important;
    font-weight: bold;
    line-height: normal;
}

.footer_type6 .list-unstyled {
    margin-bottom: 0;
}

.footer_type6 .list-unstyled li {
    margin-bottom: 15px;
}

.footer_type6 .list-unstyled li:last-child {
    margin-bottom: 0;
}

.footer_type6 .list-unstyled li a:hover {
    color: #6899d1;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(4) .title h5 {
    display: none;
}

.footer_type6 .input-container {
    /*height: 0;*/
    /*margin-top: 20px;*/
    display: none;
}

/*
.footer_type6 .input-container input {
    height: auto;
    color: #1f1f1f;
    background-color: #ffffff;
    border: none;
    transition: all 0.50s;
    border-radius: 100px;
    caret-color: #1f1f1f;
    padding: 15px;
}
*/

/*
.footer_type6 .input-container label {
    display: none;
}
*/

/*
.footer_type6 .input-container .moveUp {
    display: none;
}
*/

/*
.footer_type6 .input-container .submit {
    bottom: auto;
    right: 15px;
    transform: translate(0, 55%);
    padding: 0;
    transition: all 0.50s;
    color: #c82b25;
}
*/

/*
.footer_type6 .input-container .submit:hover {
    color: #1f1f1f;
}
*/

.footer_type6 .line {
    background-color: #ffffff;
    margin: 15px auto;
    height: 2.5px;
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
}

.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: #c82b25;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_type6 .social_media a:hover {
    background-color: #ffffff;
    color: #c82b25;
}

/* page */

#main_index #top_spacing {
    height: 0 !important;
    margin-top: -80px;
}

#top_spacing {
    background-color: #003563;
    box-shadow: 0 15px 50px 0 rgba(31, 31, 31, 0.05);
}

.page_title {
    margin: 100px auto 15px;
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    font-weight: bold;
    color: #1f1f1f;
}

#main_contactus {
    padding-bottom: 100px;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus .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;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_table {
    max-width: 75%;
    height: 125%;
}

.hp_table h1 {
    font-size: 35px;
}

/* category */

.hp_text h1 {
    font-size: 16px;
}

/* blog */

.latest_new_type4 .news_box a p:nth-child(2) {
    height: 75px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

#main_index #top_spacing {
    height: 75px !important;
    margin-top: 0;
}

.navbar_mobile {
    background-color: #003563;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    box-shadow: 0 15px 50px 0 rgba(31, 31, 31, 0.05);
}

.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 .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ffffff;
    border-radius: 0 !important;
}

.navbar_mobile .btn-outline-light:hover {
    color: #6899d1;
    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;
}

.side_menu {
    background-color: #1f1f1f;
}

.side_menu.show {
    width: 75%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 0 !important;
}

.side_menu input {
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #1f1f1f;
}

.side_menu input::placeholder {
    color: #1f1f1f !important;
}

.side_menu button {
    color: #c82b25 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #1f1f1f !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.side_menu .list-group .list-group-item {
    border-width: 2.5px;
    border-color: #ffffff;
    border-radius: 0;
    padding: 15px 15px 15px 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.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;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #6899d1;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: flex-start;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_languagebar {
    color: #ffffff;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_table {
    max-width: 100%;
}

.hp_table h1 {
    font-size: 35px;
}

/* category */

.hp_text h1 a br {
    display: none;
}

/* why */

.index_wrapper_6 section .col-12.col-md-9.col-lg-9.px-0.py-3 {
    padding: 15px 0 0 !important;
}

.hp_cover {
    padding: 50px 15px;
}

.hp_circle {
    grid-template-columns: auto auto;
}

.index_wrapper_6 section .col-12.col-md-3.col-lg-3.pl-0.pr-3.py-3 {
    padding: 0 0 15px !important;
}

.hp_why {
    height: 350px;
}

/* blog */

.latest_new_type4 .news_box a p:nth-child(2) {
    height: auto;
}

/* footer */

.footer_type6 .line {
    margin-top: 100px;
}

/* float */

.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: #c82b25;
}

}

/* */
