 
.post-list .cat-list {
    text-align: right;
    margin-bottom: 20px;
}
.post-list .cat-list li {
    text-align: center;
    margin-right: 10px;
    width: 100px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 5px 10px;
}
.post-list .cat-list li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}
.post-list .cat-list li:hover {
    background-color: #143635;
}
.post-list .cat-list li:hover a {
    color: #fff;
}
@media (max-width: 414px) {
    .post-list .cat-list {
        text-align: left;
    }
    .post-list .cat-list li {
        margin-bottom: 10px;
        font-size: 10px;
    }
}
.post-list .single-post {
    padding: 30px;
    background-color: #f9f9ff;
    margin-bottom: 30px;
}
.post-list .single-post h6 {
    margin-top: 10px;
    color: #222;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}
@media (max-width: 414px) {
    .post-list .single-post h6 {
        font-size: 10px;
    }
}
.post-list .single-post h5 {
    color: #222;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 16px;
}
.post-list .single-post .address {
    color: #222;
    margin-bottom: 15px;
}
.post-list .single-post .btns li {
    display: inline-block;
    background-color: #143635;
    border: 1px solid #eee;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-list .single-post .btns li a,
.post-list .single-post .btns li i {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.button-apply{
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border: none;
}
 
.post-list .single-post .btns li:hover a,
.post-list .single-post .btns li:hover i {
    color: #fff;
}
@media (max-width: 414px) {
    .post-list .single-post .btns li {
        margin-bottom: 5px;
    }
}
.post-list .single-post .thumb .tags {
    margin-top: 30px;
}
.post-list .single-post .thumb .tags li {
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    padding: 6px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-list .single-post .thumb .tags li a {
    color: #777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-list .single-post .thumb .tags li:hover {
    background-color: #143635;
}
.post-list .single-post .thumb .tags li:hover a {
    color: #fff;
}
input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #102849;
    padding: 20px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
    font-size: 1.2em;
  }
  
  input[type=file]::file-selector-button:hover {
    background:#102849;
  }
@media (max-width: 736px) {
    .post-list h4 {
        font-size: 16px;
    }
    .post-list .btns a {
        font-size: 10px;
    }
}
@media (max-width: 414px) {
    .post-list .single-post.flex-row {
        flex-direction: column !important;
        display: inline-block !important;
    }
    .post-list .title.flex-row {
        flex-direction: column !important;
        display: inline-block !important;
    }
    .post-list .details {
        margin-top: 30px;
    }
}
.post-list .loadmore-btn {
    text-align: center;
    background-color: #143635;
    color: #fff;
    padding: 8px 15px;
    margin-top: 60px;
    max-width: 200px;
}
.sidebar .single-slidebar {
    background-color: #f9f9ff;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.sidebar .single-slidebar h4 {
    margin-bottom: 20px;
}
.sidebar .single-slidebar .cat-list li {
    padding: 0 10px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sidebar .single-slidebar .cat-list li:hover a {
    color: #fff;
}
.sidebar .single-slidebar .cat-list p {
    margin-bottom: 0;
}
.sidebar .single-slidebar .cat-list a {
    color: #777;
    padding: 10px;
    margin-bottom: 10px;
}
.sidebar .single-rated img {
    margin-bottom: 20px;
}
.sidebar .single-rated h4 {
    margin-bottom: 8px;
}
.sidebar .single-rated h6 {
    font-weight: 300;
    margin-bottom: 10px;
}
.sidebar .single-rated h5 {
    font-weight: 300;
    margin-bottom: 5px;
}
.sidebar .single-rated .address {
    color: #222;
    margin-bottom: 8px;
}
.sidebar .single-rated .btns {
    background-color: #143635;
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sidebar .single-rated .btns:hover {
    background-color: transparent;
    border-color: #143635;
    color: #143635;
}
.sidebar .single-blog {
    background-size: cover !important;
    padding: 0 20px;
    margin-bottom: 30px;
}
.sidebar .single-blog:last-child {
    margin-bottom: 0;
}
.sidebar .single-blog h4 {
    color: #fff;
    padding-top: 20px;
}
.sidebar .single-blog .meta p {
    color: #fff;
}
.callto-action-area .primary-btn {
    margin: 10px;
    text-transform: capitalize;
    border-radius: 0;
    background-color: #143635;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.callto-action-area .primary-btn:hover {
    background-color: #ad9aff;
    color: #fff;
    border-color: transparent;
}
.callto-action-area .overlay-bg {
    background: rgba(4, 9, 30, 0.6);
}
.single-price {
    text-align: center;
    border: 1px solid #eee;
}
.single-price .price-top {
    background-color: #fbfcff;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}
.single-price .price-top h4 {
    font-weight: 600;
}
.single-price .price-bottom {
    background-color: #f9f9ff;
    margin: 0 45px 45px 45px;
    padding: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-price .price-bottom h1 {
    font-size: 60px;
    font-weight: 300;
}
.single-price .price-bottom .price {
    font-size: 25px;
    margin-top: 10px;
    color: #222;
}
.single-price .price-bottom .time {
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
}
.single-price .price-bottom .primary-btn {
    border-radius: 0;
    margin-top: 20px;
    background: #143635;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-price .price-bottom .primary-btn:hover {
    border: 1px solid transparent;
}
@media (max-width: 1280px) {
    .single-price .price-bottom {
        margin: 0;
    }
}
@media (max-width: 1024px) {
    .single-price .price-bottom .primary-btn {
        padding-left: 22px;
        padding-right: 22px;
    }
}
.single-price p {
    padding: 30px 0;
}
.single-price:hover {
    cursor: pointer;
}
.single-price:hover .price-bottom .price,
.single-price:hover .price-bottom .time,
.single-price:hover .price-bottom h1 {
    color: #fff;
}
@media (max-width: 960px) {
    .single-price {
        margin-bottom: 50px;
    }
}
.download-area {
    background-color: #f9f9ff;
}
@media (max-width: 960px) {
    .download-left {
        margin-bottom: 50px;
    }
}
.download-right {
    padding-left: 65px;
}
.download-right .subs {
    padding: 20px 0;
}
@media (max-width: 1024px) {
    .download-right .flex-row {
        flex-direction: column !important;
        display: inline-block !important;
    }
}
@media (max-width: 960px) {
    .download-right {
        padding-left: 15px;
    }
}
.buttons {
    background: #fff;
    display: flex;
    padding: 20px 30px 0 30px;
    margin-right: 20px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #222;
}
.buttons i {
    font-size: 40px;
    padding-right: 20px;
    color: #143635;
}
.buttons:hover {
    cursor: pointer;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    background: #143635;
    color: #fff;
}
.buttons:hover a,
.buttons:hover i {
    color: #fff !important;
}
.buttons a {
    color: #222;
}
.buttons p span {
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .buttons {
        margin-bottom: 30px;
    }
}
.footer-area {
    padding-top: 100px; 
}
.footer-area .footer-nav li {
    margin-top: 8px;
}
.footer-area .footer-nav li a {
    color: #fff;
}
.footer-area .footer-nav li a:hover {
    color: #143635;
}
.footer-area .primary-btn {
    background-color: #143635;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.footer-area .primary-btn:focus {
    outline: 0;
}
.footer-area .primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-area .primary-btn:hover {
    background-color: #143635;
    box-shadow: none;
    color: #fff;
}
.footer-area .primary-btn:hover span {
    color: #fff;
    right: 20px;
}
.footer-area .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}
.footer-area .primary-btn.white span {
    color: #fff;
}
.footer-area .primary-btn.white:hover {
    background: #fff;
    color: #143635;
}
.footer-area .primary-btn.white:hover span {
    color: #143635;
}
.footer-area h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}
.copy-right-text a,
.copy-right-text i {
    color: #143635;
}
.instafeed {
    margin: -5px;
}
.instafeed li {
    overflow: hidden;
    width: 25%;
}
.instafeed li img {
    margin: 5px;
}
.footer-social {
    text-align: right;
}
.footer-social a {
    background: #111;
    width: 20px;
    width: 40px;
    display: inline-table;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-social a:hover {
    background-color: #143635;
}
.footer-social a:hover i {
    color: #fff;
}
.footer-social i {
    color: #ccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
    .footer-social {
        text-align: left;
        margin-top: 20px;
    }
}
.single-footer-widget {
    color: #fff;
}
.single-footer-widget input {
    line-height: 38px;
    border: none;
    background: #fff;
    font-weight: 300;
    border-radius: 20px;
    color: #777;
    padding-left: 20px;
    width: 100%;
}
@media (max-width: 960px) {
    .single-footer-widget .nw-btn {
        margin-top: 20px;
    }
    .single-footer-widget .newsletter {
        padding-bottom: 40px;
    }
}
.single-footer-widget .info {
    position: absolute;
    margin-top: 122px;
    color: #fff;
    font-size: 12px;
}
.single-footer-widget ::-moz-selection {
    background-color: #143635;
    color: #777;
}
.single-footer-widget ::selection {
    background-color: #143635;
    color: #777;
}
.single-footer-widget ::-webkit-input-placeholder {
    color: #777;
    font-weight: 300;
}
.single-footer-widget :-moz-placeholder {
    color: #777;
    opacity: 1;
    font-weight: 300;
}
.single-footer-widget ::-moz-placeholder {
    color: #777;
    opacity: 1;
    font-weight: 300;
}
.single-footer-widget :-ms-input-placeholder {
    color: #777;
    font-weight: 300;
}
.single-footer-widget ::-ms-input-placeholder {
    color: #777;
    font-weight: 300;
}
@media (max-width: 991.98px) {
    .single-footer-widget {
        margin-bottom: 70px;
    }
}
.footer-bottom {
    padding-top: 80px;
}
.footer-text a,
.footer-text i {
    color: #143635;
}
.white-bg {
    background: #fff;
}
.link-nav {
    margin-top: 10px;
}
.about-content {
    padding: 150px 0;
    text-align: center;
}
.about-content h1 {
    font-size: 48px;
    font-weight: 300;
}
.about-content a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.about-content .lnr {
    margin: 0 10px;
    font-weight: 600;
}
.feature-area {
    background-color: #222;
}
.service-area .header-text {
    text-align: center;
}
.service-area .header-text h1 {
    margin-bottom: 20px;
}
.single-service {
    background-color: #f9f9ff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-service:hover {
    box-shadow: -14.142px 14.142px 20px 0 rgba(157, 157, 157, 0.5);
    cursor: pointer;
}
.single-service:hover .lnr,
.single-service:hover h4,
.single-service:hover p {
    color: #fff;
}
.single-service p {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-service h4 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-service h4 .lnr {
    margin-right: 15px;
}
.single-title {
    margin-bottom: 20px;
}
.single-price {
    text-align: center;
    border: 1px solid #eee;
}
.single-price .price-top {
    background-color: #fbfcff;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}
.single-price .price-top h4 {
    font-weight: 500;
}
.single-price .price-bottom {
    background-color: #f9f9ff;
    margin: 0 45px 45px 45px;
    padding: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-price .price-bottom h1 {
    font-size: 60px;
    font-weight: 300;
}
.single-price .price-bottom .price {
    font-size: 25px;
    margin-top: 10px;
    color: #222;
}
.single-price .price-bottom .time {
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
}
.single-price .price-bottom .primary-btn {
    border-radius: 0;
    margin-top: 20px;
    background: #143635;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-price .price-bottom .primary-btn:hover {
    border: 1px solid transparent;
}
@media (max-width: 1280px) {
    .single-price .price-bottom {
        margin: 0;
    }
}
@media (max-width: 1024px) {
    .single-price .price-bottom .primary-btn {
        padding-left: 22px;
        padding-right: 22px;
    }
}
.single-price p {
    padding: 30px 0;
}
.single-price:hover {
    cursor: pointer;
}
.single-price:hover .price-bottom {
    background-color: #143635;
}
.single-price:hover .price-bottom .price,
.single-price:hover .price-bottom .time,
.single-price:hover .price-bottom h1 {
    color: #fff;
}
@media (max-width: 960px) {
    .single-price {
        margin-bottom: 50px;
    }
}
.map-wrap {
    margin-bottom: 120px;
}
.contact-btns {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.contact-btns:hover {
    color: #fff;
}
.form-area input {
    padding: 15px;
}
.form-area input {
    border-radius: 0;
    font-size: 12px;
}
.form-area .primary-btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.form-area .primary-btn:hover {
    border: 1px solid #143635;
    color: #143635 !important;
}
.blog-banner-area {
    background: url(https://themewagon.github.io/job-listing/img/elements/blog/blog-banner.jpg) center;
    background-size: cover;
}
.blog-banner-area .overlay-bg {
    background: rgba(0, 0, 0, 0.55);
}
.blog-banner-wrap {
    text-align: center;
}
.blog-post-list .single-post {
    background: 0 0;
    padding: 0 30px;
}
.single-post {
    margin-bottom: 30px;
}
.single-post .tags {
    margin-top: 40px;
}
.single-post .tags li {
    display: inline-block;
}
.single-post .tags li a {
    color: #222;
}
.single-post .tags li:hover a {
    color: #143635;
}
.single-post h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-post .title h4 {
    margin-bottom: 10px;
    color: #333;
}
.single-post .social-wrap ul li {
    display: inline-block;
    margin-right: 15px;
}
.single-p{
    padding-bottom: 1em;
    font-size: .9em;
    line-height: 23px;
}
.button-red {
    background: #143635;
    cursor: pointer;
}
@media (max-width: 414px) {
    .single-post .social-wrap {
        margin-top: 10px;
    }
}
.single-post .social-wrap ul {
    text-align: right;
}
.single-post .social-wrap ul li a i {
    color: #777;
}
.single-post .social-wrap ul li a i:hover {
    color: #222;
}
@media (max-width: 768px) {
    .single-post .social-wrap ul {
        text-align: left;
    }
}
.single-widget {
    border: 1px solid #eee;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.single-widget .title {
    font-weight: 600;
    margin-bottom: 30px;
}
.search-widget i {
    color: #143635;
}
.category-widget ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.category-widget ul li h6 {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.category-widget ul li span {
    color: #222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.category-widget ul li:hover {
    border-color: #143635;
}
.category-widget ul li:hover h6,
.category-widget ul li:hover span {
    color: #143635;
}
.tags-widget ul li {
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    padding: 8px 10px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tags-widget ul li a {
    font-weight: 300;
    color: #222;
}
.tags-widget ul li:hover {
    background-color: #143635;
}
.tags-widget ul li:hover a {
    color: #fff;
}
.recent-posts-widget .single-recent-post .recent-details {
    margin-left: 20px;
}
.recent-posts-widget .single-recent-post .recent-details h4 {
    line-height: 1.5em !important;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.recent-posts-widget .single-recent-post .recent-details p {
    margin-top: 10px;
}
.recent-posts-widget .single-recent-post:hover h4 {
    color: #143635;
}
@media (max-width: 960px) {
    .recent-posts-widget .single-recent-post {
        margin-bottom: 20px;
    }
}
.nav-area {
    border-bottom: 1px solid #eee;
}
.nav-area a {
    color: #222;
}
.nav-area .nav-left .thumb {
    padding-right: 20px;
}
.nav-area .nav-right {
    text-align: right;
}
.nav-area .nav-right .thumb {
    padding-left: 20px;
}
@media (max-width: 768px) {
    .nav-area .post-details h4 {
        font-size: 14px;
    }
}
@media (max-width: 466px) {
    .nav-area .nav-right {
        margin-top: 50px;
    }
}
