@font-face {
    font-family: 'Neue Machina';
    src: url('../webfonts/NeueMachina-Ultralight.eot');
    src: local('../webfonts/Neue Machina Ultralight'), local('../webfonts/NeueMachina-Ultralight'), url('../webfonts/NeueMachina-Ultralight.eot?#iefix') format('embedded-opentype'), url('../webfonts/NeueMachina-Ultralight.woff2') format('woff2'), url('../webfonts/NeueMachina-Ultralight.woff') format('woff'), url('../webfonts/NeueMachina-Ultralight.ttf') format('truetype'), url('../webfonts/NeueMachina-Ultralight.svg#NeueMachina-Ultralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('../webfonts/NeueMachina-Black.eot');
    src: local('../webfonts/Neue Machina Black'), local('../webfonts/NeueMachina-Black'), url('../webfonts/NeueMachina-Black.eot?#iefix') format('embedded-opentype'), url('../webfonts/NeueMachina-Black.woff2') format('woff2'), url('../webfonts/NeueMachina-Black.woff') format('woff'), url('../webfonts/NeueMachina-Black.ttf') format('truetype'), url('../webfonts/NeueMachina-Black.svg#NeueMachina-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('../webfonts/NeueMachina-Light.eot');
    src: local('../webfonts/Neue Machina Light'), local('NeueMachina-Light'), url('../webfonts/NeueMachina-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/NeueMachina-Light.woff2') format('woff2'), url('../webfonts/NeueMachina-Light.woff') format('woff'), url('../webfonts/NeueMachina-Light.ttf') format('truetype'), url('../webfonts/NeueMachina-Light.svg#NeueMachina-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('NeueMachina-Regular.eot');
    src: local('../webfonts/Neue Machina Regular'), local('../webfonts/NeueMachina-Regular'), url('../webfonts/NeueMachina-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/NeueMachina-Regular.woff2') format('woff2'), url('../webfonts/NeueMachina-Regular.woff') format('woff'), url('../webfonts/NeueMachina-Regular.ttf') format('truetype'), url('../webfonts/NeueMachina-Regular.svg#NeueMachina-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('../webfonts/NeueMachina-Ultrabold.eot');
    src: local('../webfonts/Neue Machina Ultrabold'), local('../webfonts/NeueMachina-Ultrabold'), url('../webfonts/NeueMachina-Ultrabold.eot?#iefix') format('embedded-opentype'), url('../webfonts/NeueMachina-Ultrabold.woff2') format('woff2'), url('../webfonts/NeueMachina-Ultrabold.woff') format('woff'), url('../webfonts/NeueMachina-Ultrabold.ttf') format('truetype'), url('../webfonts/NeueMachina-Ultrabold.svg#NeueMachina-Ultrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Inconsolata', monospace; */
    margin: 0;
    font-family: 'Neue Machina';
    overflow-x: hidden;
}

p {
    font-size: 14px;
    font-weight: 300;
}

header {
    padding: 10px 0;
    background-color: #F6F5EF;
}

.banner {
    position: relative;
    padding: 0px 0 50px 0;
    background-color: #F6F5EF;
}

header ul li a {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #569844 !important;
}

.banner-wrapper h1 {
    font-family: 'Ruda', sans-serif;
    font-size: 76px;
    font-weight: 500;
    color: #569844;
    letter-spacing: 0;
}

.banner p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.primary_btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: #f47722;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 30px;
    text-transform: uppercase;
}

.banner .primary_btn {
    margin-top: 20px;
}

.scroll_down_btn {
    text-decoration: none;
    display: inline-block;
    color: #569844 !important;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.banner_email {
    bottom: 20%;
    right: 0;
    position: absolute;
    text-decoration: none;
    display: inline-block;
    color: #569844 !important;
    font-weight: 400;
    font-size: 18px;
    transform: rotate(-90deg);
}

.number a {
    position: fixed;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    color: #f47722;
    font-weight: 400;
    font-size: 20px;
    z-index: 11;
    background: #f6f5ef;
    padding: 10px;
}

.head-two-img {
    border-top-right-radius: 80%;
}

.head-four-img {
    border-top-left-radius: 80%;
}


/* Who we are start  */

.who_we_are {
    padding: 100px 0;
    background-color: #F6F5EF;
}

.who_we_are img {
    padding-right: 50px;
}

.who_we_are p {
    text-align: justify;
}

.title {
    margin-bottom: 70px;
    font-weight: 400;
    text-align: center;
    font-size: 46px;
    letter-spacing: -1px;
    position: relative;
    /* color: #18301b; */
}

.title::after {
    position: absolute;
    content: '';
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #569844;
    width: 10%;
    height: 3px;
}

.who_we_are h2 {
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 30px;
    color: #569844;
}

.who_we_are h2 strong {
    font-weight: 400;
}

.who_we_are p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}


/* Who we are end  */


/* adapt-core start  */

.adapt-core {
    padding: 100px 0;
    background-color: #F6F5EF;
}

.adapt-core h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-principle h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
}

.single-principle p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}

.single-mission {
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0px 0px 15px #ddd;
}

.single-mission h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-mission p {
    font-size: 16px;
    font-weight: 400;
}


/* adapt-core end  */


/* service start  */

.service {
    background-color: #F6F5EF;
    padding: 50px 0;
    /* text-align: center; */
}

.service .title {
    margin-bottom: 40px;
}

.single-service {
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0px 0px 15px #ddd;
    min-height: 420px;
    margin: 15px 0;
}

.single-service h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #569844;
}

.single-service p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 10px;
}

.single-service p:last-child {
    margin-bottom: 0;
}


/* service end  */


/* contact start  */

.contact {
    background-color: #F6F5EF;
    padding: 100px 0;
}

.form-wrapper {
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #ddd;
    position: relative;
}

label {
    color: #569844;
    font-weight: 500;
    font-size: 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 0;
}

.form-wrapper img {
    position: absolute;
    bottom: 0;
    right: -300px;
    width: 350px;
}


/* contact end  */

footer {
    padding: 15px 0;
}

footer p {
    font-weight: 500;
    font-size: 15px;
}

footer p span {
    font-weight: 700;
}

footer ul li a {
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #569844;
    letter-spacing: -0.5px;
}


/*=====================================================================================

CSS ADD  01-08-23

=====================================================================================*/

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Blog {
    background-color: #f1f1f1;
    padding: 100px 0;
}

.toparrow {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 11;
    text-decoration: none;
    color: #f47722;
    font-size: 30px;
}

.card {
    margin-top: 30px;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog_detials {
    background-color: #F6F5EF;
    padding: 100px 0;
}

.widget,
.post {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #c4c4c4;
}

.widget input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
}

.post h3 a,
.post-details i {
    color: #569844;
}

.post-details,
.post-image {
    margin-bottom: 15px;
}

.post-details span {
    margin-right: 10px;
}

.post-details span:last-child {
    margin-right: 0px;
}


/* .post_link li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
} */

.post_link li a {
    font-size: 15px;
    color: #212529;
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding-left: 20px;
}

.post_link li a i {
    font-size: 15px;
    color: #212529;
    position: absolute;
    left: 0;
    top: 6px;
}

.widget h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #569844;
    padding: 7px 15px;
    border-bottom: 1px solid;
}

.chat_icon {
    position: fixed;
    right: 20px;
    bottom: 80px;
    cursor: pointer;
    z-index: 11;
    text-decoration: none;
    color: #f47722;
    font-size: 30px;
}


/* 20-09-2023 add css */

.Landing_content {
    border-left: 2px solid #569844;
    padding-left: 30px;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
}