/* ----------- Single Pages -------------- */
#single-team .social-profiles {
  padding-top: 10px;
  padding-bottom: 10px;
}
#single-team .social-profiles i {
  color: white;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 12px 4px;
  background: var(--color-e41e37);
  text-align: center;
}
#testimonial_single .student-desig {
  font-size: 17px;
  letter-spacing: 0px;
  color: #111111;
  font-weight: 600;
}
#testimonial_single .social-profiles i {
  color: #24272e;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 9px 12px 9px 0px;
}
#single-team .desig p{
padding: 5px 3px;
}
#single-team p i {
  color: var(--color-e41e37);
  padding-right: 0px;
}
#single-team .team-sub-part-2 p{
  padding-top: 3.3px !important;
}
.single-page-content{
  padding: 30px 25px 10px 10px;
}
.team-sub-part-2{
  border-radius: 10px;
  border: 1px solid wheat;
  padding-top: 0px !important;
  padding: 10px 30px;
}
.team-sub-part-2-title{
  background-color: #FF9F0D;
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px 0px;
}
.event-inner-main{
  width: 285px;
}
.event-single-inner-fot .outer-footer .svg-footer , #newsletter{
  display: none;
}
#single-team .event-inner-main{
  position: relative;
    right: 15px;
    top: -150px;
    /* transform: translateY(-140px); */
    background-color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.eims{
  position: relative;
}
.single-page-content p{
font-family: 'Mulish';
font-size: 18px;
font-weight: 400;
line-height: 34px;
text-align: left;
opacity: 0.8;
}
.page-content img{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh; /* Adjusts the minimum height to center vertically */
  padding: 20px; /* Optional padding for some space around content */
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.page-content .heading3 {
  margin: 20px 0; /* Adjust the margin as needed */
}

.page-content .read-moresec {
  margin-top: 20px; /* Adjust the margin as needed */
}

.page-content .button {
  display: inline-block;
  /* padding: 10px 20px; */
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background-color: black; /* Example background color */
  color: #ffffff;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-family: 'Quicksand';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
  padding-left: 10px;
}

.page-content .button:hover {
  background-color: #FF9F0D; /* Example hover background color */
}
.footer-404-inner .outer-footer .svg-footer svg{
  display: none;
}
.content_page .read-moresec i{
  color: black;
  padding: 9px;
  font-size: 20px;
  background-color: white;
  border-radius: 5px;
}

.faq-inner-page{
  margin-top: -60px;
  margin-bottom: 60px;
}

.faq-inner-page .wrapper {
  width: 100%;
}

.faq-container {
  background-color: white;
  color: black;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #FFFFFF;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
font-family: Quicksand;
font-size: 18px;
font-weight: 700;
line-height: 22.5px;
}
.question:hover{
  background-color: #FF9F0D;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.answer {
font-family: 'Mulish';
font-size: 15px;
font-weight: 400;
line-height: 29px;
text-align: left;
color: #535353;
padding: 0px 20px;
padding-bottom: 20px !important;
}

.question.active + .answercont {
  max-height: 200px; /* or any value large enough to display the content */
}

@media screen and (max-width: 790px) {
  .faq-inner-page .wrapper {
      width: 100%;
  }
}
.inner-faq-footer .outer-footer .svg-footer{
  display: none ;
}

.single-inner-page-content .inner-blog .entry-date{
  color: black !important;
  position: relative;
  top: 0;
  right: 0;
  background-color: white;
}
.single-inner-page-content .entry-date a {
  color: black ;
}

/* ------------------Single Post ----------------- */
#single_post .postbox .postbox-content {
  position: relative;
  /* padding: 5px 15px; */
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px white;
}
.posttitle{
  padding-top: 5px;
  text-align: left ;
}
.posttitle a .post-title-text:hover{
  color: #FF9F0D;
}
.post-text{
  padding: 0px 10px;
  font-family: 'Mulish';
font-size: 15px;
font-weight: 400;
line-height: 22px;
text-align: left;
color: #555547;
}
.bot-blog-inner{
  display: flex;
  justify-content: left;
  padding: 10px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.bot-blog-inner button a{
  font-family: Mulish;
font-size: 16px;
font-weight: 700;
line-height: 31.33px;
text-align: left;
color: #FFFFFF;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  /* background-color: white; */
  /* width: max-content; */
  border-radius: 5px !important;
  padding: 10px !important;
}

.posttitle a {
  display: block; /* Ensure the link occupies full width and forces new line */
}
.post-title-text {
  display: block; /* Ensure the title text starts on a new line */
}

.posttitle a .post-title-text{
  padding: 0px 10px;
  font-family: 'Quicksand';
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  color: #1E1E1E;
}
.entry-date{
  position: absolute;
    top: -275px;
    right: 20px;
    background: orange;
    padding: 2px 5px;
    border-radius: 10px;
}
.entry-date a{
  font-weight: 600;
  line-height: 15.72px;
  text-align: left;
  color: #ffffff;
}
.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 -----------------*/
#testimonial_single blockquote {
  padding: 1.25em 40px;
  color: var(--color-383838);
  background: white;
  border: 1px solid #ddd;
  width: 100%;
}
.meta_post span i {
  background-color: #24272e;
  padding: 7px;
  color: white;
  margin-right: 10px;
}
#latest_post .owl-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#latest_post button.owl-prev, #latest_post button.owl-next {
  border: none;
}
#latest_post button.owl-next.disabled, #latest_post button.owl-prev.disabled {
  background-color: transparent;
}
#latest_post button.owl-prev, #latest_post button.owl-next {
  background-color: transparent;
}
/*------------------ Contact Page -----------------*/
.contact-page-details {
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'], .contac_form input[type='email'], .contac_form input[type='url'], .contac_form input[type='password'], .contac_form input[type='search'], .contac_form input[type='number'], .contac_form input[type='tel'], .contac_form input[type='range'], .contac_form input[type='date'], .contac_form input[type='month'], .contac_form input[type='week'], .contac_form input[type='time'], .contac_form input[type='datetime'], .contac_form input[type='datetime-local'], .contac_form input[type='color'], .contac_form select, .contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: var(--color-cccccc);
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid var(--color-cccccc);
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 18px;
  margin: 0 12px 13px 0;
  height: auto;
  border: 1px solid var(--color-cccccc);
  background-color: transparent;
  border-radius: 5px;
}
.contact-box .contac_form input[type="submit"] {
  border-radius: 5px;
  padding: 12px 20px;
  margin-top: 20px;
  background: var(--color-e41e37);
}
section#contact-box {
  padding: 0;
  margin: 0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;
}
.contac_form h3 {
  text-align: center;
}
.contact-info .head {
  color: black;
}
.contact-loctions, .contact-email, .contact-phone {
  margin: 7px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p {
  font-size: 16px;
}
.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}
.contac_form label {
  width: 100%;
}
.c_content {
  color: white;
}
.contact-page-details {
  /* margin-bottom: 30px; */
  text-align: left;
}
.contact-page-details span {
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #000000;
}
.contact-page-details .inner-cont i {
  font-size: 25px;
  color: white;
  padding: 12px 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #FF9F0D;
  text-align: center;
}
.contact-page-details .inner-cont p {
  font-family: 'Mulish';
  font-size: 18px;
  font-weight: 400;
  line-height: 22.59px;
  text-align: left;
  color: #000000;
}
.contact-color-bg form textarea {
  margin-right: 10px;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 23px;
}
.contact-box .google-map {
  /* transform: translateY(6px); */
  width: 395px;
  position: relative;
  z-index: 99;
  border-radius: 15px;
}
.contact-box .map-image {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -13px;
}
.map-border-inner{
  border-radius: 25px; 
  width: 362px; 
  height: 161px;
}

