/* font face */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

svg,
img {
    max-width: 100%;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: #F6F6F6;
    color: #101034;
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    color: #101034;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #101034;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

.container {
    max-width: 1320px;
    width: 100%;
}

.btn {
    font-family: 'Inter', sans-serif;
    border-radius: 10px;
    font-weight: 500;
}

.btn.btn-primary {
    background: #0d9c1e;
    border-color: #0d9c1e;
    color: #FFFFFF;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #101034;
    border-color: #101034;
}

.btn:focus {
    box-shadow: none !important;
}

/* Header style */

.site-header {
    position: relative;
    background: #FFF;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease 0s;
    box-shadow: -9px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.site-header.stick {
    position: fixed;
    z-index: 999;
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.site-header .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-brand {
    max-width: 155px;
    width: 100%;
}

.site-brand a {
    display: block;
}

.site-header .main-menu {
    flex: 1;
}

.site-header .main-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header .main-menu ul li .menu-link,
.site-header .main-menu ul li a {
    display: inline-block;
    padding: 28px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #838383;
    font-family: 'Inter', sans-serif;
}

.site-header .main-menu ul li .menu-link:hover,
.site-header .main-menu ul li .menu-link.active,
.site-header .main-menu ul li a:hover{
    color: #0A1926;
    text-shadow: 0 0 #0A1926;
}

.site-header .main-menu ul li:not(:last-of-type) {
    margin-right: 45px;
}

.site-header .header-info a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #838383;
}

.site-header .header-info a:not(:last-of-type) {
    margin-bottom: 5px;
}

.site-header .header-info a img {
    display: inline-block;
    width: 17px;
    margin-right: 13px;
}

/* Banner style */
.home-banner {
    position: relative;
    padding: 50px 0px 50px;
    background: rgba(13, 156,30, 0.06);
}

.home-banner .banner-content {
    padding-top: 80px;
    padding-bottom: 40px;
}

.home-banner .banner-content h1 {
    font-weight: 600;
    margin-bottom: 15px;
}

.home-banner .banner-img {
    position: relative;
    z-index: 1;
}

.home-banner .banner-img img {
    position: relative;
    width: 100%;
}

.section-bg {
    padding: 50px 0;
    background: #FEFEFE;
}

.positions-form h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.positions-form {
    max-width: 964px;
    width: 100%;
    margin: auto;
}

.positions-form form {
    padding: 20px 20px;
    border: 1px solid #E6E6E6;
    background: #F8F9FA;
    border-radius: 10px;
}

.positions-form form .form-select {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M17.92 8.18005H11.69H6.07999C5.11999 8.18005 4.63999 9.34005 5.31999 10.0201L10.5 15.2001C11.33 16.0301 12.68 16.0301 13.51 15.2001L15.48 13.2301L18.69 10.0201C19.36 9.34005 18.88 8.18005 17.92 8.18005Z' fill='%23003145'/%3e%3c/svg%3e");
    background-size: 24px 24px;
}

.positions-form form .form-select:focus {
    box-shadow: none;
}

.section-gap {
    margin-bottom: 30px;
}

.section-title {
    max-width: 800px;
    width: 100%;
    margin: 0px auto 65px;
}

.section-title h2 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    padding: 0px 45px 15px;
    margin-bottom: 20px;
}

.section-title h2::before {
    content: '';
    position: absolute;
    bottom: -6.6px;
    width: 15px;
    height: 15px;
    background: #0d9c1e;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #0d9c1e;
}

.section-title p {
    font-size: 18px;
}

.vacant-card-inner {
    background: #FFFFFF;
    padding: 44px 15px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
    border-radius: 40px 0px 40px 0px;
    text-align: center;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.vacant-card-inner .vacant-img {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #0d9c1e;
    max-width: 106px;
    width: 100%;
    margin: 0px auto 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vacant-card-inner p {
    font-weight: 500;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}




.procedure-card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.procedure-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 25px 16px;
    box-shadow: 0px 0px 44.42230987548828px 0px rgba(0, 0, 0, 0.05);
}

.procedure-card-inner .procedure-icon img{
    width: 60px;
    height: 60px;
    margin: 0 0 13px;
}

.procedure-card-inner .procedure-conten {
    flex: 1;
    height: 100%;
}

.procedure-card-inner .procedure-conten h3 {
    color: #505050;
    font-weight: 500;
    font-size: 17.769px;
    margin-bottom: 15px;
}

.procedure-card-inner .procedure-conten p {
    font-size: 14px;
}

.looking-people {
    position: relative;
    z-index: 1;
    margin-top: 116px;
    padding: 15px 0 0;
    background: linear-gradient(90deg, #E6E5F4 26.56%, #E6E5F4 49.48%, #E6E5F4 100%);
}

.looking-people .people-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.looking-people .people-content-wrapper .main-content {
    max-width: 710px;
    width: 100%;
}

.people-content-wrapper .main-content h2 {
    margin-bottom: 16px;
}

.people-content-wrapper .main-content p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
}

.looking-people .people-content-wrapper .people-img {
    margin-top: -116px;
    max-width: 422px;
    width: 100%;
}

.looking-people .svg-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

.career-card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.career-card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #AAA;
    background: #F4F4F4;
}

.career-card-inner .career-img {
    padding: 10px 10px 0;
}

.career-card-inner .career-img img {
    border-radius: 10px;
}

.career-card-inner .career-content {
    padding: 15px;
    flex: 1;
}

.career-card-inner .career-content h3 {
    text-align: center;
    color: #505050;
}

.career-card-inner .career-content p {
    text-align: justify;
    color: #838383;
}

.heroes-app {
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.heroes-app .heroes-app-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.heroes-app .heroes-app-content .app-content {
    max-width: 690px;
    width: 100%;
    padding-right: 15px;
}

.heroes-app .heroes-app-content .app-img {
    max-width: 350px;
    width: 100%;
}

.heroes-app .heroes-app-content .app-content h2 {
    margin-bottom: 16px;
}

.heroes-app .heroes-app-content .app-content p {
    color: #515151;
    font-size: 20px;
}

.app-track h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.app-track form {
    position: relative;
}

.app-track .form-control {
    padding: 30px 95px 30px 15px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}

.app-track .form-control:focus {
    box-shadow: none;
}

.app-track .form-control::placeholder {
    color: #D7D7D7;
}

.app-track .btn-submit {
    position: absolute;
    left: auto;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 46px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-footer {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.site-footer .footer-bottom {
    padding: 25px 0;
    background: #FFFFFF;
}

.site-footer .footer-art {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.ftr-logo a {
    display: block;
    max-width: 237px;
    width: 100%;
    margin: 0 0 15px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}

.footer-col.site-info {
    max-width: 230px;
    flex: 0 0 230px;
    margin-right: 79px;
}

.footer-widget p,
.footer-widget h4 {
    color: #FFFFFF;
}

.footer-widget h4 {
    margin-bottom: 23px;
}

.footer-widget ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-widget ul li a {
    line-height: 1;
    color: #FFFFFF;
}

.footer-col.footer-links {
    position: relative;
}

.footer-col.footer-links::after {
    content: '';
    position: absolute;
    left: auto;
    right: 53px;
    width: 2px;
    height: 60px;
    background: #FFFFFF;
    bottom: 20px
}

.footer-col.footer-links {
    padding-right: 112px;
}

.footer-col.footer-contact {
    max-width: 334px;
    flex: 0 0 334px;
}

.footer-col.footer-contact ul li {
    display: flex;
}

.footer-col.footer-contact .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.footer-col.footer-contact .icon img {
    width: 100%;
    height: 100%;
}

.footer-col .social-links ul {
    display: flex;
    align-items: center;
    padding-left: 26px;
    margin-top: 16px;
}

.footer-col .social-links ul li {
    margin-bottom: 0;
}

.social-links ul li:not(:last-of-type) {
    margin-right: 20px;
}

.social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
}

#scrollUp {
    position: fixed;
    width: 32px;
    height: 32px;
    color: #253D4E;
    right: 30px;
    bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999 !important;
    border: 2px solid #0d9c1e;
    background-color: #fff;
}

#scrollUp.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInRight;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-toggle {
    position: relative;
    background: transparent;
    border: 0;
    width: 25px;
    padding: 0;
    display: none;
}

.menu-toggle span {
    display: block;
    height: 4px;
    background: #34495E;
    transition: all .2s ease;
}

.menu-toggle span::before,
.menu-toggle span::after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #34495E;
    transition: all .2s ease;
}

.menu-toggle span::before {
    top: -8px;
}

.menu-toggle span::after {
    bottom: -8px;
}

.menu-toggle.active span {
    transform: rotate(45deg);
}

.menu-toggle.active span::before {
    transform: translate3d(0, 8px, 0);
}

.menu-toggle.active span::after {
    transform: rotate(-90deg) translate3d(8px, 0, 0);
}

.mobile-header-wrapper {
    position: fixed;
    top: 0;
    max-width: 360px;
    width: 100%;
    min-height: 100vh;
    bottom: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(-430px, 0);
    transform: translate(-430px, 0);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 99999;
}

.mobile-header-wrapper.sidebar-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-header-wrapper .mobile-header-wrapper-inner {
    padding: 0px 0px 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-header-wrapper-inner .mobile-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 13px;
    border-bottom: 1px solid #ececec;
}

.mobile-header-top .menu-close {
    width: 30px;
    height: 30px;
    background: #E6E5F4;
    border: 0;
    border-radius: 50%;
}

.mobile-header-content-area {
    padding: 0px 0px 30px;
}

.mobile-header-content-area .mobile-menu .menu-item {
    display: block;
    position: relative;
    padding: 13px 13px;
    border-bottom: 1px solid #ececec;
}

.mobile-header-content-area .mobile-menu .menu-item:last-child {
    border-bottom: 0;
}

.mobile-header-info-wrap {
    padding: 20px;
    border: 1px solid #ececec;
    border-left: 0;
    border-right: 0;
}

.mobile-header-info-wrap a img {
    display: inline-block;
    width: 17px;
    margin-right: 13px;
}

.mobile-header-info-wrap a:not(:last-of-type) {
    margin-bottom: 5px;
}

body.mobile-menu-active {
    overflow: hidden;
}

.body-overlay-1 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    width: 100%;
    cursor: crosshair;
    z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
    opacity: 1;
    visibility: visible;
}

.screen-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-box {
    background-color: rgba(13, 156,30, 0.06);
    padding: 0px 21px 20px;
    border-radius: 10px;
}
.demo-box .layout-name {
    padding: 18px 0px 18px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.demo-box .layout-name a {
    font-size: 17px;
    font-weight: 600;
    color: #006666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.demo-box.dashboard-images .img-wrraper {
    position: relative;
    -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid rgba(230, 233, 235, 0.65);
    background-color: #fff;
}
.demo-box.dashboard-images .img-wrraper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: rgba(0, 102, 102, 0.09);
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.demo-box.dashboard-images .img-wrraper img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 14px;
    width: 100%;
    padding: 6px;
}

/* font-family: 'Inter', sans-serif; */