@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lora&family=Roboto+Slab&display=swap);

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #2a3a41
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif
}

/* head lines */
.slides_area {
    width: 100%;
    overflow: hidden;
    background: #1D1D1D;
}

.slides_text {
    display: flex;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
}

.slides_text p {
    padding: 10px;
    font-size: 1.2em;
    color: white;
    padding-bottom: 0px;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

/* head lines */

.banner_area {
    background-image: url(../images/11.png);
    height: 100%;
    background-size: cover;
    max-height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    width: 100%;
    color: white;
}

.top_head_area {
    background: #1C5629;
    padding: 5px;
}

.social_area {
    display: flex;
    align-items: center;
}

.social_area img {
    width: 4%;
    margin: 5px;
}

.top_btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 5px;
}

.top_btns button:hover {
    background: white;
}

.top_btns {
    display: flex;
    align-items: center;
    float: right;
}

button.btn img {
    width: 20px;
    margin-right: 8px;
}

.menuArea {
    padding: 20px 0px;
}

.head_menu {
    float: right;
}

.head_menu li a {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.head_menu li a:hover {
    background: transparent;
    border-bottom: 2px solid #1C5629;
    padding-bottom: 10px;
}

.banner_area_data h1 {
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 5px;
}

.banner_area_data {
    width: 50%;
}

.banner_area_data p {
    font-size: 15px;
    line-height: 21px;
}

.top_btns .btn:hover img {
    filter: brightness(0);
}

.pointboxe_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pointboxe_data h4 {
    background-image: url(../images/05.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding: 95px 0px 50px 0px;
    font-size: 19px;
    font-weight: 500;
    color: #1c5629;
    text-align: center;
    margin: 0 auto;
    width: 24%;
    margin-top: -7%;
}

.chief_area {
    padding: 50px 5px;
}

.chief_data h3 {
    font-size: 41px;
    color: #1c5629;
    font-weight: 400;
    margin-bottom: 15px;
}

.chief_data p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 3%;
    font-weight: 500;
}

.chief_img img {
    width: 100%;
    margin: 0 auto;
}

.secmes {
    background-image: url(../images/21.png);
    height: 100%;
    background-size: cover;
    max-height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 100px 0px 50px 0px;
}

.chief_area .row {
    display: flex;
    align-items: center;
}

.down_area .row {
    display: flex;
    align-items: center;
}

.bigimg_area img {
    width: 100%;
    margin: 0 auto;
}

.stick_clicks {
    border-top: 3px solid #1c5629;
    margin-top: -7%;
    margin-bottom: 7%;
}

.stick_clicks button {
    background: white;
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    font-size: 15px;
    font-weight: 500;
    margin: 0px 5px;
}

.down_area {
    background-image: url(../images/09.png);
    height: 100%;
    background-size: cover;
    max-height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
}

.down_img img {
    width: 100%;
    margin: 0 auto;
    margin-top: -15%;
}

.down_data h3 {
    font-size: 35px;
    color: white;
    margin-bottom: 5px;
}

.down_data p {
    font-size: 14px;
    color: white;
    line-height: 21px;
    margin-bottom: 4%;
}

.down_data button:hover {
    background: white;
    color: #1C5629;
    border: 1px solid white;
}

.down_data button {
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 34px;
    font-size: 14px;
    padding: 6px 26px;
}

.contact_form_area {
    padding: 50px 5px;
}

.contact_form_head h3 {
    font-size: 37px;
    text-align: center;
    font-weight: 500;
    color: #1C5629;
    margin-bottom: 1%;
}

.contact_form input {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cbcbcb;
    height: 42px;
    font-size: 14px;
    margin: 17px 1px;
    color: gray;
}

.contact_form select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cbcbcb;
    height: 42px;
    font-size: 14px;
    margin: 17px 1px;
    color: gray;
}

.contact_form textarea {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    margin: 5px 1px;
    color: gray;
}

.tick_input input {
    width: auto;
    border-radius: 0px;
    border: 1px solid #cbcbcb;
    height: auto;
    margin: 0px 0px;
    color: gray;
    float: right;
}

