.list-view-news-area .entry-header .entry-title a {
    text-decoration: underline 0.10em transparent;
    transition: text-decoration-color 300ms;
    color: #1f2024;
    font-size: 22px !important;
}.container-full .list-view-news-area .post .post-thumbnail {
width:100%;
   max-width: 450px;
    height: 100%;
    max-height: 380px !important;
}.Related-Story-Sec .post-thumbnail img {
    height: 100% !important;
    max-height: 169px !important;
    object-fit: cover !important;
    object-position: top !important;
}
#block-15 .wp-block-group address i.fa-solid {
    color: #fff !important;
}@media only screen and (min-width: 768px) and (max-width: 992px) {
  .container-full .list-view-news-area .post .post-thumbnail img,
  .container .list-view-news-area .post .post-thumbnail img {
    object-fit: contain;
    height: auto;
  }
}
@media (max-width: 768px) {
  .footer-sidebar {
    padding: 1.125rem 0 2.25rem;
    color: #e0e0e0;
  }
}
@media (max-width: 480px) {
  .footer-sidebar {
    padding: 1.125rem 0 2.25rem;
    color: #e0e0e0;
  }
}

/* iPad Pro (Portrait & Landscape) */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .container-full .list-view-news-area .post .post-thumbnail img,
  .container .list-view-news-area .post .post-thumbnail img {
    object-fit: contain;
    height: auto;
  }
}
.list-view-post-widget .post .post-thumbnail img {
    object-position: top !important;
}li.twitter {
    display: none !important;
}
.sidebar .widget {
    margin-top: 20px !important;
    margin: 12px;
}
.theme-search-block {
    padding-left: 0.938rem;
    line-height: 3.125;
    float: left;
}.theme-search-block.desk-view svg path {
    fill: #fff;
}*{
	text-decoration:none !important;
}.img-fluid-logo{
	width:80px !important;
}.logo_text
{
	margin-top:-58px
}div#newsexo_social_icons-2 {
    display: none;
}div#newsexo_double_grid_view_news-1 {
    display: none;
}div#newsexo_video_slider_news-2 {
    display: none;
}.social-icons-list.colored li.vimeo a, .social-icons-list-post-page li.vimeo a {
    background: #1AB7EA;
    display: none;
}.social-icons-list.colored li.youtube a, .social-icons-list-post-page li.youtube a {
    background: red;
    display: none;
}.social-icons-list.colored li.pinterest a, .social-icons-list-post-page li.pinterest a {
    background: #BD081C;
    display: none;
}.social-icons-list.colored li.reddit a, .social-icons-list-post-page li.reddit a {
    background: #FF4500;
    display: none;
}.social-icons-list.colored li.googleplus a, .social-icons-list-post-page li.googleplus a {
    background: #DC4C40;
    display: none;
}.social-icons-list.colored li.quora a, .social-icons-list-post-page li.quora a {
    background: #B92B27;
    display: none;
}.social-icons-list.colored li.medium a, .social-icons-list-post-page li.medium a {
    background: #00AB6C;
    display: none;
}.social-icons-list.colored li.vk a, .social-icons-list-post-page li.vk a {
    background: #224B7A;
    display: none;
}aside#block-19 {
    display: none;
}.social-icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0.625rem;
    list-style: none;
    margin-left: 0;
    padding: 0;
}.footer-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}.logo-banner {
    padding-top: 17px !important;
    padding-bottom: 14px !important;
}div#newsexo_grid_view_news-1 {
    display: none;
}.site-logo img.custom-logo {
    max-width: 22% !important;
}.elementor-heading-title {
    padding: 10px 0px 0px 0px;
    margin: 10px  0px 0px 0px;
    line-height: 1.9;
}#navbarSupportedContent {
    justify-content: center;
}@media only screen and (max-width: 768px) {
    .site-header {
        display: none;
    }
}
 
@media (max-width: 768px) {
   .site-advertisement {
        margin-top: 1.3rem;
        display: none;
    }

    .site-logo img.custom-logo {
        max-width: 50px;
        height: auto;
        margin: 0px;
    }
    #navbarSupportedContent { 
        top: 71px !important;
    }

 
}



