/* <----- contact page css ----> */
/* contact section */
.cntct-page-headings {
  padding-bottom: 0;
}
.cntct-head-div {
  width: 100%;
  max-width: 570px;
  margin: auto;
  text-align: center;
}
.cntct-head-div p {
  margin-top: 24px;
}

/* contact-details-box */
.details-div {
  display: flex;
  gap: 20px;
  width: 100%;
}
.contct-detl-box {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  transition: 0.4s all;
  border: 1px solid #0fafb7;
}
.contct-detl-box:hover {
  background-color: #fff;
  border: 1px solid #fff;
}
.contct-detl-box:hover h5 a,
.contct-detl-box:hover h5 {
  color: #000;
}
.contct-detl-box h6 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.contct-detl-box h6 img {
  width: 100%;
  max-width: 70px;
}
.contct-detl-box h5 {
  margin-top: 14px;
  display: flex;
  gap: 15px;
  align-items: center;
  /* word-break: break-all; */
}
.contct-detl-box h5 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
.contct-detl-box h5 span::before {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0fafb7;
}
.skype::before {
  content: "\f17e";
}
.contct-detl-box h5 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .contact-details {
    padding: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .contct-detl-box h6 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .details-div {
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .contct-detl-box {
    padding: 25px;
  }
  .contct-detl-box h6 {
    flex-direction: unset;
    display: flex;
    align-items: center;
  }
}

/* <----  service page css ---> */
/* service section */
.srvc-headings {
  padding-bottom: 0;
}
.srvc-head-div {
  width: 100%;
  max-width: 570px;
  margin: auto;
  text-align: center;
}
.srvc-head-div p {
  margin-top: 24px;
}

/* service-text-section */
.service-text-div h6 {
  margin-bottom: 20px;
}
.service-text-div h3 {
  margin-bottom: 24px;
}

/* FAQ section */
.faq-accordion-item {
  margin-top: 20px;
}
.faq-accordion-item:first-child {
  margin-top: 0;
}
.faq-item-header h4 {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-style: normal;
  gap: 25px;
  padding: 30px;
  padding-right: 75px;
  border-radius: 12px;
  background: #1f1e1e;
  user-select: none;
}
.faq-item-header h4::after {
  font-family: "Fontawesome";
  content: "\f107";
  position: absolute;
  right: 35px;
  font-size: 28px;
  transition: 0.4s all;
  color: #0fafb7;
}
.faq-item-header.active h4::after {
  transform: rotate(180deg);
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* margin-bottom: 80px; */
}
.service-faq-content {
  padding: 30px 60px;
}
.service-faq-content h4 {
  margin-bottom: 24px;
}
.service-faq-content p {
  margin-bottom: 24px;
}
.service-faq-content ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}
.service-faq-content ul li::before {
  content: url("/wp-content/themes/codebuddys/assets/images/check.svg");
  width: 100%;
  max-width: 32px;
  height: 32px;
}
.faq-item-header h4 img {
  width: 100%;
  max-width: 60px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .faq-item-header h4 {
    padding: 20px;
    padding-right: 50px;
    gap: 20px;
  }
  .faq-item-header h4::after {
    right: 20px;
    font-size: 23px;
  }
  .faq-item-header h4 img {
    max-width: 45px;
    height: 45px;
  }
  .service-faq-content {
    padding: 20px 30px;
  }
}

/* <------ portfolio page css ------> */
/* portfolio headings */
.portflio-head-div {
  width: 100%;
  max-width: 570px;
  margin: auto;
  text-align: center;
}
.portflio-head-div p {
  margin-top: 24px;
}

