.etn-widget.etn-add-calender-url{
    margin-top: 25px;
}

.tp-event-details__text p{
    font-family: 'Manrope', sans-serif;
    
}


.mc4wp-form-fields {
    display: contents;
}

span.elementor-edit-link-title {
    color: #fff !important;
}

/* Ensure all images have a consistent size */


.footer__photo .allphoto {
    gap: 10px;
    /* justify-content: space-between; */
}
.item.imghover {
    /* width: calc(100% / 3 - 10px); */
    max-width: 95px;
}
.footer__photo .allphoto .item a {
    height: 95px;
    display: block;
}
.footer__photo .allphoto .item a img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*----Blog single comment form css for development-----------------*/

.formarea h3#reply-title {
    font-size: 1.5rem;
}
.formarea h3#reply-title a {
    text-decoration: none;
}
.blogsingle__leavecoments .formarea form textarea {
    margin-bottom: 0.5625rem
}
.blogsingle__comments .content ul ul {
	padding-left: 30px !important;
}

.no-results.not-found .btn-sub {
    background: #689b1c;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}

/*----Blog Pagination css for development-----------------*/

.pagi-inner .page-numbers.current {
    width: 50px;
    line-height: 50px;
    background: #184C2B;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

/*--------Blog Sidebar Custom css for development--------------*/
.blogsingle__popularpost .postitem .thumb img {
    width: 85px;
}
.blogsingle__sidebar div#categories-2 {
    padding: 1.875rem;
    border: 1px solid #F2F6F9;
    border-radius: 4px;
}
.blogsingle__sidebar .widgettitle {
    border-bottom: 1px solid #F2F6F9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 600;
}
/*--------Content None Page Custom Css For Development------------*/


.page-header .page-title.blog-search-title {
    font-size: 2.5rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
}
.sidebar__search input[type="text"] {
    padding: 0.75rem;
    background: #F8F5F0;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}
.sidebar__search form {
    position: relative;
    max-width: 70%;
}
.sidebar__search button {
    background-color: #F8F5F0;
    right: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: #184C2B;
    outline: none;
    border: none;
    padding: 0.75rem;
}
.pageontent.blog-search-content p {
    margin-bottom: 12px;
}

/*-------Custom Widget Css --------------------------*/


.thum.project-st-one img {
    height: 490px;
    object-fit: cover;
    object-position: center;
}

.st-2 .thumb img {
    height: 415px !important;
    object-fit: cover;
    object-position: center;
}

.projectfilter__item.prj-two a img {
    height: 420px;
    object-fit: cover;
    object-position: left;
}


.project__item.prt-three .thum img {
   height: 500px;
   object-fit: cover;
   object-position: center;
   
}


form.wpcf7-form.init input {
    background: #fff;
}

.wpcf7-form-control-wrap textarea {
    margin-top: 0px !important;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 157px;
}


input.wpcf7-form-control.wpcf7-submit {
    transition: all 0.3s ease;
    z-index: 1;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #184C2B !important;
    color: #fff;
    font-weight: 600;
    width: 165px; 
    border: none;
    outline: none;
    line-height: 30px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #13172B !important;
    color: #fff;

}




.blog-sidebar .widget_search .search-form {
    max-width: 100%;
 
}

.blog-sidebar .widget_search .search-field {
    max-width: 100%;
    border: 1px solid #73B611;
    outline: none;
    border-radius: 5px;
}

.blog-sidebar .widget_search .search-submit {
    max-width: 30%;
    background: #73B611;
    border: none;
    outline: none;
    color: #fff;
}



/*----------------*/



.footer__widget form.search-form {
    max-width: 100%;
    display: flex;
    gap: 10px;
}

.footer__widget input.search-field {
    max-width: 100%;
    border: 1px solid #73B611;
    outline: none;
    border-radius: 5px;
}

.footer__widget input.search-submit {
    max-width: 30%;
    background: #73B611;
    border: none;
    outline: none;
    color: #fff;
}


.wp-block-search__input {
    padding: 15px;
}
/*--Menu  Item Active css issue fixing--*/

.header__nav .mainactive > ul li > ul li.current-menu-item > a {
    background: #1E1E1E;
    color: #fff;
}

.blog__inner .content .text p {
    max-width: 100%;
}


@media (min-width: 992px) {
    .blog__inner .content .text ul {
        gap: 20px;
    }
}
.blog-sidebar .widget_search .search-form {
	height: 56px;
}
.blogsingle__sidebar .widgettitle {
	margin-bottom: 0px;
}
.customize-support .header__bottom.header-fixed {
	top: 32px;
}
.widget_tag_cloud a {
	padding: 8px 15px;
}

.blogsingle__leavecoments .formarea form textarea{
    background: none;
    border: 1px solid #ebebeb;
    color: #70717B;
}

form#commentform textarea#comment::placeholder {
    color: #70717B !important;
}

.alliput input::placeholder {
    color: #70717B !important;
}

.blogsingle__leavecoments .formarea form .alliput input {
    background: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
p.comment-form-cookies-consent {
    display: none;
}

.team__inner .thumb .allicon ul li:nth-child(1) a {
    background: #000000;
}
.blogsingle__content .tagbutton-icon .tagicon ul li:nth-child(3) a{
    background: #000000;
}

.header__nav .mainactive > ul li > ul li::after {
    font-family: "Font Awesome 6 Free";
}



.blog-sidebar .widget_search .search-form{
    max-width: 100%;
    display: flex;
    gap: 10px;
}

.blog-sidebar .widget_search .search-field {
    max-width: 80%;
    border: 1px solid #73B611;
    outline: none;
    border-radius: 5px;
}

.blog-sidebar .widget_search .btn-sub  {
    max-width: 25%;
    background: #73B611;
    border: none;
    outline: none;
    color: #fff;
    padding: 18px;
    border-radius: 5px;
}

.wpcf7 .wpcf7-form.invalid input {
    background: #fff !important;
}

.wpcf7 .wpcf7-form.invalid input.custom-btn {
    background: #73b611 !important;
}

/* form.wpcf7-form.init p {
    margin: 0;
} */
.request__form form textarea {
		padding: 15px;
}


.wpcf7 .wpcf7-form input.wpcf7-form-control.wpcf7-text{
    background: #fff !important;
}


.blog-st .blog__inner .content h6 {
    font-size: 30px;
}

@media (min-width: 1200px) {
    .single .blogsingle__content .heading h4 {
        font-size: 30px;
    }
}

.single .author-blog {
    margin-top: 60px;
    padding: 0px 0px;
}

.blogsingle__author.mt-4 {
    margin-top: 15px !important;
}

.blogsingle__author .author_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/*---Newslette fixed code herer----------------------*/

 /* .blogsingle {
    padding: 7.5rem 0;
}

.newslatter__bg {
    padding: 5rem 0;
}
.newslatter--aboutpage {
    padding: 30px 0 0;
} 


.newslatter {
    padding: 30px 0;
}


.newslatter__bg {
    background-image: url("..//..//img/home-1/newslatter/bg.jpg");
    padding: calc(1.625rem + 4.5vw) 1.25rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform: translateY(50px);
    width: 100%;
    bottom: -20%;
    position: static;    
} 

*/

/* @media (min-width: 576px) and (min-width: 1200px) {
    .blogsingle {
        padding: 7.5rem 0;
    }
}

@media (min-width: 576px) {
    .newslatter {
        padding: 0px;
    
    }
}

.newslatter__bg {
    transform: translateY(50px);
    width: 100%;
    position: static;
}


@media (min-width: 576px) and (min-width: 1200px) {
    .blogsingle {
        padding: 70px 0px;
    }
} */


.blogsingle__comments .content ul li .commentsarea p {
    max-width: 100%;
}

.wp-block-search__label {
  width: 100%;
}

li.wp-block-latest-comments__comment {
    margin-bottom: 12px;
    padding: 4px 2px;
}

section.blogsingle.bg-white.blog-st {
    padding-bottom: 20px;
}

section.newslatter.bg-white.go-up {
    padding: 0;
    position: static;
    width: 100%;
}

.newslatter__bg {
    position: static;
    transform: translateX(0) translateY(80px);
}


.feedback__slider .swiper-slide.swiper-slide-next {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.feedback__slider .swiper-slide{
    height: 280px !important;
}


/*-----New live Css start here===========*/

.about__thumb img {
    border-radius: 8px !important;
}