:root {

  /** Color Variables **/
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #231f20;
  --title-color: #100f0f;
  --primary-color: #cb935d;
  --secondary-color: #100f0f;
  --gray-color: #ebebeb;

  /** Link Color and Site Selection Color Variables **/
  --link-color: var(--primary-color);
  --hover-color: var(--black-color);
  --selection-bg-color: var(--link-color);
  --selection-text-color: var(--white-color);

  /** Fonts Variables **/
  --sf-dl:'dm-sans-light';
  --sf-dmsb:'dm-sans-semibold';
  --sf-db:'dm-sans-bold';
  --sf-cl:'cormorant-garamond-light';
  --sf-cm:'cormorant-garamond-medium';
  --sf-cr:'cormorant-garamond-regular';
  --sf-r:'notosans-regular';
  --sf-m:'notosans-medium';
  --sf-sb:'notosans-semibold';
  --sf-b:'notosans-bold';
  --sf-i:'notosans-italic';
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: 100% !important;
}

*:focus {
  outline-offset: 0 !important;
  outline: 0 !important;
  border-color: #ddd !important;
}

body {
  background-color: var(--white-color) !important;
  color: var(--text-color) !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: normal !important;
}

.landing-blog-header-wrapper {
  background-color: var(--secondary-color);
  text-align: center;
}

.landing-blog-header-wrapper .container {
  padding: 20px 0;
}

.landing-blog-header-wrapper .title {
  text-align: var(--white-color);
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 60px;
  line-height: 1 !important;
  font-family: var(--sf-m) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--sf-sb) !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  font-weight: normal !important;
}

/* h1,.h1{font-size: 50px !important;}
 h2,.h2{font-size: 45px !important;}
 h3,.h3{font-size: 35px !important;}
 h4,.h4{font-size: 30px !important;}
 h5,.h5{font-size: 25px !important;line-height: 1.3;}
 h6,.h6{font-size: 20px !important;line-height: 1.3;} */


/*************************  Blog list Page Start  ************************/

/* .BlogWrap {
  background-color: var(--gray-color);
} */

.BlogWrap .container {
  padding: 70px 30px;
}

.BlogWrap .ListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.BlogWrap .ListWrap article {
  width: 31.36%;
  /* border-radius: 10px; */
  /* box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); */
  display: block;
  margin: 0;
  position: relative;
  border-bottom: 4px solid var(--secondary-color);
  background-color: var(--gray-color);
  padding: 10px 12px 25px;
}


