.blog__slide {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.blog__slide__content {
    padding: 30px 15px;
}

.blog__slide__content h3,
.blog__slide__content a {
    color: #3a414e;
    font-size: 1rem;
    margin-top: 12px;
}

.blog__slide__content p {
    font-size: 15px;
    margin-bottom: 0;
}

.blog__slide__label {
    font-size: 13px;
    color: #ff9907 !important;
    text-transform: uppercase;
    background: #222;
    padding: 4px 40px;
    margin-bottom: 18px;
}

.blog-slider {
    position: relative;
}

.blog-slider .blog-slider__leftArrow {
    position: absolute;
    top: 22%;
    left: -12px;
}

@media (min-width: 1250px) {
    .blog-slider .blog-slider__leftArrow {
        left: -105px;
        padding: 0 25px 3px 10px;
    }
    .blog-slider .blog-slider__leftArrow::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%; 
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: background 0.4s ease-out;
    }
    .blog-slider .blog-slider__leftArrow::before {
        content: "";
        display: block;
        width: 40px;
        height: 130%; 
        position: absolute;
        top: -2px;
        left: -15px;
        z-index: 2;
        transform: rotate(-15deg);
    }
    .blog-slider .blog-slider__leftArrow:hover::after {
        background: #222;
    }
}

.blog-slider .blog-slider__rightArrow {
    position: absolute;
    top: 22%;
    right: -12px;
}

@media (min-width: 1250px) {
    .blog-slider .blog-slider__rightArrow {
        right: -105px;
        padding: 0 25px 3px 20px;
    }
    .blog-slider .blog-slider__rightArrow::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%; 
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: background 0.4s ease-out;
    }
    .blog-slider .blog-slider__rightArrow::before {
        content: "";
        display: block;
        width: 43px;
        height: 135%; 
        position: absolute;
        top: -4px;
        right: -4px;
        z-index: 2;
        transform: rotate(15deg);
    }
    .blog-slider .blog-slider__rightArrow:hover::after {
        background: #222;
    }
}

.blog-slider .blog-slider__leftArrow,
.blog-slider .blog-slider__rightArrow {
    display: none;
}

.left-arrow{
    position: absolute;
    left: -65px;
    top: 86px;
}
.right-arrow{
    position: absolute;
    right: -65px;
    top: 86px;
}

@media (min-width: 580px) {
    .blog-slider .blog-slider__leftArrow,
    .blog-slider .blog-slider__rightArrow {
        display: block;
    }
}

.blog-slider .blog-slider__leftArrow img,
.blog-slider .blog-slider__rightArrow img {
    position: relative;
    z-index: 10;
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.causes_slider .owl-dots .owl-dot.active {
    background: #ff9907;
}

.latest_blog_area {
    background: #f9f9ff;
}

.single-recent-blog-post {
    margin-bottom: 60px;
}

.single-recent-blog-post .thumb {
    position: relative;
}

.single-recent-blog-post .thumb-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 415px;
    padding-left: 5px;
}

@media (min-width: 430px) {
    .single-recent-blog-post .thumb-info {
        padding-left: 20px;
    }
}

.single-recent-blog-post .thumb-info li {
    display: inline-block;
    font-size: 15px;
    color: #777777;
    margin-right: 10px;
}

@media (min-width: 430px) {
    .single-recent-blog-post .thumb-info li {
        margin-right: 22px;
    }
}

.single-recent-blog-post .thumb-info li:last-child {
    margin-right: 0;
}

.single-recent-blog-post .thumb-info li a {
    color: #777777;
    padding: 4px 0;
    font-size: 12px;
}

@media (min-width: 430px) {
    .single-recent-blog-post .thumb-info li a {
        padding: 15px 0;
        font-size: 15px;
    }
}

.single-recent-blog-post .thumb-info li i,
.single-recent-blog-post .thumb-info li span {
    font-size: 13px;
    margin-right: 10px;
}

.single-recent-blog-post .details {
    padding-top: 30px;
}

.single-recent-blog-post .details h3 {
    font-size: 21px;
}

