.header li a,
.search-btn,
.theme-btn,
.theme-btn1,
.txt-uppercase {
    text-transform: uppercase
}

:root {
    --theme-color-main: #93ac2e;
    --theme-color-sec: #000000;
    --theme-color-light: #FFF1F0;
    --theme-color-landing: #93ac2e
}

*,
body {
    outline: 0
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #101828;
    font-family: 'Trebuchet MS', Arial, sans-serif
}

a {
    color: #000 !important
}

a:hover {
    color: var(--theme-color-sec) !important
}

.main-bg {
    height: 100%;
    width: 100%;
    padding: 0 0 3px;
    background: url(../images/circle-bg.svg) left -95px top 130px/13% no-repeat 
}

.theme-btn,
.theme-btn1 {
    text-align: center;
    padding: 11px 38px;
    font-weight: 600 !important;
    border-radius: 37px;
    transition: .3s linear;
    font-size: 17px
}

.main-bg h1 {
    color: #000;
    font-size: 44px
}

.footer a,
.search-btn:hover,
.theme-btn {
    color: #fff !important
}

.image-part {
    position: relative;
    bottom: 151px;
    right: -135px
}

.image {
    position: relative;
    right: 130px;
    top: -32px
}

.img-area {
    background: url(../images/banner.webp) right bottom/contain no-repeat
}

@media(min-width:992px) {
    .d-lg-flex {
        display: flex !important
    }
}

.theme-btn {
    background: #000
}

.theme-btn1:hover,
.theme-btn:hover {
    background: #000;
    color: #fff !important;
    transform: translateY(5px)
}

.theme-btn1 {
    color: #1f96bf !important;
    background: #fff
}

.fw-bold,
.search-btn {
    font-weight: 700
}

.rounded-20 {
    border-radius: 20px
}

.rounded-tb {
    border-radius: 20px 0
}

.search-btn {
    background: #89efdd;
    border-radius: 0;
    color: #000 !important;
    border: none;
    padding: 10px 20px;
    letter-spacing: 1px;
    transition: .5s
}

.search-btn:hover {
    background: var(--theme-color-sec)
}

.theme-bg {
    background: var(--theme-color-main)
}

.theme-bg-sec {
    background: var
}

.theme-bg-lght {
    background: var(--theme-color-light)
}

.theme-bg-form {
    background: #0b55B560
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.border {
    border-color: #b6b6b6 !important
}

hr {
    color: #af9cc3
}

.btn,
.nowrap {
    white-space: nowrap
}

.bg-lblue {
    background: #d8ecff
}

.bg-dark {
    background: #180205
}

.bg-light {
    background: #f4f6ed !important
}

.bg-theme {
    background: var(--theme-color-main) !important
}

.bg-theme-sec {
    background: var(--theme-color-sec) !important
}

.text-theme {
    color: var(--theme-color-landing)
}

.bg-light-about {
    background: #f3f3f3 !important
}

.btn-outline-warning {
    color: var(--theme-color-main);
    border-color: var(--theme-color-main)
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: var(--theme-color-main);
    border-color: var(--theme-color-main)
}

.c-img {
    height: 80px;
    display: flex;
    align-items: center
}

.form-control,
.form-select {
    padding: 15px 30px !important;
    border-radius: 12px
}

.footer a:hover {
    color: #fbefef !important
}

.header a.logo,
.header li a {
    text-decoration: none;
    color: #050505 !important;
    display: block
}

.header li a.active {
    color: #fffdfd !important;
    background: #222;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 20px
}

.header li a:hover.active {
    color: #ffffff !important
}

.header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #93ac2e
}

.header ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.header li a {
    padding: 12px 20px;
    font-weight: 500
}

.header .menu-btn:hover,
.header li:hover a {
    color: #fff
}

.header a.logo {
    float: left;
    font-size: 2em;
    padding: 10px
}

.header a:hover.logo {
    color: #fff
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 32px 20px;
    position: relative;
    user-select: none
}

.header .menu-icon .navicon {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: .2s ease-out;
    width: 100%
}

.header .menu-icon .navicon:before {
    top: 5px
}

.header .menu-icon .navicon:after {
    top: -5px
}

.header .menu-btn {
    display: none
}

.header .menu-btn:checked~.menu {
    max-height: 260px;
    padding-bottom: 20px
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

@media (min-width:992px) {
    .header li {
        float: left
    }

    .header li a {
        padding: 12px 20px
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none
    }

    .header .menu-icon {
        display: none
    }
}

.border-left {
    border-left: 1px solid #a3a3a3
}

.about-section {
    background: linear-gradient(#f7faee)
}

.about-section h2 {
    color: #626262;
    font-size: 60px
}

.about-title {
    position: relative;
    padding-left: 217px;
    font-size: 40px;
    font-weight: 600;
    color: #555
}

.about-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 125px;
    height: 3px;
    background-color: #777
}

.about-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 159px;
    height: 6px;
    background-color: #93ac2e
}

.compny-sec {
    width: 100%;
    background: linear-gradient(to right, #93ac2e 70%, #000 30%);
    background-blend-mode: screen
}

.compny-sec p {
    color: #fff;
    background: #000;
    border-radius: 25px;
    padding: 10px;
    border: 1px solid #93ac2e
}

.compny-sec h2 {
    font-size: 53px;
    color: #fff
}

.company-clip {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    background: #000;
    padding: 20px 0
}

@media (min-width:993px) and (max-width:1024px) {
    .compny-sec p {
        padding: 2px
    }
}

@media (min-width:320px) and (max-width:992px) {

    .img-area,
    .main-bg {
        background: 0 0
    }

    .about-title::after,
    .about-title::before,
    .image,
    .image-area,
    .img {
        display: none
    }

    .about-title {
        padding-left: 0
    }

    .compny-sec {
        background: linear-gradient(to bottom, #93ac2e 70%, #93ac2e 30%)
    }

    .company-clip {
        clip-path: none
    }

    .display-4 {
        font-size: 3.5rem !important
    }
}

.job-card-eh {
    display: flex;
    flex-direction: column;
    height: 100% !important
}

.heading-eh {
    flex: 1;
    display: flex
}

.job-btn {
    position: absolute;
    bottom: -20px;
    right: 20px
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb
}

input.valid.success-alert {
    border: 2px solid #4caf50;
    color: green
}

.rounded {
    border-radius: 30px !important
}

input.error,
textarea.error {
    border: 1px solid red !important;
    font-weight: 300;
    color: red
}

.alert {
    border: 1px solid #0a3622;
    border-radius: 6px;
    background: #000;
    padding: 10px
}

.alert-success {
    color: #fff
}

.display-5 {
    font-size: 3.5rem !important
}

.display-4 {
    font-size: 4rem
}

.display-6 {
    font-size: 2.5rem !important
}