.BlogWrap .ListWrap article .d-flex {
  /* align-items: center; */
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.BlogWrap .ListWrap article figure,
.BlogWrap .ListWrap article img {
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.BlogWrap .ListWrap article:hover img {
  transform: scale(1.15);
}

.BlogWrap .ListWrap article figure,
.BlogWrap .ListWrap article figure a {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 290px;
  display: flex;
}

.BlogWrap .ListWrap article img {
  height: auto !important;
  object-fit: cover;
  width: 100%;
}

.BlogWrap.BlogDetailPageWarp .ListWrap article figure,
.BlogWrap.BlogDetailPageWarp .ListWrap article figure a {
  height: auto;
}

.BlogWrap .ListWrap article .DescWrap {
  padding: 15px 0px 25px;
  width: 100%;
}

.BlogWrap .ListWrap article .DescWrap .sub-title{
  width: fit-content;
  padding: 5px 19px;
  line-height: 1.3;
  background-color: var(--primary-color);
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-family: var(--sf-m) !important;
  letter-spacing: 1px;
}
.BlogWrap .ListWrap article .DescWrap .sub-title a{
  font-family: var(--sf-m) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: normal !important;
}
.BlogWrap .ListWrap article .DescWrap .sub-title a:hover{
  color: var(--secondary-color) !important;
}

.BlogWrap .ListWrap article .DescWrap .posted-on+.entry-header,
.BlogWrap .ListWrap article .DescWrap .posted-on+.entry-content{
  margin-top: 18px;
}

/* .BlogWrap .ListWrap article .DateWrap {
  display: inline-block;
  position: relative;
  color: var(--white-color);
  font-size: 13px;
  line-height: 1.5;
  font-family: var(--sf-m);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: var(--primary-color);
  padding: 6px 15px;
  min-height: 30px;
  max-height: 30px;
  margin-left: -25px;
  margin-bottom: 20px;
} */

/* .BlogWrap .ListWrap article .DateWrap::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid var(--primary-color);
  border-bottom: 15px solid transparent;
  top: 0;
  right: -15px;
}

.BlogWrap .ListWrap article .DateWrap::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--primary-color);
  bottom: -5px;
  left: 0px;
} */

.BlogWrap .ListWrap article .entry-header {
  margin: 0;
}

.BlogWrap .ListWrap article .entry-header .entry-title {
  color: var(--secondary-color);
  font-size: clamp(1.375rem, 1.1858rem + .8073vw, 1.875rem);
  line-height: 36px !important;
  margin: 0;
  font-family: var(--sf-cm) !important;
  transition: all .5s ease-in-out;
}

.BlogWrap .ListWrap article .entry-header a .entry-title:hover {
  color: var(--secondary-color);
}

.BlogWrap .ListWrap article .entry-content {
  margin: 15px 0 0;
  font-family: var(--sf-l);
}

.BlogWrap .ListWrap article .entry-content a.more-link {
  display: none;
}

.entry-content p,
.entry-content {
  color: #231f20 !important;
  font-size: 15px !important;
  line-height: 28px !important;
  font-family: var(--sf-r);
}

.entry-content p a,
.entry-content a {
  color: var(--primary-color);
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}

.entry-content p a:hover,
.entry-content a:hover {
  text-decoration: none !important;
}

.navigation.pagination .nav-links,
.navigation.pagination {
  width: 100%;
  max-width: 100%;
}

.navigation.pagination {
  margin-bottom: 0;
}

.navigation.pagination .nav-links {
  margin: 0;
  align-items: center;
}

.navigation.pagination {
  border-top: 0px solid #ddd !important;
  background-color: var(--secondary-color);
  padding: 15px;
  border-radius: 5px;
}

.page-numbers {
  color: var(--white-color) !important;
  opacity: 0.7;
  font-size: 14px !important;
  line-height: 1.5;
  min-height: inherit !important;
  font-family: var(--sf-b) !important;
  text-transform: uppercase;
  margin-top: 0 !important;
  display: block;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.page-numbers.current,
.page-numbers:hover {
  color: var(--white-color) !important;
  opacity: 1;
}



/*************************  Widget Area Start  ************************/

.WidgetAreaWrapper {
  background-color: var(--gray-color);
}

.widget-area .widget ul,
.widget-area,
.widget-area .widget,
.widget-area .widget .wp-block-archives-dropdown,
.widget-area .widget .wp-block-categories-dropdown {
  margin: 0 !important;
  padding: 0 !important;
}

.WidgetAreaWrapper .widget-area {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  gap: 30px 0;
  max-width: 100%;
}

.WidgetAreaWrapper .widget-area .widget {
  flex: 1 0 0;
  width: 33.333%;
}

.WidgetAreaWrapper .widget-area .widget form {
  width: 100%;
  min-width: 100%;
}

.WidgetAreaWrapper .widget-area .widget+.widget {
  margin-left: 30px !important;
}


.widget-area .widget .wp-block-heading,
.WidgetAreaWrapper .wp-block-search__label {
  color: var(--primary-color);
  font-size: 15px !important;
  line-height: 1.5 !important;
  text-transform: uppercase;
  font-family: var(--sf-b) !important;
  margin-bottom: 10px !important;
  max-width: 100% !important;
}

.wp-block-archives-dropdown>label {
  display: none !important;
}

.widget-area .widget select {
  width: 100%;
}

.widget-area .widget select,
.widget-area .widget input {
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--sf-r) !important;
  min-height: 50px;
  padding: 5px 15px !important;
  margin: 0 !important;
}

.widget-area .widget input {
  border-radius: 5px 0px 0px 5px;
}

.wp-block-search__button {
  display: block;
  color: var(--white-color) !important;
  background-color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-family: var(--sf-m) !important;
  padding: 15px 15px !important;
  border-radius: 0px 5px 5px 0px !important;
  transition: all 0.3s ease-in-out;
}

.wp-block-search__button:hover {
  color: var(--primary-color) !important;
  background-color: transparent !important;
}

.WidgetAreaWrapper .widget-area .widget:last-child {
  min-width: 100%;
  width: 100%;
  margin-left: 0 !important;
}

.widget-area .widget ul {
  background-color: var(--white-color);
  max-width: 100% !important;
  padding: 15px 20px !important;
  column-count: 2;
  width: 100%;
  gap: 0px 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.widget-area .widget ul li {
  padding: 5px 20px 5px 25px;
  position: relative;
  background-image: none;
}

.widget-area .widget ul li::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1;
  left: 0;
  top: 10px;
}

.widget-area .widget ul li,
.widget-area .widget ul li a {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: var(--text-color);
}

.widget-area .widget ul li a:hover {
  color: var(--primary-color);
}


/*********** BlogDetailPage CSS ***********/

.BlogWrap.BlogDetailPageWarp .container {
  /* max-width: 1000px; */
  max-width: 1055px;
  padding: 70px 0px;
}

.breadcrumb-wrapper {
  width: 100%;
}

.breadcrumb-wrapper ol,
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  padding: 0px 0px 20px;
  border-bottom: 1px solid #dfdfdf;
}

.breadcrumb-wrapper .breadcrumb-item,
.breadcrumb-wrapper .breadcrumb-item a {
  color: var(--black-color);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--sf-r);
}

