/*
Theme Name: progarden
Theme URI: http://shtheme.com/demosd/progarden
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Description: In 2018, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite Presentationpage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: progarden

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Presentation)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td {
 background: #f5f5f5; 
 border: 1px solid #E9E9E9; 
 text-align: center; 
 padding:8px;
}
#wp-calendar tbody td#today {
    background: #16A085; 
    color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
.widget_nav_menu ul li ul, .widget_pages ul li ul {
    padding-left: 15px;
}
.widget_nav_menu ul li a, .widget_pages ul li a{
    color: #827b7d;
}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {
    color: #615C5C;
}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    width: auto;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit {
    min-width: 150px;
    margin: 30px 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 41px;
    border: 2px solid #6aaf08;
    padding: 0 22px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #6aaf08;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.form-submit {
    margin-left: 10px;
}
.screen-reader-text{
    color: #777;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment_text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;    
    font-weight: 600;
    color: #292b2c;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #777;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
ul.children{
    margin-left: 60px;
    margin-bottom: 35px;
    padding-bottom: 24px;
}

/*add */ 
span.featured-post {
    color: #333;
    font-weight: bold !important;
    margin-right: 5px;
    float: right;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}
.wp-tag-cloud li a {
   background-color: #f8f8fa;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #696e71;
    padding: 7px 10px;
    margin: 5px 3px;
    border: 1px solid #f2f2f2;
    display: inline-block;
}
.wp-tag-cloud li:hover a {
    background: #6aaf08;
    color: #fff !important;
}
p.logged-in-as {
    padding: 5px 0px;
    padding-left: 15px;
}
p.logged-in-as a{
    color: #888;
}
h3 {
    font-size: 2.75rem;
}
h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.single-content h1 {
    font-size: 46px;
}
.single-content h2 {
        font-size: 34px;
}
.single-content h3 {
    font-size: 26px;
}
.single-content h4 {
    font-size: 22px;
}
.single-content h5 {
    font-size: 20px;
}
.single-content h6 {
    font-size: 16px;
}
.comment_text h1 {
    font-size: 46px;
}
.comment_text h2 {
        font-size: 34px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 16px;
}

/******/

body.logged-in #main-menu {
    padding-top: 42px;
}

a.comment-reply-link:hover {
    color: #6cbe03;
}
.leave-form input {
    margin-bottom: 0px;
}
.text-leave textarea {
    margin-bottom: 30px;
}
body.logged-in .text-leave textarea {
    margin-bottom: 0px;
}
.single-widget ul li {
    margin-bottom: 10px;
    font-size: 15px;
}
.contact-form .cont-submit {
    border: 1px solid #16a085 !important;
    width: auto;
    border-radius: 0px !important;
    }
.white .white {
    color: #fff !important;
}
.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url(img/blog/list/breadcrumb.html) no-repeat scroll center center / cover;
    padding-bottom: 100px;
    padding-top: 150px;
    position: relative;
}
.error404 .breadcrumb-area{
    height: 500px;
}
.page-404 .blog-info a {
    color: #9aa1ac;
    font-size: 18px;
}
.pd-bt-40 {
    padding: 10px 0px;
}
.menu.one-page ul.sub-menu {
    display: none;
}
.media-list .comment_text li {
    margin-bottom: 0px;
}
.blog-meta{
    margin-top: 0px;
}
.blog-img{
    margin-bottom: 20px;
}

@media (max-width: 767px){
body.logged-in #main-menu.stick{
    padding-top: 15px!important;
}
.navbar-toggle {
    margin-top: 7px;
}
}

