* {
    font-family: 'Open Sans', arial, sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)) !important;
}

header h1 {
    margin-top:5px;
    font-size: 46px;
}

header nav li>a {
    padding: 0 14px !important;
    line-height: 48px;
    font-size: 14px !important;
    font-weight: 700 !important;
    -webkit-backface-visibility: hidden;
}

.content {
    flex: 1;
}

.nav-link {
    color: white;
}

/* .nav-link.active,
.nav-link:hover {
    border-bottom: green solid 3px;
} */
.current-menu-item .nav-link {
    border-bottom: green solid 3px;
}


.imgBox {
    position: relative;
}

.imgBox>.image {
    width: 85%;
    display: block;
    background-size: 100% 100%;
    height: 90px;
    transition: .5s ease;
    margin: auto;
}

.imgBox>.image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 7%;
    bottom: 0px;
    left: 7%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.imgBox .title {
    position: absolute;
    top: 15%;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: white;
}

.imgBox .link {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    text-align: center;
    font-size: 12px;
}

.imgBox:hover .link {
    opacity: 1;
}

.imgBox .text {
    width: 120px;
    text-transform: uppercase;
    display: inline-block;
    background-color: white;
    color: black;
    padding: 5px 5px;
    text-decoration: none;
}

footer {
    font-size: 12px;
    color: #ccc;
}

.main_head
{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) !important;
    /* margin-top: 5px;
    font-size: 46px !important; */
}
#title
{
    font-size: 46px !important; 
    font-family: 'Roboto', sans-serif !important;
}
.heading
{
    margin-bottom: 25px !important;
}
@media only screen and (min-width: 576px) {
    .item-full-width {
        flex: 0 0 auto;
        /* Do not grow, do not shrink, auto basis */
        width: 100%;
        /* Take full width */
    }
}

/* @media only screen and (min-width: 1400px) {
    .container {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
} */


/* contact form css */
.merged {
    grid-column: span 2; /* Span this item across two columns */
  }
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto; /* Three columns, where the second and third are equal width */
  }

  .v38_4
  {
    /* position: absolute; */
/* width: 1440px; */
/* height: 901px; */
/* left: 0px; */
/* top: 123px; */

/* background: rgba(0, 0, 0, 0.13); */
margin-top: 4%;
margin-bottom: 5%;
  }
  .web_title
  {
    /* position: absolute; */
/* width: 476px; */
/* height: 269px; */
/* left: 10px; */
/* top: calc(50% - 269px/2 + 44px); */

/* font-family: 'Inria Serif'; */
font-style: normal;
font-weight: 700;
font-size: 25px;
/* line-height: 58px; */
text-align: center;

color: rgba(0, 0, 0, 0.6);
  }
  #contact_title
  {
    margin-top: 20px;
    /* font-family: 'Inria Serif'; */
font-style: normal;
font-weight: 700;
font-size: 35px;
/* line-height: 58px; */
text-align: center;

color: rgba(0, 0, 0, 0.6);
  }


  .contact_form
  {
    /* position: absolute; */
/* width: 815px; */
/* height: 785px; */
/* left: 603px; */
/* top: 77px; */
text-align: center !important;
/* background: #e0dede; */
  }
  .v38_35
  {
    box-sizing: border-box;

/* position: absolute; */
width: 600px ;
height: 50px;
padding: 20px ;
    margin: 8px;
/* left: 1397px; */
/* top: 293px; */

background: #F6F6F6;
border: 1px solid #000000;
border-radius: 12px;
/* transform: matrix(-1, 0, 0, 1, 0, 0); */
  }
  .v38_36
  {
    box-sizing: border-box;

/* position: absolute; */
width: 600px !important;
/* height: 55px !important; */
padding: 20px !important;
    margin:8px;
/* left: 1397px; */
/* top: 293px; */

background: #F6F6F6;
border: 1px solid #000000;
border-radius: 12px;
/* transform: matrix(-1, 0, 0, 1, 0, 0); */
  }

  .v38_1
  {
    /* position: absolute; */
width: 600px;
margin-bottom: 8px;
/* height: 50px; */
/* left: 856px;
top: 719px; */

/* font-family: 'Inria Serif'; */
/* font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
text-align: center; */

color: #FFFFFF;

  }


