/*
** General
*/

.non-clickable {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.non-clickable.active {
    display: block;
}

.section-title {
    font-size: 45px;
    font-weight: bold;
    color: #222222;
}

.site-main {
    padding-top: 35px;
}

.home .site-main {
    padding-top: 0px;
}

.row-title > div > div {
    width: 1020px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
}

ul.menu > li.current-menu-item {
    background-color: #ffffff;
    padding: 5px 12px;
    border-radius: 5px
}

.navigation-inner ul.menu > li.current-menu-item:last-child {
    padding-right: 0px !important;
}

ul.menu > li.current-menu-item > a {
    color: #222222;
}

.navigation-inner li.menu-item-has-children {
    position: relative;
    padding-right: 18px !important;
}

.navigation-inner  ul.menu > li.current-menu-item {
    padding: 5px 0px;
}

.mobile-menu ul.menu > li.current-menu-item {
    padding: 16px 0;
    border-radius: 0px;
}

.mobile-menu ul > li.current-menu-item > a {
    color: #88ba01 !important;
    font-weight: bold !important;
}


/*
** Header
*/

.web-logo {
    transition: all 0.1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.top-menu-wrapper {
    background-color: #88ba01;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}


.top-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.top-menu p {
    color: #fff;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.top-menu-class ul {
    padding-left: 0;
    margin-left: 0;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.top-menu-class ul li {
    list-style: none;
}

.top-menu-class ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    letter-spacing: .8px;
}

/* .top-menu-class ul li {
    padding-top: 5px;
    padding-bottom: 5px;
} */

.top-menu-class ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;       
}

.main-navigation ul#primary-menu  li a {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.navigation-inner ul#primary-menu li {
    padding-top: 22px;
    padding-bottom: 22px;
}

#primary-menu li .sub-menu {
    display: block;
    padding: 20px;
    background-color: #fff;
    border-top: 2px solid #89ba00;
}

.main-navigation ul ul a {
    width: 250px;
}

#primary-menu li .sub-menu li {
    padding: 4px 0;
}

#primary-menu {
    gap: 35px;
}

#primary-menu li:hover > a {
    color: #7EAC02 !important;
}

.header-navigation {
    position: relative;
    transition: all 0.1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}

.navigation-inner {
    transition: all 0.1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    flex-wrap: nowrap;
    display: flex;
}

.sticky .top-menu-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sticky .navigation-inner ul#primary-menu > li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sticky .header-navigation {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.breadcrumbs ul {
    display: flex;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    gap: 10px;
}

.breadcrumbs ul li {
    list-style: none;
}

.page-title {
    text-align: center;
}

.page-title h1 {
    font-size: 55px;
    line-height: 80px;
    font-weight: 600;
    color: #719A04;
    margin-top: 0px;  
    margin-bottom: 0px;    
    text-transform: uppercase;
}

.page-title h4 {
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
}

.page-title p {
    width: 1000px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
    margin-top: 20px;
}

.page-breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F7F7F7;
    margin-bottom: 35px;
}

.page-id-1659 .page-breadcrumbs {
    display: none;
}

.breadcrumbs ul .homepage a,
.current {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Poppins", serif;
}

.breadcrumbs ul li a {
    color: #222222;
}

.breadcrumbs ul li:first-child> a {
    text-transform: uppercase;
}

.current {
    color: #719A04;
}

.b-separator span {
    font-weight: 600;
    display: block;
    margin-top: -3px;
}

.breadcrumbs-banner {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-attachment: fixed; */
    background-position: top center;
}

.page-title {
    z-index: 3;
    position: relative;
}

.breadcrumbs-banner:before {
    content: "";
    background-color: rgba(255, 255, 255, .95);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/page-banner-waves.svg);
    background-position: bottom -50% center;
    background-repeat: no-repeat;
    background-size: 100%;

}

