@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quintessential&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

*,
body {

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  *,
  body {
    font-family: "Outfit", sans-serif;
  }

  html,
  body {
    margin: 0;
    padding: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }

  a.btn {
    font-size: 18px;
    border-radius: 0;
    padding: 10px 20px;
    letter-spacing: 0.5px;
  }

  a.btn.primary-btn {
    background-color: #ffac00;
    border: 2px solid #ffac00;
  }

  a.btn.secondary-btn {
    border: 2px solid #ffac00;
    color: #fff;
  }

  a.btn.secondary-btn:hover {
    background: #ffac00;
    color: #fff;
  }

  .green-text {
    color: #16a87a;
  }

  .blue-text {
    color: #1a73e8;
  }

  .yellow-text {
    color: #ffac00;
  }

  .sec-head h2 {
    font-size: 40px;
  }

  header {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 100%;
    z-index: 99;
  }

  header li:hover a {
    color: #fff;
  }

  .banner-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .banner-sec .carousel-caption {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .banner-sec .carousel-item img {
    height: 100vh;
    object-fit: cover;
  }

  .banner-sec .carousel-caption h2 {
    font-size: 50px;
  }

  .banner-sec .carousel-caption p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
  }

  .about-me {
    background-color: #f7f7f7;
  }

  .about-me h2 {
    font-size: 46px;
    margin-bottom: 15px;
  }

  .about-me .count-box {
    background: #1a73e8;
    box-shadow: 0 3px 5px #0000007d;
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 10px;
  }

  .about-me .count-box p {
    font-size: 28px;
  }

  .about-me .count-title p {
    font-size: 20px;
    font-weight: 500;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  *,
  body {
    font-family: "Outfit", sans-serif;
  }

  html,
  body {
    margin: 0;
    padding: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }

  a.btn {
    font-size: 18px;
    border-radius: 0;
    padding: 10px 20px;
    letter-spacing: 0.5px;
  }

  a.btn.primary-btn {
    background-color: #ffac00;
    border: 2px solid #ffac00;
  }

  a.btn.secondary-btn {
    border: 2px solid #ffac00;
    color: #fff;
  }

  section#shadow-host-companion {
    margin: 0;
  }

  .green-text {
    color: #16a87a;
  }

  .blue-text {
    color: #1a73e8;
  }

  .yellow-text {
    color: #ffac00;
  }

  .sec-head h2 {
    font-size: 40px;
  }

  header {
    position: absolute;
    top: 0;
    padding: 35px 0px;
    width: 100%;
    z-index: 99;

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    *,
    body {
      font-family: "Outfit", sans-serif;
    }

    html,
    body {
      margin: 0;
      padding: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 0;
    }

    a.btn {
      font-size: 18px;
      border-radius: 0;
      padding: 10px 20px;
      letter-spacing: 0.5px;
    }

    a.btn.primary-btn {
      background-color: #ffac00;
      border: 2px solid #ffac00;
    }

    a.btn.secondary-btn {
      border: 2px solid #ffac00;
      color: #fff;
    }

    section {
      margin: 80px 0;
    }

    .green-text {
      color: #16a87a;
    }

    .blue-text {
      color: #1a73e8;
    }

    .yellow-text {
      color: #ffac00;
    }

    .sec-head h2 {
      font-size: 40px;
    }

    header {
      position: absolute;
      top: 0;
      padding: 15px;
      width: 100%;
      z-index: 99;
    }

    header li:hover a {
      color: #fff;
    }

    .banner-sec:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #0000008c;
      position: absolute;
      top: 0;
      z-index: 0;
    }

    .banner-sec .carousel-caption {
      bottom: unset;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }

    .banner-sec .carousel-item img {
      height: 100vh;
      object-fit: cover;
    }

    .banner-sec .carousel-caption h2 {
      font-size: 50px;
    }

    .banner-sec .carousel-caption p {
      font-size: 18px;
      max-width: 600px;
      margin: 0 auto;
    }

    .about-me {
      background-color: #f7f7f7;
    }

    .about-me h2 {
      font-size: 46px;
      margin-bottom: 15px;
    }

    .about-me .count-box {
      background: #1a73e8;
      box-shadow: 0 3px 5px #0000007d;
      width: 100px;
      aspect-ratio: 1/1;
      border-radius: 10px;
    }

    .about-me .count-box p {
      font-size: 28px;
    }

    .about-me .count-title p {
      font-size: 20px;
      font-weight: 500;
    }

    .skill-sec .sec-head p,
    .featured-project-sec .sec-head p,
    .exp-timeline-sec .sec-head p {
      max-width: 600px;
      margin-inline: auto;
    }

    .skill-sec .skill-box {
      background: aliceblue;
      padding: 10px;
      border-radius: 4px;
      transition: 0.3s ease-in-out;
    }

    .skill-sec .skill-box:hover {
      box-shadow: 0 2px 5px #0000001f;
    }

    .skill-sec .skill-box img {
      width: 36px;
      aspect-ratio: 1/1;
      object-fit: contain;
      transition: 0.3s ease-in-out;
    }

    .skill-sec .skill-box:hover img {
      scale: 1.1;
    }

    .featured-project-sec .featured-box:hover .project-title {
      top: 0;
    }

    .featured-project-sec .featured-box:hover .project-img img {
      filter: brightness(0.3);
    }

    .featured-project-sec .project-desc p {
      display: -webkit-box;
      -webkit-line-clamp: 8;
      line-clamp: 8;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .exp-timeline-sec .exp-desc {
      background-color: aliceblue;
    }

    .exp-timeline-sec .top-icon svg {
      width: 30px;
      height: 30px;
      fill: #ffac00;
      position: relative;
      bottom: -3px;
    }

    .exp-timeline-sec .main-timeline:before {
      border: 2px solid #ffac00;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0px;
      right: 0;
      width: 16px;
      height: 16px;
      z-index: 1;
      background-color: #ffac00;
      border-radius: 30px;
      margin: auto;
    }

    .exp-timeline-sec .main-timeline:after {
      background-color: #ced4da;
      content: "";
      height: 100%;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 2px;
    }

    .exp-timeline-sec .date-label p {
      display: inline-block;
      padding: 10px 20px;
      background-color: #ffac00;
      font-weight: 600;
      border-radius: 4px;
    }

    .exp-timeline-sec .date-label:after {
      border: 2px solid #ffac00;
      content: "";
      position: absolute;
      top: 12px;
      width: 12px;
      height: 12px;
      z-index: 1;
      background-color: #f8f9fa;
      border-radius: 30px;
    }

    .exp-timeline-sec .date-label.left:after {
      right: -30px;
    }

    .exp-timeline-sec .date-label.right:after {
      left: -30px;
    }

    .testi-sec .owl-item.active.center {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }

    .testi-sec .item {
      padding: 40px 20px;
      margin: 30px;
      /*    background-color: #16A87A;*/
      border-radius: 20px;
    }

    .testi-sec .item img {
      width: 80px;
      aspect-ratio: 1/1;
      object-fit: contain;
      margin-inline: auto;
      border-radius: 50%;
    }
  }

  header li a {
    font-size: 17px;
    color: #ffac00;
    transition: 0.2s ease-in-out;
  }

  header li:hover a {
    color: #fff;
  }

  .banner-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .banner-sec .carousel-caption {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .banner-sec .carousel-item img {
    height: 100vh;
    object-fit: cover;
  }

  .banner-sec .carousel-caption h2 {
    font-size: 50px;
  }

  .banner-sec .carousel-caption p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
  }

  .about-me {
    background-color: #f7f7f7;
  }

  .about-me h2 {
    font-size: 46px;
    margin-bottom: 15px;
  }

  /*.about-me .sec-img img {
    width: 80% !important;
}*/
  .about-me .count-box {
    background: #1a73e8;
    box-shadow: 0 3px 5px #0000007d;
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 10px;
  }

  .about-me .count-box p {
    font-size: 28px;
  }

  .about-me .count-title p {
    font-size: 20px;
    font-weight: 500;
  }

  .skill-sec .sec-head p,
  .featured-project-sec .sec-head p,
  .exp-timeline-sec .sec-head p {
    max-width: 600px;
    margin-inline: auto;
  }

  .skill-sec .skill-box {
    background: aliceblue;
    padding: 10px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
  }

  .skill-sec .skill-box:hover {
    box-shadow: 0 2px 5px #0000001f;
  }

  .skill-sec .skill-box img {
    width: 36px;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: 0.3s ease-in-out;
  }

  .skill-sec .skill-box:hover img {
    scale: 1.1;
  }

  /*    .featured-project-sec .project-img img {
        height: 350px;
        object-fit: cover;
        border-radius: 12px;
        filter: brightness(0.5);
    }
*/
  .featured-project-sec .featured-box:hover .project-img img {
    filter: brightness(0.3);
  }

  .featured-project-sec .project-title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .featured-project-sec .project-title a {
    display: inline-block;
    background-color: #ffac00 !important;
    color: #000 !important;
    text-decoration: none;
    padding: 6px 10px;
  }

  .featured-project-sec .project-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .exp-timeline-sec .exp-desc {
    background-color: aliceblue;
  }

  .exp-timeline-sec .top-icon svg {
    width: 30px;
    height: 30px;
    fill: #ffac00;
    position: relative;
    bottom: -3px;
  }

  .exp-timeline-sec .main-timeline:before {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
    background-color: #ffac00;
    border-radius: 30px;
    margin: auto;
  }

  .exp-timeline-sec .main-timeline:after {
    background-color: #ced4da;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }

  .exp-timeline-sec .date-label p {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffac00;
    font-weight: 600;
    border-radius: 4px;
  }

  .exp-timeline-sec .date-label:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }



  .exp-timeline-sec .date-label.right:after {
    right: -30px;
  }

  .testi-sec .owl-item.active.center {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .testi-sec .item {
    padding: 40px 20px;
    margin: 30px;
    /*    background-color: #16A87A;*/
    border-radius: 20px;
  }

  .testi-sec .item img {
    width: 80px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-inline: auto;
    border-radius: 50%;
  }

  .skill-sec .sec-head p,
  .featured-project-sec .sec-head p,
  .exp-timeline-sec .sec-head p {
    max-width: 600px;
    margin-inline: auto;
  }

  .skill-sec .skill-box {
    background: aliceblue;
    padding: 10px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
  }

  .skill-sec .skill-box:hover {
    box-shadow: 0 2px 5px #0000001f;
  }

  .skill-sec .skill-box img {
    width: 36px;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: 0.3s ease-in-out;
  }

  .skill-sec .skill-box:hover img {
    scale: 1.1;
  }

  .featured-project-sec .featured-box:hover .project-img img {
    filter: brightness(0.3);
  }

  .featured-project-sec .project-title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .featured-project-sec .project-title a {
    display: inline-block;
    background-color: #ffac00;
    color: #000;
    text-decoration: none;
    padding: 6px 10px;
  }

  .featured-project-sec .featured-box:hover .project-desc {
    display: block;
  }

  .featured-project-sec .project-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .exp-timeline-sec .exp-desc {
    background-color: aliceblue;
  }

  .exp-timeline-sec .top-icon svg {
    width: 30px;
    height: 30px;
    fill: #ffac00;
    position: relative;
    bottom: -3px;
  }

  .exp-timeline-sec .main-timeline:before {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
    background-color: #ffac00;
    border-radius: 30px;
    margin: auto;
  }

  .exp-timeline-sec .main-timeline:after {
    background-color: #ced4da;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }

  .exp-timeline-sec .date-label p {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffac00;
    font-weight: 600;
    border-radius: 4px;
  }

  .exp-timeline-sec .date-label:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }

  .exp-timeline-sec .date-label.right:after {
    right: -30px;
  }

  .testi-sec .owl-item.active.center {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .testi-sec .item {
    padding: 40px 20px;
    margin: 30px;
    border-radius: 20px;
  }

  .testi-sec .item img {
    width: 80px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-inline: auto;
    border-radius: 50%;
  }

  font-family: "Outfit",
  sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a.btn {
  font-size: 18px;
  border-radius: 0;
  padding: 10px 20px;
  letter-spacing: 0.5px;
}

a.btn.primary-btn {
  background-color: #ffac00;
  border: 2px solid #ffac00;
}

a.btn.secondary-btn {
  border: 2px solid #ffac00;
  color: #fff;
}

.green-text {
  color: #16a87a;
}

.blue-text {
  color: #1a73e8;
}

.yellow-text {
  color: #ffac00;
}

.sec-head h2 {
  font-size: 40px;
}

header {
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%;
  z-index: 99;
}

header li a {
  font-size: 17px;
  color: #ffac00;
  transition: 0.2s ease-in-out;
}

header li:hover a {
  color: #fff;
}

.banner-sec:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  position: absolute;
  top: 0;
  z-index: 0;
}

.banner-sec .carousel-caption {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.banner-sec .carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.banner-sec .carousel-caption h2 {
  font-size: 50px;
}

.banner-sec .carousel-caption p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.about-me {
  background-color: #f7f7f7;
}

.about-me h2 {
  font-size: 46px;
  margin-bottom: 15px;
}

.about-me .count-box {
  background: #1a73e8;
  box-shadow: 0 3px 5px #0000007d;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.about-me .count-box p {
  font-size: 28px;
}

.about-me .count-title p {
  font-size: 20px;
  font-weight: 500;
}

.skill-sec .sec-head p,
.featured-project-sec .sec-head p,
.exp-timeline-sec .sec-head p {
  max-width: 600px;
  margin-inline: auto;
}

.skill-sec .skill-box {
  background: aliceblue;
  padding: 10px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.skill-sec .skill-box:hover {
  box-shadow: 0 2px 5px #0000001f;
}

.skill-sec .skill-box img {
  width: 36px;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

.skill-sec .skill-box:hover img {
  scale: 1.1;
}

.featured-project-sec .project-img img {
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(0.5);
}

.featured-project-sec .featured-box:hover .project-img img {
  filter: brightness(0.3);
}

.featured-project-sec .project-title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-project-sec .project-title a {
  display: inline-block;
  background-color: #ffac00;
  color: #000;
  text-decoration: none;
  padding: 6px 10px;

}

.featured-project-sec .featured-box:hover .project-desc {
  display: block;
}

.featured-project-sec .project-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.exp-timeline-sec .exp-desc {
  background-color: aliceblue;
}

.exp-timeline-sec .top-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffac00;
  position: relative;
  bottom: -3px;
}

.exp-timeline-sec .main-timeline:before {
  border: 2px solid #ffac00;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 1;
  background-color: #ffac00;
  border-radius: 30px;
  margin: auto;
}

.exp-timeline-sec .main-timeline:after {
  background-color: #ced4da;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

.exp-timeline-sec .date-label p {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffac00;
  font-weight: 600;
  border-radius: 4px;
}

.exp-timeline-sec .date-label:after {
  border: 2px solid #ffac00;
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #f8f9fa;
  border-radius: 30px;
}

/* .exp-timeline-sec .date-label.left:after {} */

.exp-timeline-sec .date-label.right:after {
  right: -30px;
}

.testi-sec .owl-item.active.center {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.testi-sec .item {
  padding: 40px 20px;
  margin: 30px;
  border-radius: 20px;
}

.testi-sec .item img {
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-inline: auto;
  border-radius: 50%;
}

.blog_section .img_container img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.blog_post {
  box-shadow: 0 0 10px #00000042;
  margin: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
  overflow: hidden;
}

.blog_section .content_container {
  padding: 22px;
  /*   min-height: 300px; */
}

.blog_section .content_container .read_more a {
  color: #ffb237;
}

.blog_section .slick-arrow {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.blog_section ul.slick-dots {
  padding: 0;
  display: none !important;
  list-style: none;
  gap: 10px;
  margin-left: 20px;
}

.blog_section .owl-stage,
.blog_section .owl-item {
  display: flex;
}

.slick-list.draggable {
  padding-bottom: 20px;
}

.home section {
  margin: 0px 0px 0px;
  padding-top: 30px !important;
}

.blog_section ul.slick-dots li button {
  height: 4px;
  width: 8px !important;
  border: none;
  background: black;
  font-size: 0px;
  border-radius: 10px;
  transition: all 0.25s ease-in;
}

.blog_section ul.slick-dots li.slick-active button {
  width: 25px !important;
  background: #ffc268;
}

.blog_section button.slick-arrow {
  visibility: hidden;
}

.blog_section button.slick-arrow:before {
  content: ">";
  visibility: visible;
  font-size: 30px;
  font-family: monospace;
  height: 40px;
  width: 40px;
  display: inline-block;
  background: #ffb237;
  color: #fff;
  border-radius: 50%;
  line-height: 1.2;
}

.blog_section button.slick-prev.slick-arrow {
  right: 50px;
}

.blog_section button.slick-prev.slick-arrow::before {
  content: "<";
}

h2.heading {
  text-align: center;
  width: max-content;
  margin: 0 auto;
}


section:has(.blog_post) h2.heading span,
.contact_form h2.heading span {
  display: block;
  height: 3px;
  width: 100px;
  background: #ffb237;
  margin-bottom: 30px;
  margin-top: 6px;
  border-radius: 10px;
}

.blog_post:hover {
  box-shadow: 0px 8px 20px #00000045;
}

.contact_form .wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 10px #00000045;
  padding: 45px;
  border-radius: 15px;
}

.contact_form .wpcf7 input {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.contact_form .wpcf7 label {
  width: 100%;
}

.contact_form .wpcf7 textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-height: 100px;
}

.contact_form .wpcf7 .wpcf7-submit {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  background: #ffac00;
  color: #000;
  padding: 10px;
}
.contact_form .wpcf7 .wpcf7-submit:hover{
  color: #fff;
}
.contact_form span.wpcf7-spinner {
  display: none;
}

.contact_form .wpcf7 input:focus,
.contact_form .wpcf7 textarea:focus {
  outline: none;
}

.hero_content_wrapper {
  height: 100vh;
  min-height: 600px !important;
  overflow: hidden;
}
h2{
  overflow: hidden;
}
.hero_content_wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero_content_wrapper video {
  object-fit: cover;
}

.banner-sec .carousel-item img.d-block.w-100 {
  max-width: 300px;
  max-height: 190px;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 20px;
}

.bg-over-image {
  background-color: rgba(35, 37, 47, 0.5) !important;
  background-repeat: repeat;
}

.bg-over-image.bg-overlay {
  background-color: rgba(60, 72, 88, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

footer .d-flex {
  justify-content: space-between;
  padding: 0 30px;
}

.social_icons a {
  font-size: 18px;
  margin-left: 20px;
  color: #ffbc5e;
}

footer {
  box-shadow: 0 0 10px #0003;
  padding: 15px;
}

footer .d-flex p {
  margin: 0;
}

.featured-box .project-img:has(img)+.project-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
}

/* 17/09/2024 start */
.blog_post {
  padding-bottom: 68px;
  position: relative;
}

.foot-blog {
  position: absolute;
  bottom: 22px;
}

@media screen and (min-width:990px) {
  .featured-project-sec .project-title a {
    position: absolute;
    bottom: 20px;
  }

  .featured-box .project-img:has(img)+.project-title {
    min-height: 340px;
  }
}

@media screen and (max-width:989px) and (min-width:766px) {
  .featured-project-sec .project-title a {
    position: absolute;
    bottom: 20px;
  }

  .featured-box .project-img:has(img)+.project-title {
    min-height: 400px;
  }
}

/* 17/09/2024 end */

@media screen and (max-width: 767px) {
  .banner-sec .carousel-caption h2 {
    font-size: 22px !important;
  }

  .portfolio-thumbnail .content_part {
    width: 100% !important;
    left: 0 !important;
    transform: unset;
    position: absolute !important;
    top: 10px !important;
  }

  .project-details ul {
    list-style: inside;
    padding: 0px 20px;
  }

  .screenshots {
    display: flex;
    flex-flow: column;
  }

  .content_part h1.portfolio_title {
    max-width: 100% !important;
  }

  .single .content_part {
    top: 0px !important;
    transform: unset !important;
  }

  .content_part p.description {
    max-width: 100% !important;
  }

  .banner-sec .carousel-item img.d-block.w-100 {
    max-height: 150px;
  }

  .banner-sec .carousel-caption p {
    font-size: 15px !important;
  }

  .sec-btn.d-flex.justify-content-center.gap-3 a {
    font-size: 14px;
    white-space: nowrap;
  }

  .exp-timeline-sec .date-label.left:after {
    right: -20px !important;
  }

  .testi-sec .owl-nav button span {
    font-size: 52px;
    line-height: 0.5;
  }

  footer .d-flex p {
    text-align: center;
  }

  .social_icons {
    text-align: center;
  }

  footer .d-flex {
    display: block !important;
  }
}

.social_icons.mobile {
  display: none;
}

/*.toggle_icon {
    display: none;
}*/

.toggle_icon .fa-xmark {
  display: none;
}

.social_icons.desktop {
  display: flex !important;
}

.social_icons.mobile {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .toggle_icon {
    display: block;
    text-align: right;
    padding-left: 20px;
}
.row.g-5.mobile {
  flex-flow: column-reverse !important;
}
.about-me h2{
  text-align: center !important;
}
.social_icons {
  padding-left: 0px !important;
}
}
@media screen and (max-width: 1024px) {
  .list-unstyled li:hover a {
    color: #fff !important;
  }
  div#header-section {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    align-items: center !important;
    gap: 0px !important;
    justify-content: unset !important;
}
  .comments-area {
    max-width: 90% !important;
  }

  .featured-project-sec .project-img img {
    height: 500px !important;
    object-fit: cover;
    border-radius: 12px;
    filter: brightness(0.5);
  }

  .about-me .sec-img img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
  }

  .toggle_icon i {
    font-size: 24px;
  }

  .top-icon.text-center {
    text-align: right !important;
  }

  .exp-timeline-sec .exp-desc {
    margin-right: 40px;
  }

  .timeline-item.mt-5 .date-label.right.position-relative::after {
    left: unset !important;
  }

  .exp-timeline-sec .main-timeline:after {
    right: 12px !important;
    left: unset !important;
  }

  .exp-timeline-sec .date-label.left:after {
    right: -22px;
  }

  .exp-timeline-sec .main-timeline:after {
    left: unset !important;
  }

  .exp-timeline-sec .top-icon svg {
    z-index: 9999;
  }

  .exp-timeline-sec .main-timeline:before {
    left: unset !important;
  }

  .timeline-item .date-label.text-end {
    text-align: right !important;
    right: 37px !important;
  }

  .exp-timeline-sec .date-label.right:after {
    right: -30px !important;
  }

  .date-label.right.position-relative {
    text-align: right !important;
    right: 37px !important;
  }

  .date-label.right p {
    left: 0 !important;
    font-size: 20px !important;
  }

  .date-label.left p {
    left: 0 !important;
    font-size: 20px !important;
  }

  .exp-timeline-sec .main-timeline:before {
    right: 5px !important;
  }

  .sec-content .info-count-sec {
    flex-flow: row wrap !important;
  }

  nav.nav-bar.open {
    width: 100%;
    background: #000;
  }

  .about-me-con {
    max-width: 720px !important;
  }

  .blog_section .content_container {
    padding: 22px;
    min-height: 300px;
  }

  .blog_section .img_container img {
    height: 350px;
  }

  nav ul li:hover a {
    color: #000;
  }

  .social_icons.desktop {
    display: none !important;
  }

  .social_icons.mobile {
    display: flex !important;
  }

  .toggle_icon.change_icon .fa-xmark {
    display: block;
    position: relative;
    z-index: 99;
    color: #000;
  }

  .toggle_icon.change_icon .fa-bars {
    display: none;
  }

  .toggle_icon {
    display: block;
    z-index: 99;
    position: relative;
  }

  nav {
    position: absolute;
    height: 100vh;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0px;
    padding: 20px;
    display: none;
  }

  nav ul li {
    padding: 10px 0;
  }

  nav ul {
    flex-direction: column;
  }

  nav.open {
    top: 93px;
    bottom: 0;
  }

  .toggle_icon i {
    color: #fff !important;
  }

  header>.container.d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
  }

  header>.container .social_icons.d-flex.align-items-center {
    flex-basis: 100%;
    justify-content: center;
  }

  section.about-me .row {
    flex-direction: column;
    padding: 20px;
  }

  .featured-box .project-title {
    max-width: 90%;
    padding: 20px !important;
  }

  .date-label.text-end {
    text-align: left !important;
  }

  .exp-desc.text-end {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .info-count-sec.d-flex {
    flex-direction: column;
  }

  .comments-area input[type="submit"] {
    margin: 20px 0px;
  }

  .entry-content ul {
    list-style: inside;
    padding: 0 30px;
  }

  .content_part_sec {
    flex-direction: column-reverse;
    padding: 0px !important;
  }

  .featured-project-sec .project-img img {
    height: 350px !important;
  }

  /* .exp-timeline-sec .main-timeline:after {
    display: none !important;
  } */
  .exp-timeline-sec .main-timeline:after {
    right: 15px !important;
  }

  section#experience .main-timeline {
    padding-right: 0 !important;
  }

  .project-img img {
    min-height: 450px !important;
  }

  div#comments {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .about-me .sec-img img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
  }

  .info {
    flex-flow: row wrap !important;
  }

  input.name {
    width: 100% !important;
  }

  input.mail {
    width: 100% !important;
    margin: 0px !important;
  }

  section.skill-sec .row .col-md-3 {
    width: auto;
  }

  body {
    overflow-x: hidden !important;
  }

  section.exp-timeline-sec {
    overflow-x: hidden;
    margin: 0;
  }

  .date-label.text-end {
    text-align: left !important;
  }

  .exp-desc.text-end {
    text-align: left !important;
  }

  section.exp-timeline-sec {
    overflow-x: hidden;
    margin: 0;
  }

  .exp-timeline-sec .date-label.right:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }

  .exp-timeline-sec .date-label.left:after,
  .exp-timeline-sec .date-label.right:after {
    right: -27px !important;
    left: auto !important;
  }

  .blog_section.slick-initialized.slick-slider.slick-dotted,
  .blog_section.slick-initialized.slick-slider.slick-dotted * {
    overflow: initial;
  }

  .blog_section ul.slick-dots {
    padding: 0;
    display: none;
    list-style: none;
    gap: 10px;
    margin-left: 20px;
    margin-bottom: 25px;
  }

  .top-icon.text-center svg {
    margin-right: -6px;
    margin-bottom: -10px;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    padding: 0;
  }

  .top-icon.text-center {
    text-align: right !important;
    overflow: initial;
  }

  * {
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .exp-timeline-sec .date-label.right:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }

  .main-timeline,
  .main-timeline * {
    overflow: visible;
  }

  .main-timeline {
    padding-right: 30px;
  }

  body .exp-timeline-sec .main-timeline:before {
    display: none !important;
    border: 1px solid #ccc;
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 7px;
    width: 1px;
    height: 100%;
    z-index: 1;
    background-color: #ccc;
    border-radius: 30px;
    margin: auto;
  }

  .contact_form .wpcf7 {
    margin-bottom: 10px;
  }

  header,
  header * {
    overflow: initial !important;
  }

  .sec-btn {
    flex-flow: row wrap;
  }

  .icons .col-md-3 {
    width: 50% !important;
  }

  .featured-box .project-title {
    max-width: unset !important;
    padding: 10px !important;
  }

  .contact_form .wpcf7 {
    padding: 20px !important;
  }
}

.portfolio-thumbnail {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

section.portfolio-single .feature_img {
  padding: 0 !important;
}

/*23-08-2024*/
.logo {
  width: 20%;
}

h2.name-site {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat";
}

.list-unstyled li a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.sec-img img {
  width: 100% !important;
  border-radius: 10px;
  height: 300px !important;
  object-fit: cover;
  background: none !important;
  object-position: top;
}

nav.nav-bar {
  width: 60%;
}

.social_icons {
  padding-left: 20px;
}

.project-title {
  max-width: 100%;
  padding: 25px 50px !important;
}

div#port-folio .featured-box {
  margin: 10px 0px;
}

.about-me-con {
  max-width: 1300px;
  margin: 0 auto;
}

.entry-content p {
  background: none !important;
}

p.role {
  margin: 0;
  padding: 5px 0px;
}

p.technology {
  padding: 10px 0px;
}

.project-title a {
  padding: 8px 30px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center !important;
}

.test {
  padding: 20px 0px !important;
}

.post-thumbnail img {
  width: 100%;
  height: 424px;
  object-fit: cover;
  object-position: top !important;
}

.post-thumbnail {
  width: 100% !important;
  position: relative;
}

.postid-81 h2.cmmt {
  font-size: 20px;
}

input.name {
  width: 50%;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;

  border: 1px solid #76767669;
}

div#comments {
  max-width: 100%;
  padding-bottom: 50px;
  padding: 0px 50px;
  margin: 0 auto;
}

textarea#comment {
  width: 50%;
  padding: 20px;
  font-size: 15px !important;
  font-family: "Montserrat" !important;
  margin: 20px 0px;
}