/* portfolio grid */
.gallery-section {
  padding-top: 0;
}
.gallery-section .grid-item {
  position: relative;
}
.gallery-section .grid-item .caption {
  position: absolute;
  top: 20px;
  left: 15px;
  background: #0fafb7 !important;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 16px;
}
.gallery-section .grid {
  column-count: 1;
  column-gap: 20px;
  margin-top: 50px;
}
.gallery-section .grid-item {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  break-inside: avoid;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.gallery-section .grid-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.4s;
}
.gallery-section .grid-item img:hover {
  filter: grayscale(0);
  transition: all 0.4s;
}
.gallery-section .filter-buttons {
  display: flex;
  column-gap: 10px;
  row-gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gallery-section .filter-button {
  background-color: #1f1e1e;
  color: #fff;
  border: none;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 16px;
  padding: 12px 19px;
  border-radius: 6px;
  cursor: pointer;
}
.gallery-section .filter-button.active {
  background-color: #0fafb7;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .gallery-section .grid {
    column-count: 2;
  }
}
@media only screen and (min-width: 900px) {
  .gallery-section .grid {
    column-count: 3;
  }
}

/* <------ single project page css ------> */
/*========section work Media project start ========*/
.projects {
  width: 100%;
  max-width: 570px;
  margin: auto;
  /* padding: 39px 0px 68px 0px; */
}

a.project-btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
}

a.project-btn::before {
  content: "\f177";
  font-family: "Fontawesome";
  margin-right: 14px;
  /* color: #391400; */
}

.projects h1 {
  letter-spacing: -2px;
  margin-top: 49px;
  margin-bottom: 22px;
}

.projects h5 {
  margin-bottom: 32px;
}

p.project-text {
  margin-bottom: 54px;
}

.project-content {
  display: flex;
  gap: 159px;
}

.category h6 {
  margin-bottom: 16px;
}

img.client-img {
  margin-top: 20px;
  margin-bottom: 44px;
  width: 100%;
  max-width: 108px;
  height: 32px;
}

h5.client-h4 {
  margin-top: 14px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .projects {
    width: auto;
  }

  .projects h1 {
    margin-top: 45px;
    margin-bottom: 26px;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1px;
  }

  .projects h5 {
    margin-bottom: 24px;
  }

  p.project-text {
    margin-bottom: 60px;
  }

  .project-content {
    display: block;
  }

  .category p {
    margin-bottom: 48px;
  }
}

/*====== problem section start =======*/
.problem-section {
  /* padding-bottom: 80px; */
  padding-top: 0;
}

.problem {
  width: 100%;
}

img.bitmap-img {
  width: 100%;
}

.problem-content {
  width: 100%;
  max-width: 570px;
  margin: auto;
  padding-top: 71px;
  /* padding-bottom: 65px; */
}

.problem-content h3 {
  margin-bottom: 31px;
}

@media only screen and (max-width: 768px) {
  .problem-content {
    width: auto;
    padding-top: 80px;
    padding-bottom: 64px;
  }
}

/* ===== solution section ==== */
.solution-section {
  padding-top: 0px;
}

.solution {
  width: 100%;
  max-width: 570px;
  margin: auto;
}

.solution h3 {
  margin-bottom: 31px;
}

.icon {
  text-align: center;
  padding-top: 65px;
  /* padding-bottom: 64px; */
}

.icon p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

a.social-icon {
  margin-right: 8px;
}

.icond {
  background: #ef6d58;
  color: #ffffff;
  padding: 15px 19px;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .solution {
    width: auto;
  }

  .icon {
    padding-top: 64px;
  }
}

/* ======= related section =============== */
.project-related {
  padding-top: 0px;
}

.related {
  border-top: 1px solid #fff;
  width: 100%;
}

.related-h3 {
  margin-top: 72px;
  margin-bottom: 39px;
}

.sofa-project {
  display: flex;
  gap: 30px;
  /* text-align: center; */
}

.sofa-project-1 {
  width: 100%;
  position: relative;
}

.work-content {
  position: absolute;
  bottom: 51px;
  left: 48px;
}

.work-content h3 {
  color: #ffffff;
  margin-top: 24px;
}

img.sofa {
  /* opacity: 0.32; */
  border-radius: 6px;
  max-width: 570px;
  height: 416px;
  width: 100%;
}

a.sofa-btn {
  background: #ffffff;
  border-radius: 19px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000 !important;
  padding: 5px 16px;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .sofa-project {
    display: block;
  }

  .sofa-project-1 {
    margin-bottom: 32px;
  }
}

