/*---------------------- index ---------------------------*/
.post-section {
  padding: 20px 0;
}

:root {
  --primary-color: #F6B110;
  --secondary-color: #0000;
}


/* About us page  */

.t {
  width: calc(100% - 20px);
}

.above_title {
  padding: 130px 0px;
}

.title-box.banner-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
}

.title-box.banner-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.above_title {
  position: relative;
  z-index: 99;
}
div#header {
  position: fixed;
  top: 0px;
}
.logged-in.admin-bar div#header {
  position: fixed;
  top: 30px;
}

.above_title,
.above_title h1 {
  color: #fff;
}

.bradcrumbs {
  font: normal normal normal 20px/20px Muli;
}

.page-template-about-us .banner-counter {
  display: none;
}

.page-template-about-us .theme-btn {
  display: none;
}

.page-template-about-us section.threeSectionWrapper::after {
  display: none;
}

p.designation {
  text-align: center;
}

ul.slick-dots {
  z-index: 99;
}

/* Timeline Section  */



.list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.timeline-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline-year {
  font: normal normal bold 40px/30px Muli;
  letter-spacing: 0px;
  color: #3B3B3B;
  position: absolute;
}

.timeline-checkpoint {
  position: relative;
  padding: 40px 50px 110px;

  /* margin-top: 100px; */
}

.timeline-year {
  top: -20%;
  left: 10%;
}

.list i {
  width: 16px;
  height: 18px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.checkpotint-dot {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 3px solid var(--secondary-color);
  top: -9px;
  left: 10%;
  position: absolute;
  z-index: 99;
  background: #fff;
}

section.timeline .row {
  gap: 0px 0px;
}

.timeline-checkpoint {
  width: calc(100%/2);
  z-index: 0;
}

.timeline-checkpoint::after {
  content: "";
  border: 5px solid var(--secondary-color);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.timeline-checkpoint:nth-child(odd)::after {
  border-width: 5px 0px 0px 0px;
}

.timeline-checkpoint:nth-child(even)::after {
  border-width: 5px 5px 5px 0px;
}

.timeline-checkpoint:nth-child(even)::after {
  border-width: 5px 5px 0px 0px;
}

.timeline-checkpoint:nth-child(3)::after {
  border-width: 5px 0px 0px 5px;
}

.timeline-checkpoint:nth-child(4)::after {
  border-width: 5px 0px 0px 0px;
}

.timeline-checkpoint:nth-child(6)::after {
  border-width: 5px 0px 0px 0px;
}

.timeline-year {
  top: -20%;
}

.timeline-checkpoint:nth-child(odd) {
  padding-left: 60px;
}

/* .timeline-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 130px 130px 0;
  border-color: var(--secondary-color);
  border: 5px solid var(--secondary-color);
}
.timeline-wrapper:nth-child(even)::after {
  border-width: 5px 0px 0px 5px !important;
  border-radius: 130px 0px 0px 130px;
}
.timeline-wrapper:nth-child(odd)::after {
  border-width: 5px 5px 0px 0px;
  border-radius: 0px 130px 130px 0px;
}
.timeline-wrapper:nth-child(odd) {
  padding: 60px 60px 60px 0;
}
.timeline-wrapper:nth-child(even) {
  padding: 60px 0 60px 60px;
}
.timeline-checkpoint {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-right: 20px;
} */

/* INNER OUR TEAM SECTION    */


.section-wrap.inner-team .card-row.mt-4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


.section-wrap.inner-team .thumbnail-content-wrap {
  display: flex;
  gap: 20px;
}

.section-wrap.inner-team .team-card-thumbnail {
  width: 43%;
  height: 260px;
  max-width: 50%;
  text-align: left;
}

.section-wrap.inner-team .the-contents {
  width: 50%;
}


.section-wrap.inner-team .the-contents p {
  font: normal normal 500 16px/29px Mulish;
}

.section-wrap.inner-team p.designation {
  text-align: left;
  margin-top: 5px;
}

.section-wrap.inner-team .team-card {
  width: 100%;
}

.section-wrap.inner-team .card-row {
  align-items: center;
  display: flex;
}

.section-wrap.inner-team .card-row>div:last-child {
  width: 50%;
}

.section-wrap.inner-team .card-row>div:first-child {
  width: 44%;
}

.section-wrap.inner-team .mailShare {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.section-wrap.inner-team .member-info-wrap h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media(max-width:767px) {
  .section-wrap.inner-team .team-card-thumbnail {
    width: 60%;
    margin: 0px auto;
  }
}

/* vision-mission-goal  */
section.goal.section-space {
  background: #F3F3F3;
}

.card-wrapper {
  padding: 20px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

h4 {
  font: normal normal bold 24px/25px Muli;
}

.list-text {
  font: normal normal normal 14px/16px Mulish;
  letter-spacing: 0px;
  color: #3B3B3B;
  margin-bottom: 12px;
}

.goal-image-wrap {
  margin-bottom: 18px;
  text-align: center;
}

.card-wrapper h4 {
  margin-bottom: 10px;
}

.card-wrapper {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px #00000029;
  background: #fff;
}

.list-text i[class^="fa"] {
  width: 14px;
  height: 16px;
  background: var(--secondary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-text {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.input-wrpper input[type="file"] {
  margin-bottom: 15px;
}

/* .rating {
  margin-bottom: 15px;
} */
form#reviewForm ::placeholder {
  font: normal normal normal 16px/20px Muli;
  letter-spacing: 0px;
  color: #949494;
}

form#reviewForm .input-wrapper textarea {
  height: 220px;
  padding-top: 20px;
}

.input-wrapper.rating {
  display: flex;
  gap: 10px;
  align-items: center;
  font: normal normal normal 16px/20px Muli;
  letter-spacing: 0px;
  color: #949494;
}

.form-wrap .input-wrapper label,
.home .input-wrapper label {
  text-align: left;
  font: normal normal 500 20px/26px Muli;
  letter-spacing: 0px;
  color: #000000;
}

form.wpcf7-form {
  position: relative;
}

/* Review section  */

.input-wrapper input,
.input-wrapper textarea {
  border-radius: 10px;
  border-color: #8F8A8A;
  border: 1px solid;
  outline: navajowhite;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  font: normal normal normal 16px/20px Muli;
  letter-spacing: 0px;
  color: #949494;
}

input#submitReview {
  width: 156px;
  height: 38px;
  text-align: left;
  padding-left: 15px;
  border: none;
  border-radius: 10px;
}

.h3 h3 {
  text-align: center;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

section#Our-team .fa.fa-chevron-left,
section#Our-team .fa.fa-chevron-right,
section#blog-news .fa.fa-chevron-left,
section#blog-news .fa.fa-chevron-right {
  color: #fff;
}

section#Our-team .fa.fa-chevron-left:hover,
section#Our-team .fa.fa-chevron-right:hover,
section#blog-news .fa.fa-chevron-left:hover,
section#blog-news .fa.fa-chevron-right:hover {
  color: #fff;
}

section#Our-team button.owl-prev:hover,
section#Our-team button.owl-next:hover,
section#blog-news button.owl-prev:hover,
section#blog-news button.owl-next:hover {
  background-color: var(--primary-color);
}

section#Our-team button.owl-prev,
section#Our-team button.owl-next,
section#blog-news button.owl-prev,
section#blog-news button.owl-next {
  background-color: var(--secondary-color);
}

video::-webkit-media-controls,
video::-moz-media-controls,
video::-o-media-controls,
video::-ms-media-controls {
  display: none !important;
}

.pagination-link {
  padding: 14px 20px;
  background: #0000;
  border-radius: 10px;
  font: normal normal normal 18px/22px Muli;
  letter-spacing: 0px;
  color: #000000;
  border-radius: 5px;
}

a.pagination-link.first-last,
a.pagination-link.next-prev {
  border: 1px solid #4A4A4A;
  font: normal normal normal 18px/20px Muli;
}

.pagination-link.current {
  background: var(--primary-color);
}

.review-card a.html5lightbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
}