.tick_input label {
    color: red;
    font-weight: 500;
}

.tick_input {
    margin-top: 2%;
    margin-bottom: 1%;
}

.cont_click {
    text-align: center;
    margin-top: 2%;
}

.cont_click button:hover {
    background: #1C5629;
    color: white;
}

.cont_click button {
    background: transparent;
    color: #1C5629;
    border: 1px solid #1C5629;
    font-size: 17px;
    padding: 8px 20px;
}

.footer_area {
    background-color: #1C5629;
    padding: 50px 0px 25px 0px;
}

.footer_data img {
    width: 85%;
    margin-bottom: 25px;
}

.footer_data p {
    color: white;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}

.foo_social_area {
    display: flex;
    margin-top: 8%;
    margin-bottom: 0;
}

.foo_social_area img {
    width: 12%;
    margin: 0px 4px;
    filter: brightness(600%);
}

.footer_data ul {
    list-style: none;
    color: white;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
}

.footer_data ul li {
    color: white;
    font-weight: 300;
    line-height: 35px;
}

.footer_data h4 {
    font-size: 20px;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 35px;
}

.footer_data {
    width: -webkit-fill-available;
}

.footer_area_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_data h6 {
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.foot_click button {
    background: white;
    color: black;
    font-size: 18px;
    padding: 10px 30px;
}

.foot_click button:hover {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.foot_click {
    text-align: center;
}

.footer_last_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

.footer_last_box p {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.gall_text {
    position: absolute;
    bottom: 0;
    padding: 35px;
    color: white;
}

.gall_box {
    position: relative;
}

.gall_text h4 {
    font-size: 27px;
}

.gall_text p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4%;
}

.gall_text button:hover {
    color: white;
}

.gall_text button {
    background: transparent;
    padding: 0px;
}

.gall_text button i {
    margin: 10px 5px;
}

.gall_box img {
    width: 100%;
    margin: 0 auto;
}

.gall_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.gall_box {
    position: relative;
    overflow: hidden;
}

.gall_box img {
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
}

.gall_box:hover img {
    transform: scale(1.1);
}

#mr_counter {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: black;
    color: white;
    margin-bottom: -50px;
}

.continuously_moving {
    display: flex;
    align-items: center;
    border-right: 2px solid #ccc;
    padding: 0px 45px;
}

.continuously_moving .count {
    font-size: 45px;
    margin-right: 10px;
}

.continuously_moving h5 {
    font-size: 15px;
    margin-bottom: 0px;
}

.continuously_moving:last-child {
    border-right: none;
}

/* animation css */
.animate-me {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.in-view {
    opacity: 1;
    transform: translateY(0);
}

.animate-me-two {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.in-view-two {
    opacity: 1;
    transform: translateX(0);
}

.animate-me-three {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.in-view-three {
    opacity: 1;
    transform: translateX(0);
}

/* animation css */
.stick_clicks button:hover {
    background: #1c5629;
    color: white;
    border: 1px solid #1c5629;
}

.update_area_faq {
    background: #1D1D1D;
    padding: 15px;
}

.accordion-header {
    background: #1d1d1d;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    /* text-align: left; */
    font-size: 22px;
    transition: background 0.3s;
}

.accordion-content {
    padding: 0 10px;
    display: none;
    background: #1d1d1d;
    color: white;
    font-size: 14px;
}

.update_line {
    border-bottom: 1px solid #9f9f9f;
    padding: 8px;
}

.accordion-header i {
    float: right;
}

section#latest-updates h2 {
    font-size: 29px;
    color: #1C5629;
}

.card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px;
    margin: 10px;
}

.card h3 {
    font-size: 15px;
    color: #1C5629;
    margin-bottom: 5%;
}

.card h6 {
    font-size: 12px;
    margin-bottom: 6px;
    color: #1C5629;
}

.card p {
    font-size: 13px;
    line-height: 15px;
    color: #404040;
}

.card button {
    background: transparent;
    color: #1C5629;
    padding: 0px 9px;
    font-size: 14px;
    font-weight: 400;
}

.card button:hover {
    background: #1C5629;
    color: white;
}

.card img {
    width: 106%;
    margin: 0 auto;
}

.card_work {
    padding: 0px 12px;
    padding-bottom: 12px;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform .5s;
}

.slide {
    flex: 0 0 50%;
    box-sizing: border-box;
}

.show_update {
    float: right;
    margin-top: -40px;
    background: transparent;
    border: 1px solid #1C5629;
    color: #1C5629;
}

.show_update:hover {
    background: #1C5629;
    border: 1px solid #1C5629;
    color: white;
}

.update_area {
    padding: 50px 5px;
}

.banner_head {
    background: #1c5629;
    color: white;
    padding: 100px 5px;
    text-align: center;
}

.banner_head_data h2 {
    font-size: 45px;
    font-weight: 400;
}

.inner_nav_data {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
    margin-top: -3%;
}

.inner_nav_data p a {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.inner_nav_data p {
    margin-bottom: 0px;
    text-align: center;
}

.inner_nav_data p a:hover {
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

.info_box {
    display: flex;
    align-items: center;
}

.info_img img {
    width: 50px;
    margin-right: 10px;
}

.info_data h4 {
    font-size: 17px;
}

.info_data h5 {
    margin-top: -6px;
}

.chief_data h6 {
    margin-bottom: -9px;
    font-size: 15px;
}

.chief_data ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 3%;
    font-weight: 500;
}

.mission_area {
    text-align: center;
    padding: 50px 5px;
    background: #FFFEE9;
}

.mission_data h3 {
    font-size: 30px;
    color: #1C5629;
    margin-bottom: 13px;
}

.mission_data p {
    font-size: 16px;
    color: #1D1D1D;
    line-height: 25px;
}

.black_bg {
    background-image: url(../images/24.png);
    height: 100%;
    background-size: cover;
    max-height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
}

.black_bg h3 {
    color: white;
}

.black_bg ul li {
    color: white;
}

.team_table_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.team_table_data thead tr th {
    background: #1c5629;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 14px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFFEE9;
}

.team_table_data tbody tr {
    text-align: center;
    font-size: 12px;
}

.team_table_data tbody tr th {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.organogram_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.organogram_data h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: #1C5629;
    margin-bottom: 4%;
}

.organogram_data img {
    width: 100%;
    margin: 0 auto;
}

.budget_card {
    text-align: center;
    border: 1px solid #707070;
    padding: 21px;
    width: 45%;
    margin: 0px auto;
}

.budget_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.budget_area {
    padding: 50px 0px;
    padding-bottom: 0px;
}

.budget_card h3 {
    font-size: 26px;
    color: #1c5629;
    font-weight: 400;
}

.budget_card p {
    font-size: 13px;
    color: gray;
    line-height: 18px;
}

.budget_card button {
    background: #1c5629;
    color: white;
    font-size: 16px;
    margin-bottom: -55px;
}

.budget_card button:hover {
    background: white;
    border: 1px solid #1c5629;
    color: #1c5629;
}

.spacer {
    height: 5rem;
}

.tender {
    text-align: left;
}

.tender h5 {
    font-size: 19px;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
}

.tender h6 {
    font-size: 14px;
    color: gray;
    margin-top: 6%;
    font-weight: 500;
}

.tender img {
    background: #1c5629;
    float: right;
    margin-bottom: -40px;
    width: 45px;
    cursor: pointer;
    padding: 5px;
}

.function_texts h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: #1C5629;
    margin-bottom: 2%;
}

.function_text_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.function_texts h6 {
    font-weight: 600;
    text-align: center;
    font-size: 13px;
}

.function_texts p {
    text-align: center;
    font-size: 13px;
    color: #2c2c2c;
    margin-top: -13px;
    margin-bottom: 2%;
}

.small_head h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 4%;
}

.joblist_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.joblist_area_head h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: #1C5629;
}

