.list-link {
    font-size: var(--f24);
    color: var(--clr1);
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 55px;
}
p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}
.wp-block-heading {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (min-width: 1400px) {
    .wp-block-heading {
        font-size: 46px;
        line-height: 54px;
    }
}
@media (max-width: 1500px) {
    .list-link {
        margin-bottom: 25px;
    }
}
.page-link {
  border: none;
  color: var(--atlasblack);
  font-weight: bold;
}

.page-link:hover {
  background: transparent;
  color: #003271;
}

span.active.text-custom {
  color: #a2ba5f;
}

.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.filter .all_btn a {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 6px 16px;
  border-radius: 7px;
}

.filter .filter_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 70%;
}

.filter_nav span {
  font-size: 14px;
  text-wrap: nowrap;
  white-space: nowrap;
  font-weight: bold;
  color: #c7c9cb;
  transition: all 0.4s;
  min-width: -moz-fit-content; /* Firefox */
  min-width: -webkit-fit-content; /* WebKit (Chrome, Safari) */
  min-width: fit-content; /* Standard */
}

.filter_nav span:hover {
  color: var(--atlasgreen);
}

.filter_nav span:last-child {
  padding-right: 10px;
}

.filter_nav span:first-child {
  padding-left: 10px;
}

.all_btn {
  width: 60px;
}

.filter_search {
  width: 20%;
}

.filter_nav {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
  overflow-x: auto;
}

/* Handle */
.filter .filter_tab ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px;
}

.filter .filter_tab ::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  border-radius: 50px;
}

.page-item .page-link {
  border-radius: 5px;
  line-height: unset;
}
.page-item:focus-visible,
.page-item .page-link:focus,
.page-item .page-link:focus-visible {
  outline: 0px;
  box-shadow: none;
  background-color: transparent;
}
.page-item.active .page-link {
  color: var(--atlaswhite) !important;
  background-color: var(--atlasgreen) !important;
  border-color: transparent;
  transition: all 0.4s;
}
.page-item .page-link:hover {
  color: var(--atlasblue);
}
.wp-block-table table tr td{border: 1px solid #000000; padding: 5px;}

/* slide animation */
/* .filter .filter_tab {
  position: relative;
  overflow: hidden;
}
.filter_nav {
  position: absolute;
  width: calc(100% - 30px);
  left: 10px;
  right: auto;
}

.next-btn-slide:hover + .filter_nav {
  position: relative;
  z-index: 2;
  left: 10px;
  right: auto;
}
.previous-btn-slide:hover + .filter_nav {
  position: relative;
  z-index: 2;
  right: 10px;
  left: auto;
} */

/* slide animation */

@media (max-width: 767px) {
  .filter {
    flex-wrap: wrap;
  }
  .filter_search {
    order: 2;
    width: calc(70% - 50px);
  }
  .filter .filter_tab {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 475px) {
  .all_btn {
    width: 80px;
  }
  .filter .all_btn a {
    width: 100%;
    text-align: center;
  }
  .filter_search {
    width: calc(100% - 100px);
  }
}
.artical-card {
    width: 33.33%;
}
@media only screen and (max-width: 768px) {
    .artical-card {
        width: 48%;
        margin-top: 30px;
    }
}
@media (max-width: 450px) {
    .artical-card {
        width: 100%;
        margin-top: 30px;
    }
}
.artical-card .artical-card-img {
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 45px;
    box-shadow: 0 0 0 #0000001a;
    aspect-ratio: 4 / 3;
    transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
    .artical-card .artical-card-img {
        margin-bottom: 20px;
    }
}
.artical-card .artical-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    scale: 1;
    overflow: hidden;
}
.artical-card:hover .artical-card-img img {
    scale: 1.05;
}
.artical-card:hover .artical-card-img {
    box-shadow: 0px 30px 20px #0000001a;
}
img {
    max-width: 100%;
}
.artical-card-head {
    margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
    .artical-card-head {
        margin-bottom: 10px;
    }
}
.artical-card-head p {
    font-size: 14px;
    line-height: normal;
    color: #003271;
    font-weight: bold;
    margin-bottom: 0;
}
.artical-card-title h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 25px;
    color: var(--atlasblack);
}
@media only screen and (max-width: 768px) {
    .artical-card-title h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}