form.post-password-form input[type=submit]{
        padding: 0px 20px;
        height: 46px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
h4.comment-title{
    background: none;
    margin-bottom: 10px;
    font-size: 24px;
}
.theme-comment-section .media-body{
    padding-left: 0px;
}
.media-left, .media>.pull-left {
    padding-right: 15px;
}
.blog-text.blog-details-post{
    margin-top: 0px;
}

.error404 .breadcrumb-area{
    min-height: 630px;
}
.page-404{
margin-top: 50px;
    }

.blog-info .blog-meta{
    margin-bottom: 10px;
}
.single-blog{
        border-bottom: 0.5px solid #999;
    padding-bottom: 20px;
}
.blog-single{
    border-bottom:  none; 
}
.breadcrumb-area {
    color: white;
}


.pagination>li>a, .pagination>li>span{
    color: #333;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #333;
}
.pagination li span.current{
    background-color: #eee;
}
.blog-details-post p{
    margin-bottom: 10px;
}
#wp-calendar tfoot{
    display: none;
}
.wp-tag-cloud li a{
    font-size: 14px!important;
    margin: 0px;
}
.wp-tag-cloud li{
    margin-right: 10px;
    margin-bottom: 13px!important;
}

.blog-info .blog-meta{
    font-weight: 700;
    font-size: 16px;
}
.span-comment{
    float: right;
    margin-right: 10px;
}
.copyright-left{
    font-weight: 700;
}
.copyright-left.text-left > span{
    margin-top: 5px;
}

.price-list li {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  text-transform:capitalize;
}
.page-links{
    clear: both;
}
.page-links a{
    margin-left: 4px;
    color: #252839;
}
.single-blog.blog-details-img.mb-50{
    padding-bottom: 37px;
    margin-bottom: 27px;
}
.single-blog:hover .blog-img img {
    transform: scale(1);
}
.single-blog.blog-details-img .blog-img a img{
    margin-top: 10px;
}

.theme-comment-section .media{
    padding-top: 10px;
}
.media-body > h3{
    padding-bottom: 10px;
}
    
.form-submit input.submit:hover{
    background: none;
    color: #6cbe03;
    text-decoration: none;
}
a.comment-reply-link{
    background-color: transparent;
    font-size: 13px!important;
    font-size: 0.93333rem;
    color: #999;
    padding-left: 2px;
    position: absolute;
}
@media (max-width: 767px){
.main-menu > nav > ul {
    padding-left: 15px;
    }
}