.contact-box .contact-icon {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.contact-box .contact-head {
  text-align: center;
  /* padding-bottom: 30px; */
}
.contact-box .contact-head p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #6e6e6e;
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}
.contact-box .contact-head h3 {
  font-family: 'Quicksand';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;  
  color: #000000;
}
.contact-box .contact-info-box {
  border-radius: 5px;
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
  width: 100%;
}
.main_title {
padding: 0px !important;
}
.inner-about-us-part-2 #about-us{
  padding: 0px;
  margin-top: -120px !important;
}
.about-us-gallery-part2{
  padding: 60px 0px !important;
background-color: #F2F0EC;
}
.main_title img{
  top: -36px;
  position: relative;
  z-index: -1;
}
.svg-about-inner-1{
  z-index: 1;
  top: -145px;
  position: relative;
  width: 100% !important;
}
.about-inner-page-footer .outer-footer #newsletter{
  display: none !important;
}

.about-inner-page-footer .outer-footer .svg-footer svg path{
  fill: white;
}
.about-inner-page-footer .outer-footer .svg-footer svg{
  /* background-color: white; */
  transform: translateY(20px) !important;
}
.hii .single-inner-page-content{
  position: relative;
    top: -125px;
    border: 1px solid white;
    padding: 30px 50px;
    background-color: white;
}
.contact-box {
  margin-top: -70px;
  padding: 0px 20px 50px 20px;
}

