.breadcrumb-area {
    background: #ddd;
}

/*Pagination*/
.theme-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-pagination li {
    display: inline-block;
}

.theme-pagination li a {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #E1E3E8;
    background: transparent;
    margin: 0 4px;
    transition: all 0.3s;
    display: block;
    color: #000;
    border-radius: 7px;
}

.recent-post-content {
    padding-right: 20px;
}

.theme-pagination li a:hover,
.theme-pagination li a.active {
    border-radius: 7px;
    background: var(--5th-Main, #008000);
    box-shadow: 0px 4px 10px 0px rgba(122, 120, 198, 0.20);
    transition: all 0.3s;
    color: #ffffff;
}

.blog2-box {
    border: 1px solid rgba(86, 95, 118, 0.2);
    border-radius: 6px;
}

/*Common Widget*/

.single-widget {
    padding: 32px;
    margin-bottom: 30px;
    background: #F3FBFA;
    z-index: 1;
}

.single-widget.single-widget2 {
    padding: 32px;
    margin-bottom: 30px;
    border: 1px solid #D1D5DB;
    background: none;
    border-radius: 5px;
}

.single-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.serice-dtials-list li a {
    background: transparent;
    color: var(--main-text-color, #03163B);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    display: flex;
    /* display: inline-block; */
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 100%;
    transition: all.4s;
    position: relative;
}

.serice-dtials-list li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0E1681;
    transition: all.4s;
}

.single-widget li a span {
    transform: rotate(0);
    transition: all.3s;
}

.single-widget li:hover span {
    transform: rotate(0);
    transition: all.3s;
}

.single-widget h4 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
}

.single-widget p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}


.single-widget h3 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    position: relative;
    padding-left: 16px;
}

.single-widget h3::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 2px;
    top: 1px;
    background: #3aada0;
    left: 0;
    z-index: 1;
}

.single-widget-all h3 {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    position: relative;
    padding-left: 16px;
}

.single-widget-all h3::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 2px;
    top: 1px;
    background: #3aada0;
    left: 0;
    z-index: 1;
}

.widgets {
    position: sticky;
    top: 74px;
}

.tagcloud a {
    padding: 10px;
    border-radius: 5px;
    background: rgba(2, 154, 255, 0.05);
}

.tagcloud a:hover {
    background: #029AFF;
}


/*Search widget*/
.search-form-widget form {
    position: relative;
    z-index: 2;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    border: none;
}

.search-form-widget form input {
    width: 90%;
    padding: 14px;
    border: none;
    font-size: 16px;
    color: #000;
}

.search-form-widget form input::placeholder {
    color: #000
}

.search-form-widget form input:focus {
    outline: none;
}

button.search-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    border: none;
}



/*recent post */

.recent-post {
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
}

.recent-post {
    display: flex;
    align-items: start;
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid #D1D5DB;
}


.recent-post:nth-last-child(1) {
    border-bottom: none;
}


.recent-img img {
    object-fit: cover;
    height: 80px;
    width: 100px;
    border-radius: 5px;
}

.recent-post-content a {
    color: var(--font-color, #03163B);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.blog-date-time ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-date-time ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161540;
}


/*Blog posts*/



.blog-date-time ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-date-time ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
}

.author-bio {
    display: flex;
    align-items: center;
}

.author-name,
.blog-category,
.blog-date,
.blog-coments {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.author-name a,
.blog-category a,
.blog-date a,
.blog-coments a {
    color: #202C4A;
    font-weight: 400;
    font-size: 16px;
}

.author-name a svg,
.blog-category a svg,
.blog-date a svg,
.blog-coments a svg {
    margin-right: 4px;
}


.post-format-video .blog-img {
    position: relative;
    z-index: 2;
}

.post-format-quote {
    background: #e7e8f4;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.post-format-quote p {
    font-size: 20px;
    line-height: 32px;
}

.post-audio iframe {
    width: 100%;
}

.video-btn {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 9;
}

.video-btn a {
    font-size: 30px;
    display: block;
    width: 100px;
    height: 100px;
    background: #7977C6;
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    border-radius: 50%;
}

.video-btn a:hover {
    color: #ffffff;
}

.post-format-gallery .owl-nav button {
    font-size: 30px;
    display: block;
    width: 70px;
    height: 70px;
    background: #2F80ED !important;
    text-align: center;
    line-height: 100px;
    color: #ffffff !important;
    border-radius: 15px;
    position: absolute;
    top: calc(50% - 35px);
    left: 10px;
    z-index: 9;
}

.post-format-gallery .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

.blog-date-time {
    margin-bottom: 6px;
}

.single-blog-contents h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #161540;
    margin: 30px 0 20px;
}

.single-blog-contents p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 34px;
    color: #5C5B79;
}