.breadcrumbs-banner .page-title h1 {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.mobile-burger {
    display: none;
}

.mobile-burger img {
    width: 35px;
}

.main-navigation ul ul {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.site-language {
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: end;
}

.main-navigation ul ul.sub-menu {
    top: 150%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.main-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li:hover {
    top: 100%;
}

.mobile-nav {
    display: none;
}

.mobile-nav.show-menu {
    transform: translateX(0px);
}

.mobile-top-menu {
    padding: 10px 0;
    background-color: #88ba01;
}

.c-mobile-logo {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.mobile-close {
    width: 40px;
}

#mobile-primary-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

.mobile-menu ul li {
    padding: 16px 0;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.mobile-menu ul li:first-child {
    border-top: 1px solid #dfdfdf;
}

.menu-arrow {
    width: 25px;
    position: absolute;
    right: 5px;
    top: 13px;
    display: none;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.menu-arrow.rotated {
    transform: rotate(180deg);
}

#mobile-primary-menu li .sub-menu {
    position: relative;
    float: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    top: 16px;
    border-top: 1px solid #dfdfdf;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}

#mobile-primary-menu li .sub-menu li {
    border-top: none;
    border-bottom: none;
}

#mobile-primary-menu li .sub-menu.show-sub {
    opacity: 1;
    padding: 20px;
    max-height: max-content;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0s;
}


.mobile-menu {
    overflow: auto;
    max-height: 80vh;
}

/* END OF HEADER */



/*
** Homepage
*/

.content-area  {
    overflow: hidden;
}

.hp-banner-section {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed !important; */
	background-position: top center;
    /* background-attachment: scroll !important; */
}

.hp-banner-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner-logo.wpb_single_image {
    margin-bottom: 50px;
}

.banner-logo figure {
    width: 550px;
}

.banner-row {
    z-index: 2;
    position: relative;
}

.hp-banner-section .btn-wrapper {
    z-index: 2;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.banner-title h1 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 600;
    color: #719A04;
    font-family: "Poppins", serif;
    text-transform: uppercase
}

.banner-desc p {
    font-size: 30px;
    color: #222222;
    width: 100%;
    max-width: 90%;
    margin: auto;
    font-weight: 400;
    font-family: "Poppins", serif;
}

.hp-banner-btn1 {
    margin-right: 15px;
}

.hp-banner-wave {
    position: absolute;
    bottom: -4% ;
    left: 0;
    right: 0;
    z-index: 1;
    /* display: none; */
    opacity: .9;
}

.hp-banner-row3 {
    /* z-index: 2; */
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .85);
    display: flex;
    align-items: end;
    left: 0;
    right: 0;
}

.hp-banner-wave-img figure,
.hp-banner-wave-img figure .vc_single_image-wrapper,
.hp-banner-wave-img img {
    width: 100%;
}

.hp-banner-wave-img {
    margin-bottom: 0 !important;
}

.banner-title.wpb_text_column {
    margin-bottom: 10px;
}

.latest-news-inner {
    display: flex;
    gap: 10%;
    align-items: center;
    margin-bottom: 20px;
}

.hp-news-section {
    padding-top: 100px !important;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: auto;
    background-position: 56% 60px;
}

.hp-news-section h3 span {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.hp-news-section .hp-news-btn > a {
    margin-left: -40px
}

.hp-news-section .hp-news-btn > a:hover {
    margin-left: 0px
}

.news-date p {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 0;  
}

.news-cat {
    width: 25%;
    display: flex;
}

.news-cat > a {
    padding: 4px;
    border-radius: 5px;
    /* background-color: #4FB084; */
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    display: inline-block;
    text-align: center;
    min-width: 180px;
}

.news-cat > a:hover {
    transform: scale(0.95);
}

.news-title {
    width: 60%;
}

.news-title a {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
    text-decoration: none;
}

.news-title a:hover {
    color:#88ba01;
}

.hp-news-btn a {
    font-size: 18px !important;
    font-weight: 600;
    /* padding-left: 0 !important; */
    /* padding-right: 30px !important; */
    border: none !important;
    color: #222222 !important;
    background-color: transparent !important;
}

.hp-news-row {
    padding-left: 200px;
    padding-right: 200px;
}

.hp-problem-section {
    padding-bottom:80px;
}

.section-sub-title h4 {
    font-size: 18px;
    font-weight: bold;
    color: #7EAC02;
    padding: 10px 25px;
    width: fit-content;
    background-color: #F3F4F0;
    font-family: "Poppins", serif;
}

.section-h2 h2 {
    font-size: 60px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
    text-transform: uppercase;
}

.prjct-chllngs {
    margin-bottom: 10px !important;
}

.problem-qstn h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.problem-dscrptn p {
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 40px;
    font-family: "Poppins", serif;
    letter-spacing: .5px;
}

/* .hp-solution-section, */
.hp-feature-section,
.hp-function-section,
.hp-service-section {
    padding-bottom:80px;
}


.hp-feature-section {
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.solution-row h3 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    color: #201C44;
    font-family: "Poppins", serif;
}

.solution-qstns p { 
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #201C44;
    font-family: "Poppins", serif;
}

.solution-rght-col {
    display: flex;
    align-items: center;
    padding-left: 50px !important;
}

.solution-row {
    display: flex;
}

.remedy-qstn {
    text-align: center;
    padding: 25px 50px;
    background-color: rgb(152, 188, 56, 0.9);
}

.remedy-qstn p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    font-family: "Poppins", serif;
}

.solution-left-col .wpb_wrapper {
    position: relative;
}

.hp-solution-section .solution-left-col {
    width: 60%;
}

.hp-solution-section .solution-right-col {
    width: 40%;
}

.hp-solution-section {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 90px;
}

.remedy-qstn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
}

.ftrs-of-corressa h4,
.function-sub h4,
.section-sub h4 {
    margin: auto;
}

.ftrs-of-corressa,
.function-sub {
    margin-bottom: 0.625rem !important;
}

.feature-row1 {
    margin-top: 3.125rem;
}

.feature-h3 {
    margin-bottom: 0.625rem !important;
}

.feature-h3 h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.feature-desc p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #222222;
    font-family: "Poppins", serif;
}

.feature-col {
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}

.feature-row1 .feature-col,
.feature-row2 .feature-col {
    width: 32%;
    background-color: #fff;
}

.feature-row1 .feature-col:first-child,
.feature-row1 .feature-col:nth-child(2),
.feature-row2 .feature-col:first-child {
    margin-right: 2%;
}

.feature-row1 .feature-col .vc_column-inner,
.feature-row2 .feature-col .vc_column-inner {
    padding: 0;
}

.feature-col figure,
.feature-col .vc_single_image-wrapper,
.feature-col img {
    width: 100%;
}

.feature-wave-row {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
}

.feature-wave-row figure,
.feature-wave-row .vc_single_image-wrapper ,
.feature-wave-row img {
    width: 100%;
}

.feature-row2 {
    display: flex;
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
    justify-content: center;
}

.feature-wrap {
    background-color: #fff;
    width: 400px;
    margin-bottom: 50px !important;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}

.feature-information {
    padding: 30px 20px;
    text-align: center;
}

.feature-information h3 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.feature-container {
    justify-content: center;
}


.hp-reason-section {
    min-height: 600px !important;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: top;
    flex-direction: row;
    display: flex;
    position: relative !important;
}

.hp-reason-section.vc_section:before {
    display: block !important;
    content: '' !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(106, 138, 19, 0.9);
}

.reason-row {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 1060px !important;
    margin-left: auto;
    margin-right: auto;
}

.hp-reason-section.bottom-section .reason-wave-row {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    bottom: -100px;
}

.hp-reason-section.bottom-section .btn-wrapper .site-btn > a {
    background-color: #ffffff!important;
    color: #222222!important;
}

.hp-reason-section.bottom-section .btn-wrapper .site-btn > a:hover {
    background-color: #222222!important;
    color: #ffffff!important;
}


.home .reason-row {
    margin-bottom: 100px !important;
}

.hp-reason-section h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    font-family: "Poppins", serif;
}

.hp-reason-section.bottom-section {
    min-height: 500px !important;
    height: 500px !important;
}

.reason-desc p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #fff;
}

.reason-wave-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.reason-wave-img figure,
.reason-wave-img figure div,
.reason-wave-img figure div img {
    width: 100%;
}

.reason-wave-img {
    margin-bottom: -20px !important;
}

.section-sub {
    margin-bottom: 0.625rem !important;
}

.service-row h3 h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.service-row h3 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Poppins", serif;
}

.services-row {
    width: 550px !important;
    max-width: 80% !important;
    margin: auto !important;
    margin-bottom: 60px !important;
    padding: 25px 30px;
    background-color: #F9F9F9;
}

.services-desc {
    margin-bottom: 0 !important;
}

.hp-services-title,
.services-title {
    margin-bottom: 10px !important;
}

.services-row .wpb_column,
.other-srvcs-col {
    text-align: center;
    position: relative;
}

.services-row .wpb_column:after {
    content: '' !important;
    position: absolute;
    width: 4px;
    height: 60px;
    bottom: -85px;
    background-color: #D5D5D5;
}

.hp-service-section {
    position: relative;
    padding-top: 100px !important;
}

.hp-service-section h3,
.logo-h3 h3 {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.services-wave-row {
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    z-index: -1;
}

.services-wave {
    position: absolute;
    bottom: -8%;
    left: 0;
    right: 0;
    z-index: -1;
}

.services-wave-row figure,
.services-wave-row .vc_single_image-wrapper,
.services-wave-row img,
.services-wave div,
.services-wave figure,
.services-wave img {
    width: 100%;
}

.other-srvcs-col:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100px;
    top: -100px;
    background-color: #D5D5D5;
}

.other-srvcs-col {
    width: 32% !important;
}

.other-srvcs-col:first-child {
    margin-right: 2%;
}

.other-srvcs-col:nth-child(2) {
    margin-right: 2%;
}

.section-desc {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-desc p {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.intro-row {
    margin: auto !important;
    padding: 1.875rem;
    width: 70% !important;
    margin-bottom: 6.25rem !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.intro-text {
    margin-bottom: 0 !important;
}

.intro-row p {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.other-services-row h4 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    font-family: "Roboto", serif;
}

.other-services-row p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 20px;
    color: #222222;
    font-family: "Roboto", serif;
}

.other-srvcs-btn {
    margin-bottom: 0 !important;
}

.other-srvcs-col .vc_column-inner {
    background-color: #F9F9F9;
    padding: 30px 20px !important;
}

.hp-services-desc {
    margin-bottom: 0px !important;
}

.function-1,
.function-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 30px;
}

.function-2 {
    background-color: #19A080;
}

.function-1 {
    background-color: #F8C14A;
}

.function-row > div {
    padding: 0;
}

.function-row h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0 !important;
    font-family: "Poppins", serif;
}

