@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import url('font-awesome.css');
@import url('animate.css');

:root {
    --accent-color: #1BBD36;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #757575;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.1em;
}

p {
    color: #333;
    font-size: 13px;
}

a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #eee;
}

.btn-primary {
    padding: 8px 20px;
    background: var(--accent-color);
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.text-center h2 {
    margin-bottom: 30px;
}

.text-center p {
    margin-bottom: 50px;
    color: #333;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
    margin-left: -10px;
}

#breadcrumb {
    background-color: var(--accent-color);
}

.breadcrumb {
    list-style: none;
    background-color: var(--accent-color);
    border-radius: 0px;
    padding: 3px 10px;

    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb li {
    text-transform: uppercase;
    margin-top: 135px;
    font-weight: 600;
    color: #fff;
}

.navigation {
    background-color: #fff;
    padding: 0;
}

.navbar-default .navbar-brand {
  	height: auto;
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-brand {
        text-align: left;
      	padding: 10px 40px 10px 0;
    }
}

.navbar-default .navbar-brand a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.2;
    color: #333;
}

.navbar-default .navbar-brand a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

@media screen and (max-width: 992px) {
	.navbar-default .navbar-collapse {
		width: 100%;
      	background-color: #fff;
        box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.4);
      	position: absolute;
      	top: 100%;
      	left: 0;
      	z-index: 20;
      	padding: 20px 10px;
      	margin: 0;
    }
}

.menu {
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
	.menu {
        float: left;
    }
}

.menu ul.nav-tabs li {
    color: #000;
}

.nav-tabs {
    border-bottom: 0;
}

@media screen and (max-width: 768px) {
    .nav-tabs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0;
}

.nav-tabs>li>a {
    border-radius: 0;
    color: #333;
    padding: 30px 10px;
}

@media screen and (max-width: 768px) {
    .nav-tabs>li>a {
        padding: 10px 10px;
    }
}

.nav-tabs>li>a:hover {
    color: var(--accent-color);
    border-color: #fff #fff #fff;
    border-radius: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.nav-tabs>li>a.active {
    color: var(--accent-color);
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  	position: absolute;
    top: 50%;
    right: 15px;
  	transform: translateY(-50%);
  	padding: 9px 10px;
}


.media-body p {
    margin-bottom: 30px;
}

.media ul li {
    list-style: none;
}

.media i {
    color: var(--accent-color);
    font-size: 50px;
}

.media h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--accent-color);
}

.overlay {
    margin-bottom: 20px;
}

.overlay a:hover {
    color: var(--accent-color);
}

#blog {
    margin-top: 50px;
}

.blog.custom-padding {
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    .blog.custom-padding {
        padding-top: 50px;
    }
}

a.btn-primary:hover {
    background-color: #ddd;
    color: var(--accent-color);
}

.widget {
    margin-bottom: 60px;
    padding-left: 0;
}

.single_comments {
    margin-bottom: 20px;
}

.single_comments-image {
    width: 64px;
    height: 64px;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.single_comments-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_comments p {
    margin-bottom: 0;
}

.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

.widget .entry-meta span a:hover {
    color: var(--accent-color);
}

.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog_category {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog_category li {
    float: none;
    margin-bottom: 20px;
}

.blog_category li a {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 4px;
    color: #707070;
    padding: 5px 15px;
}

.blog_category li a:hover {
    background: var(--accent-color);
    color: #fff;
}

.blog_category li a span {
    margin-left: auto;
}

.badge:before {
    border-color: transparent transparent transparent var(--accent-color);
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    z-index: -99999;
}

.badge {
    background-color: var(--accent-color);
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    left: 60px;
    top: -18px;
    font-weight: normal;
}

.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.blog_archieve li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover {
    color: var(--accent-color);
}

.blog_archieve li:first-child {
    padding-top: 0;
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 40px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-item h1 {
    font-size: 32px;
    color: #333;
}

.blog .blog-item .img-blog {
    border-radius: 5px;
    margin-bottom: 45px;
}

.blog .blog-item .blog-content {
    padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
    margin-top: 0;
    font-size: 30px;
}

.readmore {
    margin-top: 0;
}

.blog .blog-item .blog-content h4 {
    margin-bottom: 20px;
    font-weight: 600
}

.blog .blog-item .blog-content .short-description {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}

.blog .blog-item .entry-meta>span {
    background: #f5f5f5;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}

#publish_date {
    background: var(--accent-color);
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.blog .blog-item .entry-meta>span {
    color: #707070;
}

.blog .blog-item .entry-meta>span a {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 300;
    color: #888;
}

.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
    background: #f5f5f5;
    color: #888;
    border: 0;
    border-radius: 4px;
    padding: 8px 15px;
}

.tag-cloud li a:hover {
    background: var(--accent-color);
    color: #fff;
}

.form-group .form-control {
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none;
}

textarea#message {
    resize: none;
    padding: 10px;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: var(--accent-color);
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
    padding: 10px 0;
  	margin-bottom: 30px;
}

.post-tags-wrap .post-tags-title {
	display: block;
    font-weight: 700;
  	font-size: 18px;
  	line-height: 1.4;
    margin: 0;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
    line-height: 1.2;
  	border-radius: 3px;
  	border: 1px solid var(--accent-color);
  	background-color: var(--accent-color);
  	padding: 5px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #333;
  	border: 1px solid var(--accent-color);
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    border-top: 1px solid #e7e7e7;
    padding: 30px 0;
    margin-top: 30px;
}

.comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.comment-info__author {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}

.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}

.comment-content {
    color: #2b2e3f;
}

.comment-form-wrap {
    padding-top: 20px;
}

.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
    border: 1px solid #ececec;
    border-radius: 0;
    padding: 13px 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 520px) {
    .comment-form-input {
        width: 100%;
    }
}

.comment-form-textarea {
    width: 100%;
    min-height: 190px;
    resize: none;
    font-size: 14px;
    color: #777777;
    border: 1px solid #ececec;
    padding: 13px 20px;
    margin-bottom: 15px;
}

.comment-form-bottom {
    display: flex;
    align-items: center;
}

.button-submit {
    color: #fff;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
    letter-spacing: 0.48px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.center p {
    text-align: center;
}

.btn-lg:hover {
    color: var(--accent-color);
    background: #ddd;
}

.pagination {
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
    padding: 20px 0;
}

ul.pagination>li>a {
    border: 1px solid #F1F1F1;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 14px;
    color: var(--accent-color);
}

ul.pagination>li>a i {
    margin-left: 5px;
    margin-right: 5px;
}

ul.pagination>li.active>a,
ul.pagination>li:hover>a {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: #fff;
}

/* --- footer --- */
.footer {
    background: var(--accent-color);
    padding: 15px 22px;
}

.footer-links h3 {
    font-size: 20px;
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    padding: 5px 0;
}

.footer-links ul li a {
    color: #fff;
}

.copyright {
    color: #fff;
    margin-top: 30px;
}

a.scrollup {
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    opacity: 0, 5;
    border-radius: 50%;
    z-index: 999;
}

a.scrollup:hover {
    opacity: 1;
    background-color: #ddd;
    color: var(--accent-color);
}