.single-blog-quote {
    background: rgba(242, 57, 54, 0.03);
    border-radius: 8px;
    padding: 30px 120px 30px 30px;
}

.single-blog-quote h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
}

.single-blog-quote a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #5C5B79;
}

.theme-border {
    height: 1px;
    border-bottom: 1px solid #E1E3E8;
    margin: 20px 0;
}

.single-blog h3 a {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
    margin-bottom: 0;
    transition: all 0.3s;
    display: block;
}

.single-blog p {
    font-size: 16px;
    line-height: 24px;
    color: #5C5B79;
    margin-bottom: 0;
}

.post-blog {
    margin-bottom: 40px;
}

.post-blog:last-child {
    margin-bottom: 0;
}

.post-format-gallery .owl-nav button {
    font-size: 30px;
    display: block;
    width: 70px;
    height: 70px;
    background: #2F80ED !important;
    text-align: center;
    line-height: 100px;
    color: #ffffff !important;
    border-radius: 7px;
    position: absolute;
    top: calc(50% - 35px);
    left: 10px;
    z-index: 9;
}

.post-format-gallery .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

.theme-btn-14 {
    background: #7977C6;
    box-shadow: 0 4px 25px rgba(121, 119, 198, 0.2);
    border-radius: 7px;
    font-family: "satoshi";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 13px 24px;
    border: none;
}



/* 
++++++++++++++++++++++++++++++++++
==== =====blog page all ====== ======
+++++++++++++++++++++++++++++++++
*/


.coffee-nav ul li a {
    color: #2F80ED;
    text-decoration: none;
    background: rgba(47, 128, 237, 0.2);
    border-radius: 7px;
    /* padding: 13px 20px; */
    font-size: 15px;
    font-weight: 700;
    transition: all.6s;
    cursor: pointer;
    display: inline-block;
    min-height: 50px;
    min-width: 165px;
    /* width: 200px; */
    text-align: start;
    line-height: 50px;
    padding-left: 20px;
}

.coffee-nav ul li a:hover,
.coffee-nav ul li a.active {
    background: #2F80ED;
    box-shadow: 0px 4px 10px rgba(47, 128, 237, 0.2);
    color: #fff;
}

.coffee-nav ul {
    list-style: none;
    padding: 15px 0 25px 0;
    justify-content: center;
}

ul {
    list-style: none;
}

.coffee-nav ul li {
    display: inline-block;
    margin: 8px;
    margin-top: 20px;
}

.coffee-nav {
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.shop-1 {
    margin-top: 0;
}

ul.nav.nav-tabs {
    background: #F6F7FA;
    border-radius: 7px;
}

.faq-massge-box-all {
    background: #2F80ED;
    border-radius: 7px;
    padding: 50px 48px;
    margin: 0 90px;
}

.massge-single-inputs input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 17px;
    font-size: 16px;
    color: #fff;
}

.massge-single-inputs input::placeholder {
    color: #fff;
}

.massge-single-inputs textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 17px;
    font-size: 20px;
    color: #fff;
}

.massge-single-inputs textarea::placeholder {
    color: #fff;
}

.massge-btn a {
    color: #0072ff;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
}

.massge-button {
    text-align: end;
    margin-top: 30px;
}

.about-slider-box.about-slider-box2 {
    background-color: #F6F7FA;
}

.accordion-button.accordion-button2.accordion-button3 {
    background-color: #fff;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====blog page all ====== ======
+++++++++++++++++++++++++++++++++
*/

/* 
++++++++++++++++++++++++++++++++++
==== =====blog details all ====== ======
+++++++++++++++++++++++++++++++++
*/

.author-bio>div {
    padding: 0 20px 0 0;
}

p.details-p-hadding {
    color: #202C4A;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.blog-massge-box {
    background-color: #202C4A;
    border-radius: 15px;
    padding: 32px 24px;
    margin: 30px 0;
}

.blog-massge-box p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}

.blog-post-img img {
    width: 100%;
    /*==========*/
    height: 300px;
}

.border-details {
    border: 1px solid #1c243923;
}

.details-tag-list ul li a {
    padding: 10px;
    border-radius: 0;
    background: #F3FAFA;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #202C4A;
    line-height: 16px;
    transition: all.3s;
    border-radius: 5px;
}

.details-tag-list ul li a:hover {
    border-radius: 7px;
    background: #008000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
    transition: all.3s;
}

.details-tag-list ul {
    padding-left: 10px;
}

.details-tag-list ul li {
    display: inline-block;
    padding-left: 5px;
}

.blog-details-tag {
    display: flex;
    align-items: center;
}