.breadcrumb-item+.breadcrumb-item {
  margin-left: 10px;
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
  color: #000;
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  margin-top: 3px;
  padding-right: 15px;
  font-weight: 600;
}

.breadcrumb-wrapper .breadcrumb-item.active,
.breadcrumb-wrapper .breadcrumb-item a:hover {
  color: var(--primary-color);
}

.BlogWrap.BlogDetailPageWarp .ListWrap article {
  width: 100%;
  box-shadow: none;
  border-bottom: 0;
  background-color: var(--white-color);
  padding: 0;
}

/* .BlogWrap.BlogDetailPageWarp .ListWrap article .ThumbImage img {
  border-radius: 10px;
} */


.BlogWrap.BlogDetailPageWarp .ListWrap article img {
  transform: inherit !important;
}

.BlogDetailPageWarp .ThumbImage+.content-wrap {
  margin-top: 30px;
}

.BlogWrap.BlogDetailPageWarp .ListWrap article .DateWrap {
  margin-left: 0px;
}

.BlogWrap.BlogDetailPageWarp .ListWrap article .ThumbImage+.content-wrap .DateWrap {
  margin-left: -45px;
}

.BlogWrap.BlogDetailPageWarp .ListWrap article .entry-header {
  padding: 0;
  border: 0;
}

.BlogWrap.BlogDetailPageWarp .ListWrap article .entry-header .entry-title {
  font-size: 45px;
  line-height: 1.3 !important;
  /* padding-bottom: 30px; */
  font-family: var(--sf-cm) !important;
  /* padding-top: 20px; */
}
.BlogWrap.BlogDetailPageWarp .ListWrap article .entry-header+.ThumbImage{
  margin-top: 30px;
}

.BlogWrap.BlogDetailPageWarp .ListWrap article .entry-content {
  margin: 30px 0px 0;
}

.BlogDetailPageWarp .ListWrap article .entry-content ol {
  padding-left: 20px;
}

.BlogDetailPageWarp .ListWrap article .entry-content ul {
  padding-left: 0;
}