/*login page design*/

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}
.bg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(to right, #f0f0f0 50%, #ffffff 50%);
}
.login-container {
    background: linear-gradient(to right, #f0f0f0 50%, #ffffff 50%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
}

.login-logo h2 {
    margin-bottom: 20px;
    color:  #444444;
}
.login-box {
    background-color: #444444;
    padding: 20px;
    border-radius: 10px;
}
.login-box input {
    margin-bottom: 20px;
    border-radius: 5px;
    height: 45px;
}
.login-box button {
    width: 100%;
    background-color: #777777;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.login-box button:hover {
    background-color: #999999;
}
.login-box a {
    color: #cccccc;
    text-decoration: none;
}
.login-box a:hover {
    color: #ffffff;
}
/*bact home button*/

.back-to-home {
    margin-top: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
}
.back-to-home a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.back-to-home a:hover {
    color: #555;
}
.back-to-home a i {
    margin-left: 5px;
}

/* Thank you page design */
.thank_you {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.thanks_container {
    background-color: #f5f5f0;
    /* border: 2px solid #00a0e1; */
    padding: 50px;
    width: 600px;
    border-radius: 10px;
 margin-top: 7%;
    margin-bottom: 7%;
}
#thanks_title {
    font-size: 90px;
    margin: 20px 0;
    color: #000;
    font-family: ui-sans-serif;
}
.thanks_main_title {
    font-size: 22px;
    /* margin-bottom: 40px; */
    color: #888;
    font-family: ui-sans-serif;
}
.p_thankyou {
    font-size: 15px;
    color: #555;
    /* margin-bottom: 40px; */
    font-family: ui-sans-serif;
}

.checkmark svg{
    width: 200px; /* Adjust the size of your SVG as needed */
    height: 200px;
    fill: green;
}

/* error handling css*/
.error {
    color: red;
}
/* new page design */

.main_featured
{
    margin-top: 30px;
}
.featured-post .featured-image img {
    width: 100%;
    height: auto;

}
.featured-post
{
    margin-top: 25px
}
.secondary-post .secondary-image img,
.additional-post .additional-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.additional-post{
    font-size: 1.2em;
    margin-top: 10px;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
.featured-image {
    position: relative;
    overflow: hidden;
}

.post-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px;
}

.post-title-overlay h2 {
    margin: 0;
    font-size: 16px;
}
/* Newspaper Layout Styles */

/* Container Styles */
.td-main-content-wrap {
    padding: 20px;
    /* background-color: #f4f4f4; */
    max-width: 1200px;
    margin: 0 auto;
}

.td-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.td-pb-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.td-pb-span8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

/* .td-pb-span4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
} */

.td-main-content {
    background: #fff;
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.td-main-sidebar {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Post Header */
.td-post-header {
    margin-bottom: 20px;
}

.td-post-title h1 {
    font-size: 2em;
    margin: 0;
    color: #333;
    font-weight: 600;
    
}

.td-post-sub-title {
    font-style: italic;
    color: #666;
    margin: 10px 0;
}

/* Meta Info */
.td-module-meta-info {
    font-size: 0.9em;
    color: #777;
    margin-top: 10px;
}

.td-module-meta-info p {
    margin: 0;
}

/* Post Content */
.td-post-content {
    margin: 20px 0;
}

.td-post-content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Footer and Post Navigation */


.post-review {
    margin-top: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.td-post-source-tags {
    margin-top: 20px;
}

.social-sharing {
    margin-top: 20px;
}

.author-box {
    margin-top: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.item-scope-meta {
    margin-top: 20px;
}

/* Sidebar */


/* Responsive Styles */
@media (max-width: 768px) {
    .td-pb-span8, .td-pb-span4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.td-related-posts {
    margin-top: 40px;
}

.td-related-title {
    margin-bottom: 20px;
    border-bottom: 1px solid
}

.td-related-title a {
    font-size: 16px;
    text-transform: uppercase;
    color: #1e7e34;
    font-weight: bold;
}

.td-related-title .td-related-left {
    background-color: green;
    color: white;
    padding: 4px;
    font-size: 13px;
}

.td-related-title .td-related-right {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}

.td-related-row {
    display: flex;
    justify-content: space-between;
}

.td-related-span4 {
    width: 32%;
}

.td-module-related_posts {
    margin-bottom: 20px;
}

.td-module-thumb img {
    width: 100%;
    height: auto;
    margin-bottom: 4%;
}

.td-module-title a {
    font-size: 15px;
    line-height: 1;
    color: #333;
}
.title-link 
{
    text-decoration: none;
    color: black;
}
.entry-title td-module-title a:hover {
    color: #1e7e34;
}
/* design comment section */
.comment-reply-title
{
    /* text-decoration: underline; */
    margin-top: 10%;
    font-size: 20px;

}

.logged-in-as
{
    font-size: 12px;
}

textarea
{
    width: 100%;
}

.comment
{
    margin-top: 6%;
}
#comments
{
    margin-top: 5%;
    margin-bottom: 6%;
}
#comments font{
    font-size: 80%;
    text-decoration: underline;
    font-weight: bold;

}

/* sidebar recent post design */
.recent-posts .recent-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
}

.recent-posts .img-fluid {
    max-width: 100%;
    height: 75%;
}

.recent-posts .widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #4CAF50; /* Customize the color */
    border-bottom: 2px solid #4CAF50; /* Line under the title */
    margin-bottom: 15px;
}

/* .post-title font
{

} */
.r-post-title{
    text-decoration: none;
    color: black;
}

/* main news page layout */
/* @media screen and (min-width: 1140px) { */
.main-container {
    margin: 20px 0;
}

.featured-img-big {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    
}

.featured-img-medium {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

.featured-img-small {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* // Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) {  */
.td-rows
{   
    margin: 4% 3% 7% 3%;
    /* margin-top: 4%;
    margin: 3%;
    margin-bottom: 7%; */
}
.custom-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Optional: Ensure the image covers the container */
}
.custom-thumbnail-sm {
    width: 100%;
    /* border: 2px solid white; */

}
.custom-thumbnail-md {
    width: 100%;
    /* border: 2px solid white; */
}
.custom-thumbnail-sm2 {
    width: 100%;
    height: 100%;
    /* border: 2px solid white; */

    
}
.thumbnial-big
{
    padding: 0; /* Remove all padding */
    border: 2px solid white;
}
.thumbnial-sec
{
    padding: 0px;
}


/* second row containing remaining posts do with card*/
.td_module_wrap {
    margin-bottom: 30px;
    /* border: 1px solid #ddd; */
    /* padding: 15px; */
    background-color: #fff;
    padding: 0;
}

/* .td-module-thumb {
    margin-bottom: 15px;
} */

.td-module-thumb img {
    width: 100%;
    height: auto;
}

.item-details {
    padding: 10px;
}

.td-read-more a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
    background-color: #317d3d;
    text-decoration: none;
}

.td-read-more a:hover {
    background-color: #4cae4c;
}
.add_sec
{
    margin: 1%;
    
}
.entry-title
{
    font-size: 25px;
}
.td-excerpt
{
    font-size: 13px;
}
/* Style the image */
.hover-img {
    width: 324px;
    height: 235px;
    object-fit: cover;
    transition: transform 0.3s ease; /* Smooth transition effect */
}

/* Hover effect on the image */
a:hover .hover-image {
    transform: translateY(-5px); /* Move image up by 5px on hover */
}




 .image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.image-wrapper1 {
    position: relative;
    display: inline-block;
    /* overflow: hidden; */
    width: 100%;
}
.image-wrapper2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-wrapper3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.overlay {
    position: absolute; 
    font-weight: 700;
    bottom: 0; 
    left: 0; 
    background: rgba(0, 0, 0, 0.5); 
    color: #f1f1f1; 
    width: 100%;
    font-size: 20px;
    padding: 20px;
    text-align: left;
    /* opacity: 0; */
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(20px);
}

.image-wrapper:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
.image-wrapper1:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
.image-wrapper2:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
.image-wrapper3:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
 /* } */

 /* front news page */

 .item-thumb {
    position: relative;
}

.item-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); Change opacity as needed */
}

.item-thumb a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 20px;
    z-index: 2;
    text-decoration: none;
}