.joblist_area_head p {
    text-align: center;
    font-size: 17px;
    color: black;
    font-weight: 500;
    margin-top: 0px;
    padding-top: 0px;
}

.all_job {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.job_card {
    border: 1px solid #b7b7b7;
    width: 47%;
    padding: 22px;
    margin-top: 5%;
}

.job_card_head {
    display: flex;
    align-items: center;
}

.job_card_img img {
    width: 55px;
    margin-right: 15px;
}

.job_card_text h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
}

.job_card_text p {
    color: gray;
    font-size: 12px;
}

.job_inner_text h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #1c5629;
}

.job_inner_text p {
    color: gray;
    font-size: 12px;
    margin-bottom: 25px;
}

.job_inner_text h6 {
    font-size: 11px;
    color: gray;
    line-height: 5px;
}

.job_detail {
    background: #1c5629;
    color: white;
    border: 1px solid #1c5629;
    width: 55%;
    font-size: 17px;
    border-radius: 0px;
}

.job_detail:hover {
    background: transparent;
    color: #1c5629;
    border: 1px solid #1c5629;
}

.plus_icon {
    float: right;
    background: transparent;
    color: #1c5629;
    border: 1px solid #1c5629;
}

.plus_icon:hover {
    background: #1c5629;
    color: white;
    border: 1px solid #1c5629;
}