.info {
  display: flex;
  flex-flow: row;
}

input.mail {
  width: 50%;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #76767669;
}

input[type="submit"] {
  padding: 5px 25px;
  margin: 10px 0px;
  border: 2px solid #ffac00;
  background: #ffac00;
  color: #000;
  transition: all 0.2s ease-in;

}

input[type="submit"]:hover {
  color: #fff;
}

div#placeholder {
  display: block !important;
}

svg {
  width: 30px;
  height: 30px;
  background: #ffad2d;
  border-radius: 50px;
  padding: 5px;
}

.content-area {
  position: relative;
  z-index: 1;
}

.single-post header,
.page header {
  background: black;
}

main#main {
  margin-top: 97px !important;
}

.content_part_sec {
  max-width: 95%;
  margin: 0 auto;
}

article.post {
  max-width: 1400px !important;
  margin: 0 auto;
}

.single-post section {
  max-width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
}

h2.cmmt {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
}

svg path {
  fill: white;
}

.exp-timeline-sec .date-label.left:after {
  right: -30px;
}

.date-label.right.position-relative::after {
  left: -30px !important;
}

.entry-content {
  max-width: 75%;
  margin: 0 auto;
  padding: 40px 0;
  padding-left: 20px !important;
}

.single-portfolio header {
  background-color: #000 !important;
}