.team-card {
  background: #fff;
  border-radius: 20px;
}

.team-card {
  background: #fff;
  border-radius: 20px;
}

.address {
  position: absolute;
  bottom: -10px;
  left: 10px;
  font: normal normal normal 16px/20px Muli;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  border-radius: 21px 0px 21px 21px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.3);

}

span.fa.fa-map-marker {
  color: var(--primary-color);
}

.reviewer-name {
  font: normal normal 500 20px/30px Muli;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 20px;
}

.review-card p {
  font: normal normal 300 14px/25px Muli;
}

.review-card {
  box-shadow: 0px 1px 6px #00000029;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}

/* about us page  */


.input-wrpper.video {
  position: relative;
  height: 48px;
  border: 1px solid;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0px 20px;
  color: #949494;
  margin-bottom: 20px;
  justify-content: space-between;
}

.glassEffect {
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: var(--secondary-color);
  padding: 27px 40px;
  position: relative;
  width: auto;
  display: inline-block;
}

.glassEffect::after {
  content: "";
  width: 5px;
  height: 50px;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 10px;
}

.input-wrpper.video.has-file input#video_file {
  opacity: 1;
}

.bradcrumbs a {
  font: normal normal 600 18px/23px Muli;
  letter-spacing: 0px;
  color: #716F6F;
  text-transform: capitalize;
}

.bradcrumbs span {
  font: normal normal bold 18px/23px Muli;
  letter-spacing: 0px;
  color: #464545;
}

.glassEffect h1 {
  color: var(--secondary-color);
  font: normal normal bold 30px/30px Muli;
}

.ceo-image-wrapper {
  position: relative;
}

.started-left p {
  max-width: 440px;
}

.about-us-wrapper {
  padding: 21px;
  position: relative;
  z-index: 0;
}

.about-us-wrapper::after {
  content: "";
  width: 30%;
  height: 30%;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -99;
}

.about-us-wrapper::before {
  content: "";
  width: 40%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: -9;
}

.how-started {
  background-color: #F3F3F3;
}

.started-left h3 {
  font: normal normal bold 35px/45px Muli;
  letter-spacing: 0px;
  color: #242424;
}

.map-container {
  width: calc(100%/5);
  border-radius: 50%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-wrapper {
  width: 200px;
  height: 200px;
  margin: auto;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.map-container:hover .map-overlay {
  opacity: 1;
}

.map-overlay {
  opacity: 0;
  cursor: pointer;
}

.map-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  font: normal normal bold 40px/92px Muli;
  letter-spacing: 0px;
  color: #000000;
  background: var(--primary-color);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}

.page-template-about-us .button-wrapper.btn {
  display: none;
}

.page-template-about-us section.review-form .button-wrapper.btn {
  display: inline-block !important;
}

.review-form h4 {
  font: normal normal 600 26px/30px DM Sans;
  margin-bottom: 20px;
}

div#formMessage {
  margin-top: 20px;
}

@media(max-width:991px) {

  .map-container {
    width: calc(100%/3);
  }

 

  div#service_single h2 {
    margin-top: 30px;
  }
  .custom-social-icons {
    justify-content: start;
}
}

@media(max-width:767px) {

  .timeline-checkpoint:nth-child(odd) {
    padding-left: 00px;
  }

  .timeline-checkpoint:nth-child(odd)::after {
    display: none;
  }

  .timeline-checkpoint:nth-child(even)::after {
    display: none;
  }

  .checkpotint-dot {
    display: none;
  }

  .timeline-year {
    top: -20%;
    position: inherit;
  }

  .map-container {
    width: calc(100%/2);
  }

  .section-wrap.inner-team .thumbnail-content-wrap {

    flex-direction: column;
  }

  .owl-carousel .owl-item img {
    height: 100%;
  }

  .team-card {
    width: 100% !important;
    margin: 0px auto;
  }

  .section-wrap.inner-team .the-contents {
    width: 100%;
  }
}


