@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'PT Serif', serif;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

summary {
    display: list-item;
}

body,
html {
    height: 100%;
}

html {
    font-size: 100%;
}

body {
    line-height: 1.4;
}

p {
    font-size: 15px;
    color: #000000;
    line-height: 1.55;
    margin-bottom: 1rem;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'PT Serif', serif;
}

/*body:after {*/
/*    content: "";*/
/*    backdrop-filter: blur(5px);*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    top: 0;*/
/*    display: inline-block;*/
/*    background: #66339905;*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*}*/

/*=========Button Area==============*/
.btn-theme {
    display: inline-block;
    position: relative;
    border-right: 10px double #a7c82e;
    border-left: 10px double #a7c82e;
    padding: 0 4px;
    margin: 0 10px;
}

.btn-theme::before,
.btn-theme::after {
    content: '';
    position: absolute;
    top: 0;
    left: -17px;
    height: 100%;
    border-right: 3px solid #a7c82e;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.btn-theme::after {
    border-right: 0;
    border-left: 3px solid #a7c82e;
    left: auto;
    right: -17px;
}

.btn-theme .btn {
    background-image: -ms-linear-gradient(bottom, #a7c82e 0%, #91b706 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a7c82e), to(#91b706));
    background-image: -o-linear-gradient(bottom, #a7c82e 0%, #91b706 100%);
    background-image: linear-gradient(to top, #a7c82e 0%, #91b706 100%);
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #023d08;
    padding: 12px 20px;
}

.btn-theme .btn:hover {
    color: #fff;
    background-image: -ms-linear-gradient(bottom, #91b706 0%, #a7c82e 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#91b706), to(#a7c82e));
    background-image: -o-linear-gradient(bottom, #91b706 0%, #a7c82e 100%);
    background-image: linear-gradient(to top, #91b706 0%, #a7c82e 100%);
}

/*=========Tittle Area==============*/
.tittle_area {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    z-index: 1;
}

.tittle_area::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 142px;
    height: 70px;
    top: 0;
    background-image: url(../images/home/tractor-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.tittle_area .sub_head {
    position: relative;
    font-size: 15px;
    color: #2c2f31;
    font-weight: 600;
    padding: 0 60px;
    text-transform: uppercase;
}

.tittle_area .sub_head:before,
.tittle_area .sub_head:after {
    content: '';
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: rgb(106 47 131);
}

.tittle_area .sub_head:after {
    left: auto;
    right: 0;
}

.tittle_area .heading {
    font-size: 45px;
    color: #023d08;
    margin: -30px 0 10px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

.sub_title {
    color: #023d08;
    font-size: 22px;
}

/*
=============Section Padding============*/
.sec_padding {
    padding: 60px 0;
}

.over_lay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    top: 0;
    left: 0;
}

/*=========Main Header==============*/
.main_header {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 333;
}

.main_header .top_header {
    position: relative;
    padding: 15px 0;
    width: 100%;
    height: auto;
    background-color: #023d08;
}

.top_header .contact_top {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
    display: inline-block;
    float: right;
    margin-right: 15%;
}

.top_header .contact_top span {
    margin-right: 0px;
}

.top_header .contact_top span i {
    border: 1px solid #fff;
    color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 14px;
}
.top_header .contact_top .dropdown-menu li a {
    color: #333;
    font-size: 15px;
    padding: 5px;
    border:none;
    font-family: 'Open Sans', sans-serif;
}

.top_header .contact_top a {
    color: #fff;
    font-size: 15px;
    padding: 0 22px;
    border-right: 1px solid #858585;
    font-family: 'Open Sans', sans-serif;
}

.top_header .contact_top a:last-child {
    border-right: 0;
}

.top_header .contact_top a i {
    font-size: 20px;
    margin-right: 10px;
}

.main_header .bottom_header {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0;
    background-color: #a7c82e;
}

.main_header.sticky .top_header,
.main_header.sticky .middle_header {
    display: none;
}

.main_header.sticky .bottom_header {
    display: block;
    position: fixed;
    z-index: 99;
    width: 100%;
    transition: all 500ms ease;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(167 200 46);
    box-shadow: 0px 0px 30px 0px #0000004d;
    -webkit-box-shadow: 0px 0px 30px 0px #0000004d;
    -ms-box-shadow: 0px 0px 30px 0px #0000004d;
    -moz-box-shadow: 0px 0px 30px 0px #0000004d;
    -o-box-shadow: 0px 0px 30px 0px #0000004d;
    animation: smoothScroll 1s;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.main_header .bottom_header.sticky .stellarnav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.middle_header{
    position: relative;
}

.middle_header .navbar-brand {
    display: block;
    position: relative;
    width: 70%;
    margin: -30px 0;
    padding: 20px;
}

.middle_header .navbar-brand img {
    position: relative;
    margin: -35px 0 0;
    z-index: 1;
}

.middle_header .navbar-brand::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 8px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
        z-index: 1;
}

.navbar-brand-right {
    width: 65%;
    display: block;
    float: right;
    margin: -35px 0;
}

.navbar-brand-right img {
    position: relative;
}

.middleMenu_wrap {
    position: relative;
    display: block;
    height: 100%;
}

.middleMenu_wrap ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    height: 100%;
    width: 100%;
}

.middleMenu_wrap ul li {
    margin-left: 25px;
    display: block;
    list-style: none;
}

.middleMenu_wrap ul li a {
    color: #023d08;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #023d08;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
}

.middleMenu_wrap ul li:last-child a {
    border-right: none;
}


/*
===========Main Slider========*/
.Homeslider_sec {
    position: relative;
}

.HomeCarousel .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.HomeCarousel .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #023d08 !important;
    display: block;
    margin: 20px 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    -webkit-box-shadow: 0px 0px 0px 5px #a7c82e;
    box-shadow: 0px 0px 0px 5px #a7c82e;
}

.HomeCarousel .owl-dot.active {
    background-color: #a7c82e !important;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    -webkit-box-shadow: 0px 0px 0px 5px #023d08;
    box-shadow: 0px 0px 0px 5px #023d08;
}

.HomeCarousel .owl-dot:focus {
    outline: none;
}

.slider_caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_caption .sub_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
}

.slider_caption .caption_title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

.notice_update {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background-color: rgb(0 0 0 / 59%);
}

.notice_heading {
    padding: 23px 0;
    height: 70px;
    position: relative;
    background: url(../images/home/notice-arrow.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.notice_heading h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.notice_wrap marquee {
    color: #fff;
    padding: 20px 0;
    display: inherit;
}

.notice_wrap marquee p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}


/* Counter Area Start */

.counter_area {
    position: relative;
    padding: 30px 0;
    background-image: url(../images/bg/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.milestone-counter {
    position: relative;
}

.milestone-counter p {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.milestone-counter .milestone-title {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
}

.milestone-counter img {
    width: auto;
    margin: 0 auto;
}

/* About Area */
.about_sec {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.about_wrap {
    position: relative;
}

.about_wrap .tittle_area .heading {
    margin: -30px 0 10px;
}

.about_wrap .tittle_area::before {
    left: -50px;
}

.about_img {
    position: relative;
    padding-bottom: 69px;
    width: 80%;
}

.aboutImg_video {
    position: absolute;
    bottom: 0;
    width: 80%;
    right: -75px;
}

.video_wrap {
    position: absolute;
    bottom: 25px;
    padding: 0;
    padding-left: 100px;
    width: 100%;
}

.video_wrap a {
    position: absolute;
    left: 10px;
    top: 0;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}

.video_wrap a i {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #a4c628;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.video_wrap a:hover i {
    background-color: #a4c628;
    color: #fff;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.video_wrap h4 {
    color: #fff;
    font-size: 25px;
}


.about_wrap p {
    text-align: justify;
    font-size: 16px;
}

.mission_vision {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}

.mission_vision img {
    width: 24%;
    position: relative;
    float: left;
    margin-right: 10px;
}

.mission_vision h4 {
    color: #023d08;
    font-size: 22px;
    font-weight: 700;
}

.mission_vision p {
    font-size: 16px;
    text-align: left;
}

/* Ecosystem Area */

.ecosys_sec {
    position: relative;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 80px;
}

.title_bg {
    margin-bottom: 60px;
    border-bottom: 2px solid #92be27;
}

.title_bg h3 {
    background-color: #92be27;
    width: 58%;
    display: flex;
    padding: 10px 18px;
    font-size: 24px;
    border-radius: 5px;
    font-weight: 600;
    min-height: 85px;
    color: #000;
    vertical-align: middle;
    align-items: center;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
}

.eco_wrapBox {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.icon_eco {
    width: 135px;
    height: 115px;
    margin: -50px auto 0;
    background-color: #023d08;
    border: 5px solid #92be27;
    border-top-width: 7px;
    padding: 14px 0;
    -webkit-border-bottom-left-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    border-bottom-right-radius: 60px;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.eco_wrapBox:hover {
    background-color: #023d08;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.eco_wrapBox:hover p {
    color: #ffffff;

    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.eco_wrapBox:hover .icon_eco {
    border-color: #ffffff;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.icon_eco img {
    width: 66px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.eco_wrapBox p {
    margin: 10px 0;
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* News Social Area */

.news_socialSec {
    position: relative;
    background-color: #daffde;
    padding-top: 80px;
}

.news_socialSec::before,
.news_socialSec::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 50%;
    height: 65px;
    background-color: #daffde;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
}

.news_socialSec::after {
    left: auto;
    right: 0;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.news_socialSec .title_bg h3 {
    min-height: auto;
}

.latest_news {
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 26%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 26%);
}

.latest_news ul {
    padding: 15px;
    margin: 0;
    height: 665px;
    overflow-y: scroll;
}

.latest_news ul li {
    position: relative;
    list-style: none;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.latest_news ul li:last-child {
    margin-bottom: 0px;
}

.latest_news ul li .news_img {
    position: relative;
    float: left;
    margin-right: 13px;
}

.latest_news ul li .news_img img {
    width: 233px;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;

}

.latest_news ul li .news_img .date_wrap {
    position: absolute;
    top: 5px;
    left: 18px;
    color: #fff;
    width: 80px;
    font-size: 18px;
    height: 64px;
    text-align: center;
    background-color: #2d6233;
    border-radius: 0px 0px 40px 40px;
}

.latest_news ul li .news_img .date_wrap span {
    display: block;
}

.latest_news ul li .news_content {
    padding: 5px;
}

.latest_news ul li .news_content h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.latest_news ul li .news_content a {
    font-size: 17px;
    text-transform: uppercase;
    color: #023d08;
    font-weight: 600;
}


/* Get touch Form  Area */

.GettouchForm_sec {
    position: relative;
    /* background-image: url(../images/shape/slider-shape-2.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.get_info {
    position: relative;
    background-image: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0 30px 30px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 31%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 31%);
}

.get_logo {
    width: 265px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 50px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.get_info h4 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.get_info ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.get_info ul li {
    position: relative;
    list-style: none;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
    padding-left: 40px;
}

.get_info ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}

.get_info ul li a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.GettouchForm {
    position: relative;
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 31%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 31%);
}

.GettouchForm .form-control {
    padding: 9px 10px;
    font-weight: 600;
    color: #023d08;
    border-radius: 0;
    border: 1px solid #8b8b8b;
    font-weight: 500;
}

/* Home PAge Modal Membership */




.membership_modal .modal-body {
    padding: 30px;
    border: 5px solid #112e14;
}

.membership_modal .btn-close {
    position: absolute;
    right: -12px;
    top: -12px;
    background-color: #a2de00;
    width: 30px;
    height: 30px;
    opacity: 1;
}


.membership_modal .modal-body form .form-control {
    padding: 9px;
    border-radius: 0;
    border: 1px solid #979797;
    color: #000;
}




/*
==============Breadcrumb Area=============*/
.breadcrumb-area {
    border-bottom-width: 0px;
    padding: 100px 0;
    background-size: cover !important;
    background-attachment: fixed !important;
    z-index: 1;
    position: relative;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg/dot-pattern.png) repeat #0000006b;
    z-index: -1;
}

.breadcrumb-area:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../images/bg/wave.png) top center;
    z-index: 4;
}

.breadcrumb-title {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb-list {
    padding: 0;
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.58;
    text-transform: uppercase;
}

.breadcrumb-list li a {
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.breadcrumb-list li.active {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}

.inner_wrapper {
    background-color: #fff;
    z-index: 0;

}


/* Certificate Area */

.certificate_wraper {
    max-width: 1000px;
    min-height: 707px;
    margin: 0 auto;
    position: relative;
}

/* Contact Page */
.contact-page {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-page__contact-info {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-page__contact-info-wrapper {
    position: relative;
    border-bottom: 5px solid #a7c82e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    padding: 60px 115px 60px;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: -60px;
    z-index: 2;
}

.contact-page__contact-info-title {
    position: relative;
    display: block;
    padding-right: 55px;
        width: 20%;
}

.contact-page__contact-info-title h2 {
font-size: 30px;
    /* line-height: 40px; */
    /* letter-spacing: -0.04em; */
    margin: 0;
}

.contact-page__contact-info-list {
    position: relative;
    display: block;
        width: 80%;
}

.contact-page__contact-info-list ul {
 margin-bottom: 0;
    padding-left: initial;
}

.contact-page__contact-info-list ul li {
     position: relative;
    padding-left: 60px;
        list-style: none;
}

 

.contact-page__contact-info-list ul li .icon {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #023d08;
    color: #ffffff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.contact-page__contact-info-list ul li .title span {
    color: #687469;
    font-size: 13px;
    line-height: 22px;
}

.contact-page__contact-info-list ul li .title p,
.contact-page__contact-info-list ul li .title p a {
    color: #334b35;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
        margin: 0;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: none;
    background: #f6f4ec;
    padding: 0 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    color: #727d73;
    font-weight: 400;
    text-transform: capitalize;
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: #727d73;
    height: 190px;
    width: 100%;
    background: #f6f4ec;
    padding: 18px 30px 30px;
    border: none;
    border-radius: 10px;
    outline: none;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}

.contact-page__social-link {
    position: relative;
    display: block;
    margin-top: 29px;
}

.contact-page__social-link ul {
    position: relative;
    display: block;
    padding: 0;
}

.contact-page__social-link ul li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.contact-page__social-link ul li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #f6f4ec;
    color: #023d08;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.map iframe {
    width: 100%;
    height: 350px;
}


/* News Detail Area*/

.blog-details img {
     -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.blog-details .blog-card__content {
	position: relative;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px){
.blog-card__content {
    padding: 40px;
}
}

.blog-card__date {
width: 100px;
    height: 60px;
    background-color: #a7c82e;
    border-top: 4px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
    line-height: 1.3;
    position: absolute;
    top: -35px;
    left: 20px;
}

.blog-card__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-card__meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.blog-card__meta a+a {
    margin-left: 15px;
}
.blog-card__meta a i {
    color: #4caf50;
    margin-right: 5px;
}
.blog-card__content h3 {
    font-size: 20px;
    line-height: 1.417;
    margin: 0;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-card__content h3 a {
  color: #000000;
}
.blog-details__content p {
    margin: 0;
	text-align: justify;
}
.blog-details__content p+p {
    margin-top: 10px;
}
.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #e9e7e2;
    margin-top: 30px;
    padding-top: 20px;
}
@media (min-width: 1200px){
.blog-details__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}
.blog-details__tags span {
color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.blog-details__tags a {
    font-size: 16px;
    color: #6e7673;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
@media (min-width: 1200px){
.blog-details__tags a {
    font-size: 18px;
}}
.blog-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}
@media (min-width: 1200px){
.blog-details__social {
    margin-top: 0;
}
}

.blog-details__social a {
width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #656565;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 10px;
}


.blog-sidebar {
    margin-top: 50px;
}
@media (min-width: 1200px){
.blog-sidebar {
    margin-top: 0;
}}

.blog-sidebar__search {
    margin-bottom: 30px;
}
.blog-sidebar__search form {
    width: 100%;
    padding: 4px;
background-color: #023d08;
    border-radius: 0;
    position: relative;
}


.blog-sidebar__search form input[type=text], .blog-sidebar__search form input[type=search] {
  width: 100%;
    height: 45px;
    padding: 3px 40px 3px 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #000;
    font-size: 15px;
}



.blog-sidebar__search form button[type=submit] {
width: 50px;
    background-color: #023d08;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    right: 0;
    font-size: 17px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.blog-sidebar__posts, .blog-sidebar__categories {
      background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid #ddd;
}


.blog-sidebar h3 {
    margin: 0;
    font-size: 18px;
    color:#000;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-sidebar__posts h3 {
    margin-bottom: 10px;
}
@media (min-width: 1200px){
.blog-sidebar h3 {
    font-size: 20px;
}}

.blog-sidebar__posts ul {
    margin-left: -20px;
    margin-right: -20px;
}


.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar__posts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px;
    padding: 13px 0px;
    border-bottom: 1px solid #ddd;
}
.blog-sidebar__posts ul li:last-child{border-bottom:0;}
 
.blog-sidebar__posts ul li span {
    color: #6e7673;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}
.blog-sidebar__posts ul li span i {
    font-size: 14px;
    margin-right: 5px;
    color: #a7c82e
}
.blog-sidebar__posts ul li img {
  width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-right: 20px
}
.blog-sidebar__posts ul li h4 {
margin: 0;
    font-size: 15px;
    font-weight: 600;
}
.blog-sidebar__posts ul li h4 a {
    color: inherit;
}


.blog-sidebar h3 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}	

.blog-sidebar__categories ul li {
	list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.blog-sidebar__categories ul li a {
    color: #2c2c2c;
    font-weight: 500;
    font-size: 14px;
}
.blog-sidebar__categories ul li a i {
    font-size: 20px;
    margin-right: 10px;
}

/* Footer Area */
.main_footer {
    position: relative;
    padding: 100px 0 0;
    background-image: url(../images/bg/4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main_footer::before,
.main_footer::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 50%;
    height: 55px;
    background-color: #ffffff;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.main_footer::after {
    left: auto;
    right: 0;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
}

.footer_title {
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.link_weights,
.social_weights {
    padding: 0;
    margin: 0;
}

.link_weights {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.footer_weights p {
    color: #fff;
    font-size: 17px;
}

.link_weights li,
.social_weights li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    padding-left: 28px;
}

.social_weights li {
    display: inline-block;
}

.link_weights li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.link_weights li a:hover {
    color: #fb8718;
}

.social_weights li,
.link_weights li {
    padding-left: 0px;
}

.social_weights li a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    z-index: 1
}

.social_weights li a:hover {
    color: #023d08;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.social_weights li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: -1;
}

.social_weights li a:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: #fff;
}

.newsletter_form {
    position: relative;
}

.newsletter_form label {
    width: 100%
}

.newsletter_form .form-control {
    background-color: #92bd2c;
    border: 1px solid #92bd2c;
    color: #000;
    padding: 12px;
    padding-right: 50px;
    border-radius: 50px;
}

.newsletter_form .form-control::placeholder {
    color: #000;
}

.newsletter_form .btn {
    position: absolute;
    color: #000;
    font-size: 30px;
    padding: 0;
    right: 10px;
    top: 2px;
}

.footer_bottom {
    position: relative;
    border-top: 1px solid #979797;
    padding: 10px 0;
    margin-top: 30px;
}

.copyright_text p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.copyright_text p a {
    color: #92bd2c;
}


/*---Scroll To Top---*/
.scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 12px;
    line-height: 40px;
    display: none;
    z-index: 11;
}

.scrollToTop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(254 137 28);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fd7e1a), to(#fdaa21));
    background-image: -o-linear-gradient(bottom, #fd7e1a 0%, #fdaa21 100%);
    background-image: linear-gradient(to top, #fd7e1a 0%, #fdaa21 100%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 31%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 31%);
}

.scrollToTop i {
    position: relative;
}

.scrollToTop:hover {
    color: #fff;
    text-decoration: none;
}