.content_part {
  width: 100% !important;
  left: 0px !important;
  height: 100%;
}

.portfolio_title {
  font-size: 40px !important;
}

.page .content-area {
  display: flex;
  margin: 96px auto 0 auto;
  max-width: 1400px !important;
}

.page .content_part {
  margin-top: 32px;
}

section.portfolio-single .feature_img {
  max-width: 1400px !important;
}

.feature_img img {
  width: 100%;
  max-height: 350px !important;
  object-fit: cover;
  object-position: center;
}

.content_part h1.portfolio_title {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.content_part p.description {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

section#about-me {
  padding-bottom: 60px !important;
  padding-top: 100px !important;
}

body.home section {
  padding-top: 100px !important;
}

section#home.banner-sec {
  padding-top: 0 !important;
}

.owl-carousel .owl-stage {
  overflow: visible !important;
}

p.post-date {
  margin: 0;
  padding: 10px 0px !important;
}

.portfolio-meta {
  display: none;
}

section.project-details {
  margin: 0px !important;
  padding: 20px 0px;
}

.portfolio-subtitle {
  display: none;
}

section.project-hero {
  margin: 0px;
  padding: 00px 0px 20px;
}

.portfolio-content {
  margin: 0px !important;
  padding-bottom: 40px;
}

.single-portfolio .project-details h2 {
  margin: 0px 0 20px !important;
}