.item-thumb img {
    width: 100%;
    display: block;
}
.my-5
{
    padding: 40px;
}

.item-post-title
{
    font-weight: 600;
    text-decoration: none;
}

.td-element-style-before
{
    content: '' !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    z-index: 0 !important;
    background-position: center center !important;
    background-size: cover !important;
}

.td-block-title span {
    display: inline-block;
}
.td-block-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px !important;
    letter-spacing: -0.6px;
}
.td-block-subtitle {
    font-size: 90px;
    text-transform: uppercase;
    position: absolute;
    left: -4px;
    z-index: -1;
    bottom: -20px;
    white-space: nowrap;
    color: #f3f3f3;
    line-height: 1;
}
.news-title
{
    position: relative;
}
.item-newz-title
{
    font-size: 22px;
    text-decoration: none;

}
.item-new-title a:hover {
    color: lightgreen;
}
.item-newz-con
{
    margin: 39px;
}
.item-excerpt
{
    font-size: 13px;
    color: #777;
    font-family: 'Open Sans', arial, sans-serif;
    /* margin-top: 9px; */
    padding-bottom: 20px;
}
.item-image
{
    
        width: 100%;
        height: 150px; /* Adjust the height according to your design */
        overflow: hidden;
        position: relative;
   
}
.item-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; Ensures the image covers the container without distortion */
    display: block;
}
.col-sm-4 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
}
.col-8
{
    display: flex;
    flex-direction: column;
}