.BlogDetailPageWarp .ListWrap article .entry-content h1,
.BlogDetailPageWarp .ListWrap article .entry-content h2,
.BlogDetailPageWarp .ListWrap article .entry-content h3,
.BlogDetailPageWarp .ListWrap article .entry-content h4,
.BlogDetailPageWarp .ListWrap article .entry-content h5,
.BlogDetailPageWarp .ListWrap article .entry-content h6 {
  color: var(--black-color);
  line-height: 1.4 !important;
}

.BlogDetailPageWarp .ListWrap article .entry-content h1,
.BlogDetailPageWarp .ListWrap article .entry-content h2 {
  line-height: 1.2 !important;
}

.BlogDetailPageWarp .ListWrap article .entry-content h1 {
  font-size: 35px;
}

.BlogDetailPageWarp .ListWrap article .entry-content h2 {
  font-size: 30px;
}

.BlogDetailPageWarp .ListWrap article .entry-content h3 {
  font-size: 25px;
}

.BlogDetailPageWarp .ListWrap article .entry-content h4 {
  font-size: 22px;
}

.BlogDetailPageWarp .ListWrap article .entry-content h5 {
  font-size: 20px;
}

.BlogDetailPageWarp .ListWrap article .entry-content h6 {
  font-size: 18px;
}

.CategoryAndTag {
  border-top: 1px solid #dfdfdf;
  padding-top: 8px;
  margin-bottom: 0 !important;
}