/* <------ about us page css ----->  */
/* aboutus-headings */
.aboutus-headings {
  padding-bottom: 0;
}
.abtus-head-div {
  width: 100%;
  max-width: 570px;
  margin: auto;
  text-align: center;
}
.abtus-head-div p {
  margin-top: 24px;
}

/* abut-us-detils */
.abut-details-div h2 {
  width: 100%;
  max-width: 540px;
  margin: 20px 0px;
}
@media only screen and (max-width: 768px) {
  .abut-details-div h2 {
    max-width: 380px;
  }
}

/* img-grid-gallery */
.our-info {
  text-align: center;
}
.text-bg {
  padding: 8px 40px;
  background-color: #efded7;
  border-radius: 200px;
  display: inline-block;
}
.imag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.img-upar-text {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 325px;
  border-radius: 8px;
}
.img-upar-text:first-child {
  grid-area: 1 / 1 / 2 / 3;
}
.img-upar-text:hover .desktop-img {
  transform: scale(1.1);
}
.desktop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  transition: 0.4s all;
}

.card-box-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 5;
  background: linear-gradient(360deg, #000000 -43%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: normal;
  transform: matrix(1, 0, 0, 1, 0, 1);
}
.img-upar-text h4 {
  position: absolute;
  bottom: 0;
  padding: 25px;
  z-index: 10;
  width: 100%;
  max-width: 250px;
  text-align: left;
}
.img-upar-text h4 a {
  color: #ffffff;
  text-decoration: none;
}
.img-upar-text h4 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .our-services {
    padding: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .imag-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .card-box-overlay {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .img-upar-text h4 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .imag-grid {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  .img-upar-text {
    height: 200px;
  }
  .img-upar-text h4 {
    font-size: 19px;
    line-height: normal;
    padding: 10px;
    padding-bottom: 15px;
    text-align: center;
    max-width: 100%;
  }
}

/* team member slider */
.team-heading {
  margin-bottom: 60px;
}
.team-heading h2 {
  /* max-width: 600px; */
  width: 100%;
  margin-top: 20px;
}
.team-slider {
  margin-right: -10px;
  margin-left: -10px;
}
.team-mmber-cards {
  margin: 0px 10px;
}
.team-mmber-cards img {
  width: 100%;
  max-width: 237px;
  height: 237px; 
  
  /* border: 1px solid #0fafb7; */
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
}
.team-mmber-cards h4 {
  margin-top: 25px;
  margin-bottom: 2px;
  color: #0fafb7;
}

.team-section .slick-slider {
  margin-bottom: 50px;
}
.team-slider .slick-slide {
  height: auto;
  transition: all 0.4s;
}
.team-slider .slick-dots {
  bottom: -80px;
}
.slick-dots li {
  margin: 0px 2px;
}
.team-slider .slick-dots li button:before {
  opacity: 1;
  content: "";
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  height: 12px;
  width: 12px;
}
.team-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #0fafb7;
  border: 2px solid #0fafb7;
}

.team-slider .slick-next,
.team-slider .slick-prev {
  /* top: -85px; */
  top: auto;
  bottom: -110px;
  height: 42px;
  width: 42px;
  background: #0fafb7;
  border-radius: 6px;
  z-index: 2;
}
.team-slider .slick-prev {
  left: 10px;
  /* right: 70px; */
}
.team-slider .slick-next {
  right: 10px;
}
.team-slider .slick-next:before,
.team-slider .slick-prev:before {
  font-family: "FontAwesome";
  color: #fff;
  opacity: 1;
}
.team-slider .slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
}
.team-slider .slick-next:before {
  content: "\f061";
  font-family: "FontAwesome";
}
@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .team-section {
    padding: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .team-slider .slick-dots {
    bottom: -60px;
  }
  .team-slider .slick-next,
  .team-slider .slick-prev {
    bottom: -90px;
  }
  .team-mmber-cards img {
    height: 225px;
  }
}
@media only screen and (max-width: 768px) {
  .team-heading h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .team-heading {
    margin-bottom: 40px;
  }
  .team-slider {
    margin: 0;
  }
  .team-mmber-cards {
    margin: 0;
    margin-right: 15px;
  }
  .team-slider .slick-list {
    padding-left: 0px !important;
  }
  .team-slider .slick-dots {
    bottom: -50px;
  }
}