@media(max-width:575px) {
  .glassEffect {
    padding: 27px 20px;
  }

  .glassEffect h1 {
    font: normal normal bold 24px/30px Muli;
  }

  .form-wrap .submit-btn {
    margin: 0px;
  }

  .timeline-year {
    font-size: 30px;
    top: unset;
    margin-bottom: 20px;
    left: 0;
  }

  .goal-image-wrap {
    text-align: left;
  }

  .card-wrapper h4 {
    text-align: left;
  }

  .timeline-checkpoint {
    padding: 40px 0px 10px;
  }

  .map-container {
    width: calc(100%/2);
    margin-bottom: 0px !important;
  }

  .thumbnail-content-wrap img {
    height: 100%;
  }

  .map-wrapper {
    width: 150px;
    height: 150px;
  }

  .map-overlay {
    font: normal normal bold 25px/92px Muli;
  }

  .map-wrapper img {
    width: 90px;
    height: 90px;
    object-fit: contain;
  }

  .timeline-checkpoint {
    width: calc(90%);
    z-index: 0;
    margin: 0px auto;
  }

  .section-wrap.inner-team .team-card-thumbnail {
    width: 100%;
    height: 260px;
    max-width: 100%;
  }

  .section-wrap.inner-team .card-row {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .section-wrap.inner-team .card-row>div:first-child {
    width: 100%;
  }

  .section-wrap.inner-team .card-row>div:last-child {
    width: 100%;
  }

  .section-wrap.inner-team .card-row>div:first-child {
    width: 100%;
    text-align: center;
  }

  .section-wrap.inner-team .mailShare {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  p.designation {
    text-align: center !important;
  }

  .team-card {
    width: 300px !important;
  }
}



/* our team */


/* blog page  */

.page-template-blog-fullwidth-extend {
  background-color: #f2f2f2;
}

.page-numbers {
  padding: 10px 20px;
  background: #0000 0% 0% no-repeat padding-box;
  font: normal normal normal 18px/34px Muli;
  border-radius: 1px solid;
}

.pagination {
  justify-content: center;
  gap: 0px 10px !important;
}

span.page-numbers.current {
  background: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 10px;
  font: normal normal normal 18px/36px Muli;
}

a.next.page-numbers,
.prev {
  border: 1px solid #4A4A4A;
  border-radius: 10px;
}


/* blog Page  */
p.comment-form-url {
  display: none !important;
}

div#comments ::placeholder {
  color: var(--secondary-color) !important;
}

.single-post-img img {
  width: 100%;
}

div#single-post-page {
  margin: -100px auto 40px;
  background: #fff !important;
  z-index: 99;
  position: relative;
  padding: 0px 30px;

}

li.entry-author img {
  border-radius: 50%;
  width: 45px;
}

li.entry-date.before-dot,
li.entry-comments a {
  font: normal normal normal 23px/97px Muli;
  color: #9B9B9B;
}



.post-ul {
  align-items: center;
  gap: 60px;
}

li.entry-author {
  border-radius: 50%;
  display: flex;
  gap: 20px;
  text-transform: capitalize;
  align-items: center;
}

li.entry-author a {
  font: normal normal bold 23px/97px Muli;
  letter-spacing: 0px;
  color: #1A093F;
}

.post-ul {
  align-items: center;
  gap: 60px;
  max-height: 40px;
}


.single-post p {
  font: normal normal normal 18px/35px Muli;
  letter-spacing: 0px;

}


/* --------- Blog Page ------- */



#full-width-blog .postbox {
  width: 100%;
  border: none;
}

#full-width-blog .postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
}

.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}

.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
}

.postbox h2 {
  margin: 0 0 5px;
  font-weight: bold;
}

.widget_recent_entries li {
  margin-bottom: 10px;
}

.metabox {
  color: black;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid#F82938;
  border-bottom: 1px solid#F82938;
}

.metabox .entry-date {
  background: url('assets/images/date.png') no-repeat;
  margin: 0 13px 0 0;
}

.metabox .entry-author {
  background: url('assets/images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
}

.metabox .entry-comments {
  background: url('assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}

#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.post-featured img {
  width: 100%;
}

p.form-submit input:hover {
  background-color: var(--primary-color) !important;
}

/*.archive
.comment-body + #respond {
    width: 100% !important;
} #sidebar {
    margin-top: 21%;
}
*/

.comment-body+#respond {
  width: 100% !important;
}

div#comments small {
  font-size: 13px;
  margin-left: 10px;
}

.comment-body {
  position: relative;
}

p.stars {
  position: absolute;
  top: 0;
  right: 20px;
}

.dashicons-star-filled:before {
  color: #FFCC00;
}

.comment-body+#respond label[for="rating"],
.comment-body+#respond fieldset.comments-rating {
  display: none;
}

span.rating-stars {
  position: absolute;
  top: 50px;
  right: 10%;
}

@media(min-width:991px) and (max-width:1400px) {
  span.rating-stars {
    position: absolute;
    top: 30px;
    right: 10%;
  }
}

@media screen and (max-width:767px) {
  .archive #sidebar {
    margin-top: 0%;
  }

  span.rating-stars {
    top: 30px;
    right: 10%;
  }
}



@media(max-width:1400px) {
  .content_page.row {
    justify-content: center !important;
  }
}


@media(max-width:520px) {
  .container.single-post {
    margin-top: 0px !important;
  }

  .social-icons,
  .categories {
    font: normal normal 600 16px/20px Muli;
  }

  div#respond {
    padding: 30px 30px;
  }

  /* .comment-meta.commentmetadata+p {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0;
    padding: 0px;
  } */

  cite.fn a {
    margin-left: 0px !important;
  }

  .comment-list li {
    padding: 0px !important;
  }

  .title-box.banner-img {
    background-size: cover;
    background-position: center;
  }
}

/* --------- Inner Pages --------- */
ol.carousel-indicators {
  position: static !important
}

ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--grey2);
  border-radius: 50%;
}

/* ----------------------- POST---------------------- */

.navigation span.page-numbers.current {
  background: #277BF8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--secondary-color);
}

#blog {
  padding-top: 0;
  margin-top: 0;
}

aside#search-3 {
  padding: 0 !important;
}

/*------------------ Comments BOX ------------------*/

#comments .comment-author {
  border-bottom: none !important;
}

cite.fn a {
  color: var(--secondary-color) !important;
  font: normal normal bold 23px/32px Muli;
  letter-spacing: 0px;
  color: #242424;
  text-transform: capitalize;
  margin-left: 0px;
}

#comments {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.comment-meta.commentmetadata+p {
  max-width: 86%;
  margin-left: 19%;
  margin-right: 0;
}