.theme-comment-section li.media .media-left{
        overflow: hidden;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.theme-comment-section li.media .media-body{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: auto;
}
h4.comment-title{
    padding-left: 0px;
}

.blog-single-section .comment-respond form .form-submit{
    padding-right: 15px;
    padding-left: 15px;
}
.blog-single-section .comment-respond form .form-submit input {
    background-color: #41516a;
    height: 40px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.blog-single-section .comment-respond form textarea {
    background-color: #f8f8fa;
    height: 195px;
    width: 100%;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 55px;
}

.blog-single-section .comment-respond h3 {
    font-size: 18px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 1em;
}

.blog-single-section .comments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination-wrapper .pg-pagination li .current{
    font-family: "Poppins", sans-serif;
    background-color: #6220d9;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.service01{
    margin-top: -130px!important;
}

.recent-news-section .entry-body .cat a{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #6220d9;
    text-transform: uppercase;
}

.recent-news-section .entry-body h3 a{
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 600;
    line-height: 1.36em;
    margin: 3px 0 0.73em;
}

.contact-section form > div:nth-child(5){
    width: 50%;
    float: left;
}


.wpcf7-form-control-wrap {
    position: unset!important;
}

.contact-section .submit input, .contact-section-s2 .submit input {
    font-family: "Poppins", sans-serif;
    background-color: #6220d9;
    /* font-size: 16px; */
    font-size: 1.06667rem;
    font-weight: bold;
    color: #fff;
    padding: 12px 50px;
    border: 0;
    outline: 0;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
}


.about01{
    margin-top: -220px!important;
}


.contact-section-s3 form label {
    display: inline-block;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
}

.portfolio-section-s2 .portfolio-grids div:nth-child(5){
        width: 65%;
}

.portfolio-section-s2 .portfolio-grids div:nth-child(6){
        width: 35%;
}

.logged-in .header-style-2 .sticky-on,.logged-in .header-style-1 .sticky-on,.logged-in .header-style-3 .sticky-on,.logged-in .header-style-4 .sticky-on {
    margin-top: 32px;
}

.site-footer .upper-footer h3{
    color: white;
    font-size: 24px; */
    font-size: cacl-rem-value(24);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2em;
    position: relative;
    }


.blog-sidebar > .single-widget + .single-widget, .blog-sidebar .recent-post-widget, .blog-sidebar .widget_categories{
    margin-top: 35px;
}

.recent-posts a {
    color: #41516a;
    font-size: 16px;
}

.blog-sidebar .single-widget h3{
    font-size: 1.33333rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: uppercase;
}

.widget_categories .cat-item {
    padding: 3px 0px;
    text-transform: capitalize;
    display: block;
}

.blog-sidebar .widget_categories .cat-item a{
    display: block;
    color: #5d5c5c;
    position: absolute;
}
.blog-sidebar .widget_categories .cat-item a:hover {
    color : black;
}
.blog-sidebar .widget_categories ul > li + li {
    border-top: 1px solid #e1e1e1;
}

.recentcomments a{
    color: #41516a;
    font-weight: 600;
}
.recentcomments a:hover {
    color: #37455a;
}
.widget_recent_comments ul > li + li {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.recent-posts .date {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #bebfc0;
}

.entry-meta .fa-tag > a {
    padding-right: 5px;
}

.contact-section .contact-2 > h2{
    font-size: 2.4rem;
    color: #41516a;
    margin: -5px 0 1.25em;

}

.contact-section .contact-2 {
    padding-right: 55px;
}

.contact-section .contact-2 > div + div{
    margin-top: 55px;
}

.contact-section .contact-1{
    margin-bottom: 90px;
}

.site-footer .upper-footer {
    margin: -15px!important;
}

.blog-single-section .related-posts .entry-body .cat > a{
    color: #6220d9!important;
}

.page-404 h2{
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #6cbe03;
    text-transform: capitalize;
}
 .page-404 h4{
    color: #9aa1ac;
    font-size: 24px;
}
.site-footer .upper-footer {
    font-size: 17px;
}

.blog-2 {
    background-color: #fff;
}

.blog-2 .theme-btn-s2{
    background-color: #6220d9;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-2 .theme-btn-s2:hover {
    background-color: #4e19ad;
}

.contact-section{
    margin-top: -30px;
}

.about-section-s5 .features-grids{
    padding-top: 60px!important;
}

.wpcf7-form {
    margin-right: -15px;
    margin-left: -15px;
}

.blog-single-section .entry-meta li > a, .blog-main-content .entry-meta li > a{
    padding-left: 5px;
}


.post-comment .comments .title h3 {
    font-size: 15px;
    line-height: 1.5;
}

.comments ol {
    margin-left: -40px;
}


.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 1px dotted #eee;
}

.comments .comment-content .comment-detail p{
    margin-top: -15px;
}
.post-comment .comment-list .comment-detail{
    padding-bottom: 40px!important;
}
.comment-respond .form-control {
    border: 1px solid #DEDEDE;
    margin-left: -15px;
}

.input1 {
    display: inline!important;   
    width: 34%;
}
.input-lg {
    border: 1px solid #DEDEDE!important;
    padding-right: 65px!important;
    
}
.comment-respond .clearfix {
    margin-left: -15px;
}
.single-widget .cat-item {
    border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget .widget-title {
    border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget h3 {
    padding-bottom: 20px;
}

.tagcloud, .recent-post-widget .post {
    display: inline-block;
}
.sidebar-widget .recent-post-widget .post {
    padding-top: 20px;
}
.recent-post-widget .post .entry-media {
    width: 40%;
    float: left;
}
.recent-post-widget .post .entry-details {
    width: calc(100% - 40%);
    float: left;
    padding-left: 15px;
}
.entry-details .date {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.entry-details h4 {
    padding-bottom: 0px!important;
}

.wp-tag-cloud li a {
    padding: 4px 10px !important;
    display: block;
    border: 1px solid #6aaf08;
    color: #6aaf08 !important;
    background-color: #fff;

}

.sidebar-widget .single-widget {
    margin-bottom:35px; 
}

#categories-2 ul {
    padding-top: 5px;
}

#tag_cloud-2 h3,#tag_cloud-2 .tagcloud {
    padding-top: 20px;
}
.blog-post .pull-left a {
    font-size: 13px;
    color: #fff;
    line-height: 33px;
    border: 2px solid #6aaf08;
    padding: 4px 10px;
    margin: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 1px;
    background: #6aaf08;
    min-width: 150px;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    text-transform: uppercase;
    border-radius: 8px;
}
.pagination-nav ul li .current {
    display: block;
    border: 1px solid #6aaf08;
    background: #6aaf08;
    color: #fff;
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}
.blog-post .post-tag span a{
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.single_analize__block {
    color: #ffffff;
    padding: 40px 25px;
    box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
}

.service1 div:nth-child(2) .about-block, .service1 div:nth-child(4) .about-block {
    position: relative;
    left: -15px;
}

.blog-post .pull-left a:hover {
    background: none;
    color: #6aaf08;
    text-decoration: none;
}

.top_compy h2 {
    margin: 15px 0px 25px!important;
    font-size: 30px!important;
}

.portfolio4 .container-filter li a,  .gallery .container-filter li a{
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: inherit!important;
    background: #6cbe03;
    border-radius: 0px;

}

.portfolio4 .container-filter li a:hover, .portfolio4 .container-filter li a.active,.gallery .container-filter li a:hover, .gallery .container-filter li a.active {
    background-color: #222222;
    color: #FFFFFF!important;
}
.portfolio4 .link-zoom a, .gallery .link-zoom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #222222;
    font-size: 17px;
    color: #fff;
}
.portfolio4 .item-box a, .gallery .item-box a {
    display: inline-block;
    position: static;
}
.portfolio4 .item-box:hover .item-container, .gallery .item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.portfolio4 .container-masonry > div:first-child {
    width: 50%
}
 .choose-us .image_cover_right {
    width: 50%;
 }
 .owl-stage-outer .owl-stage .bg-color {
    background: #6cbe03!important;
 }


 .post-media #testimonial_block .owl-controls .owl-nav .owl-next, .post-media #testimonial_block .owl-controls .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.33);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgba(245,245,245,0.8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
 }

#blog .btn{
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #222222;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #6cbe03;
    border-radius: 0;
 }
 .blog-post .post-more-link:hover .btn-color-line {
    background: #6cbe03;
    color: #fff!important;
}

.page-404 .btn-text {
    min-width: 150px;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 41px;
    border: 2px solid #6aaf08;
    padding: 0 22px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #6aaf08;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.page-404 .btn-text:hover {
    background: none;
    color: #6cbe03;
    text-decoration: none;
}
.overlay-dark:before {
    background-color: rgba(42, 72, 0, 0.75);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}
.fact-counter-wrapper .single-fact span {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    padding: 4px 0 10px;
    line-height: 1.2;
    display: block;
}

.testimonial-5 h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #6cbe03!important;
    text-transform: capitalize;
}