.contact-head {
  text-align: center;
  margin-bottom: 20px;
}

.contact-head h3 {
  font-weight: bold;
  margin-top: 0;
}

.contact_text {
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 500;
  line-height: 20.08px;
  text-align: left;  
  color: #000000;
}

.contact-color-bg {
  background-color: #F2F0EC;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-page-details {
  height: 100% !important;
  padding: 30px;
  padding-bottom: 13px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.contact-info-box {
  margin-bottom: 20px;
}

.media {
  margin-bottom: 20px;
}
.list-p-m1 img{
  border-radius: 15px;
}
.media i {
  font-size: 24px;
  color: #666;
}

.media-body {
  width: 250px;
  font-size: 16px;
  color: #666;
}

.form-group {
  margin-bottom: 20px;
}


.btn-primary {
  background-color: #337ab7;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.about-us-gallery-part2 .item{
  background-color: #F2F0EC;
}
.main_title h1 {
  position: relative;
    z-index: 99;
    text-align: center !important;
    top: 120px;
  padding: 0;
  margin-bottom: 10px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 2px;
  font-weight: 600;
}
.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;
}
.post-navigation a:hover .post-title {
  color: #24272e !important;
}
@media (min-width:1900px) and (max-width:1940px){
  .inner-body-1 {
    height: 275px !important;
  }
  }

  .inner-part-8 .herder-sub{
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 15px;
  }

