body {
	font-family: Arial, sans-serif;
}

h4 {
	color: #006153;
}

.mainlogo {
	max-height: 94px;
}

.headicon {
	padding: 14px;
	font-size: 21px;
	border: 1px solid #006153;
	color: #006153;
	margin-right: 21px;
}

.menubg {
	background-color: #006153 !important;
	padding: 12px;
}

.menubg .container-fluid .collapse .navbar-nav .nav-item a {
	font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
}

.btn-red {
	color: #fff;
	/*background-color: #a09687;
	border-color: #a09687;*/
	background-color: #006153;
	border-color: #006153;
	border-radius: 0;
}

.btn-red:hover {
	color: #fff;
	background-color: #006153;
	border-color: #006153;
	border-radius: 0;
}

.btn-red2 {
	color: #fff;
	/*background-color: #a09687;*/
	border-color: #fff;
	border-radius: 0;
}

.btn-red2:hover {
	color: #fff;
	background-color: #006153;
	border-color: #006153;
	border-radius: 0;
}

.btn-size-small {
	font-size: 13px;
	font-weight: 500;
}

.mainbody {
	margin-top: 80px;
}


/* Container style for the toggle section */
.toggle-section {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

/* Styling the button (acts as a heading) */
.btn-toggle-custom {
	width: 100%;
	text-align: left;
	border: none;
	background-color: #f8f9fa;
	padding: 15px 20px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-primary {
	background-color: #006153 !important;
	border-color: #006153 !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #006153;
	border-color: #006153;
	box-shadow: 0 0 0 .25rem rgb(0 98 83 / 58%);
}

/* Styling the content inside the collapse section */
.toggle-content {
	padding: 15px 20px;
	background-color: white;
	color: #333;
}

/* Arrow icon */
.arrow-icon {
	transition: transform 0.3s ease;
	font-size: 16px;
}

/* Rotate the arrow when the content is shown (open state) */
.btn-toggle-custom.collapsed .arrow-icon {
	transform: rotate(180deg);
	/* Rotate arrow to point up */
}

.showboxes1 {
	background-color: #F8F8F8;
}

.sboxtitle {
	color: #C12651;
	background-color: #fff;
	padding: 12px;
}

.nav-tabs .nav-link {
	border-radius: 0;
}

.page-title-bg {
	/*background-image: url(../img/page-title-bg.webp);*/
	/*background: #006153;*/
	background-size: cover;
	background-position: center;
	height: 230px;
	/* Adjust the height as needed */
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*background-color: #006253;*/
	/* Adjust opacity here */
	background: linear-gradient(
    to bottom,
    rgba(0, 98, 83, 0.3) 0%,
    rgba(0, 98, 83, 1) 100%  );
}

.header-title {
	color: white;
	font-size: 2.5rem;
	font-weight: bold;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	/* Optional text shadow */
}

.page-footer-bg {
	background-color: #006755;
}

.page-footer-box {
	background-color: #006654;
	border: 1px solid #fff;
}

.container {
	max-width: 1140px;
}

.nav-item a i,
.fa-brands {
	font-size: 13px;
}

.nav-item a {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.elementskit-section-subtitle {
	color: #a09687;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 20px 0px;
}

.elementskit-section-title {
	color: #006654;
	font-size: 40px;
	font-weight: bold;
}

.pitahead {
	display: flex;
		align-items: flex-start;
		flex-direction: column;
}

.elementskit-section-subtitle2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 20px 0px;
}

.elementskit-section-subtitle3 {
	color: #ffffff;
	font-size: 19px;
	line-height: 1.2em;
	margin: 0px 0px 20px 0px;
}

.elementskit-section-title2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
}

.pitahead2 {
	display: flex;
	align-items: center;
	color: #ffffff
}

.custom-col {
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
	 display: flex;
    flex-direction: column;
    /*height: 100%;*/ /* Ensure it takes full height */
}

.custom-col p {
	color: #a09687;
}

.custom-col h2 {
	font-size: 24px;
	margin-top: 16px;
	color: #000000;
}

.custom-col p:last-of-type {
    margin-top: auto; /* Pushes the button to the bottom */
}

.btn-ther {
	color: #a09687;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-ther:hover {
	color: #006755;
}

.fatas {
	width: 100px;
	text-align: center;
	color: #a09687;
}

.fatas::before {
	font-size: 8vh;
}

.full-width-section {
	width: 100%;
	background-color: #006253e3;
	/* Replace with your desired background color */
	padding: 40px 0;
	/* Add padding for spacing */
}

.full-width-section-second {
	background:
		linear-gradient(rgba(28,116,102), rgba(161, 150, 136, 0.6)),
		/* 60% black gradient */
		url('../img/virus_webp.webp') center/cover no-repeat;
	/* Background image */
	width: 100%;
	padding: 40px 0;
}
.full-width-section-third{width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0;
}

.wbg {
	background: #fff;
}

.textwhite {
	color: #fff;
}

.wlink {
	color: #fff;
	text-decoration: none;
}

.wlink:hover {
	color: #fff;
}

.post-card {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.post-card img {
	width: 100%;
	height: auto;
}

.post-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #a09687;
	color: #fff;
	padding: 5px 10px;
	font-size: 0.8rem;
	border-radius: 3px;
}

.post-title a {
	color: #333;
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: underline;
}

.post-excerpt p {
	margin: 0;
}

.post-meta {
	font-size: 0.9rem;
	color: #666;
}

.ekit-heading--title {
	color: #fff;
	margin-top: 20px;
}

.ekit-heading--title a {
	color: #fff;
}

.fivecl {
	/*background:
		linear-gradient(rgba(161, 150, 136, 0.6), rgba(161, 150, 136, 0.6)),
		/* 60% black gradient */
		/*url('../img/map3_webp.webp') center/cover no-repeat;*/
		
		background:linear-gradient(rgb(0 98 83), rgb(0 98 83 / 50%)), url(../img/map3_webp.webp) center / cover no-repeat;
	color: #fff;
	/* Background image */
}

.fivecl h3 {
	color: #fff;
	/*font-size: 3rem;*/
	margin-top: 3rem;
}

.fivecl p {
	color: #fff;
}

.marketing {
	margin-bottom: 4rem;
}

.col-40 {
	flex: 0 0 40%;
	max-width: 40%;
}

.lastrw {
	/*background: url('../img/about2.webp') center center no-repeat;
	background-size: contain;*/
	padding: 5rem 0;
}
.lastrw2 {
	background: url('../img/about2.webp') center center no-repeat;
	background-size: cover;
	padding: 5rem 0rem 0rem 0rem;
	
}

.dasa1 .container {
	border-bottom: 1px solid #b3aa9e;
}

.dasa1 {
	background-color: #006856;
	color: #fff;
	padding: 30px;
	text-align: center !important;
}

.dasa1 h3 {
	text-align: center;
	font-size: 30px;
	display: inline;
	border-bottom: 1px solid #b3aa9e;
	margin: 0 auto;
	padding-bottom: 8px;
	position: relative;
	    margin-bottom: 22px;
    display: inline-block;
}

.fulllink {
	width: 100%;
}
.custom-list{    line-height: 36px;}
.custom-list li {
	list-style-type: none;
	/* Removes the default bullet points */
	position: relative;
	/* Allows positioning of the dash */
	padding-left: 1rem;
	/* Space between dash and text */
}

.custom-list li::before {
	/*content: "-";*/
	/* Adds the dash before the text */
	position: absolute;
	/* Positions the dash */
	left: 0;
	/* Aligns the dash to the left */
	/*font-size: 35px;
	top: -16px;*/
	content: ">";
    position: absolute;
    left: 0;
    font-size: 21px;
    top: -1px;
    color: #006755;
    font-weight: normal;
}

.mfoot {
	font-size: 26px;
	font-weight: bold;
}

.custom-row {
	display: flex;
	gap: 1rem;
	/* Optional: adds spacing between columns */
	padding-top: 2rem;
}

.custom-col2 {
	padding: 1rem;
	color: #fff;
}

.greenh2footer {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}

.bottomfoot {
	max-width: 1140px;
	margin: 0 auto;
}

.nav-link {
	color: #006654;
}

.nav-link:hover {
	color: #006654;
}

a {
	color: #006654;
}
a:hover {
	color: #695f50;
}

.tab-content>.active {
	border: 1px solid #eee;
	border-top: 0;
	padding: 22px;
}

.linkbox1 .card {
	background: #1c7466;
	padding: 2rem;
	min-height: 275px;
}

.linkbox1 .card .card-body span {
	background: #fff;
	padding: 25px;
	border: 1px solid #fff;
	border-radius: 50px;
}


.linkbox1 .card .card-body span i {
	color: #a09687;
}

.linkbox1 .card .card-body h5 {
	color: #fff;
    /*font-weight: bold;*/
}

.linkbox1 .card .card-body p {
	color: #fff;
}
.logodiseaseimg{max-width:80px;}
.cicleicon i {
	font-size: 18px;
}

.cicleicon {
	border: 1px solid #fff;
	padding: 9px;
	border-radius: 24px;
}
.cicleicon i{color:#fff;}
.cicleicon:hover {
	border: 1px solid #b4a38f;
}

.footimg {
	width: 100%;
}
.card{display: flex;
    flex-direction: column;
    height: 100%;}
	
.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Makes the card body fill the space */
}

.card-body p {
    flex-grow: 1; /* Pushes the button to the bottom */
}

.btn-red {
    margin-top: auto; /* Ensures the button stays at the bottom */
}
/* Style for the Back to Top button */
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden by default */
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000; /* Make sure it's on top */
}