.portfolio-subtitle {
  padding: 10px;
}

header.entry-header {
  overflow: hidden !important;
}

h1.entry-title {
  width: 90%;
  text-align: center;
}

/* .blog_section .title h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */
section.project-navigation a.button {
  background: #353235;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
}

/* .foot-blog {
  position: absolute;
  bottom: 50px;
} */
p.author_name {
  padding: 0px 10px;
  margin: 0px;
}


.social_icons.mobile {
  display: none;
}

.toggle_icon {
  display: none;
}

.toggle_icon .fa-xmark {
  display: none;
}

.social_icons.desktop {
  display: flex !important;
}

.social_icons.mobile {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .toggle_icon i {
    font-size: 24px;
  }

  nav ul li:hover a {
    color: #000;
  }

  .social_icons.desktop {
    display: none !important;
  }

  .social_icons.mobile {
    display: block !important;
  }

  .toggle_icon.change_icon .fa-xmark {
    display: block;
    position: relative;
    z-index: 99;
    color: #000;
  }

  .toggle_icon.change_icon .fa-bars {
    display: none;
  }

  .toggle_icon {
    display: block;
    z-index: 99;
    position: relative;
  }

  nav {
    position: absolute;
    height: 100vh;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0px;
    padding: 20px;
  }

  nav ul li {
    padding: 10px 0;
  }

  nav ul {
    flex-direction: column;
  }

  nav.open {
    bottom: 0;
  }

  .toggle_icon i {
    color: #fff;
  }

  header>.container.d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
  }

  header>.container .social_icons.d-flex.align-items-center {
    flex-basis: 100%;
    justify-content: center;
  }

  section.about-me .row {
    flex-direction: column;
    padding: 20px;
  }
  .exp-timeline-sec .top-icon svg {
    left: 0px;
    top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .info-count-sec.d-flex {
    flex-direction: column;
  }
  .exp-timeline-sec .top-icon svg {
    left: -7px;
    top: 8px;
  }
  section.skill-sec .row .col-md-3 {
    width: auto;
  }

  body {
    overflow-x: hidden !important;
  }

  section.exp-timeline-sec {
    overflow-x: hidden;
    margin: 0;
  }

  section.exp-timeline-sec {
    overflow-x: hidden;
    margin: 0;
  }

  .date-label.right.position-relative {
    text-align: right;
  }

  .exp-timeline-sec .date-label.right:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }

  .exp-timeline-sec .date-label.left:after,
  .exp-timeline-sec .date-label.right:after {
    right: -27px !important;
    left: auto !important;
  }

  .blog_section.slick-initialized.slick-slider.slick-dotted,
  .blog_section.slick-initialized.slick-slider.slick-dotted * {
    overflow: initial;
  }

  .blog_section ul.slick-dots {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 10px;
    margin-left: 20px;
    margin-bottom: 25px;
  }

  .top-icon.text-center svg {
    margin-right: -6px;
    margin-bottom: -10px;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    padding: 0;
  }

  .top-icon.text-center {
    text-align: right !important;
    overflow: initial;
  }

  * {
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .exp-timeline-sec .date-label.right:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }

  .main-timeline,
  .main-timeline * {
    overflow: visible;
  }

  .main-timeline {
    padding-right: 30px;
  }

  body .exp-timeline-sec .main-timeline:before {
    display: block;
    border: 1px solid #ccc;
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 7px;
    width: 1px;
    height: 100%;
    z-index: 1;
    background-color: #ccc;
    border-radius: 30px;
    margin: auto;
  }

  .contact_form .wpcf7 {
    margin-bottom: 10px;
  }

  header,
  header * {
    overflow: initial !important;
  }
}

