﻿* {
    box-sizing: border-box;
}
.more-link {
    color: #0A923F;
    font-weight: 600;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.more-link::after {
    content: url("../img/green_arrow.svg");
    display: block;
    position: absolute;
    right: -30px;
    bottom: 18px;
    height: 10px;
    width: 15px;
    transition: all 0.4s ease-in-out;
}
.more-link:hover {
    color: #021609;
}
.more-link:hover::after {
    right: -50px;
}
.more-link-back {
    color: #0A923F;
    font-weight: 600;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.more-link-back::before {
    content: url("../img/green_arrow.svg");
    display: block;
    position: absolute;
    transform: rotate(180deg);
    left: -25px;
    top: 19px;
    height: 10px;
    width: 15px;
    transition: all 0.4s ease-in-out;
}
.more-link-back:hover {
    color: #021609;
}
.more-link-back:hover::before {
    left: -40px;
}
a {
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
    color: #021609;
}
h1 {
    font-size: 4.5rem;
    margin-bottom: 30px;
}
h2 {
    font-size: 2.75rem;
    margin-bottom: 30px !important;
}
h5 {
    font-size: 1.15rem !important;
}
p {
    font-size: 1rem;
    line-height: 1.6rem;
    opacity: 0.75;
}
.small-title {
    display: block;
    font-size: 0.60rem;
    letter-spacing: 2px;
}
.pleft-5 {
    padding-left: 5% !important;
}
.title {
    margin-bottom: 70px;
}
.title h2 {
    margin: 0 !important;
}
.title p {
    margin-bottom: 20px;
}
.title-half {
    padding-right: 50%;
    margin-bottom: 70px;
}
.title-half h2 {
    margin-bottom: px !important;
}
.title-half p {
    margin-bottom: 0px;
}
.title-half a {
    margin-top: 40px;
}
.title span {
    display: block;
    font-weight: 600;
}
.title-center {
    text-align: center;
}
.lead {
    display: block;
    color: #021609 !important;
    font-weight: 400 !important;
    opacity: 1;
    font-size: 1.5rem !important;
    line-height: 2.6rem;
    opacity: 0.75;
}
.container-main {
    margin: 0 auto;
    max-width: 1296px;
}
@media (max-width: 1680px) {
    .container-main {
    width: 100%;
    padding: 0 5%}
}.container-main--fullRight {
    display: flex;
    flex-direction: row;
    margin: 0 0 0 11%;
    padding: 0;
}
.btn {
    display: inline-block;
    font-weight: 600;
    border: none;
    padding: 0 40px;
    font-weight: 600;
    letter-spacing: 0.3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.btn-medium {
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.btn-large {
    line-height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn-dark {
    background: #021609;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.btn-dark:hover {
    background: #0A923F;
}
.btn-green {
    background: #0A923F;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
}
.btn-green:hover {
    background: #091E10;
}
.only-text {
    border: none;
    background: none;
    color: #717C75;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.only-text:hover {
    color: #0A923F;
}
.button-text span {
    display: inline-block;
    font-size: 0.75rem;
    color: 300;
    padding-left: 20px;
    opacity: 0.5;
}
.mb-100 {
    margin-bottom: 100px;
}
.subpage-header {
    background: url(../img/subtop_line.svg) no-repeat right bottom, url(../img/subtop.png) no-repeat top right #03170A;
    height: 380px;
}
.subpage-header .container-main {
    position: relative;
    height: 380px;
}
.subpage-header .container-main .sub-title {
    position: absolute;
    left: 0;
    bottom: 40px;
}
.subpage-header .container-main .sub-title h2 {
    color: #fff;
    font-weight: 700 !important;
}
@media (max-width: 1680px) {
    .subpage-header .container-main .sub-title {
    left: 5%}
}.breadcrumb-bar {
    padding: 40px 0;
    height: 170px;
    background: url(../img/subpage_top.svg) no-repeat right top;
}
.breadcrumb-bar .breadcrumb {
    font-size: 0.875rem;
    color: #021609;
    opacity: 0.5;
}
.breadcrumb-bar .breadcrumb a {
    color: #0A923F;
    opacity: 1 !important;
}
.breadcrumb-bar .breadcrumb .active {
    color: #021609 !important;
    opacity: 0.5;
}
.small-title {
    display: block;
    letter-spacing: 3px;
    font-weight: 700 !important;
    color: #0A923F;
    margin-bottom: 15px;
}
.text-circle-list {
    margin: 0;
    padding: 0 0 0 15px;
}
.text-circle-list li {
    margin-bottom: 20px;
}
.dark-bg {
    background: #091E10;
    color: #fff !important;
}
.full-image-text {
    padding-bottom: 120px;
}
.full-image-text img {
    float: right;
    width: 40%;
    margin: 0 0 30px 70px;
}
.form-page {
    background: url(../img/form_bg.svg) no-repeat top #DDEED5;
    background-size: cover;
}
input[type="text"], textarea, select {
    background: none;
    border: none;
    border-bottom: solid 1px #B1DAAE;
    outline: none;
    padding: 10px 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    font-size: 0.875rem;
}
input[type="text"]:focus, textarea:focus, select:focus {
    border-color: #0A923F;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
option {
    color: #707672;
}
.form-line {
    margin-bottom: 40px;
}
.form-line span {
    display: block;
    font-size: 0.75rem;
    text-align: left;
    opacity: 0.5;
}
.form-line .checkbox {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 20px;
}
.form-line .checkbox label {
    opacity: 0.5;
    display: inline-block;
}
.color1 {
    background: #219C90;
}
.color2 {
    background: #FFF455;
}
.color3 {
    background: #FFC700;
}
.color4 {
    background: #EE4E4E;
}
.text-wrapper {
    margin-bottom: 140px;
}
.text-wrapper .subpage-image-full {
    margin: 0 10% 35px;
}
.text-wrapper .subpage-image-full img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
@media (max-width: 1680px) {
    .text-wrapper .subpage-image-full {
    width: 100%;
    margin: 0 0 35px 0;
}
.text-wrapper .subpage-image-full img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
}.text-wrapper .page-content h4 {
    display: block;
    margin: 40px 0 30px;
    line-height: 2.25rem;
    font-weight: 600 !important;
}
.text-wrapper .page-content ul {
    margin: 40px 0 40px 15px;
    padding: 0;
}
.text-wrapper .page-content ul li {
    opacity: 0.75 !important;
}
.text-wrapper .page-content img {
    margin-bottom: 40px;
}
.text-wrapper .page-content-links {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #D9D9D9;
    padding: 0 0 20px 0;
}
.text-wrapper .page-content-links .share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.text-wrapper .page-content-links .share ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-left: solid 1px #D9D9D9;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 0.875rem;
    color: #717C75;
}
.text-wrapper .page-content-links .share ul li a {
    display: block;
    margin: 0;
    padding: 10px;
}
.text-wrapper .page-content-links .share ul li img {
    display: block;
    margin: 0;
    width: 16px;
    height: 16px;
}
.text-wrapper .page-content-links .share ul li:first-child {
    border: none;
}
aside {
    position: relative;
}
aside .width-call {
    padding-top: 180px !important;
}
aside .aside-menu {
    background: #edf3f2;
    padding: 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
aside .aside-menu h5 {
    display: block;
    font-weight: 600 !important;
    margin-bottom: 20px;
}
aside .aside-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
aside .aside-menu ul li a {
    display: block;
    font-size: .875rem;
    color: #091E10;
    transition: all 0.4s ease-in-out;
    line-height: 1.4rem;
    padding: 10px 0;
    border-bottom: solid 1px #B1DAAE;
}
aside .aside-menu ul li a:hover {
    color: #0A923F;
}
aside .aside-menu ul li:last-child a {
    border-bottom: none;
}
aside .aside-menu ul .active a {
    font-weight: 600;
    color: #0A923F;
}
aside .call-aside {
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 10px #fff;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #0A923F;
    top: -80px;
}
aside .call-aside span {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 35px;
}
.header-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-dark .navbar {
    padding: 40px 0 0;
}
.header-dark .navbar .nav-item {
    padding: 10px 10px;
}
.header-dark .navbar .nav-item .nav-link {
    color: #fff;
    padding: 0px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.header-dark .navbar .nav-item .nav-link img {
    margin-left: 5px;
}
.header-dark .navbar .nav-item .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    background: #fff;
    width: 0;
    transition: all 0.4s ease-in-out;
}
.header-dark .navbar .nav-item .nav-link:hover::before {
    width: 100%}
.header-dark .navbar .language {
    color: #fff;
    font-size: 0.875rem;
}
.header-dark .navbar .language .nav-link {
    opacity: 0.75;
}
.header-dark .navbar .language .nav-link img {
    margin-left: 5px;
}
.header-dark-small {
    position: static !important;
    width: 100%;
    height: 120px !important;
    background: url(../img/subtop.png) no-repeat top right #03170A;
    background-size: cover;
}
.header-dark-small .navbar {
    padding-top: 25px;
}
.header-dark-small .navbar .nav-item {
    padding: 10px 20px;
}
.header-dark-small .navbar .nav-item .nav-link {
    color: #fff;
    padding: 0px;
}
.header-dark-small .navbar .language {
    color: #fff;
}
.light-header {
    position: static;
    border-bottom: solid 1px #D9D9D9;
    margin: 0;
}
.light-header .navbar .nav-item {
    padding: 10px 20px;
}
.light-header .navbar .nav-item .nav-link {
    color: #021609 !important;
    padding: 0px;
}
footer {
    background: url(../img/footer_left.png) no-repeat bottom left, url(../img/footer_right.png) no-repeat right bottom;
    background-color: #0F2C19;
    padding: 100px 0px 120px;
    color: #fff;
}
footer a {
    display: inline-block;
    color: #fff;
    padding: 3px 0;
    opacity: 0.75;
    position: relative;
    transition: all 0.4s ease-in-out;
}
footer a::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    width: 0;
    transition: all 0.4s ease-in-out;
}
footer a:hover {
    opacity: 1;
}
footer a:hover::after {
    width: 100%}
footer .title {
    margin-bottom: 30px;
}
footer .title h4 {
    font-weight: 600 !important;
    color: #fff;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .footer-static {
    font-size: 0.875rem;
    margin-top: 50px;
    opacity: 0.75;
}
footer .footer-static ul li {
    display: inline-block;
    margin-right: 20px;
}
footer .footer-static .site-link {
    opacity: 1;
    font-weight: 600;
}
.cookie-bar {
    background: #091E10;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    color: #fff;
    font-size: 0.75rem;
    line-height: 36px;
}
.cookie-bar a {
    display: inline-block;
    line-height: 36px;
    padding: 0 25px;
    color: #fff;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.cookie-bar .line {
    border: solid 2px #fff;
}
.cookie-bar .line:hover {
    border-color: #0A923F;
}
.cookie-bar .green {
    border: solid 2px #0A923F;
    background: #0A923F;
    margin-left: 15px;
}
.cookie-bar .green:hover {
    background: #0F2C19;
    border-color: #0F2C19;
}
.hero {
    position: relative;
    background: #0fc;
}
.hero .hero-search {
    position: absolute;
    bottom: 180px;
    background: #ffffff;
    width: 480px;
    height: 60px;
    z-index: 9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 5px 0 30px;
    display: flex;
}
.hero .hero-search input {
    background: none;
    border: none;
    height: 60px;
    line-height: 60px;
    outline: none;
    width: 70%;
    font-size: 1rem;
}
.hero .hero-search button {
    margin: 5px 0 0 auto;
}
.hero .hero-slider .hero-slider-item {
    position: relative;
}
.hero .hero-slider .hero-slider-item .hero-content {
    position: absolute;
    bottom: 30%;
    width: 100%}
.hero .hero-slider .hero-slider-item .hero-content h1 {
    display: block;
    padding-right: 50%;
    margin: 0;
    color: #fff !important;
}
.hero .hero-slider .hero-slider-item .hero-content-image {
    overflow: hidden;
}
.hero .hero-slider .hero-slider-item .hero-content-image img {
    width: 100%;
    height: auto;
}
.hero .slick-dots {
    position: absolute;
    left: 2%;
    top: 50%;
    list-style-type: none;
    z-index: 999;
}
.hero .slick-dots li {
    padding: 5px 8px;
}
.hero .slick-dots li button {
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background: #B1DAAE;
    padding: 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hero .slick-dots .slick-active {
    padding: 4px 8px 5px;
}
.hero .slick-dots .slick-active button {
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background: #0A923F;
    padding: 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hero .hero-call {
    position: absolute;
    width: 100%;
    bottom: -90px;
    height: 180px;
}
.hero .hero-call .call-inner {
    padding: 0 70px;
    align-items: center;
    height: 180px;
    background: #B1DAAE;
    display: flex;
    align-items: center;
}
.hero .hero-call .call-inner h4 {
    font-weight: 400 !important;
    background: -webkit-linear-gradient(45deg,  #0A923F,  #032C13);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.hero .hero-call .call-inner h4 span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}
@media (max-width: 768px) {
    .hero .hero-content {
    width: 100%;
    position: absolute;
    top: 30%;
    background: #fc0;
}
.hero .hero-content-image {
    overflow: hidden;
}
.hero .hero-content-image img {
    width: 100%;
    height: auto;
}
}.sectoral-solutions {
    padding: 200px 0 0;
    background: url(../img/sectoral_bg.png) no-repeat top right;
    background-size: contain;
}
.sectoral-solutions .solutions-item {
    border: solid 1px #D9D9D9;
    border-right: none;
    transition: all 0.4s ease-in-out;
}
.sectoral-solutions .solutions-item a {
    display: block;
    padding: 40px;
}
.sectoral-solutions .solutions-item a h5 {
    margin: 0;
    color: #021609;
    font-weight: 400 !important;
    font-weight: 600 !important;
    margin-top: 70px;
    transition: all 0.4s ease-in-out;
}
.sectoral-solutions .solutions-item img {
    height: 44px;
    transition: all 0.4s ease-in-out;
}
.sectoral-solutions .solutions-item:last-child {
    border-right: solid 1px #D9D9D9 !important;
}
.sectoral-solutions .solutions-item:hover {
    box-shadow: inset #0A923F 0px 0px 0px 3px;
    border-color: #0A923F;
    background: #0A923F;
}
.sectoral-solutions .solutions-item:hover a h5 {
    color: #fff;
    margin-top: 60px;
}
.sector-list {
    background: url(../img/sector_list_bg.svg) no-repeat bottom 180px left;
    background-size: cover;
}
.sector-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sector-list ul li a {
    color: #021609;
    transition: all 0.4s ease-in-out;
}
.sector-list ul li a:hover {
    color: #0A923F;
}
.sector-list ul .active a {
    display: block;
    position: relative;
    font-weight: 700;
    color: #0A923F;
}
.sector-list ul .active a::after {
    content: url(../img/active_arrow.svg);
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
    width: 13px;
    height: 9px;
}
.sector-list .sector-title {
    padding: 0 10%;
    margin-bottom: 70px;
}
.sector-list .sector-title .sector-title-inner {
    background: url(../img/sector_title_bg.png) no-repeat left top #042C26;
    width: 100%;
    height: 360px;
    background-size: contain;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.sector-list .sector-title .sector-title-inner .title-text {
    padding: 0 10% 0 10%;
    display: flex;
    align-items: end;
}
.sector-list .sector-title .sector-title-inner .title-text h2 {
    font-weight: 700 !important;
    color: #fff;
    font-size: 2.5rem;
}
.sector-list .sector-title .sector-title-inner .title-image {
    height: 360px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.sector-list .sector-title .sector-title-inner .title-image img {
    width: 100%}
@media (max-width: 1920px) {
    .sector-list .sector-title {
    padding: 0;
}
.sector-list .sector-title .sector-title-inner {
    border-radius: 0 !important;
}
.sector-list .sector-title .sector-title-inner .title-image {
    border-radius: 0 !important;
}
}.sectoral-content-list {
    padding: 0 10%}
.sectoral-content-list .sectoral-list-inner {
    background: url(../img/sector_list_bg.png) no-repeat top right #F4FAF4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-size: cover;
    padding: 140px 0;
}
.sectoral-content-list .sectoral-list-inner .sectoral-list {
    margin: 70px -15px 0;
}
.sectoral-content-list .sectoral-list-inner .sectoral-list .sectoral-list-item {
    display: flex;
    align-items: center;
    color: #0A923F;
    height: 100px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 30px;
    font-size: 1rem;
    line-height: 1.5rem;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.sectoral-content-list .sectoral-list-inner .sectoral-list .sectoral-list-item:hover {
    color: #fff;
    background: #0A923F;
}
@media (max-width: 1680px) {
    .sectoral-content-list {
    padding: 0 !important;
}
.sectoral-content-list .sectoral-list-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
}.referances {
    padding: 140px 0;
}
.referances .referances-list .referances-item {
    padding: 0 30px;
    display: flex;
    align-items: center;
    border-right: solid 1px #D9D9D9;
    height: 100px;
    overflow: hidden;
}
.referances .referances-list .referances-item img {
    width: 100%}
.referances .referances-list .slick-dots {
    display: block;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.referances .referances-list .slick-dots li {
    padding: 5px 8px;
}
.referances .referances-list .slick-dots li button {
    display: block;
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    padding: 0;
    border-inline-width: 2px;
    border-style: solid;
    border-color: #B1DAAE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.referances .referances-list .slick-dots .slick-active {
    padding: 4px 8px 5px;
}
.referances .referances-list .slick-dots .slick-active button {
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background: #0A923F;
    padding: 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.referances .referances-list .slick-track {
    padding-bottom: 100px;
}
.sectoral-solutions-detail {
    padding-bottom: 110px;
}
.sectoral-solutions-detail .solution-list .solutions-item {
    margin-bottom: 30px;
}
.sectoral-solutions-detail .solution-list .solutions-item a {
    display: block;
    padding: 40px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: start;
    border: solid 1px #B1DAAE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.sectoral-solutions-detail .solution-list .solutions-item a h5 {
    color: #021609;
    font-weight: 400 !important;
    line-height: 1.75rem;
    margin-top: auto;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}
.sectoral-solutions-detail .solution-list .solutions-item a:hover {
    box-shadow: inset #B1DAAE 0px 0px 0px 3px;
    border-color: #B1DAAE;
    background: #B1DAAE;
}
.sectoral-solutions-detail .solution-list .solutions-item a:hover h5 {
    color: #091E10;
}
.sectoral-solutions-detail .solution-list .solutions-item img {
    height: 44px;
    transition: all 0.4s ease-in-out;
}
.sector-grap {
    padding: 0 10%;
    margin: 0 0 70px 0;
}
.sector-grap .sector-grap-wrapper {
    background: url(../img/grap_bg.png) no-repeat top right #042C26;
    background-size: cover;
    padding: 70px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.sector-grap .sector-grap-wrapper .sector-grap-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sector-grap .sector-grap-wrapper .sector-grap-inner h3 {
    color: #fff !important;
}
@media (max-width: 1680px) {
    .sector-grap {
    padding: 0 !important;
}
.sector-grap .sector-grap-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
}.bottom-nav {
    margin-bottom: 140px;
}
.bottom-nav .bottom-nav-wrapper {
    display: flex;
    justify-content: space-between;
}
.bottom-nav .bottom-nav-link {
    color: #021609;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.bottom-nav .bottom-nav-link:hover {
    color: #0A923F;
}
.bottom-nav .bottom-nav-left::before {
    content: url("../img/green_arrow.svg");
    display: block;
    position: absolute;
    transform: rotate(180deg);
    left: -20px;
    top: 10px;
    height: 10px;
    width: 15px;
    transition: all 0.4s ease-in-out;
}
.bottom-nav .bottom-nav-left::before:hover {
    color: #021609;
}
.bottom-nav .bottom-nav-left::before:hover::before {
    left: -40px;
}
.bottom-nav .bottom-nav-right {
    text-align: right;
}
.bottom-nav .bottom-nav-right::after {
    content: url("../img/green_arrow.svg");
    display: block;
    position: absolute;
    right: -20px;
    top: 0px;
    height: 10px;
    width: 15px;
    transition: all 0.4s ease-in-out;
}
.bottom-nav .bottom-nav-right::after:hover {
    color: #021609;
}
.bottom-nav .bottom-nav-right::after:hover::after {
    right: -40px;
}
.knowledge-base {
    background: url(../img/know_bg.jpg) no-repeat top right #042c26;
    padding: 100px 0 0;
}
.knowledge-base h2 {
    color: #fff;
}
.knowledge-base p {
    color: #fff;
    opacity: 0.75;
}
.knowledge-base .more-link:hover {
    color: #fff !important;
}
.knowledge-base .slider-content {
    position: relative;
}
.knowledge-base .slider-content .slider .slider-item {
    margin: 0 20px 0 0;
    transition: all 0.4s ease-in-out;
}
.knowledge-base .slider-content .slider .slider-item figure {
    margin: 0;
    color: #fff;
}
.knowledge-base .slider-content .slider .slider-item figure img {
    margin: 0;
    transition: all 0.4s ease-in-out;
}
.knowledge-base .slider-content .slider .slider-item figure .figure-caption {
    background: white;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}
.knowledge-base .slider-content .slider .slider-item figure .figure-caption p {
    display: block;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #021609;
    font-size: 1rem;
    line-height: 1.4rem;
    transition: all 0.4s ease-in-out;
}
.knowledge-base .slider-content .slider .slider-item figure .figure-caption img {
    display: block;
}
.knowledge-base .slider-content .slider .slider-item:hover {
    box-shadow: rgba(100, 100, 111, 0.1) 0px 10px 40px 0px;
}
.knowledge-base .slider-content .slider .slider-item:hover .figure img {
    filter: grayscale(1);
}
.knowledge-base .slider-content .slider .slider-item:hover .figure .figure-caption p {
    color: #0A923F;
}
.knowledge-base .slider-content .slider .slick-dots {
    display: block;
    position: absolute;
    right: 11%;
    top: -60px;
    display: flex;
    list-style-type: none;
}
.knowledge-base .slider-content .slider .slick-dots li {
    padding: 5px 8px;
}
.knowledge-base .slider-content .slider .slick-dots li button {
    display: block;
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    padding: 0;
    border-inline-width: 2px;
    border-style: solid;
    border-color: #B1DAAE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.knowledge-base .slider-content .slider .slick-dots .slick-active {
    padding: 4px 8px 5px;
}
.knowledge-base .slider-content .slider .slick-dots .slick-active button {
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background: #0A923F;
    padding: 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.knowledge-base .slider-content .slider .slick-track {
    padding-bottom: 100px;
}
.information-bank-item {
    margin-bottom: 30px;
    padding: 40px;
    background: #edf3f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}
.information-bank-item h3, .information-bank-item p {
    transition: all 0.4s ease-in-out;
}
.information-bank-item h3 {
    display: block;
    font-size: 1.25rem;
    line-height: 1.8rem;
    font-weight: 600 !important;
    height: 58px;
    overflow: hidden;
    margin-bottom: 15px;
}
.information-bank-item p {
    color: #717C75;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.information-bank-item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.information-bank-item:hover {
    background: #0A923F;
}
.information-bank-item:hover h3, .information-bank-item:hover p {
    color: #fff !important;
}
.solutions {
    margin-bottom: 140px;
    padding: 100px 0;
    background: #edf3f2;
    background: url(../img/sector_list_bg.png) no-repeat top right #F4FAF4;
}
.solutions .solutions-list {
    padding: 60px;
}
.solutions .solutions-list .title {
    margin-bottom: 20px !important;
}
.solutions .solutions-list .title h2 {
    margin-bottom: 15px !important;
}
.solutions .solutions-list .nav {
    border: none;
}
.solutions .solutions-list .nav-tabs {
    display: block;
    font-size: 1.125rem;
}
.solutions .solutions-list .nav-tabs .nav-item {
    border-bottom: solid 1px #B1DAAE;
    padding: 10px 0;
}
.solutions .solutions-list .nav-tabs .nav-item .active {
    background: none;
    font-weight: 600;
    position: relative;
    color: #0A923F;
}
.solutions .solutions-list .nav-tabs .nav-item .active::before {
    content: url("../img/left_arrow.svg");
    display: block;
    position: absolute;
    left: -30px;
    top: 10px;
}
.solutions .solutions-list .nav-tabs .nav-item button {
    border: none;
    padding: 8px 0;
    color: #021609;
    transition: all 0.4s ease-in-out;
}
.solutions .solutions-list .nav-tabs .nav-item button:hover {
    color: #0A923F;
}
.solutions .solutions-list .nav-tabs .nav-item:last-child {
    border: none;
}
.solutions .solutions-content {
    background: #fff;
}
.solutions .solutions-content .figure {
    margin: 0;
}
.solutions .solutions-content .figure img {
    margin: 0;
}
.solutions .solutions-content .figure .figure-caption {
    padding: 40px;
}
.solutions .solutions-content .figure .figure-caption h3 {
    margin: 5px 0 20px;
}
.solutions .solutions-content .figure .figure-caption p {
    font-size: 1rem;
}
.call-ca {
    text-align: center;
    border-top: solid 1px #D9D9D9;
    padding-top: 70px;
}
.call-ca a {
    display: inline-block;
    font-size: 1.15rem !important;
}
.call-ca span {
    display: block;
    margin-top: 20px;
    font-size: 0.875rem;
}
.main-tab-content {
    padding-top: 70px;
}
.main-tabs {
    border: none;
    display: flex;
    justify-content: center;
}
.main-tabs .nav-link {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #091E10;
    background: none !important;
    border: none;
    padding: 0;
    margin: 0 40px;
}
.main-tabs .nav-link:hover {
    border: none;
    color: #0A923F;
    box-shadow: none;
}
.main-tabs .nav-link:focus {
    border: none;
    outline: none;
}
.main-tabs .active {
    display: inline-block;
    background: #091E10 !important;
    color: #fff !important;
    padding: 15px 35px;
    border: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.products {
    margin-bottom: 120px;
}
.products .product-list .product-item {
    background: #edf3f2;
    padding: 35px 70px 70px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.products .product-list .product-item a {
    display: block;
}
.products .product-list .product-item a .small-title {
    margin-bottom: 70px;
}
.products .product-list .product-item a h5 {
    color: #091E10;
    font-weight: 600 !important;
    font-size: 1.35rem !important;
    height: 52px;
    overflow: hidden;
}
.products .product-list .product-item a img {
    height: 260px;
    margin-bottom: 70px;
    transition: all 0.4s ease-in-out;
}
.products .product-list .product-item:hover {
    transform: scale(1.05);
}
.products .product-list .product-item:hover a img {
    transform: scale(0.8);
}
.blogs {
    margin-bottom: 100px;
}
.blogs .blog-content .blog-content-item {
    position: relative;
}
.blogs .blog-content .blog-content-item .blog-text {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #EAF4E4;
    padding: 40px;
    z-index: 99;
    transition: all 0.4s ease-in-out;
}
.blogs .blog-content .blog-content-item .blog-text a h3 {
    margin: 5px 0 10px;
}
.blogs .blog-content .blog-content-item .blog-text a p {
    color: #717C75;
}
.blogs .blog-content .blog-content-item .blog-text a span {
    display: inline-block;
    color: #717C75;
    opacity: 0.65;
    font-size: 0.75rem;
    line-height: 20px;
}
.blogs .blog-content .blog-content-item .blog-text a .name {
    display: inline-block;
    opacity: 1;
    color: #717C75;
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px #B1DAAE;
    font-weight: 500;
}
.blogs .blog-content .blog-content-item .blog-text:hover {
    background: #F5F3E1;
}
.blog-item {
    margin-bottom: 40px;
    position: relative;
    background: #091E10;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.blog-item .blog-item-image {
    height: 420px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.blog-item .blog-item-image img {
    height: 420px;
    transition: all 0.4s ease-in-out;
}
.blog-item .blog-item-content {
    display: flex;
    width: 100%;
    height: 420px;
    align-items: end;
    justify-content: start;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 30px;
    background: #363834;
    background: linear-gradient(0deg,  #363834 0%,  rgba(54, 56, 52, 0) 50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.blog-item .blog-item-content h4 {
    color: #fff;
}
.blog-item .blog-item-content span {
    display: inline-block;
    color: #fff;
    opacity: 0.65;
    font-size: 0.75rem;
    line-height: 20px;
}
.blog-item .blog-item-content .name {
    display: inline-block;
    opacity: 1;
    color: #fff;
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    font-weight: 500;
}
.blog-item:hover {
    cursor: pointer;
}
.blog-item:hover .blog-item-content  {
    opacity: 1;
}
.blog-item:hover .blog-item-image img {
    transform: scale(1.1);
    filter: grayscale(1);
    opacity: 0.3;
}
.blog-aside {
    padding: 25px 0 !important;
    background: #edf3f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.blog-aside h5 {
    padding: 20px 0 0 25px;
    margin-bottom: 25px;
    font-weight: 600 !important;
}
.blog-aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.blog-aside ul .most-read-item {
    padding: 15px 25px;
    border-bottom: solid 1px #E2E5E1;
    margin: 0;
    transition: all 0.4s ease-in-out;
}
.blog-aside ul .most-read-item a {
    display: block;
    padding: 0;
    margin: 0;
}
.blog-aside ul .most-read-item a .most-read-img {
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog-aside ul .most-read-item a .most-read-img img {
    height: 100%;
    margin: auto;
}
.blog-aside ul .most-read-item a .most-read-content {
    padding-left: 15px;
    line-height: 1rem;
}
.blog-aside ul .most-read-item a .most-read-content h6 {
    font-size: 0.875rem;
    line-height: 1.2rem;
    font-weight: 600 !important;
    margin-bottom: 3px;
}
.blog-aside ul .most-read-item a .most-read-content span {
    font-size: 0.65rem;
    line-height: 0.8rem;
    color: #717C75;
    opacity: 0.5;
}
.blog-aside ul .most-read-item:hover {
    background: rgba(255, 255, 255, 0.6);
}
.blog-aside ul .most-read-item:last-child {
    border-bottom: none;
}
.category ul .most-read-item a .most-read-content {
    padding-left: 0 !important;
}
.category ul .most-read-item a .most-read-content h6 {
    margin-bottom: 0;
    line-height: 1rem;
}
.category ul .most-read-item a .most-read-content span {
    line-height: 0.5rem;
    opacity: 0.75;
    margin: 0;
}
.other-blog {
    background: url(../img/sector_list_bg.png) no-repeat top right #F4FAF4;
    padding: 100px 0 0;
}
.other-blog p {
    opacity: 0.75;
}
.other-blog .more-link:hover {
    color: #fff !important;
}
.other-blog .slider-content {
    position: relative;
}
.other-blog .slider-content .slider .slider-item {
    margin: 0 20px 0 0;
    transition: all 0.4s ease-in-out;
}
.other-blog .slider-content .slider .slider-item figure {
    margin: 0;
    color: #fff;
}
.other-blog .slider-content .slider .slider-item figure img {
    margin: 0;
    transition: all 0.4s ease-in-out;
}
.other-blog .slider-content .slider .slider-item figure .figure-caption {
    background: white;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}
.other-blog .slider-content .slider .slider-item figure .figure-caption p {
    display: block;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #021609;
    font-size: 1rem;
    line-height: 1.4rem;
    transition: all 0.4s ease-in-out;
}
.other-blog .slider-content .slider .slider-item figure .figure-caption img {
    display: block;
}
.other-blog .slider-content .slider .slider-item:hover {
    box-shadow: rgba(100, 100, 111, 0.1) 0px 10px 40px 0px;
}
.other-blog .slider-content .slider .slider-item:hover .figure img {
    filter: grayscale(1);
}
.other-blog .slider-content .slider .slider-item:hover .figure .figure-caption p {
    color: #0A923F;
}
.other-blog .slider-content .slider .slick-dots {
    display: block;
    position: absolute;
    right: 11%;
    top: -60px;
    display: flex;
    list-style-type: none;
}
.other-blog .slider-content .slider .slick-dots li {
    padding: 5px 8px;
}
.other-blog .slider-content .slider .slick-dots li button {
    display: block;
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    padding: 0;
    border-inline-width: 2px;
    border-style: solid;
    border-color: #B1DAAE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.other-blog .slider-content .slider .slick-dots .slick-active {
    padding: 4px 8px 5px;
}
.other-blog .slider-content .slider .slick-dots .slick-active button {
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background: #0A923F;
    padding: 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.other-blog .slider-content .slider .slick-track {
    padding-bottom: 100px;
}
.academy-bar {
    background: #fbc98e;
    background: linear-gradient(45deg,  #fbc98e 0%,  #f7941d 100%);
    padding: 40px 0;
}
.academy-bar h4 {
    color: #fff;
    margin: 0;
}
.about-main-text {
    padding-bottom: 140px;
}
.about-main-text .width-image {
    display: flex;
}
.about-main-text h2 {
    margin: 0;
}
.about-main-text h4 {
    font-weight: 600 !important;
    margin: 50px 0 20px;
}
.about-main-text p {
    font-size: 1.05rem;
}
.about-main-text .back {
    margin-bottom: 50px;
}
.about-mission {
    background: url(../img/about_bg_left.png) no-repeat -80px top, url(../img/about_bg_right.png) no-repeat right -40px bottom, #edf3f2;
    padding: 140px 0;
    opacity: 1;
}
.about-mission .lead-text {
    margin-bottom: 70px;
}
.about-mission .vision-mission {
    padding-right: 100px;
}
.about-mission .vision-mission p {
    color: #021609 !important;
    opacity: 0.75;
}
.about-statics {
    padding: 140px 0;
    margin-bottom: 140px;
    border-bottom: solid 1px #D9D9D9;
}
.about-statics .static-item {
    border-right: solid 1px #D9D9D9;
    text-align: center;
}
.about-statics .static-item img {
    height: 48px;
    margin-bottom: 30px;
}
.about-statics .static-item span {
    display: block;
    color: #717C75;
}
.about-statics .static-item .strong-text {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #021609;
}
.about-statics .static-item:last-child {
    border: none;
    margin: 0;
}
.about-statics .static-item:first-child {
    padding: 0;
}
.questions {
    padding-bottom: 140px;
}
.questions .accordion {
    width: 100%}
.questions .accordion .accordion-item {
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: solid 1px silver !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.questions .accordion .accordion-item .accordion-header {
    border: none;
    margin: 0 !important;
}
.questions .accordion .accordion-item .accordion-header .accordion-button {
    margin: 0;
    padding: 25px 0;
}
.questions .accordion .accordion-item button {
    background: none;
    border: none;
    font-weight: 600;
    outline: none;
}
.questions .accordion .accordion-item button:focus {
    border: none;
    box-shadow: none;
}
.questions .accordion .accordion-body {
    color: #717C75;
    font-size: 0.875rem;
    line-height: 1.4rem;
    padding: 25px 0;
}
.text-wrapper .width-image .title h2 {
    margin-bottom: 35px !important;
}
.text-wrapper .width-image .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-wrapper .width-image .image-content {
    position: relative;
    height: 400px;
}
.text-wrapper .width-image .image-content .about-p1 {
    display: block;
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
    z-index: 1;
}
.text-wrapper .width-image .image-content .about-p2 {
    display: block;
    position: absolute;
    width: 40%;
    left: 30px;
    bottom: 0px;
    z-index: 2;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}
.rd-tabs .tab-nav {
    background: #091E10;
    padding: 40px 0 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rd-tabs .tab-nav .tabs-nav {
    border: none;
}
.rd-tabs .tab-nav .tabs-nav .tabs-nav-link {
    font-weight: 600;
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    margin: 0 40px;
    border-bottom: solid 3px #091E10;
    transition: all 0.4s ease-in-out;
}
.rd-tabs .tab-nav .tabs-nav .tabs-nav-link:hover {
    border: none;
    color: #B1DAAE;
    box-shadow: none;
}
.rd-tabs .tab-nav .tabs-nav .tabs-nav-link:focus {
    border: none;
    outline: none;
}
.rd-tabs .tab-nav .tabs-nav .active {
    background: none;
    color: #0A923F;
    border: none;
    border-bottom: solid 3px #0A923F;
}
.rd-tabs .tab-content {
    width: 100%;
    padding: 70px 0;
}
.rd-tabs .tab-content .rd-list .rd-list-item {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #D9D9D9;
}
.rd-tabs .tab-content .rd-list .rd-list-item p {
    margin: 0;
    color: #021609;
    font-weight: 600;
    opacity: 1;
}
.rd-tabs .tab-content .rd-list .rd-list-item span {
    display: block;
    font-size: 0.875rem;
    opacity: 0.5;
}
.rd-tabs .tab-content .rd-list .rd-list-item:last-child {
    margin-bottom: 0;
    border: none;
}
.documents-list {
    border-left: solid 1px #D9D9D9;
    border-top: solid 1px #D9D9D9;
}
.documents-list .documents-list-item {
    border-bottom: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.documents-list .documents-list-item a {
    display: block;
    padding: 40px;
}
.documents-list .documents-list-item a h5 {
    margin: 0;
    color: #021609;
    font-weight: 400 !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.6rem;
    margin-top: 70px;
    transition: all 0.4s ease-in-out;
}
.documents-list .documents-list-item img {
    height: 16px;
    transition: all 0.4s ease-in-out;
}
.documents-list .documents-list-item:last-child {
    border-right: solid 1px #D9D9D9 !important;
}
.documents-list .documents-list-item:hover {
    border-color: #0A923F;
    background: #0A923F;
}
.documents-list .documents-list-item:hover a h5 {
    color: #fff;
    margin-top: 60px;
    font-size: 1rem !important;
    line-height: 1.6rem;
    font-weight: 700 !important;
}
.talent .talent-image {
    padding: 0;
}
.talent .talent-content {
    padding-right: 10%;
    padding-left: 70px;
    display: flex;
    align-items: center;
    background: url(../img/talent_bg.jpg) no-repeat left;
    background-size: cover;
}
.talent .talent-content h2, .talent .talent-content p {
    color: #fff;
}
.hr-position {
    padding: 140px 0;
    background: url(../img/left_arrow_bg.png) no-repeat left top 200px;
    background-size: 15%}
.position-lists {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #D9D9D9;
}
.position-lists:last-child {
    border: none;
}
.position-lists .position-list-content {
    padding-left: 35px;
}
.position-lists .position-list-content h4 {
    font-weight: 600 !important;
    margin-bottom: 15px;
}
.position-lists .position-list-content p {
    font-size: 1rem !important;
    line-height: 1.6rem;
}
.position-lists a {
    font-weight: 700;
    color: #fff;
    background: #0A923F;
    display: inline-block;
    padding: 10px 35px;
    margin-top: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}
.position-lists a:hover {
    background: #091E10;
}
.form {
    padding: 140px;
}
.form .form-wrapper {
    background: #fff;
    padding: 100px;
    margin: 70px 0 100px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.form .form-wrapper .form-nav ul {
    list-style-type: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 70px 0;
    padding: 0;
    background: url(../img/nav_line.png) repeat-x;
}
.form .form-wrapper .form-nav ul li {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #B1DAAE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.form .form-wrapper .form-nav ul li:nth-child(2) {
    margin: 0 70px;
}
.form .form-wrapper .form-nav ul .active {
    background: #0A923F;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.form .form-wrapper .form-nav ul .complate {
    background: #F5F3E1;
    height: 40px;
    width: 40px;
    padding: 3px 0 0 0;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.form .form-wrapper .form-nav ul .complate img {
    width: 18px;
}
.form .form-wrapper .form-wrapper-title {
    margin-bottom: 70px;
}
.form .form-wrapper .form-wrapper-title h3 {
    font-weight: 600 !important;
    color: #0A923F;
    margin-bottom: 20px;
}
.form .form-wrapper .form-wrapper-title p {
    font-size: 0.875rem;
    padding: 0 15%}
.form .form-wrapper .form-wrapper-form h5 {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600 !important;
    margin-bottom: 25px;
}
.references {
    margin-bottom: 140px;
}
.references .references-item {
    border-right: solid 1px #D9D9D9;
    border-top: solid 1px #D9D9D9;
}
.references .references-item:nth-child(6n) {
    border-right: none;
}
.references .references-item:nth-child(-n+6) {
    border-top: none;
}
.contact-wrapper {
    padding: 140px;
}
.contact-wrapper .contact-form .contact-form-wrapper {
    background: url(../img/sector_list_bg.png) no-repeat top right #F4FAF4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-size: cover;
    padding: 70px 70px 0;
}
.contact-wrapper .contact-address .address-inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #D9D9D9;
}
.contact-wrapper .contact-address .address-inner:last-child {
    border: none;
}
.contact-wrapper .contact-address .address-inner h4 {
    font-weight: 600 !important;
    margin-bottom: 25px;
}
.contact-wrapper .contact-address .address-inner .address-line {
    margin-bottom: 5px;
}
.contact-wrapper .contact-address .address-inner .address-line span {
    display: inline-block;
}
.contact-wrapper .contact-address .address-inner .address-line .phone {
    font-weight: 700;
}
.contact-wrapper .contact-address .address-inner .address-line a {
    color: #0A923F;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}
.contact-wrapper .contact-address .address-inner .address-line a:hover {
    color: #021609;
}
html, body {
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    line-height: 1.75rem;
    padding: 0;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    color: #021609;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    text-rendering: optimizespeed;
}
/*# sourceMappingURL=style.css.map */



@media(max-width:768px){
    .solutions .solutions-list {
        padding: 30px 0px 0;
    }
    .solutions .solutions-list .nav-tabs .nav-item .active {
        padding-left: 40px;
    }
    .solutions .solutions-list .nav-tabs .nav-item .active::before {
        left: 0px;
    }

    .academy-bar {
        text-align: center;
    }
    .academy-bar h4 {
        margin: 0 0 20px 0;
    }
    .academy-bar w-100 {
        width: auto!important;
    }
}