/* testimonial section */
.testimonial-section {
  padding: 80px 0px;
}
.testi-headings {
  text-align: center;
  margin-bottom: 60px;
}
.testi-headings h6 {
  margin-bottom: 18px;
}
.star-div {
  display: flex;
  margin-bottom: 18px;
}
.star-div i {
  font-size: 20px;
  color: #0fafb7;
}
.client-review-cards {
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 40px;
}
.client-review-cards > p {
  color: #000;
  line-height: 28px;
}
.clients-info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}
.clients-info > img {
  max-width: 80px;
  height: 80px;
  width: 100%;
}
.client-name-post h5 {
  color: #000;
  font-weight: 700;
}
.client-name-post p {
  color: #000;
}

.testimonial-section .slick-slider {
  margin-bottom: 50px;
}
.testimonial-slider .slick-track {
  display: flex;
  padding: 50px 0px;
}
.testimonial-slider .slick-slide {
  transform: scale(0.9);
  opacity: 0.5;
  transition: 0.4s all;
  display: flex;
  height: initial;
}
.testimonial-slider .slick-slide.slick-current.slick-active.slick-center {
  transform: scaleY(1.2);
  opacity: 1;
  transition: 0.4s all;
}

.testimonial-slider .slick-dots {
  bottom: -55px;
}
.testimonial-slider li {
  margin: 0px 2px;
}
.testimonial-slider .slick-dots li button:before {
  opacity: 1;
  content: "";
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  height: 12px;
  width: 12px;
}
.testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #0fafb7;
  border: 2px solid #0fafb7;
}
@media only screen and (max-width: 992px) {
  .testimonial-section {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section {
    padding: 40px 0px;
  }
  .testimonial-slider .slick-slide.slick-current.slick-active.slick-center {
    transform: scaleY(1.1);
  }
  .testimonial-slider .slick-track {
    padding: 35px 0px;
  }
  .client-review-cards {
    padding: 25px;
  }
  .clients-info > img {
    max-width: 65px;
    height: 65px;
  }
  .clients-info {
    margin-top: 24px;
  }
  .testi-headings {
    margin-bottom: 32px;
  }
  .testimonial-section .slick-slider {
    margin-bottom: 30px;
  }
  .testimonial-slider .slick-dots {
    bottom: -40px;
  }
}

/* about us faq */
.faq {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.containers .accordion-item {
  margin-top: 15px;
}
.containers .accordion-item:first-child {
  margin-top: 0;
}
/* Added by KS */
.page-template-about section.faq .faq-heading .faq-small,
.page-template-about section.faq .faq-heading .faq-title,
.page-template-about section.faq .faq-heading .faq-para {
  margin-bottom: 20px;
}

/* <------ blog page css -----> */
/* Blog section heading */
.blog-page-headings {
  padding-bottom: 0;
}
.blog-head-div {
  width: 100%;
  max-width: 570px;
  margin: auto;
  text-align: center;
}
.blog-head-div p {
  margin-top: 24px;
}

/* blog grids section */
.new-add-blogs {
  display: flex;
  gap: 25px;
}
.blog-grids-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  margin-top: 35px;
}
.blog-box {
  width: 100%;
  background: #1f1e1e;
  border-radius: 8px;
}
.blog-img-div {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.blog-img-div img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  transition: all 0.4s;
  height: 250px;
}
.new-featrd-imgs {
  height: 350px !important;
}
.blog-img-div img:hover {
  transform: scale(1.1);
}
.blog-details-div {
  padding: 25px;
}
.blog-details-div h5 {
  margin-bottom: 12px;
  font-weight: 400;
}
.blog-details-div h5 a {
  color: #0fafb7;
}
.blog-details-div h5 a:hover {
  text-decoration: underline;
}
.blog-details-div h3 a {
  -webkit-line-clamp: 2 !important;
}
.blog-details-div h3 a,
.blog-details-div h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
  color: #fff;
}