.wpcf7-form .btn-text {
    min-width: 150px;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 41px;
    border: 2px solid #6aaf08;
    padding: 0 22px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #6aaf08;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.wpcf7-form .btn-text:hover{
    background: none;
    color: #6cbe03;
    text-decoration: none;
}

.choose-us, .choose-us .image_cover {
    height: 459px!important;
}

#wpcrlLoginSection h3, #wpcrlRegisterForm h3{
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #6cbe03;
    text-transform: capitalize;
    text-align: center;
    padding-left: 40px;
}

#wpcrlRegisterSection #wpcrlRegisterForm h3 {
    position: relative;
    top: 150px;
}

#wpcrlLoginForm .btn, #wpcrlRegisterForm .btn{
    border:none;
    background-color: #fff;
    color: #6aaf08;
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 10px;
}

#wpcrl_username, #wpcrl_password, #wpcrl_email, #wpcrl_password2 {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #CBD5DD;
    margin-left: 25px;
    border-radius: 0px;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 13px 15px;
    /* transition: all 0.2s ease 0s; */
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background: #fff
}
#wpcrlRegisterSection #wpcrl_username,#wpcrlRegisterSection #wpcrl_password,
#wpcrlRegisterSection #wpcrl_email,#wpcrlRegisterSection #wpcrl_password2 {
    position: relative;
    top: 110px;
}

