/*==========================
===== Table Of Contnt ======
* Default
* Button
* Header CSS
*   Header
*   Main Menu Navication
*   Sub Menu
* Breadcroumb 
* Default Blog
* Pagination
* Post Navication
* Sidebar
* Widgetss
* Comments
* Comments Respond 
* Error Page
* Search Page
* Video PopUp Transition
* Quote Post 
* Slik Slider Icon
* Footer CSS
*   Footer One
*   Footer Two
* Portfolio Related 
* Banner Widgets
* Top To Buttom
/*************************************
******** DEFAULT CSS  **********
*************************************/

body {
    font-size: 14px;
    line-height: 25px;
    color: #777777;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: #f3f9f4;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    padding: 0 10px;
}

.container,
.container-fluid {
    width: 100%;
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
}

.row [class*="col-"]:not(.elementor-column),
.row *> {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
        padding: 0 15px;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .row {
        margin: 0 -15px;
    }
    .row [class*="col-"]:not(.elementor-column) {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.service-box.enable-slide {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
}


/** Slick slider dot **/

ul.slick-dots ul {
    display: inline-block;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

ul.slick-dots {
    text-align: center;
    margin-top: 30px;
}

ul.slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    display: block;
    border: none;
    border-radius: 100%;
    background: #c2c7c3;
}

ul.slick-dots li.slick-active button {
    background: #348239;
}


/** Theme Buttons **/

a.theme-btns {
    border-radius: 5px;
    background-color: rgb(52 130 57);
    padding: 20px 35px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
}

a.theme-btns:hover {
    background-color: #000000;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
label,
strong,
dt,
th,
table,
li,
em,
b,
code,
cite,
i,
hr,
td,
ul,
ol,
small,
table {
    letter-spacing: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt,
th,
.comment-meta .fn,
.comment-reply-link,
.no-comments {
    color: #000000;
    -webkit-transition: .3s;
    transition: .3s;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    line-height: 37px;
}

h5 {
    font-size: 24px;
    line-height: 32px;
}

h6 {
    font-size: 22px;
    line-height: 28px;
}

a:hover {
    color: #348239;
    text-decoration: none;
}


/** default page **/

.page-builder-not-used .site-main.content-area,
.search .site-main.content-area {
    padding: 120px 0;
}


/*************************************
********  DEFAULT BLOG CSS  **********
*************************************/

.post-single iframe {
    border: 0;
    width: 100%;
}

.post-tag label {
    font-weight: bold;
    color: #000000;
}

.post-tag-social {
    font-size: 14px;
    margin: 0px 0 40px 0;
    clear: both;
    padding-top: 30px;
}

.post-tag-social .post-share label {
    color: #000000;
}

.post-tag-social .post-share ul {
    padding: 0;
    margin: 0;
}

.post-tag span.tagcloud a {
    margin-left: 5px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
}

.post-tag span.tagcloud a:after {
    content: ",";
}

.post-tag-social .share-this-post ul li a {
    width: 30px;
    height: 30px;
    display: block;
    color: #fff;
    background-color: #348239;
    border-radius: 100%;
    font-size: 13px;
    line-height: 32px;
}

.post-tag-social .share-this-post ul li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}

.post-tag-social .share-this-post ul li a:hover {
    background-color: #000000;
}

.post-tag-social .share-this-post ul li a:hover i {
    color: #fff;
}

.post-tag-social .share-this-post ul li a i {
    color: #fff;
}

.post-tag span.tagcloud a:hover {
    color: #348239;
}

.grid .post-img img,
.grid-ls .post-img img,
.grid-rs .post-img img {
    height: auto;
    object-fit: cover;
}

.post-meta-box ul li i {
    margin-right: 10px;
    color: #348239;
}

.post-img img {
    max-width: 100%;
    object-fit: cover;
}

.post-meta-item ul li,
.post-meta-item ul li a {
    font-size: 14px;
    font-family: 'Dosis';
    color: #348239;
    text-transform: capitalize;
}

.post-meta-item ul li i {
    margin-right: 5px;
}

.post-meta-item ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    line-height: 25px;
}

.post-meta-item ul li:after {
    content: "";
    position: absolute;
    color: #c5c5c5;
    width: 1px;
    height: 18px;
    background: #d1d1d1;
    top: 0;
    bottom: 0;
    margin: auto 10px;
}

.post-meta-item ul li:first-child {
    padding-left: 0;
}

.post-meta-item ul li:last-child {
    padding-right: 47px;
}

.post-meta-item ul li:last-child:after {
    content: unset;
}

li.post-cat a {
    display: inline-block;
}

.post-meta-item ul li.post-cat a {
    margin-left: 5px;
}

.post-meta-item ul li.post-cat i {
    margin-right: 0;
}

.post-meta-box ul li a,
.post-meta-box label {
    color: #000000;
}

.share-this-post ul li {
    margin-right: 0;
    margin-left: 15px;
}

.share-this-post ul li a i {
    color: #000000;
}

.share-this-post ul li a:hover i,
.post-meta-box ul li a:hover {
    color: #348239;
}

h2.entry-title {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    text-transform: capitalize;
}

.post-details h2.entry-title {
    font-size: 35px;
    line-height: 45px;
}

.blog .all-posts-wrapper,
.single-post .all-posts-wrapper {
    padding-right: 10px;
}

.post-content p {
    line-height: 1.7;
}

.post-content {
    padding-top: 0px;
    margin-bottom: 25px;
}

.post-single .post-content {
    padding-top: 16px;
}

.post-meta-box {
    line-height: 1;
    padding-top: 33px;
    padding-bottom: 20px;
}

.post-details .post-meta-box {
    padding-top: 0px;
}

.post-meta-box ul {
    padding: 0;
    margin: 0;
}

.share-this-post {
    display: inline-block;
}

.post-share label {
    margin-right: 0px;
}

.post-share {
    margin-right: 6px;
}

.post-share ul li,
.post-share span {
    display: inline;
}

.share-this-post ul li i {
    padding: 0;
    margin: 0;
}

.post-button .theme-btns {
    padding: 20px 45px;
    font-size: 15px;
}

.single-post-item .post-thumbnail img {
    max-width: 100%;
}

.post-title h2.entry-title {
    padding: 0;
    margin: 0;
}

.all-posts-wrapper .single-post-item {
    margin-bottom: 60px;
}

.post-img {
    position: relative;
}

a.post-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: #348239;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 101px;
    color: #fff;
}

a.post-video:hover {
    background-color: #ffffff;
    color: #348239;
}


/*************************************
********  PAGINATION CSS  **********
*************************************/

nav.navigation.pagination ul,
.woocommerce-pagination ul,
.pagination-area ul,
nav.navigation.comments-pagination {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-pagination ul li a,
nav.navigation.pagination ul li a,
nav.navigation.pagination ul li span,
.page-links span,
.page-links a,
.pagination-area ul li a,
nav.navigation.comments-pagination ul li a,
nav.navigation.comments-pagination ul li span.page-numbers.current,
.woocommerce-pagination ul li span.page-numbers.current {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
    color: #222f5a;
    line-height: 50px;
    font-weight: 400;
}

.woocommerce-pagination ul li,
nav.navigation.pagination ul li,
.pagination-area ul li,
nav.navigation.comments-pagination ul li {
    display: inline-block;
    margin-right: 5px;
}

.woocommerce-pagination ul li span.page-numbers.current,
nav.navigation.pagination ul li a:hover,
nav.navigation.pagination ul li span.current,
.page-links span.current,
.page-links a:hover,
.pagination-area ul li a:hover,
.pagination-area ul li a.current,
nav.navigation.comments-pagination ul li span.page-numbers.current {
    background-color: #348239;
    color: #fff;
    border-color: transparent;
}

.pagination-area {
    text-align: center;
    margin: 40px 0;
}

.comments-area a.page-numbers:hover {
    background-color: #348239;
    color: #fff;
}

.comment-pagination:empty {
    margin-top: 0;
    display: none;
}

.comment-content a {
    word-wrap: break-word;
}

nav.navigation.comments-pagination {
    margin-top: 50px;
}


/*************************************
********  SIDEBAR CSS  **********
*************************************/

.sidebar-widget-area .widget p,
.sidebar-widget-area .widget ul li,
.sidebar-widget-area .widget {
    font-size: 14px;
}

.sidebar-widget-area .widget {
    background-color: #eaf2eb;
    margin-bottom: 40px;
    padding: 40px 30px;
}

.sidebar-widget-area .widget form.search-form input {
    background: #ffffff;
}

.post-meta-item ul {
    padding: 0;
}

.conpany-info-img {
    margin-bottom: 25px;
}


/*************************************
********  SIDEBAR WIDGET CSS  **********
*************************************/

.sidebar-widget-area .widget-title,
.widget.widget_block label,
.widget.widget_block h2 {
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.sidebar-widget-area ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 32px;
}

table {
    width: 100%;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #d7d7d7;
    margin: 0 0 20px;
}

table th,
table td {
    border-top: 1px solid;
    border-right: 1px solid;
    padding: 8px;
    border-color: #d7d7d7;
}

.sidebar-widget-area table th,
.sidebar-widget-area table td,
.sidebar-widget-area .wp-block-calendar th,
.sidebar-widget-area .wp-block-calendar tbody td {
    color: #000000;
    border-color: #d7d7d7;
}

.widget table caption {
    padding-bottom: 0;
}

.widget table.wp-calendar-table caption {
    text-align: right;
}

.widget table.wp-calendar-table tbody tr td,
.widget table.wp-calendar-table thead tr th,
.wp-block-calendar th,
.wp-block-calendar tbody td {
    text-align: center;
}

.widget.widget_rss .rss-date {
    margin-bottom: 8px;
    display: block;
    margin-top: 4px;
    color: #348239;
}

.widget.widget_rss cite {
    margin-top: 10px;
    display: block;
    color: #348239;
}

.widget.widget_rss ul li {
    border-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #348239;
    margin-bottom: 20px;
}

.widget.widget_text img {
    max-width: 100%;
    height: auto;
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
    border: none;
}

.widget_rss li cite:before {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    content: "";
    position: relative;
    top: -5px;
    margin-right: 10px;
}

footer .widget_rss li cite:before {
    background: #348239;
}

.widget.widget_text img {
    margin: 15px 0;
}

.widget.widget_tag_cloud a {
    background-color: #dbeadd;
    padding: 11px 25px;
    line-height: 18px;
    font-size: 14px !important;
    text-transform: capitalize;
    border-radius: 5px;
    margin-right: 5px;
    color: #000000;
    display: inline-block;
    clear: both;
    overflow: hidden;
}

footer .widget.widget_tag_cloud a {
    background: #6a7485;
    color: #ffffff;
}

.widget.widget_tag_cloud a:hover {
    background-color: #348239;
    color: #ffffff;
}

.widget select,
.widget select:focus {
    padding: 0 15px;
    width: 100%;
    cursor: pointer;
    border-color: #dddddd;
    outline: none;
    color: #000000;
}

.sidebar-widget-area .widget.widget_archive li,
.sidebar-widget-area .widget.widget_categories li,
.sidebar-widget-area .widget.widget_pages li,
.sidebar-widget-area .widget.widget_meta li,
.sidebar-widget-area .widget.widget_recent_entries li a,
.sidebar-widget-area .widget.widget_rss li a,
.sidebar-widget-area .widget.widget_text strong,
.sidebar-widget-area .widget.widget_nav_menu a {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

.sidebar-widget-area .widget.widget_pages li a,
.sidebar-widget-area .widget.widget_meta li a,
.sidebar-widget-area .widget.widget_recent_entries li a,
.sidebar-widget-area .widget.widget_nav_menu a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.sidebar-widget-area .widget.widget_archive li:hover .post-count-number {
    background-color: #348239;
    color: #ffffff;
}

.widget ul li>span.number {
    float: right;
    color: #000000;
}

footer .widget ul li>span.number {
    color: #dbdee5;
}

.sidebar-widget-area ul li a:hover,
.sidebar-widget-area .widget.widget_nav_menu a:hover,
.sidebar-widget-area .widget.widget_recent_entries li a:hover,
.sidebar-widget-area .widget.widget_rss li a:hover {
    color: #348239;
}

.widget form.search-form {
    width: 100%;
    position: relative;
}

.widget form.search-form input,
.widget form.search-form label {
    width: 100%;
}

.widget form.search-form input {
    padding: 14px;
    border: transparent;
}

.widget form.search-form .search-button button[type="submit"] {
    position: absolute;
    right: 0;
    width: auto;
    font-size: 14px;
    background: transparent;
    top: 0;
    border: none;
    padding: 21px 32px;
    color: #348239;
    line-height: 1;
}

.widget form.search-form input:focus,
.widget form.search-form input:focus-visible {
    border: 1px solid #348239;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget.widget_text img {
    margin: 15px 0;
}

span.tagcloud a:last-child:after {
    content: "";
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.widget_recent_comments ul li span {
    display: block;
    margin-bottom: 7px;
}

.widget a.wp-block-latest-comments__comment-author {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #348239;
}

.widget a.wp-block-latest-comments__comment-link {
    font-size: 16px;
    line-height: 26px;
}

.widget.widget_recent_comments li,
.sidebar-widget-area .wp-block-latest-comments__comment {
    border-bottom: 1px solid #348239;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar-widget-area .widget.widget_recent_comments li,
.sidebar-widget-area .widget.widget_rss ul li,
.sidebar-widget-area .widget.widget_recent_comments li,
.sidebar-widget-area .widget.widget_rss ul li,
.sidebar-widget-area .wp-block-latest-comments__comment {
    border-bottom: 1px solid #dbdfe4;
}

.sidebar-widget-area .widget_rss li cite:before {
    background: #348239;
}

footer a.rsswidget {
    color: #dbdee5;
}

footer a.rsswidget img {
    margin-top: -5px;
}


/*************************************
******** FOOTER CSS  **********
*************************************/

.footer-widgets-area.widget-yes {
    background-color: #282f3c;
    padding: 120px 0;
    padding-bottom: 70px;
}

.footer-widgets-area.widget-no {
    padding: 0;
}

h4.widget-title {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 45px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.widget ul {
    list-style: none;
}

footer .widget {
    font-size: 16px;
}

.wp-calendar-table tr td a {
    color: #dbdee5;
}

.widget ul li a {
    color: #dbdee5;
    font-size: 16px;
    line-height: 1;
}

.widget ul li a:hover {
    color: #348239;
}

.widget ul li {
    border: none;
    padding-top: 0;
    margin: 11px 0 10px 0px;
}

footer .widget ul li a:hover {
    color: #ffffff;
}

.widget.widget_rss ul li a.rsswidget {
    font-weight: 500;
}

.widget ul li ul li {
    margin-left: 15px;
}

footer .wp-calendar-table tr td a {
    color: #348239;
    font-weight: normal;
    text-decoration: none;
}

.widget ul li:last-child {
    border-color: transparent !important;
    padding-bottom: 0;
}

.sidebar-widget-area .widget_recent_comments span.comment-author-link a,
footer a.rsswidget:hover {
    color: #348239;
}

.sidebar-widget-area .wp-calendar-table tr td a {
    color: #348239;
}

.sidebar-widget-area .wp-calendar-table tbody td#today {
    background: #348239;
    opacity: 1;
    color: #ffffff;
    text-align: center;
}

.sidebar-widget-area .wp-calendar-table tbody td#today a {
    color: #ffffff;
}

.sidebar-widget-area ul li a {
    color: #000000;
}

.sidebar-widget-area ul li a:hover {
    color: #348239;
}

blockquote p {
    font-size: 15px;
}

.post-content blockquote p {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    color: #000000;
}

blockquote {
    padding-left: 30px;
    border-left: 5px solid #348239;
    margin: 30px 0 30px 0;
}

blockquote cite {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #000000;
}

.post-contents.entry-content p {
    margin-bottom: 25px;
}

footer table {
    border-color: #dbdee5 !important;
}

footer .widget.widget_recent_comments li,
footer .widget.widget_rss ul li {
    border-bottom-color: #414856;
    color: #dbdee5;
}

.company-social-widget ul li {
    display: inline-block;
    margin-right: 17px;
}


/*-------------------
COMMENTS LIST
--------------------*/

.cform-input {
    position: relative;
}

.all-comments {
    border-top: 1px solid #eaf2eb;
    margin-top: 50px;
    padding-top: 50px;
}

.comment-list {
    margin-top: 50px;
}

.comment-list>ul,
ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-comment {
    border-top: 1px solid #eaf2eb;
    margin-top: 50px;
    padding-left: 100px;
    padding-top: 50px;
    position: relative;
    list-style-type: none;
}

.single-comment .single-comment {
    margin-left: -50px;
}

.single-comment.pingback-comment {
    padding-left: 0;
}

.comment-author {
    border-radius: 50%;
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 80px;
}

.comment-meta {
    overflow: hidden;
    padding-bottom: 15px;
}

.comment-left-meta {
    float: left;
}

.comment-reply {
    float: none;
    margin-top: 20px;
}

.comment-list #reply-title {
    margin-top: 50px;
}

.comment-reply a {
    display: inline-block;
}

.comment-reply a i {
    margin-right: 5px;
}

.comment-reply a:hover {
    color: #348239;
}

.comment-meta h4 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
}

.comment-meta .comment-date {
    color: #348239;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
}

.no-comments {
    border-top: 1px solid #eaf2eb;
    border-bottom: 1px solid #eaf2eb;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
}


/*-------------------
COMMENT FORM
----------------------*/

.comment-box {
    margin-top: 50px;
}

.comment-box {
    border-top: 1px solid #eaf2eb;
    margin-top: 50px;
    padding-top: 39px;
}

.comment-form {
    margin-top: 30px;
}

.comment-form input,
.comment-form textarea {
    border: 2px solid #eaf2eb;
    border-radius: 0;
    margin-bottom: 27px;
    max-height: 140px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #348239;
}

.comment-form input[type="submit"] {
    border-radius: 5px;
    background-color: #348239;
    padding: 20px 30px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    width: auto;
    border-color: transparent;
    margin-bottom: 0;
}

.comment-list #reply-title small a {
    font-size: 15px;
    margin-left: 10px;
}

.comment-box p.form-submit {
    margin-bottom: 0;
}

.comment-form input[type="submit"]:hover {
    background-color: #000000;
    color: #fff;
}

.comments-title,
.reply-title,
.comment-reply-title {
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 35px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.comments-title span,
.reply-title span {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .comment-box {
        margin-bottom: 50px;
    }
    .no-comments {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .comments-area {
        border-top: 0;
        margin-top: 0;
        background: inherit;
        padding: 0;
    }
    .single-comment .single-comment {
        margin-left: -100px;
    }
    .comment-reply {
        display: inline-block !important;
    }
    .comment-box {
        margin-bottom: 50px;
    }
    .no-comments {
        margin-bottom: 50px;
    }
}

p:empty {
    display: none;
}


/*************************************
******** ERROR PAGE CSS  **********
*************************************/

.error-404.not-found {
    text-align: center;
    padding: 120px 78px;
}

.error-button {
    display: block;
    clear: both;
    margin-top: 40px;
    line-height: 4;
}

.error-dec h2 {
    line-height: 40px;
    margin-bottom: 38px;
    font-size: 48px;
}

.error-button .theme-btns {
    padding: 20px 50px;
}

.error-image {
    margin-bottom: 60px;
}


/*************************************
******** SEARCH PAGE CSS  **********
*************************************/

.page-content .search-form input.search-field {
    width: 100%;
    padding: 15px;
    border: 1px solid #348239;
}

.page-content .search-form input.search-field:focus {
    outline: none;
}

.page-content .search-form .search-button button {
    top: 0;
    position: absolute;
    right: 0;
    padding: 16px 31px;
    border: none;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 1.5;
}

.page-content .search-form {
    position: relative;
}

.page-content .search-form .search-button button:hover {
    color: #348239;
}


/*************************************
**** VIDEO POPUP TRANSITION CSS  *****
*************************************/

.post-single .slick-slider img {
    height: auto;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.row.all-posts-wrapper .format-audio .vendor {
    margin-bottom: -10px;
}


/*************************************
******** QUOTE POST CSS  **********
*************************************/

.post-single.format-quote .post-contents {
    background: #348239;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.post-single.format-quote .post-contents:after {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    text-align: center;
    font-size: 120px;
    z-index: -1;
    color: #ffffff;
    opacity: .1;
}

.post-single.format-quote .post-contents h2.entry-title a {
    color: #ffffff;
    line-height: 40px;
}

.post-single.format-quote .post-contents h2.entry-title a:hover {
    color: #000000;
}

.no-thum-img.post-contents.entry-content {
    margin-bottom: 50px;
}

.post-details .post-img {
    padding-bottom: 30px;
}

.post-details .no-thum-img.post-contents.entry-content {
    margin-bottom: 0px;
}


/*************************************
********  POST PAGINATION CSS  **********
*************************************/

.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a:before,
.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-next a:after {
    content: "";
    margin: 0;
    padding: 0;
    font-size: 0;
}


/*====================================
====== ECOLAR PORTFOLIO NAV CSS ======
====================================*/

nav.navigation.post-navigation .nav-links .nav-previous,
nav.navigation.post-navigation .nav-links .nav-next {
    width: 50%;
    display: inline-block;
}

nav.navigation.post-navigation .nav-links .nav-next {
    text-align: right;
}

nav.navigation.post-navigation .nav-links .nav-previous a .nav-title,
nav.navigation.post-navigation .nav-links .nav-next a .nav-title {
    display: none;
}

nav.navigation.post-navigation {
    padding: 17px 0;
    border-top: 2px solid #e6ecf7;
    border-bottom: 2px solid #e6ecf7;
}

nav.navigation.post-navigation .nav-links .nav-previous a,
nav.navigation.post-navigation .nav-links .nav-next a {
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    line-height: 28px;
    width: 100%;
}

nav.navigation.post-navigation .nav-links .nav-next a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-left: 5px;
}

nav.navigation.post-navigation .nav-links .nav-previous a:before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 5px;
}

nav.navigation.post-navigation {
    margin-top: 100px;
    margin-bottom: 100px;
}

.navigation.ecolar-post-pagination nav.navigation.post-navigation {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding: 30px 0;
    overflow: hidden;
}

.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a .ecolar-nav-title,
.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-next a .ecolar-nav-title {
    position: relative;
    top: 5px;
}

.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a,
.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-next a {
    padding: 30px;
    background-color: #eaf2eb;
}

.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-previous,
.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-next {
    width: 50%;
}

.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a:hover,
.ecolar-post-pagination nav.navigation.post-navigation .nav-links .nav-next a:hover {
    background-color: #348239;
    color: #ffffff;
}

.navigation.ecolar-post-pagination nav.navigation.post-navigation .nav-links {
    display: flex;
}

.navigation.ecolar-post-pagination .nav-previous {
    margin-right: 15px;
}

.navigation.ecolar-post-pagination .nav-next {
    margin-left: 15px;
}

.canvas .company-contact-widget ul li {
    color: #000000;
}

.offcanvas-body {
    padding: 50px;
}

.canvas .company-contact-widget ul li {
    padding-left: 36px;
}

.ecolar-social-widgets ul li {
    display: inline-block;
    margin-right: 18px;
}

.canvas.widget {
    margin-bottom: 35px;
}

.canvas.widget h2.widget-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}

.widget.ecolar-banner-widgets {
    padding: 0;
}

.ecolar-widget-banner-wrapper {
    padding: 120px 45px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ecolar-widget-banner-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #348239;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .9;
}

.ecolar-widget-banner-wrapper h2.widget-title {
    color: #ffffff;
    font-size: 45px;
}

.ecolar-widget-banner-wrapper .ecolar-banner-dec p {
    color: #ffffff;
}

.ecolar-banner-btn a {
    padding: 17px 40px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    line-height: 1.5;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.ecolar-banner-btn a:hover {
    background: #348239;
    border-color: transparent;
}

.ecolar-banner-btn a i {
    margin-left: 5px;
}

.widget.ecolar-banner-widgets {
    padding: 0;
}

.ecolar-widget-banner-wrapper {
    padding: 120px 45px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ecolar-widget-banner-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #348239;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .9;
}

.ecolar-widget-banner-wrapper h2.widget-title {
    color: #ffffff;
    font-size: 45px;
}

.ecolar-widget-banner-wrapper .ecolar-banner-dec p {
    color: #ffffff;
}

.ecolar-banner-btn a {
    padding: 17px 40px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    line-height: 1.5;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.ecolar-banner-btn a:hover {
    background: #000000;
    border-color: transparent;
}

.ecolar-banner-btn a i {
    margin-left: 5px;
}

.ecolar-widget-banner-wrapper h2.widget-title:after,
.ecolar-widget-banner-wrapper h2.widget-title:before {
    content: unset;
}

.company-contact-widget ul li {
    margin: 20px 0;
}

.footer-widtet.widget_nav_menu ul li {
    margin: 16px 0;
}

.footer-widtet.widget_nav_menu ul li:last-child,
.company-contact-widget ul li:last-child {
    margin-bottom: 0;
}

.elementor-widget-container .row {
    margin: 0;
}

.site-footer.no-csf .widget.footer-widtet.widget_nav_menu {
    padding-left: 0;
}