/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/* --------- Blog Page ------- */
.postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
}
.blogimg-full img {
  width: 100%;
}
.read-more-icon {
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover {
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px var(--color-bbbbbb);
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: white;
}
.continue-read a:hover {
  background: #18304c;
  color: white;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.postbox {
  background-color: #FFFFFF;
  margin-bottom: 39px;
  border: none;
  border-radius: 15px;
  -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);
}
#single_post .post_pic_inner img {
  height: 291px;
  border-radius: 10px;
  width: 420px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.postbox h2 {
  margin: 0 0 5px;
  font-weight: bold;
}
.metabox {
  color: black;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
}
.metabox .entry-date {
  margin: 0 13px 0 0;
}
.metabox .entry-author {
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
}
.metabox .entry-author a {
font-family: 'Mulish';
font-size: 22px;
font-weight: 600;
line-height: 27.61px;
text-align: left;
color: #262626;
}
.metabox .entry-comments {
  padding: 0 0 0 20px;
font-family: 'Mulish';
font-size: 22px;
font-weight: 600;
line-height: 27.61px;
text-align: left;
color: #262626;
}
.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%;
}
/* --------- Author Details --------- */
.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: 15px 15px 9px 15px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid;
}
.authordetails img {
  border-radius: 50%;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: white;
  color: black !important;
  /* border: 1px solid #121212; */
}
.navigation span.page-numbers.current {
  background-color: white;
  /* border: 1px solid #121212; */
  color: black !important;
}
.blog-post h5 {
  text-transform: uppercase;
  color: black;
}
iframe {
  width: 100%;
}
.search-no-results form {
  padding-bottom: 40px;
}
.search-no-results form input[type="search"] {
  padding: 13px 10px;
}
.page-template-blog-with-left-sidebar .blogs-comments-main-3{
  transform: translateY(1px);
}
/*------------------ 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;
}
#comments .comment-author.vcard img {
  padding: 2px;
}
/*--------------- 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 var(--color-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 var(--color-e1e1e1);
  color: var(--color-6c6c6c);
  background: transparent;
}
#sidebar form {
  text-align: center;
}
#sidebar h3 {
  font-size: 24px;
  color: var(--color-222222);
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
#sidebar input[type="search"] {
  padding: 10px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--color-6c6c6c);
  border: solid 1px var(--color-e1e1e1);
  width: 100%;
}
#sidebar label {
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"] {
  background-color: var(--color-e41e37);
  color: white !important;
  padding: 10px 15px;
  font-size: 12px;
  width: 100%;
  letter-spacing: 2px;
  font-weight: bold;
}
#sidebar .widget {
  padding: 20px;
  border: 1px solid #121212;
  margin-bottom: 50px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
  font-weight: 600;
  color: #343434;
  font-size: 15px;
  border-bottom: 1px solid var(--color-e1e1e1);
  padding: 10px 0;
}
#sidebar ul li:last-child {
  border: none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #343434;
  font-size: 15px;
}
#sidebar .tagcloud a {
  border: solid 1px var(--color-e1e1e1);
  color: var(--color-6c6c6c);
  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-e41e37);
}
.outer_dpage p {
  font-size: 16px;
  color: #8fa3aa;
  line-height: 28px;
}
/*------------- Page -----------------*/
.title-box {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.title-box img {
  width: 100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.middle-content {
  padding-bottom: 20px;
}
.shrtcod-pg {
  border: 1px solid var(--color-bbbbbb);
}
.shrt_socio i {
  border: 1px solid var(--color-bbbbbb);
  padding: 10px;
  margin-right: 10px;
}
/*---------------- Pagination ----------------*/
.navigation {
  font-family: 'Mulish';
  font-size: 20px;
  font-weight: 500;
  line-height: 30.12px;
  text-align: left;
  position: relative;
}

.navigation:before {
  content: "\f053"; /* Font Awesome code for chevron-left */
  font-family: "Font Awesome 5 Free"; /* Ensure this matches the correct Font Awesome font */
  font-weight: 900; /* Font weight for Font Awesome solid icons */
  margin-right: 10px; /* Space between icon and text */
  color: black;
  font-size: 16px;
}

.navigation:after {
  content: "\f054"; /* Font Awesome code for chevron-right */
  font-family: "Font Awesome 5 Free"; /* Ensure this matches the correct Font Awesome font */
  font-weight: 900; /* Font weight for Font Awesome solid icons */
  margin-left: 10px; /* Space between text and icon */
  color: black;
  font-size: 16px;
}

.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current {
  background: var(--color-333333);
  color: white;
  font-weight: normal;
}
.navigation {
  left: 35%;
  width: 30%;
  height: 58px;
  background: white;
  display: flex;
  /* padding-bottom: 30px; */
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.pagination a:hover {
  background-color: #24272e !important;
}
/*-------------- Main Title ---------------*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: white;
  background-color: var(--color-333333);
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f {
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in {
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g {
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter {
  background-color: #55acee;
}
.services_inner h4, .services_inner .short_text {
  color: white;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.post_share i {
    padding: 0 10px;
    color: var(--color-e41e37);
}
aside#block-2.widget_block, aside#block-3.widget_block, aside#block-4.widget_block {
    display: none;
}
.event-inner-page .campaign-item {
    background-color: #FFFFFF !important;
    padding: 10px;
    padding-bottom: 10px !important;
    border-radius: 15px;
    /* width: 320px; */
}
.inner-part-8{
position: relative;
font-family: 'Quicksand';
background-color: #f7f7f7;
padding: 50px 0px;
}

.about-inner-page-footer .svg-footer {
  background-color: #f7f7f7 !important;
}
#events-inner-page #events{
  margin-top: -50px;
}

#events-inner-page #events .events-content {
  background-color: #FFFFFF;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 35px;
  padding: 13px;
}
#events-inner-page #events .events-content img {
  object-fit: cover;
  border-radius: 90px;
  width: 100%;
  height: 175px;
}
#events-inner-page .event-support-content h5{
  text-align: left;
}
#events-inner-page .event-support-content span p{
  opacity: 0.8;
  color: #474747;
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
  text-align: left;
}
#events-inner-page .event-details-time, .event-details-date {
  width: 30%;
  text-align: left;
}
#events-inner-page #events .events-content h5 a {
  margin-top: 5px;
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #1E1E1E;
}
#events-inner-page #events .events-content h5 a:hover {
color: #FF9F0D;
}
#events-inner-page .author-event {
  font-family: 'Mulish';
  font-size: 15px;
  font-weight: 500;
  line-height: 17.03px;
  text-align: left;
  color: #4C4C4B;
  margin-top: 1rem;
}
#events-inner-page .author-event span a{
font-family: 'Mulish';
font-size: 13px;
font-weight: 600;
line-height: 17.03px;
text-align: left;
color: #4C4C4B;
}
.event-inner-footer .outer-footer .svg-footer svg path{
  fill:white;
}
#single-team .single-page-content h3{
  text-align: left;
  font-family: 'Quicksand';