.comment-meta.commentmetadata {
  display: none !important;
}

span.says {
  display: none;
}

.reply a {
  color: var(--secondary-color);
}

.reply {
  /* padding: 20px; */
  /* position: absolute; */
  /* width: 50%;
  margin-left: calc(20%);
  padding: 0px 15px !important; */
}

.byuser p {
  font: normal normal 300 14px/31px Poppins;
  letter-spacing: 0px;
  color: #242424;

}

/* #comments .comment-author {
  padding: 0px 20px !important;
} */

i.fas.fa-reply {
  display: none;
}

#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: 5px 10px;
  font-size: 18px;
}

#comments textarea {
  height: 120px;
}

#comments input[type="submit"].submit {
  font-family: 'Muli';
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 5px;
  opacity: 1;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
}

#reply-title {
  position: relative;
}

#comments a time {
  color: black;
  font-weight: bold;
  font-size: 12px;
}

#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 {
  padding: 20px;
  border-bottom: 1px solid var(--secondary-color);
}

.comment-list p {
  margin-bottom: 0;
}

.comment-meta.commentmetadata,
.comment-body p {
  padding: 10px;
}


#comments h2#reply-title {
  display: inline-table;
  margin-bottom: 15px;
}

#comments .comment-author.vcard img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

#single-post-page #commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
}

label[for="rating"] {
  margin-top: 5px;
}

p.stars {
  position: absolute;
  top: -5px;
  /* top: 0; */
  right: 50%;
}

.Footer-submit-wrapper input {
  width: 35px;
  height: 35px;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
  color: var(--secondary-color);
}

.comment-form-email {
  order: 1;
}

.comment-notes {
  order: 2;
}

.comment-form-author {
  order: 1;
}

.comment-form-comment {
  order: 4;
}

.comment-form-cookies-consent {
  order: 5;
  display: flex;
}

input#wp-comment-cookies-consent {
  margin-right: 10px;
}

.form-submit {
  order: 6;
}

.comment-form-url {
  display: none;
}


div#comments {
  margin-top: 50px;
}

.comment-list li {
  padding: 20px;
  background: #0000;
  margin-bottom: 20px;
  list-style-type: none;
}

em.comment-awaiting-moderation {
  font-family: Muli;
  font-style: initial;
  /* padding-left: 20px; */
}

p.comment-form-comment {
  max-width: 100% !important;
}

@media(max-width:1400px) {
  p.stars {
    right: 20px;
  }
}

@media(max-width:991px) {
  .post-ul {
    gap: 20px;
  }
}

@media(max-width:575px) {
  p.stars {
    position: relative;
  }

  li.entry-date.before-dot,
  li.entry-comments a {
    font-size: 13px !important;
  }

  div#single-post-page {
    padding: 0px 20px;
  }

  .comment-author.vcard {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

cite.fn a {
  font: normal normal bold 18px/32px Muli;
}

h2.comments-title {
  display: none;
}

div#comments {
  display: flex;
}

div#comments ol.comment-list,
div#respond {
  width: 50%;
}

span.required-field-message {
  display: none !important;
}

span.required {
  display: none !important;
}

p.logged-in-as {
  display: none !important;
}

form#commentform p {
  display: flex;
  flex-direction: column;
  font: normal normal 600 20px/24px Muli;
}

span#email-notes {
  display: none;
}

p[class ^="comment-form"]>label {
  margin-bottom: 10px !important;
  display: inline-block;
}

div#respond {
  padding: 30px 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  height: 100%;
}

p.comment-form-cookies-consent {
  display: none !important;
}

em.comment-awaiting-moderation {
  /* padding: 80px; */
  display: inline-block;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 20px;
}

div[id ^="div-comment"] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px;
}

aside#single-blog-widget-area .custom-social-icons span {
  display: none;
}

.social-icons,
.categories {
  font: normal normal 600 18px/20px Muli;
}

.social-icons {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}

.social-icon-wrapper a:hover,
.custom-social-icons a:hover {
  color: var(--primary-color);
}

.custom-social-icons a:hover {
  color: var(--primary-color) !important;
}

.custom-social-icons a {
  background: #D8D8D8;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calc-wrapper .calc-container .calc-list .calc-list-inner {
  border: none !important;
  padding: 0px !important;
}

@media(max-width:767px) {

  .social-icons,
  .categories {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
    margin-top: 20px;
  }

  div#respond {
    width: 100% !important;
  }

  .recent-posts {
    margin-top: 40px;
  }
}

main#maincontent aside {
  margin-bottom: 30px;
}

/* blog widget  */


/* recent post widget  */


p.post-comments {
  color: #fff;
  font: normal normal bold 16px/15px Muli;
  letter-spacing: 0px;
  color: #FFFFFF;
}

h3.widget-title {
  margin-bottom: 20px;
}

.media-body a {
  font: normal normal 600 17px/25px Muli;
}

p.post-date {
  font: normal normal normal 14px/20px Muli;
}

li.category-list.active {
  color: var(--primary-color);
}

@media(min-width:992) and (max-width:1199px) {
  .media-body.post-content {
    padding: 0px !important;
  }

  .media.post-thumb img {
    display: none;
  }

}

@media(max-width:991px) {
  aside#block-2 {
    margin-top: 40px;
  }
}




/* search widget  */

label.wp-block-search__label {
  font: normal normal 500 20px/29px Muli;
}

.wp-block-search__inside-wrapper input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

button.wp-block-search__button.wp-element-button {
  font: normal normal 400 14px/20px Muli;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 4px;
}

.widget_block.widget_search {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 10px 10px 15px;
}


/* categories widgets  */


li.category-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

li.category-list a,
li.category-list span {
  font: normal normal 500 18px/25px Muli;
  padding: 5px 0px;
  background: #fff;
}

li.category-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  bottom: 4px;
  z-index: -1;
}




/* support page */
hr:not([size]) {
  height: 2px;
}

.support-contact-info {
  position: relative;
  z-index: 0;
}

.support-contact-info::after {
  content: "";
  width: 47%;
  height: 72%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}


.support-form-wrapper input#submit-button {
  background: #000000;
  border-radius: 6px !important;
  color: #fff;
  max-width: 165px;
  width: 100%;
  height: 48px;
  text-align: right;
}