.social_icons.mobile {
  display: none;
}

.toggle_icon {
  display: none;
}

.toggle_icon .fa-xmark {
  display: none;
}

.social_icons.desktop {
  display: flex !important;
}

.social_icons.mobile {
  display: none !important;
}

#commentform div {
  display: flex;
  flex-direction: column;
}

#commentform div input.mail {
  margin-bottom: 0;
}

#commentform h2.cmmt {
  order: 1;
  margin-bottom: 20px;
}

#commentform .form-control {
  order: 3;
}

#commentform .info {
  order: 2;
}

textarea#comment:focus {
  box-shadow: unset;
  border-color: #000;
}

textarea#comment:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

@media screen and (max-width: 1024px) {
  .toggle_icon i {
    font-size: 24px;
  }

  nav ul li:hover a {
    color: #000 !important;
  }

  .social_icons.desktop {
    display: none !important;
  }

  .social_icons.mobile {
    display: flex !important;
  }

  .toggle_icon.change_icon .fa-xmark {
    display: block;
    position: relative;
    z-index: 99;
    color: #000;
  }

  .toggle_icon.change_icon .fa-bars {
    display: none;
  }

  .toggle_icon {
    display: block;
    text-align: right;
  }
  .logo {
    width: 100%;
}
nav.nav-bar.open ul#head-menu {
  display: grid;
  justify-content: start !important;
  gap: 10px !important;
}
  nav {
    position: absolute;
    height: 100vh;
    background: #fff;
    width: 100%;
    left: 100%;
    top: 0px;
    padding: 20px;
    transition: all 0.25s ease-in;
  }

  nav ul li {
    padding: 10px 0;
  }

  nav ul {
    flex-direction: column;
  }

  header>.container.d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
  }

  header>.container .social_icons.d-flex.align-items-center {
    flex-basis: 100%;
    justify-content: flex-end;
  }

  section.about-me .row {
    flex-direction: column;
    padding: 20px;
  }

  nav.open {
    left: 0;
    display: block;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .info-count-sec.d-flex {
    flex-direction: column;
  }
  svg path {
    fill: unset !important;
}
  section.skill-sec .row .col-md-3 {
    width: auto;
  }

  body {
    overflow-x: hidden !important;
  }

  section.exp-timeline-sec {
    overflow-x: hidden;
    margin: 0;
  }

  section.exp-timeline-sec {
    overflow-x: hidden;
    margin: 0;
  }

  .date-label.right.position-relative {
    text-align: right;
  }

  .exp-timeline-sec .date-label.right:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }

  .exp-timeline-sec .date-label.left:after,
  .exp-timeline-sec .date-label.right:after {
    right: -27px !important;
    left: auto !important;
  }

  .blog_section.slick-initialized.slick-slider.slick-dotted,
  .blog_section.slick-initialized.slick-slider.slick-dotted * {
    overflow: initial;
  }

  .blog_section ul.slick-dots {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 10px;
    margin-left: 20px;
    margin-bottom: 25px;
  }

  .top-icon.text-center svg {
    margin-right: -6px;
    margin-bottom: -10px;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    padding: 0;
  }

  .top-icon.text-center {
    text-align: right !important;
    overflow: initial;
  }

  * {
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .exp-timeline-sec .date-label.right:after {
    border: 2px solid #ffac00;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px;
  }

  .main-timeline,
  .main-timeline * {
    overflow: visible;
  }

  .main-timeline {
    padding-right: 30px;
  }

  body .exp-timeline-sec .main-timeline:before {
    display: block;
    border: 1px solid #ccc;
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 7px;
    width: 1px;
    height: 100%;
    z-index: 1;
    background-color: #ccc;
    border-radius: 30px;
    margin: auto;
  }

  .contact_form .wpcf7 {
    margin-bottom: 10px;
  }

  header,
  header * {
    overflow: initial !important;
  }

  div#comments {
    padding: 0px 20px;
  }

  #commentform .form-control {
    width: 100%;
  }
}

.date-label.right p {
  background: transparent !important;
  position: relative;
  left: -30px;
  font-size: 30px;
  top: -15px;
}

.date-label.left p {
  background: transparent !important;
  position: relative;
  right: -30px;
  font-size: 30px;
  top: -15px;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #000;
  padding: 19px 0px; 
}

.active-nav span {
  color: #fff;
}

ul#head-menu li span {
  font-size: 15px;
}

ul#head-menu {
  gap: 20px !important;
}

.featured-project-sec .project-title a:hover {
  color: #fff !important;

}

body.home section#shadow-host-companion {
  padding: 0px !important;
}

section#contact {
  padding-bottom: 60px;
}
a.btn.secondary-btn {
  font-weight: 200;
}