font-size: 24px;
font-weight: 700;
line-height: 30px;
text-align: left;
color: #000000;
}
#single-team .single-page-content h3:hover{
  color: #FF9F0D;
}
.event-info .event-support-content span p{
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.member-join-inner .outer-footer .svg-footer{
  display: none;
}
.request-fund-inner-footer .outer-footer .svg-footer{
  display: none;
}
.input-group-text p{
  margin: 0px 5px;
  margin-bottom: 0px;
}
.input-group-text {
  width: 100%;
  /* background-color: #F5F5F5; */
  padding: 5px 0px 5px 10px;
}
.form-control {
  border: 1px solid #F5F5F5 !important;
  background-color: #F5F5F5;
}
.raise .form-control {
  background: #F5F5F5;
}
.new-req-main{
  transform: translateY(-75px);
  padding: 50px 75px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.new-req-title{
  display: flex;
  flex-direction: column;
}
.new-req-title p{
  font-family: 'Quicksand';.campaign-template-default .outer-footer svg{
    display: none;
  }
  font-size: 30px;
  font-weight: 700;
  line-height: 37.5px;
  text-align: left;
  color: #000000;
}
.new-req-title h4{
font-family: 'Mulish';
font-size: 18px;
font-weight: 400;
line-height: 22.59px;
text-align: left;
color: #000000;
margin-bottom: 25px;
}
.page-template-member-join-form{
  background-color: #FF9F0D1A;
}
.form-container {
  /* width: 300px; */
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
}
.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #005177;
}
.comment-respond #reply-title{
font-family: 'Quicksand';
font-size: 24px;
font-weight: 600;
line-height: 25px;
text-align: left;
color: #000000;
}

input[type="submit"]{
font-family: 'Mulish';
font-size: 16px;
font-weight: 700;
line-height: 31.33px;
text-align: left;
color: #FFFFFF;
background-color: black;
width: 45%;
}

.inner-caus-pg #respond {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 40px 10px;
  background-color: #FFFFFF;
  padding: 20px 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Example box shadow */
  border-radius: 15px;
}

#respond {
  width: 50%;
  height: 100%;
  margin: 40px 10px;
  background-color: #FFFFFF;
  padding: 20px 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Example box shadow */
  border-radius: 15px;
}
.inner-about-us-part-2 .bot-2{
  display: none;
}
#respond .comment-form{
  display: grid;
}
.single-campaign #respond .comment-notes{
display: none;
}
.comment-form-comment{
  order: 4;
}
.comment-form-cookies-consent{
  display: flex;
  order: 5;
  margin-bottom: 20px;
}
.comment-form-cookies-consent input{
  transform: translateY(-14px) !important;
}

#respond label{
  order: 4;
}
.form-submit{
  order: 6;
}
.comments-rating{
  order: 4;
  margin-bottom: 20px;
}
.single-campaign .bypostauthor {
  margin-bottom: 50px !important;
}
.timeline {
  position: relative;
  /* padding: 20px 0; */
  margin: 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 2.5%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: black;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.timeline-item:nth-child(odd) {
  left: 0;
}

.timeline-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: orange;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.timeline-content {
  padding: 12px 20px;
  border-radius: 8px;
  position: relative;
  width: 100%;
  left: 25px;
  text-align: left;
}

.timeline-content:before {
  width: 16px;
    content: '';
    position: absolute;
    top: 15px;
    color: black;
    border-radius: 50%;
    left: -32px;
    border-width: 8px;
    border-style: solid;
    /* border-color: transparent transparent transparent #f9f9f9; */
    background-color: black;
}

.timeline-title {
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #000000;
}

.timeline-date {
  color: #FF9F0D;
  font-family: 'Quicksand';
font-size: 18px;
font-weight: 500;
line-height: 22.5px;
text-align: left;

}

.timeline-description p{
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 300;
  line-height: 20.08px;
  text-align: left;
  color: #2B2B2B;  
}

.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label{
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #000000;
}

@media (min-width:1400px) and (max-width:1920px){
.campaign-item{
  width: 415px;
  background-color: antiquewhite !important;
  margin-right: 12.5px;
  margin-left: 12.5px;
  margin-bottom: 25px;
}
}
@media (min-width:1200px) and (max-width:1399px){
  .campaign-item{
    width: 345px;
    background-color: antiquewhite !important;
    margin-right: 12.5px;
    margin-left: 12.5px;
    margin-bottom: 25px;
  }
}
.page-template-causes-template{
  background-color: #F2F0EC;
}
.page-template-causes-template .outer-footer .svg-footer svg path{
  fill: white !important;
}
.page-template-causes-template .svg-about-inner-1 svg path{
  fill: #F2F0EC !important;
}
.page-template-blog-fullwidth-extend .outer-footer .svg-footer svg path{
  fill: white !important;

}
.page-template-blog-fullwidth-extend .svg-about-inner-1 svg path{
  fill: #F2F0EC !important;
}
.page-template-member-join-form .svg-about-inner-1 svg path{
  fill: #FFF5E7 !important;
}
.inner-cause-testi #testimonials, #our-partners{
  padding-top: 10px !important;
  background-image: none !important;
}
.inner-cause-testi #testimonials button{
display: none;
}