.function-row h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Roboto", serif;
}

.number-function-2,
.number-function-1 {
    width: 4.375rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
}

.number-function-2 {
    background-color: #19A080;
}

.number-function-1 {
    background-color: #F8C14A;
}

.number-function-2 p,
.number-function-1 p {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    display: flex;
    margin-bottom: 0 !important;
    align-items: center;
    font-family: "Roboto", serif;
}

.function-row ul {
    padding-left: 0;
    margin-left: 18px;
    margin-bottom: 0;
}

.function-row ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto", serif;
}

.fc-row-inner {
    padding-left: 50px;
    display: flex;
    gap: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.function-cont-2:nth-child(even) {
    background-color: #E1F8F2;
}

.function-cont-1:nth-child(even) {
    background-color: #FFF8E9;
}

.function-btn a {
    display: inline-block;
    margin-left: 50px;
    margin-top: 50px;
}

.procedure {
    position: relative;
    display: block;
    padding-top: 10px;
}

.fc-col p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 4px;
    border-radius: 5px;
    padding: 2px 12px;
    width: fit-content;
    background-color: #fff;
    font-family: "Poppins", serif;
}

.fc-col .function-2 {
    color: #19A080;
}

.fc-col .function-1 {
    color: #f8c14a;
}

.fc-col .function-2 {
    color: #F8C14A;
}

/* END OF HOMEPAGE */


/* NEWS PAGE */

#news_list {
    margin-top: 80px;
    border-top: 5px solid #DCDCDC;
    padding-bottom: 100px;
}

.news-wrapper {
    margin-top: -55px;
}

.news-wrapper .tabs .tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: end    ;
    justify-content: space-between;
    gap: 1px;
}

.news-wrapper .tabs .tab-nav li {
    cursor: pointer;
    flex: 1;
    text-align: center;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #F5F5F5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.news-wrapper .tabs .tab-nav li > a {
    padding: 8px 15px;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #222222;
}

.news-wrapper .tabs .tab-nav li.actove > a {
    color: #88BA01;
}

.news-wrapper .tabs .tab-nav li.active {
    background-color: #DCDCDC;
}

.news-wrapper .tabs .tab-content .tab-pane {
    display: none;
}

.news-wrapper .tabs .tab-content .tab-pane.active {
    display: block;
}

/* .news-cat-tabs .others {
    order: 3;
} */

.news-cat-tabs li.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #DCDCDC;
}

.news-cat-tabs li.active:before {
    border-top: 25px solid #DCDCDC;
}

.news-cat-tabs li.active {
    color: #222222;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #DCDCDC;
}

.news-wrapper .tab-content {
    padding-top:80px;
    padding-bottom:80px;
    /* border-top: 4px solid #DCDCDC; */
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.news-cat.update > a {
    background-color: #4FB084;
}

.news-cat.events-and-seminars > a {
    background-color: #D3A52E ;
}

.news-cat.press-release > a {
    background-color: #ff703b ;
}

.news-cat.others > a {
    background-color: #782B86 ;
}

.news-header {
    margin-bottom: 80px;
}

.news-back {
    position: relative;
    text-decoration: none;
    padding: 14px 30px 14px 50px;
}

.snews-outer {
    position: relative;
    padding-bottom: 200px;
}

.news-back a:hover {
    transform: scale(0.95); 
}

.news-btn {
    margin-top: 150px;
    text-align: center;
}

.snews-footer-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -150px;
    z-index: -1;
}

.snews-footer-wave img {
    width: 100%;
    /* margin-top: -230px; 
    margin-bottom: -170px; */
    z-index: -1;
    position: relative;
}