@media (max-width: 450px) {
    .artical-card-title h3 {
        font-size: 18px;
        line-height: normal;
    }
}
.artical-card-date {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
}
@media (max-width: 1500px) {
    .artical-card-title h3 {
        font-size: 20px;
        line-height: normal;
    }
}
.blog-section {
  padding: 50px 0;
}

#blog-content .blog-image img {
  border-radius: 25px;
  width: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
}

#blog_section .blog-inner-img {
  height: 100%;
}
#blog_section .blog-inner-img img {
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}

.blog-content h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 60px;
  margin-top: 15px;
}

.author-icon img {
  width: 46px;
  height: 46px;
}

.author-text h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  margin-bottom: 0;
}

.author-text p {
  font-size: 13px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  color: var(--atlasblack);
  margin-bottom: 0;
}

.author-content {
  gap: 25px;
}

.dot-sec {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--atlasgreen);
  border: 1px solid transparent;
}

.dot-sec1 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--atlasblack);
  border: 1px solid transparent;
}

.dot-sec2 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--atlasdarkblue);
  border: 1px solid transparent;
}

.dot-flex {
  gap: 5px;
}
@media (max-width: 475px) {
    .dot-flex {
        gap: 0;
    }
}

.blog-content p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #212529;
  line-height: 30px;
}

.blog-inner-content h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #212529;
  line-height: 60px;
}

.blog-inner-content p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #212529;
  line-height: 30px;
}

.blog-btn h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 30px;
  border: 1px solid;
  background: #212529;
  border-radius: 100px;
  width: 224px;
  height: 50px;
  text-align: center;
  padding: 10px 17px;
  transition: all 0.4s;
}

.blog-btn h3:hover {
  background: #a2ba5f;
}

a.blog-btn {
  text-decoration: none;
}

.blog-inner-text h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #212529;
  line-height: 60px;
}

.blog-inner-content ul {
  padding-left: 1.5rem !important;
}

.blog-inner-content li::marker {
  color: #0d6b3b;
  font-weight: bold;
}
.blog-inner-content li {
  list-style: lower-latin;
}

.blog-inner-content li b {
  color: #0d6b3b;
}

.blog-icon {
  gap: 30px;
}

.blog-inner-icon {
  gap: 30px;
}

.blog-inner-icon a:hover img {
  scale: 1.1;
}

.blog-inner-icon a img {
  transition: all 0.4s;
}

.touch-form h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 60px;
}

.touch-control {
  padding: 0 0.75rem;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent !important;
}

.touch-control:focus {
  color: white;
  background-color: transparent;
  border-color: white;
  outline: 0;
  box-shadow: none;
}

.touch-group label {
  color: white;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.blog-form {
  color: var(--atlasblack);
  padding: 10px;
}

.detail-form .accordion-item{
  border-radius: 10px !important;
  margin-bottom: 20px;
  padding: 0;
}

.detail-form .accordion-item:last-child{
  margin-bottom: 0;
}

.detail-form .accordion-item .accordion-button{
  padding: 0;
  background-color: transparent;
  color: var(--atlasblack);
}

.detail-form .accordion-header {
  background-color: var(--atlasdarkblue);
  border-radius: 10px;
  padding: 10px 20px;
}
  
.detail-form .accordion-body {
  padding: 10px 20px !important;
}

.dark-mode .detail-form .accordion-header .accordion-button{
  color: var(--atlasblack);
}

.detail-form .accordion-header .accordion-button{
  font-size: 22px;
  font-weight: 600;
  color: var(--atlaswhite);
}

.detail-form .accordion-button::after{
  content: '';
  filter: brightness(0) invert(1);
}

.detail-form .table-data-blog>*{
  display: none;
}

.detail-form .table-data-blog h1,
.detail-form .table-data-blog h2,
.detail-form .table-data-blog h3,
.detail-form .table-data-blog h4,
.detail-form .table-data-blog h5,
.detail-form .table-data-blog h6{
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
}

.detail-form .table-data-blog h1::after,
.detail-form .table-data-blog h2::after,
.detail-form .table-data-blog h3::after,
.detail-form .table-data-blog h4::after,
.detail-form .table-data-blog h5::after,
.detail-form .table-data-blog h6::after{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--atlasblack);
  border-radius: 50px;
}