@media (min-width: 600px) {
    .single-recent-blog-post .details h3 {
        font-size: 27px;
    }
}

.single-recent-blog-post .details .tag-list-inline {
    color: #555555;
    font-family: "Lora", serif;
}

.single-recent-blog-post .details .tag-list-inline a {
    color: #555555;
}

.single-recent-blog-post .details p {
    color: #777777;
}

.single-recent-blog-post .details .button {
    margin-top: 8px;
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.single-recent-blog-post.card-view .thumb-info {
    max-width: 260px;
}

.single-recent-blog-post.card-view .details h3 {
    font-size: 20px;
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #3a414e;
}

.tags .tag_btn:before {
    background: #ff9907;
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px;
}

.blog_categorie_area {
    padding-top: 50px;
    padding-bottom: 80px;
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.categories_post img {
    max-width: 100%;
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px;
}

.categories_post:hover .categories_details {
    background: rgba(234, 44, 88, 0.85);
}

.blog_item {
    margin-bottom: 40px;
}

.blog_info {
    padding-top: 30px;
}

.blog_info .post_tag {
    padding-bottom: 20px;
}

.blog_info .post_tag a {
    color: #3a414e;
}

.blog_info .post_tag a:hover {
    color: #797979;
}

.blog_info .blog_meta li a {
    color: #777777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block;
}

.blog_info .blog_meta li a i {
    color: #3a414e;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.blog_info .blog_meta li a:hover {
    color: #ff9907;
}

.blog_post img {
    max-width: 100%;
}

.blog_details {
    padding-top: 20px;
}

.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #3a414e;
    font-weight: 600;
    transition: all 0.3s linear;
}

.blog_details h2:hover {
    color: #ff9907;
}

.blog_details p {
    margin-bottom: 26px;
}

.view_btn {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    color: #3a414e;
    font-weight: 500;
    padding: 0px 30px;
    background: #fff;
}

.blog-pagination {
    padding-top: 10px;
}

.blog-pagination .page-link {
    border-radius: 0;
}

.blog-pagination .page-item {
    border: none;
}

.page-link {
    background: transparent;
    font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
    background: transparent;
    border-color: #222;
    color: #ff9907;
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.8rem 1.05rem;
    margin: 0 5px;
    line-height: 1.25;
    color: #222;
    background: transparent;
    border-radius: 0;
    border: 2px solid #eeeeee;
}

.blog-pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
    padding: 0.8rem 1.05rem;
    border-radius: 0;
}

.blog-pagination .page-item:last-child .page-link i,
.blog-pagination .page-item:last-child .page-link span,
.blog-pagination .page-item:first-child .page-link i,
.blog-pagination .page-item:first-child .page-link span {
    font-size: 14px;
    color: #222;
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    color: #ff9907;
    border-color: #222;
}

@media (max-width: 991px) {
    .widget-wrap {
        margin-top: 80px;
    }
}

.widget-wrap .single-sidebar-widget {
    padding: 48px 30px;
    background: #f9f9ff;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .widget-wrap .single-sidebar-widget {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .widget-wrap .single-sidebar-widget {
        padding: 50px 15px;
    }
}

.widget-wrap .single-sidebar-widget:last-child {
    margin-bottom: 0px;
}

.widget-wrap .single-sidebar-widget__title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.widget-wrap .single-sidebar-widget__title::after {
    content: "";
    display: block;
    width: 36%;
    height: 2px;
    background: #ff9907;
    position: absolute;
    bottom: -4px;
    z-index: -1;
}

.widget-wrap .tag_cloud_widget ul li {
    display: inline-block;
}

.widget-wrap .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid transparent;
    background: #fff;
    padding: 3px 21px;
    margin-bottom: 10px;
    margin-right: 6px;
    transition: all 0.3s ease 0s;
    color: #777777;
    font-size: 14px;
}

.widget-wrap .tag_cloud_widget ul li a:hover {
    background: #222;
    color: #ff9907;
}

.widget-wrap .search-widget form.search-form input[type="text"] {
    height: 40px;
    color: #ff9907;
    padding: 11px 22px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
}