.to-top {
    position: fixed;
    bottom: 20px;
    right: 25px;
    background: rgb(136 186 1 / 94%);
    padding: 10px 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    /* -webkit-transition: 500msease;
    transition: 500msease; */
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.to-top:hover {
    transform: scale(0.95);
}

.to-top img {
    height: 25px;
    filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(250deg) brightness(95%) contrast(103%);
}

.snews-wrapper table,
.snews-wrapper table th, 
.snews-wrapper table td {
    border: 1px solid #C8C8C8;
}

.snews-wrapper table {
    margin-bottom: 30px;
}

.site-news-wrapper {
    background-color: #FAFAFA;
    position: relative;
    background-image: url(../img/wave-news.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.snews-wrapper table tr td,
.snews-wrapper table tr th {
    padding: 20px;
}

.snews-wrapper table tr td:first-child,
.snews-wrapper table tr th:first-child {
    background-color: #F6F6F6;
}

.news-btn  {
    text-decoration: none;
    padding-right: 20px !important;
    padding-left: 20px !important;

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.news-btn:hover {
    transform: scale(0.95);
}

.news-btn > a {
    text-decoration: none;
    padding-right: 20px !important;
}

.news-back > img {
    display: inline-block;
    padding-right: 10px;
}

.news-date {
    width: 15%;
}

/* Basic news-pagination styles */
.news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 80px;
}

.page-numbers {
    padding: 8px 15px;
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.page-numbers:hover {
    background-color: #5F8200;
    transform: scale(0.95);
}

.news-pagination .page-numbers.current {
    background-color: #5F8200;
    color: white;
    border-color: #5F8200;
}

.page-numbers.prev, .page-numbers.next {
    font-weight: bold;
}

.page-numbers.next {
    padding-right: 50px;
}

.page-numbers.prev {
    padding-left: 50px;
}


/* Add some spacing for news-pagination */
.news-pagination span {
    margin: 0 10px;
}

.news-pagination .page-numbers {
    font-size: 18px;
    background-color: #88BA01;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.next.page-numbers,
a.prev.page-numbers {
    position: relative;
}

a.prev.page-numbers > img,
a.next.page-numbers > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.next.page-numbers > img {
    right: 15px;
}

a.prev.page-numbers > img {
    left: 15px;
}

/* END OF NEWS PAGE */


/* SOLUTIONS PAGE */

.solutions-section {
    padding-top: 10px;
    padding-bottom: 80px;
    position: relative;
    
    background-image: url('../img/solutions-wave.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.solutions-section h2>span,
.solutions-section h2 {
    font-size: 28px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.solutions-section h2 span {
    color: #719A04;
}

.solutions-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    color: #222222;
    font-family: "Poppins", serif;
}

.solutions-row {
    display: flex;
    align-items: center;
    /* column-gap: 30px; */
}

.solutions-row.img-left > div:last-child,
.solutions-row.img-right > div:last-child {
    padding-left: 15px;
}

.solutions-row.img-right > div:first-child,
.solutions-row.img-left > div:first-child {
    padding-right: 15px;
}

.solutions-row:first-child {
    margin-bottom: 30px;
}

/* END OF SOLUTIONS PAGE */


/* INFORMATION SECTION */

.information-section {
    margin-bottom: 120px;
}

.information-section h3 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Poppins", serif;
}

.information-section h4 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Poppins", serif;
}

.information-section a,
.information-section button {
    font-size: 16px !important;
    font-weight: 600;
    color: #222222 !important;
    background-color: #ffffff !important;
    font-family: "Poppins", serif;
}

.info-title {
    margin-bottom: 20px !important;
}

.info-btn {
    margin-bottom: 0 !important;
}

.solutions-correspondence {
    /* margin-right: 2%; */
    background-color: #F8C14A;
}

.solutions-filesharing  {
    /* margin-right: 2%; */
    background-color: #19A080;
}

.solutions-filehandling  {
    background-color: #DE2F36;
}

.solutions-list > div > div {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.solutions-list > div > div > div {
    width: 32%;
    padding: 30px 5px 10px 5px;
    text-align: center;
}

.solutions-list .hp-news-btn {
    width: 100%;
}

.solutions-list .hp-news-btn > a{
    text-align: center;
    display: block;
}

/* END OF INFORMATION SECTION */

/* Page Footer */

.page-footer {
    padding-top: 200px !important;
    padding-bottom: 200px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(106, 138, 19, 0.9);
}

.page-footer h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.page-footer a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    background-color: #fff !important;
    font-family: "Poppins", serif !important;
}

.pfooter-wave-row {
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    z-index: 1;
}

.pfooter-wave {
    margin-bottom: 0 !important;
}

.pfooter-wave figure,
.pfooter-wave .vc_single_image-wrapper,
.pfooter-wave img {
    width: 100%;
}

.pfooter-btns-row {
    z-index: 2;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.pfooter-btns-row a {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.pfooter-btns-row .vc_do_btn:first-child {
    margin-right: 30px;
}

.f-col-left .footer-logo {
    width: 67px;
}

/* END OF INQUIRY SECTION */


/* PROJECT MANAGEMENT SOLUTIONS */

.pms-h2 span,
.pms-h2 h2 {
    font-size: 28px;
    font-weight: 600;
    color: #719A04;
    font-family: "Poppins", serif;
}

.pms-h3 h3 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2.4px;
    font-family: "Poppins", serif;
}

.project-section p span,
.project-section p strong,
.project-section p,
.communication-section p,
.collab p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Poppins", serif;
}

.pms-h2 {
    margin-bottom: 20px !important;
}

.project-section .vc_col-sm-4,
.communication-section .vc_col-sm-4 {
    width: 40%;
}

.project-section .project-info-right {
    width: 60%;
    padding-left: 30px;
}

.comm-row .project-info-left {
    width: 60%;
    padding-right: 30px;
}

.project-row,
.comm-row {
    display: flex;
    align-items: center;
}

.comm-row {
    padding-top: 150px;
}

.project-img {
    margin-bottom: 0 !important;
}

.project-section {
    padding-top: 10px !important;
    background-image: url(../img/main-solutions-wave.svg);
    
    background-repeat: no-repeat;
    background-position: center 28%;
    background-size: 100%;
}

.communication-section {
    padding-top: 100px !important;
}

.collab-section {
    padding-bottom: 150px !important;
    padding-top: 100px !important;
    
    background-image: url(../img/project-wave-last.svg);
    background-repeat: no-repeat;
    background-position: center bottom -40px;
    background-size: 100%;
}

.collab-row {
    margin-top: 50px;
    padding: 0 100px !important;
}

/* END OF PROJECT MANAGEMENT SOLUTIONS */


/* Smart Mail Solution */

.vc_section.section-wave-img {
    background-position: center bottom -35px !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    padding-bottom: 130px !important;
}

.sms-section2,
.sms-section-3 {
    padding-top: 80px;
}

.sms-section-3 {
    padding-bottom: 80px;
}

.sms-h3 {
    margin-bottom: 6px !important;
}

.sms-h3 h3 {
    color: #719A04;
    font-size: 28px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.sms-h2 h2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.sms-sub {
    margin-top: 10px;
}

.sms-sub p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Poppins", serif;
}

.sms-row {
    padding-top: 30px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.sms-row p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Poppins", serif;
}

/* END OF Smart Mail Solution */


/* Features of CORRESSA */

.features-section {
    position: relative;
    padding-top: 10px !important;
}

.features-section h3,
.features-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #719A04;
    font-family: "Poppins", serif;
}

.features-section p {
    font-size: 18px;
    line-height: 30px;
    /* font-weight: 500; */
    margin-bottom: 15px;
    font-family: "Poppins", serif;
}

.features-row {
    margin-bottom: 150px;
    display: flex;
    align-items: center;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.cfeatures-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #DFDFDF;
    margin-bottom: 100px;
    position: relative;
}

.cfeatures-section h2 {
    font-size: 60px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.cfeatures-section h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", serif;
}

.cfeatures-section p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Roboto", serif;
}

.cfeatures-col {
    padding: 45px 20px !important;
    width: 32% !important;
}

.cfeatures-col:first-child,
.cfeatures-col:nth-child(2) {
    margin-right: 2%;
}

.cfeatures-row1 .cfeatures-col:nth-child(odd) {
    background-color: #fff;
}

.cfeatures-row1 .cfeatures-col:nth-child(even) {
    background-color: #EFEFEF;
}

.cfeatures-row2 .cfeatures-col:nth-child(even) {
    background-color: #fff;
}

.cfeatures-row2 .cfeatures-col:nth-child(odd) {
    background-color: #EFEFEF;
}

.cfeatures-row1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.cf-functions-tabs .vc_tta-tabs-list li a {
    text-align: center;
    position: relative;
    border-color: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    padding: 8px 20px !important;
}

.correspandence .vc_tta-tabs-list li.vc_active a {
    background-color: #F8C14A !important;
    padding: 8px 20px !important;
}

.book-management .vc_tta-tabs-list li.vc_active a {
    background-color: #19A080 !important;
}
.book-management .vc_tta-tabs-list li.vc_active:before {
    border-top: 25px solid #19A080 !important;
}

.cf-functions-tabs .vc_tta-tabs-list li.vc_active a span {
    color: #fff !important;
    font-size: 22px;
}

.cf-functions-tabs .vc_tta-tabs-list li a span {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
    word-spacing: 10px;
}

.cf-functions-tabs .vc_tta-tabs-list {
    display: flex !important;
    align-items: flex-end;
}

.cf-functions-tabs .vc_tta-tabs-list li {
    flex: auto;
    position: relative;
}

.cf-functions-tabs .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container, 
.cf-functions-tabs .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    overflow: inherit;
}

.cf-functions-tabs .vc_tta-tabs-list li.vc_active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #f8c14a;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cf-functions-tabs .vc_tta-tabs-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

.cf-functions-tabs .vc_tta-panels-container {
    position: relative;
}

.cf-functions-tabs .vc_tta-panels-container:before {
    content: '';
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.correspandence .vc_tta-panels-container:before {
    background-color: #F8C14A !important;
}

.book-management .vc_tta-panels-container:before {
    background-color: #19A080 !important;
}

.cf-functions-tabs .vc_tta-panel-body {
    background-color: #F5F5F5 !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.cf-functions-tabs h3 {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.cf-tab-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Roboto", serif;
}

.cf-tab-content ul li {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.cf-tab-content ul {
    padding-left: 10px;
}

.cfeatures-functions-section h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px !important;
    font-family: "Poppins", serif;
}

.cfeatures-functions-section {
    padding-top: 0px;
    padding-bottom: 150px;
    position: relative;
}

.correspandence .site-btn a {
    background-color: #F8C14A !important;
}

.book-management .site-btn a {
    background-color: #19A080 !important;
}

.cf-file-section h2 {
    font-size: 50px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 80px !important;
    font-family: "Poppins", serif;
}

.cf-file-section h3 {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.cf-file-content {
    padding-left: 30px !important;
}

.cf-file-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222222;
    font-family: "Roboto", serif;
}

.cf-file-content ul {
    padding-left: 10px;
}

.cf-file-content ul li {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.cf-file-content a {
    margin-left: 0;
    margin-top: 30px;
}

.cf-file-section {
    padding-bottom: 100px;
}

.cf-biggest-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #EBEBEB;
}

.cf-biggest-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 60px !important;
    font-family: "Poppins", serif;
}

.cf-biggest-feature p {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    width: fit-content;
    margin: auto;
    font-family: "Poppins", serif;
    position: relative;
}

.cf-biggest-feature p:before {
    content: url('../img/list-right-arrow.svg');
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
}

.cf-biggest-desc p {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    font-family: "Poppins", serif;
}

.function-2-btn a {
    background-color: #19A080 !important;
}

.function-1-btn a {
    background-color: #F8C14A !important;
}

.all-feature-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 120px;
}

.all-feature-wrap:last-child {
    margin-bottom: 120px !important;
}

.all-feature-wrap > div {
    width: 50%;
}

.all-feature-container .all-feature-wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.all-feature-container .all-feature-wrap:nth-child(odd) .all-feature-information {
    padding-left: 50px;
}

.all-feature-container .all-feature-wrap:nth-child(even) .all-feature-information {
    padding-right: 50px;
}

.cf-tab-content .site-btn > a {
    margin-left: 0px;
}

.cf-tab-content .site-btn > a:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}