.inner-cause-testi #our-partners{
  display: none;
}
.inner-cause-testi #testimonials .testimonials-contents .test-text p {
  font-size: 14px !important;
  line-height: 28px !important;
  width: 520px !important;
  height: 200px !important;
  text-align: justify;
}
.page-template-default .inner_layout{
  font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 39px;
text-align: left;
color: #2B2B2B;
margin-top: -95px;
}
.page-template-default .outer-footer .svg-footer svg{
display: none;
}
.inner-part-8 .herder-sub .header-inner-text h3{
font-family: 'Quicksand';
font-size: 20px;
font-weight: 700;
line-height: 25px;
text-align: left;
color: #1E1E1E;
margin: 10px 5px;
}
.inner-part-8 .herder-sub .header-inner-text p{
font-family: 'Mulish';
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
margin: 10px 5px;
opacity: 0.8;
}
.main_title h1 {
  position: relative;
  z-index: 9;
  text-align: center !important;
  top: 145px;
  padding: 0;
  margin-bottom: 5px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 2px;
  font-weight: 600;
}
.main_title h1 a{
color: white;
font-family: 'Mulish';
font-size: 24px;
font-weight: 600;
line-height: 30.12px;
text-align: center;
}
.main_title h1 span{
  color: white;
  font-family: 'Mulish';
  font-size: 24px;
  font-weight: 600;
  line-height: 30.12px;
  text-align: center;
  }

.total .form-control{
  background-color: #F5F5F5;
}
@media (min-width: 320px) and (max-width: 425px) {
  .inner-caus-pg .comment-list {
    margin: 40px 5px 5px 5px !important;
}
.inner-caus-pg #respond{
  margin: 5px 5px 40px 5px !important;
}
  .single-post .single-post-comment .comment-list {
    width: 100% !important;
}
  #respond {
    width: 95%;
}
  #single-team .event-inner-main {
    position: relative;
    right: -20px;
    top: 0px;
  }
  input[type="submit"]{
    font-size: 13px;
    line-height: 20.33px;
    width: 100%;
    }

  .inner-last-sec{
    padding:0px 25px !important;
  }
  .navigation .next{
    display: none !important;
  }
  .inner-caus-pg .single-post-comment>div {
    flex-direction: column !important;
}
.inner-caus-pg .comment-list {
  margin: 18px 0px !important;
}
  .hii .single-inner-page-content{
    padding: 10px ;
  }
  .single-post .single-post-comment>div {
    display: inline-block;
  }
  .hii{
    position: relative;
    top: 35px;
  }
  .single-inner-page-content .sipc {
    font-size: 22px;
    line-height: 30.5px;
  }
  .metabox .entry-comments {
    padding: 0 0 0 12px;
}
.metabox .entry-author {
  padding: 0 0 0 10px;
  margin: 0 0px 0 0;
}
.metabox .entry-date {
  margin: 0 0px 0 0;
}
.single-inner-page-content .inner-blog {
  font-size: 13px;
  line-height: 40px;
}
.single-post-content p {
  font-size: 15px;
  line-height: 35px;
}
.single-que2 p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 35px;
}
.single-para-two {
  font-size: 15px;
  line-height: 35px;
}
.single-post-comment .comment-list {
  margin: 15px 0px;
  width: 100%;
}

.single-question h2 {
  font-size: 18px;
  line-height: 25px;
}
.hii .single-inner-page-content {
  top: 0px;
}