@media (max-width: 575px) {
    .widget-wrap .search-widget form.search-form input[type="text"] {
        width: 86%;
    }
}

.widget-wrap .search-widget ::-webkit-input-placeholder {
    color: #ff9907;
    font-weight: 500;
    font-size: 14px;
    opacity: 0.8;
}

.widget-wrap .search-widget ::-moz-placeholder {
    color: #ff9907;
    font-weight: 500;
    font-size: 14px;
    opacity: 0.8;
}

.widget-wrap .search-widget :-ms-input-placeholder {
    color: #ff9907;
    font-weight: 500;
    font-size: 14px;
    opacity: 0.8;
}

.widget-wrap .search-widget :-moz-placeholder {
    color: #ff9907;
    font-weight: 500;
    font-size: 14px;
    opacity: 0.8;
}

.widget-wrap .search-widget form.search-form button {
    float: left;
    width: 20%;
    padding: 7px;
    color: #ff9907;
    font-size: 17px;
    border: none;
    cursor: pointer;
    background: #ffffff;
}

@media (max-width: 575px) {
    .widget-wrap .search-widget form.search-form button {
        width: 14%;
    }
}

.widget-wrap .search-widget form.search-form::after {
    content: "";
    clear: both;
    display: table;
}

.widget-wrap .instafeed-widget .instafeed-title {
    color: #ff9907;
    font-size: 20px;
    color: #3a414e;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.widget-wrap .instafeed-widget .instafeed-title::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -100%;
    height: 2px;
    width: 80px;
    background: #3a414e;
}

.widget-wrap .instafeed-widget .instafeed {
    margin: 20px -24px 0px;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .widget-wrap .instafeed-widget .instafeed {
        margin: 20px -16px;
    }
}

@media (max-width: 575px) {
    .widget-wrap .instafeed-widget .instafeed {
        margin: 20px 0px 0px;
        padding: 0px;
    }
}

.widget-wrap .instafeed-widget .instafeed li {
    overflow: hidden;
    width: 33%;
}

@media (max-width: 991px) {
    .widget-wrap .instafeed-widget .instafeed li {
        width: auto;
    }
}

.widget-wrap .instafeed-widget .instafeed li img {
    margin: 5px;
}

.widget-wrap .popular-post-widget .popular-title {
    color: #ff9907;
    font-size: 20px;
    color: #3a414e;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.widget-wrap .popular-post-widget .popular-title::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -75%;
    height: 2px;
    width: 80px;
    background: #3a414e;
}

.widget-wrap .popular-post-widget .popular-post-list {
    margin-top: 30px;
}

.widget-wrap .popular-post-widget .single-post-list {
    margin-bottom: 5px;
}

.widget-wrap .popular-post-widget .single-post-list:last-child {
    margin-bottom: 0px;
}

.widget-wrap .popular-post-widget .single-post-list .thumb {
    position: relative;
}

.widget-wrap .popular-post-widget .single-post-list .thumb-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 160px;
    padding-left: 10px;
}

.widget-wrap .popular-post-widget .single-post-list .thumb-info li {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}

.widget-wrap .popular-post-widget .single-post-list .thumb-info li::after {
    content: "|";
    padding: 0 7px;
}

.widget-wrap .popular-post-widget .single-post-list .thumb-info li:last-child::after {
    display: none;
}

.widget-wrap .popular-post-widget .single-post-list .thumb-info li a {
    padding: 5px 0;
    color: #999999;
}

.widget-wrap .popular-post-widget .single-post-list .details {
    margin-top: 20px;
}

.widget-wrap .popular-post-widget .single-post-list .details h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 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;
}

.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
    color: #ff9907;
}

.widget-wrap .popular-post-widget .single-post-list .details p {
    margin-bottom: 0px;
}

.widget-wrap .ads-widget img {
    width: 100%;
}

.widget-wrap .post-category-widget .category-title {
    color: #ff9907;
    font-size: 20px;
    color: #3a414e;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.widget-wrap .post-category-widget .category-title::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -100%;
    height: 2px;
    width: 80px;
    background: #3a414e;
}