.feature-wave-1 {
    position: absolute;
    top: 12%;
    z-index: -1;
}

.feature-wave-2 {
    position: absolute;
    bottom: -6%;
    z-index: -1;
}

.features-wave-3 {
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

.features-wave-3 .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
}

.features-wave-3 div,
.features-wave-3 figure,
.features-wave-3 img {
    width: 100%;
}

.cfeatures-row2,
.cfeatures-row1 {
    z-index: 1;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.feature-wave-4 {
    position: absolute;
    bottom: -37%;
    left: 0;
    right: 0;
    z-index: -1;
}

.feature-wave-4 div,
.feature-wave-4 figure,
.feature-wave-4 img,
.feature-wave-5 div,
.feature-wave-5 figure,
.feature-wave-5 img,
.correspondence-wave-2 div,
.correspondence-wave-2 figure,
.correspondence-wave-2 img {
    width: 100%;
}

.feature-wave-5 {
    position: absolute;
    bottom: -31%;
    left: 0;
    right: 0;
    z-index: -1;
}

.with-wave-section {
    position: relative;
    padding-bottom: 90px;
}

.correspondence-wave-2 {
    position: absolute;
    bottom: -28%;
    left: 0;
    right: 0;
    z-index: -1;
}

.correspondence-wave-bg {
    position: absolute;
    top: 34%;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 !important;
}

.correspondence-wave-bg > .wpb_column > .vc_column-inner {
    padding: 0;
}

.correspondence-wave-bg .wpb_single_image,
.correspondence-wave-bg div,
.correspondence-wave-bg figure,
.correspondence-wave-bg img,
.lp-wave-img div,
.lp-wave-img figure,
.lp-wave-img img {
    width: 100%;
}

.lp-basic-section {
    position: relative;
    padding-bottom: 100px;
}

.lp-service-section,
.lp-library-section,
.lp-file-section, 
.lp-basic-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.lp-wave-img {
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    z-index: -1;
}

/* END OF Features of CORRESSA */


/* LICENCE AND PRICELIST PAGE */

.lp-title-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: #719A04;
    font-family: "Poppins", serif;
}

.lp-h3 {
    margin-bottom: 60px !important;
}

.lp-h3 h3 {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.lp-col {
    width: 32% !important;
    padding: 30px 5px !important;
    /* border: 2px solid #EFF0F6; */
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
}

.lp-col:first-child {
    margin-right: 2%;
}

.lp-col:nth-child(2) {
    margin-right: 2%;
}

.lp-col h4 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.lp-col p {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-family: "Poppins", serif;
}

.lp-bg-gray {
    padding: 4px 20px;
    width: fit-content;
    margin-bottom: 12px !important;
    background-color: #F3F4F0;
}

.lp-col h5 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.lp-col h5 span {
    font-size: 42px;
    font-weight: 600;
    color: #222222;
    vertical-align: sub;
    font-family: "Poppins", serif;
}

.lp-col a {
    font-size: 18px !important;
    text-align: center !important;
    font-weight: 600;
    color: #fff !important;
    min-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px !important;
    font-family: "Poppins", serif;
    background-image: none !important;
    padding-right: 50px !important;
}

.lp-btn {
    text-align: center;
}


.lp-btn  a:hover {
    transform: scale(0.95);
}

.lp-basic-section .lp-col a {
    border-color: #F8C14A !important;
    background-color: #F8C14A !important;
}

.lp-library-section .lp-col a {
    border-color: #19A080 !important;
    background-color: #19A080 !important;
}

.lp-service-section .lp-col a {
    border-color: #167DAE !important;
    background-color: #167DAE !important;
}

.lp-file-section .lp-col a {
    border-color: #DE2F36 !important;
    background-color: #DE2F36 !important;
}

.lp-file-section .lp-col a:hover,
.lp-service-section .lp-col a:hover,
.lp-library-section .lp-col a:hover,
.lp-basic-section .lp-col a:hover {
    border-color: #222222 !important;
    color: #ffffff !important;
    background-color: #222222 !important;
}

.lp-btn {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
}

.lp-col .vc_column-inner {
    display: flex;
    height: 100%;
}

.lp-col .vc_column-inner .wpb_wrapper {
    position: relative;
}

.lp-desc ul li {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 28px !important;
    font-family: "Poppins", serif;
}

.lp-desc-row {
    padding-left: 160px !important;
    padding-right: 160px !important;
    margin-top: 80px;
    z-index: 1;
    position: relative;
}

.lp-desc-row ul {
    margin-left: 0;
    padding-left: 0;
}

.lp-desc-row ul li,
.terms-row ul li {
    list-style: none;
    position: relative;
    margin-bottom: 25px;
}

.lp-desc-row ul li:before,
.terms-row ul li:before {
    content: url('../img/Check.svg');
    position: absolute;
    left: -40px;
    top: 2px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.lp-basic-section .lp-desc-row ul li:before {
    background-color: #F8C14A;
}

.lp-library-section .lp-desc-row ul li:before,
.terms-row ul li:before {
    background-color: #19A080;
}

.lp-file-section .lp-desc-row ul li:before {
    background-color: #DE2F36;
}

.lp-row {
    display: flex;
    z-index: 4;
    position: relative;
}

.lp-col .wpb_wrapper {
    width: 100%;
}

.lp-basic-section .lp-line .vc_sep_holder span {
    margin-top: 6px;
    border-top: 2px solid #F8C14A !important;
}

.lp-library-section .lp-line .vc_sep_holder span {
    margin-top: 6px;
    border-top: 2px solid #19A080 !important;
}

.lp-file-section .lp-line .vc_sep_holder span {
    margin-top: 6px;
    border-top: 2px solid #DE2F36 !important;
}

.lp-service-section .lp-line .vc_sep_holder span {
    margin-top: 6px;
    border-top: 2px solid #167DAE !important;
}

.lp-title-section {
    margin-top: 10px;
}

.lp-basic-section {
    margin-top: 60px;
}

.lp-file-section .lp-row {
    justify-content: center;
}

.lp-terms-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F8F8;
}

.lp-terms-section h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 80px !important;
    color: #222222;
    font-family: "Poppins", serif;
}


