/* ------------------Single Post ----------------- */
.metabox span i {
  color: var(--color-f7941d);
  padding-right: 3px;
}
.page-header h1 {
  color: black;
  font-weight: 600;
  font-size: 28px;
}
.entry-title {
  color: black;
  font-weight: 600;
  font-size: 28px;
}
.single-post-content table td {
  text-align: center;
}
.single-post-content .wp-audio-shortcode {
  margin-bottom: 50px;
}
.author_links a {
  color: #111;
}
#sidebar .widget_recent_entries a {
  font-size: 13px;
}
/*------------------ Single Testimonials -----------------*/
.meta_post span i {
  background-color: #24272e;
  padding: 7px;
  color: white;
  margin-right: 10px;
}
/*------------------ Contact Page -----------------*/
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"],  .contact-box .wpcf7 input[type="number"], .contact-box .wpcf7 textarea {
  font-size: 14px;
  padding: 18px 25px;
  margin: 0 12px 20px 0;
  height: auto;
  border: none;
  background-color: white;
  border-radius: 10px;
  font-weight: 600;
}
.contact-box input[type="submit"] {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#contact-box {
  padding: 0;
  margin: 0;
}
.contact_list {
  padding: 30px;
  background-color: white;
  border-radius: 10px;
}
/*---------------- Banner ----------------------*/
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
  width: 100%;
}
.inner_banner img, .title-box img {
  width: 100%;
}
/* --------- Blog Page ------- */
.postbox-content .post-text {
  line-height: 28px;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  padding: 20px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.metabox i {
  color: var(--color-252525);
}
.metabox .entry-author a {
  color: black;
}
.logged-in-as a {
  color: black;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#sidebar span.comment-author-link {
  margin-left: 14px;
}
.post-featured img {
  width: 100%;
}
.authordetails {
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .b-content {
  font-size: 13px;
  line-height: 27px;
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  position: relative;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a i {
  padding-right: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.authordetails img {
  border-radius: 50%;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: var(--color-3a9046);
  color: white !important;
}
iframe {
  width: 100%;
}
.search-no-results form {
  padding-bottom: 40px;
}
/*------------------ Comments BOX ------------------*/
#comments {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title {
  font-size: 20px;
  font-weight: bold;
}
#comments h3.comment-reply-title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea {
  padding: 12px 10px;
  font-size: 18px;
}
#comments a time {
  color: black;
  font-weight: bold;
  font-size: 12px;
}
#comments .reply {
  text-align: right;
}
#comments .comment-metadata {
  width: 90%;
  float: left;
  padding: 1% 0 0 0;
}
#comments .comment-content {
  width: 90%;
  text-align: left;
  margin-left: 7%;
}
#comments .comment-author {
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-size: 24px;
}
#comments .comment-author.vcard img {
  padding: 2px;
}
/*------------- Page -----------------*/
.middle-content {
  padding-bottom: 20px;
}
.above_title {
  padding-top: 16em;
  text-align: center;
  padding-bottom: 80px;
}
.title-box {
  margin-bottom: 25px;
  color: var(--color-010146);
  background-size: cover;
  background-repeat: no-repeat;
}
.title-box img {
  width: 100%;
}
.title-box h1 {
  font-weight: 600;
  font-size: 40px;
  color: var(--color-010146);
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  color: var(--color-5b5b5b);
  transition: background .15s ease-in-out;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current {
  background: var(--color-333333);
  color: white;
  font-weight: normal;
}
.navigation {
  padding-bottom: 30px;
}
.pagination a:hover {
  background-color: #24272e !important;
}
/* ------------- Category --------------------*/
.category-page h4 {
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li {
  display: inline-block;
}
ul.post-categories li:after {
  content: ' ,';
}
ul.post-categories li:last-child:after {
  content: '';
}
ul.post-categories a {
  color: var(--color-333333);
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_tag .meta-sep {
  font-weight: bold;
}
.post_tag a:after {
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after {
  content: "";
}
/*-------------- Main Title ---------------*/
.services_inner h4, .services_inner .short_text {
  color: white;
}
.post_share a i {
  color: var(--color-f7941d);
  font-weight: 600;
}
.post-navigation .nav-previous .meta-nav{
  color: var(--color-f7941d);
  font-weight: 600;
}
.post_share a i {
  padding: 0 10px;
}
.metabox {
  padding: 5px 0;
  margin: 10px 0 0;
}
.metabox span {
  margin-right: 10px;
}
/*--------------- Sidebar -----------------*/
#sidebar td#prev a {
  color: var(--color-6c6c6c);
}
#sidebar caption {
  font-weight: bold;
  color: var(--color-6c6c6c);
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: var(--color-6c6c6c);
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: var(--color-6c6c6c);
}
#sidebar select {
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: var(--color-6c6c6c);
  background: transparent;
}
#sidebar h3, .widget_search label, label.wc-block-product-search__label {
  font-size: 20px;
  color: black;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--font-poppins);
  position: relative;
}
#sidebar h3:after, .widget_search label:after{
  content: '';
  display: block;
  background-color: var(--color-f7941d);
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: -3px;
}
#sidebar input[type="search"] {
  padding: 10px 10px;
  color: var(--color-6c6c6c);
  border: solid 1px #e1e1e1;
  width: 100%;
}
#sidebar label {
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 10px !important;
}
#sidebar input[type="submit"] {
  background-color: var(--color-f7941d) !important;
  color: white !important;
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
  letter-spacing: 2px;
  font-weight: bold;
}
#sidebar .widget {
  padding: 20px;
  border: 1px solid var(--color-cccccc);
  margin-bottom: 30px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#sidebar ul li:last-child {
  border: none;
}
#sidebar .tagcloud a {
  border: solid 1px #e1e1e1;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
}
#sidebar .tagcloud a:hover {
  background: #111;
  color: white;
}
span.credit_link a {
  color: var(--color-f7941d);
}
.single-post-content p {
  line-height: 28px;
}
.outer_dpage p {
  font-size: 16px;
  color: #8fa3aa;
  line-height: 28px;
}
.comment-list .comment-content ul {
  list-style: none;
  margin-left: 15px;
}
.comment-list .comment-content ul li {
  margin: 5px;
}
#comments .reply {
  float: none !important;
  margin-bottom: 30px;
}
#comments .reply a {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 700;
}
#comments .commentmetadata a {
  font-size: 18px;
  padding-top: 8px;
  display: inline-block;
}
#comments .commentmetadata a:hover {
  color: var(--color-222222);
}
#comments h2.comments-title {
  padding-bottom: 20px !important;
}
#comments .comment-awaiting-moderation {
  padding-top: 8px;
  display: inline-block;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.main_title h1, .entry-title {
  text-align: left;
}
.post-navigation a:hover .post-title {
  color: #24272e !important;
}
#single-product-page {
  padding-top: 40px;
}
/*------------------ About Us -------------------*/
#our-records {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-template-about-us .section_main_head h3, .page-template-about-us .section_main_head.white_head .section-text p, .section_main_head.white_head .section-text{
  color: black;
} 
.team_bg_overlay_img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}
.news-box1 {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.project-meta span {
  font-weight: 600;
}
.project-meta, ol.wp-block-latest-comments {
  margin-top: 20px;
}
.inner-page-feature-box img {
  margin-bottom: 20px;
}
.social-profiles a {
    padding-right: 10px;
}
.related-post-wrapper h3 {
  font-size: 24px;
}
.related-post-wrapper{
  margin-top: 20px;
  display: block;
}
#sidebar button.wc-block-product-search__button {
  background-color: var(--color-f7941d);
  color: white;
  padding: 6px;
  font: 700 13px var(--font-poppins);
  border: none;
}
#sidebar .contact_widget .media i {
  padding-right: 10px;
  padding-top: 8px;
}