.widget-wrap .post-category-widget .cat-list li {
    padding: 13px 20px;
    background: #ffffff;
    margin-bottom: 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;
}

.widget-wrap .post-category-widget .cat-list li:last-child {
    margin-bottom: 0px;
}

.widget-wrap .post-category-widget .cat-list li p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
    -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;
}

.widget-wrap .post-category-widget .cat-list li a {
    color: #797979;
    -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;
}

.widget-wrap .post-category-widget .cat-list li:hover {
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}

.widget-wrap .post-category-widget .cat-list li:hover a {
    color: #ff9907;
}

.widget-wrap .post-category-widget .cat-list li:hover p {
    color: #ff9907;
}

.widget-wrap .newsletter-widget .newsletter-title {
    color: #ff9907;
    font-size: 20px;
    color: #3a414e;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.widget-wrap .newsletter-widget .newsletter-title::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -100%;
    height: 2px;
    width: 80px;
    background: #3a414e;
}

.widget-wrap .newsletter-widget .col-autos {
    width: 100%;
}

.widget-wrap .newsletter-widget p {
    text-align: center;
    margin: 20px 0px;
}

.widget-wrap .newsletter-widget .bbtns {
    border: 0;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 0;
    cursor: pointer;
    color: #ff9907;
    -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;
}

.widget-wrap .newsletter-widget .bbtns:hover {
    opacity: 0.9;
}

.widget-wrap .newsletter-widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top;
}

.widget-wrap .newsletter-widget .input-group-text i {
    color: #ccc;
    margin-top: -1px;
}

.widget-wrap .newsletter-widget .form-control {
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    height: 50px;
    border-color: rgba(112, 111, 135, 0.2);
}

.widget-wrap .newsletter-widget .form-control:focus {
    box-shadow: none;
}

.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    opacity: 0.8;
}

.widget-wrap .newsletter-widget ::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    opacity: 0.8;
}

.widget-wrap .newsletter-widget :-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
    opacity: 0.8;
}

.widget-wrap .newsletter-widget :-moz-placeholder {
    font-size: 14px;
    color: #999999;
    opacity: 0.8;
}

.widget-wrap .newsletter-widget .text-bottom {
    margin-bottom: 0px;
}

.widget-wrap .share-widget .share-title {
    color: #ff9907;
    font-size: 20px;
    color: #3a414e;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.widget-wrap .share-widget .share-title::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -70%;
    height: 2px;
    width: 80px;
    background: #3a414e;
}

.widget-wrap .share-widget .social-icons a {
    color: #ff9907;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #797979;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    -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: 1119px) and (min-width: 991px) {
    .widget-wrap .share-widget .social-icons a {
        margin-right: 4px;
    }
}

.widget-wrap .share-widget .social-icons a:hover {
    background: #ff9907;
    color: #ffffff;
}

.single-post-area .social-links {
    padding-top: 10px;
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
    color: #3a414e;
}

.single-post-area .blog_details {
    padding-top: 26px;
}

.single-post-area .blog_details p {
    margin-bottom: 10px;
}

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: #fff;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

.single-post-area .arrow {
    position: absolute;
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-top: 60px;
    padding-bottom: 50px;
}

.single-post-area .navigation-area p {
    margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #3a414e;
}

.single-post-area .navigation-area .nav-left {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    -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-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -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-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
    -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-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -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-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}

.comments-area {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 50px 0px;
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}

.comments-area h4 {
    margin-bottom: 30px;
    color: #3a414e;
    font-size: 18px;
    font-weight: 700;
}

.comments-area h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.comments-area a {
    font-size: 12px;
    color: #3a414e;
}