.lp-library-section {
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
}

.lp-file-section {
    padding-bottom: 150px;
    position: relative;
}

.lp-service-section {
    padding-bottom: 100px;
}

/* END OF LICENCE AND PRICELIST */


/* SERVICES PAGE */

.srvcs-implenttion-section {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.srvcs-support-section {
    padding-bottom: 100px;
}

.srvcs-btns-section {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #F3F3F3;
    margin-top: -70px;
}

.btns-row a {
    width: 380px !important;
    font-size: 20px !important;
    font-weight: 600;
    padding: 20px 20px !important;
    color: #fff !important;
    font-family: "Poppins", serif;
    background-image: none !important;
}


.btns-row .implmnt-btn a {
    background-color: #0077C8 !important;
}

.btns-row .training-btn a {
    background-color: #ff703b !important;
}

.btns-row .support-btn a {
    background-color: #782B86 !important;
}

.srvcs-h2 {
    margin-bottom: 10px !important;
}

.srvcs-header-desc {
    margin-top: 20px;
}

.srvcs-h2 h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.srvcs-implenttion-section .srvcs-h2 h2 {
    color: #0077C8;
}

.srvcs-training-section .srvcs-h2 h2 {
    color: #ff703b;
}

.srvcs-support-section .srvcs-h2 h2 {
    color: #782B86;
}

.srvcs-subtitle p {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}

.srvcs-subtitle h5 strong,
.srvcs-subtitle h5 {
    font-size: 20px;
    font-weight: bold;
}

.srvcs-header-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    font-family: "Poppins", serif;
}

.srvcs-col {
    width: 48% !important;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #EFF0F6;
}

.srvcs-col:first-child {
    margin-right: 2%;
}

.srvcs-col-desc {
    padding: 25px 60px 40px 25px;
}

.srvcs-col-desc ul {
    padding-left: 30px;
    margin-left: 0;
}

.srvcs-col-desc ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    color: #222222;
    font-family: "Poppins", serif;
}

.srvcs-row {
    display: flex;
    justify-content: center;
}

.srvcs-col .vc_column-inner {
    padding: 0 !important;
}

.srvcs-col-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", serif;
}

.srvcs-col-title {
    padding: 15px 25px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.srvcs-contents:after {
    content: url("../img/search.svg");
}

.srvcs-period:after {
    content: url("../img/Calendar.svg");
}

.srvcs-location:after {
    content: url("../img/location.svg");
}

.srvcs-price:after {
    content: url("../img/Yen.svg");
}

.srvcs-contact:after {
    content: url("../img/user-square.svg");
}

.srvcs-cmethod:after {
    content: url("../img/chat-lines.svg");
}

.srvcs-contents:after,
.srvcs-period:after,
.srvcs-location:after,
.srvcs-price:after,
.srvcs-contact:after,
.srvcs-cmethod:after {
    right: 30px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    display: flex;
    align-items: center;
}

.srvcs-implenttion-section .srvcs-col-title {
    background-color: #0077C8;
}

.srvcs-training-section .srvcs-col-title {
    background-color: #ff703b;
}

.srvcs-support-section .srvcs-col-title {
    background-color: #782B86;
}

.srvcs-implenttion-section .srvcs-col-desc ul li,
.srvcs-training-section .srvcs-col-desc ul li,
.srvcs-support-section .srvcs-col-desc ul li {
    list-style: none;
    position: relative;
}

.srvcs-implenttion-section .srvcs-col-desc ul li:before,
.srvcs-training-section .srvcs-col-desc ul li:before,
.srvcs-support-section .srvcs-col-desc ul li:before {
    position: absolute;
    left: -30px;
}

.srvcs-implenttion-section .srvcs-col-desc ul li:before {
    content: url('../img/blue-arrow.svg');
}

.srvcs-training-section .srvcs-col-desc ul li:before {
    content: url('../img/orange-arrow.svg');
}

.srvcs-training-section .srvcs-col-desc ul li:before {
    content: url('../img/orange-arrow.svg');
}

.srvcs-support-section .srvcs-col-desc ul li:before {
    content: url('../img/violet-arrow.svg');
}

.srvcs-col-subtitle {
    margin-bottom: 0px !important;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.srvcs-col-subtitle h4 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.srvcs-col-subtitle h4 span {
    font-size: 45px;
    font-weight: 600;
    vertical-align: sub;
    font-family: "Poppins", serif;
}

.srvcs-line {
    margin-bottom: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
}

.srvcs-implenttion-section .srvcs-line span span {
    border-color: #0077C8 !important;
}

.srvcs-training-section .srvcs-line span span {
    border-color: #ff703b !important;
}

.srvcs-col p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    font-family: "Poppins", serif;
}

.srvcs-col-subheader {
    margin-top:20px;
    padding-left: 30px;
    margin-bottom: 0 !important;
}

.srvcs-col-subheader p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222222;
    font-family: "Poppins", serif;
}

.srvcs-col-subheader p span {
    color: #ff703b;
    font-weight: 600;
}

.srvcs-support-section .srvcs-col-desc p span {
    font-size: 18px;
    font-weight: 600;
    color: #782B86;
    font-family: "Poppins", serif;
}

.srvcs-training-section {
    position: relative;
    padding-bottom: 150px;
}

/* END OF SERVICES PAGE */



/* FEATURES INNER PAGE */

.ft-inner-header {
    padding-top: 0px;
}

.ft-inner-header h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.ft-inner-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #222222;
    font-family: "Poppins", serif;
}

.crrspndnc-color p span {
    color: #EBB746;
    font-weight: 600;
}

.ft-inner-highlight {
    padding-top: 80px;
    padding-bottom: 80px;
}

.crrspndnc-highlight {
    background-color: #EBB746;
}

.ft-inner-highlight h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    font-family: "Poppins", serif;
}

.ft-inner-highlight p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-family: "Poppins", serif;
}

.ft-inner-content {
    padding-top: 100px;
}

/* .ft-inner-content .vc_col-sm-6 {
    width: 48% !important;
} */

/* .ft-inner-content .vc_col-sm-6:first-child {
    margin-right: 2%;
} */

.content-row {
    margin-bottom: 40px;
}

.ft-inner-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    line-height: 48px;
    font-family: "Poppins", serif;
}

.ft-inner-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", serif;
}

.ft-inner-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    font-family: "Poppins", serif;
}

.ft-center {
    display: flex;
    align-items: center;
}

.fileshare-info figure,
.fileshare-info .vc_single_image-wrapper,
.fileshare-info img {
    width: 100%;
}