.blog-details-tags {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details-icons {
    display: flex;
    align-items: center;
}

.blogp-details-icon-list ul li a {
    background: #2f81ed20;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #202C4A;
    border-radius: 50%;
    transition: all.3s;
}

.blogp-details-icon-list ul li a:hover {
    color: #fff;
    background-color: #006fff;
    transition: all.3s;
}

.blogp-details-icon-list ul li {
    display: inline-block;
}

.commet-single-box {
    display: flex;
    align-items: start;
    position: relative;
    margin-top: 40px;
    padding: 40px 24px;
    border-radius: 5px;
    background: #F3FBFA;
}

.single-commet-img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}

.replly-btn a {
    display: inline-block;
    border-radius: 5px;
    background: var(--business-consulting, #008000);
    padding: 12px 14px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    transition: all.4s;
}

.replly-btn a:hover {
    background-color: #19191b;
    transition: all.4s;
}

.replly-btn {
    position: absolute;
    top: 16px;
    right: 16px;
}

.contact-input input {
    width: 49%;
    padding: 13px;
    border: none;
    background-color: #F3FBFA;
    border-radius: 4px;
    margin-top: 16px;
    margin-right: 5px;
}

.contact-input input::placeholder {
    color: #565F76;
}

.contact-input textarea {
    width: 99%;
    padding: 13px;
    border: none;
    background-color: #F3FBFA;
    border-radius: 4px;
    margin-top: 16px;
    margin-right: 5px;
}

.contact-input textarea::placeholder {
    color: #565F76;
}

.details-form-btn {
    text-align: end;
}

.search-form-widget form {
    border: none;
    background: #F3F3F3;
}

.search-form-widget form input {
    background-color: #F3F3F3;
}

ul.blog-date li {
    color: #525975;
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
}

.recent-img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}

.tagcloud a {
    padding: 16px 20px;
    background: rgba(32, 44, 74, 0.1);
    border-radius: 7px;
    color: #202C4A;
}

.tagcloud a:hover {
    background-color: #202C4A;
    color: #fff;
}

.sidebar-img-box-all {
    border-radius: 5px;
    background: #F3FBFA;
    border-radius: 15px;
    padding: 32px;
    margin-bottom: 36px;
    margin-top: 40px;
}

.sidebar-box-hadding.hadding2 h3 a {
    color: var(--Main-Text-Color, #181A1C);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 100% */
}

.sidebar-box-hadding h4 a:hover {
    color: #fff;
}

.details-side-box-icon ul li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    transition: all.3s;
    border: 1px solid #E7EAF0;
    color: #19191B;
    margin: 0px 4px;
    font-size: 16px;
}

.details-side-box-icon ul {
    margin: 0;
    padding: 0;
}

.details-side-box-icon ul li {
    display: inline-block;
}

.details-side-box-icon ul li a:hover {
    background-color: #008000;
    transition: all.3s;
    color: #fff;
}

.blog-realeted {
    margin-top: 120px;
}

.blog-boxs-img img {
    width: 100%;
}

.blog-page-boxs.blog-page-boxs1 {
    margin-bottom: 45px;
}