.comments-area .comment-list {
    padding-bottom: 40px;
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
    padding-left: 25px;
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .date {
    font-size: 13px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.comments-area .comment {
    color: #797979;
    margin-bottom: 0px;
}

.comments-area .btn-reply {
    background-color: rgba(130, 139, 178, 0.1);
    color: #3a414e;
    border: 1px solid #eee;
    padding: 0px 18px;
    font-size: 13px;
    display: block;
    line-height: 28px;
    border-radius: 0px;
    -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;
}

.comments-area .btn-reply:hover {
    background-color: #ff9907;
}

.comment-form {
    background: #fff;
    text-align: left;
    padding: 47px 0px 43px;
    margin-bottom: 40px;
}

.comment-form h4 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #3a414e;
}

.comment-form .name {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}

.comment-form .email {
    padding-right: 0px;
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px;
    }
}

.comment-form .form-control {
    padding: 8px 20px;
    background: rgba(130, 139, 178, 0.11);
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 13px;
    color: #999999;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.comment-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee;
}

.comment-form .form-control.placeholder {
    font-size: 13px;
    color: #999999;
    opacity: 1;
}

.comment-form .form-control:-moz-placeholder {
    font-size: 13px;
    color: #999999;
    opacity: 1;
}

.comment-form .form-control::-moz-placeholder {
    font-size: 13px;
    color: #999999;
    opacity: 1;
}

.comment-form .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #999999;
    opacity: 1;
}

.comment-form textarea.form-control {
    height: 140px;
    resize: none;
}

.comment-form .submit_btn {
    float: right;
    text-transform: uppercase;
}

.main_blog_details h4 {
    font-size: 36px;
    font-weight: 700;
    color: #3a414e;
    margin-bottom: 20px;
    margin-top: 30px;
}

.main_blog_details .user_details {
    overflow: hidden;
    margin-bottom: 30px;
}

.main_blog_details .user_details .float-left a {
    display: inline-block;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 0px 20px;
    font-size: 13px;
    color: #828bb2;
    font-weight: 500;
    line-height: 28px;
    background: rgba(130, 139, 178, 0.11);
    border-radius: 0px;
    -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-right: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.main_blog_details .user_details .float-left a:hover {
    background: #ff9907;
    color: #3a414e;
}

.main_blog_details .user_details .float-right .media {
    text-align: right;
    vertical-align: middle;
}

.main_blog_details .user_details .float-right .media .media-body {
    text-align: right;
    vertical-align: middle;
    align-self: center;
}

.main_blog_details .user_details .float-right .media .media-body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #3a414e;
    margin-bottom: 5px;
}

.main_blog_details .user_details .float-right .media .media-body p {
    font-size: 13px;
    color: #797979;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.main_blog_details .user_details .float-right .media .d-flex {
    padding-left: 14px;
    vertical-align: middle;
    align-self: center;
}

.main_blog_details p {
    font-size: 16px;
    color: #797979;
    margin-bottom: 15px;
}

.main_blog_details .blockquote {
    background: #f2f3f7;
    padding: 30px;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
    margin: 35px 0px;
}

.main_blog_details .blockquote p {
    background: #ffffff;
    margin-bottom: 0px;
    border-left: 2px solid #415094;
    padding: 30px;
    font-style: italic;
}

.main_blog_details .form-group {
    margin-bottom: 20px;
}

.main_blog_details .news_d_footer {
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    display: flex;
    width: 100%;
    padding-top: 15px;
    margin-top: 40px;
}

.main_blog_details .news_d_footer a {
    font-size: 16px;
    color: #797979;
}

.main_blog_details .news_d_footer a i {
    padding-right: 8px;
}

.main_blog_details .news_d_footer .news_socail a {
    margin-right: 10px;
    color: #828bb2;
    font-size: 14px;
}

.main_blog_details .news_d_footer .news_socail a:hover {
    color: #ff9907;
}

.main_blog_details .news_d_footer .news_socail a:last-child {
    margin-right: 0px;
}

.navigation-area {
    border-bottom: 1px solid #eee;
    padding-top: 60px;
    padding-bottom: 50px;
}

.navigation-area p {
    margin-bottom: 0px;
}

.navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #3a414e;
    font-weight: 700;
}

.navigation-area .arrow {
    position: absolute !important;
}

.navigation-area .nav-left {
    text-align: left;
}

.navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.navigation-area .nav-left .thumb img {
    -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;
}

.navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -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;
}

