body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
ul li {
	list-style: none;
}
li {
	list-style-type: none;
}
ul {
	margin: 0 auto;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
a {
	font-family: 'Roboto', sans-serif;
	outline: none;
}
.btn-outline-primary {
    color: #004f5e;
    border-color: #004f5e;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #004f5e;
    border-color: #004f5e;
}
.bg-auditzo{
     background-color: var(--bs-primary);
    background-image: url('../img/cubes.png');
    background-repeat: repeat;
    color: #fff;
    padding: 60px 0;
}
h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}
.blog-content h2 {
    font-size: clamp(1.75rem, 4vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: #004f5e;
}
.no-insight-height {
    height: calc(100vh - 170px);
  }
/* .blogdatalist{
    height: calc(100vh - 200px);
} */
.blog-detail-heading img {
    width: 100%;
}
 main.blog-detail-heading {
    margin: 40px 0;
}
.blognavabrdata h5 {
    padding: 10px 0;
}
.blogdetailrightcontent {
    position: sticky;
    top: 9rem;
}
.relateedservices {
    background-color: #f7f8fd;
    margin-top: 20px;
    padding: 20px 18px 20px 18px;
    -webkit-box-shadow: 4px -5px 15px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px -5px 15px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 4px -5px 15px -18px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}
div.relateedservices ul {
    max-height: 400px;
    overflow: scroll;
    margin: 0 0 0 8px;
}
div.relateedservices ul {
    max-height: 400px;
    overflow: scroll;
}
div.relateedservices ul li {
    border-bottom: 1px solid #edeef3;
    padding: 10px 0;
    font-size: 15px;
}
.sidetablecontent {
    position: fixed;
    top: 16rem;
    right: -57px;
    rotate: 270deg;
}
div.relateedservices a {
    color: #004f5e;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}
.blog-detail-heading h1 {
    color: #004f5e;
    margin-bottom: 10px;
}
.maincategory .btn-outline-primary {
    color: #004f5e;
    border-color: #004f5e;
    margin-bottom: 16px;
}
 .blog-detail-heading h5 span{
    color: #004f5e;
 }
.blog-content h2 {
    margin-top: 50px;
}
.blog-content h3 {
    padding: 12px 0 12px 0;
}
.blog-content h3, h4, h5 {
    color: #004f5e;
}
.blog-content h3 {
    font-size: clamp(1.375rem, 3vw, 1.625rem);
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.blog-content p {
    font-size: 20px;
    margin: 10px 0;
}
.blog-content ul {
    margin: 20px 0 20px 40px;
    padding: 0;
}
.blog-content ul li {
    padding: 8px 0 8px 0;
    font-size: 20px;
    list-style-type: disc;
}
.blog-content .quote {
    font-size: 20px;
    font-style: italic;
    color: #212529;
    font-weight: 600;
    margin: 30px 0 30px 20px;
    letter-spacing: 1px;
    background-color: #ecfffd;
    border-left: 4px solid #004f5e;
    padding: 1rem 1.5rem;
}
.blog-content strong {
    font-weight: 500;
    color: #212529;
    font-size: 20px;
}
.blog-content .table-responsive {
    width: 100%;
    text-align: center;
}
.blog-content .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}
.blog-content .table tr th {
    font-size: 22px;
}
.blog-content .table-striped>tbody>tr:nth-of-type(odd) {
    background-color:#f0f0f080;
    color: #000;
}
.blog-content .table tr td {
    font-size: 18px;
}
.blog-content .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    border-bottom-width: 1px;
}
.blog-content tbody, .blog-content td, .blog-content tfoot, .blog-content th, .blog-content thead, .blog-content tr {
    border-color: #dee2e6;
    border-style: solid;
    border-width: 0;
}
.bg-auditzo{
	background-color: #004f5e;
}
.btn-primary {
    color: #fff;
    background-color: #004f5e;
    border-color: #004f5e;
}
.btn-primary:hover{
    color: #fff;
    background-color: #004f5e;
    border-color: #004f5e;
}
.bg-auditzo h1 {
    font-weight: bold;
    padding-bottom: 10px;
}

.search-box .search-input{
	position: relative;
}
.search-box .search-input{
    border-radius: 30px;
    padding: 14px 0 14px 55px;
    box-shadow: -8px -2px 41px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: -8px -2px 41px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px -2px 41px -13px rgba(0,0,0,0.75);
    font-size: 18px;
    position: relative;
}
.search-box{
    width: 70%;
    position: relative;
}
.search-box .search-icon{
    position: absolute;
    top: 16px;
    z-index: 99;
    left: 19px;
}
.case-study-card-list{
    height: 450px;
}
.blogcard {
    height: 480px;
}
.blogcard img {
    height: 250px;
}
.blogcontent .card .btn-primary {
    position: absolute;
    bottom: 15px;
    width: 87%;
}
/***navbar***/
header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}
nav.navbar .container-fluid {
    margin: 0 17px 0 17px;
}
nav.navbar {
    padding: 16px 0;
    box-shadow: -1px 13px 42px -8px rgba(0,0,0,0.59);
    -webkit-box-shadow: -1px 13px 42px -8px rgba(0,0,0,0.59);
    -moz-box-shadow: -1px 13px 42px -8px rgba(0,0,0,0.59);
}
.auditlogo img {
    width: 240px;
}
.navbar ul.navbar-nav{
    margin-left: auto;
    margin-right: inherit;
}
.navbar .navbar-nav .nav-item {
    padding-left: 14px;
}
footer {
    color: #fff;
    background-color: #184e5f;
    width: 100%;
    padding: 20px 0;
}
.showallblog .btn-outline-primary.active{
      background-color: #fff;
    color: #00646c;
}
.showallblog .btn-outline-primary{
  color: #f8f9fa;
    border-color: #f8f9fa;
}
.showallblog{
  margin-top: 30px;
}
section.blogcontent {
    margin-top: 50px;
}
@media only screen and (min-width: 991px) {
.sidetablecontent {
    display: none;
}
}
@media only screen and (max-width: 991px) {
    .blogcontent .card {
    height: auto;
}
.blogcontent .card .btn-primary {
    position: relative;
    bottom: auto;
    width: 87%;
    justify-content: center;
    display: flex;
    margin: 20px auto 0 auto;
}
.showallblog .btn-outline-primary {
    margin-bottom: 20px;
}
.search-box {
    width: 100%;
    position: relative;
}
.search-box .search-input {
    border-radius: 30px;
    padding: 10px 0 11px 55px;
    box-shadow: -8px -2px 41px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: -8px -2px 41px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px -2px 41px -13px rgba(0,0,0,0.75);
    font-size: 15px;
    position: relative;
}
.search-box .search-icon {
    position: absolute;
    top: 9px;
    z-index: 99;
    left: 19px;
}
.table-content-main {
    display: none;
}
.closemodal {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #184e5f;
    border-radius: 50%;
    padding: 8px;
    line-height: 19px;
}
.closemodal .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}
.sidetablecontent .btn-primary {
    width: 100%;
    font-size: 15px;
}
}