.contactus-section .submit-btn input,
.appointment .submit-btn input {
  background: #fff !important;
  opacity: 1 !important;
  color: var(--secondary-color);
}

.contactus-section .submit-btn::after,
.appointment .submit-btn::after {
  color: #fff;
  right: 10px;
}

.contactus-section .submit-btn,
.appointment .submit-btn {
  background: var(--secondary-color);
}

section.support-page .middle-content h2 {
  text-align: left;
  font: normal normal bold 30px/30px Muli;
  letter-spacing: 0px;
  margin: 20px 0px 40px;
}

section.support-page {
  padding-top: 60px;
}

section.support-page h4 {
  font: normal normal 600 22px/30px Muli;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

section.support-page li,
.outer_dpage li {
  font: normal normal normal 18px/30px Muli;
  list-style-type: none;
  position: relative;
}

section.support-page li::after,
.outer_dpage li::after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: -25px;
  top: 2px;
}

.middle-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
}

/* support page  */

.support-form-wrapper {
  position: relative;
  padding: 0px 80px 0px 80px;
}

.contactus-section {
  padding: 45px 30px 30px 80px;
  box-shadow: 0px 3px 6px #00000029;
}

.contactus-section h3 {
  font: normal normal 500 30px/36px Muli;
  margin-bottom: 20px;
  color: #fff;
}

.support-contact-info p {
  color: #fff;
}

.support-contact-info p {
  color: #fff;
  margin-bottom: 30px;
}

.support-contact-info {
  padding: 50px 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--secondary-color);
}

.support {
  display: flex;
  align-items: center;
  gap: 0px 10px;
  margin: 10px 0px;
  color: #fff;
}

.support i[class ^="fa"] {
  color: var(--primary-color);
}

.contact-info-support {
  margin-bottom: 50px;
}

.map iframe {
  width: 100%;
  height: 252px;
  border-radius: 10px;
}

.support-form-wrapper ::placeholder {
  color: var(--secondary-color) !important;
}

.support-form-wrapper input {
  background: transparent;
  font: normal normal normal 16px/26px Muli;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8 !important;
  border: 1px solid #1212124D;
}

.support-form-wrapper .Message {
  max-height: 127px;
  border-radius: 0px;
  border: 1px solid #1212124D;
  opacity: 0.8;
}

.support-form-wrapper input#submit-button {
  padding: 11px 41px;
}

.support-form-wrapper span.wpcf7-form-control-wrap input,
.support-form-wrapper span.wpcf7-form-control-wrap textarea,
.support-form-wrapper span.wpcf7-form-control-wrap select {
  border: 1px solid #1212124D;
  border-radius: 5px;
}

.support-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
  border: 0px !important;
  color: #dc3232;
  position: absolute;
  left: 10px;
  margin: 0px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}

.input-wrapper select.wpcf7-form-control.wpcf7-select {
  border: 1px solid #A5A5A5;
}

section.appointment .input-wrapper label {
  z-index: 99;
  font: normal normal 600 18px/26px Muli;
  position: absolute;
  top: 20px;
  background: #fff;
  left: 20px;
  padding: 0px 6px;
}

.input-wrapper {
  position: relative;
}

span[data-name="concent"] label {
  position: initial !important;
  display: inline-block;
  width: 100%;
}

input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
}

span.wpcf7-list-item.first.last label {
  display: flex;
  align-items: center;
  gap: 10px;
}

span.wpcf7-list-item.first.last {
  margin-left: 0px;
}

section.appointment {
  background: #F2F2F2 0% 0% no-repeat padding-box;
}

.form-wrap {
  background: #fff;
  padding: 60px 50px;
  border-radius: 10px;
}

span[data-name="concent"] {
  position: unset;
}

.input-wrapper textarea#message {
  border: 1px solid #A5A5A5;
  padding-top: 10px;
  color: #949494;
}

.comment {
  margin-right: 20px;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
  width: 100%;
}

.contact .input-wrapper textarea {
  height: 127px !important;
}

.contact .input-wrapper input,
.contact .input-wrapper textarea {
  font: normal normal normal 16px/26px Muli !important;
  padding-left: 15px;
}

.stars-avg-rating {
  display: none !important;
}

@media(max-width:991px) {
  .support-form-wrapper {
    padding: 40px 0px 0px;
  }

  .support-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
    bottom: -50px;
  }

  .media-body.post-content {
    text-align: left;
  }
}


/* Policy Pages  */

body.page-template-default h4 {
  font: normal normal bold 20px/31px Muli;
}

body.page-template-default h2 {
  font: normal normal bold 26px/30px Muli;
}

.faq-right h2 {
  font: normal normal bold 30px/30px Muli;
}

.half-width {
  display: flex;
  flex-wrap: wrap;
}

ul.half-width li {
  width: 50%;
}


@media(max-width:991px) {
  .half-width {
    display: flex;
    flex-wrap: wrap;
  }

  ul.half-width li {
    width: 100%;
  }
}



/* error page  */


span.big-word {
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 60px;
  display: inline-block;
  color: #242424;
}

h2.error-heading {
  font-size: 20px;
  line-height: 20px;
}

section.freequote .form-wrapper {
  background: #FBFBFB;
}


.quote-image {
  text-align: right;
  position: absolute;
  bottom: -88px;
  right: 0;
  margin: auto;
  width: 400px;
  margin: 0px auto;
  left: 0px;
}

.quote-image img {
  height: 850px;
  object-fit: cover;
}

.image-container {
  position: relative;
}

section.freequote .form-wrapper h3 {
  font: normal normal bold 36px/60px Muli;
}


@media(max-width:991px) {
  .quote-image {
    display: none;
  }

}

@media(max-width:575px) {

  section.freequote .form-wrapper h3 {
    font: normal normal bold 26px/40px Muli;
  }

  .single-post p {
    font: normal normal normal 22px/30px Muli;
  }
}





/* sector page  */


.inner-image {
  position: absolute;
  right: 7%;
  top: -20%;
  width: 30%;
}

.no-after.h2::after {
  display: none;
}

.content-2 .inner-image {
  width: 60%;
}