.title{
    font-size: 28px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.subtitle{
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-form{
    width: 100%;
}

.form-row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.form-column{
    flex: 1;
    min-width: 250px;
}
.form-label{
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-input,
.form-textarea{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: border-color 0.3s, transform 0.3s;
}
.form-input:focus,
.form-textarea:focus{
    border-color: #6f6df4;
    outline: none;
    transform: scale(1.02);
}
.form-textarea{
    resize: none;
}
.submit-button{
    display: block;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #6f6df4, #4c46f5);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}
.submit-button:hover{
    background: linear-gradient(135deg, #4c46f5, #6f6df4);
    transform: scale(1.05);
}

@keyframes fadeIn{
    from{
        opacity: 0;
        transform: translateY(-20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px){
    .form-wrapper{
        padding: 30px;
    }
    .title{
        font-size: 24px;
    }
    .subtitle{
        font-size: 14px;
    }
    .form-row{
        flex-direction: column;
    }

   

}

@media (max-width: 575px){
.site-logo img.custom-logo {
    max-width: 50% !important;
}
#navbarSupportedContent {
    top: 71px !important;
}
}

@media (max-width: 540px){
    .form-wrapper{
        padding: 20px;
    }
    .title{
        font-size: 20px;
    }
    .subtitle{
        font-size: 12px;
    }
    .form-row{
        flex-direction: column;
        gap: 15px;
    }
    .form-column{
        min-width: 100%;
    }
    .form-label{
        font-size: 12px;
    }
    .form-input,
    .form-textarea{
        padding: 10px;
    }
    .submit-button{
        padding: 10px;
        font-size: 14px;
    }
}
.form-wrapper {
    background-color: #ffffff;
    width: 90%;
    max-width: 600px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-out;
    margin: auto;
}

/**************/
#load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
#load-more:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}


.list-view-news-area .post .post-thumbnail {
    margin: 0 1.563rem 0 0;
}

.list-view-news-area .post .post-content {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}#load-more {
    display: unset;
    margin: 0px;
    margin-top: -12px;
    padding: 10px 20px;
    background-color: #04CE78;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}



.list-view-post-widget IMG {
    WIDTH: 100%;
    HEIGHT: AUTO;
    MAX-HEIGHT: 65PX;
    OBJECT-FIT: COVER;
}
#sponsored-slider .owl-item figure {
    height: 190px;
}
#sponsored-slider .owl-item figure img.wp-post-image, .big-news-section .row > div:last-child article.post figure.post-thumbnail a img, .big-news-section .row > div:first-child #news-slider .item article figure.post-thumbnail img, #featured-news-slider .owl-item article figure a img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.big-news-section .row > div:last-child article.post figure.post-thumbnail {
    height: 200px;
}
.big-news-section .row > div:last-child article.post figure.post-thumbnail a, .big-news-section .row > div:first-child #news-slider .item article figure.post-thumbnail a, #featured-news-slider .owl-item article figure a {
    height: 100%;
}
.big-news-section .row > div:first-child #news-slider .item article figure.post-thumbnail {
    height: 448px;
    overflow: hidden;
}
#featured-news-slider .owl-item article figure {
    height: 200px;
    overflow: hidden;
}#newsexo_list_view_news-1 .list-view-news-area article figure img {
    height: 340px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}#block-14 .textwidget img.rounded-circle.img-fluid.mx-auto.d-block.aligncenter {
    overflow: hidden;
    object-fit: cover;
}
.single-news-area .row article.post.grid-view-news-area.pb-3.wow.animate.fadeInUp.vrsn-one .post-thumbnail img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    object-fit: cover !important;
    object-position: top;
}
    
}.related-posts figure.post-thumbnail img {
    height: 200px;
    overflow: hidden;
    object-fit: cover;
}figcaption .instagram-media {
	margin: 0px auto !important;
}
body {
    overflow-x: hidden;
}

@media (max-width:992px) {
	.container-full {
		max-width:100% !important;
	}
 

      button.navbar-toggler.collapsed i.fa-bars.menu-icon { display: block; }

    button.navbar-toggler.collapsed i.close-icon { display: none; }
    
    .navbar-toggler i.close-icon { display: block; }

    .navbar-toggler i.fa-bars.menu-icon { display: none; }

    .navbar-toggler i { font-size: 24px; transition: all 0.3s ease; }
    .site-logo img.custom-logo { width: 54px !important; } 

  #navbarSupportedContent {
    transition: none;
    position: absolute;
    width: 100% !important;
    background: #000 !important;
    padding: 0px 20px 20px;
    left: 0;

}
.navbar-collapse {
    max-height: unset !important;
    overflow-x: hidden;
}

    button.navbar-toggler { transition: none; }

    .navbar-dark {
       border-top: transparent !important;
       /*   position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 100%;
        padding: 0; */
        background: transparent !important;
    }

    .navbar-toggler {  margin-right: 0 !important; }
   
    .rev_layout {
        display: flex;
        width: 100%;
        background: #000 !important;
        height: auto;
        align-items: center;
        justify-content: space-between;
         position: relative;
    }

    section.logo-banner.logo-banner-overlay {
        width: 50%;
    }

  nav.navbar.navbar-dark {
    width: 100% !important;
    margin: 0px !important;
    position: absolute !important;
    top: 12px !important;
}


}
@media (min-width:768px) and (max-width:992px) {
	.big-news-section .row > div:last-child article.post figure.post-thumbnail {
	    height: 540px !important;
	}
 
}

 
@media (min-width: 400px) and (max-width: 767px) {
  .big-news-section .row > div:last-child article.post figure.post-thumbnail {
    height: 410px;
  }
}
@media (max-width: 375px) {
 #navbarSupportedContent {
    top: 71px !important;
}

}