.CategoryAndTag .post-taxonomies {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.CategoryAndTag .post-taxonomies span,
.CategoryAndTag .post-taxonomies span a {
  color: var(--black-color);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: var(--sf-m);
  letter-spacing: 0.5px;
}

.CategoryAndTag .post-taxonomies span a {
  color: var(--primary-color);
}

.CategoryAndTag .post-taxonomies span a:hover {
  opacity: 0.7;
}

.BlogWrap.BlogDetailPageWarp article .date-author{
  display: flex !important;
  gap: 40px;
  margin-top: 35px;
  margin-bottom: 40px;
}
.BlogWrap.BlogDetailPageWarp article .date-author .DateWrap{
  min-width: 205px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-right: 1px solid #dfdfdf;
  padding-right: 15px;
}

.BlogWrap.BlogDetailPageWarp article .date-author .DateWrap .entry-date{
  color: #787878;
  font-family: var(--sf-m);
  font-size: 17px;
  position: relative;
  padding-left: 30px;
}

.BlogWrap.BlogDetailPageWarp article .date-author .DateWrap .entry-date:after{
  content: "\f784";
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--secondary-color);
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.BlogWrap.BlogDetailPageWarp article .date-author .DateWrap .byline{
  color: var(--secondary-color);
  font-family: var(--sf-m);
  font-size: 17px;
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
}
.BlogWrap.BlogDetailPageWarp article .date-author .DateWrap .byline:after{
  content: "\f007";
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--secondary-color);
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.BlogWrap.BlogDetailPageWarp article .date-author .Desc{
  font-size: 17px;
}
.BlogWrap.BlogDetailPageWarp .ListWrap article .entry-content img{
  width: auto;
}



/*********** Blog Single Comments Form Section CSS ***********/

.comments-area {
  border-top: 2px solid #ddd;
  padding-top: 60px;
  display: none !important;
}

.comments-area .comment-reply-title {
  color: var(--primary-color);
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
}

.comments-area label {
  color: var(--black-color);
  font-size: 14px !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  font-family: var(--sf-m) !important;
  margin-bottom: 5px !important;
  max-width: 100% !important;
}

.search-form input,
.comments-area select,
.comments-area input,
.comments-area textarea {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-family: var(--sf-r) !important;
  min-height: 50px !important;
  padding: 5px 15px !important;
  margin: 0 !important;
}

.comments-area input[type="checkbox"],
.comments-area input[type="radio"] {
  min-height: inherit !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}

.comments-area input[type=checkbox]:after {
  width: 7px !important;
  height: 12px !important;
}

.comments-area input[type=checkbox]+label {
  text-transform: inherit !important;
  font-family: var(--sf-r) !important;
  line-height: 1.5 !important;
}

.search-form input[type="submit"],
.single input[type="submit"] {
  color: var(--white-color) !important;
  background-color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  font-family: var(--sf-b) !important;
  transition: all 0.3s ease-in-out;
}

.search-form input[type="submit"]:hover,
.single input[type="submit"]:hover {
  color: var(--white-color) !important;
  background-color: var(--primary-color) !important;
}

.form-submit {
  text-align: right;
}

.search-form input {
  border-radius: 5px 0px 0px 5px !important;
}

/*********** Blog Single Post Navigation Section CSS ***********/

.navigation.post-navigation {
  max-width: 100%;
  width: 100%;
  background-color: var(--gray-color);
  padding: 15px;
  border-radius: 5px;
}

.navigation.post-navigation .meta-nav {
  color: var(--primary-color);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: var(--sf-m);
}

.navigation.post-navigation .nav-links .post-title {
  font-size: 14px;
  line-height: 1.5;
  color: #6f6f6f;
  font-family: var(--sf-r) !important;
  font-weight: normal !important;
}

.BlogWrap .ListWrap .search-result-count,
.no-results .page-header,
.BlogWrap .ListWrap>.page-header {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
}

.BlogWrap .ListWrap .page-header .page-title {
  color: var(--black-color) !important;
  font-size: 40px !important;
  line-height: 1.1 !important;
  font-family: var(--sf-cm) !important;
}

.BlogWrap .ListWrap .page-header .page-title span {
  color: var(--primary-color);
}

ul {
  list-style-type: none !important;
}

.BlogDetailPageWarp .ListWrap article .entry-content li {
  background-position: 3px 12px;
}

/****************************** Blog Responsive CSS Start *******************************/

@media (max-width: 1199.98px) {
  .BlogWrap .container {
    padding: 50px 0px;
  }


  .BlogWrap .ListWrap article {
    width: 47%;
  }

  .WidgetAreaWrapper .widget-area .widget+.widget {
    margin-left: 20px !important;
  }

  .WidgetAreaWrapper .widget-area .widget:last-child {
    margin-left: 0 !important;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content li {
    background-position: 3px 12px;
    text-align: left;
  }

  .widget-area .widget ul {
    padding: 15px 15px !important;
    gap: 0px 20px;
  }

  .BlogWrap .ListWrap .page-header .page-title {
    font-size: 35px !important;
    line-height: 1.3 !important;
  }

  .BlogDetailPageWarp .ThumbImage+.content-wrap {
    padding: 40px 0px 0px;
    max-width: 100%;
    margin-top: 0px;
  }

  .BlogWrap.BlogDetailPageWarp .ListWrap article .ThumbImage+.content-wrap .DateWrap {
    margin-left: 0;
  }

  .BlogWrap.BlogDetailPageWarp .ListWrap article .ThumbImage+.content-wrap .entry-header {
    min-height: inherit;
    display: block;
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
  }


  .search-no-results .page-content {
    margin-top: 40px !important;
  }

  .not-found .page-content p {
    text-align: center;
  }

  .landing-blog-header-wrapper .container {
    padding: 20px 0 !important;
  }

  .BlogWrap .ListWrap article .DescWrap {
    text-align: center;
  }

  .BlogDetailPageWarp .content-wrap {
    text-align: center;
  }

  .landing-blog-header-wrapper .title {
    font-size: 50px;
  }
  .alm-listing .DescWrap{
    text-align: center;
  }
  .sub-title,.bottom .btn-primary{
    margin: 0 auto;
  }
  .BlogWrap.BlogDetailPageWarp article .date-author{
    flex-direction: column;
    gap: 30px;
  }
  .BlogWrap.BlogDetailPageWarp article .date-author .DateWrap{
    padding: 0;
    margin-bottom: 0;
    border: 0;
    /* border-bottom: 1px solid #dfdfdf; */
    text-align: center;
    flex-direction: row;
    min-width: 100%;
    justify-content: center;
    gap: 30px;
  }
  .BlogWrap.BlogDetailPageWarp article .date-author .DateWrap .posted-on{
    margin: inherit;
  } 
  .BlogWrap.BlogDetailPageWarp .ListWrap article img{
    width: auto;
  }
}

@media (max-width: 767.98px) {

  .BlogWrap .ListWrap {
    gap: 30px;
  }

  /* .BlogWrap .ListWrap article .DescWrap {
    padding: 20px 12px 40px;
  } */

  .BlogWrap .ListWrap article .DateWrap {
    margin-left: -17px;
    margin-bottom: 15px;
  }

  .WidgetAreaWrapper .widget-area .widget+.widget,
  .WidgetAreaWrapper .widget-area .widget {
    margin-left: 0 !important;
    width: 100%;
    min-width: 100%;
  }

  .BlogWrap.BlogDetailPageWarp .ListWrap article .ThumbImage+.content-wrap .DateWrap {
    margin-bottom: 30px;
  }

  .BlogWrap.BlogDetailPageWarp .ListWrap article .entry-header .entry-title {
    font-size: 30px !important;
  }

  .post-navigation .nav-links {
    display: flex;
    align-items: start;
    gap: 10px;
  }

  .post-navigation .nav-links>div {
    margin: 0;
    width: 50%;
  }

  .post-navigation .nav-links .nav-next {
    text-align: right;
  }

  /* .BlogWrap .ListWrap article .entry-header .entry-title{
    justify-content: center;
  } */
  .bottom .btn-primary {
    margin: auto;
  }
}

@media (max-width: 575.98px) {



  .BlogWrap .ListWrap article {
    width: 100%;
  }

  .widget-area .widget ul {
    column-count: 1;
  }

  .widget-area .widget ul li {
    padding: 5px 0px 5px 25px;
  }

  .BlogWrap.BlogDetailPageWarp .ListWrap article .entry-header .entry-title,
  .BlogWrap .ListWrap .page-header .page-title {
    font-size: 30px !important;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content h1,
  .BlogDetailPageWarp .ListWrap article .entry-content h2 {
    line-height: 1.3 !important;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content h1 {
    font-size: 30px;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content h2 {
    font-size: 28px;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content h3 {
    font-size: 25px;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content h4 {
    font-size: 22px;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content h5 {
    font-size: 20px;
  }

  .BlogDetailPageWarp .ListWrap article .entry-content h6 {
    font-size: 18px;
  }

  .BlogWrap.BlogDetailPageWarp .ListWrap article .entry-content {
    margin: 15px 0px 0;
  }

  .landing-blog-header-wrapper .title {
    font-size: 40px;
  }

}

@media (max-width: 399.98px) {}

@media (max-width: 374.98px) {}

@media (max-width: 319.98px) {}

.Human .text-box input,
.form-floating .form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.EditorText ul {
  padding-left: 0;
}

.FSocialIcon .SocialIcons {
  padding-left: 0;
}

ul {
  padding-left: 0;
}

.TopHeader ul li,
.footer-wrapper ul li {
  background-image: none;
  list-style: none;
}

.wp-block-categories .wp-block-categories__label,
.wp-block-categories-dropdown.wp-block-categories .wp-block-categories__label.screen-reader-text {
  display: none;
}

.BlogWrap .ThumbImage {
  width: 100%;
}

.bottom {
  /* padding: 0 15px 25px; */
  padding: 0;
}

.bottom .btn-primary {
  background-color: transparent !important;
  color: var(--primary-color) !important;
  border: none !important;
  max-width: fit-content;
  padding: 0;
  font-family: var(--sf-db) !important;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bottom .btn-primary:hover {
  color: var(--secondary-color) !important;

}
.bottom .btn-primary:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(17%) saturate(2112%) hue-rotate(116deg) brightness(74%) contrast(88%);
    transform: rotate(45deg)
}
.bottom .btn-primary i {
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
  transform: rotate(-45deg);
  font-size: 15px;
}
.bottom .btn-primary:hover i {
  color: var(--secondary-color);
  transform: rotate(0deg);
}


.scroll-top-arrow i {
  color: #100f0f;
  font-size: 25px;
}



.search-form input[type="submit"] {
  border-radius: 0 5px 5px 0 !important;
}



/* blog manage layout css */

.alm-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 25px; */
}

.alm-listing .blog-d-flex {
  width: 31.36%;
  display: block;
  margin: 12px;
  position: relative;
  padding: 10px 12px 25px;
  border-bottom: 4px solid var(--secondary-color);
  background-color: var(--gray-color);
  padding-bottom: 50px;

}

.alm-listing .DescWrap {
  padding: 15px 0px 25px;
}
.alm-listing .DescWrap .sub-title{
  width: fit-content;
  padding: 5px 19px;
  line-height: 1.3;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-family: var(--sf-m) !important;
  letter-spacing: 1px;
}
.alm-listing .DescWrap  .sub-title a{
  font-family: var(--sf-m) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: normal !important;
 }
.alm-listing .DescWrap .sub-title a:hover{
  color: var(--secondary-color) !important;
}
.alm-listing .DescWrap .posted-on+.entry-title,
.alm-listing .DescWrap .posted-on+.entry-content{
  margin-top: 18px;
}

.alm-listing .DescWrap .entry-title+.entry-content {
  margin-top: 15px;
}

.alm-listing .entry-content {
  margin-bottom: 0;
}

.alm-listing .entry-title {
  color: var(--secondary-color);
  font-size: clamp(1.375rem, 1.1858rem + .8073vw, 1.875rem);
  line-height: 36px !important;
  margin: 0;
  font-family: var(--sf-cm) !important;

}

.entry-title a:hover {
  color: var(--primary-color) !important;
}

.blog-d-flex .ImgWrap a {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 290px;
  display: flex;
}

.alm-listing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-d-flex .ImgWrap:hover a img {
  transform: scale(1.1);
}

.alm-listing .bottom {
  padding: 0 0px 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.ajax-load-more-wrap .alm-btn-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.alm-load-more-btn.more.done {
  display: none;
}

.ajax-load-more-wrap {
  width: 100%;
}
.alm-btn-wrap:has(.done){
  display: none !important;
}

@media (max-width: 1199.98px) {
  .alm-listing .blog-d-flex {
    /* min-width: 48%;
    max-width: 48%; */
    width: 47%;
  }

  .blog-d-flex .ImgWrap a,
  .BlogWrap .ListWrap article figure,
  .BlogWrap .ListWrap article figure a {
    height: auto;
  }

  .BlogWrap.BlogDetailPageWarp .ListWrap article .entry-header .entry-title {
    text-align: center;
  }
  .BlogWrap.BlogDetailPageWarp .ListWrap article .entry-header{
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .alm-listing .DescWrap {
    text-align: center;
  }

  .alm-listing .blog-d-flex {
    padding-bottom: 0;
  }

  .alm-listing .bottom {
    position: inherit;
    text-align: center;
  }
   .alm-listing .blog-d-flex {
    width: 100%;
  }
}



/* blog list first chid */
@media (min-width: 1200px) {
  .BlogWrap {
    overflow: hidden;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child,
  .BlogWrap .ListWrap article:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 100px;
    box-shadow: none;
    justify-content: center;
    /* padding-bottom: 75px; */
    position: relative;
    z-index: 1;
    overflow: inherit;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child:after,
  .BlogWrap .ListWrap article:first-child:after {
    content: '';
    position: absolute;
    top: -75px;
    bottom: -75px;
    /* height: calc(100% + 160px); */
    height: calc(100% + 110px);
    width: 5000px;
    background-color: var(--gray-color);
    z-index: 0;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child:hover,
  .BlogWrap .ListWrap article:first-child:hover {
    background-color: var(--gray-color) !important;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .alm-item,
  .BlogWrap .ListWrap article:first-child .d-flex {
    display: flex;
    /* flex-direction: row; */
    position: relative;
    z-index: 2;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .top-col,
  .BlogWrap .ListWrap article:first-child .top-col {
    display: flex;
    gap: 70px;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .DescWrap,
  .BlogWrap .ListWrap article:first-child .DescWrap {
    padding: 0;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .bottom,
  .BlogWrap .ListWrap article:first-child .bottom {
    padding: 0;
    margin-top: -55px;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .bottom .btn span,
  .BlogWrap .ListWrap article:first-child .bottom .btn span {
    display: block !important;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .bottom .btn,
  .BlogWrap .ListWrap article:first-child .bottom .btn {
    padding: 18px 40px;
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    min-width: inherit;
    max-width: inherit;
    min-height: inherit;
    max-height: inherit;
    width: max-content;
    /* margin-left: 810px; */
    margin-left: 890px;
  }
  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .bottom .btn i,
  .BlogWrap .ListWrap article:first-child .bottom .btn i{
    color: var(--white-color);
    transition: all 0.5s ease-in-out;
    transform: rotate(-45deg);
    font-size: 15px;
  }
  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .bottom .btn:hover i,
  .BlogWrap .ListWrap article:first-child .bottom .btn:hover i{
    transform: rotate(0deg);
  }
  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .bottom .btn-primary,
  .BlogWrap .ListWrap article:first-child .bottom .btn-primary{
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--sf-b) !important;
    letter-spacing: .5px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 19px 35px;
    box-shadow: none !important;
    transition: all .5s ease-in-out;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: max-content;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .bottom .btn:hover,
  .BlogWrap .ListWrap article:first-child .bottom .btn:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .entry-date,
  .BlogWrap .ListWrap article:first-child .entry-date {
    background-color: transparent !important;
    font-size: 15px;
    padding: 0;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .entry-title,
  .BlogWrap .ListWrap article:first-child .entry-title {
    font-size: 36px;
    line-height: 45px !important;
    font-family: var(--sf-b);
    color: var(--secondary-color) !important;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .entry-title a,
  .BlogWrap .ListWrap article:first-child .entry-title a {
    color: var(--secondary-color) !important;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .entry-title a:hover,
  .BlogWrap .ListWrap article:first-child .entry-title a:hover {
    color: var(--primary-color) !important;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .entry-content p,
  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .entry-content,
  .BlogWrap .ListWrap article:first-child .entry-content p,
  .BlogWrap .ListWrap article:first-child .entry-content {
    font-size: 16px;
    line-height: 28px !important;
    font-family: var(--sf-m);
    color: var(--text-color) !important;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .entry-content,
  .BlogWrap .ListWrap article:first-child .entry-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .top-col .ImgWrap,
  .BlogWrap .ListWrap article:first-child .top-col .ThumbImage {
    /* min-width: 740px; */
    min-width: 820px;
    max-width: 820px;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .top-col .ImgWrap a,
  .BlogWrap .ListWrap article:first-child .top-col .ThumbImage a {
    height: 100%;
    display: block;
  }

  .BlogWrap .ListWrap .alm-listing .blog-d-flex:first-child .top-col .ImgWrap img,
  .BlogWrap .ListWrap article:first-child .top-col .ThumbImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .BlogWrap .ListWrap article:first-child figure,
  .BlogWrap .ListWrap article:first-child figure a{
    height: 100%;
  }
  .BlogWrap .ListWrap article:first-child:after {
    height: calc(100% + 130px);
  }
}


.WidgetAreaWrapper+.Schedule-consultation-wrapper::after{
  background-color: var(--gray-color);
}

/* site imporatant css */

.inner-header-wrapper .container .header-text .page-title{
  font-size: clamp(2.1875rem, 1.5962rem + 2.5227vw, 3.75rem) !important;
  line-height: 1 !important;
  font-family: var(--sf-cm) !important;
}
.normal-menu ul.sub-nav li a .d-flex .icon img{
  height: auto;
  max-width: 100% !important;
}