#wpcrlRegisterSection #wpcrlRegisterForm .btn {
    position: relative;
    top: 112px ;
    left: 250px;
}

.card .card-action > a {
    position: relative;
    right: 70px;
    font-size: 15px;
}

#wpcrl_username {
    position: relative;
    top: 10px;
}

#wpcrl_password2 {
    position: relative;
    bottom: 20px;
}

.form-group .glyphicon{
    display: none!important;
}

#wpcrl_password {
    position: relative;
    bottom: 10px;
}

.page-signin .card .container-fluid{
    padding: 30px 0;
}

.register-1 .card .container-fluid{
    margin-top: -150px;
}

.form-group label {
    visibility: hidden;
}
.alert-danger, .help-block{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: -30px;
}
#wpcrlResetPasswordSection {
    text-align: center;
    margin-left: 30px;
    margin-right: -30px;
}

#wpcrl_rp_email {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #CBD5DD;
    margin-left: 25px;
    border-radius: 0px;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 13px 15px;
    /* transition: all 0.2s ease 0s; */
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background: #fff;
    text-align: center;
}

#wpcrlResetPasswordForm .btn {
    border:none;
    background-color: #fff;
    color: #6aaf08;
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 25px;
}
.page-signin .additional-info a {
    font-size: 14px;
}

#wpcrl_fname, #wpcrl_lname, .wpcrl-required-asterisk, input[name="wpcrl_captcha"] {
    display: none;
}

#testimonial-section .testimonial6 {
    position: relative;
    margin-top:  80px;
}

nav.navbar.bootsnav ul.nav #menu-item-46 > a {
    background: #6cbe03;
    color: #fff;
    margin-top: 11px;
    padding: 12px 35px;
}

.logged-in .mainmenu-area.stricky, .logged-in #header.header-1, .logged-in .stricky {
    top: 30px;
}
.entry-thumbnail img {
    max-width: 60px!important;
    height: 60px;
}

.newsletter form {
    margin-left: 0px;
    margin-right: 0px; 
}
.textwidget > ul >li > .fa {
    top: 8px;
}

.footer_box__block h3 {
    position: relative;
    bottom: 10px;
    font-size: 25px;
}
.footer-info h3 {
    position: relative;
    bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.page-header {
    padding-bottom: 9px;
    margin: 5px 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}
input[type="email"] {
    padding: 22px 15px;
}
.wpcf7-form .form-email input[type="email"] {
    padding: 25px 15px;
    font-size: 15px;
}
#accordion .panel-collapse p {
    margin-left: 13px;
}

.faq-service h3 {
    font-size: 2.75rem;
}

.blog-post-hr input[type="text"] {
    padding: 22px;
}
.blog-post-hr input[type="text"], .blog-post-hr input[type="email"]{
    padding-left: 31px;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr input[type="email"]:focus{
    border: 1px solid #6aaf08!important;
}

.title-center{
    text-align: center!important;
    padding-top: 40px;
}
.search-custom h4 {
    font-size: 20px;
}
.search-custom input[type="search"]{
    padding: 18px 15px;
    font-size: 15px;
}
.recent-post-widget img {
    padding-top: 5px;
}
.page-header h2 {
    margin: 0;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}

.logged-in .register-1 .card-action a {
    bottom: 30px;
    font-size: 20px;
    right: 48px;
}

.logged-in #wpcrlLoginSection .col-xs-8 {
    left: 30px;
}
.blog-post-hr .post-comment ul.children {
    padding-bottom: 0px;
}
.comment-respond #reply-title {
    padding-top: 40px;
}

.nav.navbar-nav{
    padding-bottom: 6px;
}

.blog-post .post-header h2{
    margin-bottom: 25px;
}

.comment-respond .comment-reply-title{
    font-size: 23px;
    padding-top: 0px!important;
    margin-top: 0px;
}

.main_nav ul li > ul.dropdown-menu{
        top: 63px!important;
        left: 23px!important;
}