.detail-form .table-data-blog strong{
  font-weight: unset;
}

.detail-form .accordion-body{
  padding: 0;
}

form#newsletter-form .artical-group label,
form#newsletter-form .artical-group input{
  border-color: var(--atlasblack);
  color: var(--atlasblack);
}
.touch-group label {
  color: var(--atlasblack);
}
.blog-submit button.btn h3{
  background-color: var(--atlasgreen);
  color: var(--atlaswhite);
}
.touch-control,.artical-control{
  padding: 0 0.75rem !important;
  line-height: 20px !important;
  border: none !important;
  border-bottom: 1px solid var(--atlasblack) !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.artical-control{
	margin-top:30px;
}
.blog-submit button.btn h3 {
  border: 2px solid var(--atlasgreen);
}
.touch-group .btn,.blog-submit .btn{
	border: 2px solid var(--atlasgreen) !important;
	background-color: var(--atlasgreen) !important;
    color: var(--atlaswhite) !important;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    padding: 10px;
    text-align: center;
    transition: all .4s;
    margin-top:25px;
}
.blog-submit .btn{
	margin-top:0;
}
.touch-group .btn:hover, .blog-btn .btn:hover{
	border: 2px solid var(--atlasblack) !important;
	background-color: var(--atlasblack) !important;
}
.artical-control,
.blog-form select.form-control,
.blog-form input.form-control {
  color: var(--atlasgreen);
  font-weight: bold;
  padding: 10px 0 !important;
}

.artical-control {
  color: var(--atlasblue);
}

.artical-form .artical-form {
  padding: 0;
}
.blog-submit h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #212529;
  line-height: 35px;
  border: 1px solid transparent;
  background: white;
  border-radius: 100px;
  width: auto;
  text-align: center;
  padding: 10px;
  transition: all 0.4s;
}

.blog-submit a:hover h3 {
  color: white;
  background: var(--atlasblack);
}

.artical-form {
  background: #a2ba5f;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid transparent;
}

.artical-form h2 {
  color: #212529;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 60px;
}

.artical-group label {
  color: #212529;
  text-transform: capitalize;
}

.artical-control {
  padding: 10px 0;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #212529;
  border-radius: 0;
  background-color: transparent;
}

.detail-form {
  position: unset;
}

form#newsletter-form {
  margin-top: 30px;
}

form#newsletter-form .artical-group{
  margin-top: 20px;
}

.form-group.touch-group {
  margin-top: 10px;
}

.blog-submit button.btn {
  width: 100%;
}

.artical-control:focus,
.blog-submit button.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  background-color: transparent;
  border-bottom: 1px solid var(--atlasgreen);
}

.blog-submit button.btn:hover h3 {
  background-color: var(--atlasblack);
  color: var(--atlaswhite);
  border: 2px solid var(--atlaswhite);
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-item {
    border: none;
}
ul{
  margin-bottom: 0;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: unset;
}
.accordion-button:not(.collapsed) {
    color: unset;
    background-color: transparent;
    box-shadow: none;
}
.listing_blog h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 50px;
}

.listing_blog h2:first-child {
  margin-top: 0;
}

.listing_blog ul, .listing_blog ol {
  padding-left: 20px !important;
}

.listing_blog ol li,
.listing_blog ul li,
.listing_blog p {
  font-weight: 400;
  line-height: normal;
  font-size: 20px;
  margin-bottom: 10px;
  list-style: unset !important;
}

.listing_blog p strong {
  color: var(--atlasblack);
}