.needs-validation{
  margin-left: 5px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  width: 100% !important;
  border-radius: 5px !important;
  padding: 10px !important;
}
.input-group-text {
  width: 100% !important;
}
.other-note textarea.form-control {
  width: 100% !important;
}
.total .form-control{
  background-color: #F5F5F5;
width: 100% !important;
}
.new-req-main {
  padding: 10px 15px;
}
.about-inner-page-footer .outer-footer .svg-footer svg {
  transform: translateY(45px) !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .navigation{
    width: 55%;
  }
  .inner-caus-pg .comment-list {
    margin: 40px 5px 5px 5px !important;
}
.inner-caus-pg #respond{
  margin: 5px 5px 40px 5px !important;
}
  .single-post .single-post-comment>div {
    display: flex;
    flex-direction: column;
}
.single-post .single-post-comment .comment-list {
  width: 100% !important;
}
.inner-caus-pg .single-post-comment>div {
  flex-direction: column !important;
}
.inner-caus-pg .single-post-comment .comment-list {
  width: 100% !important;
}
#respond {
  width: 100%;
}
  .hii .single-inner-page-content {
    top: -80px;
}
input[type="submit"] {
  font-size: 15px !important;
  width: 35% !important;
}
.single-post-content p {
  font-size: 17px;
  line-height: 40px;
}
.single-que2 p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 35px;
}
.single-para-two {
  font-size: 16px;
  line-height: 35px;
}
.single-inner-page-content .sipc {
  font-size: 28px;
  line-height: 35.5px;
}
.svg-about-inner-1 {
  z-index: 1;
  top: -150px;
}
.main_title h1 {
  top: 70px;
}
.about-inner-page-footer .outer-footer .svg-footer svg {
  transform: translateY(35px) !important;
}
#inner-part-5 .inner-body-1 p{
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.svg-about-become-vol svg {
  transform: translateY(35px);
}
  .card-4 {
      right: 65px !important;
      top: 191px !important;
      width: 230px !important;
  }
  .card-2 span {
    font-size: 14px !important;
  }
  .card-3 span {
    font-family: 'Mulish';
    font-size: 14px;
    font-weight: 400;
}
  .event-inner-page .campaign-item {
    background-color: #FFFFFF;
    padding: 10px;
    padding-bottom: 10px !important;
    border-radius: 15px;
    width: 330px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
.about-inner-page-footer .outer-footer .svg-footer svg {
  transform: translateY(27px) !important;
}
.contact-box .google-map {
  width: 335px !important;
}
.map-border-inner {
  width: 240px !important;
}
.contact-box .map-image {
  right: 60px !important;
}
.event-inner-page .campaign-item {
  background-color: #FFFFFF !important;
  padding: 10px;
  padding-bottom: 10px !important;
  border-radius: 15px;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 30px;
}
}
@media (min-width:1024px) and (max-width:1366px){
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    width: 100% !important;
    border-radius: 5px !important;
    padding: 10px !important;
}
}

.container.contact-form {
  margin: 0 auto;
  padding: 20px;
}

.container.contact-form label {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 21.09px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #000000;
}

.container.contact-form .form-group {
  margin-bottom: 15px;
}

.container.contact-form .form-control {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.container.contact-form .btn-primary {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.container.contact-form .btn-primary:hover {
  background-color: #0056b3;
}
.wpcf7-form-control-wrap span{
  width: 100% !important;
  background-color: white;
}
.page-template-causes-template .campaign-item {
  border-radius: 20px;
  position: relative;
}
.campaign-poster a img{
  border-radius: 15px;
}
.page-template-causes-template .campaign-category .cam-cat-anc{
  position: absolute;
  bottom: 43%;
  right: 30px;
  padding: 0px 8px;
}
.page-template-causes-template .campaign-category .cam-cat-anc::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 0px;
  left: inherit;
  right: -9px;
  bottom: 1px;
  border-right: 9px solid #f69400;
  border-bottom: 12px solid transparent;
  filter: brightness(1.0);
  transform: rotateZ(268deg);
}
.page-template-causes-template .campaign-category .cam-cat-anc::after {
  position: absolute;
  content: '';
  height: 0px;
  width: 0px;
  left: -9px;
  right: inherit;
  bottom: 1px;
  border-right: 10px solid #f69400;
  border-bottom: 10px solid transparent;
  filter: brightness(1.0);
  transform: rotateZ(0deg);
}
.page-template-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  background-color: white;
  border-radius: 5px !important;
  padding: 10px !important;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #000000;
}
.wpcf7-form-control-wrap textarea{
  background-color: white;
}
.page-template-contact .contact-box .btn-submit {
  border-radius: 5px;
  width: auto !important;
  margin-left: 13px;
  padding: 0px 4px 0px 10px;
}
.team-sub-part-2 .desig{
  width: 20%;
}
.team-sub-part-2 .design-inner-r2{
  width: 80%;
  padding: 0px;
  padding-top: 12px;
}
.team-sub-part-2 .design-inner-r2 h4{
  justify-content: left;
  display: flex;
  transform: translateX(-3px);
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #010101;
}
.team-sub-part-2 .design-inner-r2 h6{
font-family: 'Mulish';
font-size: 18px;
font-weight: 500;
line-height: 22.59px;
text-align: left;
color: #1E1E1E;
}
.team-sub-part-2 .phone{
  width: 20%;
}