.inner-image {
  text-align: right;
}


/* testimonial page  */


p.link-more {
  display: none;
}

.testimonial-wrap {
  border: 1px solid #EEEEEE;
  padding: 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.client-image {
  width: 110px;
}

.text-wrap h4.customer-name {
  color: var(--secondary-color);
}



/* category page  */


.category .bradcrumbs {
  padding: 20px 0px;
}

/* checkout page  */
.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.woocommerce-billing-fields {
  text-align: left;
}

span.selection {
  height: 40px !important;
  display: inline-block;
  width: 100% !important;
}

span.woocommerce-input-wrapper {
  height: 40px;
  display: inline-block;
  width: 100%;
}

span.woocommerce-input-wrapper input,
span.woocommerce-input-wrapper .select2-selection__rendered {
  height: 100%;
}

span.select2-selection.select2-selection--single {
  height: 100% !important;
}

.select2-container--open .select2-dropdown {
  top: -40px !important;
}




/* single services page  */
i.fas.fa-share-alt {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-color);
  font-size: 22px;
  cursor: pointer;
  border: 1px solid var(--primary-color);
}

.custom-social-icons {
  gap: 0px 10px;
  display: flex;
}

.share-icon {
  position: relative;
  width: 50px;
}

section#service-single .custom-social-icons span {
  display: none;
}

.testimonial-inner {
  display: flex;
  justify-content: space-between;
}

.owl-btn-wrapper {
  display: flex;
  gap: 20px;
}

.owl-btn-wrapper div {
  width: 42px;
  height: 42px;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.owl-btn-wrapper div:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.single-services .scratch-card {
  width: 100%;
  height: 100%;
}

.portfolio-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
}

.single-services .code {
  max-height: 100%;
}

.service-feature-fields p {
  font: normal normal 600 20px/30px Muli;
  color: var(--secondary-color);
}

.features-img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.service-feature {
  position: relative;
  width: calc(100%/5 - 30px);
}

div#service-feature-wrap {
  display: flex;
  justify-content: space-around;
}

.service-feature::after {
  content: "";
  width: 1px;
  height: 80%;
  background: var(--secondary-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}

.service-feature:last-child::after {
  display: none;
}

div[class^="custom-meta"] {
  display: flex;
  gap: 10px;
}

p.field-text {
  width: calc(100% - 200px);
}

section#service-single section#pricing_sec .h2,
section#service-single p.heading-description {
  text-align: left;
}

section#service-single .features-text {
  font: normal normal 500 12px/20px Mulish;
}

section#service-single .pack-top h4 {
  text-align: center;
  font: normal normal bold 17px/28px Muli;
}

section#service-single .features-checkbox {
  margin-bottom: 10px;
}

section#service-single .pack-top {
  margin: 16px auto
}

section#service-single .price {
  font: normal normal bold 28px/28px Muli;
}

section#service-single .cta-wrapper {
  max-width: 232px;

}

section#service-single .button-wrapper a {

  font: normal normal 500 11px/14px Muli;
}

section#service-single .cta-after {
  position: relative;
  padding: 44px 24px 34px 24px;
  text-align: center;
}

section#service-single .main-container {
  padding: 0px;
  padding-right: 20px !important;
}

div[class^="custom-meta"] i.fa.fa-check {
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
}

div[class^="custom-meta"] i.fa.fa-check::before {
  margin-top: 3px;
  display: inline-block;
  color: #fff;
}

.service_info-section p {
  font: normal normal normal 16px/30px Muli;
}

.box-two label {
  width: calc(100%/4 - 10px);
}

@media(max-width:1500px) {
  .service-feature {
    position: relative;
    width: calc(100%/5 - 10px);
  }

  .service-feature-fields p {
    font: normal normal 600 18px/24px Muli;
    color: var(--secondary-color);
  }
}

@media(max-width:1199px) {
  .features-img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .service-feature-fields p {
    font: normal normal 600 15px/19px Muli;
    color: var(--secondary-color);
  }

  .features-img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}

@media(max-width:575px) {
  p.field-text {
    width: calc(100%);
  }

  div[class^="custom-meta"] {
    flex-wrap: wrap;
    gap: 0px;
  }

  .service_info-section p,
  .section-title h3 {
    text-align: left;
  }

  .section-title h3 {
    font-size: 20px;
    line-height: 25px;
  }

  section#service-single .row.my-5 {
    margin-top: 0px !important;
  }

  section#service-single .features-checkbox {
    text-align: left;
  }

  section#service-single .main-container {
    padding: 10px;
    padding-right: 10px !important;
  }

  .features-img {
    margin: 0px auto 10px;
  }

  .service-feature {
    width: calc(100%/2 - 0px);
  }

  div#service-feature-wrap {
    flex-wrap: wrap;
  }

  .service-feature::after {
    display: none;
  }

  .service-feature-fields p {
    max-width: 100px;
    margin: 0px auto;
    text-align: center;
  }

  .testimonial-inner {
    flex-direction: column;
  }

  #service-single .owl-btn-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 10px 0px;
  }

  #service-single .main-container {
    background: #fff;
    padding: 15px;
  }

  #service-single .code {
    height: 100%;
    max-height: 200px !important;
    width: 100%;
  }

  #service-single canvas#scratch-card1,
  .scratch-card,
  .col-lg-5.col-md-12.col-12.scratch-container {
    height: 200px !important;
  }

  #service-single .code img {
    height: 190px !important;
    width: 100%;
  }

  #service-single .scratch-insutuction {
    max-width: 100px;
    max-height: 63px;
    padding: 10px;
    border-radius: 42px;
    font: normal normal 600 12px/14px Muli;
  }

  #service-single .before {
    font: normal normal 600 12px/21px Muli;
    padding: 5px 10px;
    border-radius: 10px;
    top: 10px;
    left: 10px;
  }

  #service-single .portfolio-image {
    width: 60px;
    height: 60px;
    padding: 13px;
  }

  #service-single .scratch-container {
    margin-bottom: 30px;
  }
}

/* single project  */



.single-project-title .h2 {
  font: normal normal bold 30px/39px Muli;
  letter-spacing: 0px;
  color: #000000;
}

.single-project-title p {
  font: normal normal normal 18px/45px Muli;
  letter-spacing: 0px;
  color: #000000;
}