@media screen and (max-width: 426px) {
    .blog-details-tags {
        padding: 40px 0;
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .blog-details-tag {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
}

.blog-details-img img {
    width: 100%;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====blog details all ====== ======
+++++++++++++++++++++++++++++++++
*/


.video-play-button2 {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button2:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #2F80ED;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #2F80ED;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button2:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button2 img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button2 span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 13px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: 11px;
    margin-left: 7px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.social.social1.social.social1-blog {
    margin-left: 13px;
    margin-bottom: 7px;
}

.contact-commnet-single input {
    border-radius: 5px;
    background: rgba(2, 154, 255, 0.05);
    padding: 12px;
    border: none;
    width: 48%;
    margin-right: 10px;
    margin-top: 10px;
}

.contact-commnet-single textarea {
    border-radius: 5px;
    background: rgba(2, 154, 255, 0.05);
    padding: 12px;
    border: none;
    width: 98%;
    margin-right: 10px;
    margin-top: 16px;
}

@media screen and (max-width: 769px) {
    .contact-commnet-single input {
        width: 100%;
    }

    .commet-single-box {
        display: block;
        align-items: start;
        position: relative;
        margin-top: 40px;
        padding: 40px 24px;
        border-radius: 5px;
        background: rgba(2, 154, 255, 0.05);
    }

}


.search-input input {
    padding: 16px;
    border: none;
    border-radius: 0;
    border: 1px solid #D1D5DB;
    width: 100%;
    border-radius: 5px;
}

.search-input input::placeholder {
    color: #051923;
}

.search-button button {
    border: none;
    background: transparent;
    padding: 15px 20px;
    color: #051923;
    position: absolute;
    right: 1px;
    top: 2px;
    font-size: 20px;
    border-radius: 5px;
}

ul.Categories-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
    padding: 12px 0;
}

ul.Categories-list li:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0;
}

ul.Categories-list li a {
    color: var(--font-color, #03163B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all.4s;
}

ul.Categories-list li a:hover {
    color: #0E1681;
    transition: all.4s;
}


ul.follow-list li a {
    background: #fff;
    display: inline-block;
    border: 1px solid #EBEBEC;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    font-size: 17px;
    color: #0E1681;
    transition: all.4s;
}

ul.follow-list li a:hover {
    background-color: #0E1681;
    color: #fff;
    transition: all.4s;
}

ul.follow-list li {
    display: inline-block;
    padding-right: 10px;
}

.details-commnet-box {
    padding: 30px 28px;
    background-color: #EEF1F7;
}

.details-commnet-box p {
    color: #03163B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
}

.commnet-bottom-hadding h6 a {
    color: var(--paragraph, #616976);
    font-family: Spline Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
}


.social1-blog ul li {
    display: inline-block;
    padding: 0px 5px;
}

.social1-blog ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #F3FBFA;
    text-align: center;
    line-height: 44px;
    color: #19191B;
    transition: all.4s;
    border-radius: 50%;
}

.social1-blog ul li a:hover {
    background-color: #008000;
    color: #fff;
    transition: all.4s;
}

.social1-blog ul {
    padding-left: 15px;
}

.details-border {
    height: 1px;
    width: 100%;
    background: #D6EAFF;
}

.replly-box {
    background-color: #F1F4F9;
    padding: 24px 32px;
    display: flex;
    align-items: start;
}

.replly-p p {
    color: var(--paragraph, #616976);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.replly-img {
    width: 80px;
    margin-right: 20px;
}

.replly-hadding h6 a {
    color: var(--font-color, #03163B);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.commnet-form-input textarea {
    border: none;
    width: 100%;
    border: 1px solid #E9E8E8;
    padding: 13px;
}

.comment-form-input input {
    width: 49%;
    border: 1px solid #E9E8E8;
    padding: 13px;
}


.comment-form-input input:nth-child(2) {
    margin-left: 11px;
}

.comment-form-input.comment-form-input2 input {
    width: 100%;
}

.replly-button {
    color: var(--main-color, #0E1681);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-category-list li a {
    background: transparent;
    border-radius: 7px;
    color: var(--main-text-color, #051923);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    display: flex;
    /* display: inline-block; */
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    transition: all 0.3s;
    width: 100%;
    transition: all.4s;
    position: relative;
    z-index: 9;
    margin: 4px 0;
}

.blog-category-list li a:hover {
    background-color: #008000;
    color: #fff;
    border-radius: 5px;
    transition: all.3s;
    z-index: 1;
}

.blog-category-list li a span {
    transition: all.3s;
}

.education-list ul li a {
    color: var(--Main-Text-Color, #181A1C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    padding-bottom: 24px;
    display: inline-block;
    transition: all.4s;
}

.education-list ul li a:hover {
    color: #008000;
    margin-left: 5px;
    transition: all.4s;
}

.sidebar-form input {
    border: none;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
    margin-bottom: 16px;
}

.sidebar-form input::placeholder {
    color: #08110D;
}

.sidebar-form textarea::placeholder {
    color: #08110D;
}

.sidebar-form textarea {
    border: none;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
    margin-bottom: 16px;
}

.nice-select.wide.sidebar-select {
    border: none;
    height: 50px;
    line-height: 50px;
    margin-bottom: 16px;
    color: #08110D;
    font-size: 16px;
}



/* blog post all */

ul.blog-post-icons li a {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    display: inline-block;
}

ul.blog-post-icons li a img {
    margin-top: -3px;
    margin-right: 5px;
}

ul.blog-post-icons {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
}


ul.blog-post-icons2 li a {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    display: inline-block;
}

ul.blog-post-icons2 li a img {
    margin-top: -3px;
    margin-right: 5px;
}

ul.blog-post-icons2 {
    display: flex;
    justify-content: space-between;
    max-width: 533px;
}




.single-blog-post {
    margin-bottom: 30px;
    transition: all.4s;
}

.blog-post-img {
    overflow: hidden;
    border-radius: 5px;
}

.blog-post-img img {
    transition: all.4s;
}

.single-blog-post:hover .blog-post-img img {
    transition: all.4s;
    transform: scale(1.1) rotate(4deg);
}

.single-blog-post.single-blog-post2 {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

.single-blog-post.single-blog-post2:hover {
    background-color: #F3FBFA;
    transition: all.4s;
}

.blog-post-hadding {
    padding: 24px 20px;
}

.blog-post-border {
    background-color: #D9D9D9;
    height: 1px;
    width: 100%;
    margin: 16px 0px;
}

.single-blog-post2 .blog-post-img {
    border-radius: 5px 5px 0px 0px;
}

.single-blog-post.single-blog-post2:hover {
    border: 1px solid #F3FBFA;
}

/* blog post all */