.blog-details-div h3 a:hover,
.blog-details-div h4 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .blog-details-div h3 a,
  .blog-details-div h4 a {
    word-break: break-all;
  }
}
@media only screen and (max-width: 768px) {
  .new-add-blogs {
    flex-direction: column;
    gap: 30px;
  }
  .blog-grids-div {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  .blog-details-div {
    padding: 20px;
  }
  .new-featrd-imgs {
    height: 250px !important;
  }
}
@media only screen and (max-width: 480px) {
  .blog-grids-div {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .blog-details-div h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

/* -------MARKETING SECTION----- */
.marketing-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}
#seemore-blog-div {
  display: block;
}
/* ---load more button--- */
.seemore-btndiv {
  margin: auto;
  text-align: center;
  padding-top: 68px;
}
#more-btn {
  background: #ffffff;
  box-shadow: 0px 3px 9px rgba(57, 20, 0, 0.08);
  border-radius: 6px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 18px 43px;
  text-decoration: none;
  transition: 0.4s all ease;
  border: none;
}
/* ---button ended------ */
@media only screen and (max-width: 992px) {
  .seemore-btndiv {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #seemore-blog-divjquery {
    flex-direction: column;
    gap: 52px;
  }
}

/* <------ blog inner page css ----->  */
/* bloginn-headings */
.bloginn-headings {
  background: #1f1e1e;
}
.bloginn-headings h2 {
  width: 100%;
  margin-bottom: 28px;
}
.bloginn-headings h6 {
  font-weight: 600;
}
.bloginn-headings h6 a {
  color: #fff;
  /* letter-spacing: 0; */
  border-bottom: 1px solid;
  transition: all 0.4s;
}
.bloginn-headings h6 a:hover {
  color: #0fafb7;
}
.bloginn-headings div {
  display: flex;
  justify-content: space-between;
}
/* 02/03/2024 given by KS  */
.bloginn-headings h1 {
  width: 100%;
  margin-bottom: 28px;
  font-weight: 800;
  font-size: 54px;
  line-height: 62px;
  color: #fff;
  letter-spacing: unset;
}


@media only screen and (max-width: 768px) {
  .bloginn-headings div {
    flex-direction: column;
    gap: 5px;
  }
  .bloginn-headings h1 {
    font-weight: 800;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 22px;
  }
}

/* bloginn-image */
.bloginn-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .bloginn-img img {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .bloginn-img img {
    height: 250px;
  }
}