.content-top {
  max-width: 400px;
  box-shadow: inset 0px 7px 0px var(--unnamed-color-f6b110);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 7px 0px #F6B110, 0px 5px 13px #00000040;
  padding: 45px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 999;
  margin-top: -25%;
}

section.main-content .content-top i[class ^="fa"] {
  font-size: 18px;
  margin-right: 10px;
  color: var(--secondary-color);
}

section.main-content .content-top i[class ^="fa"]:hover {
  color: var(--primary-color);
}

.client-social-media i[class ^="fa"] {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F6B110;
}

.client-social-media {
  display: flex;
  gap: 20px;
}

.content-top>div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.client-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-top>div:nth-child(5) {
  margin-bottom: 40px;
}

.client-content strong {
  font: normal normal bold 20px/20px Muli;
  letter-spacing: 0px;
  color: #010101;
}

.client-content {
  font: normal normal normal 18px/34px Muli;
  letter-spacing: 0px;
  color: #1E1E1E;
}

.project-content i {
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.project-content>p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.project-content h3 {
  font: normal normal bold 30px/39px Muli;
}

.client-social-media {
  margin-bottom: 0px !important;
}

.project-banner-slider img {
  width: unset;
  height: unset;
  max-width: unset;
}

.custom-image-slider img {
  width: 250px;
  height: 150px;
  margin-top: 20px;
  border-radius: 10px;
}

.custom-image-slider {
  width: 250px;
}

.project-banner-slider {
  position: relative;
  z-index: 0;
}

.verticle-slider-wrapper {
  width: 250px;
  height: 58%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  z-index: 999;
}

.project-banner-slider::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--secondary-color);
  opacity: 0.3;
}

.project-custom-next {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 10px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -90deg;
  cursor: pointer;
}

.project-custom-prev {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 10px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -90deg;
  cursor: pointer;
}

.submit-btn input {
  height: 38px !important;
  padding: 0px 10px !important;
}

.project-custom-next:hover,
.project-custom-prev:hover {
  background: var(--primary-color);
}

.project-content.with-pts i.fa.fa-check {
  width: 25px !important;
  height: 25px !important;
}

@media(min-width:1500px) {

  .verticle-slider-wrapper {
    width: 250px;
    height: 76%;
  }
}

@media(max-width:991px) {
  .content-top {
    margin-top: 20px;
  }

  .project-banner-slider img {
    height: 500px;
  }

  .custom-image-slider img {
    width: 200px;
    height: 120px;
    object-fit: cover;
  }

  .verticle-slider-wrapper {
    width: 210px;
    height: 61%;
  }
}


@media(max-width:767px) {
  .verticle-slider-wrapper {
    width: 160px;
    height: 74%;
  }

  .custom-image-slider img {
    width: 160px;
    height: 100px;
  }

  .project-banner-slider img {
    max-height: 360px;
  }
}

@media(max-width:575px) {


  section.support-page li,
  .outer_dpage li {
    font: normal normal normal 14px/30px Muli;
  }

  .verticle-slider-wrapper {
    display: none;
  }

  .project-banner-slider img {
    height: 240px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }

  .project-banner-slider::after {
    display: none;
  }

  .project-content i {
    display: none;
  }

  .project-content>p {
    margin-bottom: 10px;
    text-align: left;
  }

  .project-content h3 {
    font: normal normal bold 25px/30px Muli;
    text-align: left;
  }

  .single-project-title .h2 {
    font: normal normal bold 26px/39px Muli;
    letter-spacing: 0px;
    color: #000000;
  }

}

/* Appointment page  */

.appointment .form-wrapper {
  max-width: 100%;
  width: 100%;
}

@media(max-width:480px) {
  .form-wrap {
    background: #fff;
    padding: 60px 20px;
    border-radius: 10px;
  }

  section.appointment .input-wrapper label {
    font-size: 14px;
    left: 10px;
  }

  .form-wrap h3 {
    font-size: 20px;
    text-align: left;
    line-height: 23px;
  }
}

/* calcuMulir page  */


section.cost-calcuMulir .calc-subtotal-list.show-unit {
  display: none !important;
}

section.cost-calcuMulir .calc-item-title.calc-accordion {
  display: none !important;
}

section.cost-calcuMulir .calc-container.vertical {
  display: block;
}

section.cost-calcuMulir .calc-list .calc-item-title .ccb-calc-heading {
  font: normal normal bold 35px/41px Muli !important;
  letter-spacing: 0px;
  color: #000000;
}

section.cost-calcuMulir .calc-item__title {
  font: normal normal 600 20px/41px Muli !important;
  letter-spacing: 0.9px;
  color: #000000;
}

span.calc-drop-down-with-image-current.calc-dd-toggle.ccb-appearance-field {
  background: #F5F5F5 0% 0% no-repeat padding-box !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 10px !important;
}

label.heading-between {
  font: normal normal 600 20px/41px Muli;
  letter-spacing: 0.9px;
  color: #000000;
}

section.cost-calcuMulir span.sub-item-title {
  font: normal normal normal 20px/25px Muli !important;
  letter-spacing: 0.5px !important;
  color: #000000 !important;
}

section.cost-calcuMulir .sub-list-item.total {
  align-items: center !important;
  justify-content: flex-start !important;
}

/* 
section.cost-calcuMulir .calc-list-inner {
  padding: 50px 60px 20px !important;
} */

section.cost-calcuMulir .calc-subtotal-wrapper .calc-list-inner {
  padding: 0px 0px 50px !important;
}

section.cost-calcuMulir .calc-container .calc-list .calc-subtotal-list.totals {
  border: none !important;
}

/* 
div[data-id ^="quantity_field_id"] {
  max-width: 80%;
} */

section.cost-calcuMulir div[data-id ^="quantity_field_id"] .calc-item__title {
  font: normal normal 600 16px/20px Muli !important;
  letter-spacing: 0.81px !important;
  color: #383838 !important;
}

section.cost-calcuMulir span.sub-item-value {
  font: normal normal bold 40px/40px Muli !important;
  letter-spacing: 1.35px !important;
  color: #F6B110 !important;
}