.listing_blog a strong,
.listing_blog a {
  color: var(--atlasdarkgreen);
  font-weight: bold;
  font-size: 18px;
  line-height: 33px;
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
}

.listing_blog a:hover {
  /* text-decoration: underline !important; */
  border-bottom: 2px solid var(--atlasdarkgreen);
}
.listing_blog img {
  width: 100%;
  height: auto;
}

form#newsletter-form .artical-control,
form#blog-form input.form-control {
  background: transparent !important;
}

.table_of_contents{
  padding-left: 20px !important;
}

.table_of_contents li {
  list-style: circle !important;
}

.table_of_contents li a {
  color: var(--atlasblack);
}

.table_of_contents li a:hover {
  color: var(--atlasblue);
}

.listing_blogs h1{
  font-size: 46px;
  line-height: 56px;
  }
  
.listing_blogs h2{
  font-size: 40px !important;
  line-height: 50px !important;
  margin-top: 30px;
    margin-bottom: 15px;
}
  
.listing_blogs h3{
  font-size: 36px;
  line-height: 46px;
  margin-top: 30px;
    margin-bottom: 15px;
}

.listing_blogs h4{
  font-size: 32px;
  line-height: 42px;
  margin-top: 30px;
    margin-bottom: 15px;
}

.listing_blogs h5{
  font-size: 28px;
  line-height: 38px;
  margin-top: 30px;
    margin-bottom: 15px;
}

.listing_blogs h6{
  font-size: 24px;
  line-height: 34px;
  margin-top: 30px;
    margin-bottom: 15px;
}
.listing_blogs iframe{width: 100% !important;}

form#blog-form input::placeholder {
  text-transform: capitalize;
}
.postid-30321 .listing_blog ul, .listing_blog ol {
/*     padding-left: 0px !important; */
}
.postid-30321 .listing_blog ol li, .postid-30321 .listing_blog ul li, .postid-30321 .listing_blog p{
	    font-size: 18px !important;
	        line-height: 27px;
}
 .listing_blog strong a{
	font-weight: bold !important;
}
.listing_blog a{
	    font-weight: normal !important;
}

.listing_blogs h2[id]::before, h3[id]::before {
  content: "";
  display: block;
  height: 100px; /* Same as header height */
  margin-top: -100px;
  visibility: hidden;
}