#backToTop:hover {
  background-color: #0056b3;
}
.accordion-button:focus {
    border-color: #006755;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #006755;
    box-shadow: inset 0 -1px 0 rgb(0 103 85 / 81%);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
	font-size: large;
}
.accordion-button{font-size: large !important;}
.mastemp .row .col-md-8 h2{color: #006153 !important;font-size: 1.5rem;}
.mastemp h2{color: #006153 !important;font-size: 1.5rem;}
.mastemp .row .col-md-8 ul li {padding-bottom: 10px;}
.mastemp ul li {padding-bottom: 10px;}
.datahuba{margin: 4% 0;}
.datahuba .container .row .col .card .card-body .card-title{color: #8f8f8f;font-size: 60px;font-weight: bold;}
.datahuba .container .row .col .card .card-body div i{color:#006153;font-size: 70px;}
.datahuba .container .row .col .card .card-body .d-block{color:#000; text-decoration:none;font-size:24px;}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #006755;
    border-color: #006755;
}
.page-link{color:#006755;}

//news css home
 .news-widget {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
        }
        .news-item {
            padding: 10px 0;
            border-bottom: 1px solid #dee2e6;
			display: flex;
    column-gap: 13px;
        }
		.news-item i{    font-size: 3vw; color:#a09687;} 
        .news-item:last-child {
            border-bottom: none;
        }
        .news-title {
            font-size: 1.2rem;
            font-weight: bold;
        }
        .news-meta {
            font-size: 0.9rem;
            color: #6c757d;
        }
.fileaboxa{border: 1px solid #006153 !important;}

table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #006153; /* outer border */
}

table th, table td {
  border: 1px solid #4d4d4d; /* inner cell borders */
  padding: 8px;
  text-align: left;
}

table th {
  background-color: #4d4d4d;
}
/*.news-widget {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.news-item {
    display: flex;
    align-items: center;
    gap: 12px; 
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item i {
    font-size: 24px;
    color: #007bff; 
    min-width: 30px; 
}

.news-content {
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.news-title a {
    text-decoration: none;
    color: #333;
}

.news-title a:hover {
    color: #0056b3;
}

.news-meta {
    font-size: 0.9rem;
    color: #6c757d;
}*/


//Mobile Only CSS

@media screen and (min-width: 320px) and (max-width: 768px) {
    /* Your mobile-specific styles here */
	
}

/* Mobile Devices (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 768px) {
    /* Your mobile-specific styles here */
    .mainlogo {		max-height: 60px !important;	}
	.custom-col {    flex: 1;    max-width: 50%;    text-align: center;}
.col-40 {    flex: 1;    max-width: 100%;}
.hoveringmenu{display:none;}
.dasa1{margin-bottom:20px;}
.vimg{width:80%;margin: 0 auto;display: block;}
.lastrw{padding:0;}
}

/* Additional style for very small devices (like small phones) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* Styles for small phones 
    body {
        background-color: lightgreen; 
    }*/
	.mainlogo {		max-height: 60px !important;	}
	.custom-col {    flex: 1;    max-width: 50%;    text-align: center;}
.col-40 {    flex: 1;    max-width: 100%;}
.hoveringmenu{display:none;}
.dasa1{margin-bottom:20px;}
.vimg{width:80%;margin: 0 auto;display: block;}
.lastrw{padding:0;}
}

/* Style for tablets or larger mobile screens (landscape or larger screens) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    /* Styles for tablets or landscape phones */
    .mainlogo {		max-height: 60px !important;	}
	.custom-col {    flex: 1;    max-width: 50%;    text-align: center;}
.col-40 {    flex: 1;    max-width: 100%;}
.hoveringmenu{display:none;}
.dasa1{margin-bottom:20px;}
.vimg{width:80%;margin: 0 auto;display: block;}
.lastrw{padding:0;}
}