.td-ss-main-sidebar {
    /* Add any additional sidebar styles if needed */
    margin-left: 10%;
width: 80%;
}

/* .td_module_10
{
    padding-bottom: 40px;
}
.td_module_wrap {
    position: relative;
    padding-bottom: 35px;
    display: flex;
} */

.item-new-data
{
    width: 100%;
    height: 100%;

}
.item-new-title{
    
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-top: 25px;

}
.tds-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 10px;
    text-align: center;
}

.tds-button1 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #317d3d;
    color: #ffffff; /* Button text color */
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    /* border-radius: 5px; */
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.tds-button1:hover {
    background-color: #317d3d; /* Darker shade on hover */
    transform: translateY(-3px);
}

.tdm-btn-lg {
    font-size: 18px;
    padding: 12px 24px;
}

.tdm-btn-text {
    position: relative;
    z-index: 2;
}

.tds-button1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.tds-button1:hover::before {
    opacity: 0;
}


/* newz thumnail design */

.thumnail-image
{
        width: 100%;
        /* height: 150px; Adjust the height according to your design */
        overflow: hidden;
        position: relative;
}
.thumnail-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; Ensures the image covers the container without distortion */
    /* display: block; */
}

/* about us design */
.td-page-title {

    margin: -9px 0 19px 0;
    padding-left: 4%;

}
.td-page-title h1{
    font-size: 30px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.td-page-content
{
    font-size: 15px;
    line-height: 26px;
    color: #222;
    padding: 0% 4%;
}

.about-us
{
    margin-top: 5%;
}
/* membors page design */

.partners-container {
    padding: 20px;
}

.partner-box {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    /* box-shadow: 0 0 10px rgb(163 156 156 / 10%); */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 10px solid white;
}

.partner-box h2, .partner-box p {

    padding-bottom: 10px;
}

.heading-partners
{
    font-size: 30px;
    line-height: 38px;
}

.partner-title
{
    font-size: 27px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .partner-box {
        margin-bottom: 20px;
    }
}

/* partners tumbnail */
.image {
    width: 100%;
    height: auto; /* This will ensure the image maintains its aspect ratio */
    display: block;
}

.image-placeholder {
    width: 100%;
    height: 200px; /* Adjust height based on your design */
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
}
.main-box
{
    display: flex;
}
/* .thumb-image
{
width: 55% !important;
} */
.img-Box>.con-image 
{
    height: auto;
    margin-left: 0px;
}
.img-Box>.con-image {
    width: 75%;
    display: block;
    background-size: 100% 100%;
    /* height: 90px; */
    transition: .5s ease;
    /* margin: auto; */
}

/* grid new section design */
.grid-container {
    display: grid;
    /* grid-template-columns: auto auto auto auto; */
    gap: 4px;
    margin: 3%;
    margin-bottom: 5%;

  }
  /* Nested Grid (Inside 'one' div) */
.one {
    display: grid;
    /* grid-template-columns: auto auto; */
    /* gap: 5px; */
    background-color: rgba(255, 255, 255, 0.8);
    /* border: 1px solid black; */
    text-align: center;
    font-size: 30px;
    grid-column: 1 / span 2; /* Spans two columns of the main grid */
    grid-row: 1 / span 2;
  }
  .two {
    display: grid;
    /* grid-template-columns: auto auto; */
    /* gap: 5px; */
    background-color:rgb(0 0 0 / 80%);
    /* border: 1px solid black; */
    text-align: center;
    font-size: 30px;
    grid-column: 3 / span 2; /* Spans two columns of the main grid */
    grid-row: 1 / span 1;
  }
  
  .three {
    display: grid;
    height: 95%;
    /* grid-template-columns: auto auto; */
    /* gap: 5px; */
    background-color:rgb(0 0 0 / 80%);
    /* border: 1px solid black; */
    text-align: center;
    font-size: 30px;
    grid-column: 3 / span 1; /* Spans two columns of the main grid */
  grid-row: 2 / span 1;
  }
  .four {

    display: grid;
    height: 95%;
    /* grid-template-columns: auto auto; */
    /* gap: 5px; */
    background-color:rgb(0 0 0 / 80%);
    /* border: 1px solid black; */
    text-align: center;
    font-size: 30px;
    grid-column: 4 / span 1; /* Spans two columns of the main grid */
  grid-row: 2 / span 1;
  }

  /* hide content thorugh class */
.hidden-content{
    display: none;
}
  