@media only screen and (max-width: 1499px) {
  .blog-content h1 {
    font-size: 44px;
    line-height: normal;
  }
  .artical-form h2,
  .touch-form h2 {
    font-size: 32px;
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  .listing_blog h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 50px;
  }

  .listing_blog h2:first-child {
    margin-top: 0;
  }

  .listing_blog ul li,
  .listing_blog p {
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .blog-inner-content h2 {
    font-size: 35px;
    line-height: 44px;
  }

  .blog-inner-text h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .blog-content h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-inner-icon {
    gap: 15px;
  }

  .artical-form h2 {
    font-size: 35px;
    line-height: 47px;
  }

  .blog-icon {
    gap: 0;
  }

  .listing_blogs h1{
    font-size: 44px;
    line-height: 54px;
    }
    
  .listing_blogs h2{
    font-size: 38px;
    line-height: 48px;
  }
    
  .listing_blogs h3{
    font-size: 34px;
    line-height: 44px;
  }
  
  .listing_blogs h4{
    font-size: 30px;
    line-height: 40px;
  }
  
  .listing_blogs h5{
    font-size: 26px;
    line-height: 36px;
  }
  
  .listing_blogs h6{
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width:500px){
  .listing_blogs h1{
    font-size: 30px;
    line-height: 40px;
    }
    
  .listing_blogs h2{
    font-size: 28px;
    line-height: 38px;
  }
    
  .listing_blogs h3{
    font-size: 26px;
    line-height: 36px;
  }
  
  .listing_blogs h4{
    font-size: 24px;
    line-height: 34px;
  }
  
  .listing_blogs h5{
    font-size: 22px;
    line-height: 32px;
  }
  
  .listing_blogs h6{
    font-size: 20px;
    line-height: 30px;
  }
}


@media (min-width:992px){
  .detail-form {
    top: 100px;
    position: sticky;
  }
}
.single-articles .listing_blogs h2{
		font-size: 40px !important;
    line-height: 50px !important;
	}
.single-articles .listing_blogs h3 {
    font-size: 36px !important;
    line-height: 46px !important;
    margin-top: 30px;
    margin-bottom: 15px;
}
.single-whitepaper .listing_blog p{
	font-size:20px !important;
}
@media (min-width: 1400px) {
/*     .wp-block-heading {
        font-size: 46px !important;
        line-height: 54px !important;
    } */
}
@media(max-width:500px){
	.single-articles .listing_blogs h3 {
    font-size: 26px !important;
    line-height: 36px !important;
}
	.single-articles .listing_blogs h2{
		font-size: 28px !important;
    line-height: 38px !important;
	}
}
.single-post .listing_blogs h2{
	font-size: 40px !important;
    line-height: 50px !important;
}
.single-post .listing_blogs h3{
	font-size: 36px !important;
    line-height: 46px !important;
}

.single-post span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha > div {
    margin: 0;
}
.single-post span.wpcf7-form-control-wrap.recaptcha{
    display:block;
	margin-top:10px;
}
.single-articles .listing_blogs h4{
	font-size: 32px;
    line-height: 42px;
}
.single-whitepaper .listing_blogs h4{
	        font-size: 46px !important;
        line-height: 54px !important;
}
.single-whitepaper .listing_blogs h4 a{
	font-weight:700 !important;
	  font-size: 46px !important;
        line-height: 54px !important;
}
@media(max-width:1399px){
	.single-whitepaper .listing_blogs h4{
	     font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
}
	.single-whitepaper .listing_blogs h4 a{
		   font-size: 28px !important;
    line-height: 32px !important;
	}
}
.single-post .listing_blogs h4{
	font-size:32px !important;
	line-height:42px !important;
}
.single-post .listing_blogs h5{
	font-size:28px !important;
	line-height:38px !important;
}
.single-post .listing_blogs h6{
	font-size:24px !important;
	line-height:34px !important;
}
.single-whitepaper .listing_blogs h2{
	font-size:50px !important;
	line-height:60px !important;
}
.single-whitepaper .listing_blogs h3{
	font-size:46px !important;
	line-height:54px !important;
}
.single-whitepaper .listing_blogs h4{
	font-size:32px !important;
	line-height:42px !important;
}
.single-whitepaper .listing_blogs h5{
	font-size:28px !important;
	line-height:38px !important;
}
.single-whitepaper .listing_blogs h6{
	font-size:24px !important;
	line-height:34px !important;
}
@media (max-width: 500px) {
	.single-post .listing_blogs h2{
	font-size: 28px !important;
    line-height: 38px !important;
}
.single-post .listing_blogs h3{
	font-size: 26px !important;
    line-height: 32px !important;
}
	.single-articles .listing_blogs h4{
        font-size: 24px;
        line-height: 34px;
}
	.single-post .listing_blogs h4{
	font-size:24px !important;
	line-height:34px !important;
}
	.single-post .listing_blogs h6{
	font-size:20px !important;
	line-height:30px !important;
}
	.single-post .listing_blogs h5{
	font-size:22px !important;
	line-height:32px !important;
}
	.single-whitepaper .listing_blogs h2{
	font-size:30px !important;
	line-height:40px !important;
}
.single-whitepaper .listing_blogs h3{
	font-size:26px !important;
	line-height:34px !important;
}
.single-whitepaper .listing_blogs h4{
	font-size:24px !important;
	line-height:34px !important;
}
.single-whitepaper .listing_blogs h5{
	font-size:22px !important;
	line-height:32px !important;
}
.single-whitepaper .listing_blogs h6{
	font-size:20px !important;
	line-height:30px !important;
}
}
.single-post .listing_blog p a,.single-post .listing_blog li a{
	font-weight:700 !important;
}