.navigation-area .nav-left:hover .lnr {
    opacity: 1;
}

.navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}

.navigation-area .nav-right {
    text-align: right;
}

.navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}

.navigation-area .nav-right .thumb img {
    -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;
}

.navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -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;
}

.navigation-area .nav-right:hover .lnr {
    opacity: 1;
}

.navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}

.navigation-area .detials p {
    font-size: 13px;
    color: #797979;
}

.button {
    display: inline-block;
    border: 1px solid #222;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 24px;
    cursor: pointer;
    color: #ff9907;
    transition: all 0.4s ease;
}

.button i,
.button span {
    margin-left: 5px;
}

@media (min-width: 900px) {
    .button {
        padding: 12px 42px;
    }
}

.button:hover {
    background-color: #ff9907;
    border-color: #ff9907;
    color: #000022;
}

.form-contact .form-group {
    margin-bottom: 10px;
}

.form-contact .form-group label {
    font-size: 14px;
    color: #ff9907;
}

.form-contact .form-control {
    border-radius: 0;
    height: 40px;
    padding-left: 18px;
    border-color: #d8d7d7;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-size: 14px;
    color: #999999;
}

.form-contact .different-control {
    height: 100% !important;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
    color: #ff9907;
    font-size: 20px;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.contact-info .media-body h3 a {
    color: #3a414e;
}

.contact-info .media-body p {
    color: #797979;
}

.footer-area {
    background: #000000;
}

.footer-area h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .footer-area h6 {
        margin-bottom: 15px;
    }
}

.copy-right-text i,
.copy-right-text a {
    color: #ff9907;
}

.instafeed {
    margin: -5px;
}

.instafeed li {
    overflow: hidden;
    width: 25%;
}

.instafeed li img {
    margin: 5px;
}

.footer-social i {
    color: #555555;
    -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 {
    padding-right: 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;
}

.footer-social a:hover i {
    color: #ff9907;
}

@media (max-width: 991px) {
    .single-footer-widget {
        margin-bottom: 40px;
    }
}

.single-footer-widget .form-inline {
    display: inline-block;
    width: 100%;
}

.single-footer-widget input {
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #191919;
    color: #555555;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
}

.single-footer-widget input:focus {
    outline: none;
    box-shadow: none;
}

.single-footer-widget input.placeholder {
    color: #555555;
    font-size: 12px;
    text-transform: capitalize;
}

.single-footer-widget input:-moz-placeholder {
    color: #555555;
    font-size: 12px;
    text-transform: capitalize;
}

.single-footer-widget input::-moz-placeholder {
    color: #555555;
    font-size: 12px;
    text-transform: capitalize;
}

.single-footer-widget input::-webkit-input-placeholder {
    color: #555555;
    font-size: 12px;
    text-transform: capitalize;
}

.single-footer-widget .bb-btn {
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer;
}

.single-footer-widget .info {
    position: absolute;
    margin-top: 5%;
    color: #fff;
    font-size: 12px;
}

.single-footer-widget .info.valid {
    color: green;
}

.single-footer-widget .info.error {
    margin: 0;
    color: #ff9907;
}

.single-footer-widget .click-btn {
    background: #ff9907;
    color: #222;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 6px 12px;
    border: 0;
}

.single-footer-widget .click-btn i,
.single-footer-widget .click-btn span {
    font-weight: 600;
}

.single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none;
}

.single-footer-widget ::-moz-selection {
    background-color: #191919 !important;
    color: #797979;
}

.single-footer-widget ::selection {
    background-color: #191919 !important;
    color: #797979;
}

.single-footer-widget ::-webkit-input-placeholder {
    color: #797979;
    font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
    color: #797979;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
    color: #797979;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
    color: #797979;
    font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
    color: #797979;
    font-weight: 300;
}

.footer-text { 
    font-size: 14px;
}

@media (max-width: 991px) {
    .footer-text {
        padding-top: 0px;
    }
}

.footer-text a,
.footer-text i {
    color: #ff9907;
}

.actar-c {
    width: 60px;
    ;
}
 