.ft-inner-content:nth-child(odd) .fileshare-info > div:first-child {
    width: 45%;
}

.ft-inner-content:nth-child(odd) .fileshare-info > div:last-child {
    width: 55%;
}

.ft-inner-content:nth-child(even) .fileshare-info > div:last-child {
    width: 45%;
}

.ft-inner-content:nth-child(even) .fileshare-info > div:first-child {
    width: 55%;
}

.ft-footer-highlight {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F8F8;
}

.ft-footer-highlight p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #222222;
    font-family: "Poppins", serif;
}

.ft-footer-highlight h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 46px;
    color: #F8C14A;
    font-family: "Poppins", serif;
}

.crrspndnc-check h3,
.docs-check h3,
.docs-list ul li,
.file-check h3,
.file-list ul li {
    padding-left: 35px;
    position: relative;
}

.crrspndnc-check h3:before {
    background-color: #EBB746;
}

.docs-list ul li,
.file-list ul li {
    list-style: none;
}

.docs-list ul,
.file-list ul {
    margin-left: 0;
    padding-left: 0;
}

.docs-check h3:before,
.docs-list ul li:before {
    background-color: #19A080;
}

.file-check h3::before,
.file-list ul li:before {
    background-color: #DE2F36;
}

.docs-check h3:before,
.crrspndnc-check h3:before,
.docs-list ul li:before,
.file-check h3:before,
.file-list ul li:before {
    content: url('../img/Check.svg');
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    top: -2px;
}

.docs-color p span {
    color: #19A080;
    font-weight: 600;
}

.docs-highlight {
    background-color: #19A080;
}

.ft-inner-content h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.docs-color h5 {
    color: #19A080;
}

.ft-inner-content ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #222222;
    font-family: "Poppins", serif;
}

.ft-inner-content ul li strong,
.ft-inner-content ul li strong span {
    font-weight: 600;
}

.docs-footer-highlight h3 span ,
.docs-footer-highlight h3 {
    font-size: 26px;
    line-height: 46px;
    font-weight: 400;
    color: #222222;
    font-family: "Poppins", serif;
}

.file-highlight {
    background-color: #DE2F36;
}

/* END OF FEATURES INNER PAGE */

/*
** Footer
*/

.copyright {
    font-size: 16px;
    color: #fff;
    background-color: #898989;
}

.f-col-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.f-col-left p {
    font-size: 16px;
    color: #222222;
    margin-bottom: 2px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Poppins", serif;
}

footer {
    z-index: 2;
    position: relative;
    background-color: #F9F9F9;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ft-colr-wrap {
    display: flex;
    justify-content: flex-end;
}

.f-col-right {
    margin-left: auto;
}

.f-col-right p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 2px;
    font-family: "Poppins", serif;
}

.f-col-right a {
    color: #222222;
    text-decoration: none;
}

.f-col-right p span {
    font-weight: 600;
}

.footer-wrap-info {
    display: flex;
}

/* END OF FOOTER */


/*  SINGLE NEWS */

/* #single-page-wrapper {
    background-color: #FAFAFA;
    position: relative;
    background-image: url(../img/wave-news.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
} */

.single #single-page-wrapper a {
    color: #88BA01;
}

.single #single-page-wrapper p {
    margin-bottom: 35px;
}

.single #single-page-wrapper p:last-child {
    margin-bottom: 0px;
}

.single #single-page-wrapper p strong a {
    font-weight: bold;
}

.snews-wrapper {
    padding-top: 50px;
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.single #single-page-wrapper .snews-date {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    padding: 10px 30px;
    width: fit-content;
    margin-bottom: 15px;
    background-color: #F3F4F0;
}

.single #single-page-wrapper h2 {
    font-size: 36px;
    font-weight: 600;
    color: #222222;
}

.single #single-page-wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222222;
}

.single #single-page-wrapper h4 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    position: relative;
    padding-left: 35px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.single #single-page-wrapper h4:before {
    content: url('../img/black-square.jpg');
    position: absolute;
    left: 0;
}

.single #single-page-wrapper p,
.single #single-page-wrapper table td {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #222222;
}

.single #single-page-wrapper ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
    list-style: none;
    color: #222222;     
    position: relative;
}

.single #single-page-wrapper ul {
    margin-left: 30px;
}

.single #single-page-wrapper ul li:before {
    content: url('../img/list-right-arrow.svg');
    position: absolute;
    left: -30px;
}

.single #single-page-wrapper table:last-child {
    margin-bottom: 0px;
} 

.news-header h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #222222;
}

.news-header .snews-date {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    padding: 8px 20px;
    width: fit-content;
    background-color: #F3F4F0;
}

.news-inner img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-inner ul {
    list-style: none;
    margin-left: 10px;
}

.news-inner ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 26px;
}

.snews-wrapper .news-inner ul li:before {
    content: url(../img/list-right-arrow.svg);
    position: absolute;
    left: -28px;
    top: 2px;
    bottom: 0;
}

.snews-wrapper .news-inner p,
.snews-wrapper .news-inner p strong,
.snews-wrapper .news-inner p span,
.snews-wrapper .news-inner a {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
}

.snews-wrapper .news-inner p:last-child {
    margin-bottom: 0px;
}

.news-inner h4 > span, 
.news-inner h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    padding-bottom: 6px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 25px;
    /* border-bottom: 1px solid #EBEBEB; */
}

.news-inner h4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width:  100%;
    background-color: #EBEBEB;
    height: 1px;
}

.news-inner h3 {
    font-size: 26px;
    font-weight: 600;
    color: #222222;
}

.news-inner h4:before {
    content: url('../img/black-square.jpg');
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: start;
}

.snews-wrapper .news-inner a {
    color: #719A04;
}

.news-inner  {
    width: 100%;
    overflow-x: auto;
}

.news-inner table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.cat-news-mobile {
    display: none;
} 

select#news-category-dropdown {
    width: 100%;
    padding: 10px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    background-color: transparent;

    appearance: none;    
    -webkit-appearance: none; 
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
}

.news-cat-dropdown {
    width: 500px;
    max-width: 100%;
    border-radius: 5px;
    padding-right: 30px; 
    border: 2px solid #eeeeee;
    padding: 10px;
    position: relative;
}

.news-cat-dropdown:before {
    content: "";
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; 
}

select#news-category-dropdown:focus-visible {
    outline: none;
}

select#news-category-dropdown option {
    text-overflow: unset
}
/* END OF SINGLE NEWS */


/* Contact Us */

.formBox .ttl02 {
    display: flex;
    padding: 15px 30px;
    margin-bottom: 0 !important;
    background-color: #88BA01;
    justify-content: space-between;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.formBox .ttl02 span {
    font-size: 24px;
    font-weight: 600;
}

.formBox table th label {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}

.formBox table td label {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
}

.formBox table td input[type="text"],
.formBox table td textarea,
.formBox table td select {
    background-color: #fff;
    box-shadow: none !important;
    border: 1.5px solid #A1AA89;
    border-radius: 5px;
    width: 100% !important;
    padding: 0 10px;
    font-size: 18px;
} 

.formBox table td select,
.formBox table td input[type="text"] {
    height: 39px !important;
}

.formBox table td input.error {
    border: 2px solid #b00707 !important;
    outline: none;
    position: relative;
}

.formBox table td textarea {
    padding: 10px;
}

.names-input,
.name-hiragana {
    display: flex;
    column-gap: 5px;
    position: relative;
}

.names-input > div,
.name-hiragana > div {
    width: 50%;
}

.names-input input::placeholder,
.name-hiragana input::placeholder,
.formBox table td select::placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #A9A9A9;
}