.team-sub-part-2 .desig-1{
  width: 20%;
}

.team-sub-part-2 .desig-2{
  width: 20%;
}

.team-sub-part-2 .desig-3{
  width: 20%;
}

.team-sub-part-2 .desig-4{
  width: 20%;
}

.team-sub-part-2 .desig-5{
  width: 20%;
}
.inner-caus-pg .single-post-comment>div{
  display: flex;
  flex-direction: row;
}
.comments-title{
  display: none;
}
.inner-caus-pg .respond{
  width: 50%;
  margin: 0px 20px !important;
}

.inner-caus-pg .comment-list {
  margin: 20px 5px;
  padding: 20px !important;
}
.inner-last-sec{
  padding:0px 50px;
}
#events .navigation{
  left: 0% !important;
}
.charitable-donation-form .donation-amounts{
  display: flex !important;
  gap: 20px !important;
}
#single-team .social-profiles i{
  background-color: black !important;
}
#single-team .social-profiles i:hover{
  background-color: var(--color-e41e37) !important;
}
.fn a{
font-family: 'Quicksand';
font-size: 20px;
font-weight: 600;
line-height: 26.2px;
text-align: left;
color: #1E1E1E;
font-style: normal !important;
}

.comment-body p{
font-family: 'Mulish';
font-size: 16px;
font-weight: 400;
line-height: 28px;
text-align: left;
color: #555547;
}

.single-post .comment-list .comment-author>img {
  position: relative;
  width: 85px !important;
  height: 85px !important;
  border-radius: 50% !important;
}

.single-post .comment-body p{
  margin-top: 15px;
font-family: 'Mulish';
font-size: 15px;
font-weight: 400;
line-height: 26px;
text-align: left;
color: #242424;
}
.comment-list li.bypostauthor {
  list-style-type: none !important;
}
.comment-list li.bypostauthor::before {
  content: '' !important;
  display: none !important;
}

.single-post .comment-body{
  margin-bottom: 30px;
  padding: 15px 25px;
  border-radius: 15px;
  background-color: #F5F5F5 !important;
}
.single-post .single-post-comment .comment-list {
  margin: 22px 0px;
  width: 50%;
  border-radius: 15px;
}
.single-post-comment ol{
  list-style-type: none; 
}
.single-campaign .comment-body{
  padding: 5px 25px !important;
  border-radius: 15px !important;
  background-color: white !important;
}
#donation-receipt{
  position: relative;
  top: -100px;
}
.donation-receipt-form .donation-id, .donation-date, .donation-total, .donation-method{
  font-family: 'Quicksand';
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #000000;
}
.donation-receipt-form .donation-summary-value, p{
  font-family: 'Mulish';
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  text-align: left;
  color: #262626;
}
.donation-receipt-form .charitable-header{
  text-align: left;
  margin: 20px 0px;
  color: black;
  font-family: 'Quicksand';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  opacity: 1;
}
.charitable-table td, .charitable-table tr{
font-family: 'Barlow';
font-size: 24px;
font-weight: 600;
line-height: 28.8px;
color: #000000;
padding: 5px 20px !important;
}
.donation-details .table, td, th {
  padding: 5px 20px !important;
}
.comment-body .stars{
  display: none !important;
}
.list-group-flush>.list-group-item{
  position: relative;
  border-radius: 25px ;
}
.list-group-item .single-camp-imgcode{
  position: absolute;
  top: 48%;
  left: 42%;
}
.list-group-item{
  border: none !important;
}
.list-p-m1{
  position: relative;
  top: -35px;
}
.cases-image img{
  border-radius: 15px !important;
}
.tax-campaign_category .blog-comments{
  transform: translateY(1px) !important;
}