/* bloginn-info */
.bloginn-info {
  width: 100%;
  max-width: 80%;
  margin: auto;
  margin-top: -32px;
}
.bloginn-info > h5 {
  margin-top: 32px;
  margin-bottom: 18px;
}
.bloginn-info p {
  margin-top: 18px;
}
.bloginn-info p a {
  color: #0fafb7;
  font-weight: 600;
}
.bloginn-info > h4 {
  margin-top: 32px;
  margin-bottom: 18px;
}
.bloginn-info ul {
  margin: 32px 0px;
}
.bloginn-info ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  padding-left: 48px;
}
.bloginn-info ul li::before {
  content: "";
  background-image: url("/wp-content/themes/codebuddys/assets/images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
}
blockquote {
  background-color: #1f1e1e;
  padding: 40px 32px;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  margin: 40px 0px;
}
blockquote img {
  height: 40px;
  max-width: 46px;
  width: 100%;
  transform: rotate(180deg);
}
blockquote h5 {
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  .bloginn-info {
    max-width: 100%;
    margin-top: -24px;
  }
  .bloginn-headings h2 {
    margin-bottom: 22px;
  }
  .bloginn-info > h5,
  .bloginn-info > h4 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .bloginn-info p {
    margin-top: 12px;
  }
  .bloginn-info ul {
    margin: 24px 0px;
  }
  .bloginn-info ul li {
    margin-top: 10px;
  }
  blockquote {
    padding: 25px;
    margin: 28px 0px;
  }
  blockquote h5 {
    margin-left: 24px;
  }
}

/* <---- Parent category page ----> */
/* page heading */
.parent-ctgris-headings {
  text-align: center;
}
.parent-ctgris-headings p {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 24px;
}

/* paren service */
.parent-servic-ctgris {
  padding-top: 0;
  padding-bottom: 0;
}
.service-cat-div {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 80px 0px;
  border-top: 2px solid #0fafb7;
}
.ctgris-img-text1,
.ctgris-img-text2 {
  width: 100%;
}
.servc-logo-name {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
.servc-logo-name h2 {
  color: #0fafb7;
}
.servc-logo-name img {
  width: 100%;
  max-width: 80px;
}
.ctgris-img-text1 p {
  margin: 24px 0px;
}
.ctgris-img-text1 a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0fafb7;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ctgris-img-text1 a::after {
  content: "\f061";
  font-family: "fontAwesome";
  font-size: 18px;
  transition: 0.3s all;
}
.ctgris-img-text1 a:hover::after {
  margin-left: 6px;
}
.ctgris-img-text2 img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .service-cat-div {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .service-cat-div {
    padding: 40px 0px;
    flex-direction: column;
    gap: 40px;
  }
  .servc-logo-name {
    gap: 20px;
    margin-bottom: 18px;
  }
  .ctgris-img-text1 p {
    margin: 18px 0px;
  }
  .servc-logo-name img {
    max-width: 55px;
  }
  .ctgris-img-text1 {
    order: 1;
  }
  .ctgris-img-text2 {
    text-align: center;
    order: 0;
  }
  .ctgris-img-text2 img {
    max-width: 500px;
  }
}

/* <---- child service page ----> */
/* child service */

.child-img-area {
  width: 100%;
}
.child-img-area {
  text-align: center;
}
.child-img-area img {
  width: 100%;
  max-width: 550px;
}
@media only screen and (max-width: 992px) {
  .child-srvc-section {
    gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .child-img-area {
    text-align: center;
  }
}

/* child srvc info */
.child-srvc-info {
}
.child-details-div h2 {
  color: #0fafb7;
  margin-bottom: 48px;
}
.child-details-div p {
  margin-top: 32px;
}
.child-details-div h3,
.child-details-div h4,
.child-details-div h5 {
  color: #0fafb7;
  margin-top: 60px;
}
.child-details-div ul {
  margin-top: 40px;
}
.child-details-div ul li {
  font-size: 16px;
  line-height: 32px;
  margin-top: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  padding-left: 30px;
}
.child-details-div ul li::before {
  content: "";
  background-image: url("/wp-content/themes/codebuddys/assets/images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .child-details-div h2 {
    margin-bottom: 32px;
  }
  .child-details-div p {
    margin-top: 24px;
  }
  .child-details-div h3,
  .child-details-div h4,
  .child-details-div h5 {
    margin-top: 38px;
  }
  .child-details-div ul {
    margin-top: 28px;
  }
  .child-details-div ul li {
    margin-top: 10px;
  }
}

/* child srvcs portfolio */
.child-srvc-portfolio {
  padding-top: 0;
}
.child-srvc-portfolio h2 {
  color: #0fafb7;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 60px;
}
.portflio-boxes {
  filter: grayscale(100%);
  transition: 0.4s all;
}
.portflio-boxes:hover {
  filter: grayscale(0%);
}

.portflio-boxes img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  cursor: pointer;
  object-position: top;
  transition: ease-in-out 0.5s;
}
.portflio-boxes:hover img {
  object-position: bottom;
  transition: ease-in-out 3s;
}

@media only screen and (max-width: 1200px) {
  .portflio-boxes img {
    height: 380px;
  }
}
@media only screen and (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }
  .close-btn {
    top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

/* features-img-txt */
.career-img-txt {
  display: flex;
  align-items: center;
  /* background: #FDF0E9; */
  gap: 170px;
}
.career-txts {
  width: 100%;
}
.career-imgg {
  width: 100%;
}
.career-txts h2 {
  margin: 20px 0px 26px;
}
.career-imgg img {
  width: 100%;
}
.career-rghchekimg-with-text {
  margin-top: 26px;
}
.career-rghchekimg-with-text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  padding-left: 48px;
}
.career-rghchekimg-with-text ul li::before {
  content: "";
  background-image: url("/wp-content/themes/codebuddys/assets/images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 22px;
  /*top: -2px;*/
  left: 5px;
}
@media screen and (max-width: 1200px) {
  .career-img-txt {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .career-img-txt {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