.pagniation {
    text-align: center;
    margin-top: 3%;
}

.pagniation li a {
    color: black;
    margin: 4px;
    font-size: 15px;
}

.all_job_news h3 {
    background: #1c5629;
    padding: 21px;
    text-align: center;
    color: white;
    margin-top: 38px;
}

.job_inner_news {
    background: #1c5629;
    padding: 15px;
    color: white;
}

.job_inner_news h4 {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    margin-bottom: 9%;
}

.job_inner_news h5 {
    font-size: 12px;
    margin-bottom: 25px;
    font-weight: 600;
}

.job_inner_news span {
    font-size: 11px;
}

.job_inner_news p {
    font-size: 12px;
    margin-bottom: 9%;
    margin-top: 3px;
}

.project_cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.project_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.project_cards .card .card_work h3 {
    font-size: 19px !important;
    margin-bottom: 4% !important;
}

.project_cards .card button {
    font-size: 16px !important;
    margin-top: 2% !important;
    padding: 7px 21px;
}

.video_head h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: #1C5629;
    margin-bottom: 2%;
}

.video_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.video_head img {
    width: 100%;
    margin: 0 auto;
}

.gallery_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.gallery_img img {
    width: 100%;
    margin: 0 auto;
}

.gallery_data {
    text-align: center;
    margin-bottom: 3%;
}

.gallery_data button {
    font-size: 15px;
    width: 11%;
    margin: 6px;
    border: 1px solid #1c5629;
}

.videos_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.videos_img_box img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    cursor: pointer;
}

.videos_img_box p {
    text-align: center;
    font-size: 11px;
}

.videos_img_box {
    width: 32%;
}

.feature_head h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: #1C5629;
    margin-bottom: 4%;
}

.feature_area {
    padding: 50px 5px;
    padding-bottom: 0px;
}

.feature_box img {
    width: 100%;
    margin: 0 auto;
}

.feature_box p {
    text-align: center;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 400;
}

.feature_boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature_box {
    margin: 20px;
}

.error_box {
    text-align: center;
    padding: 50px 5px;
}

.error_box h2 {
    font-size: 45px;
    font-weight: 600;
}

.error_box p {
    font-size: 17px;
    margin-bottom: 4%;
}

.error_box a {
    background: #1c5629;
    padding: 10px;
    font-size: 15px;
    color: white;
}

.error_box a:hover {
    background: white;
    border: 1px solid #1c5629;
    color: #1c5629;
    text-decoration: none;
}

.thankyou_box {
    text-align: center;
    padding: 50px 5px;
}

.thankyou_box h2 {
    font-size: 45px;
    font-weight: 600;
}

.thankyou_box p {
    font-size: 17px;
    margin-bottom: 4%;
}

.thankyou_box a {
    background: #1c5629;
    padding: 10px;
    font-size: 15px;
    color: white;
}

.thankyou_box a:hover {
    background: white;
    border: 1px solid #1c5629;
    color: #1c5629;
    text-decoration: none;
}

.footer_last {
    border-bottom: 1px solid #959595;
}