.formBox table td {
    background-color: transparent !important;
    padding: 20px 30px !important;
    width: calc(100% - 320px);
}

.cor-red {
    color: red;
}

.formBox table th {
    padding: 10px;
    border-right: 1px solid #ffffff;
    padding: 20px 30px !important;
    width: 320px;
}

.formBox table {
    border-collapse: separate;
    border-spacing: 1px 0px; 
}

.formBox tbody td {
    position: relative;
}

.formBox span.error {
    position: absolute;
    border: 1px solid;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 35px;
}

.formBox input[aria-invalid="false"] {
    border: 1px solid #333;
}

.names-input > div, .name-hiragana > div {
    position: relative;
}

.formBox span.error {
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.formBox div span.check {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 35px;
    padding-right: 11px;
    padding-top: 1px;
}

.formBox .select-input span.error {
    display: flex;
    width: auto;
    top: 4px;
    align-items: center;
    justify-content: end;
}

.formBox .select-input span.error label {
    margin-right: 5px;
    font-size: 16px;
}

.formBox div .rad-btn span.check {
    width: 33px;
    height: 33px;
    top: -2px;
    left: -5px;
}

.formBox .select-input span.check {
    top: 5px;
}

.formBox div .confirm-mail span.check,
.english-lang .formBox .confirm-email2 span.check {
    top: 40px;
}

.ja-lang .formBox .confirm-email2 span.check {
    top: 25px;
}

.formBox .names-input div span.check,
.formBox .name-hiragana div span.check,
.formBox .names-input div span.error,
.formBox .name-hiragana div span.error {
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    top: 5px !important;
    right: 5px !important;
}

.formBox div span.error:after {
    content: "×";
    font-weight: bold;
    font-size: 20px;
}

.formBox div span.check:after {
    content: "";
    display: inline-block;
    transform: rotate(44deg);
    height: 15px;
    width: 9px;
    margin-left: 60%;
    border-bottom: 3px solid #78b13f;
    border-right: 3px solid #78b13f;
}

.formBox table td textarea.error {
    border: 2px solid #b00707 !important;
    outline: none;
    position: relative;
}

.formBox table td select.error {
    border: 2px solid #b00707 !important;
    outline: none;
    position: relative;
}

.formBox table td label {
    margin-bottom: 0px;
}

#main #conts .formBox table tr:nth-child(even) th,
#main #conts .formBox table tr:nth-child(even) td {
    background: #F9F9F9 !important;
}

.form .cor-indent {
    font-size: 18px;
    font-weight: 400;
}

.form .cor-indent a {
    color: #88BA01;
    line-height: 34px;
}

.form .submit input {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #88BA01 !important;
    transition: all .2s ease-in-out;
    padding: 20px 40px;
    border: none;
}

.form .submit input:focus-visible {
    outline: none;
}

.form .submit input:hover {
    color: #fff;
    opacity: 1 !important;
    transform: scale(0.95);
    background-color: #000 !important;
}

#main .ctop-header {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F3F3F3;
}

#conts,
#main .ctop-header .row-wrapper {
    width: 1100px !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

#conts {
    margin-top: 70px;
}

#main .ctop-header p {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
}

#main #conts .formBox table td,
#main #conts .formBox table td span {
    font-size: 16px;
    font-weight:500;
    color: #222222;
}

.rad-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #222222;
  }
  
  .rad-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
 .rad-btn:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
 .rad-btn input:checked ~ .checkmark {
    background-color: #D9D9D9;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
 .rad-btn input:checked ~ .checkmark:after {
    display: block;
  }
  
 .rad-btn .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main {
    margin-top: 0 !important;
}

#main #conts .comment table th span:first-child,
#main #conts .comment table td span {
    font-size: 18px;
    line-height: 30px;
}

#sysreq {
    line-height: 30px;
}

#sysreq .error:after,
.ft-contact .error:after,
.ft-contact .check {
    display: none;
}

.ft-contact {
    padding-top: 10px;
}

.ft-contact label {
    font-weight: 500;
    color: #222222;
}

.ty-inner {
    padding: 40px;
    margin-top: 125px;
    margin-bottom: 125px !important;
    position: relative;
    border: 2px solid #88ba01;
}

.ty-wrapper p {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
}

/* ** */

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Style the select element */
.select-wrapper select {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;

    padding-right: 35px;
}

/* Custom arrow */
.select-wrapper::after {
    content: url(../img/nav-arrow-down.svg);
    position: absolute;
    top: 60%;
    right: 10px;
    transform: translateY(-60%);
    pointer-events: none;
}

ul.check {
    padding-left: 0px;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

ul.check > li {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
    margin-bottom: 0px !important;
}

.fields-wrapper {
    margin-top: 80px;
}

.consent-box {
    height:300px;
    overflow-y:scroll;
    border: 1.5px solid #A1AA89 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.cnt-form-submit {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.form-trial-wrapper {
    margin-top: -40px;
}

.confirmation-page-wrap {
    margin-top: 50px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 70px;
}

.form_fields_wrapper {
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.form_fields_wrapper > table {
    margin-bottom: 0px;
}

.submit-confirmation {
    text-align: center;
    margin-bottom: 80px;
}

.forms-container {
    margin-top: -40px;
}

/* End of Contact Us */


/* SITE LANGUAGE */

/* .site-language a.wpml-ls-link {
    padding: 10px 0px 0px 0px;
} */

.site-language a.wpml-ls-link span {
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    font-weight: 600 !important;
}

.site-language > div {
    border: none;
    padding: 0px;
    letter-spacing: 1px;
}

.wpml-ls-legacy-list-horizontal a {
    padding-right: 0px !important;
}

/* END SITE LANGUAGE */

.information-section .site-btn > a {
    margin-left: 0px;
    margin-right: 0px;
}

.form-inner-wrap fieldset {
    padding: 0px !important;
}

.form-inner-wrap #conts {
    padding: 0p !important;
}

/*  MOVING COMPANY LOGOS */

.company_logos img {
    width: 100%;
}

.company_logos .slick-slide {
    margin: 0 20px;
}
.company_logos_wrap {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.company_logos img {
    max-width: 280px; 
    margin: 0 10px;
}

.slider-controls {
    position: absolute;
    bottom: 0px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-controls button {
    border: none;
    background-color: #8fbe24;
    color: #ffffff;
    padding: 10px 15px;
}

.btn-action-slider.play  {
    display: none;
}

.btn-action-slider.active  {
    display: block;
}

.company_logos .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 2;

    border: none;
    background-color: #8fbe24;
    color: #ffffff;
    padding: 10px 15px;
}

.slider-controls button:hover,
.company_logos .slick-arrow:hover {
    opacity: .8;
} 

.company_logos .slick-prev {
    right: 110px;
}

.company_logos .slick-next {
    right: 60px;
}

.company_logos {
    padding-bottom: 50px;
}

/*  END OF MOVING COMPANY LOGOS */