section.cost-calcuMulir div[data-id ^="quantity_field_id"] .calc-input-wrapper.ccb-field {
  width: 40px !important;
}

section.cost-calcuMulir div[data-id ^="quantity_field_id"] .calc-item__title {
  width: 90% !important;
}

div[data-id ^="quantity_field_id"] {
  display: flex !important;
  flex-direction: row !important;
  background: #F2F2F2;
  justify-content: space-between !important;
  padding-right: 30px;
  text-align: center;
}

.cost-calcuMulir .calc-wrapper .calc-container .calc-list .calc-fields-container {
  row-gap: 0px !important;
}

section.cost-calcuMulir .calc-container .calc-list .calc-item {
  position: relative;
  margin-bottom: 10px !important;
  border-radius: 10px;
}

section.cost-calcuMulir input.calc-input.number.ccb-field.ccb-appearance-field {
  background: #0000 !important;
  border: none !important;
  padding: 10px 0px !important;
}

section.cost-calcuMulir .calc-item__title {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.calc-wrapper {
  /* text-align: center; */
  max-width: 866px;
  margin: 0px auto;
  max-width: 886px !important;
  margin: 0px auto !important;
  box-shadow: 0px 0px 9px #00000029;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 50px 60px 20px !important;
  background: #ffffff;
}

.calculator-setting.ccb-front .calc-container .calc-list .calc-list-inner {
  padding: 0px !important;
  border: 0px !important;

}

section.cost-calcuMulir div[data-id ^="quantity_field_id"] .calc-subtotal-wrapper .calc-list-inner {
  padding: 0px 0px 20px !important;
}

section.cost-calcuMulir .calcuMulir-settings.ccb-front {
  margin: 10px auto !important;
}

.calc-container.vertical {
  padding: 0px !important;
}

div[data-id ^="checkbox_field"] {
  background: #F2F2F2;
}

div[data-id ^="checkbox_field"] {
  background: #F2F2F2;
  padding: 10px;
}

.calc-checkbox.default {
  display: flex;
  flex-direction: column !important;
}

.cost-calcuMulir .calc-wrapper .calc-input-wrapper .input-number-counter.down {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0px !important;
  left: -15px !important;
  rotate: 90deg !important;
  background: var(--primary-color) !important;
  color: #fff !important;
  width: 15px;
  height: 15px;
}

.cost-calcuMulir .calc-wrapper .calc-input-wrapper .input-number-counter.up {
  right: -15px !important;
  rotate: 90deg !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0px !important;
  background: var(--primary-color) !important;
  color: #fff !important;
  width: 15px;
  height: 15px;
}

section.cost-calcuMulir div[data-id ^="quantity_field_id"] .calc-input-wrapper.ccb-field input {
  text-align: center !important;
}

.sub-list-item.total {
  justify-self: flex-start;
}

section.cost-calcuMulir .calc-container .calc-list .calc-subtotal-list .sub-list-item.total span:first-child {
  width: 60px !important;
}

span.calc-drop-down-with-image-current.calc-dd-toggle.ccb-appearance-field {
  background: #F2F2F2 !important;
}

section.cost-calcuMulir {
  background: #F2F2F2;
}

section.cost-calcuMulir .calc-container .calc-list div[data-id ^="quantity_field_id"] {
  margin-bottom: 0px !important;
  border-radius: 0px;
}

div[data-id="quantity_field_id_1"] {
  border-top-right-radius: 10px !important;
}

div[data-id="quantity_field_id_1"] {
  border-top-left-radius: 10px !important;
}

div[data-id="quantity_field_id_4"] {
  border-bottom-right-radius: 10px !important;
}

div[data-id="quantity_field_id_4"] {
  border-bottom-left-radius: 10px !important;
}

.inner-button-wrap {
  position: relative;
}

@media(max-width:480px) {
  .calc-wrapper {
    padding: 50px 20px 20px !important;
  }

  .calc-wrapper {
    padding: 50px 20px 20px !important;
    max-width: 96% !important;
  }
}


.timeline-checkpoint:last-child,
.timeline-checkpoint:nth-child(5) {
  padding-bottom: 0px !important;
}

.timeline-checkpoint:last-child .timeline-year,
.timeline-checkpoint:nth-child(5) .timeline-year {
  top: -30%;
}

.content-inner i[class^="fa"]::before {
  color: var(--primary-color);
}

button.owl-prev:hover,
button.owl-next:hover {
  background-color: var(--primary-color);
}


.button-wrapper.btn:hover {
  background: var(--primary-color);
}

.share-icon .social_widget {
  position: absolute;
  left: -180px;
  top: 6px;
}

.share-div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.like-count-holder {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: var(--primary-color);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 43% 76%, 17% 99%, 24% 76%, 0% 75%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.like-button:hover .like-count-holder {
  opacity: 1;
}

.like-button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
  border: 1px solid var(--primary-color);
  position: relative;
}

.like-button.liked {
  background: var(--primary-color);

}

.like-button i[class^="fa"] {
  color: var(--primary-color);
}

.like-button.liked i[class^="fa"] {
  color: #000;
}

.like-button i[class^="fa"] {
  font-size: 16px;
}

.like-count-holder {
  position: absolute;
  left: 20px;
  top: -28px;
}

.share-icon .social_widget {
  display: none;
}

.share-icon .social_widget.visible {
  padding: 10px;
  background: var(--secondary-color);
  border-radius: 8px;
  left: -190px;
  top: -3px;
  display: block;
}

@media(max-width:575px) {
  div#service_single h2 {
    text-align: left !important;
  }

  .share-div.col-lg-1 {
    text-align: right;
  }

  .share-div {
    display: flex;
    justify-content: end;
  }

  .share-icon .social_widget.visible .widget {
    margin: 0px;
  }

  i.fas.fa-share-alt {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .like-button {
    width: 35px;
    height: 35px;
  }

  .like-button i[class^="fa"] {
    font-size: 10px;
  }

  .like-count-holder {
    left: 10px;
  }

  .like-count-holder {
    font-size: 12px;
  }
  p.copyright-text {
    max-width: 280px;
    margin: 0px auto 20px;
}
}

@media(max-width:480px) {
  .like-button {
    width: 35px;
    height: 35px;
  }
}